-
Notifications
You must be signed in to change notification settings - Fork 13
/
locale-zh.json
3138 lines (3138 loc) · 175 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": "资产详情",
"average_price": "平均价格",
"bittrex_scam": "注意:这个账户不是交易所 Bittrex 的存款账户,请发送至 bittrex-deposit。",
"bts_market": "市场",
"cancel_orders": "撤消挂单",
"collaterals": "抵押债仓",
"confirm_asset_modal": {
"are_you_sure": "确定要保存这些标签的所有改动吗?",
"header": "确认更改多处"
},
"connections": {
"black": "被列入黑名单",
"known": "识别为"
},
"contacts": "联系人",
"create_account": "创建账户",
"create_new": "创建新账户",
"credit_offer": "借贷管理",
"deactivate_suspicious_proposals": "对可疑钓鱼提案隐藏 批准按钮 ! 警告:批准钓鱼提案可能会丢失资金及账户权限!!!",
"deposit": "充入BTS",
"deposit_address": "您的账户名就是您的充值地址",
"deposit_withdraw": "充币/提币",
"download_history": "下载历史记录",
"eq_value": "估算值",
"eq_value_header": "估值 ({asset})",
"errors": {
"invalid": "无效账户名",
"memo_missing": "你没有此账户的备注密钥。如想要使用备注,请在权限页面中设置成你可以控制的备注密钥。",
"not_found": "账户 %(name)s 不存在, 请正确输入!",
"not_yours": "不是你的账户",
"unknown": "未知账户"
},
"estimate_value": "账户价值估算",
"existing_accounts": "已有账户",
"existing_user": "老用户",
"export_modal": {
"coinbase_report": "CoinTracking.info报告",
"description": "输入你期望的搜索实例并选择报告类型",
"full_report": "完整报告",
"title": "导出历史记录",
"use_custom": "使用自定义格式"
},
"filter_orders": "筛选",
"follow": "添加联系人",
"group_by_asset": "按照资产分组",
"hidden_accounts_row": "隐藏的账户",
"hide_hidden": "显示",
"hide_ignored": "隐藏已忽略账户",
"history": "交易历史",
"history_error": "下载账户历史失败,请重试",
"home": "首页",
"hour_24": "24H涨跌",
"hour_24_short": "24H涨跌",
"id": "账户ID",
"identicon": "身份标识图形",
"ignore": "隐藏",
"inCollateral": "抵押中",
"inOrders": "挂单中",
"inVestingBalances": "解冻中",
"in_open": "这是你在所有挂单中的 %(asset)s 资产的数量。",
"in_open_value": "这是你在所有挂单中的 %(asset)s 资产的估算价值。",
"intro_text_1": "一个属于你的去中心化平台",
"intro_text_2": "<b>DEX</b>完全去中心化,你可以交易比特股的核心代币(BTS)及一系列去信任,价值稳定,由市场喂价的资产如bitUSD, bitCNY, bitBTC, bitGold等等。这些资产<b>零</b>交易对手风险,而且你对资产拥有完全掌控权。",
"intro_text_3": "<b>DEX</b>允许用户创建发行资产(UIAs),其能与其它UIAs或者去信任资产在本平台上交易。DEX上一位著名的发行商就是<b>OpenLedger</b>,其提供了大量资产如BTC, ETH, STEEM, DASH, LTC, DOGE等等。",
"intro_text_4": "DEX提供给虚拟资产交易者一种传统与去中心化相结合的独特体验,交易界面易于上手。祝交易愉快!",
"intro_text_title": "欢迎来到%(wallet_name)s",
"liquidity_pools": {
"alert_asset_a": "ID of ASSET A should be greater than ID of ASSET B",
"alert_asset_b": "ID of ASSET B should be smaller than ID of ASSET A",
"alert_request_input_asset_a": "Please select ASSET A",
"alert_request_input_asset_b": "Please select ASSET B",
"alert_request_input_pool": "Please select pool",
"alert_request_input_taker_fee": "Please input taker fee",
"alert_request_input_unstack_fee": "Please input unstacke fee",
"alert_taker_fee": "",
"alert_unstack_fee": "",
"asset_a": "Asset A",
"asset_a_balance": "Asset A Balance",
"asset_b": "Asset B",
"asset_b_balance": "Asset B Balance",
"create_pool": "Create Pool",
"delete": "Delete",
"liquidity_pools": "Liquidity Pools",
"pool_balance": "Pool Balance",
"pool_name": "Pool Name",
"stake_status": "Stake/Unstake",
"taker_fee": "Taker Fee",
"title": "Pools",
"unstake_fee": "Unstake Fee"
},
"login_with": "登录方式",
"market_actions": "市场活动",
"market_orders": "市场挂单",
"market_value": "市值",
"member": {
"action": "操作",
"annual": "年度会员",
"available": "可申领数量",
"balance_type": "类型",
"basic": "普通会员",
"cashback": "返现",
"claim": "立即申领",
"coindays": "币天",
"days": "天数",
"earned": "已获得币天",
"expires": "到期时间",
"fee_allocation": "手续费分配",
"fee_division": "手续费分配",
"fee_division_text": {
"paragraph_1": "%(account)s 每支付一笔交易费用,此费用都会分享给多个不同的账户。网络收取%(fee_share_network)s%. 引荐 %(account)s 的终身会员将会获取%(fee_share_ltm)s%.",
"paragraph_2": "登记员是 %(account)s 创建账户时为其支付注册费的账户,登记员可自行决定剩余的 %(fee_share_registrar)s% 手续费如何在自己内部及其下属引荐人之间分配的方案。%(account)s 的登记员选择与下属引荐人分享总手续费的%(fee_share_affiliate)s%.",
"paragraph_3": "手续费分享、市场奖励及其它奖励可以在 解冻余额 页面找到。"
},
"fee_pending": "待定费用",
"fee_pending_text": "%(account)s 支付的手续费于每个维护周期 (%(maintenanceInterval)s 秒)在网络、推荐人和登记员之间结算一次。下一个维护时间在 %(nextMaintenanceTime)s。",
"fee_vesting": "解冻费用",
"fee_vesting_text": "大部分获取的手续费可立即使用,但金额超过%(vestingThresholdAmount)s%(vestingThresholdAsset)s的费用(比如升级终身会员的手续费、创建高级账户名的手续费等)则会在%(vestingPeriod)s天内线性解冻释放。",
"fees_cashback": "手续费统计",
"fees_paid": "手续费总支出",
"join": "加入于",
"lifetime": "终身会员",
"lifetime_referrer": "终身会员推荐人",
"lifetime_title": "获得返现",
"membership": "会员",
"membership_expiration": "会员有效期",
"network_percentage": "网络收取",
"ref_distribution": "引荐费用分配",
"referal_fees": "引荐费用分配",
"referral_info": "终身会员 (LTM)可获得自己支付的每笔交易手续费的%(feesCashback)s%的返现,也可以从有引荐奖励的市场中获得返现,引荐奖励来自于终身会员自己及其所引荐成员的市场交易。",
"referral_link": "你的引荐链接",
"referral_text": "分享此链接给你的朋友参与 %(wallet_name)s 引荐计划",
"referrals": "被推荐人",
"referrer": "推荐人",
"registrar": "登记员",
"remaining": "剩余解冻天数",
"required": "需要的币天",
"rewards": "返现奖励",
"stats": "会员信息",
"subscribe": "购买年度会员",
"suspected_scammer": "疑似诈骗者",
"total_ref": "引荐合计:%(total)s",
"unknown": "未知会员",
"upgrade_lifetime": "购买终身会员",
"vested": "待解冻"
},
"mine": "我的账户",
"more": "查看更多",
"name": "账户名",
"name_input": {
"name_is_taken": "账户名已被占用。",
"not_found": "账户未找到。",
"premium_name_faucet": "你使用的是高级账户名。高级账户名的注册手续费更高,因此无法通过该免费水龙头服务进行注册。请选择其他名字,其中包含至少一个横杠、数字或者不含元音字母。",
"premium_name_warning": "这是高级账户名。高级账户名的注册手续费更高。普通账户名要求包含至少一个横杠(-) 、数字或者不含元音字母。"
},
"new_user": "新用户?",
"no_order_history": "无挂单历史",
"no_orders": "暂无挂单",
"no_price": "--",
"no_trades": "No last trades",
"open_orders": "我的挂单",
"optional": {
"formatter": "可选: {restore_link} 或使用 {restore_form} 注册一个账户.",
"restore_form": "钱包模式",
"restore_link": "恢复你的账户"
},
"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": "添加",
"create_paperwallet": "创建纸钱包",
"create_paperwallet_private_hint": "想要纸钱包含有私钥信息,请解锁或登录来创建纸钱包!",
"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": "保存修改",
"publish_prediction": "发布",
"remove_proxy": "移除代理",
"remove_text": "移除",
"reset": "重新设置",
"resolve_prediction_disabled_button": "按钮将在判定时间过期后启用",
"save": "保存修改",
"save_all": "保存所有修改",
"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": "提议来自",
"proposed_transactions": {
"advanced_feature": "此为高级功能,请回答下列问题",
"answered_no": "如果你回答的以上问题中任有一个为 NO,请不要继续!你可以在设置中将此功能打开与关闭。",
"question1": "你清楚提案是什么吗?",
"question2": "你是否正在等待一个提案?",
"question3": "你是否清楚一个可疑提案可能会偷走你的资产或使你失去对账户的控制权?",
"show_me_proposals": "显示提案"
},
"qty": "数量",
"quote": "标价",
"recent": "近期活动",
"reset_orders": "重新设置",
"restore": "还原",
"search": "查找账户",
"see_open": "查看挂单",
"select_placeholder": "选择账户…",
"settle": "清算",
"settle_orders": "强清挂单",
"show_hidden": "隐藏",
"show_ignored": "显示已忽略账户",
"show_visual": "可视化",
"signedmessages": {
"automaticcreation": "签名消息会自动生成",
"copysuccessful": "签名消息已复制到剪贴板",
"copyunsuccessful": "复制消息失败",
"entermessage": "在此输入消息内容",
"errorverifying": "验证签名时发生错误",
"invalidformat": "无法识别签名消息格式",
"invalidkey": "无法获取私钥,请确认公钥是否正确",
"invalidsignature": "签名验证失败,无法验证消息正确性",
"invaliduser": "消息发送者账户名无效",
"keymismatch": "发送者的账户中没有签名使用的公钥",
"menuitem": "消息签名",
"sign": "签名",
"signing": "正在签名,请稍候…",
"signmessage": "签名消息",
"title": "消息签名",
"verify": "验证",
"verifying": "正在验证签名,请稍候…",
"verifymessage": "验证消息签名",
"verifyonchange": "输入时自动验证签名"
},
"start_typing_to_search": "开始输入账户查找",
"submit_orders": "提交",
"total": "总价值 ({asset})",
"total_estimate": "这是你所有资产的估值,其中包含界面中隐藏的资产、挂单资产、债务及抵押物。估值采用实时获得的区块链上的价格,可能并不完全准确。",
"total_value": "总值",
"trade": "交易",
"transactions": {
"fee": "手续费",
"id": "ID",
"info": "信息",
"time": "时间",
"type": "类型"
},
"transfer_actions": "转账操作",
"unfollow": "移除联系人",
"unignore": "取消隐藏",
"upgrade": "升级账户",
"user_issued_assets": {
"add_feed": "添加新的喂价提供者",
"advanced": "高级功能",
"approx_fee": "资产创建费用预估",
"backing": "借贷抵押物",
"base": "基准资产数量",
"base_name": "基准资产",
"bitasset_opts": "智能货币选项",
"cer_warning_1": "警告!",
"cer_warning_2": "请确保手续费汇率高于市场价,否则其他人将可以从市场买入你的资产后通过手续费兑换操作进行套利。手续费汇率应当根据资产的市场交易价格时常进行更新。",
"charge_market_fee": "收取市场手续费",
"committee_fed_asset": "允许理事会成员提供喂价",
"condition": "预测规则 (最多60个字符)",
"conflict_feed": "不允许见证人与理事会成员同时提供喂价",
"core_exchange_rate": "手续费汇率",
"current_issuer": "当前发行人",
"decimals": "小数位数",
"description": "描述",
"details": "详细",
"disable_bsrm_update": "禁止所有者更新BSRM",
"disable_collateral_bidding": "禁止全局清算后投标抵押品",
"disable_confidential": "禁止隐私交易",
"disable_force_settle": "禁止强制清算",
"disable_icr_update": "禁止所有者更新ICR",
"disable_mcr_update": "禁止所有者更新MCR",
"disable_mssr_update": "禁止所有者更新MSSR",
"disable_new_supply": "禁止新增供应量",
"error_invalid": "该资产不能使用",
"error_precision": "该资产的精度与 %(asset)s 不同",
"error_too_deep": "不允许创建一种由bit资产做抵押的三连环抵押的bit资产。",
"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_backing_asset_change": "你不能改变当前为非零供给的资产的抵押物。",
"invalid_market_pair": "优先交易对不能是同一市场。",
"invalid_permissions_change": "你不能给当前为非零供给的资产签署许可。",
"issued_assets": "我发行的资产",
"lock_max_supply": "锁定最大供应量",
"market": "优先交易对",
"market_fee": "市场手续费",
"max_market_fee": "市场手续费上限",
"max_positive": "最大资产总量必须大于0",
"max_supply": "最大资产总量",
"maximum_force_settlement_volume": "最大强制清算量(总供应量百分比每小时)",
"minimum_feeds": "最少喂价数量",
"mpa": "智能货币",
"name": "资产名称",
"need_asset": "两个资产中至少有一个必须为 %(name)s",
"new_issuer": "新资产所有者账户",
"optional": "可选设定",
"override_authority": "资产所有者可将资产收回",
"perm_warning": "警告:权限的禁用操作不可逆,一旦禁用后将无法重新启用!",
"pm": "二元预测市场",
"precision": "小数位数",
"precision_warning": "警告:创建后该数值将无法更改。",
"primary": "主要设定",
"quote": "标价资产数量",
"quote_name": "标价资产",
"resolve_prediction": "预测判定",
"resolve_prediction_text": "资产预测在此判定。",
"reward_percent": "奖励百分比",
"reward_percent_tooltip": "如果设置了市场手续费,奖励百分比则表示有多少市场手续费通过引荐奖励计划进行分享,而不是仅仅奖励资产发行人。",
"short": "简称 (最多32个字符)",
"symbol": "资产符号",
"taker_fee_percent": "吃单手续费率",
"taker_fee_percent_tooltip": "如果设置了吃单手续费率,则吃单手续费百分比表示与资产所有者共享的百分比。",
"to": "发行到账户",
"too_large": "最大资产总量太大,请选一个小点的数字",
"too_many_feed": "喂价提供者数量超出了允许的最大值(%(max)s).",
"transfer_restricted": "资产所有者必须批准所有转账",
"update_owner": "更新发行人",
"update_owner_text": "资产发行人可以使用此表单转让资产发行权给其它账户:",
"visible": "在搜索与市场中隐藏资产",
"white_list": "要求资产持有人被列入白名单",
"witness_fed_asset": "允许见证人提供喂价"
},
"vesting": {
"balance_number": "余额 #%(id)s",
"explain": "待解冻金额包含来自推荐计划的返现收入、工人提案拨付的报酬等。待解冻金额在解冻期间逐渐释放,直到全部释放为止。",
"no_balances": "该账户无待解冻余额",
"title": "解冻余额",
"type": {
"cashback": "返现",
"market_fee_sharing": "市场费用分享",
"unspecified": "未明确的",
"witness": "见证人",
"worker": "预算项目"
}
},
"votes": {
"about": "关于",
"active": "活跃预算项目 (%(count)s)",
"active_short": "活跃",
"add_committee": "添加",
"add_committee_label": "理事会成员",
"add_witness": "添加",
"add_witness_label": "见证人",
"already": "账户已经在列表中",
"approve_worker": "赞成",
"cast_votes_through_one_operation": "对见证人,理事会及工人提案进行投票,并统一进行广播。",
"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": "前往",
"hide_legacy_proposals": "隐藏过期提案",
"inactive": "备份",
"info": "信息",
"join_committee": "加入理事会",
"join_witnesses": "加入见证人",
"line": "行",
"max_pay": "最大预算",
"missing": "仍需票数",
"name": "账户名",
"new": "提案预算项目 (%(count)s)",
"no_proxy": "无代理",
"polls": "BSIPs/Polls(%(count)s)",
"proxy": "手动输入某账户作为你的代理",
"proxy_current": "你当前的投票代理人是",
"proxy_known": "或者选择其他账户作为投票代理",
"proxy_short": "代理投票",
"publish": "保存修改",
"recycled": "已回收",
"reject_worker": "反对",
"remove_committee": "移除",
"remove_witness": "移除",
"save_finish": "点击“保存修改”完成投票",
"set_proxy": "此处设置代理",
"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": "欢迎来到%(wallet_name)s",
"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": "白名单权限",
"whitelist_market_fee_sharing": "白名单分享市场手续费"
}
},
"account_browsing_mode": {
"go_back": "返回我的账户",
"modal_description": "即将切换的账户你没有任何操作权限,但你可以在浏览模式下进行查看.",
"modal_title": "仅浏览模式",
"never_show_again": "不再显示",
"view_mode": "浏览模式",
"you_are_in_browsing_mode": "此账户处于浏览模式. 点击此处返回你的账户."
},
"alert": {
"warning": "警告!"
},
"app_init": {
"browser": "不支持的浏览器",
"browser_text": "你使用的浏览器未经过 BitShares 钱包软件的充分测试。强烈建议你备份钱包,并将其导入谷歌 Chrome 浏览器。今后经过我们充分测试后,你或许可以继续使用现在的浏览器。请了解相关风险。",
"check_latency": "延迟检测中...",
"check_latency_feedback": "延迟检测中 (%(pinged)s/%(totalToPing)s 节点) ...",
"check_latency_feedback_country": "最优地区延迟检测 (%(pinged)s/%(totalToPing)s 节点)",
"check_latency_feedback_last": "最新可连接节点延迟检测(%(pinged)s/%(totalToPing)s节点)",
"check_latency_feedback_region": "最优区域延迟检测 (%(pinged)s/%(totalToPing)s 节点)",
"check_latency_feedback_rest": "其它节点延迟检测(%(pinged)s/%(totalToPing)s节点)",
"check_latency_feedback_world": "区域延迟检测(%(pinged)s/%(totalToPing)s节点)",
"connected": "已连接",
"connecting": "正在连接 API 服务: %(server)s",
"database": "连接已建立, 正在初始化本地数据",
"not_connected": "未连接",
"retry": "重试",
"title": "应用初始化错误",
"understand": "我已明白",
"ws_status": "全节点连接状态"
},
"assets": {
"BTS": "BTS是比特股区块链的核心代币."
},
"boolean": {
"false": "错",
"true": "真"
},
"borrow": {
"adjust": "调整债仓",
"adjust_short": "调整",
"call_limit": "强制平仓价",
"close": "平仓",
"coll_ratio": "抵押率",
"coll_ratio_target": "目标抵押率",
"considered_on_revival": "已包含",
"enable_target_collateral_ratio": "使用目标抵押率",
"errors": {
"below": "抵押率低于要求的 %(mr)s,不允许操作",
"below_info": "你的抵押已经低于要求的最低抵押率!只允许提高抵押率,降低债务。",
"below_mcr_tcr": "抵押率低于%(mr)s的将被系统判定为%(mr)s。",
"below_ratio_mcr_update": "你的抵押率已经低于你的初始 %(ocr)s. 强制平仓单仅允许增加抵押率。",
"close": "抵押率接近要求的 %(mr)s,这意味着如果价格下跌,你的债仓有可能被强制平仓。",
"collateral": "可用抵押物不足",
"increased_debt_on_margin_call": "强平状态中不允许增加债仓。"
},
"lockedCR": "正在锁定的抵押率将会覆盖其它锁定区域",
"maximize_debt_set_ratio_slider": "想要最大化债仓必须设置一个抵押率。",
"no_valid": " %(asset_symbol)s 无有效喂价",
"pay_max_debt": "最大偿还债仓",
"target_collateral_ratio": "目标抵押率",
"target_collateral_ratio_explanation": "相应的强平挂单仅会将债仓的抵押率调整至目标抵押率",
"target_collateral_ratio_short": "目标抵押率",
"title": "%(asset_symbol)s 抵押债仓",
"update": "更新",
"use_max": "最大使用"
},
"browser_notification_messages": {
"money_received_body": "发送 %(amount)s %(symbol)s给你",
"money_received_title": "从 %(from)s转账"
},
"cancel": "取消",
"connection": {
"automatic_reconnect": "%(reconnect_in_seconds)s 秒后,将会自动尝试重新连接。 ",
"manual_ping": "开始 ping 节点",
"manual_ping_and_narrow_down": "缩小节点范围并ping",
"manual_reconnect": "正在尝试重新连接",
"narrow_down_nodes": "缩小节点范围",
"narrow_down_nodes_tooltip": "仅在选择的节点/区域进行ping及自动切换。选择距离你较近的节点/区域,这样可能会显著增加你的连接体验。留白为全部选择。",
"out_of_sync": "你的连接已经失去同步 %(out_of_sync_seconds)s 秒.",
"title_out_of_sync": "连接失去同步",
"want_to_reconnect": "如果连接恢复,此消息会自动消失。"
},
"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"
}
}
},
"credit_offer": {
"accepted_pawn": "可接受抵押物",
"account": "账号",
"active": "激活",
"add_pawn": "添加抵押物",
"add_whitelist": "添加白名单",
"asset": "资产",
"available_amount": "可借数量",
"borrow": "借款",
"borrow_amount": "借款数量",
"closed": "关闭",
"create": "创建P2P抵押贷",
"credit_debt_account": "债务账号",
"credit_debts": "P2P债务列表",
"credit_offers": "P2P抵押贷列表",
"credit_right_account": "债权账号",
"credit_rights": "P2P债权列表",
"current_available_balance": "Current Available Balance",
"current_balance": "剩余可借",
"debt": "负债",
"edit": "修改P2P抵押贷",
"estimated_fee": "预估手续费",
"fee_rate": "手续费率",
"info_borrow_err": "不能向自己借款!",
"invalid_min_bigger_amount": "Min cannot be bigger than amount",
"list_repay_period": {
"period_-1": "No limit",
"period_0": "12小时",
"period_1": "1天",
"period_2": "3天",
"period_3": "7天",
"period_4": "30天",
"period_5": "90天",
"period_6": "365天",
"period_7": "730天",
"period_8": "1825天"
},
"loan_amount": "借款额度",
"min_borrow": "最低借款",
"min_loan_bigger_than_balance": "Min to loan > Total credit offer balance (%(min)s > %(balance)s)",
"mortgage_assets": "抵押资产",
"my_debt": "我的负债",
"number_is_to_big": "You have used a big number which caused overflow",
"operate": "操作",
"operate_delete": "删除",
"operate_edit": "修改",
"override_authority_warning": "Be careful, this asset has an `override_authority` setting, so the owner of the asset could transfer it back to himself with no agreement",
"override_authority_warning_p1": "%(symbol)s is controlled by its issuer",
"override_authority_warning_p2": "Do your own due diligence when using ",
"pawn_amount": "抵押数量",
"plh_input_asset_name": "请输入资产名...",
"plh_select_validity_period": "选择有效期",
"price": "价格",
"redemption_collateral": "赎回抵押物",
"repay": "还款",
"repay_period": "还款期限",
"status": "状态",
"tip_fee_rate": "以百分比表示",
"tip_pawn_amount": "每借出一个单位的资产所需要抵押的数量",
"title_add_pawn": "添加可抵押资产",
"title_add_whitelist": "添加白名单",
"total_amount": "总数量",
"total_to_repay": "Repay Total",
"validity_period": "有效期",
"whitelist_account": "白名单账号"
},
"customizable_table": {
"customize_the_columns": "自定义列"
},
"dashboard": {
"featured_markets": "精选市场",
"starred_markets": "自选市场",
"table_empty": "没有市场符合",
"top_markets": "热门市场"
},
"errors": {
"loading_from_blockchain": "正在从区块链中抓取错误,请重试。",
"loading_from_es": "正在从缓存索引数据中抓取错误。"
},
"exchange": {
"actions": "操作",
"add_quote": "添加",
"asks": "卖单",
"atr": "平均真实波幅(ATR)",
"balance": "可用",
"base_supply": "基准资产供应量",
"bids": "买单",
"borrow": "借贷",
"borrow_short": "借贷",
"buy": "买入",
"buy_description": "以%(quoteAsset)s%(quoteName)s买入 %(baseAsset)s %(baseName)s",
"buy_min": "至少买",
"buy_sell": "挂单形式",
"buysell_formatter": "{direction} {asset}",
"call": "强平触发价",
"cancel_order_select_all": "选择所有挂单",
"cancel_selected_orders": "撤销挂单(s)",
"change": "24H涨跌",
"chart_error": "图表已存在",
"chart_height": "图表高度 (pixels)",
"chart_hide": "隐藏图表",
"chart_load": "载入",
"chart_modal": "图表选项",
"chart_save": "保存",
"chart_type": "图表类型",
"checking_for_worth_less_settlement": "正在查询是否能以更好的价格卖给市场,请稍等...",
"confirm_buy": "你的挂单价格超出最低卖出价 %(diff)s 倍,确定下单吗?",
"confirm_no_orders_buy": "你在一个没有卖单的市场下了一个买单,确定下单吗?",
"confirm_no_orders_sell": "你在一个没有买单的市场下了一个卖单,确定下单吗?",
"confirm_sell": "你的挂单价低于最高买入价 %(diff)s 倍,确定下单吗?",
"core_rate": "手续费率",
"custom_quote": "添加自定义标价",
"deposit": "充币",
"description": "说明",
"ema": "指数移动平均线(EMA)",
"enter_chart_layout_name": "输入图表布局名称",
"featured": "热门市场",
"fee": "手续费",
"feed_price": "喂价",
"filter": "筛选...",
"flip": "浏览",
"global_settle": "全局清算价格",
"group_order_limit": "分组",
"hide": "隐藏",
"highest_bid": "最高买价",
"history": "市场成交",
"horizontal": "水平布局",
"index": "指数",
"invalid_amount": "数量错误",
"invalid_price": "价格错误",
"invert": "反转交易对",
"latest": "最新价",
"layout_name": "布局名称",
"limit": "限价",
"load_chart_layout": "载入图表布局",
"load_custom_charts": "载入自定义图表",
"lowest_ask": "最低卖价",
"maintenance": "最低强平触发价",
"market": "市场",
"market_depth": "市场深度",
"market_frozen": "%(asset)s 资产发行人已禁用该资产在此市场交易",
"market_name": "自选市场",
"market_picker": {
"filter_by_issuer": "按资产所有者过滤",
"find_by_asset": "按资产查找",
"results": "结果 (%(total_assets)s)",
"search": "资产名称",
"search_for_asset": "资产查找",
"search_mode": "模式",
"show_all": "全部显示",
"sub_title": "查找其它资产来替代",
"title": "市场选择器",
"use": "使用"
},
"modified": "已修改",
"more": "查找市场",
"move_down": "下移",
"move_up": "上移",
"my_asks": "我的卖单",
"my_bids": "我的买单",
"my_history": "我的成交",
"my_orders": "我的挂单",
"native": "本地",
"new": "新增",
"no_asks": "没有卖单",
"no_balance": "余额不足",
"no_bids": "没有买单",
"no_data": "暂无数据",
"no_orders": "没有委单",
"order_book": "订单簿",
"order_depth": "市场深度",
"order_grouping": "挂单分组 %(orderlimit)s%",
"orders": "挂单",
"others": "其他",
"overbought": "超买",
"oversold": "超卖",
"panels_mirror": "镜像面板",
"period": "周期 (天)",
"price": "价格",
"price_alert": {
"add_rule": "添加规则",
"alert_when": "警告条件",
"higher_than": "高于",
"lower_than": "低于",
"notification": {
"higher_than": "%(pair)s的价格高于%(expectedPrice)s,当前为%(actualPrice)s",
"lower_than": "%(pair)s低于%(expectedPrice)s,当前为%(actualPrice)s"
},
"price": "价格",
"title": "价格警告",
"use_button": "使用\"添加规则\"按钮来创建价格警告"
},
"price_history": "价格走势",
"price_market": "市场价格",
"quantity": "成交数量",
"quick_deposit": "充值 %(asset)s",
"quick_deposit_bridge": "桥接功能:外部资产充值到可选网关将转换为%(target)s",
"quick_deposit_bridge_button": "使用桥接服务",
"quick_deposit_gateway": "使用网关来充值真实的%(asset)s以获取IOUs,IOUs由不同的网关背书。",
"quick_deposit_gateway_button": "使用网关",
"quick_deposit_tooltip": "充值 %(asset)s,点击开启选项",
"quick_trade": "快速交易",
"quick_trade_details": {
"amount": "数量",
"effective": "有效",
"feed_price": "喂价",
"id": "Id",
"last_price": "最新市场价格",
"liquidity_penalty": "流动性罚金",
"market_fee": "市场手续费",
"order": "挂单",
"orders": "挂单",
"placeholder_receive": "选择接收资产",
"placeholder_sell": "选择卖出资产",
"price": "价格",
"seller": "卖家",
"subscribe_to_market": "订阅市场",
"tooltip": "至少输入三位资产代码进行查找",
"total": "合计",
"transaction_fee": "处理手续费",
"your_price": "你的价格"
},
"quote": "标价币种:",
"quote_selection": "调整标价选项",
"quote_supply": "标价资产供应量",
"receive": "获得",
"remove": "移除",
"rsi": "相对强弱指数(RSI)",
"save_custom_charts": "保存自定义图表",
"save_new_chart_layout": "保存新图表布局",
"scaled": "分段",
"search": "查找市场",
"sell": "卖出",
"sell_description": "以%(quoteAsset)s%(quoteName)s卖出 %(baseAsset)s %(baseName)s",
"settings": {
"header": {
"chart_options": "图表选项",
"general": "通用设置",
"order_options": "挂单选项",
"panel_grouping": "面板分组",
"title": "定制"
},
"options": {
"grouping_1": "第1组",
"grouping_2": "第2组",
"grouping_standalone": "独立的",
"hidden_chart": "隐藏图表",
"horizontal": "水平布局",
"position_order_asset_opt1": "订单薄高于订购单",
"position_order_asset_opt2": "订购单高于订单簿",
"position_order_form_opt1": "买入-卖出",
"position_order_form_opt2": "卖出-买入",
"position_order_orders_opt1": "买入-卖出",
"position_order_orders_opt2": "卖出-买入",
"vertical": "垂直布局"
},
"title": {
"chart_height": "高度",
"chart_tools": "浏览工具",
"chart_type": "类型",
"chart_zoom": "允许缩放",
"hide_function_buttons": "隐藏功能按钮",
"market_location": "市场位置",
"market_trades": "市场成交",
"my_trades": "我的成交",
"open_orders": "挂单",
"order_book_grouping": "订单薄分组",
"order_style": "样式",
"orderbook_auto_scroll": "自动滚动",
"position_order_asset": "垂直委单/资产",
"position_order_form": "买入/卖出 资产",
"position_order_orders": "买入/卖出 委单",
"reduce_scrollbars": "缩减滚动栏",
"reverse_order_book": "反转订单薄",
"settlements": "强清",
"single_colum_order_form": "单列挂单样式"
},
"tooltip": {
"chart_height": "定义图表高度",
"chart_reload": "修改此设置将重载图表",
"chart_tools": "显示/隐藏左侧和顶部工具栏, 以及背景菜单。工具栏将隐藏在迷你屏幕中。",
"chart_type": "在市场深度与价格图标间切换,或者关闭图表",
"chart_zoom": "允许图表缩放。在迷你屏幕中缩放一般是关闭的。",
"decrease_chart_height": "减少图表高度",
"hide_function_buttons": "隐藏所有按钮,可以在定制中进行管理。",
"increase_chart_height": "增加图标高度",
"market_location": "要将垂直订单薄固定在哪一边,并将随市场面板切换位置。",
"market_trades": "",
"my_trades": "",
"open_orders": "",
"order_book_grouping": "分组订单将会按照定义的百分比靠齐。",
"order_style": "使用垂直订单薄来固定其到边缘面板",
"orderbook_auto_scroll": "自动滚动订单薄更新新订单。",
"panel_grouping": "定义面板分组",
"position_order_asset": "定义垂直挂单以确定挂单样式 vs 订单薄",
"position_order_form": "定义水平挂单以确定挂单样式",
"position_order_orders": "定义水平挂单以确定订单薄",
"reduce_scrollbars": "默认禁止滚动条",
"reload": "此设置的更改将在人工重载后才会生效",
"reverse_order_book": "反转订单薄使买单在顶部",
"settlements": "",
"show_market_depth": "显示市场深度",
"show_price_chart": "显示价格图表",
"single_colum_order_form": "强制 单价,数量,成交总额等在一列(不浮动)"
}
},
"settle": "强清价格",
"settle_better_marketprice": "市场价格更低",
"settle_better_settleprice": "强清价格更低",
"settle_delay": "此资产将在%(hours)s小时后被强制清算",
"settle_delay_globally_settled": "此资产可以被即时强制清算",
"settle_globally_settled": "即时强清",
"settle_globally_settled_tooltip": "此资产处于全局清算中。你可以以全局清算价格清算此资产(请查看交易标题或资产详情)",
"settle_offset": "清算补偿:%(offset)s%",
"settle_orders": "强清挂单",
"settlement_date": "强清时间",
"settlement_description": "强清%(quoteAsset)s%(quoteName)s",
"settlement_hint": "你正在准备强制清算{long}。{market_link}当前价格",
"settlement_of": "强清",
"short": "借贷",
"show_all_orders": "显示全部%(rowcount)s行挂单",
"show_all_trades": "显示全部%(rowcount)s行交易",
"show_asks": "显示所有卖单",
"show_bids": "显示所有买单",
"show_only_liquid": "仅显示流动性好市场",
"show_only_star_formatter": "仅显示 {star_icon} 标记市场",
"sma": "算数移动平均线(SMA)",
"spread": "价差",
"squeeze": "强制平仓价",
"time": "K线",
"to_market": "前往市场",
"total": "交易额",
"trading_pair": "交易对",
"value": "数量",
"vertical": "垂直布局",
"vol_short": "24H额",
"volume": "成交量",
"volume_24": "24H成交量",
"worth_less_settlement_warning": "当前{market_link} 市场价格低于强制清算价格",
"your_price": "你的强平触发价",
"zoom": "缩放",
"zoom_all": "显示全部"
},
"explorer": {
"account": {
"title": "账户"
},
"accounts": {
"filter": "筛选账户",
"filter_contacts": "筛选联系人",
"title": "账户"
},
"asset": {
"actions": "资产操作",
"asset_owner_responsible": "The asset symbol, description as well as its parameters are user defined (by the asset owner)",
"collateral": {
"bid": "竞价抵押物",
"bid_price": "竞标价格",
"bid_text": "%(asset)s正处于全局清算。\n在全局清算期间,可以对全局清算池以全局清算喂价进行即时强制清算,也可以以抵押物进行竞价承担负债。当申请人的竞价单的累加数量达到清算池总负债,并且当前竞价单的有效抵押率大于MCR ,则资产复活。资产以这种方式复活时,上述排名靠前的、检查过的竞价单,会加上清算池中获取的抵押物/债务一起,成为申请人的债仓。",
"remove_bid": "竞价可以以零负债投标的方式移除。"
},
"collateral_bid": {
"bid": "竞标价格",
"collateral": "追加抵押物",
"debt": "承担的债仓",
"empty": "无抵押债仓",
"included": {
"no": "否",
"partial": "部分",
"yes": "是"
},
"title": "抵押物竞价"
},
"cumulative": "Σ",
"fee_pool": {
"accumulated_collateral_fees": "费用累积抵押品",
"claim_balance": "申领手续费池余额",
"claim_collateral_fees": "Claim fees",
"claim_fees": "领取手续费",
"claim_pool_text": "资产发行人可以使用此表单从手续费池中提出资金。",
"claim_text": "资产所有者可以领取这里累积的任何手续费。",
"core_exchange_rate": "手续费汇率 (CER)",
"fund": "注资资产手续费池",
"fund_text": "任何人都可以用此表单注资%(core)s到手续费池:",
"pool_balance": "手续费池余额",
"pool_text": "所有网络手续费最终将使用BTS进行支付。手续费池用来承担从%(asset)s转换为%(core)s的费用,以便用户可以使用%(core)s来支付手续费。如果手续费池资金耗尽,手续费将会不再用%(asset)s支付,会默认采用%(core)s来支付。<br/><br/>手续费汇率为%(asset)s转换为%(core)s的价格。",
"select_fee_asset": "选择手续费支付资产",
"title": "手续费池",
"unclaimed_issuer_income": "资产所有者未申领收入",
"use_asset_as_default_fee": "启用选择的资产为默认手续费支付资产",
"use_selected_asset": "使用选择的资产"
},
"feed_producer": "喂价提供者",
"feed_producer_text": "已批准的喂价提供者可以采用以下格式发布新喂价:",
"info": "资产信息",
"invalid": "资产名 %(name)s 无效",
"margin_positions": {
"click_to_switch_to_cumulative": "点击切换累积值与位置值",
"empty": "无强平债仓",
"ratio_danger": "债仓低于MCR,将被强平",
"ratio_warning": "债仓接近于MCR,有强平危险",
"title": "抵押债仓"
},
"not_found": "资产 %(name)s 不存在",
"permissions": {
"accounts_in_whitelist_market_fee_sharing": "账户包含在市场手续费白名单中",
"blacklist_authorities": "黑名单权限",
"blacklist_markets": "黑名单市场",
"max_market_fee": "市场手续费上限",
"max_supply": "最大供应",
"title": "权限",
"whitelist_authorities": "白名单权限",
"whitelist_markets": "白名单市场"
},
"prediction_market_asset": {
"prediction": "预测",
"resolution_date": "判定日期",
"tooltip_prediction": "预测的判定说明由资产发行人决定,如果判定说明为真,资产发行人则应将预测市场手续费判定为一个清算价格 1 。",
"tooltip_resolution_date": "判定日期是资产发行计划判定这个博弈市场的非正式说明。"
},
"price_feed": {
"external_feed_price": "喂价(源自喂价和其他参数)",
"feed_lifetime": "喂价时间(小时)",
"feed_price": "喂价",
"global_settlement_price": "全局清算价格",
"global_settlement_trigger": "全局清算触发价格",