admin.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. {
  2. "admin_top": {
  3. "management_wiki": "Management Wiki",
  4. "system_information": "System information",
  5. "wiki_administrator": "Only wiki administrator can access this page",
  6. "assign_administrator": "You can assign the selected user to be a wiki administrator on the User Management page using the 'Give admin access' button",
  7. "list_of_installed_plugins": "List of installed plugins",
  8. "package_name": "Package name",
  9. "specified_version": "Specified version",
  10. "installed_version": "Installed version",
  11. "list_of_env_vars":"List of environment variables",
  12. "env_var_priority": "For environment variables other than security, the value of the database is obtained preferentially.",
  13. "about_security": "Check <a href='/admin/security'>Securtiy Settings</a> for security environment variables."
  14. },
  15. "app_setting": {
  16. "site_name": "Site name",
  17. "sitename_change": "You can change site name which is used for header and HTML title.",
  18. "header_content": "The contents entered here will be shown in the header etc.",
  19. "site_url_desc": "This is for the site URL setting.",
  20. "site_url_warn": "Some features don't work because the site URL is not set.",
  21. "siteurl_help": "Site full URL beginning from <code>http://</code> or <code>https://</code>.",
  22. "confidential_name": "Confidential name",
  23. "confidential_example": "ex): internal use only",
  24. "default_language": "Default language for new users",
  25. "file_uploading": "File uploading",
  26. "enable_files_except_image": "Enabling this option will allow upload of any file type. Without this option, only image file upload is supported.",
  27. "attach_enable": "You can attach files other than image files if you enable this option.",
  28. "update": "Update",
  29. "mail_settings": "Mail settings",
  30. "smtp_used": "If you have SMTP settings, it will be used.",
  31. "smtp_but_aws": "If you do not have SMTP settings but AWS settings, e-mails will be sent by SES.",
  32. "neihter_of": "If neither is selected, then no email will be sent.",
  33. "from_e-mail_address": "From e-mail address",
  34. "smtp_settings": "SMTP settings",
  35. "host": "Host",
  36. "port": "Port",
  37. "user": "User",
  38. "aws_settings": "AWS settings",
  39. "aws_access": "This is for AWS settings. If you complete AWS settings, file upload function, profile picture function etc will be enabled.",
  40. "no_smtp_setting": "If you do not have SMTP settings, e-mails will be sent via SES. You need to verify from e-mail address and production settings.",
  41. "change_setting": "Caution:if you change this setting not completed, you will not be able to access files you have uploaded so far.",
  42. "region": "Region",
  43. "bucket_name": "Bucket name",
  44. "custom_endpoint": "Custom endpoint",
  45. "custom_endpoint_change": "Input the URL of the endpoint of an object storage service like MinIO that has a S3-compatible API. Amazon S3 is used if empty.",
  46. "plugin_settings": "Plugin settings",
  47. "enable_plugin_loading": "Enable plugin loading",
  48. "load_plugins": "Load_plugins",
  49. "enable": "Enable",
  50. "disable": "Disable",
  51. "use_env_var_if_empty": "If the value in the database is empty, the value of the environment variable <cod>{{variable}}</code> is used."
  52. },
  53. "markdown_setting": {
  54. "lineBreak_header": "Line break setting",
  55. "lineBreak_desc": "You can change line break settings.",
  56. "lineBreak_options": {
  57. "enable_lineBreak": "Enable line break",
  58. "enable_lineBreak_desc": "Convert line break in the text page to<code>&lt;br&gt;</code>in HTML",
  59. "enable_lineBreak_for_comment": "Enable line break in comment",
  60. "enable_lineBreak_for_comment_desc": "Convert line break in comment to<code>&lt;br&gt;</code>in HTML"
  61. },
  62. "presentation_header": "Presentation setting",
  63. "presentation_desc": "You can change presentation settings.",
  64. "presentation_options": {
  65. "page_break_setting": "Page break setting",
  66. "preset_one_separator": "Preset 1",
  67. "preset_one_separator_desc": "3 Blank lines",
  68. "preset_one_separator_value": "\\n\\n\\n",
  69. "preset_two_separator": "Preset 2",
  70. "preset_two_separator_desc": "5 Hyphens",
  71. "preset_two_separator_value": "-----",
  72. "custom_separator": "Custom",
  73. "custom_separator_desc": "Regular expression"
  74. },
  75. "xss_header": "Prevent XSS(cross site scripting) setting",
  76. "xss_desc": "You can change the handling of HTML tags in markdown text.",
  77. "xss_options": {
  78. "enable_xss_prevention": "Enable XSS prevention",
  79. "remove_all_tags": "Remove all tags",
  80. "remove_all_tags_desc": "Stripe all HTML tags and attributes",
  81. "recommended_setting": "Recommended setting",
  82. "custom_whitelist": "Custom whitelist",
  83. "tag_names": "Tag names",
  84. "tag_attributes": "Tag attributes",
  85. "import_recommended": "Import recommended {{target}}"
  86. }
  87. },
  88. "customize_setting": {
  89. "recommended": "Recommended",
  90. "layout": "Layout",
  91. "theme": "Theme",
  92. "layout_desc": {
  93. "growi_title": "Simple and clear",
  94. "growi_text1": "Full screen layout and thin margins/paddings",
  95. "growi_text2": "Show and post comments at the bottom of the page",
  96. "growi_text3": "Affix table-of-contents",
  97. "kibela_title": "Easy viewing structure",
  98. "kibela_text1": "Center aligned contents",
  99. "kibela_text2": "Show and post comments at the bottom of the page",
  100. "kibela_text3": "Affix Table-of-contents"
  101. },
  102. "theme_desc": {
  103. "light_and_dark": "Light and dark modes",
  104. "unique": "Only one mode"
  105. },
  106. "function": "Function",
  107. "function_desc": "You can choose Valid/Invalid of the function",
  108. "function_options": {
  109. "timeline": "Timeline function",
  110. "timeline_desc1": "You can show the timeline of the child pages.",
  111. "timeline_desc2": "If there are many child pages, performance decreases while page loading.",
  112. "timeline_desc3": "You can speed up list page display by invalidating.",
  113. "tab_switch": "Save tab-switching in the browser",
  114. "tab_switch_desc1": "Save edit tab and history tab switching in the browser and make it object for forward/back command of the browser.",
  115. "tab_switch_desc2": "By invalidating, you can make page transition as the only object for forward/back command of the browser.",
  116. "attach_title_header": "Add h1 section when create new page automatically",
  117. "attach_title_header_desc": "Add page path to the first line as h1 section when create new page",
  118. "recent_created__n_draft_num_desc": "Number of recently created pages & drafts displayed",
  119. "recently_created_n_draft_num_desc": "Number of recently created pages and drafts displayed on user page",
  120. "stale_notification": "Display notification on stale pages",
  121. "stale_notification_desc": "Displays the notification to pages more than 1 year since the last update.",
  122. "show_all_reply_comments": "Show all reply comments",
  123. "show_all_reply_comments_desc": "When the setting value is off, comments other than the latest two are omitted."
  124. },
  125. "code_highlight": "Code highlight",
  126. "nocdn_desc": "This function is disabled when the environment variable <code>NO_CDN=true</code>.<br>Github style has been forcibly applied.",
  127. "custom_title": "Custom title",
  128. "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.",
  129. "custom_header": "Custom HTML header",
  130. "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.",
  131. "custom_css": "Custom CSS",
  132. "write_css": "You can write CSS that is applied to whole system.",
  133. "ctrl_space": "Ctrl+Space to autocomplete",
  134. "custom_script": "Custom script",
  135. "write_java": "You can write Javascript that is applied to whole system.",
  136. "reflect_change": "You need to reload the page to reflect the change."
  137. },
  138. "importer_management": {
  139. "beta_warning": "This function is Beta.",
  140. "import_from": "Import from {{from}}",
  141. "import_growi_archive": "Import GROWI archive",
  142. "growi_settings": {
  143. "description_of_import_mode": {
  144. "about": "When you import data with the same name as an existing one, choose from the following three modes below.",
  145. "insert": "Insert: Skip importing the data.",
  146. "upsert": "Upsert: Overwrite and update the existing data with imported data.",
  147. "flash_and_insert": "Flash and Insert: After deleting the existing data completely, import the data"
  148. },
  149. "growi_archive_file": "GROWI Archive File",
  150. "uploaded_data": "Uploaded Data",
  151. "extracted_file": "Extracted File",
  152. "collection": "Collection",
  153. "upload": "Upload",
  154. "discard": "Discard uploaded data",
  155. "errors": {
  156. "at_least_one": "Select one or more collections.",
  157. "page_and_revision": "'Pages' and 'Revisions' must be imported both.",
  158. "depends": "'{{target}}' must be selected when '{{condition}}' is selected."
  159. },
  160. "configuration": {
  161. "pages": {
  162. "overwrite_author": {
  163. "label": "Overwrite page's author with the current user",
  164. "desc": "Recommended <span class=\"text-danger\">NOT</span> to check this when users will also be restored."
  165. },
  166. "set_public_to_page": {
  167. "label": "Set 'Public' to the pages that is '{{from}}'",
  168. "desc": "Make sure that this configuration makes all <b>'{{from}}'</b> pages readable from <span class=\"text-danger\">ANY users</span>."
  169. },
  170. "initialize_meta_datas": {
  171. "label": "Initialize page's like, read users and comment count",
  172. "desc": "Recommended <span class=\"text-danger\">NOT</span> to check this when users will also be restored."
  173. },
  174. "initialize_hackmd_related_datas": {
  175. "label": "Initialize HackMD related data",
  176. "desc": "Recommended to check this unless there is important drafts on HackMD."
  177. }
  178. },
  179. "revisions": {
  180. "overwrite_author": {
  181. "label": "Overwrite revision's author with the current user",
  182. "desc": "Recommended <span class=\"text-danger\">NOT</span> to check this when users will also be restored."
  183. }
  184. }
  185. }
  186. },
  187. "esa_settings": {
  188. "team_name": "Team name",
  189. "access_token": "Access token",
  190. "test_connection": "Test connection to esa"
  191. },
  192. "qiita_settings": {
  193. "team_name": "Team name",
  194. "access_token": "Access token",
  195. "test_connection": "Test connection to qiita:team"
  196. },
  197. "import": "Import",
  198. "page_skip": "Pages with a name that already exists on GROWI are not imported",
  199. "Directory_hierarchy_tag": "Directory hierarchy tag"
  200. },
  201. "export_management": {
  202. "exporting_collection_list": "Exporting Collection List",
  203. "exported_data_list": "Exported Archive Data List",
  204. "export_collections": "Export Collections",
  205. "check_all": "Check All",
  206. "uncheck_all": "Uncheck All",
  207. "desc_password_seed": "DO NOT FORGET to set current <code>PASSWORD_SEED</code> to your new GROWI system when restoring user data, or users will NOT be able to login with their password.<br><br><strong>HINT:</strong><br>The current <code>PASSWORD_SEED</code> will be stored in <code>meta.json</code> in exported ZIP.",
  208. "create_new_archive_data": "Create New Archive Data",
  209. "export": "Export",
  210. "cancel": "Cancel",
  211. "file": "File",
  212. "growi_version": "Growi Version",
  213. "collections": "Collections",
  214. "exported_at": "Exported At",
  215. "export_menu": "Export Menu",
  216. "download": "Download",
  217. "delete": "Delete"
  218. },
  219. "user_management": {
  220. "invite_users": "Invite new users",
  221. "click_twice_same_checkbox": "You should check at least one checkbox.",
  222. "invite_modal": {
  223. "emails": "Emails",
  224. "invite_thru_email": "Send invitation email",
  225. "valid_email": "Valid email address is required",
  226. "temporary_password": "The created user has a temporary password",
  227. "send_new_password": "Please send the new password to the user.",
  228. "send_temporary_password": "Be sure to copy the temporary password ON THIS SCREEN and send it to the user.",
  229. "existing_email": "The following emails already exist"
  230. },
  231. "user_table": {
  232. "administrator": "Administrator",
  233. "edit_menu": "Edit menu",
  234. "reset_password": "Reset password",
  235. "administrator_menu": "Administrator Menu",
  236. "accept": "Accept",
  237. "deactivate_account": "Deactivate account",
  238. "your_own": "You cannot deactivate your own account",
  239. "remove_admin_access": "Remove admin access",
  240. "cannot_remove": "You cannot remove yourself from administrator",
  241. "give_admin_access": "Give admin access"
  242. },
  243. "reset_password": "Reset Password",
  244. "reset_password_modal": {
  245. "password_never_seen": "The temporary password can never be retrieved after this screen is closed.",
  246. "password_reset_message": "Let the user know the new password below and strongly recommend to change another one immediately.",
  247. "send_new_password": "Please send the new password to the user.",
  248. "target_user": "Target User",
  249. "new_password": "New Password"
  250. },
  251. "external_account": "External Account Management",
  252. "external_accounts":"External accounts",
  253. "create_external_account":"Create external account",
  254. "external_account_list": "External Account List",
  255. "invite": "Invite",
  256. "invited": "User was invited",
  257. "back_to_user_management": "Back to User Management",
  258. "authentication_provider": "Authentication provider",
  259. "manage": "Manage",
  260. "password_setting": "Password setting",
  261. "password_setting_help": "Is password set?",
  262. "set": "Yes",
  263. "unset": "No",
  264. "related_username": "Related user's ",
  265. "cannot_invite_maximum_users": "Can not invite more than the maximum number of users.",
  266. "current_users": "Current users:"
  267. },
  268. "user_group_management": {
  269. "create_group": "Create new group",
  270. "deny_create_group": "You can't create a new group with the current settings.",
  271. "group_name": "Group name",
  272. "group_example": "e.g. : Group1",
  273. "add_modal": {
  274. "add_user": "Add a user to the created group",
  275. "search_option": "Search option",
  276. "enable_option": "Enable {{option}}",
  277. "forward_match": "Forword match",
  278. "partial_match": "Partial match",
  279. "backward_match": "Backward match"
  280. },
  281. "group_list": "Group list",
  282. "back_to_list": "Go back to group list",
  283. "basic_info": "Basic info",
  284. "user_list": "User list",
  285. "created_group": "Group was created",
  286. "is_loading_data": "Fetch data...",
  287. "no_pages": "There are no pages the group has view permission.",
  288. "remove_from_group": "Remove this user",
  289. "delete_modal": {
  290. "header": "Delete group",
  291. "desc": "Once deleted, the deleted group and its private pages cannot be retrieved.",
  292. "dropdown_desc": "Choose an action for private pages",
  293. "select_group": "Select a group",
  294. "no_groups": "No groups to select",
  295. "publish_pages": "Publish all",
  296. "delete_pages": "Delete all",
  297. "transfer_pages": "Transfer to another group"
  298. }
  299. }
  300. }