-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzh-CN.json
1605 lines (1605 loc) · 58.7 KB
/
zh-CN.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
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
{
"common": {
"no_more": "更多",
"no_data": "暂无内容",
"default_device_name": "移动设备",
"goto": "跳转至",
"btn": "JoyID 钱包",
"testnet-warning": "当前为 JoyID 测试网,请勿转入任何主网资产!"
},
"confirm_dialog": {
"confirm": "确认",
"cancel": "取消"
},
"evm-web2-login": {
"request-auth": "申请用户授权",
"confirm": "确认",
"cancel": "取消"
},
"request-add-network": {
"title": "是否允许添加新的网络?",
"desc": "添加新网络前,请务必确认其安全性!",
"cancel": "取消",
"approve": "允许添加"
},
"add-erc20": {
"import-token": "导入代币",
"search": "搜索代币",
"not-found": "未找到您的代币?",
"title": "正在导入新代币至当前网络",
"warning": "🚨 警告",
"warning-desc": "导入新代币前,请务必确认其安全性",
"ca": "代币合约地址",
"symbol": "代币 Symbol",
"decimal": "代币 Decimal",
"cancel": "取消",
"next": "下一步",
"placeholder": "请输入代币合约地址",
"errors": {
"invalid-address": "无效的地址",
"duplicated": "您已添加此代币",
"ca-required": "请输入代币地址后再进行下一步"
},
"confirm": {
"title": "您是否确认导入该代币?",
"token": "代币名称",
"balance": "您的余额",
"network": "所属网络",
"back": "返回",
"import": "导入代币"
}
},
"add-evm-network": {
"title": "添加 EVM 网络",
"warning": "🚨 警告",
"warning-desc": "恶意的网络供应商,可能会伪造区块链状态并记录你的行为。添加网络前,请务必确认其安全性!",
"network-name": "网络名称",
"network-rpc": "网络 RPC URL",
"chain-id": "Chain ID",
"symbol": "代币 Symbol",
"explorer-url": "区块链浏览器 URL (可选)",
"block-explorer": "区块链浏览器 URL",
"cancel": "取消",
"add": "添加",
"dapp": {
"title": "是否允许添加新网络",
"desc": "添加新网络前,请务必确认其安全性!"
},
"errors": {
"invalid-url": "URL 需要使用正确的 HTTP/HTTPS 前缀。",
"invalid-rpc": "未能匹配到 Chain ID,请检查 RPC URL 是否正确。",
"duplicated": "您输入的 Chain ID 已存在于 {{networkName}} 网络。",
"name-too-long": "网络名称过长,需少于 24 字符。",
"name-required": "请输入网络名称后再进行下一步",
"rpc-required": "请输入 RPC URL 后再进行下一步"
},
"added-dialog": {
"title": "添加成功!",
"desc": "网络添加成功!",
"btn": "切换至 {{network}}"
},
"delete-dialog": {
"title": "确认删除 {{network}} 网络?",
"desc": "删除后,您将无法查看该网络下拥有的资产(再次添加后可查看)",
"btn": "删除"
}
},
"exchange": {
"title": "Instant Swap",
"powered-by": "该服务由 <a>{{ url }}</a> 提供",
"dialog": {
"title": "👏 Instant Swap",
"desc": "欢迎使用 Instant Swap 协议,我们提供以下功能:",
"list-1": "帮助您将法币兑换承加密货币",
"list-2": "一键兑换不同区块链上的资产",
"summary": "该服务由 <a>{{ url }}</a> 提供",
"btn": "复制地址进入 Swap"
}
},
"copier": {
"copy": "复制",
"copied": "已复制",
"copy_url": "复制 URL",
"copy_to_clipboard": "复制至粘贴板"
},
"qrcode-scanner": {
"title": "扫码",
"connect": "连接",
"wc_placeholder": "e.g. wc:a281567bb3e4...",
"wc_url_invalid": "无效的 WalletConnect URI",
"wc_tips": "或使用 WalletConnect URI"
},
"wallet-connect": {
"walletconnect": "Wallet Connect",
"connecting": "正在连接...",
"connect_fail": "连接失败,请重试",
"wc_link_error": "请刷新页面,或返回至 DApp 重试连接",
"refresh_qr_code": "刷新二维码并重试",
"back": "返回",
"back_home": "返回主页",
"approve": "允许连接",
"reject": "拒绝",
"authorize": "请求您授权连接",
"disconnect": "断开连接",
"sign_in": "待签的请求来自",
"signing": "你正在签名以下内容",
"message": "消息",
"cancel": "取消",
"confirm": "确认",
"typed_data": "结构化数据",
"transaction": "交易",
"user_reject": "用户已拒绝签名",
"chain_not_supported": "不支持该区块链",
"connect-joyid": "请求连接您的 JoyID 钱包",
"auth_description1": "该应用将授权访问您的钱包地址",
"auth_description2": "JoyID 并非该应用的服务提供商",
"auth_description3": "若未经授权,该应用无法转移您的资产",
"disconnect_wc": "断开 Wallet Connect",
"disconnect_wc_description": "是否断开连接: <b>{{dapp}}</b>?",
"method_not_supported": "该操作暂不支持,请至帮助文档了解更多信息",
"wc_gas_not_enough": "当前资产余额额不足以付手续费"
},
"device_modal": {
"title": "设置设备名",
"edit-title": "编辑设备名",
"label": "请输入设备名",
"error": "仅允许字母、数字、字符和空格",
"success": "设置成功!",
"save": "保存",
"close_confirm": {
"title": "\uD83E\uDD14️",
"description": "部分编辑内容尚未保存",
"save_it": "保存编辑",
"do_not_save": "不保存"
}
},
"username_modal": {
"title": "设置账户名",
"edit-title": "编辑账户名",
"label": "请输入新名称",
"error": "仅允许字母、数字、字符和空格",
"success": "设置成功!",
"save": "保存",
"close_confirm": {
"title": "\uD83E\uDD14️",
"description": "部分编辑内容尚未保存",
"save_it": "保存编辑",
"do_not_save": "不保存"
}
},
"pwa": {
"auto-update": "发现新版本,即将自动更新(无需操作)",
"toast": {
"title": "安装 JoyID 钱包至您的桌面!",
"desc": "一键打开钱包\n支持离线签名",
"dont-remind": "不再提醒",
"use-web": "继续使用网页版",
"install": "安装"
},
"a2hs": "安装至桌面",
"ios": {
"title": "在 ios 系统中安装 JoyID 钱包",
"step-1": "1. 在工具栏上点击该按钮",
"step-2": "2. 点击“添加至桌面”"
}
},
"new-key": {
"navbar": "通过其他设备授权",
"title": "使用另一台设备",
"desc": "通过其他设备扫描该二维码\n或打开该 URL,以进行登录",
"copy-url": "复制 URL",
"fingerprint": "二维码指纹认证: ",
"refresh": "刷新",
"qrcode-expired": "该二维码\n已过期",
"already-logged-in": "您已在此设备上登录,等待授权",
"confirm": "OK",
"success-desc": "您已在此设备上登录,等待授权",
"success-title": "授权成功",
"login-title": "生成二维码以进行授权"
},
"login": {
"title": "通过 CKB 地址登录账户",
"enter": "请输入您的",
"enter_username_or_address": "JoyID CKB 地址",
"placeholder": "CKB 地址",
"errors": {
"invalid": "该地址无效,请检查后重试",
"not-found": "该地址不存在,请检查后重试",
"recover_failed": "当前设备未找到 JoyID 账户"
},
"invalid_username": "用户名无效",
"invalid_address": "CKB 地址格式无效",
"no_data": "未找到 JoyID 账户",
"next": "继续",
"login": "切换",
"confirm_login": "该账户已登录",
"please-signin": "请登录您的 JoyID 账户"
},
"edit_profile": {
"title": "编辑个人资料",
"avatar_description": "建议图片尺寸至少大于 800x800px",
"username_field": "用户名",
"description_field": "简介",
"submit": "提交",
"done": "完成",
"save": "保存",
"edit": "编辑",
"update_succeeded": "更新成功!",
"file_too_large": "文件大小限制为 {{size}}",
"wrong-image-format": "格式目前仅限 png,jpeg,jpg,gif,svg,webp",
"validate": {
"name": {
"invalid": "该用户名无效"
}
}
},
"auth-drawer": {
"btn": "系统授权",
"title": "<span>\uD83D\uDC4B Hi~</span>{{welcome}}",
"welcome": "<br/>欢迎使用新一代账户 JoyID",
"description": "创建您的 JoyID 并登录",
"footer_description": "使用生物识别 指纹/面部"
},
"add-new-device": {
"title": "生成设备密钥",
"desc": "在当前设备生成登录密钥并用老设备授权,完成后,您就可以在当前设备进行登录了",
"generate": "生成",
"generated": {
"title": "等待授权中",
"fingerprint": "指纹",
"btn": "密钥已生成",
"desc-1": "请在您的老设备上进行授权。",
"desc-2": "授权完成之前,请勿关闭此页面或者息屏。"
},
"finderprint": "指纹",
"current-device": "当前设备",
"proceed": "请在您的旧设备上批准授权。",
"errors": {
"remote-not-online": "旧设备已离线,请重新尝试授权"
}
},
"windows-not-supported": {
"title": "重要提示",
"discontinued": "JoyID 暂停支持 Windows 系统",
"create-new-account": "注册新账户",
"create-new-account-desc": "由于 Windows 系统对 Passkey 的支持当前存在问题,因此 JoyID 暂停支持在 Windows 设备上注册新账户和设置 Windows 设备做备份设备。",
"existing-user": "现存账户",
"existing-user-desc": "之前在 Windows 设备上注册的账户请尽快绑定新的设备,后续建议您用其他设备使用 JoyID。",
"thank-you": "感谢理解与合作",
"confirm": "确认"
},
"add-device-modal": {
"title": "添加新设备",
"desc": "请用新设备扫码或者复制 URL 用新设备打开",
"step_title": "请用老设备扫描",
"warning-tilte": "警告",
"warning-desc": "新设备添加成功之前,请不要关闭当前页面,并保持屏幕长亮",
"step": {
"1": "通过新设备扫描该二维码",
"2": "生成二维码",
"3": "用老设备授权"
}
},
"auth-button": {
"continue": "继续"
},
"home": {
"next": "下一步",
"login": "我已有 JoyID 账户",
"new": "生成新的 JoyID",
"add-other": "登录其他 JoyID 账户",
"select": "选择其中一个 JoyID 登录",
"recover": "通过朋友恢复 JoyID"
},
"profile": {
"social_recovery": "社交恢复",
"devices": "设备"
},
"activity": {
"title": "交易记录",
"send-nft": "发送 Dobs",
"send-ckb": "发送 CKB",
"receive-ckb": "接收 CKB",
"receive-nft": "接收 Dobs",
"add-device": "添加设备",
"delete-device": "移除授权环境",
"add-temp": "添加授权环境",
"register-cota": "升级账户",
"pending": "上链中",
"register": "登录",
"transaction": "交易",
"completed": "已完成",
"btc": "BTC",
"rgbpp_assets": "RGB++ 资产",
"bitcoin": {
"bitcoin_tx": "Bitcoin 交易",
"isomorphic_tx": "同构交易",
"unlock_tx": "解锁交易"
}
},
"send-nft": {
"title": "发送 Dobs",
"send-to": "发送至",
"fee": "Fee",
"ckb-address": "CKB 地址或 .bit",
"send": "发送",
"confirm": "确认",
"invalid_address": "无效的 CKB 地址",
"transfer_success": "发送成功",
"errors": {
"send_to_self": "无法向自己发送收藏品",
"invalid_address": "无效的 CKB 地址",
"wait-for-confirmation": "请等待上一笔交易完成后,再进行操作"
}
},
"setting": {
"nostr-key": "Nostr key",
"a2hs": "安装至桌面",
"title": "设置",
"social_recovery": "恢复账户",
"faqs": "常见问题",
"activity": "账户记录",
"devices": "账户安全",
"accounts": "账户管理",
"edit_profile": "个人信息",
"logout": "登出",
"not_set": "未设置",
"my_joyid": "JoyID Card",
"language": "语言",
"coming-soon": "敬请期待",
"jpoints": {
"title": "Jpoints 总分",
"earn": "赚分"
}
},
"language": {
"title": "Language",
"languages": {
"zh-CN": "中文简体",
"zh-TW": "中文繁体",
"en": "English",
"de": "Deutsch (Schweiz)",
"fr": "Français",
"es": "Español",
"ja": "日本语",
"it": "Italiano",
"ar": "العربية"
}
},
"accounts": {
"title": "账户管理",
"other_account": "登录其他 JoyID 账户",
"login": "登出现有 JoyID"
},
"device": {
"title": "设备",
"revoke": "删除",
"mainkey-revoke": "暂不支持取消第一个 Key 的管理权限",
"sync-browser": "跨浏览器同步",
"sync-device": "跨设备同步",
"trusted-device": {
"title": "授信设备",
"desc": "授信环境"
},
"dialog": {
"title": "撤销 Key 的权限",
"desc": "用这此 Key 登录的设备会自动登出,并且此 Key 也将不能再用来登录和管理账户",
"delete": "确认",
"cancel": "取消"
}
},
"passkey": {
"alert": {
"passkey": "您的 passkey 通过生物信息识别进行保护, Google、iCloud 或 JoyID 均无法获得。",
"none": "保存您的👉 <a>address</a> 以便以后登录 <b>Why?</b>"
},
"none": {
"type": "Non-Passkey",
"detail": "这个 Key 只能在创建它的设备上并且创建它的浏览器里面使用。<a>更多</a>"
},
"apple": {
"type": "Passkey",
"detail": "这个 Key 可以通过 iCloud 同步,所以可以在登录了对应 Apple ID 的 Apple 设备上使用。<a>更多</a>"
},
"google": {
"type": "Passkey",
"detail": "这个 Key 可以通过 Google 同步,所以可以在登录了对应 Google 账号的安卓设备上使用。<a>更多</a>"
},
"custom": {
"type": "Passkey",
"detail": "这个 Key 可以通过 {{provider}} 同步,所以可以在登录了对应 {{provider}} 账号的设备上使用。"
},
"windows-device-bound": {
"type": "Device-bound Passkey",
"detail": "这个 Key 只能在创建它的设备上使用。<a>更多</a>"
},
"apple-device-bound": {
"type": "Device-bound Passkey",
"detail": "这个 Key 只能在创建它的设备上使用。<a>更多</a>"
}
},
"devices": {
"did": "使用 DID",
"update-did": "更新 DID",
"no-did": "未找到 DID",
"did-updated": "DID 更新成功",
"title": "安全",
"pending": "上链中",
"delete_main_key_warning": "暂不支持删除首个进行过注册的设备",
"webauthn_title": "授信设备",
"webauthn_desc": "通过以下密钥登录并管理账户。 <a>更多</a>",
"session_title": "Temporary sign-in Environment",
"session_desc": "Where you can sign in temporarily without biometrics",
"delete_account": "登出账户",
"delete_account_description": "是否确认登出账户: <b>{{username}}</b>?",
"page_description": "可进行登录的环境",
"mobile_device": "移动设备",
"passkey_warning": "请 <b>不要修改</b> Passkey 的名称,这可能导致无法登录。",
"current_device": "当前设备",
"edit": "编辑",
"expired-at": "授权期限至",
"on-chain-from": "创建时间:",
"delete": "删除",
"logout": "登出",
"google_connection": {
"title": "当前环境 Google 服务不可用",
"desc": "您的 Passkey 可能没有成功备份,请尽快添加其他设备来备份您的账号。",
"btn": "我已知晓"
},
"dialog": {
"title": "删除授权换",
"desc": "下次进入该环境,您需要重新登录",
"delete": "删除",
"cancel": "取消"
}
},
"recover-methods": {
"title": "账户恢复方式",
"desc": "请至少添加一种恢复方式,以防您设备全部丢失后无法恢复账户",
"passkey": {
"title": "Passkey",
"desc": "可通过 iCloud 或 Google Drive 在多设备同步"
},
"mnemonic": {
"title": "助记词",
"desc": "导入或者生成新的助记词"
},
"security-key": {
"title": "安全密钥",
"desc": "可以存储 Key 的外部授权设备"
},
"no-passkey-dialog": {
"title": "采用 Passkey 恢复",
"desc": "您当前的账户不支持使用 Passkey 恢复。请添加一个支持 <a>passkey 同步的设备</a>。"
},
"enable-passkey-dialog": {
"title": "从 Passkey 恢复",
"desc": "你可以使用登录了相同的 iCloud 或 Google 账号的设备去恢复 JoyID 账户"
}
},
"register": {
"title": "创建新的 JoyID 账户",
"label": "请输入用户名",
"start": "首先创建你的",
"username": "JoyID 用户名",
"placeholder": "请输入用户名",
"conditions": {
"alphanumeric": "需包含位 4-16 数字或英文字符",
"space": "不能包含空格"
},
"next": "继续",
"login": "我已有 JoyID 账户进行登录"
},
"no-support": {
"title": "JoyID 暂时不支持\n当前浏览器",
"desc": "请尝试打开 JoyID 通过",
"link": "推荐浏览器"
},
"register-success": {
"title": "🎉祝贺您注册成功!",
"desc": "您已创建新的 JoyID",
"address": "地址",
"long-press": "请长按保存 JoyID card",
"or": "或",
"later": "您之后需要通过它在其他设备登录",
"copy": "复制至粘贴板",
"copied": "已复制",
"no_account_available": "No account available",
"other-stuff": "You will need it later to sign in\nanother device or add social recovery.",
"continue": "继续",
"confirm": "登录",
"device_name": {
"title": "设置设备名",
"desc": "您以后仍可以在 app.joy.id 进行编辑"
}
},
"add-joyid-drawer": {
"title": "选择登录方式",
"login": "登录 JoyID",
"new": "新的 JoyID"
},
"webview-guide": {
"title": "请在您的浏览器中\n打开此页面"
},
"fingerprint": {
"check": "检查 Fingerprint"
},
"remote-auth": {
"title": "请在另一台设备上继续操作",
"desc": "请用设备的自带浏览器扫描二维码"
},
"nostr": {
"title": "Nostr Key",
"pubkey": "Nostr 公钥",
"privkey": "Nostr 私钥",
"reveal": "查看私钥"
},
"auth": {
"sign-in": "登录 {{title}}",
"sign-in-desc": "<b>{{host}}</b>",
"signing": "您正在签名:",
"messages": "签名信息",
"warning": "您正在授权来自外部网页的操作",
"cancel": "取消",
"confirm": "确认",
"qrcode": "请确认 Fingerprint \n与二维码下的指纹一致。",
"generate_btc_wallet": "生成 BTC Wallet",
"add_btc_wallet": "添加 BTC Wallet",
"create_btc_wallet_tips": "请先生成 BTC Wallet",
"btc_wallet_generated": "BTC wallet 已生成! \n请添加到账户以进行后续操作。"
},
"sign-message": {
"sign": "签名请求来自 {{title}} ",
"warning": "您正在授权来自外部网页的操作。",
"signing": "签名内容:",
"messages": "消息:",
"logged-out": "您已登出,请重新登录。",
"sign-in": "登录",
"reject": "拒绝",
"confirm": "确认",
"to": "至",
"amount": "数量",
"fee": "手续费",
"total": "总量",
"upgrade-account": "首次发送 Dobs,需要先升级账户(仅需升级一次)。 ",
"upgrade-now": "立即升级",
"errors": {
"send_to_self": "无法向自己发送 CKB",
"invalid_address": "无效的 CKB 地址",
"minimum_amount": "请至少发送 {{amount}} CKB",
"invalid_amount": "无效的数量",
"insufficient_balance": "余额不足",
"send_nft_to_self": "无法向自己发送 Dobs",
"token_not_found": "Dob 不属于当前地址",
"cota_cell_not_found": "未找到 CoTA cell",
"invalid_token_key": "无效的 token key",
"other_error": "响应超时,请重试。"
}
},
"qrcode-expired": {
"title": "二维码已过期",
"desc": "请扫描最新的\n二维码"
},
"auth-success": {
"title": "🎉 授权成功!",
"goto": "前往",
"btn": "JoyID 钱包"
},
"add-subkey-success": {
"title": "\uD83D\uDCF1新设备已授权。",
"mobile_device": "<strong>{{device_name}}</strong>",
"goto": "前往",
"btn": "JoyID 钱包",
"confirm": "确认"
},
"auth-subkey": {
"modal": {
"title": "旧设备授权",
"sub-title": "请使用旧设备:1、相机扫描二维码 或 2、浏览器打开该链接\n以登录 JoyID",
"copy": "复制至粘贴板",
"copied": "复制成功",
"desc": "授权新设备",
"completed": "授权完成",
"fingerprint": "请确认二维码指纹:"
},
"title": "<strong>授权</strong> 新设备",
"description": "请勿扫描未知来源的二维码,这可能导致账户丢失!",
"cancel": "取消",
"confirm": "授权",
"allow": "允许该设备",
"full-control": "操作我的全部资产",
"manage-account": "并进行账户管理,及其他关键操作",
"fingerprint": "确认指纹:",
"success": "授权成功!",
"go-back": "返回",
"no-camera-err": "未识别到相机",
"camera-auth-err": "无相机权限,请刷新后重试",
"no-data-err": "未找到相关数据,请重新扫码",
"fido-err": "请用内置摄像头扫描 FIDO 二维码。",
"permission-err": "您没有该 JoyID 账户的授权权限",
"confirm-title": "确认指纹密钥",
"confirm-desc": "请确认密钥指纹\n与二维码相符。",
"confirm-button-text": "确认",
"auth-new-device": {
"title": "授权新设备",
"btn-1": "授权",
"btn-2": "确认授权"
},
"not-completed": "授权失败",
"wrong-origin-title": "二维码异常",
"wrong-origin-desc": "请确认该二维码来自「app.joyid.dev」!勿要验证其他来源的二维码以防账户丢失。",
"error_confirm": {
"icon": "🙁",
"title": "没有在当前设备上找到\n任何登录过的 JoyID 账户",
"mobile_device": "<strong>{{device_name}}</strong>\n{{time}}",
"no_detected_device": "请使用其他设备验证(以下所示):",
"confirm": "确认",
"loading": "加载中..."
}
},
"errors": {
"api": {
"COTA_CELL_OCCUPIED": "操作过于频繁,请 1~3 分钟后重试",
"COTA_CELL_NOT_FOUND": "正在初始化账户,请 1~3 分钟后重试",
"INVALID_AVATAR": "无效的头像",
"TOKEN_IS_SUBMITTING": "正在接收 Dob,请稍后重试。"
},
"confirm_button_text": "OK",
"unknown_error": "未知错误: {{message}}",
"not-recognized": "由于 APPLE 服务器频率限制,暂时无法完成操作。\n请刷新页面重试。",
"not-recognized-title": "⚠️访问权限受限",
"custom-provider": "JoyID 不支持 iOS beta 系统注册,也不支持密码管理器(如 1Password、Bitwarden、Enpass、Nordpass 等)。请使用稳定版 iOS 系统,或暂时禁用密码管理器。",
"rsa-key": "您的设备不支持 P256 签名算法,请尝试更改 BIOS 设置或更换其他设备。"
},
"new-device": {
"description": "您之后可以在此设备上,通过生物识别快速安全地进行登录",
"title": "添加新设备",
"heading": "\uD83D\uDC49 两步授权",
"description-primary": "在新设备上的首次登录\n需要此操作。",
"description-secondary": "仅需一次,之后您可以直接登录",
"steps": {
"1": "生成新设备的密钥",
"2": "通过旧设备授权",
"3": "直接登录"
},
"step_descriptions": {
"1": "此密钥存储在设备芯片中\n除非提供您的生物识别信息,任何人都无法导出或使用它",
"2": "使用已注册过 JoyID 的设备授权新密钥",
"3": "当前设备注册成功!\n登录并使用 JoyID"
},
"authenticate": "授权",
"generated": "已生成",
"generate": "生成",
"sign_in": "登录",
"description-waiting_the_new_device": "这将花费 1~2 分钟\n请勿关闭或刷新页面"
},
"profile_plate": {
"default_description": "暂无简介"
},
"my-joyid": {
"title": "JoyID Card"
},
"session-key-new": {
"navbar": "Sign in temporarily",
"title": "Sign in temporarily in this Environment",
"alert": "Biometrics sign-in are not supported in current browser (<a>why🤔️</a>).\nYou can continue to sign in temporarily <b>without requiring biometrics</b>.",
"desc": "Temporary sign-in would create a temporary private key in this browser,\n which enables you to use JoyID under\n <a>👉browser-level security</a> for a limited time.",
"warning": "Please start on a personal device.",
"next": "Sign in temporarily",
"dialog": {
"title": "Browser-level Security",
"desc-1": "The key used in temporary sign-in is securely stored in browser database. No one can export it once created, even JoyID.",
"desc-2": "But people will be able to sign any message from this device’s browser <b>without requiring biometrics</b> during the validity period."
}
},
"session-key-local": {
"title": "Temporary sign-in",
"desc": "Temporary sign-in key are stored securely in the\nbrowser database and no one can export\nit even JoyID.",
"validity": "Validity period: 7 days",
"dialog": {
"title": "Validity Period Security",
"desc-1": "We currently do not support setting the validity period.",
"desc-2": "The current default validity period is 7 days which means it will automatically expire after 7 days.",
"desc-3": "After expiration, you can create a new temporary sign-in in this browser."
},
"step-1": {
"title": "Temporary key generated ",
"desc": "You will be able to sign any message from this device’s browser within the validity period",
"btn": "Validity period: <b>7 days</b>"
},
"step-2": {
"title": "Previous Device Authorization",
"desc": "Authorize the new key with a previously registered device that can sign in JoyID",
"authorize": "Authorize",
"authorizing": "Authorizing",
"authorized": "Authorized",
"warn": "This may take 1-5 mins.\nDo not close or refresh the page"
},
"step-3": {
"title": "直接登录",
"desc": "当前设备已注册!\n登录并使用JoyID",
"btn": "登录"
}
},
"session-key-remote": {
"title": "授权新环境",
"desc": "请勿扫描未知来源的二维码,这可能导致账户丢失!",
"next": "继续",
"allow": "允许该设备",
"full-control": "操作我的全部资产",
"manage-account": "并进行账户管理,及其他关键操作",
"fingerprint": "指纹密钥:",
"permission-err": "您没有该 JoyID 账户的授权权限",
"only-webauthn-key": "请使用支持生物识别的设备,登录JoyID。",
"dialog": {
"title": "请使用支持生物识别的设备,登录JoyID。"
}
},
"remote-auth-key": {
"desc": "请检查指纹是否匹配!\n钓鱼二维码可能会导致您的帐户被盗。",
"auth-new-device": "授权新设备/新环境",
"with-biometrics": "操作需要面容/指纹认证",
"valid-period": "有效期限",
"security-level": "Security Level",
"hardware-level": "Hardware-level",
"browser-level": "Browser-level",
"always-valid": "永久有效",
"sesison-key-valid": "7 天",
"delete-dialog": {
"title": "如何删除已授权的设备",
"desc": "1. 打开 {{host}}\n2. 前往设置 > 安全"
},
"browser-level-dialog": {
"title": "Browser-level Security",
"desc-1": "The key used in temporary sign-in is securely stored in browser database. No one can export it once created, even JoyID.",
"desc-2": "But people will be able to sign any message from this device’s browser <b>without requiring biometrics</b> during the validity period."
},
"hardware-level-dialog": {
"title": "Hardware-level 安全级别",
"desc-1": "Key 存储在设备芯片中",
"desc-2": "在没有用户生物识别授权下,任何人都无法使用或导出 Key,用户本人也无法导出 Key。这是目前最高的安全级别"
}
},
"not-supported": {
"title": "请在建议设备上继续操作",
"desc": "当前浏览器环境下无法使用 JoyID。\n请使用推荐设备",
"current-environment": "您当前的设备环境",
"feedback": "如果还无法解决您的问题,\n请前往 👉 <a>这里</a>进行反馈",
"create": {
"title": "当前环境不支持创建新账户",
"password-manager": "请先禁用 <b>密码管理工具</b> 例如 1Password,Bitwarden,Enpass等,然后重试",
"windows-hello": "您当前设备不支持某些加密算法。如果您从 Windows 10 或 Windows 11 21H2 升级至当前系统,请 <a>重新设置 Windows Hello</a> 然后重试",
"ios-beta": "请使用 iOS 16+ 的稳定版本,或 <a>换一台设备操作</a>。"
},
"login": {
"title": "用户手动取消操作或超时",
"solution": "如果你没有在列表中找到你想要登录的 Key",
"apple": {
"list-1": "请确保你登录了 <b>正确的 iCloud 账号</b>",
"list-2": "请确保这个 Key 可以跨环境登录,可以在‘安全/设备’下检查 Key 的类型",
"list-3": "如果是在 macOS 13 或者更早的系统上,并且在非 Safari 的浏览器里创建的 JoyID 账户,该账户仅能在创建的环境里登录"
},
"non-apple": {
"list-1": "请确保你登录了 <b>正确的 Google 账号</b>。",
"list-2": "请确保这个 Key 可以跨环境登录,可以在‘安全/设备’下检查 Key 的类型"
}
},
"wallet-not-found": {
"title": "未发现该 Key 管理的钱包",
"solution": "请 <b>选择其他 Key</b> 继续。"
},
"solution": {
"title": "解决方案",
"android": {
"os": "请升级至安卓需 7.0 或以上版本",
"browser": "浏览器请使用 Chrome,Edge 或 Brave",
"unsupported": {
"list-0": "请注意,在 <b>Chrome/Kiwi/Mises</b>浏览器注册的 Key 并不是 Passkey,只能在当前设备的当前浏览器下使用",
"list-1": "请确保你的手机可以使用 <b>谷歌服务</b>",
"list-2": "确保开启了 <b>屏锁<b/>",
"list-3": "MIUI 设备请确保未开启双系统"
}
},
"ios": {
"os": "请升级至 iOS 16 或以上版本",
"browser": "浏览器请使用 Safari,Chrome,Edge 或 Brave。",
"unsupported": "请重启浏览器后重试</a>"
},
"macos": {
"os": "请升级至 macOS Catalina 或以上版本",
"browser": "浏览器请使用 Safari,Chrome,Edge 或 Brave。",
"unsupported": "请确保你的设备可以使用 TouchID"
},
"windows": {
"os": "请升级至 Windows 11 22H2 或以上版本",
"browser": "浏览器请使用 Chrome,Edge 或 Brave",
"unsupported": "请确保已开启 <hello>Windows Hello</hello>"
},
"other-os": {
"os": "当前操作系统不支持,请使用其他设备"
}
},
"more-info": "👉 更多信息",
"item-1": "<b>Andriod 10+</b> (with Google service)",
"item-2": "<b>iOS 14.5+</b> (with iCloud login)",
"item-3": "<b>Windows 11 22H2</b> (with Windows Hello)",
"item-4": "<b>macOS Catalina+</b> (with Touch ID)",
"scan": "请使用设备的相机进行扫描",
"recommended-device": "请在 <a>当前支持的环境</a>重试",
"browser": "JoyID 在当前环境中不支持",
"windows-1": "请开启 <a>Windows Hello</a>",
"windows-2": "开启后,你可以通过面容,指纹或者 PIN 来登录",
"set-up-windows-hello": "设置 Windows Hello"
},
"session-key-signup": {
"navbar": "检测到新设备",
"title": "🎉祝贺完成!",
"desc": "您已创建新JoyID账户",
"next": "登录",
"continue": "继续"
},
"session-key-success": {
"title": "新环境已授权",
"goto": "前往",
"btn": "JoyID应用",
"confirm": "确认"
},
"joyid-card": {
"tips": "长按保存JoyID card",
"or": "或",
"copy": "复制至粘贴板",
"copied": "已复制"
},
"guide_move_mobile": {
"title": "请使用移动设备继续",
"description": "使用内置相机扫描二维码以访问<a>app.joyid.dev</a>",
"footer_description": "或直接通过手机浏览器访问<a>app.joyid.dev</a>"
},
"cota_not_ready": {
"title": "需要升级账户",
"upgrade": "升级",
"desc": "首次添加新设备,或发送藏品时,需要先升级账户(每个账户仅需升级一次)",
"upgrading": "账户升级中",
"upgraded": "已是升级账户",
"upgrading_desc": "不要关闭或刷新页面\n这将花费约3分钟。",
"upgrade_success": "账户升级完成!",
"ready-for-subkey": "账户升级成功",
"next": "继续"
},
"upgrade-account": {
"account-upgrade": "账户需要升级",
"account-upgrading": "账户升级中",
"desc": "首次添加新设备,或发送藏品时,需要先升级账户(每个账户仅需升级一次)",
"upgrade": "点击升级",
"confirm": "确认",
"free": "限时免费",
"upgrade-completed": "升级完成",
"upgrade-desc": "升级将花费 <b>3分钟</b>左右的时间,\n请稍候重新发起交易。 ",
"payment": {
"select-payment": "选择支付方式",
"total": "总计",
"select-token": "选择代币",
"balance": "余额:",
"pay": "支付",
"not-enough": "余额不足以支付升级费用"
},
"box1": {
"header": "操作",
"item1": "",
"item2": "接收 CotA Dobs"
},
"box2": {
"header": "账户安全",
"item1": "Passkey 恢复"
},
"box3": {
"header": "操作",
"item1": "",
"item2": "Dobs 接收/发送/铸造"
},
"box4": {
"header": "账户安全",
"item1": "通过 Passkey 恢复",
"item2": "通过多设备备份",
"item3": "通过社交媒体恢复",
"item4": "通过 Keystore 恢复"
}
},
"receive": {
"select-network": "选择网络",
"receive": "接收",
"receive-asset": "接收网络 - ",
"show-address": "显示地址",
"ckb-note": "🔔注意事项",
"ckb-desc": " 一些钱包和交易所可能不支持向该地址转账。为确保您能收到资产,请使用 imToken、Neuron 或 Portal 钱包。",
"btc-desc": "仅支持 BTC/RGB++ 资产,不要向该地址转入 Ordinals,BRC20,ARC20 等资产",
"bitcoin_title": "Bitcoin 生态",
"evm_title": "EVM 生态",
"more": "更多",
"layer1": "Layer1",
"layer2": "Layer2"
},
"connect-with": {
"authorize": {
"title": "授权新设备",
"step-1": "1. 在另一台已登录 JoyID 的设备,进入 设置>账户安全",
"step-2": "2. 点击 + 按钮,以添加当前设备"
},
"slogan": "连接未来的 WEB3 账户",
"fast-register": "仅需 10 秒",
"create-account": "创建新账户",
"connect-with": "登录",
"use-other": "另外 JoyID 账户",
"login-with": "选择登录方式",
"login-with-passkey": "通过 Passkey 登录",
"login-passkey": "Passkey",
"login-device": "其他设备",
"google": "Google service",
"icloud": "iCloud",
"with-icloud": "通过 iCloud",
"nervos-address": "CKB 地址",
"address": "通过 CKB 地址恢复",
"other-login-options": "其他登录方式",
"more-options": "我已注册账户",
"recover-with-address": "通过地址恢复账户",
"other-passkey-account": "Passkey",
"checkbox": {
"enable": "备份 Passkey",
"google": "(Google Service)",
"icloud": "(iCloud)",
"not-support": "(不支持)",
"disable-passkey": {
"title": "警告",
"desc": "一旦您关闭了 Passkey 备份,将面临<b>永久丢失账户</b>的风险,如果:",
"list-1": "遗失设备",
"list-2": "关闭设备屏幕锁",
"summary": "如果您执意关闭 Passkey 备份,强烈推荐至少添加另一台设备。",
"btn": "我已知晓"
},
"question": {
"btn": "OK",
"more-details": "更多细节",
"not-supported": "当前设备的当前环境不支持备份 Passkey",
"always-enabled": "私钥已自动加密,并通过 {{service}} 进行加密同步",
"optional": "私钥已自动加密,并通过 {{service}} 进行加密同步。"
}
},
"sign-in": {
"title": "通过地址恢复账户",
"btn": "Process to recover",
"another-passkey": {
"title": "请选择另一个 Passkey",
"desc": "当前 Key 并未用来注册钱包,请选择其他的 Key",
"btn": "重新选择"
}
},
"recovery": {
"recovery": "通过 Passkey 登录",
"title": "通过 Passkey 登录",
"btn-1": "选择 Passkey",
"btn-2": "确认授权"
},
"wallet-not-found": {
"title": "未找到账户",
"desc": "此密钥没有对应的钱包。请选择另一个密钥",
"btn": "重新选择"
},
"create-wallet": {
"title": "创建账户",
"btn-1": "验证",
"btn-2": "确认"
},
"auth-with-new-device": {
"title": "授权新设备",
"btn-1": "授权",
"btn-2": "确认授权"
},
"prepare-device": {
"title": "Prepare device",
"btn-1": "授权",
"btn-2": "确认授权"