-
Notifications
You must be signed in to change notification settings - Fork 15
/
l10n_chinese.arb
1226 lines (1226 loc) · 52.9 KB
/
l10n_chinese.arb
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
{
"createPin": "创建PIN码",
"@createPin": {
"type": "text",
"placeholders": {}
},
"enterPinCode": "输入您的PIN码",
"@enterPinCode": {
"type": "text",
"placeholders": {}
},
"login": "登入",
"@login": {
"type": "text",
"placeholders": {}
},
"newAccount": "新帐户",
"@newAccount": {
"type": "text",
"placeholders": {}
},
"newAccountUpper": "新帐户",
"@newAccountUpper": {
"type": "text",
"placeholders": {}
},
"addingCoinSuccess": "成功新增 {name}!",
"@addingCoinSuccess": {
"type": "text",
"placeholders": {
"name": {}
}
},
"connecting": "串接中。。。",
"@connecting": {
"type": "text",
"placeholders": {}
},
"addCoin": "新增代币",
"@addCoin": {
"type": "text",
"placeholders": {}
},
"numberAssets": "{assets}资产",
"@numberAssets": {
"type": "text",
"placeholders": {
"assets": {}
}
},
"enterSeedPhrase": "输入助记词",
"@enterSeedPhrase": {
"type": "text",
"placeholders": {}
},
"exampleHintSeed": "例如: build case level 。。。",
"@exampleHintSeed": {
"type": "text",
"placeholders": {}
},
"confirm": "确认",
"@confirm": {
"type": "text",
"placeholders": {}
},
"buy": "买",
"@buy": {
"type": "text",
"placeholders": {}
},
"sell": "卖",
"@sell": {
"type": "text",
"placeholders": {}
},
"shareAddress": "我的 {coinName}地址: \\n{address}",
"@shareAddress": {
"type": "text",
"placeholders": {
"coinName": {},
"address": {}
}
},
"withdraw": "提领",
"@withdraw": {
"type": "text",
"placeholders": {}
},
"errorValueEmpty": "金额太高或低",
"@errorValueEmpty": {
"type": "text",
"placeholders": {}
},
"amount": "数量",
"@amount": {
"type": "text",
"placeholders": {}
},
"addressSend": "收款人钱包地址",
"@addressSend": {
"type": "text",
"placeholders": {}
},
"withdrawValue": "提领 {amount} {coinName}",
"@withdrawValue": {
"type": "text",
"placeholders": {
"amount": {},
"coinName": {}
}
},
"withdrawConfirm": "确认提领",
"@withdrawConfirm": {
"type": "text",
"placeholders": {}
},
"close": "关闭",
"@close": {
"type": "text",
"placeholders": {}
},
"confirmSeed": "确认助记词",
"@confirmSeed": {
"type": "text",
"placeholders": {}
},
"seedPhraseTitle": "您的新助记词",
"@seedPhraseTitle": {
"type": "text",
"placeholders": {}
},
"getBackupPhrase": "重要提醒: 在继续之前请记得备份助记词!",
"@getBackupPhrase": {
"type": "text",
"placeholders": {}
},
"recommendSeedMessage": "我们强烈建议离线保管。",
"@recommendSeedMessage": {
"type": "text",
"placeholders": {}
},
"next": "下一步",
"@next": {
"type": "text",
"placeholders": {}
},
"confirmPin": "确认PIN码",
"@confirmPin": {
"type": "text",
"placeholders": {}
},
"errorTryAgain": "失败, 请再重新操作一次",
"@errorTryAgain": {
"type": "text",
"placeholders": {}
},
"settings": "设定",
"@settings": {
"type": "text",
"placeholders": {}
},
"security": "安全",
"@security": {
"type": "text",
"placeholders": {}
},
"activateAccessPin": "启动PIN码保护",
"@activateAccessPin": {
"type": "text",
"placeholders": {}
},
"lockScreen": "萤幕已锁定",
"@lockScreen": {
"type": "text",
"placeholders": {}
},
"changePin": "变更PIN码",
"@changePin": {
"type": "text",
"placeholders": {}
},
"logout": "登出",
"@logout": {
"type": "text",
"placeholders": {}
},
"max": "上限",
"@max": {
"type": "text",
"placeholders": {}
},
"amountToSell": "欲出售数量",
"@amountToSell": {
"type": "text",
"placeholders": {}
},
"youWillReceived": "可获得: ",
"@youWillReceived": {
"type": "text",
"placeholders": {}
},
"selectCoinToSell": "请选择您要卖的代币",
"@selectCoinToSell": {
"type": "text",
"placeholders": {}
},
"selectCoinToBuy": "请选择您要买的代币",
"@selectCoinToBuy": {
"type": "text",
"placeholders": {}
},
"swap": "兑换",
"@swap": {
"type": "text",
"placeholders": {}
},
"buySuccessWaiting": "兑换需求发布, 请稍后!",
"@buySuccessWaiting": {
"type": "text",
"placeholders": {}
},
"buySuccessWaitingError": "订单匹配中, 请稍等 {seconde}秒!",
"@buySuccessWaitingError": {
"type": "text",
"placeholders": {
"seconde": {}
}
},
"networkFee": "矿工费用",
"@networkFee": {
"type": "text",
"placeholders": {}
},
"commissionFee": "成交费用",
"@commissionFee": {
"type": "text",
"placeholders": {}
},
"portfolio": "资产配置",
"@portfolio": {
"type": "text",
"placeholders": {}
},
"checkOut": "Check Out",
"@checkOut": {
"type": "text",
"placeholders": {}
},
"estimateValue": "预估总金额",
"@estimateValue": {
"type": "text",
"placeholders": {}
},
"selectPaymentMethod": "请选择付款方式",
"@selectPaymentMethod": {
"type": "text",
"placeholders": {}
},
"volumes": "Volumes",
"@volumes": {
"type": "text",
"placeholders": {}
},
"placeOrder": "下单",
"@placeOrder": {
"type": "text",
"placeholders": {}
},
"comingSoon": " 即将上线,敬请期待。。。",
"@comingSoon": {
"type": "text",
"placeholders": {}
},
"marketplace": "Marketplace",
"@marketplace": {
"type": "text",
"placeholders": {}
},
"youAreSending": "您正在发送:",
"@youAreSending": {
"type": "text",
"placeholders": {}
},
"code": "Code: ",
"@code": {
"type": "text",
"placeholders": {}
},
"value": "金额: ",
"@value": {
"type": "text",
"placeholders": {}
},
"paidWith": "付款方式",
"@paidWith": {
"type": "text",
"placeholders": {}
},
"errorValueNotEmpty": "请输入资料",
"@errorValueNotEmpty": {
"type": "text",
"placeholders": {}
},
"errorAmountBalance": "余额不足",
"@errorAmountBalance": {
"type": "text",
"placeholders": {}
},
"errorNotAValidAddress": "钱包地址错误",
"@errorNotAValidAddress": {
"type": "text",
"placeholders": {}
},
"toAddress": "收款地址:",
"@toAddress": {
"type": "text",
"placeholders": {}
},
"receive": "转入",
"@receive": {
"type": "text",
"placeholders": {}
},
"send": "转出",
"@send": {
"type": "text",
"placeholders": {}
},
"back": "上一步",
"@back": {
"type": "text",
"placeholders": {}
},
"cancel": "取消",
"@cancel": {
"type": "text",
"placeholders": {}
},
"commingsoon": "交易明细载入中!",
"@commingsoon": {
"type": "text",
"placeholders": {}
},
"history": "历史",
"@history": {
"type": "text",
"placeholders": {}
},
"create": "交易",
"@create": {
"type": "text",
"placeholders": {}
},
"commingsoonGeneral": "细节戴入中!",
"@commingsoonGeneral": {
"type": "text",
"placeholders": {}
},
"orderMatching": "订单匹配中",
"@orderMatching": {
"type": "text",
"placeholders": {}
},
"orderMatched": "订单匹配成功",
"@orderMatched": {
"type": "text",
"placeholders": {}
},
"swapOngoing": "兑换中",
"@swapOngoing": {
"type": "text",
"placeholders": {}
},
"swapSucceful": "兑换成功",
"@swapSucceful": {
"type": "text",
"placeholders": {}
},
"timeOut": "超时",
"@timeOut": {
"type": "text",
"placeholders": {}
},
"swapFailed": "兑换失败",
"@swapFailed": {
"type": "text",
"placeholders": {}
},
"errorTryLater": "发生了错误,请稍后再试",
"@errorTryLater": {
"type": "text",
"placeholders": {}
},
"feedback": "发送反馈",
"@feedback": {
"type": "text",
"placeholders": {}
},
"loadingOrderbook": "委托订单载入中。。。",
"@loadingOrderbook": {
"type": "text",
"placeholders": {}
},
"claim": "领取",
"@claim": {
"type": "text",
"placeholders": {}
},
"claimTitle": "领取您的KMD奖励?",
"@claimTitle": {
"type": "text",
"placeholders": {}
},
"success": "成功!",
"@success": {
"type": "text",
"placeholders": {}
},
"noRewardYet": "没有奖励可领取 - 请一个小时后重试。",
"@noRewardYet": {
"type": "text",
"placeholders": {}
},
"loading": "载入中。。。",
"@loading": {
"type": "text",
"placeholders": {}
},
"dex": "DEX",
"@dex": {
"type": "text",
"placeholders": {}
},
"media": "新闻",
"@media": {
"type": "text",
"placeholders": {}
},
"newsFeed": "新闻",
"@newsFeed": {
"type": "text",
"placeholders": {}
},
"appName": "atomicDEX",
"@appName": {
"type": "text",
"placeholders": {}
},
"clipboard": "已复制",
"@clipboard": {
"type": "text",
"placeholders": {}
},
"from": "从",
"@from": {
"type": "text",
"placeholders": {}
},
"to": "至",
"@to": {
"type": "text",
"placeholders": {}
},
"txConfirmed": "已确认",
"@txConfirmed": {
"type": "text",
"placeholders": {}
},
"txNotConfirmed": "未确认",
"@txNotConfirmed": {
"type": "text",
"placeholders": {}
},
"txBlock": "区块",
"@txBlock": {
"type": "text",
"placeholders": {}
},
"txConfirmations": "交易确认",
"@txConfirmations": {
"type": "text",
"placeholders": {}
},
"txFee": "手续费",
"@txFee": {
"type": "text",
"placeholders": {}
},
"txHash": "交易 ID",
"@txHash": {
"type": "text",
"placeholders": {}
},
"noSwaps": "没有纪录",
"@noSwaps": {
"type": "text",
"placeholders": {}
},
"trade": "交易",
"@trade": {
"type": "text",
"placeholders": {}
},
"tradeCompleted": "兑换成功!",
"@tradeCompleted": {
"type": "text",
"placeholders": {}
},
"step": "步骤",
"@step": {
"type": "text",
"placeholders": {}
},
"tradeDetail": "交易明细",
"@tradeDetail": {
"type": "text",
"placeholders": {}
},
"requestedTrade": "交易需求",
"@requestedTrade": {
"type": "text",
"placeholders": {}
},
"swapID": "兑换 ID",
"@swapID": {
"type": "text",
"placeholders": {}
},
"mediaBrowse": "浏览",
"@mediaBrowse": {
"type": "text",
"placeholders": {}
},
"mediaSaved": "已收藏",
"@mediaSaved": {
"type": "text",
"placeholders": {}
},
"articleFrom": "AtomicDEX 新闻",
"@articleFrom": {
"type": "text",
"placeholders": {}
},
"mediaNotSavedDescription": "您没有收藏的文章",
"@mediaNotSavedDescription": {
"type": "text",
"placeholders": {}
},
"mediaBrowseFeed": "浏览新闻",
"@mediaBrowseFeed": {
"type": "text",
"placeholders": {}
},
"mediaBy": "--",
"@mediaBy": {
"type": "text",
"placeholders": {}
},
"lockScreenAuth": "请登入!",
"@lockScreenAuth": {
"type": "text",
"placeholders": {}
},
"noTxs": "无交易",
"@noTxs": {
"type": "text",
"placeholders": {}
},
"done": "完成",
"@done": {
"type": "text",
"placeholders": {}
},
"selectCoinTitle": "新增代币:",
"@selectCoinTitle": {
"type": "text",
"placeholders": {}
},
"selectCoinInfo": "请选您想要添加的代币。",
"@selectCoinInfo": {
"type": "text",
"placeholders": {}
},
"noArticles": "无新闻 - 请稍后再试!",
"@noArticles": {
"type": "text",
"placeholders": {}
},
"infoTrade1": "兑换需求是无法撤销的!",
"@infoTrade1": {
"type": "text",
"placeholders": {}
},
"infoTrade2": "此交易时间可能长达 10 分钟 - 请勿关闭应用程式!",
"@infoTrade2": {
"type": "text",
"placeholders": {}
},
"swapDetailTitle": "请确认交易明细",
"@swapDetailTitle": {
"type": "text",
"placeholders": {}
},
"checkSeedPhrase": "请确认助记词",
"@checkSeedPhrase": {
"type": "text",
"placeholders": {}
},
"checkSeedPhraseTitle": "请再次确认助记词",
"@checkSeedPhraseTitle": {
"type": "text",
"placeholders": {}
},
"checkSeedPhraseInfo": "您的助记词是很重要的所以我们要确认您有正确备份。我们将问您三个有关您的助记词的问题以确保您可以随时恢复钱包。",
"@checkSeedPhraseInfo": {
"type": "text",
"placeholders": {}
},
"checkSeedPhraseSubtile": "您助记词的第 {index}. 个字是什么?",
"@checkSeedPhraseSubtile": {
"type": "text",
"placeholders": {
"index": {}
}
},
"checkSeedPhraseHint": "请输入第 {index}. 个字",
"@checkSeedPhraseHint": {
"type": "text",
"placeholders": {
"index": {}
}
},
"checkSeedPhraseButton1": "继续",
"@checkSeedPhraseButton1": {
"type": "text",
"placeholders": {}
},
"checkSeedPhraseButton2": "返回并再次检查",
"@checkSeedPhraseButton2": {
"type": "text",
"placeholders": {}
},
"takerpaymentsID": "吃单交易 ID",
"@takerpaymentsID": {
"type": "text",
"placeholders": {}
},
"makerpaymentID": "挂单交易 ID",
"@makerpaymentID": {
"type": "text",
"placeholders": {}
},
"activateAccessBiometric": "开启生物识别功能",
"@activateAccessBiometric": {
"type": "text",
"placeholders": {}
},
"allowCustomSeed": "允许自订助记词",
"@allowCustomSeed": {
"type": "text",
"placeholders": {}
},
"hintEnterPassword": "请输入您的密码",
"@hintEnterPassword": {
"type": "text",
"placeholders": {}
},
"signInWithSeedPhrase": "汇入助记词",
"@signInWithSeedPhrase": {
"type": "text",
"placeholders": {}
},
"signInWithPassword": "汇入密码",
"@signInWithPassword": {
"type": "text",
"placeholders": {}
},
"hintEnterSeedPhrase": "请输入您的助记词",
"@hintEnterSeedPhrase": {
"type": "text",
"placeholders": {}
},
"wrongPassword": "密码不正确。请再重试一次。",
"@wrongPassword": {
"type": "text",
"placeholders": {}
},
"hintNameYourWallet": "钱包名称",
"@hintNameYourWallet": {
"type": "text",
"placeholders": {}
},
"infoWalletPassword": "您可以选择使用密码加密您的钱包。如果您选择不使用密码,则每次进入钱包时都需要输入助记词。",
"@infoWalletPassword": {
"type": "text",
"placeholders": {}
},
"confirmPassword": "确认密码",
"@confirmPassword": {
"type": "text",
"placeholders": {}
},
"dontWantPassword": "我不想要使用密码",
"@dontWantPassword": {
"type": "text",
"placeholders": {}
},
"areYouSure": "您确定吗?",
"@areYouSure": {
"type": "text",
"placeholders": {}
},
"infoPasswordDialog": "如果您不使用密码,每次进入钱包时都需要输入助记词。",
"@infoPasswordDialog": {
"type": "text",
"placeholders": {}
},
"setUpPassword": "设定密码",
"@setUpPassword": {
"type": "text",
"placeholders": {}
},
"createAWallet": "创建钱包",
"@createAWallet": {
"type": "text",
"placeholders": {}
},
"restoreWallet": "恢复钱包",
"@restoreWallet": {
"type": "text",
"placeholders": {}
},
"hintPassword": "密码",
"@hintPassword": {
"type": "text",
"placeholders": {}
},
"hintConfirmPassword": "确认密码",
"@hintConfirmPassword": {
"type": "text",
"placeholders": {}
},
"hintCurrentPassword": "当前密码",
"@hintCurrentPassword": {
"type": "text",
"placeholders": {}
},
"logoutsettings": "登出设定",
"@logoutsettings": {
"type": "text",
"placeholders": {}
},
"logoutOnExit": "离开时登出",
"@logoutOnExit": {
"type": "text",
"placeholders": {}
},
"deleteWallet": "删除钱包",
"@deleteWallet": {
"type": "text",
"placeholders": {}
},
"delete": "删除",
"@delete": {
"type": "text",
"placeholders": {}
},
"settingDialogSpan1": "确定要删除",
"@settingDialogSpan1": {
"type": "text",
"placeholders": {}
},
"settingDialogSpan2": "钱包吗?",
"@settingDialogSpan2": {
"type": "text",
"placeholders": {}
},
"settingDialogSpan3": "如果是,确保您 ",
"@settingDialogSpan3": {
"type": "text",
"placeholders": {}
},
"settingDialogSpan4": " 纪录助记词。",
"@settingDialogSpan4": {
"type": "text",
"placeholders": {}
},
"settingDialogSpan5": " 以便将来恢复钱包。",
"@settingDialogSpan5": {
"type": "text",
"placeholders": {}
},
"backupTitle": "备份",
"@backupTitle": {
"type": "text",
"placeholders": {}
},
"version": "版本",
"@version": {
"type": "text",
"placeholders": {}
},
"viewSeed": "导出助记词",
"@viewSeed": {
"type": "text",
"placeholders": {}
},
"enterpassword": "继续前请输入密码。",
"@enterpassword": {
"type": "text",
"placeholders": {}
},
"clipboardCopy": "已复制",
"@clipboardCopy": {
"type": "text",
"placeholders": {}
},
"welcomeTitle": "欢迎使用",
"@welcomeTitle": {
"type": "text",
"placeholders": {}
},
"welcomeName": "AtomicDEX",
"@welcomeName": {
"type": "text",
"placeholders": {}
},
"welcomeWallet": "钱包",
"@welcomeWallet": {
"type": "text",
"placeholders": {}
},
"welcomeInfo": "ATOMIC DEX 是次世代多币别钱包, 具有原生第三代的DEX功能等等。",
"@welcomeInfo": {
"type": "text",
"placeholders": {}
},
"welcomeLetSetUp": "创建钱包!",
"@welcomeLetSetUp": {
"type": "text",
"placeholders": {}
},
"unlock": "解锁您的钱包",
"@unlock": {
"type": "text",
"placeholders": {}
},
"noOrder": "当前无 {coinName} 匹配订单 - 请稍后再试, 或建立订单。",
"@noOrder": {
"type": "text",
"placeholders": {
"coinName": {}
}
},
"bestAvailableRate": "当前最佳汇率",
"@bestAvailableRate": {
"type": "text",
"placeholders": {}
},
"receiveLower": "收",
"@receiveLower": {
"type": "text",
"placeholders": {}
},
"makeAorder": "建立订单",
"@makeAorder": {
"type": "text",
"placeholders": {}
},
"exchangeTitle": "交易中心",
"@exchangeTitle": {
"type": "text",
"placeholders": {}
},
"orders": "当前委托",
"@orders": {
"type": "text",
"placeholders": {}
},
"selectCoin": "请选代币",
"@selectCoin": {
"type": "text",
"placeholders": {}
},
"noFunds": "无资产",
"@noFunds": {
"type": "text",
"placeholders": {}
},
"noFundsDetected": "当前无资产",
"@noFundsDetected": {
"type": "text",
"placeholders": {}
},
"goToPorfolio": "前往资产配置",
"@goToPorfolio": {
"type": "text",
"placeholders": {}
},
"noOrderAvailable": "点击建立订单",
"@noOrderAvailable": {
"type": "text",
"placeholders": {}
},
"orderCreated": "委托订单提交",
"@orderCreated": {
"type": "text",
"placeholders": {}
},
"orderCreatedInfo": "委托订单成功建立",
"@orderCreatedInfo": {
"type": "text",
"placeholders": {}
},
"showMyOrders": "显示我的委托单",
"@showMyOrders": {
"type": "text",
"placeholders": {}
},
"minValue": "最低可卖出数量 {number} {coinName}",
"@minValue": {
"type": "text",
"placeholders": {
"coinName": {},
"number": {}
}
},
"titleCreatePassword": "创建一个密码",
"@titleCreatePassword": {
"type": "text",
"placeholders": {}
},
"minValueBuy": "最低可买入数量 {number} {coinName}",
"@minValueBuy": {
"type": "text",
"placeholders": {
"coinName": {},
"number": {}
}
},
"encryptingWallet": "钱包加密中",
"@encryptingWallet": {
"type": "text",
"placeholders": {}
},
"decryptingWallet": "钱包解密中",
"@decryptingWallet": {
"type": "text",
"placeholders": {}
},
"notEnoughtBalanceForFee": "余额不足以支付手续费 - 请调整交易数量。",
"@notEnoughtBalanceForFee": {
"type": "text",
"placeholders": {}
},
"noInternet": "无法连上网路",
"@noInternet": {
"type": "text",
"placeholders": {}
},
"legalTitle": "条款 (目前只提供英文版)",
"@legalTitle": {
"type": "text",
"placeholders": {}
},
"disclaimerAndTos": "免责声明 & 使用条款",
"@disclaimerAndTos": {
"type": "text",
"placeholders": {}
},
"accepteula": "同意接受终端使用者授权协议 (EULA)",
"@accepteula": {
"type": "text",
"placeholders": {}
},
"accepttac": "接受条款与条件",
"@accepttac": {
"type": "text",
"placeholders": {}
},
"confirmeula": "我了解点击以下的按钮,即表示我已阅读及接受终端使用者授权协议(EULA) & 使用条款与条件 。",
"@confirmeula": {
"type": "text",
"placeholders": {}
},
"eulaTitle1": "End-User License Agreement (EULA) of atomicDEX mobile:\n",
"@eulaTitle1": {
"type": "text",
"placeholders": {}
},
"eulaTitle2": "TERMS and CONDITIONS: (APPLICATION USER AGREEMENT)\n",
"@eulaTitle2": {
"type": "text",
"placeholders": {}
},
"eulaTitle3": "TERMS AND CONDITIONS OF USE AND DISCLAIMER\n",
"@eulaTitle3": {
"type": "text",
"placeholders": {}
},