forked from KomodoPlatform/atomicDEX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
l10n_chinese_hant.arb
1226 lines (1226 loc) · 53 KB
/
l10n_chinese_hant.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": {}
},