admin.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. {
  2. "admin_top": {
  3. "management_wiki": "管理Wiki",
  4. "system_information": "系统信息",
  5. "wiki_administrator": "只有wiki管理员可以访问此页",
  6. "assign_administrator": "您可以使用“授予管理员访问权限”按钮在“用户管理”页上将所选用户指定为wiki管理员",
  7. "list_of_installed_plugins": "已安装插件列表",
  8. "package_name": "包名称",
  9. "specified_version": "指定版本",
  10. "installed_version": "已安装版本",
  11. "list_of_env_vars": "环境变量列表",
  12. "env_var_priority": "对于安全性以外的环境变量,优先获取数据库的值。",
  13. "about_security": "检查安全环境变量的<a href='/admin/security'>安全设置</a>。"
  14. },
  15. "app_setting": {
  16. "site_name": "网站名称 ",
  17. "sitename_change": "您可以更改用于标题和HTML标题的网站名称。",
  18. "header_content": "此处输入的内容将显示在标题等中。",
  19. "site_url_desc": "用于网站URL设置。",
  20. "site_url_warn": "某些功能不起作用,因为未设置网站URL。",
  21. "siteurl_help": "网站完整URL起始于 <code>http://</code> or <code>https://</code>.",
  22. "confidential_name": "内部名称",
  23. "confidential_example": "ex):仅供内部使用",
  24. "default_language": "新用户的默认语言",
  25. "file_uploading": "文件上传",
  26. "enable_files_except_image": "启用此选项将允许上传任何文件类型。如果没有此选项,则仅支持图像文件上载。",
  27. "attach_enable": "如果启用此选项,则可以附加图像文件以外的文件。",
  28. "update": "更新",
  29. "mail_settings": "邮件设置",
  30. "from_e-mail_address": "From e-mail address",
  31. "smtp_settings": "SMTP 设置",
  32. "host": "服务器",
  33. "port": "端口号",
  34. "user": "用户名",
  35. "initialize_mail_settings": "重置邮件设置",
  36. "initialize_mail_modal_header": "重置邮件设置",
  37. "confirm_to_initialize_mail_settings": "当前设置将被清空且不可恢复。确认重置?",
  38. "ses_settings":"SES设置",
  39. "aws_settings": "AWS设置",
  40. "aws_access": "这是用于AWS设置的。如果您完成了AWS设置,文件上传功能,个人资料图片功能等将被启用。",
  41. "": "如果您没有SMTP设置,电子邮件将通过SES发送。您需要从电子邮件地址和生产设置进行验证。",
  42. "change_setting": "注意:如果你更改此设置未完成,您将无法访问迄今为止上传的文件。",
  43. "region": "Region",
  44. "bucket_name": "Bucket name",
  45. "custom_endpoint": "Custom endpoint",
  46. "custom_endpoint_change": "输入对象存储服务(如MinIO)端点的URL,MinIO具有与S3兼容的API。如果为空,则使用Amazon S3。",
  47. "plugin_settings": "插件设置",
  48. "enable_plugin_loading": "启用插件加载",
  49. "load_plugins": "加载插件",
  50. "enable": "启用",
  51. "disable": "停用",
  52. "use_env_var_if_empty": "如果数据库中的值为空,则环境变量的值 <cod>{{variable}}</code> 启用。"
  53. },
  54. "markdown_setting": {
  55. "lineBreak_header": "换行设置",
  56. "lineBreak_desc": "您可以更改换行设置。",
  57. "lineBreak_options": {
  58. "enable_lineBreak": "启用换行符",
  59. "enable_lineBreak_desc": "HTML中将文本页中的换行符转换为<code>&lt;br&gt;</code>",
  60. "enable_lineBreak_for_comment": "注释中启用换行符",
  61. "enable_lineBreak_for_comment_desc": "HTML中将注释中的换行符转换为<code>&lt;br&gt;</code>"
  62. },
  63. "presentation_header": "演示文稿设置",
  64. "presentation_desc": "您可以更改演示文稿设置。",
  65. "presentation_options": {
  66. "page_break_setting": "分页设置",
  67. "preset_one_separator": "预设 1",
  68. "preset_one_separator_desc": "3 空行",
  69. "preset_one_separator_value": "\\n\\n\\n",
  70. "preset_two_separator": "预设 2",
  71. "preset_two_separator_desc": "5 连字符",
  72. "preset_two_separator_value": "-----",
  73. "custom_separator": "自定义",
  74. "custom_separator_desc": "正则表达式"
  75. },
  76. "xss_header": "阻止XSS(跨站点脚本)设置",
  77. "xss_desc": "您可以更改标记文本中HTML标记的处理方式。",
  78. "xss_options": {
  79. "enable_xss_prevention": "启用XSS预防",
  80. "remove_all_tags": "删除所有标记",
  81. "remove_all_tags_desc": "Stripe all HTML tags and attributes",
  82. "recommended_setting": "推荐设置",
  83. "custom_whitelist": "自定义白名单",
  84. "tag_names": "标记名",
  85. "tag_attributes": "标记属性",
  86. "import_recommended": "导入建议 {{target}}"
  87. }
  88. },
  89. "customize_setting": {
  90. "recommended": "推荐",
  91. "layout": "布局",
  92. "theme": "主体",
  93. "layout_desc": {
  94. "growi_title": "简约",
  95. "growi_text1": "全屏布局 窄边距/填充",
  96. "growi_text2": "页面底部显示和发布评论",
  97. "growi_text3": "附目录",
  98. "kibela_title": "清晰",
  99. "kibela_text1": "内容居中对齐",
  100. "kibela_text2": "在页面底部显示和发布评论",
  101. "kibela_text3": "附目录",
  102. "crowi_title": "分栏",
  103. "crowi_text1": "可折叠边栏",
  104. "crowi_text2": "在侧边栏中显示和发布评论",
  105. "crowi_text3": "可折叠目录"
  106. },
  107. "behavior": "行为",
  108. "behavior_desc": {
  109. "growi_text1": "<code>/page</code> and <code>/page/</code> 都显示同一页。",
  110. "growi_text2": "<code>/nonexistent_page</code> 显示编辑表单",
  111. "growi_text3": "如果使用GROWI增强布局,则所有页面都显示子页面列表",
  112. "crowi_text1": "<code>/page</code> 显示页面",
  113. "crowi_text2": "<code>/page/</code> 显示子页列表",
  114. "crowi_text3": "如果portal应用于<code>/page/</code>,则会显示portal和子页面列表",
  115. "crowi_text4": "<code>/nonexistent_page</code> 显示编辑表单<",
  116. "crowi_text5": "<code>/nonexistent_page/</code> 子页列表"
  117. },
  118. "theme_desc": {
  119. "light_and_dark": "明暗模式",
  120. "unique": "只有一种模式"
  121. },
  122. "function": "功能",
  123. "function_desc": "您可以选择函数的有效/无效",
  124. "function_options": {
  125. "timeline": "时间线函数",
  126. "timeline_desc1": "您可以显示子页的时间线。",
  127. "timeline_desc2": "如果有许多子页,则在加载页时性能会降低。",
  128. "timeline_desc3": "通过使列表页无效,可以加快列表页的显示速度。",
  129. "tab_switch": "在浏览器中保存选项卡切换",
  130. "tab_switch_desc1": "在浏览器中保存编辑选项卡和历史选项卡切换,并使其成为浏览器的前向/后向命令的对象。",
  131. "tab_switch_desc2": "通过失效,您可以将页面转换作为浏览器的前向/后向命令的唯一对象。",
  132. "attach_title_header": "自动创建新页面时添加h1节",
  133. "attach_title_header_desc": "创建新页面时,将页面路径作为h1节添加到第一行",
  134. "recent_created__n_draft_num_desc": "显示最近创建的页数和草稿数",
  135. "recently_created_n_draft_num_desc": "用户页上显示的最近创建的页和草稿数",
  136. "stale_notification": "在过期页上显示通知",
  137. "stale_notification_desc": "显示自上次更新以来超过1年的页面通知。",
  138. "show_all_reply_comments": "显示所有回复评论",
  139. "show_all_reply_comments_desc": "当设置值为“关”时,将忽略最近两个之外的注释。"
  140. },
  141. "code_highlight": "代码突出显示",
  142. "nocdn_desc": "当强制应用环境变量<code>NO_CDN=true</code><br>Github样式时,此函数被禁用。",
  143. "custom_title": "自定义标题",
  144. "custom_title_detail": "您可以自定义<code>&lt;title&gt;</code>标记。<br><code>&123;&123;sitename&&125;&125;</code>将自动替换为应用程序名称,并且<code>&123;&123;page&&125;&125;</code>将替换为页面名称/路径。",
  145. "custom_title_detail_placeholder1": "<code>&#123;&#123;站点名称&#125;&#125;</code>-此wiki的站点名称。",
  146. "custom_title_detail_placeholder2": "<code>&#123;&#123;页名&#125;&#125;</code>-当前页的页名。",
  147. "custom_title_detail_placeholder3": "<code>&#123;&#123;页面路径&#125;&#125;</code>-当前页面的页面路径。",
  148. "custom_header": "自定义HTML标题",
  149. "custom_header_detail": "您可以自定义应用所有页面的HTML标题。您的自定义脚本将插入<code>&lt;header&gt;</code>中,但位于其他<code>&lt;script&gt;</code>标记之上。<br>重新链接页面以查看更改。",
  150. "custom_css": "自定义CSS",
  151. "write_css": "您可以编写应用于整个系统的CSS。",
  152. "ctrl_space": "Ctrl+Space 自动完成",
  153. "custom_script": "定制纸条",
  154. "write_java": "您可以编写应用于整个系统的Javascript。",
  155. "reflect_change": "您需要重新加载页面以反映更改。"
  156. },
  157. "importer_management": {
  158. "beta_warning": "这个函数是Beta。",
  159. "import_from": "Import from {{from}}",
  160. "import_growi_archive": "Import GROWI archive",
  161. "growi_settings": {
  162. "description_of_import_mode": {
  163. "about": "When you import data with the same name as an existing one, choose from the following three modes below.",
  164. "insert": "Insert: Skip importing the data.",
  165. "upsert": "Upsert: Overwrite and update the existing data with imported data.",
  166. "flash_and_insert": "Flash and Insert: After deleting the existing data completely, import the data"
  167. },
  168. "growi_archive_file": "GROWI Archive File",
  169. "uploaded_data": "Uploaded Data",
  170. "extracted_file": "Extracted File",
  171. "collection": "Collection",
  172. "upload": "Upload",
  173. "discard": "Discard uploaded data",
  174. "errors": {
  175. "at_least_one": "Select one or more collections.",
  176. "page_and_revision": "'Pages' and 'Revisions' must be imported both.",
  177. "depends": "'{{target}}' must be selected when '{{condition}}' is selected."
  178. },
  179. "configuration": {
  180. "pages": {
  181. "overwrite_author": {
  182. "label": "Overwrite page's author with the current user",
  183. "desc": "Recommended <span class=\"text-danger\">NOT</span> to check this when users will also be restored."
  184. },
  185. "set_public_to_page": {
  186. "label": "Set 'Public' to the pages that is '{{from}}'",
  187. "desc": "Make sure that this configuration makes all <b>'{{from}}'</b> pages readable from <span class=\"text-danger\">ANY users</span>."
  188. },
  189. "initialize_meta_datas": {
  190. "label": "Initialize page's like, read users and comment count",
  191. "desc": "Recommended <span class=\"text-danger\">NOT</span> to check this when users will also be restored."
  192. },
  193. "initialize_hackmd_related_datas": {
  194. "label": "Initialize HackMD related data",
  195. "desc": "Recommended to check this unless there is important drafts on HackMD."
  196. }
  197. },
  198. "revisions": {
  199. "overwrite_author": {
  200. "label": "Overwrite revision's author with the current user",
  201. "desc": "Recommended <span class=\"text-danger\">NOT</span> to check this when users will also be restored."
  202. }
  203. }
  204. }
  205. },
  206. "esa_settings": {
  207. "team_name": "Team name",
  208. "access_token": "Access token",
  209. "test_connection": "Test connection to esa"
  210. },
  211. "qiita_settings": {
  212. "team_name": "Team name",
  213. "access_token": "Access token",
  214. "test_connection": "Test connection to qiita:team"
  215. },
  216. "import": "Import",
  217. "page_skip": "Pages with a name that already exists on GROWI are not imported",
  218. "Directory_hierarchy_tag": "Directory hierarchy tag"
  219. },
  220. "export_management": {
  221. "exporting_collection_list": "正在导出集合列表",
  222. "exported_data_list": "导出的存档数据列表",
  223. "export_collections": "导出集合",
  224. "check_all": "全部检查",
  225. "uncheck_all": "全部取消选中",
  226. "desc_password_seed": "<p>还原用户数据时,不要忘记将当前的<code>密码种子设置到新的GROWI系统,否则用户将无法使用其密码登录。<br><br><strong>提示:</strong><br>当前的<code>密码种子将存储在<code>meta.json格式</code>在导出的zip压缩包中。</p>",
  227. "create_new_archive_data": "创建新的存档数据",
  228. "export": "导出",
  229. "cancel": "取消",
  230. "file": "文件",
  231. "growi_version": "Growi Version",
  232. "collections": "Collections",
  233. "exported_at": "Exported At",
  234. "export_menu": "导出菜单",
  235. "download": "下载",
  236. "delete": "删除"
  237. },
  238. "user_management": {
  239. "invite_users": "邀请新用户",
  240. "click_twice_same_checkbox": "您应该至少选中一个复选框。",
  241. "invite_modal": {
  242. "emails": "电子邮件",
  243. "invite_thru_email": "发送邀请电子邮件",
  244. "valid_email": "需要有效的电子邮件地址",
  245. "temporary_password": "创建的用户具有临时密码",
  246. "send_new_password": "请将新密码发送给用户。",
  247. "send_temporary_password": "请确保复制此屏幕上的临时密码并将其发送给用户。",
  248. "existing_email": "以下电子邮件已存在"
  249. },
  250. "user_table": {
  251. "administrator": "管理员",
  252. "edit_menu": "编辑菜单",
  253. "reset_password": "重置密码",
  254. "administrator_menu": "管理员菜单",
  255. "accept": "接受",
  256. "deactivate_account": "停用帐户",
  257. "your_own": "您不能停用自己的帐户",
  258. "remove_admin_access": "删除管理员访问权限",
  259. "cannot_remove": "您不能从管理员中删除自己",
  260. "give_admin_access": "授予管理员访问权限"
  261. },
  262. "reset_password": "重置密码",
  263. "reset_password_modal": {
  264. "password_never_seen": "The temporary password can never be retrieved after this screen is closed.",
  265. "password_reset_message": "Let the user know the new password below and strongly recommend to change another one immediately.",
  266. "send_new_password": "Please send the new password to the user.",
  267. "target_user": "Target User",
  268. "new_password": "New Password"
  269. },
  270. "external_account": "外部账户管理",
  271. "external_accounts": "外部账户",
  272. "create_external_account": "创建外部账户",
  273. "external_account_list": "外部账户列表",
  274. "invite": "邀请",
  275. "invited": "已邀请用户",
  276. "back_to_user_management": "返回用户管理",
  277. "authentication_provider": "身份认证",
  278. "manage": "管理",
  279. "password_setting": "密码设置",
  280. "password_setting_help": "是否设置了密码?",
  281. "set": "是",
  282. "unset": "否",
  283. "related_username": "相关用户的",
  284. "cannot_invite_maximum_users": "邀请的用户数不能超过最大值。",
  285. "current_users": "当前用户:"
  286. },
  287. "user_group_management": {
  288. "create_group": "创建新组",
  289. "deny_create_group": "不能用当前设置创建新组。",
  290. "group_name": "组名",
  291. "group_example": "e.g.:第1组",
  292. "add_modal": {
  293. "add_user": "将用户添加到创建的组",
  294. "search_option": "搜索选项",
  295. "enable_option": "启用{{option}",
  296. "forward_match": "Forword匹配",
  297. "partial_match": "部分匹配",
  298. "backward_match": "向后匹配"
  299. },
  300. "group_list": "组列表",
  301. "back_to_list": "返回组列表",
  302. "basic_info": "基本信息",
  303. "user_list": "用户列表",
  304. "created_group": "已创建组",
  305. "is_loading_data": "获取数据。。。",
  306. "no_pages": "组没有查看权限的页面。",
  307. "remove_from_group": "删除此用户",
  308. "delete_modal": {
  309. "header": "删除组",
  310. "desc": "删除后,将无法检索已删除的组及其私人页。",
  311. "dropdown_desc": "为私人页选择操作",
  312. "select_group": "选择组",
  313. "no_groups": "没有可选择的组",
  314. "publish_pages": "全部发布",
  315. "delete_pages": "全部删除",
  316. "transfer_pages": "转移到另一组"
  317. }
  318. }
  319. }