| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "recommended": "Recommended",
- "layout": "Layout",
- "theme": "Theme",
- "layout_desc": {
- "growi_title": "Simple and Clear",
- "growi_text1": "Full screen layout and thin margins/paddings",
- "growi_text2": "Show and post comments at the bottom of the page",
- "growi_text3": "Affix Table-of-contents",
- "kibela_title": "Easy Viewing Structure",
- "kibela_text1": "Center aligned contents",
- "kibela_text2": "Show and post comments at the bottom of the page",
- "kibela_text3": "Affix Table-of-contents",
- "crowi_title": "Separated Functions",
- "crowi_text1": "Collapsible Sidebar",
- "crowi_text2": "Show and post comments in Sidebar",
- "crowi_text3": "Collapsible Table-of-contents"
- },
- "behavior": "Behavior",
- "behavior_desc": {
- "growi_text1": "Both of <code>/page</code> and <code>/page/</code> shows the same page。",
- "growi_text2": "<code>/nonexistent_page</code> shows editing form",
- "growi_text3": "All pages shows the list of sub pages <b>if using GROWI Enhanced Layout</b>",
- "crowi_text1": "<code>/page</code> shows the page",
- "crowi_text2": "<code>/page/</code> shows the list of sub pages",
- "crowi_text3": "If portal is applied to <code>/page/</code> , the portal and the list of sub pages are shown",
- "crowi_text4": "<code>/nonexistent_page</code> shows editing form<",
- "crowi_text5": "<code>/nonexistent_page/</code> the list of sub pages"
- },
- "function": "Function",
- "function_desc": "You can choose Valid/Invalid of the function",
- "function_options": {
- "timeline": "Timeline function",
- "timeline_desc1": "You can show the timeline of the subpages.",
- "timeline_desc2": "If there are many subpages, performance decreases while page loading.",
- "timeline_desc3": "You can speed up list page display by invalidating.",
- "tab_switch": "Save tab-switching in the browser",
- "tab_switch_desc1": "Save edit tab and history tab switching in the browser and make it object for forward/back command of the browser.",
- "tab_switch_desc2": "By invalidating, you can make page transition as the only object for forward/back command of the browser.",
- "attach_title_header": "Add h1 section when create new page automatically",
- "attach_title_header_desc": "Add page path to the first line as h1 section when create new page",
- "recent_created__n_draft_num_desc": "Number of Recently Created Pages & Drafts Displayed",
- "recently_created_n_draft_num_desc": "Number of recently created pages and drafts displayed on user page",
- "stale_notification": "Display Notification on Stale Pages",
- "stale_notification_desc": "Displays the notification to pages more than 1 year since the last update."
- },
- "code_highlight": "Code Highlight",
- "nocdn_desc": "This function is disabled when the environment variable <code>NO_CDN=true</code>.<br>Github style has been forcibly applied.",
- "custom_title": "Custom Title",
- "custom_title_detail": "You can customize <code><title></code> tag.<br><code>{{sitename}}</code> will be automatically replaced with the app name, and <code>{{page}}</code> will be replaced with the page name/path.",
- "custom_header": "Custom HTML Header",
- "custom_header_detail": "You can customize HTML header that applies all pages. Your custom script will be inserted in <code><header></code> but above other <code><script></code> tags.<br>Relaod page to see changes.",
- "custom_css": "Custom CSS",
- "write_css": "You can write CSS that is applied to whole system.",
- "ctrl_space": "Ctrl+Space to Autocomplete",
- "custom_script": "Custom script",
- "write_java": "You can write Javascript that is applied to whole system.",
- "reflect_change": "You need to reload the page to reflect the change."
- }
|