forked from requarks/wiki-localization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzh.json
832 lines (832 loc) · 48.1 KB
/
zh.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
{
"common:footer.poweredBy": "Powered by",
"auth:loginRequired": "请登录",
"auth:fields.emailUser": "Email \/用户名",
"auth:fields.password": "密码",
"auth:actions.login": "登录",
"auth:errors.invalidLogin": "登录失败",
"auth:errors.invalidLoginMsg": "Email 与密码不匹配",
"auth:errors.invalidUserEmail": "用户的 Email 无效",
"auth:errors.loginError": "登陆错误",
"auth:errors.notYetAuthorized": "你的账户未认证因而无法登陆",
"auth:errors.tooManyAttempts": "尝试次数过多!",
"auth:errors.tooManyAttemptsMsg": "短时间内失败次数过多,请在 {{time}} 后再尝试。",
"auth:errors.userNotFound": "未找到用户",
"auth:providers.local": "本地",
"auth:providers.windowslive": "Microsoft 账户",
"auth:providers.azure": "Azure 活动目录",
"auth:providers.google": "Google ID",
"auth:providers.facebook": "Facebook",
"auth:providers.github": "Github",
"auth:providers.slack": "Slack",
"auth:providers.ldap": "LDAP\/活动目录",
"auth:tfa.title": "双重验证",
"auth:tfa.subtitle": "请输入安全代码:",
"auth:tfa.placeholder": "XXXXXX",
"auth:tfa.verifyToken": "验证",
"admin:dashboard.title": "配置板",
"admin:general.title": "常规",
"admin:locale.title": "语言环境",
"admin:stats.title": "统计",
"admin:theme.title": "主题",
"admin:groups.title": "组",
"admin:users.title": "用户列表",
"admin:auth.title": "身份验证",
"admin:editor.title": "编辑器",
"admin:logging.title": "日志记录",
"admin:rendering.title": "渲染",
"admin:search.title": "搜索引擎",
"admin:storage.title": "存储",
"admin:api.title": "API访问",
"admin:system.title": "系统信息",
"admin:utilities.title": "其他",
"admin:dev.title": "开发者工具",
"admin:contribute.title": "为 wiki.js 出一份力",
"admin:general.subtitle": "您的wiki的主要设置",
"admin:general.siteInfo": "网站信息",
"admin:general.siteBranding": "网站品牌",
"admin:nav.site": "网站",
"admin:nav.users": "用户",
"admin:nav.modules": "模块",
"admin:nav.system": "系统",
"admin:dashboard.subtitle": "Wiki.js",
"admin:locale.subtitle": "为您的wiki设置本地化选项",
"admin:locale.settings": "语言环境设置",
"admin:locale.namespacing": "多语言命名空间",
"admin:locale.downloadTitle": "下载语言环境",
"admin:locale.base.labelWithNS": "基本语言环境",
"admin:locale.base.hint": "所有UI文本元素都将以选定的语言显示。",
"admin:locale.autoUpdate.label": "自动更新",
"admin:locale.autoUpdate.hintWithNS": "自动将更新下载到下面启用的所有命名空间语言环境。",
"admin:locale.namespaces.label": "多语言命名空间",
"admin:locale.namespaces.hint": "为同一页面启用多个语言版本。",
"admin:locale.activeNamespaces.label": "已启用的命名空间",
"admin:locale.activeNamespaces.hint": "已列出为多语言命名空间启用的语言环境。无论列表中的选择如何,始终都会包含上面定义的基本语言环境。",
"admin:locale.namespacingPrefixWarning.title": "语言环境代码将作为所有路径的前缀。 (例如\/ {{langCode}} \/ page-name)",
"admin:locale.namespacingPrefixWarning.subtitle": "如果路径中不包含语言环境代号,将自动重定向到上面定义的基本语言环境。",
"common:actions.save": "保存",
"common:actions.cancel": "取消",
"common:actions.download": "下载",
"common:actions.upload": "上传",
"common:actions.discard": "放弃",
"common:actions.clear": "清除",
"common:actions.create": "创建",
"common:actions.edit": "编辑",
"common:actions.delete": "删除",
"common:actions.refresh": "刷新",
"common:actions.saveChanges": "保存更改",
"common:actions.proceed": "继续",
"admin:locale.base.label": "网站语言环境",
"admin:locale.autoUpdate.hint": "在此语言环境可用时自动下载更新。",
"admin:system.subtitle": "有关您系统的信息",
"admin:system.hostInfo": "主机信息",
"admin:system.currentVersion": "当前版本",
"admin:system.latestVersion": "最新版本",
"admin:system.published": "发布于",
"admin:system.os": "操作系统",
"admin:system.hostname": "主机名",
"admin:system.cpuCores": "CPU核心数",
"admin:system.totalRAM": "总内存",
"admin:system.workingDirectory": "工作目录",
"admin:system.configFile": "配置文件",
"admin:system.ramUsage": "RAM使用情况: {{used}} \/ {{total}}",
"admin:contribute.subtitle": "帮助支持Wiki.js开发和运营",
"admin:contribute.fundOurWork": "资助我们的工作",
"admin:contribute.spreadTheWord": "传播这个词",
"admin:contribute.talkToFriends": "与您的朋友和同事谈论 wiki.js 是多么棒!",
"admin:contribute.followUsOnTwitter": "在{{0}}关注我们。",
"admin:contribute.submitAnIdea": "在{{0}}上提交想法或对提议的想法进行投票。",
"admin:contribute.submitAnIdeaLink": "功能请求板",
"admin:contribute.foundABug": "发现了一个bug?在{{0}}上提交问题。",
"admin:contribute.helpTranslate": "帮助翻译您所用语言的Wiki.js。请在{{0}}告诉我们。",
"admin:contribute.makeADonation": "进行捐赠",
"admin:contribute.contribute": "贡献",
"admin:contribute.openCollective": "Wiki.js也是Open Collective计划——一个面向开源社区的公开基金的一部分。您可以通过每月或一次性捐款来提供财务捐助:",
"admin:contribute.needYourHelp": "我们需要您的帮助来不断改进软件并运行各种相关服务(例如托管和网络)。",
"admin:contribute.openSource": "Wiki.js是{{0}} {{1}}和{{2}}为您提供的免费开源软件。",
"admin:contribute.openSourceContributors": "贡献者",
"editor:page": "页面",
"editor:save.processing": "渲染中",
"editor:save.pleaseWait": "请稍候",
"editor:save.createSuccess": "页面创建成功。",
"editor:save.error": "创建页面时发生错误",
"admin:contribute.tshirts": "您还可以购买Wiki.js T恤以在财务上支持该项目:",
"admin:contribute.shop": "Wiki.js商店",
"common:actions.ok": "OK",
"common:footer.copyright": "© {{year}} {{company}} 。版权所有。",
"common:newpage.title": "此页面尚不存在。",
"common:newpage.subtitle": "你想现在创建吗?",
"common:newpage.create": "创建新页面",
"common:newpage.goback": "返回",
"admin:pages.title": "页面",
"admin:navigation.title": "导航",
"admin:navigation.subtitle": "管理网站导航",
"common:actions.add": "添加",
"admin:navigation.link": "链接",
"admin:navigation.divider": "分隔器",
"admin:navigation.header": "头部区域",
"admin:navigation.label": "标签",
"admin:navigation.icon": "图标",
"admin:navigation.targetType": "目标类型",
"admin:navigation.target": "目标",
"admin:navigation.noSelectionText": "在左侧选择一个导航项。",
"admin:navigation.untitled": "无标题 {{kind}}",
"admin:navigation.navType.external": "外部链接",
"admin:navigation.navType.home": "首页",
"admin:navigation.navType.page": "页面",
"admin:navigation.navType.searchQuery": "搜索查询",
"admin:navigation.edit": "编辑{{kind}}",
"admin:navigation.delete": "删除{{kind}}",
"admin:navigation.saveSuccess": "导航已成功保存。",
"admin:navigation.noItemsText": "单击添加按钮添加第一个导航项。",
"admin:navigation.emptyList": "导航是空的",
"common:actions.apply": "应用",
"auth:fields.email": "电子邮件地址",
"auth:fields.verifyPassword": "验证密码",
"auth:fields.name": "名字",
"auth:actions.register": "注册",
"auth:registerTitle": "创建一个帐户",
"auth:switchToLogin.text": "已经有账号? {{link}}",
"auth:switchToLogin.link": "改为登录",
"auth:loginUsingStrategy": "使用{{strategy}}登录",
"auth:forgotPasswordLink": "忘记密码?",
"auth:orLoginUsingStrategy": "或者使用以下方式登陆\/注册",
"auth:switchToRegister.text": "还没有账号? {{link}}",
"auth:switchToRegister.link": "创建一个帐户",
"auth:invalidEmailUsername": "用户名\/电子邮箱无效",
"auth:invalidPassword": "密码无效",
"auth:loginSuccess": "登陆成功!正在重定向……",
"auth:signingIn": "登录中...",
"auth:genericError": "身份验证不可用",
"auth:registerSubTitle": "请完成下面的表单来创建账户",
"auth:pleaseWait": "请稍候",
"auth:registerSuccess": "帐户创建成功!",
"auth:registering": "正在创建帐户...",
"auth:missingEmail": "请输入电子邮箱",
"auth:invalidEmail": "电子邮箱无效",
"auth:missingPassword": "请输入密码",
"auth:passwordTooShort": "密码字符数过短",
"auth:passwordNotMatch": "密码不匹配",
"auth:missingName": "缺少用户名",
"auth:nameTooShort": "用户名过短",
"auth:nameTooLong": "用户名太长",
"auth:forgotPasswordCancel": "取消",
"auth:sendResetPassword": "重置密码",
"auth:forgotPasswordSubtitle": "输入你的电子邮箱地址来接受重置密码的请求:",
"admin:mail.title": "邮件",
"admin:mail.subtitle": "配置邮件设置",
"admin:mail.configuration": "配置",
"admin:mail.dkim": "DKIM(可选)",
"auth:registerCheckEmail": "请检查你的电子邮件来激活账户",
"editor:save.updateSuccess": "页面已成功更新。",
"common:unauthorized.title": "未经授权的",
"common:unauthorized.action.view": "您无法查看该页面。",
"common:unauthorized.action.source": "您无法查看该页面来源。",
"common:unauthorized.action.history": "您无法查看该页面历史记录。",
"common:unauthorized.action.edit": "您无法编辑该页面。",
"common:unauthorized.action.create": "您无法创建页面。",
"common:unauthorized.goback": "返回",
"common:notfound.gohome": "首页",
"common:notfound.title": "未找到",
"common:notfound.subtitle": "此页不存在。",
"common:unauthorized.login": "登录为...",
"admin:contribute.becomeAPatron": "进行捐赠",
"admin:contribute.patreon": "通过Patreon成为赞助者或赞助者(支持首席开发人员Nicolas Giard更好的致力于Wiki.js的发展!)",
"common:welcome.title": "欢迎访问您的维基!",
"common:welcome.subtitle": "让我们开始并创建首页。",
"common:welcome.createhome": "创建首页",
"admin:dev.flags.title": "标志",
"admin:dev.graphiql.title": "GraphiQL",
"admin:dev.voyager.title": "航海家",
"admin:contribute.paypal": "通过Paypal进行一次性或定期捐赠:",
"admin:contribute.ethereum": "我们接受使用以太坊的捐款:",
"admin:locale.sideload": "加载区域包",
"admin:locale.sideloadHelp": "如果您没有连接到互联网或无法使用上述方法下载区域设置文件,您可以在下方上传软件包实现加载。",
"common:actions.browse": "浏览...",
"admin:webhooks.title": "Webhooks",
"admin:webhooks.subtitle": "管理外部服务的 Webhook",
"admin:mail.test": "发送测试邮件",
"admin:mail.testRecipient": "收件人的Email",
"admin:mail.testSend": "发件人的Email",
"admin:mail.sender": "发件人",
"admin:mail.senderName": "发件人姓名",
"admin:mail.senderEmail": "发件人的Email",
"admin:mail.smtp": "SMTP设置",
"admin:mail.smtpHost": "主机",
"admin:mail.smtpPort": "端口",
"admin:mail.smtpPortHint": "通常为465(推荐),587或25。",
"admin:mail.smtpTLS": "安全(TLS)",
"admin:mail.smtpTLSHint": "使用端口465时应启用,否则关闭(例如使用端口587或25)。",
"admin:mail.smtpUser": "用户名",
"admin:mail.smtpPwd": "密码",
"admin:mail.dkimHint": "DKIM(DomainKeys Identified Mail)通过为收件人提供验证域名和确保邮件真实性的方法,为从Wiki.js发送的所有电子邮件提供一层安全性。",
"admin:mail.dkimUse": "使用DKIM",
"admin:mail.dkimDomainName": "域名",
"admin:mail.dkimKeySelector": "密钥选择器",
"admin:mail.dkimPrivateKey": "私钥",
"admin:mail.dkimPrivateKeyHint": "PEM 格式的选择器的私钥",
"admin:mail.testHint": "发送测试邮件,以确保你的SMTP配置正常工作。",
"admin:mail.saveSuccess": "已保存设置。",
"admin:system.dbPartialSupport": "不完全支持你的数据库版本。部分功能受限,或者未能正常工作。",
"admin:system.refreshSuccess": "已刷新系统信息。",
"admin:auth.subtitle": "配置你wiki的验证",
"admin:auth.strategies": "策略",
"admin:auth.globalAdvSettings": "全局高级设置",
"admin:auth.jwtAudience": "JWT 受众",
"admin:auth.jwtAudienceHint": "登陆时发出的JWT中的受众URN,通常是你的域名(例如 urn:your.domain.com)",
"admin:auth.tokenExpiration": "令牌过期。",
"admin:auth.tokenExpirationHint": "令牌的最长有效期(默认:30分钟)。",
"admin:auth.tokenRenewalPeriod": "令牌续签周期",
"admin:auth.tokenRenewalPeriodHint": "令牌续签的最长期限(默认:14天)。",
"admin:auth.strategyState": "此策略为{{state}} {{locked}}",
"admin:auth.strategyStateActive": "激活",
"admin:auth.strategyStateInactive": "未激活",
"admin:auth.strategyStateLocked": "并且不能禁用。",
"admin:mail.sendTestSuccess": "已成功发送测试邮件。",
"admin:theme.subtitle": "修改你的维基的外观和感觉",
"admin:theme.siteTheme": "网站主题",
"admin:theme.siteThemeHint": "主题会影响内容页的显示方式。其他网站部分 (如编辑器或管理区域) 不受影响。",
"admin:theme.darkMode": "暗模式",
"admin:theme.darkModeHint": "不建议用于辅助功能。可能不是所有主题都支持。",
"admin:theme.codeInjection": "代码注入",
"admin:theme.cssOverride": "CSS 覆盖",
"admin:theme.cssOverrideHint": "要在系统默认 CSS 之后注入的 CSS 代码。如果您有大量的 css 代码, 请考虑使用自定义主题。注入过多的 CSS 代码会导致页面加载性能不佳!CSS 将自动缩小。",
"admin:theme.headHtmlInjection": "Head 部插入 HTML",
"admin:theme.headHtmlInjectionHint": "要在结束头标记之前注入的 HTML 代码。通常用于脚本标记。",
"admin:theme.bodyHtmlInjection": "正文HTML注入",
"admin:theme.bodyHtmlInjectionHint": "要在结束正文标记之前注入的 HTML 代码。",
"admin:theme.downloadThemes": "下载主题",
"admin:adminArea": "管理区",
"admin:auth.strategyConfiguration": "策略配置",
"admin:auth.strategyNoConfiguration": "此策略没有可修改的配置选项。",
"admin:auth.registration": "注册",
"admin:auth.selfRegistration": "开放注册",
"admin:auth.selfRegistrationHint": "允许任何成功获得策略授权的用户访问 wiki。",
"admin:auth.domainsWhitelist": "限制到特定的电子邮件域",
"admin:auth.domainsWhitelistHint": "授权注册的域的列表。用户电子邮件地址域必须与其中之一匹配才能获得访问权限。",
"admin:auth.autoEnrollGroups": "分配给组",
"admin:auth.autoEnrollGroupsHint": "自动将新用户分配给这些组。",
"admin:auth.security": "安全性",
"admin:auth.force2fa": "强制所有用户使用双因素身份验证 (2FA)",
"admin:auth.force2faHint": "用户将在第一次登陆时被要求设置2FA(二次验证),并且无法被用户禁用",
"admin:auth.configReference": "配置参考",
"admin:auth.configReferenceSubtitle": "某些策略可能需要在提供程序上设置一些配置值。这些建议仅供参考, 目前的战略可能不需要。",
"admin:auth.siteUrlNotSetup": "必须首先设置有效的 {{siteUrl}}}!单击左侧边栏中的 {{general}}。",
"admin:auth.allowedWebOrigins": "允许的 Web 来源",
"admin:auth.callbackUrl": "回调的网址\/重定向的路径",
"admin:auth.loginUrl": "登陆的网址",
"admin:auth.logoutUrl": "登出的网址",
"admin:auth.tokenEndpointAuthMethod": "令牌端点认证方法",
"common:header.home": "首页",
"common:header.newPage": "创建新页面",
"common:header.currentPage": "当前页面",
"common:header.view": "查看",
"common:header.edit": "编辑",
"common:header.history": "历史",
"common:header.viewSource": "源文件",
"common:header.move": "移动\/重命名",
"common:header.delete": "删除",
"common:header.assets": "资料",
"common:header.imagesFiles": "图像和文件",
"common:header.search": "搜索...",
"common:header.admin": "管理",
"common:header.account": "帐户",
"common:header.myWiki": "我的wiki",
"common:header.profile": "我的信息",
"common:header.logout": "登出",
"common:header.login": "登录",
"common:page.lastEditedBy": "最后编辑",
"common:page.unpublished": "未发布",
"common:page.editPage": "编辑页面",
"common:page.toc": "目录",
"common:page.bookmark": "书签",
"common:page.share": "分享",
"common:page.printFormat": "打印格式",
"common:actions.close": "关闭",
"common:actions.page": "页面",
"admin:storage.subtitle": "为内容设置备份和同步目标",
"admin:storage.targets": "目标",
"admin:storage.status": "状态",
"admin:storage.lastSync": "上次同步{{time}}",
"admin:storage.lastSyncAttempt": "上次尝试是{{time}}",
"admin:storage.errorMsg": "错误消息",
"admin:storage.noTarget": "您没有任何活动存储目标。",
"admin:storage.targetConfig": "目标配置",
"admin:storage.noConfigOption": "此存储目标没有可修改的配置选项。",
"admin:storage.syncDirection": "同步方向",
"admin:storage.syncDirectionSubtitle": "选择如何处理此存储目标的内容同步。",
"admin:storage.syncDirBi": "双向",
"admin:storage.syncDirPush": "推送到目标",
"admin:storage.syncDirPull": "从目标中拉取",
"admin:storage.unsupported": "不支持",
"admin:storage.syncDirBiHint": "在双向模式下, 首先从存储目标中提取内容。任何较新的内容都会覆盖本地内容。自上次同步以来的新内容将被推送到存储目标, 如果存在, 则覆盖目标上的任何内容。",
"admin:storage.syncDirPushHint": "内容始终以覆盖任何现有内容的形式被推送到存储目标, 这是最安全的备份方案。",
"admin:storage.syncDirPullHint": "内容总是从存储目标中提取, 覆盖已存在的任何本地内容。此选项通常保留用于一次性内容导入。警告使用此选项, 因为任何本地内容都将始终被覆盖!",
"admin:storage.syncSchedule": "同步计划",
"admin:storage.syncScheduleHint": "出于性能原因, 此存储目标按基于间隔的计划同步更改, 而不是在每次更改上同步更改。定义同步发生时的间隔。",
"admin:storage.syncScheduleCurrent": "目前设置为每{{schedule}} 。",
"admin:storage.syncScheduleDefault": "默认值为每{{schedule}} 。",
"admin:storage.actions": "操作",
"admin:storage.actionRun": "运行",
"admin:search.subtitle": "配置Wiki的搜索功能",
"admin:search.rebuildIndex": "重建索引",
"admin:search.searchEngine": "搜索引擎",
"admin:search.engineConfig": "引擎配置",
"admin:search.engineNoConfig": "此引擎没有可修改的配置选项。",
"admin:search.listRefreshSuccess": "搜索引擎列表已刷新。",
"admin:search.configSaveSuccess": "搜索引擎配置已成功保存。",
"admin:search.indexRebuildSuccess": "索引重建成功。",
"common:error.unexpected": "一个意料之外的问题发生了。",
"admin:dashboard.pages": "页面",
"admin:dashboard.users": "用户",
"admin:dashboard.groups": "组",
"admin:dashboard.versionLatest": "您正在运行最新版本。",
"admin:dashboard.versionNew": "有新版本:{{version}}",
"admin:dashboard.contributeSubtitle": "Wiki.js是一个免费的开源项目。您可以通过多种方式为项目做出贡献。",
"admin:dashboard.contributeHelp": "我们需要你的帮助!",
"admin:dashboard.contributeLearnMore": "了解更多",
"admin:auth.refreshSuccess": "策略列表已更新。",
"admin:auth.saveSuccess": "验证配置已成功保存。",
"admin:general.general": "常规",
"admin:general.siteUrl": "网站网址",
"admin:general.siteUrlHint": "输入你的wiki的完整URL,无需键入尾部斜杠。 (例如https:\/\/wiki.example.com)",
"admin:general.siteTitle": "网站名称",
"admin:general.siteTitleHint": "显示在顶部栏中, 并附加到所有页面元标题。",
"admin:general.logo": "Logo",
"admin:general.uploadLogo": "上传 Logo",
"admin:general.uploadClear": "清除",
"admin:general.uploadSizeHint": "建议使用 {{size}} 像素的图片以获得最佳效果",
"admin:general.uploadTypesHint": "仅限于 {{typeList}} 和 {{lastType}} 文件类型",
"admin:general.footerCopyright": "页脚版权",
"admin:general.companyName": "公司\/组织名称",
"admin:general.companyNameHint": "页脚的版权声明人;留空则不显示。",
"admin:general.siteDescription": "网站说明",
"admin:general.siteDescriptionHint": "默认的页面描述",
"admin:general.metaRobots": "元机器人",
"admin:general.metaRobotsHint": "默认:索引,关注。也可以对每个页面单独设置。",
"common:header.searchHint": "关键词不能少于2个字符",
"common:header.searchLoading": "正在搜索...",
"common:header.searchNoResult": "没有符合您查询的页面。",
"common:header.searchResultsCount": "找到 {{total}} 条结果",
"common:header.searchDidYouMean": "你是指...?",
"common:header.searchClose": "关闭",
"common:header.searchCopyLink": "复制搜索链接",
"common:password.veryWeak": "非常弱",
"common:password.weak": "弱",
"common:password.average": "普通",
"common:password.strong": "强",
"common:password.veryStrong": "非常强",
"common:page.delete": "删除页面",
"common:page.deleteTitle": "确定要删除页面{{title}}吗?",
"common:page.deleteSubtitle": "该页面可以从管理区域恢复。",
"common:user.search": "搜索用户",
"common:user.searchPlaceholder": "搜索用户...",
"common:duration.every": "每",
"common:duration.minutes": "分钟",
"common:duration.hours": "小时",
"common:duration.days": "日",
"common:duration.months": "月",
"common:duration.years": "年",
"editor:props.pageProperties": "页面属性",
"editor:props.pageInfo": "页面信息",
"editor:props.title": "标题",
"editor:props.shortDescription": "简短说明",
"editor:props.shortDescriptionHint": "标题下方显示",
"editor:props.pathCategorization": "路径和分类",
"editor:props.locale": "语言环境",
"editor:props.path": "路径",
"editor:props.pathHint": "不要包含任何前导或尾随斜杠。",
"editor:props.tags": "标签",
"editor:props.tagsHint": "使用标记对页面进行分类,使其更易于查找。",
"editor:props.publishState": "发布状态",
"editor:props.publishToggle": "已发布",
"editor:props.publishToggleHint": "在此页上具有写入权限的用户仍可以看到未发布的页面。",
"editor:props.publishStart": "发布结束...",
"editor:props.publishStartHint": "留空表示没有起始日期。",
"editor:props.publishEnd": "发布结束...",
"editor:props.publishEndHint": "留空表示没有结束日期",
"editor:unsaved.title": "放弃未保存的更改?",
"editor:unsaved.body": "您有未保存的更改。是否确实要离开编辑器并放弃自上次保存以来所做的任何修改?",
"common:actions.discardChanges": "放弃",
"editor:select.title": "你想使用哪个编辑器?",
"editor:select.cannotChange": "创建页面后无法更改此项。",
"editor:assets.title": "资源",
"editor:assets.newFolder": "新建文件夹",
"editor:assets.folderName": "文件夹名称",
"editor:assets.folderNameNamingRules": "必须遵循 {{namingRules}}",
"editor:assets.folderNameNamingRulesLink": "命名规则",
"common:actions.move": "移动",
"common:actions.rename": "重命名",
"common:actions.optimize": "优化",
"common:actions.preview": "预览",
"common:actions.properties": "属性",
"editor:assets.folderEmpty": "空文件夹",
"editor:assets.fileCount": "{{count}}文件",
"common:actions.insert": "插入文件",
"editor:assets.headerId": "ID",
"editor:assets.headerFilename": "文件名",
"editor:assets.headerType": "类型",
"editor:assets.headerFileSize": "文件大小",
"editor:assets.headerAdded": "已添加",
"editor:assets.headerActions": "操作",
"editor:assets.uploadAssets": "上传",
"editor:assets.uploadAssetsDropZone": "浏览或拖文件到此",
"editor:assets.fetchImage": "获取远程图像",
"editor:assets.imageAlign": "图像对齐",
"editor:assets.renameAsset": "重命名",
"editor:assets.renameAssetSubtitle": "输入新名称",
"editor:assets.deleteAsset": "删除",
"editor:assets.deleteAssetConfirm": "确定删除?",
"editor:assets.deleteAssetWarn": "此操作无法撤消!",
"editor:assets.refreshSuccess": "已刷新的文件列表。",
"editor:assets.uploadFailed": "文件上传失败。",
"editor:assets.folderCreateSuccess": "已成功创建文件夹。",
"editor:assets.renameSuccess": "已成功重命名。",
"editor:assets.deleteSuccess": "已成功删除。",
"editor:assets.noUploadError": "你必须选择一个要上传的文件!",
"common:actions.fetch": "获取",
"editor:backToEditor": "返回编辑",
"editor:markup.bold": "加粗",
"editor:markup.italic": "斜体",
"editor:markup.strikethrough": "删除线",
"editor:markup.heading": "标题{{level}}",
"editor:markup.subscript": "下标",
"editor:markup.superscript": "上标",
"editor:markup.blockquote": "块引用",
"editor:markup.blockquoteInfo": "信息型块引用",
"editor:markup.blockquoteSuccess": "成功型块引用",
"editor:markup.blockquoteWarning": "警告型块引用",
"editor:markup.blockquoteError": "错误型块引用",
"editor:markup.unorderedList": "未排序列表",
"editor:markup.orderedList": "有序列表",
"editor:markup.inlineCode": "插入代码块",
"editor:markup.keyboardKey": "键盘键",
"editor:markup.horizontalBar": "水平条",
"editor:markup.togglePreviewPane": "显示\/隐藏预览窗格",
"editor:markup.insertLink": "插入链接",
"editor:markup.insertAssets": "插入文件",
"editor:markup.insertBlock": "插入块",
"editor:markup.insertCodeBlock": "插入代码块",
"editor:markup.insertVideoAudio": "插入视频\/音频",
"editor:markup.insertDiagram": "插入图片",
"editor:markup.insertMathExpression": "插入数学表达式",
"editor:markup.tableHelper": "表格助手",
"editor:markup.distractionFreeMode": "勿扰模式",
"editor:markup.markdownFormattingHelp": "Markdown 用法帮助",
"common:page.viewingSource": "查看页面源{{path}}",
"common:page.returnNormalView": "返回普通视图",
"common:page.id": "ID {{id}}",
"common:header.language": "语言",
"admin:analytics.title": "分析",
"admin:analytics.subtitle": "将分析和跟踪工具添加到您的 wiki",
"admin:analytics.providers": "供应商",
"admin:analytics.providerConfiguration": "配置选项",
"admin:analytics.providerNoConfiguration": "该供应商没有可修改的配置选项。",
"admin:analytics.refreshSuccess": "已刷新供应商名单。",
"admin:analytics.saveSuccess": "已成功保存分析配置",
"admin:utilities.subtitle": "维护和杂项工具",
"admin:utilities.tools": "工具",
"admin:utilities.authTitle": "认证",
"admin:utilities.authSubtitle": "用于身份验证\/用户的各种工具",
"admin:utilities.cacheTitle": "刷新缓存",
"admin:utilities.cacheSubtitle": "各种组件的刷新缓存",
"admin:utilities.graphEndpointTitle": "GraphQL端点",
"admin:utilities.graphEndpointSubtitle": "更改 Wiki.js 的 GraphQL 端点",
"admin:utilities.importv1Title": "从 1.x 的 Wiki.js 导入",
"admin:utilities.importv1Subtitle": "从 1.x 版本中迁移数据",
"admin:utilities.telemetryTitle": "遥测",
"admin:utilities.telemetrySubtitle": "启用\/禁用遥测或重置客户端 ID",
"admin:comments.title": "评论",
"common:page.published": "已发布",
"common:page.private": "私密",
"common:page.global": "全局",
"common:page.loading": "正在加载页面……",
"admin:locale.code": "代码",
"admin:locale.name": "名字",
"admin:locale.nativeName": "原始名称",
"admin:locale.rtl": "RTL",
"admin:locale.availability": "可用性",
"admin:locale.download": "下载",
"admin:utilities.contentTitle": "内容",
"admin:utilities.contentSubtitle": "页面工具",
"admin:theme.iconset": "图标集",
"admin:theme.iconsetHint": "侧边栏导航中的图标集",
"common:outdatedBrowserWarning": "您的浏览器已过时。升级到{{modernBrowser}} 。",
"common:modernBrowser": "新版浏览器",
"admin:theme.downloadName": "名字",
"admin:theme.downloadAuthor": "作者",
"admin:theme.downloadDownload": "下载",
"admin:theme.cssOverrideWarning": "{{caution}}为页面内容增加样式时,必须将页面内容放到 {{cssClass}} ;否则会破坏编辑器的布局。",
"admin:theme.cssOverrideWarningCaution": "注意:",
"admin:theme.options": "主题设置",
"admin:users.active": "激活",
"admin:users.inactive": "未激活",
"admin:users.verified": "验证",
"admin:users.unverified": "未验证",
"admin:users.edit": "编辑用户",
"admin:users.id": "ID {{id}}",
"admin:users.basicInfo": "基本信息",
"admin:users.email": "Email",
"admin:users.displayName": "显示名",
"admin:users.authentication": "认证",
"admin:users.authProvider": "提供商",
"admin:users.password": "密码",
"admin:users.changePassword": "更改密码",
"admin:users.newPassword": "新密码",
"admin:users.tfa": "双重验证",
"admin:users.toggle2FA": "启用双重验证",
"admin:users.authProviderId": "提供商 ID",
"admin:users.groups": "用户组",
"admin:users.noGroupAssigned": "此用户尚未分配给任何组,您必须给其分配至少一个组。",
"admin:users.selectGroup": "选择组...",
"admin:users.groupAssign": "分配",
"admin:users.extendedMetadata": "扩展元数据",
"admin:users.location": "位置",
"admin:users.jobTitle": "工作标题",
"admin:users.timezone": "时区",
"admin:users.userUpdateSuccess": "用户信息更新成功",
"admin:users.userAlreadyAssignedToGroup": "用户已分配到此组!",
"admin:storage.targetState": "此存储目标为{{state}}",
"admin:storage.targetStateActive": "激活",
"admin:storage.targetStateInactive": "未激活",
"admin:storage.actionsInactiveWarn": "您必须启用此存储目标并应用更改,然后才能运行操作。",
"auth:changePwd.subtitle": "输入新密码",
"auth:changePwd.instructions": "您必须输入新密码:",
"auth:changePwd.newPasswordPlaceholder": "新密码",
"auth:changePwd.newPasswordVerifyPlaceholder": "重复新密码",
"auth:changePwd.proceed": "更改密码",
"auth:changePwd.loading": "正在更改密码……",
"admin:dashboard.recentPages": "最近页面",
"admin:dashboard.mostPopularPages": "最受欢迎的页面",
"editor:props.info": "页面信息",
"editor:props.scheduling": "定时任务",
"editor:props.social": "社交",
"editor:props.categorization": "分类",
"editor:props.socialFeatures": "社交功能",
"editor:props.allowComments": "允许评论",
"editor:props.allowCommentsHint": "在此页面上启用评论功能",
"editor:props.allowRatings": "允许评分",
"editor:props.displayAuthor": "显示作者信息",
"editor:props.displaySharingBar": "显示共享工具栏",
"editor:props.displaySharingBarHint": "显示工具栏来共享和打印此页面",
"editor:props.displayAuthorHint": "显示页面作者及上次编辑时间",
"editor:props.allowRatingsHint": "在此页面上启用评分功能。",
"editor:select.customView": "还是创建自定义视图?",
"common:header.browseTags": "按标签浏览",
"common:header.siteMap": "站点地图",
"common:header.pageActions": "页面操作",
"tags:currentSelection": "当前选择",
"tags:clearSelection": "清空选择",
"tags:selectOneMoreTags": "选择一个或多个标签",
"tags:searchWithinResultsPlaceholder": "在结果中搜索...",
"tags:locale": "区域设置",
"tags:orderBy": "排序",
"tags:selectOneMoreTagsHint": "在左侧选择一个或多个标签",
"tags:retrievingResultsLoading": "正在检索页面...",
"tags:noResults": "找不到与选中标签匹配的页面",
"tags:noResultsWithFilter": "找不到与当前筛选项匹配的页面。",
"tags:pageLastUpdated": "最后更新{{date}}",
"tags:orderByField.creationDate": "创建时间",
"tags:orderByField.ID": "ID",
"tags:orderByField.lastModified": "最后编辑",
"tags:orderByField.path": "路径",
"tags:orderByField.title": "标题",
"tags:localeAny": "任何",
"admin:contribute.github": "通过Github Sponsors进行赞助者 (支持开发者Nicolas Giard可以更好地帮助Wiki.js的开发!)",
"admin:contribute.becomeASponsor": "进行捐赠",
"admin:tags.title": "标签",
"admin:ssl.title": "SSL",
"admin:ssl.subtitle": "管理SSL配置",
"admin:ssl.provider": "供应商",
"admin:ssl.providerHint": "如果你已经拥有自己的证书,请选择“自定义证书”。",
"admin:ssl.domain": "域名",
"admin:ssl.domainHint": "输入指向你的wiki的完整域名(例如:wiki.example.com)",
"admin:ssl.providerOptions": "供应商选项",
"admin:ssl.providerDisabled": "禁用",
"admin:ssl.providerLetsEncrypt": "Let's Encrypt",
"admin:ssl.providerCustomCertificate": "自定义证书",
"admin:ssl.ports": "端口",
"admin:ssl.httpPort": "HTTP端口",
"admin:ssl.httpPortHint": "非SSL服务器端口将会监听HTTP请求,这些端口一般是80或3000",
"admin:ssl.httpsPort": "HTTPS端口",
"admin:ssl.httpsPortHint": "SSL服务器监听的HTTPS请求端口,一般是443",
"admin:ssl.httpPortRedirect": "HTTP请求重定向到HTTPS",
"admin:ssl.httpPortRedirectHint": "将会自动将所有的HTTP请求重定向到HTTPS",
"admin:ssl.writableConfigFileWarning": "请注意,你的配置文件必须为可写入才能设定端口配置",
"admin:general.logoUrl": "Logo URL",
"admin:general.logoUrlHint": "制定一个图片座位你的LOGO,支持34*34或更高的正方形图像,支持SVG、PNG、JPG格式,点击按钮来上传新图像",
"admin:users.deleteConfirmTitle": "删除用户帐号?",
"admin:users.deleteConfirmText": "您确定要删除用户{{username}}的帐户吗?此操作无法撤销!",
"admin:users.updateUser": "更新用户账号",
"admin:users.groupAssignNotice": "请注意,您不能从此面板将用户分配给Administrators或Guests组。",
"admin:users.deleteConfirmForeignNotice": "请注意,您不能删除已经创建内容的用户。相反,您必须停用用户或删除该用户创建的所有内容。",
"editor:props.scripts": "脚本",
"editor:props.js": "Javascript",
"editor:props.css": "CSS",
"editor:props.jsHint": "请注意,如果管理员禁用了此功能,则脚本将不起作用。",
"editor:props.cssHint": "保存后会自动缩小CSS。",
"admin:navigation.visibilityMode.all": "所有人可见",
"admin:navigation.visibilityMode.restricted": "选定组以对该组可见……",
"admin:navigation.selectPageButton": "请选择页面……",
"admin:navigation.mode": "导航模式",
"admin:navigation.modeSiteTree.title": "站点地图",
"admin:navigation.modeSiteTree.description": "经典树状导航",
"admin:navigation.modeCustom.title": "自定义导航",
"admin:navigation.modeCustom.description": "静态导航菜单+站点树按钮",
"admin:navigation.modeNone.title": "无",
"admin:navigation.modeNone.description": "禁用站点导航栏",
"admin:users.userVerifySuccess": "用户已验证。",
"admin:users.userActivateSuccess": "用户已激活。",
"admin:users.userDeactivateSuccess": "用户已停用。",
"editor:markup.noSelectionError": "必须先选择文本!",
"admin:ssl.renewCertificate": "续期证书",
"admin:ssl.status": "证书状态",
"admin:ssl.expiration": "证书过期",
"admin:ssl.subscriberEmail": "订阅者邮箱",
"admin:ssl.currentState": "当前状态",
"admin:ssl.httpPortRedirectTurnOn": "打开",
"admin:ssl.httpPortRedirectTurnOff": "关闭",
"admin:ssl.renewCertificateLoadingTitle": "正在续期证书……",
"admin:ssl.renewCertificateLoadingSubtitle": "请不要离开此页面",
"admin:ssl.renewCertificateSuccess": "证书续期成功",
"admin:ssl.httpPortRedirectSaveSuccess": "HTTP重定向已成功更改",
"admin:tags.subtitle": "管理页面标签",
"admin:tags.emptyList": "没有标签可显示。",
"admin:tags.edit": "编辑标签",
"admin:tags.tag": "标签",
"admin:tags.label": "标记",
"admin:tags.date": "创建了{{created}},最后更新{{updated}} 。",
"admin:tags.delete": "删除这个标签",
"admin:tags.noSelectionText": "从左侧列表中选择一个标签",
"admin:tags.noItemsText": "为页面增加一个新标签吧。",
"admin:tags.refreshSuccess": "标签已刷新。",
"admin:tags.deleteSuccess": "标签删除成功。",
"admin:tags.saveSuccess": "标签已成功保存。",
"admin:tags.filter": "筛选",
"admin:tags.viewLinkedPages": "查看链接页面",
"admin:tags.deleteConfirm": "删除标签?",
"admin:tags.deleteConfirmText": "您确定要删除标签{{tag}}吗?该标签还将与所有页面取消链接。",
"admin:api.subtitle": "管理 API 访问密钥",
"admin:api.enabled": "API 已启用",
"admin:api.disabled": "API 已停用",
"admin:api.enableButton": "启用 API",
"admin:api.disableButton": "停用 API",
"admin:api.newKeyButton": "新的 API 密钥",
"admin:api.headerName": "名称",
"admin:api.headerKeyEnding": "密钥到期",
"admin:api.headerExpiration": "过期",
"admin:api.headerCreated": "创建",
"admin:api.headerLastUpdated": "最后一次更新",
"admin:api.headerRevoke": "删除",
"admin:api.noKeyInfo": "尚未生成任何 API 密钥。",
"admin:api.revokeConfirm": "确认删除此 API 密钥?",
"admin:api.revokeConfirmText": "是否确定要撤销{{name}}密钥吗?本操作无法撤消!",
"admin:api.revoke": "删除",
"admin:api.refreshSuccess": "API 密钥列表已刷新。",
"admin:api.revokeSuccess": "已成功删除此密钥。",
"admin:api.newKeyTitle": "新的 API 密钥",
"admin:api.newKeySuccess": "API密钥已成功创建。",
"admin:api.newKeyNameError": "名称(Name)缺少或非法。",
"admin:api.newKeyGroupError": "您必须选择一个组。",
"admin:api.newKeyGuestGroupError": "来宾组不能使用 API 密钥功能。",
"admin:api.newKeyNameHint": "此密钥的用途",
"admin:api.newKeyName": "名称",
"admin:api.newKeyExpiration": "过期",
"admin:api.newKeyExpirationHint": "无论密钥是否到期,你都可以随时撤销",
"admin:api.newKeyPermissionScopes": "权限范围",
"admin:api.newKeyFullAccess": "完全访问",
"admin:api.newKeyGroupPermissions": "或使用用户组权限……",
"common:actions.generate": "生成",
"admin:api.newKeyGroup": "用户组",
"admin:api.newKeyGroupHint": "API密钥将具有与所选组相同的权限。",
"admin:api.expiration30d": "30天",
"admin:api.expiration90d": "90天",
"admin:api.expiration180d": "180天",
"admin:api.expiration1y": "1年",
"admin:api.expiration3y": "3年",
"admin:api.newKeyCopyWarn": "复制如下所示的密钥{{bold}}",
"admin:api.newKeyCopyWarnBold": "它将不会再显示",
"admin:api.toggleStateEnabledSuccess": "API已成功启用。",
"admin:api.toggleStateDisabledSuccess": "API已成功禁用。",
"editor:save.saved": "已保存",
"common:license.none": "无",
"common:license.ccby": "知识共享署名许可",
"common:license.ccbysa": "知识共享署名-相同方式共享许可",
"common:license.ccbynd": "知识共享署名-无衍生许可",
"common:license.ccbync": "知识共享署名-非商业许可",
"common:license.ccbyncsa": "知识共享署名-非商业性-相同方式共享许可",
"common:license.ccbyncnd": "知识共享署名-非商业性-无衍生许可",
"common:license.cc0": "公共域名",
"common:license.alr": "保留所有权利",
"admin:general.contentLicense": "内容许可证",
"admin:general.contentLicenseHint": "许可证在所有内容页面的页脚中显示",
"common:footer.license": "内容在{{license}}下可用,来自于{{company}}",
"common:unauthorized.action.download": "你不能下载这个页面的内容",
"common:unauthorized.action.downloadVersion": "你不能下载这个页面版本的内容",
"common:unauthorized.action.sourceVersion": "您无法查看该页面的源码。",
"common:page.viewingSourceVersion": "查看{{date}} 页面{{path}}的源码",
"common:page.versionId": "版本ID {{id}}",
"history:restore.confirmTitle": "恢复页面版本?",
"history:restore.confirmText": "您确定恢复页面到1:date ? 这个版本将复制在当前的历史。",
"history:restore.confirmButton": "恢复",
"history:restore.success": "页面版本成功恢复!",
"editor:ckeditor.stats": "{{chars}}字符, {{words}}单词 ",
"editor:conflict.title": "解决保存冲突",
"editor:conflict.useLocal": "使用本地",
"editor:conflict.useRemote": "使用远程",
"editor:conflict.useRemoteHint": "放弃本地更改并使用最近版本",
"editor:conflict.useLocalHint": "使用左侧面板中的内容",
"editor:conflict.viewLatestVersion": "查看最新版本",
"editor:conflict.infoGeneric": "该页面的最新版本由{{authorName}}在{{date}}保存",
"editor:conflict.whatToDo": "您将如何选择?",
"editor:conflict.whatToDoLocal": "使用当前的本地版本,并忽略最新的更改。",
"editor:conflict.whatToDoRemote": "使用远程版本(最新) 并放弃您的更改。",
"editor:conflict.overwrite.title": "用远程版本覆盖?",
"editor:conflict.overwrite.description": "您确定要将当前版本替换为最新的远程版本内容么? {{refEditsLost}}",
"editor:conflict.overwrite.editsLost": "您当前的修改将丢失。",
"common:actions.confirm": "确认",
"editor:conflict.localVersion": "本地版本 {{refEditable}}",
"editor:conflict.editable": "(可编辑)",
"editor:conflict.readonly": "(只读)",
"editor:conflict.remoteVersion": "远程版本 {{refReadOnly}}",
"editor:conflict.leftPanelInfo": "您当前的修改基于{{date}}页面版本",
"editor:conflict.rightPanelInfo": "最后由 {{authorName}} 编辑, {{date}}",
"editor:conflict.pageTitle": "标题:",
"editor:conflict.pageDescription": "说明:",
"editor:unsavedWarning": "您有未保存的修改. 是否确认离开编辑器?",
"editor:conflict.warning": "保存冲突!另一个用户已经修改了此页面。",
"common:header.duplicate": "复制",
"profile:displayName": "显示名称",
"profile:location": "地区",
"profile:jobTitle": "职位",
"profile:timezone": "时区",
"profile:title": "配置文件",
"profile:subtitle": "我的个人信息",
"profile:myInfo": "我的信息",
"profile:viewPublicProfile": "查看公开资料",
"profile:auth.title": "身份验证",
"profile:auth.provider": "提供者",
"profile:auth.changePassword": "修改密码",
"profile:auth.currentPassword": "当前密码",
"profile:auth.newPassword": "新密码",
"profile:auth.verifyPassword": "确认新密码",
"profile:groups.title": "用户组",
"profile:activity.title": "活动",
"profile:activity.joinedOn": "加入于",
"profile:activity.lastUpdatedOn": "资料最近更新于",
"profile:activity.lastLoginOn": "上次登录于",
"profile:activity.pagesCreated": "页面已创建",
"profile:activity.commentsPosted": "评论已发布",
"profile:save.success": "资料保存成功",
"profile:auth.changePassSuccess": "密码修改成功",
"profile:pages.title": "页面",
"profile:comments.title": "评论",
"profile:pages.subtitle": "我创建或最后修改的页面列表",
"profile:pages.emptyList": "没有可以显示的页面",
"profile:pages.refreshSuccess": "页面列表已刷新",
"profile:pages.headerTitle": "标题",
"profile:pages.headerPath": "路径",
"profile:pages.headerCreatedAt": "创建",
"profile:pages.headerUpdatedAt": "最后一次更新",
"admin:dashboard.lastLogins": "上次登录",
"common:sidebar.browse": "浏览",
"common:sidebar.mainMenu": "主菜单",
"common:sidebar.currentDirectory": "当前目录",
"common:sidebar.root": "(根目录)",
"admin:navigation.copyFromLocale": "从语言环境复制...",
"admin:navigation.sourceLocale": "源语言",
"admin:navigation.sourceLocaleHint": "将要被复制的导航栏物件的语言",
"common:actions.copy": "复制",
"admin:navigation.copyFromLocaleInfoText": "从要复制的项目中选择语言.项目将被添加到当前激活的语言列表之后",
"admin:navigation.modeStatic.title": "静态导航",
"admin:navigation.modeStatic.description": "仅静态导航菜单",
"profile:preferences": "偏好设置",
"profile:dateFormat": "日期格式",
"profile:localeDefault": "默认语言",
"profile:appearance": "外观",
"profile:appearanceDefault": "默认站点",
"profile:appearanceLight": "亮模式",
"profile:appearanceDark": "暗模式",
"admin:mail.smtpVerifySSL": "验证SSL证书",
"admin:mail.smtpVerifySSLHint": "某些主机要求禁用SSL证书检查来继续,但我们推荐保持启用来确保安全性",
"admin:navigation.navType.externalblank": "外部链接(新窗口)",
"admin:security.title": "安全",
"admin:security.maxUploadSize": "最大上传大小",
"admin:security.maxUploadBatch": "每次上传的最大文件数",
"admin:security.maxUploadBatchHint": "一次可以批量上传多少文件?",
"admin:security.maxUploadSizeHint": "单个文件的最大大小。",
"admin:security.maxUploadSizeSuffix": "字节",
"admin:security.maxUploadBatchSuffix": "文件",
"admin:security.uploads": "上传",
"admin:security.uploadsInfo": "这些设置只影响Wiki.js. 如果您使用反向代理(例如Nginx,Apache,Cloudflare),您必须更改它们的设置以匹配",
"admin:security.subtitle": "配置安全设置",
"admin:extensions.title": "扩展",
"admin:extensions.subtitle": "安装扩展以获得额外功能",
"admin:comments.provider": "提供者",
"admin:comments.subtitle": "向您的维基添加讨论",
"admin:comments.providerConfig": "提供者配置",
"admin:comments.providerNoConfig": "该提供者没有可供您修改的配置选项。",
"admin:users.deleteConfirmReplaceWarn": "该用户创建的任何内容(页面,上载,评论等)将重新分配给下面选择的用户。如果您不希望将内容重新分配给任何当前活动用户,建议创建一个虚拟目标用户(例如,“已删除的用户”)。",
"admin:auth.activeStrategies": "激活策略",
"admin:auth.addStrategy": "添加策略"
}