admin.json 15 KB

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