customize_setting.json 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "recommended": "Recommended",
  3. "layout": "Layout",
  4. "theme": "Theme",
  5. "layout_desc": {
  6. "growi_title": "Simple and Clear",
  7. "growi_text1": "Full screen layout and thin margins/paddings",
  8. "growi_text2": "Show and post comments at the bottom of the page",
  9. "growi_text3": "Affix Table-of-contents",
  10. "kibela_title": "Easy Viewing Structure",
  11. "kibela_text1": "Center aligned contents",
  12. "kibela_text2": "Show and post comments at the bottom of the page",
  13. "kibela_text3": "Affix Table-of-contents",
  14. "crowi_title": "Separated Functions",
  15. "crowi_text1": "Collapsible Sidebar",
  16. "crowi_text2": "Show and post comments in Sidebar",
  17. "crowi_text3": "Collapsible Table-of-contents"
  18. },
  19. "behavior": "Behavior",
  20. "behavior_desc": {
  21. "growi_text1": "Both of <code>/page</code> and <code>/page/</code> shows the same page。",
  22. "growi_text2": "<code>/nonexistent_page</code> shows editing form",
  23. "growi_text3": "All pages shows the list of sub pages <b>if using GROWI Enhanced Layout</b>",
  24. "crowi_text1": "<code>/page</code> shows the page",
  25. "crowi_text2": "<code>/page/</code> shows the list of sub pages",
  26. "crowi_text3": "If portal is applied to <code>/page/</code> , the portal and the list of sub pages are shown",
  27. "crowi_text4": "<code>/nonexistent_page</code> shows editing form<",
  28. "crowi_text5": "<code>/nonexistent_page/</code> the list of sub pages"
  29. },
  30. "function": "Function",
  31. "function_desc": "You can choose Valid/Invalid of the function",
  32. "function_options": {
  33. "timeline": "Timeline function",
  34. "timeline_desc1": "You can show the timeline of the subpages.",
  35. "timeline_desc2": "If there are many subpages, performance decreases while page loading.",
  36. "timeline_desc3": "You can speed up list page display by invalidating.",
  37. "tab_switch": "Save tab-switching in the browser",
  38. "tab_switch_desc1": "Save edit tab and history tab switching in the browser and make it object for forward/back command of the browser.",
  39. "tab_switch_desc2": "By invalidating, you can make page transition as the only object for forward/back command of the browser.",
  40. "attach_title_header": "Add h1 section when create new page automatically",
  41. "attach_title_header_desc": "Add page path to the first line as h1 section when create new page",
  42. "recent_created__n_draft_num_desc": "Number of Recently Created Pages & Drafts Displayed",
  43. "recently_created_n_draft_num_desc": "Number of recently created pages and drafts displayed on user page",
  44. "stale_notification": "Display Notification on Stale Pages",
  45. "stale_notification_desc": "Displays the notification to pages more than 1 year since the last update."
  46. },
  47. "code_highlight": "Code Highlight",
  48. "nocdn_desc": "This function is disabled when the environment variable <code>NO_CDN=true</code>.<br>Github style has been forcibly applied.",
  49. "custom_title": "Custom Title",
  50. "custom_title_detail": "You can customize <code>&lt;title&gt;</code> tag.<br><code>&#123;&#123;sitename&#125;&#125;</code> will be automatically replaced with the app name, and <code>&#123;&#123;page&#125;&#125;</code> will be replaced with the page name/path.",
  51. "custom_header": "Custom HTML Header",
  52. "custom_header_detail": "You can customize HTML header that applies all pages. Your custom script will be inserted in <code>&lt;header&gt;</code> but above other <code>&lt;script&gt;</code> tags.<br>Relaod page to see changes.",
  53. "custom_css": "Custom CSS",
  54. "write_css": "You can write CSS that is applied to whole system.",
  55. "ctrl_space": "Ctrl+Space to Autocomplete",
  56. "custom_script": "Custom script",
  57. "write_java": "You can write Javascript that is applied to whole system.",
  58. "reflect_change": "You need to reload the page to reflect the change."
  59. }