admin.json 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. {
  2. "mailer_setup_required":"<a href='/admin/app'>Email settings</a> are required to send.",
  3. "admin_top": {
  4. "management_wiki": "Management Wiki",
  5. "system_information": "System information",
  6. "wiki_administrator": "Only wiki administrator can access this page",
  7. "assign_administrator": "You can assign the selected user to be a wiki administrator on the User Management page using the 'Give admin access' button",
  8. "list_of_installed_plugins": "List of installed plugins",
  9. "package_name": "Package name",
  10. "specified_version": "Specified version",
  11. "installed_version": "Installed version",
  12. "list_of_env_vars":"List of environment variables",
  13. "env_var_priority": "For environment variables other than security, the value of the database is obtained preferentially.",
  14. "about_security": "Check <a href='/admin/security'>Securtiy Settings</a> for security environment variables."
  15. },
  16. "app_setting": {
  17. "site_name": "Site name",
  18. "sitename_change": "You can change site name which is used for header and HTML title.",
  19. "header_content": "The contents entered here will be shown in the header etc.",
  20. "site_url_desc": "This is for the site URL setting.",
  21. "site_url_warn": "Some features don't work because the site URL is not set.",
  22. "siteurl_help": "Site full URL beginning from <code>http://</code> or <code>https://</code>.",
  23. "confidential_name": "Confidential name",
  24. "confidential_example": "ex): internal use only",
  25. "default_language": "Default language for new users",
  26. "default_mail_visibility": "Disclose e-mail for new users",
  27. "file_uploading": "File uploading",
  28. "enable_files_except_image": "Enabling this option will allow upload of any file type. Without this option, only image file upload is supported.",
  29. "attach_enable": "You can attach files other than image files if you enable this option.",
  30. "update": "Update",
  31. "mail_settings": "E-mail Settings",
  32. "mailer_is_not_set_up": "E-mail setting is not set up.",
  33. "from_e-mail_address": "From e-mail address",
  34. "transmission_method":"Transmission Method",
  35. "smtp_label":"SMTP",
  36. "ses_label":"SES(AWS)",
  37. "send_test_email": "Send a test-email",
  38. "success_to_send_test_email": "Success to send a test-email",
  39. "smtp_settings": "SMTP settings",
  40. "host": "Host",
  41. "port": "Port",
  42. "user": "User",
  43. "initialize_mail_settings": "initialize e-mail settings",
  44. "initialize_mail_modal_header": "Initialize e-mail settings",
  45. "confirm_to_initialize_mail_settings": "You can't restore to the current settings. Are you sure you want to initialize e-mail settings?",
  46. "file_upload_settings":"File Upload Settings",
  47. "file_upload_method":"File Upload Method",
  48. "file_delivery_method":"File Delivery Method",
  49. "file_delivery_method_redirect":"Redirect",
  50. "file_delivery_method_relay":"Internal System Relay",
  51. "file_delivery_method_redirect_info":"Redirect: It redirects to a signed URL without GROWI server, it gives excellent performance.",
  52. "file_delivery_method_relay_info":"Internal System Relay: The GROWI server delivers to clients, it provides complete security.",
  53. "fixed_by_env_var": "This is fixed by the env var <code>FILE_UPLOAD={{fileUploadType}}</code>.",
  54. "gcs_label": "GCP(GCS)",
  55. "aws_label": "AWS(S3)",
  56. "local_label": "Local",
  57. "gridfs_label": "MongoDB(GridFS)",
  58. "file_upload": "This is for uploading file settings. If you complete file upload settings, file upload function, profile picture function etc will be enabled.",
  59. "ses_settings":"SES settings",
  60. "test_connection": "Test connection to mail",
  61. "change_setting": "Caution:if you change this setting not completed, you will not be able to access files you have uploaded so far.",
  62. "region": "Region",
  63. "bucket_name": "Bucket name",
  64. "custom_endpoint": "Custom endpoint",
  65. "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.",
  66. "plugin_settings": "Plugin settings",
  67. "enable_plugin_loading": "Enable plugin loading",
  68. "load_plugins": "Load_plugins",
  69. "enable": "Enable",
  70. "disable": "Disable",
  71. "use_env_var_if_empty": "If the value in the database is empty, the value of the environment variable <code>{{variable}}</code> is used.",
  72. "note_for_the_only_env_option": "The GCS Settings is limited by the value of environment variable.<br>To change this setting, please change to false or delete the value of the environment variable <code>{{env}}</code> ."
  73. },
  74. "markdown_setting": {
  75. "lineBreak_header": "Line break setting",
  76. "lineBreak_desc": "You can change line break settings.",
  77. "lineBreak_options": {
  78. "enable_lineBreak": "Enable line break",
  79. "enable_lineBreak_desc": "Convert line break in the text page to<code>&lt;br&gt;</code>in HTML",
  80. "enable_lineBreak_for_comment": "Enable line break in comment",
  81. "enable_lineBreak_for_comment_desc": "Convert line break in comment to<code>&lt;br&gt;</code>in HTML"
  82. },
  83. "indent_header": "Indent setting",
  84. "indent_desc": "You can change indent settings.",
  85. "indent_options": {
  86. "indentSize": "Default indent size",
  87. "indentSize_desc": "Set the default indent size for the Markdown editor",
  88. "disallow_indent_change": "Disallow change of indent size by users",
  89. "disallow_indent_change_desc": "Force users to use ther default indent size."
  90. },
  91. "presentation_header": "Presentation setting",
  92. "presentation_desc": "You can change presentation settings.",
  93. "presentation_options": {
  94. "page_break_setting": "Page break setting",
  95. "preset_one_separator": "Preset 1",
  96. "preset_one_separator_desc": "3 Blank lines",
  97. "preset_one_separator_value": "\\n\\n\\n",
  98. "preset_two_separator": "Preset 2",
  99. "preset_two_separator_desc": "5 Hyphens",
  100. "preset_two_separator_value": "-----",
  101. "custom_separator": "Custom",
  102. "custom_separator_desc": "Regular expression"
  103. },
  104. "xss_header": "Prevent XSS(cross site scripting) setting",
  105. "xss_desc": "You can change the handling of HTML tags in markdown text.",
  106. "xss_options": {
  107. "enable_xss_prevention": "Enable XSS prevention",
  108. "remove_all_tags": "Remove all tags",
  109. "remove_all_tags_desc": "Stripe all HTML tags and attributes",
  110. "recommended_setting": "Recommended setting",
  111. "custom_whitelist": "Custom whitelist",
  112. "tag_names": "Tag names",
  113. "tag_attributes": "Tag attributes",
  114. "import_recommended": "Import recommended {{target}}"
  115. }
  116. },
  117. "customize_setting": {
  118. "layout": "Layout",
  119. "layout_options": {
  120. "default": "Default content width",
  121. "expanded": "Content width 100%"
  122. },
  123. "theme": "Theme",
  124. "theme_desc": {
  125. "light_and_dark": "Light and dark modes",
  126. "unique": "Only one mode"
  127. },
  128. "function": "Function",
  129. "function_desc": "You can choose Valid/Invalid of the function",
  130. "function_options": {
  131. "timeline": "Timeline function",
  132. "timeline_desc1": "You can show the timeline of the child pages.",
  133. "timeline_desc2": "If there are many child pages, performance decreases while page loading.",
  134. "timeline_desc3": "You can speed up list page display by invalidating.",
  135. "tab_switch": "Save tab-switching in the browser",
  136. "tab_switch_desc1": "Save edit tab and history tab switching in the browser and make it object for forward/back command of the browser.",
  137. "tab_switch_desc2": "By invalidating, you can make page transition as the only object for forward/back command of the browser.",
  138. "attach_title_header": "Add h1 section when create new page automatically",
  139. "attach_title_header_desc": "Add page path to the first line as h1 section when create new page.",
  140. "list_num_s": "Number of list displayed on modals",
  141. "list_num_desc_s": "Set number of list per page such as 'Page List', 'Timeline', 'Page History' and 'Attachment' pages.",
  142. "list_num_m": "Number of list displayed on article pages included other contents",
  143. "list_num_desc_m": "Set number of list per page such as 'Bookmarks' and 'Recently created' pages.",
  144. "list_num_l": "Number of list displayed on 'Search' pages",
  145. "list_num_desc_l": "Set number of list per page such as 'Search' pages.",
  146. "list_num_xl": "Number of list displayed on article pages",
  147. "list_num_desc_xl": "Set number of list per page such as 'Not found' and 'Trash' pages.",
  148. "stale_notification": "Display notification on stale pages",
  149. "stale_notification_desc": "Displays the notification to pages more than 1 year since the last update.",
  150. "show_all_reply_comments": "Show all reply comments",
  151. "show_all_reply_comments_desc": "When the setting value is off, comments other than the latest two are omitted."
  152. },
  153. "code_highlight": "Code highlight",
  154. "nocdn_desc": "This function is disabled when the environment variable <code>NO_CDN=true</code>.<br>Github style has been forcibly applied.",
  155. "custom_title": "Custom title",
  156. "custom_title_detail": "You can customize <code>&lt;title&gt;</code> tag. Following placeholders will be automatically replaced:",
  157. "custom_title_detail_placeholder1": "<code>&#123;&#123;sitename&#125;&#125;</code> - The site name of this wiki.",
  158. "custom_title_detail_placeholder2": "<code>&#123;&#123;pagename&#125;&#125;</code> - The page name of the current page.",
  159. "custom_title_detail_placeholder3": "<code>&#123;&#123;pagepath&#125;&#125;</code> - The page path of the current page.",
  160. "custom_header": "Custom HTML header",
  161. "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.",
  162. "custom_css": "Custom CSS",
  163. "write_css": "You can write CSS that is applied to whole system.",
  164. "ctrl_space": "Ctrl+Space to autocomplete",
  165. "custom_script": "Custom script",
  166. "write_java": "You can write Javascript that is applied to whole system.",
  167. "reflect_change": "You need to reload the page to reflect the change."
  168. },
  169. "importer_management": {
  170. "beta_warning": "This function is Beta.",
  171. "import_from": "Import from {{from}}",
  172. "import_growi_archive": "Import GROWI archive",
  173. "growi_settings": {
  174. "description_of_import_mode": {
  175. "about": "When you import data with the same name as an existing one, choose from the following three modes below.",
  176. "insert": "Insert: Skip importing the data.",
  177. "upsert": "Upsert: Overwrite and update the existing data with imported data.",
  178. "flash_and_insert": "Flash and Insert: After deleting the existing data completely, import the data"
  179. },
  180. "growi_archive_file": "GROWI Archive File",
  181. "uploaded_data": "Uploaded Data",
  182. "extracted_file": "Extracted File",
  183. "collection": "Collection",
  184. "upload": "Upload",
  185. "discard": "Discard uploaded data",
  186. "errors": {
  187. "different_versions": "this growi and the uploarded data versions are not met",
  188. "at_least_one": "Select one or more collections.",
  189. "page_and_revision": "'Pages' and 'Revisions' must be imported both.",
  190. "depends": "'{{target}}' must be selected when '{{condition}}' is selected."
  191. },
  192. "configuration": {
  193. "pages": {
  194. "overwrite_author": {
  195. "label": "Overwrite page's author with the current user",
  196. "desc": "Recommended <span class=\"text-danger\">NOT</span> to check this when users will also be restored."
  197. },
  198. "set_public_to_page": {
  199. "label": "Set 'Public' to the pages that is '{{from}}'",
  200. "desc": "Make sure that this configuration makes all <b>'{{from}}'</b> pages readable from <span class=\"text-danger\">ANY users</span>."
  201. },
  202. "initialize_meta_datas": {
  203. "label": "Initialize page's like, read users and comment count",
  204. "desc": "Recommended <span class=\"text-danger\">NOT</span> to check this when users will also be restored."
  205. },
  206. "initialize_hackmd_related_datas": {
  207. "label": "Initialize HackMD related data",
  208. "desc": "Recommended to check this unless there is important drafts on HackMD."
  209. }
  210. },
  211. "revisions": {
  212. "overwrite_author": {
  213. "label": "Overwrite revision's author with the current user",
  214. "desc": "Recommended <span class=\"text-danger\">NOT</span> to check this when users will also be restored."
  215. }
  216. }
  217. }
  218. },
  219. "esa_settings": {
  220. "team_name": "Team name",
  221. "access_token": "Access token",
  222. "test_connection": "Test connection to esa"
  223. },
  224. "qiita_settings": {
  225. "team_name": "Team name",
  226. "access_token": "Access token",
  227. "test_connection": "Test connection to qiita:team"
  228. },
  229. "import": "Import",
  230. "skip_username_and_email_when_overlapped": "Skip username and email using same username and email in new environment",
  231. "prepare_new_account_for_migration":"Prepare new account for migration",
  232. "archive_data_import_detail":"More Details? Ckick here.",
  233. "admin_archive_data_import_guide_url":"https://docs.growi.org/en/admin-guide/management-cookbook/import.html",
  234. "page_skip": "Pages with a name that already exists on GROWI are not imported",
  235. "Directory_hierarchy_tag": "Directory hierarchy tag"
  236. },
  237. "export_management": {
  238. "exporting_collection_list": "Exporting Collection List",
  239. "exported_data_list": "Exported Archive Data List",
  240. "export_collections": "Export Collections",
  241. "check_all": "Check All",
  242. "uncheck_all": "Uncheck All",
  243. "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>",
  244. "create_new_archive_data": "Create New Archive Data",
  245. "export": "Export",
  246. "cancel": "Cancel",
  247. "file": "File",
  248. "growi_version": "Growi Version",
  249. "collections": "Collections",
  250. "exported_at": "Exported At",
  251. "export_menu": "Export Menu",
  252. "download": "Download",
  253. "delete": "Delete"
  254. },
  255. "slack_integration": {
  256. "selecting_bot_types": {
  257. "slack_bot": "Slack bot",
  258. "detailed_explanation": "Detailed explanation",
  259. "selecting_bot_type": "・Select bot type",
  260. "official_bot": "Official bot",
  261. "custom_bot": "Custom bot",
  262. "without_proxy": "without proxy",
  263. "with_proxy": "with proxy",
  264. "recommended": "Recommended",
  265. "set_up": "Set up",
  266. "multiple_workspaces_integration": "Multiple workspaces integration",
  267. "security_control": "Security control",
  268. "easy": "Easy",
  269. "normal": "Normal",
  270. "hard": "Hard",
  271. "possible": "Possible",
  272. "impossible": "Impossible"
  273. },
  274. "bot_reset_successful": "Bot settings have been reset.",
  275. "bot_all_reset_successful": "All Bot settings have been reset.",
  276. "copied_to_clipboard": "Copied to clipboard",
  277. "set_scope": "Please set up Bot Token Scopes from Slack settings",
  278. "modal": {
  279. "warning": "Warning",
  280. "sure_change_bot_type": "Are you sure you want to change the bot type?",
  281. "changes_will_be_deleted": "Settings for other bot types will be deleted.",
  282. "cancel": "Cancel",
  283. "change": "Change"
  284. },
  285. "use_env_var_if_empty": "If the value in the database is empty, the value of the environment variable <code>{{variable}}</code> is used.",
  286. "access_token_settings": {
  287. "discard": "Discard",
  288. "generate": "Generate"
  289. },
  290. "delete": "Delete",
  291. "integration_procedure": "Integration Procedure",
  292. "official_bot_settings": "Official bot Settings",
  293. "custom_bot_without_proxy_settings": "Custom Bot without proxy Settings",
  294. "reset": "Reset",
  295. "reset_all_settings": "Reset all settings",
  296. "delete_slackbot_settings": "Reset Slack Bot settings",
  297. "slackbot_settings_notice": "Reset",
  298. "accordion": {
  299. "create_bot": "Create Bot",
  300. "how_to_create_a_bot": "How to create a bot",
  301. "how_to_install": "How to install",
  302. "install_bot_to_slack": "Install Bot To Slack",
  303. "install_now": "Install now",
  304. "generate_access_token": "Generate Access Token",
  305. "register_for_growi_official_bot_proxy_service": "Register for GROWI Official Bot Proxy Service",
  306. "enter_growi_register_on_slack": "Enter `/growi register` on slack",
  307. "paste_growi_url": "Since a modal is displayed, enter the following URL in <b>GROWI URL</b>.",
  308. "enter_access_token_for_growi_and_proxy": "Enter <b>Access Token for GROWI</b> and <b>Access Token for Proxy</b>",
  309. "set_proxy_url_on_growi": "Set Proxy URL on GROWI",
  310. "copy_proxy_url": "When the above step ② are completed successfully, the Proxy URL will be displayed in the Slack Channel you selected in the modal, so copy it.",
  311. "enter_proxy_url_and_update": "Enter and update the Proxy URL that you copied in step ③ in the <b>Proxy URL</b> of the <b>Custom bot with proxy integration</b> on this page.",
  312. "dont_need_update": "※If the value is already in there, there is no need to update it.",
  313. "select_install_your_app": "Select \"Install your app\".",
  314. "select_install_to_workspace": "Select \"Install to Workspace\".",
  315. "register_official_bot_proxy_service": "Issue Access Token / Register GROWI Official Bot Proxy Service",
  316. "register_proxy_url": "Register Proxy URL with GROWI",
  317. "click_allow": "Select \"Allow\".",
  318. "install_complete_if_checked": "Confirm that \"Install your app\" is checked.",
  319. "invite_bot_to_channel": "Invite GROWI bot to channel by calling @example.",
  320. "register_secret_and_token": "Set Signing Secret and Bot Token",
  321. "test_connection": "Test Connection",
  322. "test_connection_by_pressing_button": "Press the button to test the connection",
  323. "error_check_logs_below": "An error has occurred. Please check the logs below.",
  324. "send_message_to_slack_work_space": "Send message to Slack work space.",
  325. "add_slack_workspace": "Add a Slack Workspace"
  326. },
  327. "custom_bot_without_proxy_integration": "Custom Bot Without Proxy Integration",
  328. "integration_sentence": {
  329. "integration_is_not_complete": "Integration is not complete.<br>Proceed with the following integration procedure.",
  330. "integration_successful": "Integration successful"
  331. },
  332. "custom_bot_with_proxy_integration": "Custom Bot With Proxy Integration",
  333. "official_bot_integration": "Official bot integration"
  334. },
  335. "user_management": {
  336. "invite_users": "Temporarily issue a new user",
  337. "click_twice_same_checkbox": "You should check at least one checkbox.",
  338. "invite_modal": {
  339. "emails": "Emails (Possible to issue multiple people with new lines)",
  340. "description1":"Temporarily issue new users by email addresses.",
  341. "description2":"A temporary password will be generated for the first login.",
  342. "invite_thru_email": "Send invitation email",
  343. "mail_setting_link":"<i class='icon-settings mr-2'></i><a href='/admin/app'>Email settings</a>",
  344. "valid_email": "Valid email address is required",
  345. "temporary_password": "The created user has a temporary password",
  346. "send_new_password": "Please send the new password to the user.",
  347. "send_temporary_password": "Be sure to copy the temporary password ON THIS SCREEN and send it to the user.",
  348. "existing_email": "The following emails already exist",
  349. "issue": "Issue"
  350. },
  351. "user_table": {
  352. "administrator": "Administrator",
  353. "edit_menu": "Edit menu",
  354. "reset_password": "Reset password",
  355. "administrator_menu": "Administrator Menu",
  356. "accept": "Accept",
  357. "deactivate_account": "Deactivate account",
  358. "your_own": "You cannot deactivate your own account",
  359. "remove_admin_access": "Remove admin access",
  360. "cannot_remove": "You cannot remove yourself from administrator",
  361. "give_admin_access": "Give admin access"
  362. },
  363. "reset_password": "Reset Password",
  364. "reset_password_modal": {
  365. "password_never_seen": "The temporary password can never be retrieved after this screen is closed.",
  366. "password_reset_message": "Let the user know the new password below and strongly recommend to change another one immediately.",
  367. "send_new_password": "Please send the new password to the user.",
  368. "target_user": "Target User",
  369. "new_password": "New Password"
  370. },
  371. "external_account": "External Account Management",
  372. "external_accounts":"External accounts",
  373. "create_external_account":"Create external account",
  374. "external_account_list": "External Account List",
  375. "external_account_none":"No External Account",
  376. "invite": "Invite",
  377. "invited": "User was invited",
  378. "back_to_user_management": "Back to User Management",
  379. "authentication_provider": "Authentication provider",
  380. "manage": "Manage",
  381. "password_setting": "Password setting",
  382. "password_setting_help": "Is password set?",
  383. "set": "Yes",
  384. "unset": "No",
  385. "related_username": "Related user's ",
  386. "cannot_invite_maximum_users": "Can not invite more than the maximum number of users.",
  387. "current_users": "Current users:"
  388. },
  389. "user_group_management": {
  390. "create_group": "Create new group",
  391. "deny_create_group": "You can't create a new group with the current settings.",
  392. "group_name": "Group name",
  393. "group_example": "e.g. : Group1",
  394. "add_modal": {
  395. "add_user": "Add a user to the created group",
  396. "search_option": "Search option",
  397. "enable_option": "Enable {{option}}",
  398. "forward_match": "Forword match",
  399. "partial_match": "Partial match",
  400. "backward_match": "Backward match"
  401. },
  402. "group_list": "Group list",
  403. "back_to_list": "Go back to group list",
  404. "basic_info": "Basic info",
  405. "user_list": "User list",
  406. "created_group": "Group was created",
  407. "is_loading_data": "Fetch data...",
  408. "no_pages": "There are no pages the group has view permission.",
  409. "remove_from_group": "Remove this user",
  410. "delete_modal": {
  411. "header": "Delete group",
  412. "desc": "Once deleted, the deleted group and its private pages cannot be retrieved.",
  413. "dropdown_desc": "Choose an action for private pages",
  414. "select_group": "Select a group",
  415. "no_groups": "No groups to select",
  416. "publish_pages": "Publish all",
  417. "delete_pages": "Delete all",
  418. "transfer_pages": "Transfer to another group"
  419. }
  420. }
  421. }