admin.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  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 <cod>{{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. "theme": "Theme",
  119. "theme_desc": {
  120. "light_and_dark": "Light and dark modes",
  121. "unique": "Only one mode"
  122. },
  123. "function": "Function",
  124. "function_desc": "You can choose Valid/Invalid of the function",
  125. "function_options": {
  126. "timeline": "Timeline function",
  127. "timeline_desc1": "You can show the timeline of the child pages.",
  128. "timeline_desc2": "If there are many child pages, performance decreases while page loading.",
  129. "timeline_desc3": "You can speed up list page display by invalidating.",
  130. "tab_switch": "Save tab-switching in the browser",
  131. "tab_switch_desc1": "Save edit tab and history tab switching in the browser and make it object for forward/back command of the browser.",
  132. "tab_switch_desc2": "By invalidating, you can make page transition as the only object for forward/back command of the browser.",
  133. "attach_title_header": "Add h1 section when create new page automatically",
  134. "attach_title_header_desc": "Add page path to the first line as h1 section when create new page.",
  135. "list_num_s": "Number of list displayed on modals",
  136. "list_num_desc_s": "Set number of list per page such as 'Page List', 'Timeline', 'Page History' and 'Attachment' pages.",
  137. "list_num_m": "Number of list displayed on article pages included other contents",
  138. "list_num_desc_m": "Set number of list per page such as 'Bookmarks' and 'Recently created' pages.",
  139. "list_num_l": "Number of list displayed on 'Search' pages",
  140. "list_num_desc_l": "Set number of list per page such as 'Search' pages.",
  141. "list_num_xl": "Number of list displayed on article pages",
  142. "list_num_desc_xl": "Set number of list per page such as 'Not found' and 'Trash' pages.",
  143. "stale_notification": "Display notification on stale pages",
  144. "stale_notification_desc": "Displays the notification to pages more than 1 year since the last update.",
  145. "show_all_reply_comments": "Show all reply comments",
  146. "show_all_reply_comments_desc": "When the setting value is off, comments other than the latest two are omitted."
  147. },
  148. "code_highlight": "Code highlight",
  149. "nocdn_desc": "This function is disabled when the environment variable <code>NO_CDN=true</code>.<br>Github style has been forcibly applied.",
  150. "custom_title": "Custom title",
  151. "custom_title_detail": "You can customize <code>&lt;title&gt;</code> tag. Following placeholders will be automatically replaced:",
  152. "custom_title_detail_placeholder1": "<code>&#123;&#123;sitename&#125;&#125;</code> - The site name of this wiki.",
  153. "custom_title_detail_placeholder2": "<code>&#123;&#123;pagename&#125;&#125;</code> - The page name of the current page.",
  154. "custom_title_detail_placeholder3": "<code>&#123;&#123;pagepath&#125;&#125;</code> - The page path of the current page.",
  155. "custom_header": "Custom HTML header",
  156. "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.",
  157. "custom_css": "Custom CSS",
  158. "write_css": "You can write CSS that is applied to whole system.",
  159. "ctrl_space": "Ctrl+Space to autocomplete",
  160. "custom_script": "Custom script",
  161. "write_java": "You can write Javascript that is applied to whole system.",
  162. "reflect_change": "You need to reload the page to reflect the change."
  163. },
  164. "importer_management": {
  165. "beta_warning": "This function is Beta.",
  166. "import_from": "Import from {{from}}",
  167. "import_growi_archive": "Import GROWI archive",
  168. "growi_settings": {
  169. "description_of_import_mode": {
  170. "about": "When you import data with the same name as an existing one, choose from the following three modes below.",
  171. "insert": "Insert: Skip importing the data.",
  172. "upsert": "Upsert: Overwrite and update the existing data with imported data.",
  173. "flash_and_insert": "Flash and Insert: After deleting the existing data completely, import the data"
  174. },
  175. "growi_archive_file": "GROWI Archive File",
  176. "uploaded_data": "Uploaded Data",
  177. "extracted_file": "Extracted File",
  178. "collection": "Collection",
  179. "upload": "Upload",
  180. "discard": "Discard uploaded data",
  181. "errors": {
  182. "different_versions": "this growi and the uploarded data versions are not met",
  183. "at_least_one": "Select one or more collections.",
  184. "page_and_revision": "'Pages' and 'Revisions' must be imported both.",
  185. "depends": "'{{target}}' must be selected when '{{condition}}' is selected."
  186. },
  187. "configuration": {
  188. "pages": {
  189. "overwrite_author": {
  190. "label": "Overwrite page's author with the current user",
  191. "desc": "Recommended <span class=\"text-danger\">NOT</span> to check this when users will also be restored."
  192. },
  193. "set_public_to_page": {
  194. "label": "Set 'Public' to the pages that is '{{from}}'",
  195. "desc": "Make sure that this configuration makes all <b>'{{from}}'</b> pages readable from <span class=\"text-danger\">ANY users</span>."
  196. },
  197. "initialize_meta_datas": {
  198. "label": "Initialize page's like, read users and comment count",
  199. "desc": "Recommended <span class=\"text-danger\">NOT</span> to check this when users will also be restored."
  200. },
  201. "initialize_hackmd_related_datas": {
  202. "label": "Initialize HackMD related data",
  203. "desc": "Recommended to check this unless there is important drafts on HackMD."
  204. }
  205. },
  206. "revisions": {
  207. "overwrite_author": {
  208. "label": "Overwrite revision's author with the current user",
  209. "desc": "Recommended <span class=\"text-danger\">NOT</span> to check this when users will also be restored."
  210. }
  211. }
  212. }
  213. },
  214. "esa_settings": {
  215. "team_name": "Team name",
  216. "access_token": "Access token",
  217. "test_connection": "Test connection to esa"
  218. },
  219. "qiita_settings": {
  220. "team_name": "Team name",
  221. "access_token": "Access token",
  222. "test_connection": "Test connection to qiita:team"
  223. },
  224. "import": "Import",
  225. "skip_username_and_email_when_overlapped": "Skip username and email using same username and email in new environment",
  226. "prepare_new_account_for_migration":"Prepare new account for migration",
  227. "archive_data_import_detail":"More Details? Ckick here.",
  228. "admin_archive_data_import_guide_url":"https://docs.growi.org/en/admin-guide/management-cookbook/import.html",
  229. "page_skip": "Pages with a name that already exists on GROWI are not imported",
  230. "Directory_hierarchy_tag": "Directory hierarchy tag"
  231. },
  232. "export_management": {
  233. "exporting_collection_list": "Exporting Collection List",
  234. "exported_data_list": "Exported Archive Data List",
  235. "export_collections": "Export Collections",
  236. "check_all": "Check All",
  237. "uncheck_all": "Uncheck All",
  238. "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>",
  239. "create_new_archive_data": "Create New Archive Data",
  240. "export": "Export",
  241. "cancel": "Cancel",
  242. "file": "File",
  243. "growi_version": "Growi Version",
  244. "collections": "Collections",
  245. "exported_at": "Exported At",
  246. "export_menu": "Export Menu",
  247. "download": "Download",
  248. "delete": "Delete"
  249. },
  250. "user_management": {
  251. "invite_users": "Temporarily issue a new user",
  252. "click_twice_same_checkbox": "You should check at least one checkbox.",
  253. "invite_modal": {
  254. "emails": "Emails (Possible to issue multiple people with new lines)",
  255. "description1":"Temporarily issue new users by email addresses.",
  256. "description2":"A temporary password will be generated for the first login.",
  257. "invite_thru_email": "Send invitation email",
  258. "mail_setting_link":"<i class='icon-settings mr-2'></i><a href='/admin/app'>Email settings</a>",
  259. "valid_email": "Valid email address is required",
  260. "temporary_password": "The created user has a temporary password",
  261. "send_new_password": "Please send the new password to the user.",
  262. "send_temporary_password": "Be sure to copy the temporary password ON THIS SCREEN and send it to the user.",
  263. "existing_email": "The following emails already exist",
  264. "issue": "Issue"
  265. },
  266. "user_table": {
  267. "administrator": "Administrator",
  268. "edit_menu": "Edit menu",
  269. "reset_password": "Reset password",
  270. "administrator_menu": "Administrator Menu",
  271. "accept": "Accept",
  272. "deactivate_account": "Deactivate account",
  273. "your_own": "You cannot deactivate your own account",
  274. "remove_admin_access": "Remove admin access",
  275. "cannot_remove": "You cannot remove yourself from administrator",
  276. "give_admin_access": "Give admin access"
  277. },
  278. "reset_password": "Reset Password",
  279. "reset_password_modal": {
  280. "password_never_seen": "The temporary password can never be retrieved after this screen is closed.",
  281. "password_reset_message": "Let the user know the new password below and strongly recommend to change another one immediately.",
  282. "send_new_password": "Please send the new password to the user.",
  283. "target_user": "Target User",
  284. "new_password": "New Password"
  285. },
  286. "external_account": "External Account Management",
  287. "external_accounts":"External accounts",
  288. "create_external_account":"Create external account",
  289. "external_account_list": "External Account List",
  290. "external_account_none":"No External Account",
  291. "invite": "Invite",
  292. "invited": "User was invited",
  293. "back_to_user_management": "Back to User Management",
  294. "authentication_provider": "Authentication provider",
  295. "manage": "Manage",
  296. "password_setting": "Password setting",
  297. "password_setting_help": "Is password set?",
  298. "set": "Yes",
  299. "unset": "No",
  300. "related_username": "Related user's ",
  301. "cannot_invite_maximum_users": "Can not invite more than the maximum number of users.",
  302. "current_users": "Current users:"
  303. },
  304. "user_group_management": {
  305. "create_group": "Create new group",
  306. "deny_create_group": "You can't create a new group with the current settings.",
  307. "group_name": "Group name",
  308. "group_example": "e.g. : Group1",
  309. "add_modal": {
  310. "add_user": "Add a user to the created group",
  311. "search_option": "Search option",
  312. "enable_option": "Enable {{option}}",
  313. "forward_match": "Forword match",
  314. "partial_match": "Partial match",
  315. "backward_match": "Backward match"
  316. },
  317. "group_list": "Group list",
  318. "back_to_list": "Go back to group list",
  319. "basic_info": "Basic info",
  320. "user_list": "User list",
  321. "created_group": "Group was created",
  322. "is_loading_data": "Fetch data...",
  323. "no_pages": "There are no pages the group has view permission.",
  324. "remove_from_group": "Remove this user",
  325. "delete_modal": {
  326. "header": "Delete group",
  327. "desc": "Once deleted, the deleted group and its private pages cannot be retrieved.",
  328. "dropdown_desc": "Choose an action for private pages",
  329. "select_group": "Select a group",
  330. "no_groups": "No groups to select",
  331. "publish_pages": "Publish all",
  332. "delete_pages": "Delete all",
  333. "transfer_pages": "Transfer to another group"
  334. }
  335. }
  336. }