admin.json 26 KB

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