This repository was archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 808
Expand file tree
/
Copy pathzh_Hans.json
More file actions
3627 lines (3627 loc) · 220 KB
/
zh_Hans.json
File metadata and controls
3627 lines (3627 loc) · 220 KB
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
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"a11y": {
"jump_first_invite": "跳转至第一个邀请。",
"n_unread_messages": {
"other": "%(count)s 个未读消息。",
"one": "1 个未读消息。"
},
"n_unread_messages_mentions": {
"other": "包括提及在内有 %(count)s 个未读消息。",
"one": "1 个未读提及。"
},
"room_name": "房间 %(name)s",
"unread_messages": "未读消息。",
"user_menu": "用户菜单"
},
"a11y_jump_first_unread_room": "跳转至第一个未读房间。",
"action": {
"accept": "接受",
"add": "添加",
"add_existing_room": "添加现有的房间",
"add_people": "加人",
"apply": "应用",
"approve": "批准",
"ask_to_join": "申请加入",
"back": "返回",
"call": "通话",
"cancel": "取消",
"change": "更改",
"clear": "清除",
"click": "点击",
"click_to_copy": "点击复制",
"close": "关闭",
"collapse": "折叠",
"complete": "完成",
"confirm": "确认",
"continue": "继续",
"copy": "复制",
"copy_link": "复制链接",
"create": "创建",
"create_a_room": "创建房间",
"decline": "拒绝",
"delete": "删除",
"deny": "拒绝",
"disable": "禁用",
"disconnect": "断开连接",
"dismiss": "忽略",
"done": "完成",
"download": "下载",
"edit": "编辑",
"enable": "启用",
"enter_fullscreen": "进入全屏",
"exit_fullscreeen": "退出全屏",
"expand": "展开",
"explore_public_rooms": "探索公共房间",
"explore_rooms": "探索房间",
"export": "导出",
"forward": "转发",
"go": "前往",
"go_back": "返回",
"got_it": "知道了",
"hide_advanced": "隐藏高级",
"hold": "挂起",
"ignore": "忽略",
"import": "导入",
"invite": "邀请",
"invite_to_space": "邀请到空间",
"invites_list": "邀请",
"join": "加入",
"learn_more": "了解更多",
"leave": "离开",
"leave_room": "离开房间",
"logout": "登出",
"manage": "管理",
"maximise": "最大化",
"mention": "提及",
"minimise": "最小化",
"new_room": "新房间",
"new_video_room": "新视频房间",
"next": "下一个",
"no": "不",
"ok": "确定",
"pause": "暂停",
"pin": "别针",
"play": "播放",
"proceed": "继续",
"quote": "引述",
"react": "回应",
"refresh": "刷新",
"register": "注册",
"reject": "拒绝",
"reload": "重加载",
"remove": "移除",
"rename": "重命名",
"reply": "回复",
"reply_in_thread": "在消息列中回复",
"report_content": "举报内容",
"resend": "重新发送",
"reset": "重置",
"restore": "恢复",
"resume": "恢复",
"retry": "重试",
"review": "开始验证",
"revoke": "撤销",
"save": "保存",
"search": "搜索",
"send_report": "发送报告",
"share": "分享",
"show": "显示",
"show_advanced": "显示高级",
"show_all": "显示全部",
"sign_in": "登录",
"sign_out": "注销",
"skip": "跳过",
"start": "开始",
"start_chat": "开始聊天",
"start_new_chat": "开始新的聊天",
"stop": "停止",
"submit": "提交",
"subscribe": "订阅",
"transfer": "传输",
"trust": "信任",
"try_again": "重试",
"unban": "解除封禁",
"unignore": "取消忽略",
"unpin": "取消置顶",
"unsubscribe": "取消订阅",
"update": "更新",
"upgrade": "升级加密",
"upload": "上传",
"verify": "验证",
"view": "查看",
"view_all": "查看全部",
"view_list": "查看列表",
"view_message": "查看消息",
"view_source": "查看源码",
"yes": "是",
"zoom_in": "放大",
"zoom_out": "缩小"
},
"analytics": {
"accept_button": "没问题",
"bullet_1": "我们<Bold>不会</Bold>记录或配置任何账户数据",
"bullet_2": "我们<Bold>不会</Bold>与第三方共享信息",
"consent_migration": "你之前同意与我们分享匿名使用数据。我们正在更新其工作方式。",
"disable_prompt": "您可以随时在设置中关闭此功能",
"enable_prompt": "帮助改进 %(analyticsOwner)s",
"learn_more": "共享匿名数据帮助我们发现问题。无个人数据。 没有第三方。<LearnMoreLink>了解更多</LearnMoreLink>",
"privacy_policy": "你可以在<PrivacyPolicyUrl>此处</PrivacyPolicyUrl>阅读我们所有的条款",
"pseudonymous_usage_data": "通过共享匿名使用数据,帮助我们发现问题并改进%(analyticsOwner)s。为了了解人们如何使用多台设备,我们将生成一个由您的设备共享的随机标识符。",
"shared_data_heading": "以下数据之一可能被分享:"
},
"auth": {
"3pid_in_use": "该电子邮件地址或电话号码已被使用。",
"account_clash": "你的新账户(%(newAccountId)s)已注册,但你已经登录了一个不同的账户(%(loggedInUserId)s)。",
"account_clash_previous_account": "用之前的账户继续",
"account_deactivated": "此账户已被停用。",
"autodiscovery_generic_failure": "从服务器获取自动发现配置时失败",
"autodiscovery_hs_incompatible": "您的服务器版本太旧,不支持所需的最低API版本。请与服务器所有者联系,或者升级您的服务器。",
"autodiscovery_invalid": "无效的家服务器搜索响应",
"autodiscovery_invalid_hs": "家服务器链接不像是有效的 Matrix 家服务器",
"autodiscovery_invalid_hs_base_url": "m.homeserver 的 base_url 无效",
"autodiscovery_invalid_is": "身份服务器链接不像是有效的身份服务器",
"autodiscovery_invalid_is_base_url": "m.identity_server 的 base_url 无效",
"autodiscovery_invalid_is_response": "无效的身份服务器搜索响应",
"autodiscovery_invalid_json": "无效的 JSON",
"autodiscovery_no_well_known": "找不到.well-known JSON文件",
"autodiscovery_unexpected_error_hs": "解析家服务器配置时发生未知错误",
"autodiscovery_unexpected_error_is": "解析身份服务器配置时发生未知错误",
"captcha_description": "此家服务器想要确认你不是机器人。",
"change_password_action": "修改密码",
"change_password_confirm_invalid": "密码不匹配",
"change_password_confirm_label": "确认密码",
"change_password_current_label": "当前密码",
"change_password_empty": "密码不能为空",
"change_password_error": "更改密码时出错:%(error)s",
"change_password_mismatch": "两次输入的新密码不符",
"change_password_new_label": "新密码",
"check_email_explainer": "按已发到<b>%(email)s</b>的说明操作",
"check_email_resend_prompt": "没收到?",
"check_email_resend_tooltip": "验证链接电子邮件已重新发送!",
"check_email_wrong_email_button": "重新输入电子邮件地址",
"check_email_wrong_email_prompt": "电子邮件地址错误?",
"continue_with_idp": "使用 %(provider)s 继续",
"continue_with_sso": "使用 %(ssoButtons)s 继续",
"country_dropdown": "国家下拉菜单",
"create_account_prompt": "新来的?<a>创建账户</a>",
"create_account_title": "创建账户",
"email_discovery_text": "使用电子邮箱以选择性地被现有联系人搜索。",
"email_field_label": "电子邮箱",
"email_field_label_invalid": "看起来不像有效的邮件地址",
"email_field_label_required": "输入邮箱地址",
"email_help_text": "添加电子邮箱以重置你的密码。",
"email_phone_discovery_text": "使用电子邮箱或电话以选择性地被现有联系人搜索。",
"enter_email_explainer": "<b>%(homeserver)s</b> 会向您发送一个验证链接,让您重置密码。",
"enter_email_heading": "输入您的邮箱以重置您的密码",
"failed_connect_identity_server": "无法连接到身份服务器",
"failed_connect_identity_server_other": "你可以登录,但部分功能在身份服务器重新上线之前不可用。如果持续看到此警告,请检查配置或联系服务器管理员。",
"failed_connect_identity_server_register": "你可以注册,但部分功能在身份服务器重新上线之前不可用。如果持续看到此警告,请检查配置或联系服务器管理员。",
"failed_connect_identity_server_reset_password": "你可以重置密码,但部分功能在身份服务器重新上线之前不可用。如果持续看到此警告,请检查配置或联系服务器管理员。",
"failed_homeserver_discovery": "无法执行家服务器搜索",
"failed_query_registration_methods": "无法查询支持的注册方法。",
"failed_soft_logout_auth": "重新认证失败",
"failed_soft_logout_homeserver": "由于家服务器的问题,重新认证失败",
"footer_powered_by_matrix": "由 Matrix 驱动",
"forgot_password_email_invalid": "电子邮件地址似乎无效。",
"forgot_password_email_required": "必须输入和你账户关联的邮箱地址。",
"forgot_password_prompt": "忘记你的密码了吗?",
"forgot_password_send_email": "发送重置连接",
"identifier_label": "第三方登录",
"incorrect_credentials": "用户名或密码错误。",
"incorrect_credentials_detail": "请注意,你正在登录 %(hs)s,而非 matrix.org。",
"incorrect_password": "密码错误",
"log_in_new_account": "<a>登录</a>到你的新账户。",
"logout_dialog": {
"description": "你确定要登出吗?",
"megolm_export": "手动导出密钥",
"setup_key_backup_title": "你将失去你的加密消息的访问权",
"setup_secure_backup_description_1": "加密消息已使用端到端加密保护。只有你和拥有密钥的收件人可以阅读这些消息。",
"setup_secure_backup_description_2": "当你登出时,这些密钥会从此设备删除。这意味着你将无法查阅已加密消息,除非你在其他设备上有那些消息的密钥,或者已将其备份到服务器。",
"skip_key_backup": "我不想要我的加密消息",
"use_key_backup": "开始使用密钥备份"
},
"misconfigured_body": "跟你的%(brand)s管理员确认<a>你的配置</a>不正确或重复的条目。",
"misconfigured_title": "你的 %(brand)s 配置有错误",
"msisdn_field_description": "别的用户可以使用你的联系人详情邀请你加入房间",
"msisdn_field_label": "电话",
"msisdn_field_number_invalid": "电话号码看起来不太对,请检查并重试",
"msisdn_field_required_invalid": "输入电话号码",
"no_hs_url_provided": "未输入家服务器链接",
"oidc": {
"error_title": "我们无法使你登入",
"generic_auth_error": "验证时出了问题。前往登录页面并重试。",
"logout_redirect_warning": "你将被重定向到服务器的验证提供者以完成登出。",
"missing_or_invalid_stored_state": "我们已要求浏览器记住你使用的家服务器,但不幸的是你的浏览器已忘记。请前往登录页面重试。"
},
"password_field_keep_going_prompt": "继续前进……",
"password_field_label": "输入密码",
"password_field_strong_label": "不错,是个强密码!",
"password_field_weak_label": "密码允许但不安全",
"phone_label": "电话",
"phone_optional_label": "电话号码(可选)",
"qr_code_login": {
"approve_access_warning": "为此设备批准访问权限后,它对你的帐户有完全的访问权限。",
"completing_setup": "完成新设备的设置",
"confirm_code_match": "检查以下代码是否与你的其他设备匹配:",
"connecting": "正在连接……",
"devices_connected": "已连接的设备",
"error_homeserver_lacks_support": "此服务器不支持多设备登录"
},
"register_action": "创建账户",
"registration": {
"continue_without_email_description": "请注意,如果你不添加电子邮箱并且忘记密码,你将<b>永远失去对你账户的访问权</b>。",
"continue_without_email_field_label": "电子邮箱(可选)",
"continue_without_email_title": "不使用电子邮箱并继续"
},
"registration_disabled": "此家服务器已禁止注册。",
"registration_msisdn_field_required_invalid": "输入电话号码(此家服务器上必须)",
"registration_successful": "注册成功",
"registration_username_in_use": "该名称已被占用。 尝试另一个,或者如果是您,请在下面登录。",
"registration_username_unable_check": "无法检查用户名是否已被使用。稍后再试。",
"registration_username_validation": "仅使用小写字母,数字,横杠和下划线",
"reset_password": {
"devices_logout_success": "你已登出全部设备,并将不再收到推送通知。要重新启用通知,请在每台设备上再次登入。",
"other_devices_logout_warning_1": "登出你的设备会删除存储在其上的消息加密密钥,使加密的聊天历史不可读。",
"other_devices_logout_warning_2": "若想保留对加密房间的聊天历史的访问权,请设置密钥备份或从其他设备导出消息密钥,然后再继续。",
"password_not_entered": "必须输入新密码。",
"passwords_mismatch": "新密码必须互相匹配。",
"reset_successful": "你的密码已重置。",
"return_to_login": "返回登录页面"
},
"reset_password_button": "忘记密码?",
"reset_password_email_field_description": "使用邮件地址恢复你的账户",
"reset_password_email_field_required_invalid": "输入邮件地址(此家服务器上必须)",
"reset_password_email_not_associated": "你的电子邮件地址似乎未与服务器上的Matrix ID关联。",
"reset_password_email_not_found_title": "未找到此邮箱地址",
"server_picker_custom": "其他自定义服务器",
"server_picker_description": "你可以使用自定义服务器选项来指定不同的家服务器URL以登录其他Matrix服务器。这让你能把%(brand)s和不同家服务器上的已有Matrix账户搭配使用。",
"server_picker_description_matrix.org": "免费加入最大的公共服务器,成为数百万用户中的一员",
"server_picker_dialog_title": "决定账户托管位置",
"server_picker_explainer": "使用你偏好的Matrix家服务器,如果你有的话,或自己架设一个。",
"server_picker_failed_validate_homeserver": "无法验证家服务器",
"server_picker_intro": "我们将您可以托管账户的地方称为“服务器组”。",
"server_picker_invalid_url": "URL 无效",
"server_picker_learn_more": "关于家服务器",
"server_picker_matrix.org": "Matrix.org 是世界上最大的公共家服务器,因此对许多人来说是一个好地方。",
"server_picker_required": "指定家服务器",
"server_picker_title": "登录你的家服务器",
"server_picker_title_default": "服务器选项",
"server_picker_title_registration": "账户托管于",
"session_logged_out_description": "出于安全考虑,此会话已被注销。请重新登录。",
"session_logged_out_title": "已退出登录",
"set_email": {
"description": "这将允许你重置你的密码和接收通知。",
"verification_pending_description": "请检查你的电子邮箱并点击里面包含的链接。完成时请点击继续。",
"verification_pending_title": "验证等待中"
},
"set_email_prompt": "你想要设置一个邮箱地址吗?",
"sign_in_description": "使用你的账户继续。",
"sign_in_instead": "跳转到登录",
"sign_in_instead_prompt": "已有账户?<a>在此登录</a>",
"sign_in_or_register": "登录或创建账户",
"sign_in_or_register_description": "使用已有账户或创建一个新账户。",
"sign_in_prompt": "有账户了?<a>登录</a>",
"sign_in_with_sso": "使用单点登录",
"soft_logout": {
"clear_data_button": "清除所有数据",
"clear_data_description": "清除此设备中的所有数据是永久的。加密消息会丢失,除非其密钥已被备份。",
"clear_data_title": "是否清除此设备中的所有数据?"
},
"soft_logout_heading": "你已登出",
"soft_logout_intro_password": "输入你的密码以登录并重新获取访问你账户的权限。",
"soft_logout_intro_sso": "请登录以重新获取访问你账户的权限。",
"soft_logout_intro_unsupported_auth": "你不能登录到你的账户。请联系你的家服务器管理员以获取更多信息。",
"soft_logout_subheading": "清除个人数据",
"sso": "单点登录",
"sso_failed_missing_storage": "我们已请求浏览器记住你使用的服务器,但是你的浏览器貌似已经忘记了。请前往登录页面重试。",
"sso_or_username_password": "%(ssoButtons)s 或 %(usernamePassword)s",
"sync_footer_subtitle": "如果你加入了很多房间,可能会消耗一些时间",
"uia": {
"code": "代码",
"email": "要创建账户,请打开我们刚刚发送到%(emailAddress)s的电子邮件里的链接。",
"email_auth_header": "检查你的电子邮件以继续",
"email_resend_prompt": "没收到吗?<a>重新发送</a>",
"email_resent": "已重新发送!",
"fallback_button": "开始认证",
"msisdn": "一封短信已发送到 %(msisdn)s",
"msisdn_token_incorrect": "令牌错误",
"msisdn_token_prompt": "请输入其包含的代码:",
"password_prompt": "在下方输入账户密码以确认你的身份。",
"recaptcha_missing_params": "在服务器配置中缺少验证码公钥。请将此问题报告给你的服务器管理员。",
"registration_token_prompt": "输入由服务器管理员所提供的注册密钥。",
"sso_body": "使用单一登入证明你的身份,以确认添加此电子邮件地址。",
"sso_failed": "确认你的身份时出了一点问题。取消并重试。",
"sso_postauth_body": "点击下方按钮确认你的身份。",
"sso_postauth_title": "确认以继续",
"sso_preauth_body": "要继续,请使用单点登录证明你的身份。",
"sso_title": "使用单点登录继续",
"terms": "请阅读并接受此服务器的政策:",
"terms_invalid": "请阅读并接受此服务器的所有政策"
},
"unsupported_auth": "此服务器未提供客户端支持的任何登录流程。",
"unsupported_auth_email": "此家服务器不支持使用电子邮箱地址登录。",
"unsupported_auth_msisdn": "此服务器不支持使用电话号码认证。",
"username_field_required_invalid": "输入用户名",
"username_in_use": "用户名已被占用,请尝试使用其他用户名。"
},
"bug_reporting": {
"additional_context": "如果有额外的上下文可以帮助我们分析问题,比如你当时在做什么、房间 ID、用户 ID 等等,请将其列于此处。",
"before_submitting": "在提交日志之前,你必须<a>创建一个GitHub issue</a> 来描述你的问题。",
"collecting_information": "正在收集应用版本信息",
"collecting_logs": "正在收集日志",
"create_new_issue": "请在 GitHub 上<newIssueLink>创建一个新 issue</newIssueLink> 以便我们调查此错误。",
"description": "调试日志包含应用使用数据,其中包括你的用户名、你访问过的房间的别名或ID、你上次与哪些UI元素互动、还有其它用户的用户名。但不包含消息。",
"download_logs": "下载日志",
"downloading_logs": "正在下载日志",
"error_empty": "请告诉我们哪里出错了,或最好创建一个 GitHub issue 来描述此问题。",
"failed_send_logs": "无法发送日志: ",
"github_issue": "GitHub 上的 issue",
"introduction": "若你通过GitHub提交bug,则调试日志能帮助我们追踪问题。 ",
"log_request": "要帮助我们防止其以后发生,请<a>给我们发送日志</a>。",
"logs_sent": "日志已发送",
"matrix_security_issue": "要报告 Matrix 相关的安全问题,请阅读 Matrix.org 的<a>安全公开策略</a>。",
"preparing_download": "正在准备下载日志",
"preparing_logs": "正在准备发送日志",
"send_logs": "发送日志",
"submit_debug_logs": "提交调试日志",
"textarea_label": "提示",
"thank_you": "谢谢!",
"title": "错误上报",
"unsupported_browser": "提醒:你的浏览器不被支持,所以你的体验可能不可预料。",
"uploading_logs": "正在上传日志",
"waiting_for_server": "正在等待服务器响应"
},
"cannot_invite_without_identity_server": "无法在未设置身份服务器时邀请用户,你可以在“设置”里连接一个。",
"cannot_reach_homeserver": "无法连接到家服务器",
"cannot_reach_homeserver_detail": "确保你的网络连接稳定,或与服务器管理员联系",
"cant_load_page": "无法加载页面",
"chat_card_back_action_label": "返回聊天",
"chat_effects": {
"confetti_description": "附加五彩纸屑发送",
"confetti_message": "发送五彩纸屑",
"fireworks_description": "附加烟火发送",
"fireworks_message": "发送烟火",
"hearts_description": "与爱心一起发送给定的消息",
"hearts_message": "发送爱心",
"rainfall_description": "附加降雨发送给定的消息",
"rainfall_message": "发送降雨",
"snowfall_description": "发送附加雪球的给定信息",
"snowfall_message": "发送雪球",
"spaceinvaders_description": "此消息带有空间主题化效果",
"spaceinvaders_message": "发送空间入侵者"
},
"common": {
"access_token": "访问令牌",
"accessibility": "无障碍功能",
"advanced": "高级",
"all_rooms": "所有房间",
"analytics": "统计分析服务",
"and_n_others": {
"other": "和其他%(count)s个人……",
"one": "和其它一个..."
},
"android": "安卓",
"appearance": "外观",
"application": "应用",
"are_you_sure": "你确定吗?",
"attachment": "附件",
"authentication": "认证",
"avatar": "头像",
"beta": "beta",
"camera": "摄像头",
"cameras": "相机",
"capabilities": "功能",
"copied": "已复制!",
"credits": "感谢",
"cross_signing": "交叉签名",
"dark": "深色",
"description": "描述",
"deselect_all": "取消全选",
"device": "设备",
"display_name": "显示名称",
"edited": "已编辑",
"email_address": "邮箱地址",
"emoji": "表情符号",
"encrypted": "已加密",
"encryption_enabled": "已启用加密",
"error": "错误",
"faq": "常见问答集",
"favourites": "收藏夹",
"feedback": "反馈",
"filter_results": "过滤结果",
"forward_message": "转发消息",
"general": "通用",
"go_to_settings": "打开设置",
"guest": "游客",
"help": "帮助",
"historical": "历史",
"home": "主页",
"homeserver": "家服务器",
"identity_server": "身份服务器",
"image": "图片",
"integration_manager": "集成管理器",
"ios": "ios",
"joined": "已加入",
"labs": "实验室",
"legal": "法律信息",
"light": "浅色",
"loading": "加载中...",
"location": "位置",
"low_priority": "低优先级",
"matrix": "Matrix",
"message": "消息",
"message_layout": "消息布局",
"microphone": "麦克风",
"model": "模型",
"modern": "现代",
"mute": "静音",
"n_members": {
"one": "%(count)s 位成员",
"other": "%(count)s 位成员"
},
"n_participants": {
"other": "%(count)s 名参与者",
"one": "一名参与者"
},
"n_rooms": {
"one": "%(count)s 个房间",
"other": "%(count)s 个房间"
},
"name": "名称",
"no_results": "没有更多结果",
"no_results_found": "找不到结果",
"not_trusted": "不受信任的",
"off": "关闭",
"offline": "离线",
"on": "打开",
"options": "选项",
"orphan_rooms": "其他房间",
"password": "密码",
"people": "联系人",
"preferences": "偏好",
"presence": "在线",
"preview_message": "嘿。你是最棒的!",
"privacy": "隐私",
"private": "私有",
"private_room": "私有房间",
"private_space": "私有空间",
"profile": "个人资料",
"public": "公共",
"public_room": "公共房间",
"public_space": "公开空间",
"qr_code": "二维码",
"random": "随机",
"reactions": "反应",
"report_a_bug": "反馈问题",
"room": "房间",
"room_name": "房间名称",
"rooms": "房间",
"secure_backup": "安全备份",
"security": "安全",
"select_all": "全选",
"server": "服务器",
"settings": "设置",
"setup_secure_messages": "设置安全消息",
"show_more": "显示更多",
"someone": "某位用户",
"space": "空格",
"spaces": "空间",
"sticker": "贴纸",
"stickerpack": "贴纸包",
"success": "成功",
"suggestions": "建议",
"support": "支持",
"system_alerts": "系统警告",
"theme": "主题",
"thread": "消息列",
"threads": "消息列",
"timeline": "时间线",
"trusted": "受信任的",
"unencrypted": "未加密",
"unmute": "取消静音",
"unnamed_room": "未命名的房间",
"unnamed_space": "未命名空间",
"unsent": "未发送",
"unverified": "未验证",
"user": "用户",
"user_avatar": "头像",
"username": "用户名",
"verification_cancelled": "验证已取消",
"verified": "已验证",
"version": "版本",
"video": "视频",
"video_room": "视频房间",
"view_message": "查看消息",
"warning": "警告",
"welcome": "欢迎"
},
"composer": {
"autocomplete": {
"@room_description": "通知房间全体成员",
"command_a11y": "命令自动补全",
"command_description": "命令",
"emoji_a11y": "表情符号自动补全",
"notification_a11y": "通知自动补全",
"notification_description": "房间通知",
"room_a11y": "房间自动补全",
"space_a11y": "空间自动完成",
"user_a11y": "用户自动补全",
"user_description": "用户"
},
"close_sticker_picker": "隐藏贴纸",
"edit_composer_label": "编辑消息",
"format_bold": "粗体",
"format_code_block": "代码块",
"format_decrease_indent": "减少缩进",
"format_increase_indent": "添加缩进",
"format_inline_code": "代码",
"format_insert_link": "插入链接",
"format_italic": "斜体",
"format_italics": "斜体",
"format_link": "链接",
"format_ordered_list": "有序列表",
"format_strikethrough": "删除线",
"format_underline": "下划线",
"format_unordered_list": "无序列表",
"link_modal": {
"link_field_label": "链接"
},
"no_perms_notice": "你没有在此房间发送消息的权限",
"placeholder": "发送消息…",
"placeholder_encrypted": "发送加密消息……",
"placeholder_reply": "发送回复…",
"placeholder_reply_encrypted": "发送加密回复…",
"placeholder_thread": "回复消息列……",
"placeholder_thread_encrypted": "回复加密的消息列……",
"poll_button": "投票",
"poll_button_no_perms_description": "你无权在此房间启动投票。",
"poll_button_no_perms_title": "需要权限",
"replying_title": "正在回复",
"room_upgraded_link": "对话在这里继续。",
"room_upgraded_notice": "此房间已被取代,且不再活跃。",
"send_button_title": "发送消息",
"send_button_voice_message": "发送语音消息",
"send_voice_message": "发送语音消息",
"stop_voice_message": "停止录制",
"voice_message_button": "语音消息"
},
"console_dev_note": "若你知道你正在做什么,Element是开源的,请务必看看我们的GitHub(https://github.com/vector-im/element-web/)并贡献!",
"console_scam_warning": "若某人告诉你在这里复制/粘贴某物,那你极有可能正被欺骗!",
"console_wait": "等等!",
"create_room": {
"action_create_room": "创建房间",
"action_create_video_room": "创建视频房间",
"encrypted_video_room_warning": "你以后无法停用。房间将会加密但是嵌入的通话不会。",
"encrypted_warning": "之后你无法停用。桥接和大多数机器人也不能工作。",
"encryption_forced": "你的服务器要求私有房间得启用加密。",
"encryption_label": "启用端到端加密",
"error_title": "创建房间失败",
"generic_error": "当前服务器可能处于不可用或过载状态,或者你遇到了一个 bug。",
"join_rule_change_notice": "你可以随时从房间设置中更改此设置。",
"join_rule_invite": "私有房间(仅邀请)",
"join_rule_invite_label": "只有被邀请的人才能找到并加入这个房间。",
"join_rule_public_label": "任何人都可以找到并加入这个房间。",
"join_rule_public_parent_space_label": "任何人都可以找到并加入这个房间,而不仅仅是 <SpaceName/> 的成员。",
"join_rule_restricted": "对空间成员可见",
"join_rule_restricted_label": "<SpaceName/> 中的每个人都可以找到并加入这个房间。",
"name_validation_required": "请输入房间名称",
"room_visibility_label": "房间可见度",
"title_private_room": "创建一个私人房间",
"title_public_room": "创建公开房间",
"title_video_room": "创建视频房间",
"topic_label": "话题(可选)",
"unfederated": "阻住任何不属于 %(serverName)s 的人加入此房间。",
"unfederated_label_default_off": "你可以启用此选项如果此房间将仅用于你的家服务器上的内部团队协作。此选项之后无法更改。",
"unfederated_label_default_on": "若房间将用于与拥有自己的家服务器的外部团队协作,则你可禁用此功能。这无法在以后更改。",
"unsupported_version": "服务器不支持指定的房间版本。"
},
"create_space": {
"add_details_prompt": "添加一些细节,以便人们辨识你的社群。",
"add_details_prompt_2": "你随时可以更改它们。",
"add_existing_rooms_description": "选择要添加的房间或对话。这是专属于你的空间,不会有人被通知。你稍后可以再增加更多。",
"add_existing_rooms_heading": "你想要组织什么?",
"address_label": "地址",
"address_placeholder": "例如:my-space",
"done_action": "前往我的空间",
"done_action_first_room": "前往我的第一个房间",
"explainer": "空间是将房间和人分组的一种新方式。你想创建什么类型的空间?你可以在以后更改。",
"failed_create_initial_rooms": "创建初始空间房间失败",
"failed_invite_users": "邀请以下用户加入你的空间失败:%(csvUsers)s",
"invite_teammates_by_username": "按照用户名邀请",
"invite_teammates_description": "确保对的人可以访问。稍后你可以邀请更多人。",
"invite_teammates_heading": "邀请你的伙伴",
"label": "创建空间",
"name_required": "请输入空间名称",
"personal_space": "仅有我",
"personal_space_description": "用于整理你房间的私有空间",
"private_description": "仅邀请,适合你自己或团队",
"private_heading": "你的私有空间",
"private_personal_description": "确保对的人有权访问 %(name)s",
"private_personal_heading": "你与谁一同工作?",
"private_space": "我和我的伙伴",
"private_space_description": "供你和你的伙伴使用的私有空间",
"public_description": "适合每一个人的开放空间,社群的理想选择",
"public_heading": "你的公共空间",
"setup_rooms_community_description": "让我们为每个主题都创建一个房间吧。",
"setup_rooms_community_heading": "你想在 %(spaceName)s 中讨论什么?",
"setup_rooms_description": "稍后你可以添加更多房间,包括现有的。",
"setup_rooms_private_heading": "你的团队正在进行什么项目?",
"share_description": "当前仅有你一人,与人同道而行会更好。",
"share_heading": "分享 %(name)s",
"skip_action": "暂时跳过",
"subspace_beta_notice": "向你管理的空间添加空间。",
"subspace_dropdown_title": "创建空间",
"subspace_existing_space_prompt": "想要添加现有空间?",
"subspace_join_rule_invite_description": "只有受邀者才能找到并加入此空间。",
"subspace_join_rule_invite_only": "私有空间(仅邀请)",
"subspace_join_rule_label": "空间可见度",
"subspace_join_rule_public_description": "任何人都可以找到并加入这个空间,而不仅仅是 <SpaceName/> 的成员。",
"subspace_join_rule_restricted_description": "<SpaceName/> 中的任何人都可以找到并加入。"
},
"credits": {
"default_cover_photo": "<photo>默认封面照片</photo> ©<author>Jesús Roncero</author> 根据<terms>CC-BY-SA 4.0</terms> 条款使用。",
"twemoji": "<twemoji>Twemoji</twemoji> emoji art ©<author>Twitter, Inc 和其他贡献者</author> 根据<terms>CC-BY 4.0</terms> 条款使用。",
"twemoji_colr": "<colr>twemoji-colr</colr> 字体 ©<author>Mozilla Foundation</author> 根据<terms>Apache 2.0</terms> 条款使用。"
},
"devtools": {
"active_widgets": "已启用的挂件",
"category_other": "其他",
"category_room": "房间",
"caution_colon": "警告:",
"client_versions": "客户端版本",
"developer_mode": "开发者模式",
"developer_tools": "开发者工具",
"edit_setting": "编辑设置",
"edit_values": "编辑值",
"empty_string": "<空字符串>",
"event_content": "事件内容",
"event_id": "事件ID:%(eventId)s",
"event_sent": "事件已发送!",
"event_type": "事件类型",
"explore_room_state": "查找房间状态",
"failed_to_find_widget": "查找此挂件时出现错误。",
"failed_to_load": "载入失败。",
"failed_to_save": "保存设置失败。",
"failed_to_send": "发送事件失败!",
"invalid_json": "看起来不像有效的JSON。",
"level": "层级",
"low_bandwidth_mode": "低带宽模式",
"low_bandwidth_mode_description": "需要兼容的家服务器。",
"methods": "方法",
"no_verification_requests_found": "未找到验证请求",
"number_of_users": "用户数",
"observe_only": "仅观察",
"original_event_source": "原始事件源码",
"phase": "阶段",
"phase_cancelled": "已取消",
"phase_requested": "已请求",
"phase_started": "已开始",
"phase_transaction": "交易",
"requester": "请求者",
"room_id": "房间ID: %(roomId)s",
"save_setting_values": "保存设置值",
"send_custom_account_data_event": "发送自定义账户数据事件",
"send_custom_room_account_data_event": "发送自定义房间账户资料事件",
"send_custom_state_event": "发送自定义状态事件",
"send_custom_timeline_event": "发送自定义时间线事件",
"server_info": "服务器信息",
"server_versions": "服务器版本",
"settable_global": "全局可设置性",
"settable_room": "房间可设置性",
"setting_colon": "设置:",
"setting_definition": "设置定义:",
"setting_id": "设置 ID",
"show_hidden_events": "显示时间线中的隐藏事件",
"spaces": {
"one": "<空间>",
"other": "<%(count)s个空间>"
},
"state_key": "状态键(State Key)",
"timeout": "超时",
"title": "开发者工具",
"toggle_event": "切换事件",
"toolbox": "工具箱",
"use_at_own_risk": "此界面<b>不会</b>检查值的类型。使用风险自负。",
"value": "值",
"value_colon": "值:",
"value_in_this_room": "此房间中的值",
"value_this_room_colon": "此房间中的值:",
"values_explicit": "各层级的值",
"values_explicit_colon": "各层级的值:",
"values_explicit_room": "此房间中各层级的值",
"values_explicit_this_room_colon": "此房间中各层级的值:",
"verification_explorer": "验证查看",
"view_source_decrypted_event_source": "解密的事件源码",
"widget_screenshots": "对支持的挂件启用挂件截图"
},
"dialog_close_label": "关闭对话框",
"emoji": {
"categories": "类别",
"category_activities": "活动",
"category_animals_nature": "动物和自然",
"category_flags": "旗",
"category_food_drink": "食物和饮料",
"category_frequently_used": "经常使用",
"category_objects": "物体",
"category_smileys_people": "表情和人",
"category_symbols": "符号",
"category_travel_places": "旅行和地点",
"quick_reactions": "快速反应"
},
"emoji_picker": {
"cancel_search_label": "取消搜索"
},
"empty_room": "空房间",
"empty_room_was_name": "空房间(曾是%(oldName)s)",
"encryption": {
"access_secret_storage_dialog": {
"enter_phrase_or_key_prompt": "输入安全短语或<button>使用安全密钥</button>以继续。",
"key_validation_text": {
"invalid_security_key": "安全密钥无效",
"recovery_key_is_correct": "看着不错!",
"wrong_file_type": "错误文件类型",
"wrong_security_key": "安全密钥错误"
},
"reset_title": "全部重置",
"reset_warning_1": "当你没有其他设备可以用于完成验证时,方可执行此操作。",
"reset_warning_2": "如果你全部重置,你将会在没有受信任的会话重新开始、没有受信任的用户,且可能会看不到过去的消息。",
"restoring": "从备份恢复密钥",
"security_key_title": "安全密钥",
"security_phrase_incorrect_error": "无法访问秘密存储。请确认你输入了正确的安全短语。",
"security_phrase_title": "安全短语",
"separator": "%(securityKey)s或%(recoveryFile)s",
"use_security_key_prompt": "使用你的安全密钥以继续。"
},
"bootstrap_title": "设置密钥",
"cancel_entering_passphrase_description": "你确定要取消输入口令词组吗?",
"cancel_entering_passphrase_title": "取消输入口令词组?",
"confirm_encryption_setup_body": "点击下方按钮以确认设置加密。",
"confirm_encryption_setup_title": "确认加密设置",
"cross_signing_not_ready": "未设置交叉签名。",
"cross_signing_ready": "交叉签名已可用。",
"cross_signing_ready_no_backup": "交叉签名已就绪,但尚未备份密钥。",
"cross_signing_room_normal": "此房间是端到端加密的",
"cross_signing_room_verified": "房间中所有人都已被验证",
"cross_signing_room_warning": "有人在使用未知会话",
"cross_signing_unsupported": "你的家服务器不支持交叉签名。",
"cross_signing_untrusted": "你的账户在秘密存储中有交叉签名身份,但并没有被此会话信任。",
"cross_signing_user_normal": "你没有验证此用户。",
"cross_signing_user_verified": "你验证了此用户。此用户已验证了其全部会话。",
"cross_signing_user_warning": "此用户没有验证其全部会话。",
"destroy_cross_signing_dialog": {
"primary_button_text": "清楚交叉签名密钥",
"title": "销毁交叉签名密钥?",
"warning": "删除交叉签名密钥是永久的。所有你验证过的人都会看到安全警报。除非你丢失了所有可以交叉签名的设备,否则几乎可以确定你不想这么做。"
},
"event_shield_reason_authenticity_not_guaranteed": "此加密消息的真实性无法在此设备上保证。",
"event_shield_reason_mismatched_sender_key": "由未验证的会话加密",
"export_unsupported": "你的浏览器不支持所需的密码学扩展",
"import_invalid_keyfile": "不是有效的 %(brand)s 密钥文件",
"import_invalid_passphrase": "身份验证失败:密码错误?",
"incompatible_database_description": "你曾在此会话中使用了一个更新版本的 %(brand)s。要再使用此版本并使用端到端加密,你需要登出再重新登录。",
"incompatible_database_disable": "在停用加密的情况下继续",
"incompatible_database_sign_out_description": "为避免丢失聊天记录,你必须在登出前导出房间密钥。你需要切换至新版 %(brand)s 方可继续执行此操作",
"incompatible_database_title": "数据库不兼容",
"key_signature_upload_cancelled": "已取消签名上传",
"key_signature_upload_completed": "上传完成",
"key_signature_upload_failed": "无法上传",
"key_signature_upload_failed_body": "%(brand)s 在上传此文件时出错:",
"key_signature_upload_failed_cross_signing_key_signature": "一个新的交叉签名密钥的签名",
"key_signature_upload_failed_device_cross_signing_key_signature": "一个设备的交叉签名的签名",
"key_signature_upload_failed_key_signature": "一个密钥签名",
"key_signature_upload_failed_master_key_signature": "一个新的主密钥签名",
"key_signature_upload_failed_title": "签名上传失败",
"key_signature_upload_success_title": "签名上传成功",
"messages_not_secure": {
"cause_1": "你的家服务器",
"cause_2": "你正在验证的用户所连接的家服务器",
"cause_3": "你或其他用户的互联网连接",
"cause_4": "你或其他用户的会话",
"heading": "以下之一可能被损害:",
"title": "你的消息不安全"
},
"new_recovery_method_detected": {
"description_1": "检测到新的安全短语和安全消息密钥。",
"description_2": "此会话正在使用新的恢复方法加密历史。",
"title": "新恢复方式",
"warning": "如果你没有设置新恢复方式,可能有攻击者正试图侵入你的账户。请立即更改你的账户密码并在设置中设定一个新恢复方式。"
},
"not_supported": "<不支持>",
"old_version_detected_description": "已检测到旧版%(brand)s的数据,这将导致端到端加密在旧版本中发生故障。在此版本中,使用旧版本交换的端到端加密消息可能无法解密。这也可能导致与此版本交换的消息失败。如果你遇到问题,请登出并重新登录。要保留历史消息,请先导出并在重新登录后导入你的密钥。",
"old_version_detected_title": "检测到旧的加密数据",
"recovery_method_removed": {
"description_1": "此会话已检测到你的安全短语和安全消息密钥被移除。",
"description_2": "如果你出于意外这样做了,你可以在此会话上设置安全消息,以使用新的加密方式重新加密此会话的消息历史。",
"title": "恢复方式已移除",
"warning": "如果你没有移除此恢复方式,可能有攻击者正试图侵入你的账户。请立即更改你的账户密码并在设置中设定一个新的恢复方式。"
},
"reset_all_button": "忘记或丢失了所有恢复方式?<a>全部重置</a>",
"set_up_toast_description": "防止丢失加密消息和数据的访问权",
"set_up_toast_title": "设置安全备份",
"setup_secure_backup": {
"explainer": "在登出之前请备份密钥以免丢失。",
"title": "设置"
},
"udd": {
"interactive_verification_button": "用表情符号交互式验证",
"manual_verification_button": "用文本手动验证",
"other_ask_verify_text": "要求此用户验证其会话,或在下面手动进行验证。",
"other_new_session_text": "%(name)s(%(userId)s)登录到未验证的新会话:",
"own_ask_verify_text": "使用以下选项之一验证你的其他会话。",
"own_new_session_text": "你登录了未经过验证的新会话:",
"title": "不可信任"
},
"unable_to_setup_keys_error": "无法设置密钥",
"unsupported": "此客户端不支持端到端加密。",
"upgrade_toast_title": "提供加密升级",
"verification": {
"accepting": "正在接受……",
"after_new_login": {
"device_verified": "设备已验证",
"reset_confirmation": "确实要重置验证密钥?",
"skip_verification": "暂时跳过验证",
"unable_to_verify": "无法验证此设备",
"verify_this_device": "验证此设备"
},
"cancelled": "你取消了验证。",
"cancelled_self": "你在其他设备上取消了验证。",
"cancelled_user": "%(displayName)s 取消了验证。",
"cancelling": "正在取消……",
"complete_action": "收到",
"complete_description": "你已成功验证此用户。",
"complete_title": "已验证!",
"explainer": "此用户的安全消息是端到端加密的,不能被第三方读取。",
"in_person": "为了安全,请当面完成或使用信任的方法交流。",
"incoming_sas_device_dialog_text_1": "验证此设备以将其标记为已信任。在收发端到端加密消息时,信任设备可让你与其他用户更加放心。",
"incoming_sas_device_dialog_text_2": "验证此设备会将其标记为已信任,与此同时,其他验证了你的用户也会信任此设备。",
"incoming_sas_dialog_title": "收到验证请求",
"incoming_sas_user_dialog_text_1": "验证此用户并将其标记为已信任。在收发端到端加密消息时,信任用户可让你更加放心。",
"incoming_sas_user_dialog_text_2": "验证此用户会将其会话标记为已信任,与此同时,你的会话也会被此用户标记为已信任。",
"manual_device_verification_device_id_label": "会话 ID",
"manual_device_verification_device_key_label": "会话密钥",
"manual_device_verification_device_name_label": "会话名称",
"manual_device_verification_footer": "如果它们不匹配,你通讯的安全性可能已受损。",
"manual_device_verification_self_text": "通过比较下方内容和你别的会话中的用户设置来确认:",
"manual_device_verification_user_text": "通过比较下方内容和对方用户设置来确认此用户会话:",
"no_key_or_device": "看起来你没有安全密钥或者任何其他可以验证的设备。 此设备将无法访问旧的加密消息。为了在这个设备上验证你的身份,你需要重置你的验证密钥。",
"no_support_qr_emoji": "你正在尝试验证的设备不支持扫码QR码或表情符号验证,这是%(brand)s所支持的。用不同的客户端试试。",
"other_party_cancelled": "另一方取消了验证。",
"prompt_encrypted": "验证房间中所有用户以确保其安全。",
"prompt_self": "请从提示重新开始验证。",
"prompt_unencrypted": "在加密房间中,验证所有用户以确保其安全。",
"prompt_user": "请从对方资料重新开始验证。",
"qr_or_sas": "%(qrCode)s或%(emojiCompare)s",
"qr_or_sas_header": "完成以下操作之一来验证此设备:",
"qr_prompt": "扫描此唯一代码",
"qr_reciprocate_same_shield_device": "快完成了!你的其他设备显示相同盾牌吗?",
"qr_reciprocate_same_shield_user": "快完成了!%(displayName)s 显示了同样的盾牌吗?",
"request_toast_detail": "来自 %(ip)s 的 %(deviceId)s",
"reset_proceed_prompt": "进行重置",
"sas_caption_self": "确认屏幕上出现以下数字,以验证设备。",
"sas_caption_user": "通过在其屏幕上显示以下数字来验证此用户。",
"sas_description": "若你在两个设备上都没有相机,比较唯一一组表情符号",
"sas_emoji_caption_self": "确认下面的表情符号在两个设备上以相同顺序显示:",
"sas_emoji_caption_user": "通过在其屏幕上显示以下表情符号来验证此用户。",
"sas_match": "它们匹配",
"sas_no_match": "它们不匹配",
"sas_prompt": "比较唯一表情符号",
"scan_qr": "扫码验证",
"scan_qr_explainer": "请 %(displayName)s 扫描你的代码:",
"self_verification_hint": "要继续进行,请接受你另一设备上的验证请求。",
"start_button": "开始验证",
"successful_device": "你成功验证了 %(deviceName)s (%(deviceId)s)!",
"successful_own_device": "你成功验证了你的设备!",
"successful_user": "你成功验证了 %(displayName)s!",
"timed_out": "验证超时。",
"unsupported_method": "无法找到支持的验证方法。",
"unverified_session_toast_title": "现在登录。请问是你本人吗?",
"unverified_sessions_toast_description": "检查以确保你的账户是安全的",
"unverified_sessions_toast_reject": "稍后再说",
"unverified_sessions_toast_title": "你有未验证的会话",
"verification_description": "验证你的身份来获取已加密的消息并向其他人证明你的身份。",
"verification_dialog_title_device": "验证其他设备",
"verification_dialog_title_user": "验证请求",
"verification_skip_warning": "如果不进行验证,您将无法访问您的所有消息,并且在其他人看来可能不受信任。",
"verification_success_with_backup": "你的新设备已通过验证。它现在可以访问你的加密消息,并且其它用户会将其视为受信任的。",
"verification_success_without_backup": "你的新设备现已验证。其他用户将会视其为受信任的。",
"verify_emoji": "通过表情符号验证",
"verify_emoji_prompt": "通过比较唯一的表情符号来验证。",
"verify_emoji_prompt_qr": "如果你不能扫描以上代码,请通过比较唯一的表情符号来验证。",
"verify_later": "我稍后进行验证",
"verify_reset_warning_1": "无法撤消重置验证密钥的操作。重置后,你将无法访问旧的加密消息,任何之前验证过你的朋友将看到安全警告,直到你再次和他们进行验证。",
"verify_using_device": "使用其他设备进行验证",
"verify_using_key": "使用安全密钥进行验证",
"verify_using_key_or_phrase": "使用安全密钥或短语进行验证",
"waiting_for_user_accept": "正在等待%(displayName)s接受……",
"waiting_other_device": "正等待你在其它设备上验证……",
"waiting_other_device_details": "正等待你在其它设备上验证,%(deviceName)s(%(deviceId)s)……",
"waiting_other_user": "正在等待%(displayName)s进行验证……"
},
"verification_requested_toast_title": "已请求验证",
"verify_toast_description": "其他用户可能不信任它",
"verify_toast_title": "验证此会话"
},
"error": {
"admin_contact": "请 <a>联系你的服务管理员</a> 以继续使用本服务。",
"admin_contact_short": "请联系你的<a>服务器管理员</a>。",
"connection": "与家服务器通讯时出现问题,请稍后再试。",
"dialog_description_default": "发生了一个错误。",
"edit_history_unsupported": "你的家服务器似乎不支持此功能。",
"failed_copy": "复制失败",
"hs_blocked": "此 homeserver 已被其管理员屏蔽。",
"mau": "此家服务器已达到其每月活跃用户限制。",
"mixed_content": "当浏览器地址栏里有 HTTPS 的 URL 时,不能使用 HTTP 连接家服务器。请使用 HTTPS 或者<a>允许不安全的脚本</a>。",
"non_urgent_echo_failure_toast": "你的服务器没有响应一些<a>请求</a>。",
"resource_limits": "本服务器已达到其使用量限制之一。",
"session_restore": {
"clear_storage_button": "清除存储并登出",
"clear_storage_description": "登出并删除加密密钥?",
"description_1": "我们在尝试恢复你先前的会话时遇到了错误。",
"description_2": "如果你之前使用过较新版本的 %(brand)s,则你的会话可能与当前版本不兼容。请关闭此窗口并使用最新版本。",
"description_3": "清除本页储存在你浏览器上的数据或许能修复此问题,但也会导致你退出登录并无法读取任何已加密的聊天记录。",
"title": "无法恢复会话"
},
"something_went_wrong": "出了点问题!",
"storage_evicted_description_1": "一些会话数据,包括加密消息密钥,已缺失。要修复此问题,登出并重新登录,然后从备份恢复密钥。",
"storage_evicted_description_2": "你的浏览器可能在磁盘空间不足时删除了此数据。",
"storage_evicted_title": "缺失会话数据",
"sync": "服务器连接失败,正在重试……",
"tls": "无法连接家服务器 - 请检查网络连接,确保你的<a>家服务器 SSL 证书</a>被信任,且没有浏览器插件拦截请求。",
"unknown": "未知错误",
"unknown_error_code": "未知错误代码",
"update_power_level": "权力级别修改失败"
},
"error_app_opened_in_another_window": "%(brand)s已在另一个窗口中打开。单击“%(label)s”以在此处使用%(brand)s并断开其他窗口的连接。",
"error_database_closed_title": "数据库意外关闭",
"error_dialog": {
"copy_room_link_failed": {
"description": "无法将房间的链接复制到剪贴板。",
"title": "无法复制房间链接"
},
"error_loading_user_profile": "无法加载用户资料",
"forget_room_failed": "忘记房间失败,错误代码: %(errCode)s",
"search_failed": {
"server_unavailable": "服务器可能不可用、超载,或者搜索超时 :(",
"title": "搜索失败"
}
},
"error_user_not_logged_in": "用户未登录",
"event_preview": {
"m.call.answer": {
"dm": "通话中",
"user": "%(senderName)s加入通话",
"you": "你加入通话"
},
"m.call.hangup": {
"user": "%(senderName)s 结束了通话",
"you": "你结束了通话"
},
"m.call.invite": {
"dm_receive": "%(senderName)s正在通话",