-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocale-zh.json
1858 lines (1858 loc) · 94.7 KB
/
locale-zh.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
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
{
"account": {
"accounts": "账户",
"activity": "账户记录",
"advanced": "高级",
"as_collateral": "抵押物",
"asset": "资产",
"asset_details": "资产详情",
"bittrex_scam": "注意:这个账户不是交易所 Bittrex 的存款账户,请发送至 bittrex-deposit。",
"bts_market": "交易市场",
"collaterals": "抵押债仓",
"confirm_asset_modal": {
"are_you_sure": "Are you sure you want to save all changes to these tabs?",
"header": "Confirm multiple changes"
},
"connections": {
"black": "被屏蔽",
"known": "识别为"
},
"contacts": "联系人",
"create_account": "创建账户",
"create_new": "创建新账户",
"deposit": "充值BTS",
"deposit_address": "您的充值地址就是您的账户名",
"deposit_withdraw": "充值/提现",
"eq_value": "换算值",
"eq_value_header": "市值 ({asset})",
"errors": {
"invalid": "非法的账户名",
"memo_missing": "你当前没有备注密钥对应的私钥。如要使用备注功能,请在账户权限中设置一个你拥有对应私钥的备注密钥。",
"not_found": "账户 %(name)s 不存在, 请确定输入正确",
"not_yours": "不是你的账户",
"unknown": "未知的账户"
},
"estimate_value": "账户价值估算",
"existing_accounts": "已有账户",
"existing_user": "老用户",
"filter_orders": "筛选",
"follow": "关注",
"hidden_accounts_row": "Hidden Accounts",
"hide_hidden": "隐藏已忽略资产",
"hide_ignored": "显示已忽略账户",
"history": "交易历史",
"history_error": "Failed to download the account history, please try again",
"home": "首页",
"hour_24": "日涨跌幅%",
"hour_24_short": "日涨跌%",
"id": "账户 ID",
"identicon": "身份标识图形",
"ignore": "忽略",
"in_open": "这是你在所有委单中的 %(asset)s 资产的数量。",
"in_open_value": "这是你在所有委单中的 %(asset)s 资产的大致价值。",
"intro_text_1": "<b>比特股2.0</b>是一个基于区块链构建的去中心化交易所(通称DEX)。 DEX有着工业级的业务处理能力,能够永不停歇地提供公正和透明的服务,这里有比特股首创的bitCNY,bitUSD等智能货币,用户可以在这里根据自己的需要发行用户定义资产(UIA),也可以买卖通用的数字资产如BTC、ETH等。",
"intro_text_2": "发行用户定义资产(UIA),也可以买卖通用的数字资产如BTC、ETH等。",
"intro_text_3": "尽情享受交易的乐趣吧!",
"intro_text_4": "<br/>网站: <a target='_blank' rel='noopener noreferrer' href='https://rudex.org'>https://rudex.org</a><br/>论坛: <a target='_blank' rel='noopener noreferrer' href='https://bitsharestalk.org'>https://bitsharestalk.org</a><br/>GitHub:<a target='_blank' rel='noopener noreferrer' href='https://github.com/bitshares/bitshares-core'>https://github.com/bitshares/bitshares-core</a>",
"intro_text_title": "欢迎使用比特股去中心化交易所!",
"login_with": "Login with",
"market_actions": "市场操作",
"market_value": "市值",
"member": {
"annual": "年度会员",
"available": "可领取数量",
"basic": "普通会员",
"cashback": "返现",
"claim": "立即领取",
"coindays": "币天",
"earned": "已完成币天",
"expires": "过期时间",
"fee_allocation": "手续费分配",
"fees_cashback": "手续费及返现",
"fees_paid": "手续费总支出",
"join": "加入于",
"lifetime": "终身会员",
"lifetime_referrer": "终身会员推荐人",
"membership": "会籍",
"membership_expiration": "会籍过期时间",
"network_percentage": "网络收取",
"referral_link": "你的推荐链接",
"referral_text": "分享此链接给你的朋友参与引荐计划",
"referrals": "被推荐人",
"referrer": "推荐人",
"registrar": "注册人",
"remaining": "剩余解冻天数",
"required": "要求的币天",
"rewards": "返现奖励",
"stats": "会员",
"subscribe": "购买一年会籍",
"suspected_scammer": "Suspected Scammer",
"unknown": "未知会员",
"upgrade_lifetime": "购买终身会籍",
"vested": "待解冻"
},
"mine": "我的账户",
"more": "查看更多",
"name": "账户名",
"name_input": {
"name_is_taken": "账户名已经被使用",
"not_found": "账户未找到",
"premium_name_faucet": "你使用的是高级账户名。高级账户名的注册手续费更高,因此无法通过该免费水龙头服务进行注册。请选择其他名字,其中包含至少一个横杠、数字或者不含元音字母",
"premium_name_warning": "这是高级账户名。高级账户名的注册手续费更高。普通账户名要求包含至少一个横杠、数字或者不含元音字母"
},
"new_user": "新用户?",
"no_orders": "暂无委单",
"no_price": "--",
"open_orders": "委单",
"optional": {
"formatter": "Optionally, {restore_link} or create an account using the {restore_form}.",
"restore_form": "advanced form",
"restore_link": "restore your account"
},
"options": {
"memo_key": "备注公钥",
"num_committee": "信任理事会成员",
"num_witnesses": "信任见证人"
},
"orders": "委单",
"other_scam": "这个账户不是已知的官方账号,请反复核实后进行转账操作。",
"overview": "概述",
"password_login": "使用密码登录",
"pay": "转账",
"pay_from": "注册费支付账户",
"payees": "收款人",
"percent": "总量占比",
"perm": {
"account_name_or_key": "账户名或公钥",
"acct_or_key": "账户名/公钥",
"action": "操作",
"active": "资金权限",
"add": "增加权限",
"add_permission_label": "输入账户名/公钥以及权重",
"brain": "脑钱包位置",
"cancel": "取消",
"confirm_add": "增加",
"from": "从此账户导入",
"key": "公钥/账户名",
"key_viewer": "私钥查看器",
"memo_key": "备注密钥",
"memo_public_key": "备注公钥",
"memo_warning": "警告:如果你替换了备注权限密钥,那在你使用密码登录后,旧的交易消息你将无法再解密阅读。同样的,除非你将新的备注密钥导入到旧的钱包中,否则使用旧钱包时也将无法看到新的备注消息。",
"new_active": "新的资金权限密钥",
"new_memo": "新的备注权限密钥",
"new_owner": "新的账户权限密钥",
"owner": "账户权限",
"password_model": "账号模式登录",
"password_model_1": "如果你想仅使用密码就能从任何地方(包括不同浏览器,不同的钱包提供网站)登录自己的账户,而不需要迁移钱包文件的话,你可以在本页面中设置密码并将新密钥添加到账户的权限中。添加新的密钥后,此账户就可以使用账号模式在任意地点登录。如果你同时想移除原来的密钥,可以在账户的活跃/账户权限标签中进行。如此账户现在正在使用账号模式登录,也可以在本页面中修改账号模式登录密码,只需要设置新密码并添加新密钥后将旧密钥删除即可。",
"password_model_2": "添加由密码衍生的密钥",
"private": "私钥(WIF - 钱包导入格式)",
"public": "公钥",
"publish": "保存修改",
"remove_text": "移除",
"reset": "重置修改",
"save": "Save Changes",
"save_all": "Save All Changes",
"show": "显示",
"sign_owner": "以所有者身份签名",
"threshold": "阈值",
"type": "类型",
"use_text": "使用",
"valid_pub": "公钥有效",
"warning1": "资金权限权重总和 %(weights_total)s 应不小于阈值设定 %(threshold)s",
"warning2": "账户权限权重总和 %(weights_total)s 应不小于阈值设定 %(threshold)s",
"warning3": "账户名已经在列表中",
"warning4": "公钥已经在列表中",
"weight": "权重"
},
"permissions": "权限",
"please_create_account": "请先创建账户",
"polo_scam": "注意:这个账户不是交易所 Poloniex 的存款账户,请发送至 poloniexwallet。",
"portfolio": "资产清单",
"propose_from": "发起账户",
"qty": "数量",
"quote": "市场价",
"recent": "近期活动",
"reset_orders": "重置",
"restore": "还原",
"search": "Search for an account",
"see_open": "查看委单",
"select_placeholder": "选择账户…",
"settle": "清算",
"show_hidden": "显示已忽略资产",
"show_ignored": "显示已忽略账户",
"show_visual": "Visual",
"signedmessages": {
"automaticcreation": "签名后的消息会自动生成",
"copysuccessful": "签名后的消息已复制到剪贴板",
"copyunsuccessful": "复制消息失败",
"entermessage": "在此输入消息内容",
"errorverifying": "验证签名时发生错误",
"invalidformat": "无法识别签名消息格式",
"invalidkey": "无法获取私钥,请确认公钥是否正确",
"invalidsignature": "签名验证失败,无法验证消息正确性",
"invaliduser": "消息发送者账户名无效",
"keymismatch": "发送者的账户中没有签名使用的公钥",
"menuitem": "消息签名",
"sign": "签名",
"signing": "正在签名,请稍候…",
"signmessage": "签名消息",
"title": "消息签名",
"verify": "验证",
"verifying": "正在验证签名,请稍候…",
"verifymessage": "验证消息签名",
"verifyonchange": "输入时自动验证签名"
},
"submit_orders": "提交",
"total": "总价值 ({asset})",
"total_estimate": "这是你所有资产的估值,其中包含在界面中设置隐藏的资产、委单中的资产、债务及抵押物。估值采用实时获得的区块链上的价格,可能并不完全准确。",
"total_value": "市值",
"trade": "交易",
"transactions": {
"id": "ID",
"info": "Info",
"time": "Time",
"type": "Type"
},
"transfer_actions": "转账操作",
"unfollow": "取消关注",
"unignore": "取消忽略",
"upgrade": "升级账户",
"user_issued_assets": {
"add_feed": "添加新的喂价提供者",
"advanced": "高级功能",
"approx_fee": "资产创建费用预估",
"backing": "做空时抵押的资产类型",
"base": "基准资产数量",
"base_name": "基准资产",
"bitasset_opts": "智能币 SmartCoin 选项",
"cer_warning_1": "警告!",
"cer_warning_2": "请确保手续费汇率高于市场价,否则其他人将可以从市场买入你的资产后通过手续费兑换操作进行套利。手续费汇率应当根据资产的市场交易价格时常进行更新。",
"charge_market_fee": "收取交易手续费",
"committee_fed_asset": "允许理事会成员提供喂价",
"condition": "条件 (最多60个字符)",
"conflict_feed": "Cannot allow witnesses and committee members to provide feeds simultaneously",
"core_exchange_rate": "手续费汇率",
"current_issuer": "当前发行人",
"decimals": "小数位数",
"description": "描述",
"details": "详细",
"disable_confidential": "禁止隐私交易",
"disable_force_settle": "禁止强制清算",
"error_invalid": "该资产不能使用",
"error_precision": "该资产的精度与 %(asset)s 不同",
"exists": "资产代码已存在",
"expiry": "市场裁决日期",
"feed_lifetime_sec": "喂价有效时间(分钟)",
"feed_not_allowed_1": "由见证人或理事会成员进行喂价的资产无法手工设置喂价提供者。",
"feed_not_allowed_2": "请在活动标记中去除“允许见证人提供喂价”和“允许理事会成员提供喂价”以手工设置喂价提供者。",
"feed_producers": "喂价提供者",
"flags": "活动标记",
"force_settlement_delay_sec": "强制清算发生前延迟时间(分钟)",
"force_settlement_offset_percent": "强制清算价格偏离百分比",
"global_settle": "允许发行人进行全局强制清算",
"id": "ID",
"invalid_market_pair": "Preferred market pairing can not be the same market",
"issued_assets": "我发行的资产",
"market": "优先市场交易对",
"market_fee": "交易手续费率",
"max_market_fee": "最大交易手续费",
"max_positive": "最大资产总量必须大于0",
"max_supply": "最大资产总量",
"maximum_force_settlement_volume": "强制清算最大数量(总供应量百分比每小时)",
"minimum_feeds": "最少喂价数量",
"mpa": "智能币 SmartCoin",
"name": "资产名称",
"need_asset": "两个资产中至少有一个必须为 %(name)s",
"new_issuer": "新发行人",
"optional": "可选设定",
"override_authority": "发行人可将资产收回",
"perm_warning": "警告:权限的禁用操作不可逆,一旦禁用后将无法重新启用!",
"pm": "二元预测市场",
"precision": "小数位数",
"precision_warning": "警告:创建后该数值将无法更改。",
"primary": "主要设定",
"quote": "标价资产数量",
"quote_name": "标价资产",
"short": "短名 (最多32个字符)",
"symbol": "资产代码",
"to": "发行到账户",
"too_large": "最大资产总量太大,请选一个小点的数字",
"too_many_feed": "Number of feed producers exceeded the max allowed (%(max)s).",
"transfer_restricted": "所有转账必须通过发行人审核同意",
"update_owner": "更新发行人",
"update_owner_text": "The asset owner may change the owner to another account using this form:",
"visible": "在搜索与市场中隐藏资产",
"white_list": "要求资产持有人预先加入白名单",
"witness_fed_asset": "允许见证人提供喂价"
},
"vesting": {
"balance_number": "余额 #%(id)s",
"explain": "待解冻金额包含通过推荐计划返现的手续费收入以及通过预算计划获得的收入。待解冻金额在解冻期间逐渐释放,直到全部释放为止。",
"no_balances": "该账户无待解冻余额",
"title": "待解冻余额"
},
"votes": {
"about": "关于",
"active": "活跃预算项目 (%(count)s)",
"active_short": "活跃",
"add_committee": "添加",
"add_committee_label": "理事会成员",
"add_witness": "添加",
"add_witness_label": "见证人",
"already": "账户已经在列表中",
"approve_worker": "赞成",
"clear_proxy": "移除投票代理",
"cm_approved_by": "账户%(account)s赞同的理事会成员",
"cm_not_approved_by": "账户%(account)s未赞同的理事会成员",
"committee": "理事会成员账户名",
"create_worker": "创建新预算项目",
"creator": "创建者",
"daily": "每日",
"daily_pay": "每日预算",
"end": "结束时间",
"expired": "已过期预算项目",
"funding": "注资",
"go_proxy": "前往",
"inactive": "备份",
"info": "信息",
"line": "行",
"max_pay": "最大预算",
"missing": "仍需票数",
"name": "账户名",
"new": "提案预算项目 (%(count)s)",
"no_proxy": "无代理",
"proxy": "由此账户代理投票",
"proxy_current": "你当前选择的投票代理人是",
"proxy_known": "或者选择其他账户作为投票代理",
"proxy_short": "代理投票",
"publish": "保存修改",
"recycled": "已回收",
"reject_worker": "反对",
"remove_committee": "移除",
"remove_witness": "移除",
"save_finish": "点击“保存修改”完成投票",
"set_proxy": "Set a proxy here",
"start": "开始时间",
"status": {
"neutral": "中立",
"rejected": "已反对",
"supported": "已支持",
"title": "状态"
},
"support": "支持",
"supported": "已支持",
"threshold": "通过所需票数",
"toggle": "切换投票",
"total_budget": "预算总额",
"total_votes": "赞成票数",
"unclaimed": "未发放预算",
"unused_budget": "未使用预算",
"url": "网页",
"votes": "得票",
"votes_against": "反对票数",
"w_approved_by": "账户%(account)s赞同的见证人",
"w_not_approved_by": "账户%(account)s未赞同的见证人",
"witness": "见证人账户名",
"worker_account": "预算项目账户",
"workers": "预算项目",
"workers_short": "预算项目"
},
"voting": "投票",
"welcome": "欢迎使用 RuDEX 系统",
"whitelist": {
"add": "加到白名单",
"add_black": "加到黑名单",
"black": "黑名单",
"black_by": "被列黑名单",
"blacklist_authorities": "资产黑名单",
"empty": "%(account)s 没有设置白名单。",
"empty_black": "%(account)s 没有设置黑名单。",
"empty_black_by": "%(account)s 未被列入任何黑名单",
"empty_white_by": "%(account)s 未被列入任何白名单",
"title": "白名单",
"white_by": "被列白名单",
"whitelist_authorities": "资产白名单"
}
},
"app_init": {
"browser": "不支持的浏览器",
"browser_text": "你使用的浏览器未经过 BitShares 钱包软件的充分测试。强烈建议你备份钱包,并将其导入谷歌 Chrome 浏览器。今后经过我们充分测试后,你或许可以继续使用现在的浏览器。请了解相关风险。",
"check_latency": "Running latency checks...",
"check_latency_feedback": "Running latency checks (%(pinged)s/%(totalToPing)s nodes) ...",
"connected": "已连接",
"connecting": "Connecting to API server: %(server)s",
"database": "Connection established, initializing local databases",
"not_connected": "未连接",
"retry": "重试",
"title": "应用初始化错误",
"understand": "我理解",
"ws_status": "API 节点连接状态"
},
"borrow": {
"adjust": "调整债仓",
"adjust_short": "调整",
"call_limit": "强制平仓价*",
"close": "平仓",
"coll_ratio": "抵押率",
"coll_ratio_target": "Target Ratio",
"enable_target_collateral_ratio": "Use Target Collateral Ratio",
"errors": {
"below": "抵押率低于要求的 %(mr)s,不允许操作",
"below_info": "Your position is below the required maintenance collateral ratio! Increasing collateral ratio is allowed, debt can only be decreased.",
"below_ratio_mcr_update": "Your collateral ratio is blow your original %(ocr)s. Only increased ratio is allowed on margin called orders",
"close": "抵押率接近要求的 %(mr)s,这意味着如果价格下跌,你的债仓有可能被强制平仓。",
"collateral": "可用抵押物不足",
"increased_debt_on_margin_call": "You increased your debt, which is not allowed when updating a margin called position"
},
"maximize_debt_set_ratio_slider": "You must set a collateral ratio before being able to maximize debt",
"no_valid": "无 %(asset_symbol)s 的有效喂价",
"pay_max_debt": "Pay Max Debt",
"target_collateral_ratio": "Target Collateral Ratio",
"title": "%(asset_symbol)s 抵押债仓",
"update": "调整",
"use_max": "Use Max"
},
"browser_notification_messages": {
"money_received_body": "发给你了 %(amount)s %(symbol)s",
"money_received_title": "从转移 %(from)s"
},
"cancel": "取消",
"connection": {
"automatic_reconnect": " After %(reconnect_in_seconds)s seconds a reconnection attempt will be made automatically.",
"manual_ping": "Go to ping nodes",
"manual_reconnect": "Reconnect now",
"out_of_sync": "Your connection has been out of sync for %(out_of_sync_seconds)s seconds.",
"title_out_of_sync": "Connection out of sync",
"want_to_reconnect": "If the connection can be recovered this message will disappear automatically."
},
"counterpart": {
"formats": {
"date": {
"full": "%F %T %Z",
"market_history": "%m-%e %H:%M:%S",
"market_history_us": "%m/%e %H:%M:%S",
"short_custom": "%e %b '%y"
}
}
},
"dashboard": {
"featured_markets": "Featured Markets",
"starred_markets": "Starred Markets",
"table_empty": "No market matched",
"top_markets": "Top Markets"
},
"exchange": {
"add_quote": "Add",
"asks": "卖单",
"atr": "平均真实波幅(ATR)",
"balance": "我的余额",
"base_supply": "基准资产供应量",
"bids": "买单",
"borrow": "借入",
"borrow_short": "Borrow",
"buy": "买入",
"buy_description": "Buy %(baseAsset)s %(baseName)s for %(quoteAsset)s %(quoteName)s",
"buy_min": "至少买",
"buysell_formatter": "{direction} {asset}",
"call": "平仓触发价",
"change": "涨跌幅",
"chart_height": "Chart height (pixels)",
"chart_modal": "Chart options",
"chart_type": "Chart type",
"confirm_buy": "你的委单价格超出最低卖出价 %(diff)s 倍,确定下单吗?",
"confirm_no_orders_buy": "你在一个没有委托卖单的市场下了一个买单,确定下单吗?",
"confirm_no_orders_sell": "你在一个没有委托买单的市场下了一个卖单,确定下单吗?",
"confirm_sell": "你的委单价低于最高买入价 %(diff)s 倍,确定下单吗?",
"core_rate": "手续费率",
"custom_quote": "Add a custom quote",
"deposit": "Deposit",
"description": "Description",
"ema": "指数移动平均线(EMA)",
"featured": "热门市场",
"feed_price": "Feed Price",
"filter": "Filter...",
"flip": "Flip",
"group_order_limit": "分组",
"hide": "隐藏",
"highest_bid": "最高买价",
"history": "交易历史",
"horizontal": "水平布局",
"index": "指数",
"invalid_amount": "数量错误",
"invalid_price": "价格错误",
"invert": "反转交易对",
"latest": "最新成交价",
"lowest_ask": "最低卖价",
"maintenance": "维持保证金价",
"market": "交易对",
"market_frozen": "%(asset)s 资产发行人已禁用该资产的市场交易",
"market_name": "市场列表",
"market_picker": {
"filter_by_issuer": "Filter by issuer",
"find_by_asset": "Find by asset",
"results": "Results (%(total_assets)s)",
"search": "Asset name",
"search_for_asset": "Search for asset",
"search_mode": "Mode",
"show_all": "Show All",
"sub_title": "Find an asset to replace",
"title": "Market Picker",
"use": "Use"
},
"more": "搜索更多市场",
"move_down": "Move down",
"move_up": "Move up",
"my_asks": "我的卖单",
"my_bids": "我的买单",
"my_history": "我的交易历史",
"my_orders": "我的委单",
"native": "Native",
"new": "新增",
"no_asks": "No asks",
"no_balance": "余额不足",
"no_bids": "No bids",
"no_data": "暂无数据",
"no_orders": "No orders",
"order_depth": "市场深度",
"others": "其他",
"overbought": "超买",
"oversold": "超卖",
"period": "周期 (天)",
"price": "单价",
"price_history": "价格历史",
"price_market": "Market Price",
"quantity": "数量",
"quote": "报价货币:",
"quote_selection": "Modify quote selection",
"quote_supply": "标价资产供应量",
"receive": "获得",
"remove": "Remove",
"rsi": "相对强弱指数(RSI)",
"search": "搜索更多交易对",
"sell": "卖出",
"sell_description": "Sell %(baseAsset)s %(baseName)s for %(quoteAsset)s %(quoteName)s",
"settings": "图表选项",
"settle": "喂价",
"settle_orders": "清算单",
"short": "做空",
"show_asks": "显示所有卖单",
"show_bids": "显示所有买单",
"show_only_liquid": "Show liquid markets only",
"show_only_star_formatter": "Show {star_icon} only",
"sma": "算数移动平均线(SMA)",
"spread": "买卖价差",
"squeeze": "强制平仓价",
"time": "时间周期",
"to_market": "前往交易市场",
"total": "成交金额",
"trading_pair": "Trading pair",
"value": "数量",
"vertical": "垂直布局",
"vol_short": "量",
"volume": "成交量",
"volume_24": "日成交量",
"your_price": "你的强平触发价",
"zoom": "缩放",
"zoom_all": "显示全部"
},
"explorer": {
"account": {
"title": "账户"
},
"accounts": {
"filter": "筛选账户",
"filter_contacts": "筛选联系人",
"title": "账户"
},
"asset": {
"actions": "Asset actions",
"fee_pool": {
"claim_balance": "Claim fee pool balance",
"claim_fees": "领取手续费",
"claim_pool_text": "The asset owner may withdraw funds from the fee pool using this form:",
"claim_text": "资产发行人可以在这里领取累积的资产手续费。",
"core_exchange_rate": "手续费汇率",
"fund": "Fund the fee pool",
"fund_text": "所有网络手续费最终将使用 %(core)s 进行支付。手续费资金池用来承担从 %(asset)s 转换为 %(core)s 的费用,以便用户可以使用 %(asset)s 来支付手续费。如果资金池中余额用完,用户将无法继续使用 %(asset)s 支付手续费。",
"pool_balance": "资金池余额",
"pool_text": "The fee pool is used to pay fees in %(core)s by converting the fee in %(asset)s to %(core)s. If the fee pool runs out of funds, fees may no longer be paid in %(asset)s and will default to %(core)s.<br/><br/>The core exchange rate is the price at which %(asset)s are converted to %(core)s.",
"title": "手续费资金池",
"unclaimed_issuer_income": "发行人未申领收入"
},
"feed_producer": "Feed producer",
"feed_producer_text": "Approved feed producers may publish a new feed using the form below:",
"info": "Asset info",
"invalid": "资产名 %(name)s 无效",
"margin_positions": {
"title": "债仓"
},
"not_found": "资产 %(name)s 不存在",
"permissions": {
"blacklist_authorities": "黑名单账户",
"blacklist_markets": "禁止交易对市场",
"max_market_fee": "交易市场手续费上限",
"max_supply": "最大供应",
"title": "权限",
"whitelist_authorities": "白名单账户",
"whitelist_markets": "允许交易对市场"
},
"price_feed": {
"force_settlement_offset": "Force settlement offset",
"global_settlement_price": "Global settlement price",
"maintenance_collateral_ratio": "维持抵押率",
"maximum_short_squeeze_ratio": "强制平仓比例上限",
"settlement_delay": "Settlement delay",
"settlement_price": "清算价",
"title": "喂价"
},
"price_feed_data": {
"core_exchange_rate": "手续费汇率",
"maintenance_collateral_ratio": "维持抵押率",
"maximum_short_squeeze_ratio": "强制平仓比例上限",
"published": "发布时间",
"publisher": "发布人",
"settlement_price": "清算价",
"title": "喂价数据"
},
"summary": {
"asset_type": "资产类型",
"current_supply": "当前供应量",
"issuer": "发行人",
"market_fee": "市场手续费率",
"max_market_fee": "市场手续费上限",
"stealth_supply": "隐私供应量"
},
"title": "资产",
"whitelist": {
"blacklist_authorities": "黑名单账户",
"blacklist_markets": "禁止交易对市场",
"enable_flag": "活动标记中启用白名单功能后才能设置白名单账户",
"whitelist_authorities": "白名单账户",
"whitelist_markets": "允许交易对市场"
}
},
"assets": {
"id": "ID",
"issuer": "发行人",
"market": "智能币 SmartCoins",
"precision": "小数位数",
"prediction": "预测市场资产",
"symbol": "代码",
"title": "资产",
"units": "单位",
"user": "用户发行的资产"
},
"block": {
"account_upgrade": "升级账户",
"asset_issue": "发行数量",
"asset_update": "更新资产",
"authorizing_account": "授权账户",
"call_limit": "平仓触发价",
"common_options": "参数设定",
"count": "交易数",
"date": "日期",
"fee_payer": "手续费支付账户",
"feed_price": "Feed price",
"go_to": "前往区块",
"id": "区块 ID",
"key": "公钥",
"lifetime": "升级到终身会员账户",
"listed_account": "Listed account",
"max_margin_period_sec": "Max margin period (s)",
"new_listing": "New listing",
"new_options": "新的设定",
"new_producers": "新的喂价提供者",
"next_secret": "下一个密文哈希值",
"op": "操作",
"op_type": "操作类型",
"previous": "上一个区块",
"previous_secret": "上一个密文",
"settlement_price": "清算价",
"short_limit": "Short limit",
"time": "区块生成时间",
"title": "区块",
"transactions": "交易数量",
"trx": "交易",
"witness": "见证人"
},
"blocks": {
"active_committee_members": "活跃理事会成员",
"active_witnesses": "活跃见证人",
"avg_conf_time": "交易平均确认时间",
"block_time": "区块生成时间",
"block_times": "区块生成时间",
"current_block": "当前区块",
"globals": "全局参数",
"last_block": "上一个区块",
"recent": "最近区块",
"recently_missed_blocks": "最近缺失的区块",
"title": "区块链",
"transactions": "交易数",
"trx": "交易",
"trx_per_block": "交易数/区块",
"trx_per_sec": "每秒交易数"
},
"committee_member": {
"title": "理事会成员"
},
"committee_members": {
"active": "理事会成员总数",
"title": "理事会"
},
"fees": {
"fee": "标准手续费",
"feeeq": "(相当于)",
"feeltm": "终身/年度会员手续费",
"feeltmeq": "(相当于)",
"type": "手续费类型"
},
"proposals": {
"authority_depth_warning": "This proposal may not get approved because this permission exceeds the maximum authority depth.",
"children_authority_depth_warning": "This proposal may not get approved because a permission exceeds the maximum authority depth.",
"failed": "Failed",
"failed_execute": "Approved, failed to execute.",
"pending": "Pending",
"pending_approval": "Pending approval.",
"pending_review": "Approved, review time.",
"review": "Review",
"title": "提案"
},
"witnesses": {
"budget": "剩余预算",
"card": "卡片视图",
"current": "当前见证人",
"last_confirmed": "上次生成块",
"missed": "缺失块数",
"next_vote": "投票更新时间",
"participation": "参与率",
"pay": "每块奖励",
"rank": "排名",
"table": "表格视图",
"title": "见证人"
},
"workers": {
"create": "创建一个新的预算项目提案",
"create_text_1": "请填写下表创建新的预算项目。项目将由你当前活跃账户的名义创建,账户必须已取得终身会籍。",
"create_text_2": "设置参数前请仔细估量,发布后将无法修改。",
"daily_pay": "每日支付 (BTS)",
"date_text": "开始时间应该至少设置在一周以后,以留有足够的时间让用户股东们发现、评估项目并投票。",
"name_text": "预算项目的名字应该简短明了,比如'目标:改进账户名体系'",
"pay_text": "每日支付设定的是每天你希望收到的酬劳,以 BTS 计价。目前的最佳实践是设定以美元或人民币计价的工资,并承诺销毁由于 BTS 升值导致的溢价部分。只要你的预算项目还是有效的,并且拥有足够的赞成票超过'回购项目',你就能每日持续收到工资。",
"period": "周期",
"title": "预算项目",
"url_text": "你应该提供一个网站、GitHub 文档或者 Google 文档来详细描述你的工作目标和资金使用计划。",
"vesting_pay": "工资解冻周期 (天)",
"vesting_text": "解冻周期设定工作收入需要经过多少天的线性释放才能完全解冻并领取。",
"website": "网站"
}
},
"fees": {
"title": "费率表"
},
"footer": {
"advanced_settings": "Advanced settings",
"backup": "需要备份",
"block": "最新区块",
"brainkey": "建议备份脑钱包密钥",
"connected": "已连接",
"connection": "无连接",
"disconnected": "未连接",
"latency": "网络延迟",
"loading": "载入中…",
"nosync": "区块链数据陈旧,请等待数据完成同步",
"synced": "已同步",
"title": "RuDEX",
"unsynced": "未同步",
"update_available": "有可用的更新"
},
"gateway": {
"add_funds": "轻松快捷地对比特股账户 <strong>%(account)s</strong> 进行充值。此服务由 OpenLedger 提供。",
"address": "地址",
"address_with_memo": "%(address)s <span class=\"blocktrades-with-memo\">并附上备注</span> %(memo)s",
"agreement": {
"hint": "我已阅读并同意",
"name": "《用户服务协议》",
"notice": "未同意用户协议",
"register": "确认"
},
"asset": "Asset",
"asset_search_deposit": "Search for an asset to deposit",
"asset_search_withdraw": "Search for an asset to withdraw",
"asset_to_deposit": "充值资产:",
"asset_to_receive": "你将收到:",
"asset_to_withdraw": "提现资产:",
"asset_unavailable": "%(asset)s 资产网关暂停服务",
"assets": {
"bit": "<br/>bit%(asset)s 是锚定 %(backed)s 价值的金融衍生品。它 100% 去中心化,无需信任第三方中心机构,并由锁定在区块链上智能合约中的抵押品进行价值背书。",
"bitcny": "<br/><br/>bitCNY 可以通过 Magic Wallet 提供的网关服务进行充值提现。更多信息请访问 https://www.magicw.net/",
"open": "<br/><br/>资产 %(asset)s 由真实资产 %(backed)s 1:1 储备背书。可以通过 Openledger 提供的网关服务进行充值提现。",
"trade": "<br/><br/>资产 %(asset)s 由真实资产 %(backed)s 1:1 储备背书。可以通过 Blocktrades 提供的网关服务进行充值提现。"
},
"balance": "余额",
"balance_asset": "当前 %(asset)s 余额",
"bitkapital_receive": "你将收到",
"bitkapital_text": "选择要充值或提现的资产:",
"bitkapital_withdraw": "你将提现",
"bridge": "桥接服务",
"bridge_text": "桥接服务能让你将一种资产转变成另一种资产,比如从 BTC 转换到 BTS。",
"calc": "计算中",
"choose_deposit": "请选择充值的币种",
"choose_withdraw": "请选择提现的币种",
"contact_TRADE": "联系 Blocktrades",
"convert": "内部兑换",
"convert_coin": "兑换成 %(coin)s (%(symbol)s)",
"convert_now": "兑换",
"copy_address": "Copy address",
"copy_memo": "Copy memo",
"deposit": "充值",
"deposit_address": "充值地址",
"deposit_history_status": {
"confirming": "充值确认中",
"fail": "充值失败",
"success": "充值成功",
"transfering": "转账确认中",
"waiting": "等待转账"
},
"deposit_inst": "充值步骤",
"deposit_limit": "充值限额",
"deposit_notice_delay": "(new address can be generated once per 5 minutes)",
"deposit_summary": "充值摘要",
"deposit_to": "请将 %(asset)s 转账到以下地址",
"deposit_warning": "禁止充值 %(asset)s 之外的其他资产,任何非 %(asset)s 资产充值将不可找回",
"deposit_warning_memo": "充值 %(asset)s 需要填写备注,否则无法入账",
"fee": "网关手续费",
"fiat": "Fiat",
"fiat_text": "法币的充值提现服务由 CCEDK 提供。你必须先行在 CCEDK 上进行账户注册。下面是支持的货币:",
"frozen": "账户 %(account)s 充提服务被冻结",
"gateway": "网关",
"gateway_text": "网关能让你将 BitShares 中的资产与外部资产进行互换,比如 RUDEX.BTC 到 BTC。",
"generate": "生成地址",
"generate_new": "获得新地址",
"generate_new_memo": "获得新备注内容",
"iban": "IBAN",
"info": "交易信息",
"intermediate": "中间账户",
"inventory": "库存",
"limit": "限额: %(amount)s %(symbol)s",
"limit_withdraw_asset": "Min: %(min)s, Max: %(max)s",
"limit_withdraw_asset_max": "Maximum withdraw: %(min)s %(coin)s",
"limit_withdraw_asset_min": "Minimum withdraw: %(min)s %(coin)s",
"limit_withdraw_asset_none": "None",
"memo": "备注",
"meta": {
"open_website": "访问官网"
},
"min_deposit_warning_amount": "Minimum Deposit: %(minDeposit)s %(coin)s",
"min_deposit_warning_asset": "IMPORTANT: Send only %(coin)s to this deposit address. Sending less than %(minDeposit)s %(coin)s or any other currency to this address may result in the loss of your deposit.",
"over_limit": "到达上限",
"please_generate_address": "Please, get new address ",
"purchase": "购买 %(asset)s",
"purchase_1": "快速简便地从外部钱包使用 %(inputAsset)s 购买 %(outputAsset)s 。这项服务由 <a href='https://blocktrades.us/' target='blank' rel='noopener noreferrer'>Blocktrades</a> 提供",
"purchase_notice": "转账到这个地址的 %(inputAsset)s 将成为 %(outputAsset)s",
"purchase_notice_memo": "<b>需要正确填写备注</b>以便将资产存入您的账户中",
"receive_account": "收款账户:",
"recent_deposit": "最近的充值",
"recent_withdraw": "最近的提现",
"rudex": {
"coming_soon": "即将上线",
"min_amount": "最小金额:%(minAmount)s %(symbol)s",
"min_amount_error": "请输入大于最小金额的数量",
"support_block": "请联系 RuDEX 获取客户支持:",
"under_construction": "Under Construction"
},
"scan_qr": "扫描二维码,手机支付",
"service": "转账服务",
"status": "状态",
"support_block": "请联络 OpenLedger 获取客户支持:",
"support_gdex": "请通过以下方式联系我们,获得客户支持",
"symbol": "资产",
"time": "创建时间",
"title": "充值和提现",
"transaction_history_info": "交易 %(amount)s %(assetName)s,流水号:%(txid)s ",
"unavailable": "此资产的网关服务暂时不可用,请稍后再试",
"unavailable_OPEN": "OpenLedger 网关不可用或无响应",
"unavailable_RUDEX": "RuDEX 网关不可用或无响应",
"unavailable_TRADE": "Blocktrades 桥接服务不可用或无响应",
"unavailable_bridge": "此资产的抢劫服务暂时不可用,请稍后再试",
"use_copy_button": "PLEASE USE COPY BUTTON TO MAKE COPY OF ADDRESS OR MEMO ON THIS PAGE",
"user_unavailable": "获取用户信息失败,请稍候再试",
"valid_address": "请输入合法的 %(coin_type)s 地址",
"website": "访问网站",
"withdraw": "提现",
"withdraw_coin": "提现 %(coin)s (%(symbol)s)",
"withdraw_funds": "你将提现到 %(asset)s 的外部账户中。",
"withdraw_history_status": {
"audited": "完成审核",
"auditing": "提现审核中",
"confirming": "提现确认中",
"fail": "提现失败",
"refused": "审核拒绝",
"success": "提现成功",
"transfering": "提现转账中"
},
"withdraw_inst": "提现步骤",
"withdraw_now": "提现",
"withdraw_placeholder": "请输入 %(asset)s 地址",
"withdraw_summary": "提现摘要",
"withdraw_to": "点击下方按钮进行 %(asset)s 提现",
"your_account": "你的账户"
},
"global": {
"cancel": "Cancel",
"confirm": "Confirm",
"help": "Help",
"return_to_top": "Return to top",
"scan_qr_code": "Scan QR code"
},
"header": {
"account": "账户",
"account_notify": "当前活跃账户为 %(account)s",
"account_value": "账户价值",
"accounts_manage": "管理帐户",
"collateral_ratio": "Collateral ratio",
"create_account": "创建账户",
"create_asset": "创建资产",
"current": "当前账户",
"dashboard": "资产总览",
"deposit-withdraw": "Deposit/Withdraw",
"exchange": "交易",
"explorer": "浏览",
"help": "帮助",
"lock": "锁定钱包",
"lock_short": "锁定",
"locked_tip": "钱包已锁定,点击解锁。",
"logout": "注销",
"payments": "转账",
"payments_beta": "转账(测试版)",
"payments_legacy": "Send (legacy)",
"settings": "设置",
"title": "RuDEX 钱包",
"unlock": "解锁钱包",
"unlock_password": "使用密码登录",
"unlock_short": "登录",
"unlocked_tip": "钱包已解锁,点击锁定。",
"update_asset": "更新资产"
},
"icons": {
"adjust": "Adjust margin position",
"assets": "Assets",
"checkmark_circle": {
"approved": "Approved",
"operation_succeed": "Operation succeed",
"yes": "Yes"
},
"chevron_down": {
"gateways": "Show more gateways",
"other": "Show more items",
"transactions": "Show more transactions"
},
"clippy": {
"copy": "Copy to clipboard",
"withdraw_full": "Withdraw the full balance"
},
"clock": "Please check your computer's clock",
"cog": "Settings",
"cogs": "Settings",
"connect": "Connect to this API Node",
"connected": "API Node is connected",
"cross_circle": {
"cancel_order": "Cancel order",
"close_position": "Close position",
"hide_asset": "Hide asset",
"hide_market": "Hide market",
"operation_failed": "Operation failed",
"remove": "Remove"
},
"dashboard": "Dashboard",
"deposit": {
"deposit": "Deposit",
"deposit_withdraw": "Deposit/Withdraw"
},
"disconnected": "API Node is disconnected",
"dollar": {
"borrow": "Borrow",
"buy": "Buy"
},
"download": "Download new version of RuDEX UI",
"excel": "Download .csv file",
"eye": "Hide Node",
"eye-striked": "Show Node",
"fees": "Fees",
"fi_star": {
"account": "Add/remove account from favorites",
"market": "Add/remove market from favorites",
"sort_accounts": "Sort by favorites",
"symbol": "Add/remove symbol from favorites"
},
"filter": "Filter",
"folder": "Accounts",
"hamburger": "Open menu",
"hamburger_x": "Close menu",
"hourglass": "Vesting balances",
"info_circle_o": "Info",
"key": "Key",
"list": "Whitelist",
"locked": {
"action": "Click to unlock your account to perform this action",
"common": "Click to unlock your account",
"enable_auto_scroll": "Enable auto scroll"
},
"manage_accounts": "Manage Accounts",