|
|
@@ -90,18 +90,18 @@
|
|
|
"layout": "Layout",
|
|
|
"theme": "Theme",
|
|
|
"layout_desc": {
|
|
|
- "growi_title": "Simple and Clear",
|
|
|
+ "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",
|
|
|
+ "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_title": "Separated functions",
|
|
|
"crowi_text1": "Collapsible Sidebar",
|
|
|
"crowi_text2": "Show and post comments in Sidebar",
|
|
|
- "crowi_text3": "Collapsible Table-of-contents"
|
|
|
+ "crowi_text3": "Collapsible table-of-contents"
|
|
|
},
|
|
|
"behavior": "Behavior",
|
|
|
"behavior_desc": {
|
|
|
@@ -126,22 +126,22 @@
|
|
|
"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",
|
|
|
+ "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": "Display notification on stale pages",
|
|
|
"stale_notification_desc": "Displays the notification to pages more than 1 year since the last update.",
|
|
|
"show_all_reply_comments": "Show all reply comments",
|
|
|
"show_all_reply_comments_desc": "When the setting value is off, comments other than the latest two are omitted."
|
|
|
},
|
|
|
- "code_highlight": "Code Highlight",
|
|
|
+ "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": "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": "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",
|
|
|
+ "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."
|