admin.json 17 KB

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