-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathzh_Hans.json
More file actions
4138 lines (4138 loc) · 254 KB
/
zh_Hans.json
File metadata and controls
4138 lines (4138 loc) · 254 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": {
"emoji_picker": "Emoji 选择器",
"jump_first_invite": "跳转到首个邀请",
"message_composer": "消息编辑器",
"n_unread_messages": {
"one": "1 个未读消息",
"other": "%(count)s 个未读消息。"
},
"n_unread_messages_mentions": {
"one": "1 个未读提及",
"other": "%(count)s 个包含提及在内的未读消息"
},
"recent_rooms": "最近的房间",
"room_name": "房间 %(name)s",
"room_status_bar": "房间状态栏",
"seek_bar_label": "音频搜索栏",
"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_to_copy": "点击复制",
"close": "关闭",
"collapse": "折叠",
"complete": "完成",
"confirm": "确认",
"continue": "继续",
"copy": "复制",
"copy_link": "复制链接",
"create": "创建",
"create_a_room": "创建房间",
"create_account": "创建账户",
"decline": "拒绝",
"decline_and_block": "拒绝并屏蔽",
"decline_invite": "拒绝邀请",
"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": "确定",
"open": "打开",
"pin": "置顶",
"proceed": "继续",
"quote": "引用",
"react": "回应",
"refresh": "刷新",
"register": "注册",
"reload": "重新载入",
"remove": "移除",
"rename": "重命名",
"reply": "回复",
"reply_in_thread": "在消息列中回复",
"report_content": "举报内容",
"report_room": "举报房间",
"resend": "重新发送",
"reset": "重置",
"resume": "恢复",
"retry": "重试",
"review": "审阅",
"revoke": "撤消",
"save": "保存",
"search": "搜索",
"send_report": "发送举报",
"set_avatar": "设置个人资料图像",
"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": "上传",
"upload_file": "上传文件",
"verify": "验证",
"view": "查看",
"view_all": "查看全部",
"view_list": "查看列表",
"view_message": "查看消息",
"view_source": "查看源码",
"yes": "是",
"yes_dismiss": "是,忽略",
"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": "主服务器 URL 似乎不是有效的 Matrix 主服务器",
"autodiscovery_invalid_hs_base_url": "“m.homeserver”中的“base_url”无效",
"autodiscovery_invalid_is": "身份服务器 URL 似乎不是有效的身份服务器",
"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": "由于服务器的问题,重新认证失败",
"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": "我要丢弃加密消息"
},
"misconfigured_body": "请 %(brand)s 的管理员检查<a>你的配置</a>中是否存在错误或重复的条目。",
"misconfigured_title": "你的 %(brand)s 配置错误",
"mobile_create_account_title": "你即将在 %(hsName)s 创建账户",
"msisdn_field_description": "其他用户可以使用你的联系方式邀请你进入房间",
"msisdn_field_label": "电话",
"msisdn_field_number_invalid": "电话号码看起来不正确,请检查并重试",
"msisdn_field_required_invalid": "输入电话号码",
"no_hs_url_provided": "未提供主服务器 URL",
"oidc": {
"error_title": "我们无法让你登录",
"generic_auth_error": "身份验证期间出现问题。请转到登录页面并重试。",
"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": {
"check_code_explainer": "这将验证与其它设备的关联是否安全。",
"check_code_heading": "输入其它设备上显示的数字",
"check_code_input_label": "2 位数代码",
"check_code_mismatch": "数字不匹配",
"completing_setup": "完成新设备的设置",
"error_etag_missing": "发生意外错误。这可能是由于浏览器扩展、代理服务器或服务器配置错误造成的。",
"error_expired": "登录已过期。请重试。",
"error_expired_title": "登录未及时完成",
"error_insecure_channel_detected": "无法与新设备建立安全连接。你的现有设备仍然安全,无需担心。",
"error_insecure_channel_detected_instructions": "现在怎么办?",
"error_insecure_channel_detected_instructions_1": "如果是网络问题,请尝试使用二维码再次登录到其它设备。",
"error_insecure_channel_detected_instructions_2": "如果你遇到同样的问题,请尝试其它 Wi-Fi 网络或使用移动数据流量。",
"error_insecure_channel_detected_instructions_3": "如果未能生效,请手动登录",
"error_insecure_channel_detected_title": "不安全连接",
"error_other_device_already_signed_in": "你不需要做其他任何事情。",
"error_other_device_already_signed_in_title": "你的其它设备已登录",
"error_rate_limited": "短时间内尝试次数过多。请稍后再试。",
"error_unexpected": "发生意外错误。连接你其它设备的请求已被取消。",
"error_unsupported_protocol": "此设备不支持使用二维码登录其它设备。",
"error_unsupported_protocol_title": "其它设备不兼容",
"error_user_cancelled": "已在另一设备上取消登录。",
"error_user_cancelled_title": "登录请求已取消",
"error_user_declined": "你或账户提供者拒绝了登录请求。",
"error_user_declined_title": "登录被拒绝",
"follow_remaining_instructions": "按剩余说明操作",
"open_element_other_device": "在你的其它设备上打开 %(brand)s",
"point_the_camera": "扫描此处显示的二维码",
"scan_code_instruction": "使用其它设备扫描二维码",
"scan_qr_code": "使用二维码登录",
"security_code": "安全代码",
"security_code_prompt": "如有要求,请在其它设备上输入以下代码。",
"select_qr_code": "选择“%(scanQRCode)s”",
"unsupported_explainer": "你的账户提供者不支持通过二维码登录到新设备。",
"unsupported_heading": "二维码不受支持",
"waiting_for_device": "等待设备登录"
},
"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": {
"confirm_new_password": "确认新密码",
"devices_logout_success": "你已移除所有设备,将不再接收推送通知。要重新启用通知,请在每台设备上重新登录。",
"other_devices_logout_warning_1": "移除设备将删除存储在其中的消息加密密钥,从而使加密的聊天历史无法读取。",
"other_devices_logout_warning_2": "如果你想保留对加密房间中聊天记录的访问权限,请获取恢复密钥或从其它设备导出消息密钥,然后再继续。",
"password_not_entered": "必须输入新密码。",
"passwords_mismatch": "两次输入的新密码必须匹配。",
"rate_limit_error": "短时间内尝试次数过多。请稍后再试。",
"rate_limit_error_with_time": "短时间内尝试次数过多。请于 %(timeout)s 秒后重试。",
"reset_successful": "密码已被重置。",
"return_to_login": "回到登录屏幕",
"sign_out_other_devices": "移除其它设备"
},
"reset_password_action": "重置密码",
"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": "此邮件地址未找到",
"reset_password_title": "重置密码",
"server_picker_custom": "其它主服务器",
"server_picker_description": "你可以使用自定义服务器选项,通过指定不同的主服务器网址登录其它 Matrix 服务器。这样你就可以通过现有的 Matrix 账户在其它主服务器上使用 %(brand)s。",
"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": "以单点模式登录",
"signing_in": "正在登录…",
"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": "清除个人数据",
"soft_logout_warning": "警告:你的个人数据(包括加密密钥)仍存储在此会话中。如果你结束使用此会话或想要登录其它账户,请清除它。",
"sso": "单点登录",
"sso_complete_in_browser_dialog_title": "转到浏览器以完成登录",
"sso_failed_missing_storage": "我们要求浏览器记住你用于登录的主服务器,但很遗憾,你的浏览器忘记了它。请转到登录页面并重试。",
"sso_or_username_password": "%(ssoButtons)s 或 %(usernamePassword)s",
"sync_footer_subtitle": "如果你加入了很多房间,这可能需要一段时间。",
"syncing": "正在同步…",
"uia": {
"code": "代码",
"email": "要创建你的账户,请打开我们刚刚发送至 %(emailAddress)s 的邮件中的链接。",
"email_auth_header": "查看邮箱以继续",
"email_resend_prompt": "没有收到?<a>重新发送</a>",
"email_resent": "重新发送!",
"fallback_button": "开始认证",
"mas_cross_signing_reset_cta": "在账户中继续",
"mas_cross_signing_reset_description": "你即将前往 %(serverName)s 账户重置数字身份。完成账户重置后,请返回此处并点击“重试”。",
"mas_cross_signing_reset_title": "转到你的账户以重置数字身份",
"msisdn": "已向 %(msisdn)s 发送文本消息",
"msisdn_token_incorrect": "Token 不正确",
"msisdn_token_prompt": "请输入其中包含的代码:",
"password_prompt": "请在下面输入账户密码以确认身份。",
"recaptcha_missing_params": "主服务器配置中缺少 CAPTCHA 公钥。请将此问题报告给主服务器管理员。",
"registration_token_label": "注册 Token",
"registration_token_prompt": "输入主服务器管理员提供的注册 Token。",
"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": "此用户名已被使用,请更换。",
"verify_email_explainer": "在重置密码之前,我们需要确认你的身份。请点击我们刚刚发送到 <b>%(email)s</b> 中的链接。",
"verify_email_heading": "验证邮件地址以继续"
},
"bug_reporting": {
"additional_context": "如果有其它有助于分析问题的上下文(例如你当时在做什么、房间 ID、用户 ID 等),请在此处包含这些内容。",
"before_submitting": "建议你<a>创建 GitHub Issue</a>,以确保你的报告被审核。",
"collecting_information": "正在收集 App 版本信息",
"collecting_logs": "正在收集日志",
"create_new_issue": "请在 GitHub 上<newIssueLink>创建新 issue</newIssueLink>,以便我们调查此错误。",
"description": "调试日志包含 App 使用数据、你的用户名、访问过的房间 ID 或其别名、上次与之交互的 UI 元素以及其他用户的用户名。它们不包含消息。",
"download_logs": "下载日志",
"downloading_logs": "正在下载日志",
"error_empty": "请告诉我们出了什么问题,或者更好的做法是创建一个 GitHub issue 来描述问题。",
"failed_download_logs": "调试日志下载失败: ",
"failed_send_logs_causes": {
"disallowed_app": "你的 Bug 报告已被拒绝。Rageshake 服务器不支持此应用程序。",
"rejected_generic": "你的 Bug 报告已被拒绝。Rageshake 服务器由于策略原因拒绝了报告内容。",
"rejected_recovery_key": "你的 Bug 报告由于安全原因被拒绝,因为它包含恢复密钥。",
"rejected_version": "你的 Bug 报告被拒绝,因为你正在运行的版本太旧。",
"server_unknown_error": "Rageshake 服务器遇到未知错误,无法处理报告。",
"unknown_error": "日志发送失败。"
},
"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": "Bug 报告",
"unsupported_browser": "提醒:你的浏览器不受支持,因此你的使用体验可能无法预测。",
"uploading_logs": "正在上传日志",
"waiting_for_server": "等待服务器响应"
},
"cannot_invite_without_identity_server": "如果没有身份服务器,则无法通过邮件地址邀请用户。你可以在“设置”下连接到身份服务器。",
"cannot_reach_homeserver": "无法连接主服务器",
"cannot_reach_homeserver_detail": "确保具有良好的 Internet 连接,或联系服务器管理员",
"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": "访问 Token",
"accessibility": "易用性",
"advanced": "高级",
"all_chats": "所有聊天",
"analytics": "分析",
"and_n_others": {
"one": "与另一个…",
"other": "以及剩余 %(count)s 个…"
},
"appearance": "外观",
"application": "应用",
"are_you_sure": "是否确定?",
"attachment": "附件",
"authentication": "认证",
"avatar": "头像",
"beta": "beta",
"camera": "相机",
"cameras": "相机",
"cancel": "取消",
"capabilities": "能力",
"copied": "已复制!",
"credits": "鸣谢",
"dark": "深色",
"description": "描述",
"deselect_all": "取消全选",
"device": "设备",
"edited": "已编辑",
"email_address": "邮件地址",
"emoji": "表情符号",
"encrypted": "已加密",
"error": "错误",
"faq": "常见问答集",
"favourites": "收藏",
"feedback": "反馈",
"filter_results": "筛选结果",
"forward_message": "转发消息",
"general": "通用",
"go_to_settings": "转到设置",
"guest": "访客",
"help": "帮助",
"historical": "历史",
"home": "主页",
"homeserver": "主服务器",
"identity_server": "身份服务器",
"image": "图像",
"integration_manager": "集成管理器",
"joined": "已加入",
"labs": "实验室",
"legal": "法律",
"light": "浅色",
"loading": "正在载入…",
"location": "位置",
"low_priority": "低优先级",
"matrix": "Matrix",
"message": "消息",
"message_layout": "消息布局",
"message_timestamp_invalid": "无效时间戳",
"microphone": "麦克风",
"model": "模型",
"moderation_and_safety": "尺度与安全",
"modern": "现代",
"mute": "静默",
"n_members": {
"one": "%(count)s 位成员",
"other": "%(count)s 个成员"
},
"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": "反应",
"recommended": "推荐",
"report_a_bug": "报告 Bug",
"room": "房间",
"room_name": "房间名称",
"rooms": "房间",
"save": "保存",
"saved": "已保存",
"saving": "正在保存…",
"secure_backup": "安全备份",
"select_all": "全选",
"server": "服务器",
"settings": "设置",
"setup_secure_messages": "设置安全消息传递",
"show_more": "显示更多",
"someone": "某人",
"space": "空间",
"spaces": "空间",
"sticker": "贴纸",
"stickerpack": "贴纸包",
"success": "成功",
"suggestions": "建议",
"support": "支持",
"system_alerts": "系统警报",
"theme": "主题",
"thread": "消息列",
"threads": "消息列",
"timeline": "时间线",
"unavailable": "不可用",
"unencrypted": "未加密",
"unmute": "取消静默",
"unnamed_room": "未命名房间",
"unnamed_space": "未命名空间",
"unverified": "未验证",
"updating": "正在更新…",
"user": "用户",
"user_avatar": "个人资料图像",
"username": "用户名",
"verified": "已验证",
"version": "版本",
"video": "视频",
"video_room": "视频房间",
"view_message": "查看消息",
"voice": "语音",
"warning": "警告"
},
"composer": {
"autocomplete": {
"@room_description": "通知房间全体成员",
"command_a11y": "命令自动补全",
"command_description": "指令",
"emoji_a11y": "Emoji 自动补全",
"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": "项目符号列表",
"formatting_toolbar_label": "格式化",
"link_modal": {
"link_field_label": "链接",
"text_field_label": "文本",
"title_create": "创建链接",
"title_edit": "编辑链接"
},
"mode_plain": "隐藏文字格式化选项",
"mode_rich_text": "显示文字格式化选项",
"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_unencrypted": "位于此房间的消息非端到端加密",
"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": "服务器可能不可用、超载或遇到错误。",
"join_rule_change_notice": "你可以随时在房间设置中更改此项。",
"join_rule_invite": "私有房间(仅邀请)",
"join_rule_invite_label": "只有受邀人员才能找到并加入此房间。",
"join_rule_knock_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": "房间可见性",
"state_encrypted_warning": "启用加密状态事件的实验性支持,此功能会对服务器隐藏房间名称与主题等元数据。这些元数据对之后加入房间的用户与不支持 MSC4362 的客户端隐藏。",
"state_encryption_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_section_dialog": {
"create_section": "创建区域",
"description": "区域仅对你可见",
"label": "区域名称",
"title": "创建区域"
},
"create_space": {
"add_details_prompt": "添加一些信息以便人们识别。",
"add_details_prompt_2": "你可以随时更改。",
"add_existing_rooms_description": "选择要添加的房间或对话。这只是一个供你使用的空间,不会通知任何人。你可以稍后添加更多空间。",
"add_existing_rooms_heading": "你想组织哪些内容?",
"address_label": "地址",
"address_placeholder": "例如:my-space",
"creating": "正在创建…",
"creating_rooms": "正在创建房间…",
"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": "邀请同事",
"inviting_users": "正在邀请…",
"label": "创建空间",
"name_required": "请输入空间名称",
"personal_space": "只有我",
"personal_space_description": "一个用于组织你的房间的私有空间",
"private_description": "仅限邀请,适用于个人或团队",
"private_heading": "你的私有空间",
"private_only_heading": "你的空间",
"private_personal_description": "确保受你期许的人员可以访问 %(name)s",
"private_personal_heading": "你与谁合作?",
"private_space": "我与我的同事",
"private_space_description": "你与同事的私有空间",
"public_description": "任何人都可以加入,适用于社区",
"public_heading": "你的公共空间",
"search_public_button": "在公共空间中搜索",
"setup_rooms_community_description": "创建一些房间以入门。",
"setup_rooms_community_heading": "你想在 %(spaceName)s 中讨论哪些内容?",
"setup_rooms_description": "你可以稍后添加更多房间到空间,包括现有房间。",
"setup_rooms_private_description": "创建一些房间以入门。",
"setup_rooms_private_heading": "你的团队正在进行哪些项目?",
"share_description": "目前只有你一人,如果有其他人,效果会更好。",
"share_heading": "分享 %(name)s",
"skip_action": "暂时跳过",
"subspace_adding": "正在添加…",
"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 艺术 © <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> 的条款使用。"
},
"decline_invitation_dialog": {
"confirm": "你确定要拒绝 %(roomName)s 的加入邀请?",
"ignore_user_help": "你将看不到来自该用户的任何消息或房间邀请。",
"reason_description": "描述举报房间的理由。",
"report_room_description": "向账户提供者举报此房间。",
"title": "拒绝邀请"
},
"desktop_default_device_name": "%(brand)s桌面版:%(platformName)s",
"devtools": {
"active_widgets": "激活小部件",
"category_other": "其它",
"category_room": "房间",
"caution_colon": "警告:",
"checking_sticky_events_support": "正在检查是否支持黏着事件…",
"client_versions": "客户端版本",
"crypto": {
"4s_public_key_in_account_data": "在账户数据中",
"4s_public_key_not_in_account_data": "未找到",
"4s_public_key_status": "秘密存储公钥:",
"backup_key_cached": "本地缓存",
"backup_key_cached_status": "密钥缓存:",
"backup_key_not_stored": "未存储",
"backup_key_stored": "在秘密存储中",
"backup_key_stored_status": "密钥存储:",
"backup_key_unexpected_type": "意外类型",
"backup_key_well_formed": "良好",
"cross_signing": "交叉签名",
"cross_signing_cached": "本地缓存",
"cross_signing_not_ready": "交叉签名未设置",
"cross_signing_private_keys_in_storage": "在秘密存储中",
"cross_signing_private_keys_in_storage_status": "交叉签名私钥:",
"cross_signing_private_keys_not_in_storage": "存储中未找到",
"cross_signing_public_keys_on_device": "在内存中",
"cross_signing_public_keys_on_device_status": "交叉签名公钥:",
"cross_signing_ready": "交叉签名已就绪。",
"cross_signing_status": "交叉签名状态:",
"cross_signing_untrusted": "你的账户在秘密存储中拥有数字身份,但尚未被此会话信任。",
"crypto_not_available": "密码学模块不可用",
"device_id": "设备 ID",
"key_backup_active_version": "活跃的备份版本:",
"key_backup_active_version_none": "无",
"key_backup_inactive_warning": "你的密钥尚未在此会话中备份。",
"key_backup_latest_version": "服务器上的最新备份版本:",
"key_storage": "密钥存储",
"master_private_key_cached_status": "主私钥:",
"not_found": "未找到",
"not_found_locally": "本地未找到",
"secret_storage_not_ready": "未就绪",
"secret_storage_ready": "就绪",
"secret_storage_status": "秘密存储:",
"self_signing_private_key_cached_status": "自签名私钥:",
"session": "会话",
"session_fingerprint": "指纹(会话密钥)",
"title": "端到端加密",
"user_signing_private_key_cached_status": "用户签名私钥:"
},
"developer_mode": "开发者模式",
"developer_tools": "开发者工具",
"device_dehydrated_no": "脱水:否",
"device_dehydrated_yes": "脱水:是",
"device_id": "设备 ID:%(deviceId)s",
"device_keys": "设备密钥",
"device_verification_status": {
"signed_by_owner": "验证状态:<E2EIcon /> 经所有者签名",
"unknown": "验证状态:未知",
"unverified": "验证状态:<E2EIcon /> 未经所有者签名",
"verified": "验证状态:<E2EIcon /> 经交叉签名验证"
},
"devices": "%(count)s 个密码学设备",
"edit_setting": "编辑设置",
"edit_values": "编辑值",
"empty_string": "<空字符串>",
"error_sticky_duration_must_be_a_number": "stickyDuration 必须是数字",
"error_sticky_duration_out_of_range": "stickyDuration 取值范围必须在 0 ~ 36000 毫秒(1 小时)",
"event_content": "事件内容",
"event_id": "事件 ID:%(eventId)s",
"event_sent": "事件已发送!",
"event_type": "事件类型",
"expired": "已过期",
"expires_in": "剩余",
"explore_account_data": "浏览账户数据",
"explore_room_account_data": "浏览房间内账户数据",
"explore_room_state": "浏览房间状态",
"explore_sticky_state": "浏览黏着状态",
"failed_to_find_widget": "查找此小部件时出错。",
"failed_to_load": "载入失败。",
"failed_to_save": "设置保存失败。",
"failed_to_send": "事件发送失败!",
"id": "ID:",
"invalid_device_key_id": "设备密钥 ID 无效",
"invalid_json": "JSON 似乎无效",
"level": "层级",
"low_bandwidth_mode": "禁用对带宽有刚需的功能",
"low_bandwidth_mode_description": "禁用加密、状态、已读回执与键入通知",
"main_timeline": "主要时间线",
"manual_device_verification": "手动设备验证",
"no_receipt_found": "未找到回执",
"no_sticky_events": "此房间暂无黏着事件。",
"notification_state": "通知状态为 <strong>%(notificationState)s</strong>",
"notifications_debug": "通知调试",
"number_of_users": "用户数量",
"only_joined_members": "仅限已加入的用户",
"original_event_source": "原始事件源代码",
"restore_from_backup": "从备份恢复",
"room_encrypted": "房间<strong>已加密</strong> ✅",
"room_id": "房间 ID:%(roomId)s",
"room_not_encrypted": "此房间<strong>未加密</strong>🚨",
"room_notifications_dot": "圆点:",
"room_notifications_highlight": "高亮:",
"room_notifications_last_event": "最新事件:",
"room_notifications_sender": "发送者:",
"room_notifications_thread_id": "消息列 ID:",
"room_notifications_total": "总数:",
"room_notifications_type": "类型:",
"room_status": "房间状态",
"room_unread_status_count": {
"one": "房间未读状态:<strong>%(status)s</strong>,数量:<strong>%(count)s</strong>",
"other": "房间未读状态:<strong>%(status)s</strong>,数量:<strong>%(count)s</strong>"
},
"save_setting_values": "保存设置值",
"see_history": "查看历史",
"send_custom_account_data_event": "发送自定义账户数据事件",
"send_custom_room_account_data_event": "发送自定义房间账户数据事件",
"send_custom_state_event": "发送自定义状态事件",
"send_custom_sticky_event": "发送自定义黏着事件",
"send_custom_timeline_event": "发送自定义时间线事件",
"server_info": "服务器信息",
"server_versions": "服务器版本",
"settable_global": "全局可设置",
"settable_room": "可在房间内设置",
"setting_colon": "设置:",
"setting_definition": "设置定义:",
"setting_id": "设置 ID",
"settings": {
"elementCallUrl": "Element Call URL"
},
"settings_explorer": "设置浏览器",
"show_empty_content_events": "以空白内容显示事件",
"show_hidden_events": "在时间线显示隐藏事件",
"spaces": {
"one": "<space>",
"other": "<%(count)s 个空间>"
},
"state_key": "状态键(State Key)",
"sticky_duration": "黏着持续时间(毫秒)",
"sticky_events_not_supported": "你的主服务器不支持黏着事件。",
"thread_root_id": "消息列根 ID:%(threadRootId)s",
"threads_timeline": "消息列时间线",
"title": "开发者工具",
"toggle_event": "切换事件",
"toolbox": "工具箱",
"use_at_own_risk": "此 UI 不检查值的数据类型。需自行承担使用风险。",
"user_avatar": "头像:%(avatar)s",
"user_displayname": "显示名称:%(displayname)s",
"user_id": "用户 ID:%(userId)s",
"user_no_avatar": "头像:<i>无</i>",
"user_no_displayname": "显示名称:<i>无</i>",
"user_read_up_to": "用户阅读到:",
"user_read_up_to_ignore_synthetic": "用户阅读到(ignoreSynthetic): ",
"user_read_up_to_private": "用户阅读到(m.read.private): ",
"user_read_up_to_private_ignore_synthetic": "用户阅读到(m.read.private;ignoreSynthetic):",
"user_room_membership": "成员资格",
"user_verification_status": {
"identity_changed": "验证状态:<E2EIcon /> 未验证且已更改数字身份",
"unverified": "验证状态:<E2EIcon /> 未验证",
"verified": "验证状态:<E2EIcon /> 已验证",
"was_verified": "验证状态:<E2EIcon /> 已验证但已更改数字身份"
},
"users": "用户",
"value": "值",
"value_colon": "值:",
"value_in_this_room": "在此房间的值",
"value_this_room_colon": "此房间中的值:",
"values_explicit": "显式值",
"values_explicit_colon": "显式值:",
"values_explicit_room": "此房间中的显式值",
"values_explicit_this_room_colon": "此房间中的显式值:",
"view_servers_in_room": "在房间中查看服务器",
"view_source_decrypted_event_source": "解密的事件源代码",
"view_source_decrypted_event_source_unavailable": "解密源代码不可用",
"widget_screenshots": "为支持的小部件启用“小部件屏幕截图”"
},
"dialog_close_label": "关闭对话框",
"download_completed": "下载完成",
"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": {
"alternatives": "如果你有安全密钥或安全口令,这也会起作用。",
"key_validation_text": {
"wrong_security_key": "你输入的恢复密钥不正确。"
},
"privacy_warning": "确保此时无人窥视此屏幕!",
"restoring": "从备份恢复密钥",
"security_key_label": "恢复密钥",
"security_key_title": "输入恢复密钥"
},
"bootstrap_title": "设置密钥",
"confirm_encryption_setup_body": "点击以下按钮确认加密设置。",
"confirm_encryption_setup_title": "确认加密设置",
"continue_with_reset": "继续重置",
"cross_signing_room_normal": "此房间已端到端加密",
"cross_signing_room_verified": "此房间中的每个成员都已验证",
"cross_signing_room_warning": "有人正在使用未知会话",
"cross_signing_user_normal": "你尚未验证此用户。",
"cross_signing_user_verified": "你已验证此用户。此用户已验证其所有会话。",
"cross_signing_user_warning": "该用户尚未验证其所有会话。",
"enter_recovery_key": "输入恢复密钥",
"event_shield_reason_authenticity_not_guaranteed": "此设备无法保证此加密消息的真实性。",
"event_shield_reason_mismatched_sender": "事件的发送者与发送该事件的设备的所有者不匹配。",
"event_shield_reason_mismatched_sender_key": "由未验证的会话加密",
"event_shield_reason_unknown_device": "由未知或已被删除的设备加密。",
"event_shield_reason_unsigned_device": "由未经所有者验证的设备加密。",
"event_shield_reason_unverified_identity": "由未经验证的用户加密。",
"export_unsupported": "你的浏览器不支持所需的密码学扩展",
"forgot_recovery_key": "忘记恢复密钥?",
"identity_needs_reset_description": "你必须重置数字身份才能确保访问消息历史",
"import_invalid_keyfile": "不是有效的 %(brand)s 密钥文件",
"import_invalid_passphrase": "身份验证检查失败:密码不正确?",
"key_storage_out_of_sync": "你的密钥存储不同步。",
"key_storage_out_of_sync_description": "请确认恢复密钥,以保持对密钥存储与消息历史记录的访问权。",
"message_shared_by": "由于此消息在发送时你不位于此房间,%(displayName)s(%(userId)s)共享了此消息。",
"messages_not_secure": {
"cause_1": "你的主服务器版本太旧,不支持所需的最低 API 版本。请联系你的服务器所有者或升级你的服务器。",
"cause_2": "你正在验证的用户所连接的主服务器",
"cause_3": "你或其他用户的 Internet 连接",
"cause_4": "你或其他用户的会话",
"heading": "下列中的某项可能已泄露:",
"title": "你的消息传递不安全"
},
"new_recovery_method_detected": {
"description_1": "已检测到用于安全信息的新安全口令与密钥。",
"description_2": "此会话正在使用新的恢复方法加密历史记录。",
"title": "新的恢复方法",
"warning": "如果你未设置新的恢复方法,攻击者可能正在尝试访问你的账户。请立即在“设置”中更改你的账户密码并设置新的恢复方法。"
},
"pinned_identity_changed": "%(displayName)s (<b>%(userId)s</b>) 的数字身份已重置。<a>了解更多</a>",
"pinned_identity_changed_no_displayname": "<b>%(userId)s</b>的数字身份已重置。<a>了解更多</a>",
"recovery_method_removed": {
"description_1": "此会话检测到你的安全口令与安全消息密钥已被移除。",
"description_2": "如果不慎执行了此操作,你可以为此会话设置安全消息传递,它将使用新的恢复方法重新加密此会话的消息历史。",