-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathapp_zh.arb
More file actions
4682 lines (4682 loc) · 204 KB
/
Copy pathapp_zh.arb
File metadata and controls
4682 lines (4682 loc) · 204 KB
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
{
"backupWarningDescription": "如果没有备份,在以下情况下您将无法访问您的比特币:",
"backupWarningLoseReasonLostPhone": "您丢失手机",
"backupWarningLoseReasonDeletedApp": "您删除应用程序",
"backupWarningLoseReasonCriticalIssue": "应用程序或设备出现严重问题",
"backupWarningLoseReasonKeystore": "更改锁屏密码/设备验证方式时,您的设备会使密钥库(Keystore)失效",
"backupWarningLoseReasonCloudRestore": "通过云端备份恢复您的设备",
"backupWarningNoRecovery": "没有备份,就无法恢复您的钱包。",
"translationWarningTitle": "AI生成的翻译",
"translationWarningDescription": "此应用中的大多数翻译是使用AI生成的,可能存在不准确之处。如果您发现任何错误或想帮助改进翻译,可以在我们的GitHub仓库中提交修复。",
"translationWarningContributeButton": "帮助改进翻译",
"translationWarningDismissButton": "知道了",
"bitboxErrorMultipleDevicesFound": "发现多个 BitBox 设备,请确保只连接一个设备。",
"payTransactionBroadcast": "交易广播",
"fundExchangeSepaDescriptionExactly": "务必确保信息完全一致。",
"payPleasePayInvoice": "请支付这一发票",
"swapMax": "最大",
"importQrDeviceSpecterStep2": "进入日本",
"importColdcardInstructionsStep10": "完成",
"buyPayoutWillBeSentIn": "您的付款将在 ",
"fundExchangeInstantSepaInfo": "仅适用于 20,000 欧元以下的交易。对于更大金额的交易,请使用常规 SEPA 选项。",
"transactionLabelSwapId": "Swap ID",
"dcaChooseWalletTitle": "选择比特币钱包",
"torSettingsPortHint": "9050",
"electrumTimeoutPositiveError": "超时时间必须是正值",
"bitboxScreenNeedHelpButton": "需要帮助?",
"sellSendPaymentAboveMax": "您的卖出金额超出了此钱包最大可售限额",
"fundExchangeETransferLabelSecretAnswer": "秘密回答",
"payPayinAmount": "收款金额",
"transactionDetailLabelTransactionFee": "交易费",
"jadeStep13": "土木板将请你扫描关于贾德的QR代码。 缩略语.",
"transactionSwapDescLnSendPending": "您的宣誓就职。 我们正在广播链交易,以锁定你们的资金.",
"payInstitutionNumber": "机构数目",
"sendScheduledPayment": "附表1",
"fundExchangeLabelBicCode": "BIC 守则",
"fundExchangeCanadaPostStep6": "6. 任务 出纳人将向你提交收据,并将其作为付款证明",
"withdrawOwnershipQuestion": "这一账户属于谁?",
"sendSendNetworkFee": "Send Network Fee",
"exchangeDcaUnableToGetConfig": "无法获得发展中国家的组合",
"psbtFlowClickScan": "浮雕",
"sellInstitutionNumber": "机构数目",
"recoverbullGoogleDriveErrorDisplay": "Rror: {error}",
"@recoverbullGoogleDriveErrorDisplay": {
"placeholders": {
"error": {
"type": "String"
}
}
},
"mempoolSettingsCustomServer": "海关服务器",
"fundExchangeMethodRegularSepa": "SEPA",
"addressViewTransactions": "交易",
"fundExchangeSinpeLabelPhone": "电话号码",
"importQrDeviceKruxStep3": "Click XPUB - QR Code",
"passportStep1": "您的通行证",
"sellAdvancedOptions": "A. 先进选择",
"electrumPrivacyNoticeSave": "Save",
"bip329LabelsImportSuccessSingular": "1 个标签已导入",
"bip329LabelsImportSuccessPlural": "{count} 个标签已导入",
"@bip329LabelsImportSuccessPlural": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"withdrawOwnershipOtherAccount": "这是他人的陈述",
"receiveInvoice": "闪电",
"receiveGenerateAddress": "生成新地址",
"kruxStep3": "Click PSBT",
"hwColdcardQ": "冷信卡",
"fundExchangeCrIbanCrcTransferCodeWarning": "在付款时,必须将转让法作为“对象”或“理由”或“说明”。 如果你忘记列入这一法典,你的支付可能会被拒绝.",
"paySinpeBeneficiario": "受益人",
"exchangeDcaAddressDisplay": "{addressLabel}:{address}",
"@exchangeDcaAddressDisplay": {
"placeholders": {
"addressLabel": {
"type": "String",
"description": "The address label (e.g., 'Bitcoin address')"
},
"address": {
"type": "String",
"description": "The actual address"
}
}
},
"autoswapAlwaysBlockEnabledInfo": "如果允许,超出规定限额收费的自动转让将始终受阻",
"electrumServerAlreadyExists": "这个服务器已经存在",
"sellPaymentMethod": "支付方法",
"transactionNoteHint": "说明",
"transactionLabelPreimage": "预 估",
"coreSwapsChainCanCoop": "移交将暂时完成.",
"importColdcardInstructionsStep2": "1. 如果适用,采用代谢法",
"satsSuffix": " ats",
"recoverbullErrorPasswordNotSet": "密码未设置",
"sellSendPaymentExchangeRate": "汇率",
"systemLabelAutoSwap": "Auto Swap",
"fundExchangeSinpeTitle": "SINPE 转让",
"payExpiresIn": "{time}年到期",
"@payExpiresIn": {
"placeholders": {
"time": {
"type": "String"
}
}
},
"transactionDetailLabelConfirmationTime": "认可时间",
"fundExchangeCanadaPostStep5": "5. 支付现金或借用卡",
"importQrDeviceKruxName": "Krux",
"addressViewNoAddressesFound": "没有地址",
"backupWalletErrorSaveBackup": "未能挽救备份",
"exchangeReferralsTitle": "参考法",
"onboardingRecoverYourWallet": "恢复您的钱包",
"bitboxScreenTroubleshootingStep2": "能够确保你的电话获得USB许可.",
"replaceByFeeErrorNoFeeRateSelected": "请选择收费率",
"transactionSwapDescChainPending": "你的移交已经设立,但尚未启动.",
"coreScreensTransferFeeLabel": "汇款",
"onboardingEncryptedVaultDescription": "利用你的PIN,通过云层回收.",
"transactionOrderLabelPayoutStatus": "薪金状况",
"transactionSwapStatusSwapStatus": "差距",
"arkAboutDurationSeconds": "{seconds}秒",
"@arkAboutDurationSeconds": {
"placeholders": {
"seconds": {
"type": "int"
}
}
},
"receiveInvoiceCopied": "Invoice copied to clippad",
"kruxStep7": " - 提高你的器具的亮度",
"autoswapUpdateSettingsError": "未能更新汽车互换环境",
"transactionStatusTransferFailed": "3. 汇款",
"jadeStep11": "然后,Jade将显示自己的QR代码.",
"buyConfirmExternalWallet": "外墙",
"bitboxActionPairDeviceProcessing": "付费装置",
"exchangeCurrencyDropdownTitle": "选择性货币",
"receiveServerNetworkFees": "服务器网",
"importQrDeviceImporting": "导入钱包",
"rbfFastest": "快速",
"buyConfirmExpressWithdrawal": "2. 确认明示退出",
"arkReceiveBoardingAddress": "BTC 地址",
"sellSendPaymentTitle": "2. 肯定付款",
"recoverbullReenterConfirm": "请重新加入{inputType}号],以确认.",
"@recoverbullReenterConfirm": {
"placeholders": {
"inputType": {
"type": "String"
}
}
},
"importWatchOnlyCopiedToClipboard": "涂料",
"dcaLightningAddressInvalidError": "请进入有效的电灯地址",
"ledgerButtonNeedHelp": "需要帮助?",
"backupInstruction4": "不要提供你背书的数字副本。 在纸面上书写,或在金属中填写.",
"hwKrux": "Krux",
"transactionFilterTransfer": "转让",
"recoverbullSelectVaultImportSuccess": "成功进口",
"mempoolServerNotUsed": "未使用(海关服务器运行)",
"recoverbullSelectErrorPrefix": "错误:",
"bitboxErrorDeviceMismatch": "检测到的装置不匹配.",
"arkReceiveBtcAddress": "BTC 地址",
"exchangeLandingRecommendedExchange": "提议交换",
"backupWalletHowToDecideVaultMoreInfo": "访问后收集更多信息.",
"recoverbullGoBackEdit": "<背 景",
"importWatchOnlyWalletGuides": "钱包向导",
"receiveConfirming": "1. 确认......({count}/{required})",
"@receiveConfirming": {
"placeholders": {
"count": {
"type": "int"
},
"required": {
"type": "int"
}
}
},
"fundExchangeInfoPaymentDescription": "在付款说明中,增加你的转让代码.",
"payInstantPayments": "经常付款",
"importWatchOnlyImportButton": "导入观察钱包",
"fundExchangeCrIbanCrcDescriptionBold": "确切地说",
"electrumTitle": "Electrum服务器设置",
"importQrDeviceJadeStep7": "如有必要,选择“选择”改变地址类型",
"transactionNetworkLightning": "照明",
"paySecurityQuestionLength": "{count}/40 特性",
"@paySecurityQuestionLength": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"sendBroadcastingTransaction": "播放交易.",
"pinCodeMinLengthError": "PIN必须至少是{minLength}长期数字",
"@pinCodeMinLengthError": {
"placeholders": {
"minLength": {
"type": "String"
}
}
},
"swapReceiveExactAmountLabel": "收到确切数额",
"swapInsufficientFunds": "资金不足",
"arkContinueButton": "继续",
"ledgerImportButton": "开始导入",
"dcaActivate": "主动同意",
"labelInputLabel": "Label",
"bitboxActionPairDeviceButton": "启动",
"importQrDeviceSpecterName": "专栏",
"transactionDetailLabelSwapFees": "学费",
"broadcastSignedTxFee": "Fee",
"recoverbullRecoveryBalanceLabel": "余额:{amount}",
"@recoverbullRecoveryBalanceLabel": {
"placeholders": {
"amount": {
"type": "String"
}
}
},
"buyFundYourAccount": "基金",
"sellReplaceByFeeActivated": "替换",
"globalDefaultBitcoinWalletLabel": "安保",
"arkAboutServerUrl": "服务器 URL",
"fundExchangeLabelRecipientAddress": "客户地址",
"save": "Save",
"dcaWalletLiquidSubtitle": "要求兼容的钱包",
"fundExchangeCrIbanCrcTitle": "Bank Transfer (CRC)",
"appUnlockButton": "Unlock",
"payServiceFee": "Service Fee",
"transactionStatusSwapExpired": "页: 1",
"swapAmountPlaceholder": "页: 1",
"fundExchangeMethodInstantSepaSubtitle": "最长――只有不到30 000欧元的交易",
"dcaConfirmError": "有些错误:{error}",
"@dcaConfirmError": {
"placeholders": {
"error": {
"type": "String"
}
}
},
"exchangeDcaNetworkLiquid": "流动网络",
"fundExchangeSepaDescription": "请根据以下详情,从您的银行账户发起一笔 SEPA 转账。",
"sendAddress": "地址: ",
"receiveBitcoinNetwork": "页: 1",
"fundExchangeCrIbanCrcPaymentDescriptionHelp": "你的转让法.",
"testBackupWriteDownPhrase": "写你的恢复短语\n更正",
"jadeStep8": " - 使装置更加接近或进一步消失",
"payNotLoggedIn": "不详",
"importQrDeviceSpecterStep7": "可处理“Use SLIP-132”",
"customLocationTitle": "习俗地点",
"importQrDeviceJadeStep5": "备选办法清单中的“手册”选择",
"arkSettled": "重新安置",
"transactionFilterBuy": "1. 采购",
"approximateFiatPrefix": "~",
"sendEstimatedDeliveryHoursToDays": "每天",
"coreWalletTransactionStatusPending": "待决",
"ledgerActionFailedMessage": "{action} Failed",
"@ledgerActionFailedMessage": {
"placeholders": {
"action": {
"type": "String"
}
}
},
"testBackupErrorLoadWallets": "加载钱包失败: {error}",
"@testBackupErrorLoadWallets": {
"placeholders": {
"error": {
"type": "String"
}
}
},
"fundExchangeLabelBankAccountCountry": "银行账户",
"walletAddressTypeNestedSegwit": "Nest",
"dcaConfirmDeactivate": "是的,中止",
"exchangeLandingFeature2": "DCA, Limit Order and Auto-buy",
"payPaymentPending": "待付款",
"payConfirmHighFee": "这项付款的收费为{percentage}%。 继续?",
"@payConfirmHighFee": {
"placeholders": {
"percentage": {
"type": "String"
}
}
},
"payPayoutAmount": "付款金额",
"autoswapMaxBalanceInfo": "当隔离墙余额超过这一数额的两倍时,汽车转移将引发将余额降至这一水平",
"payPhone": "电话",
"recoverbullTorNetwork": "Tor Network",
"transactionDetailLabelTransferStatus": "转让状况",
"importColdcardInstructionsTitle": "冷卡加指示",
"sendVerifyOnDevice": "装置的验证",
"sendAmountRequested": "要求的数额: ",
"exchangeTransactionsTitle": "交易",
"payRoutingFailed": "鲁ting失败",
"payCard": "文件",
"sendFreezeCoin": "冰雪",
"fundExchangeLabelTransitNumber": "过境次数",
"buyConfirmYouReceive": "您",
"buyDocumentUpload": "载荷文件",
"walletAddressTypeConfidentialSegwit": "保密小组",
"transactionDetailRetryTransfer": "转业{action}",
"@transactionDetailRetryTransfer": {
"placeholders": {
"action": {
"type": "String"
}
}
},
"sendTransferFeeDescription": "这是从发出的款项中扣除的总费用",
"bitcoinSettingsWalletsTitle": "钱包",
"arkReceiveSegmentBoarding": "董事会",
"seedsignerStep12": "土木板将请你扫描西德西尼的QR代码。 缩略语.",
"psbtFlowKeystoneTitle": "主要指示",
"transactionLabelTransferStatus": "转让状况",
"arkSessionDuration": "会期",
"buyAboveMaxAmountError": "你试图购买最高数额.",
"electrumTimeoutWarning": "你的排位({timeoutValue}秒)低于建议值({recommended}秒).",
"@electrumTimeoutWarning": {
"placeholders": {
"timeoutValue": {
"type": "String"
},
"recommended": {
"type": "String"
}
}
},
"sendShowPsbt": "显示PSBT",
"ledgerErrorUnknownOccurred": "未知错误",
"receiveAddress": "招待会",
"broadcastSignedTxAmount": "数额",
"hwJade": "B. 集群",
"keystoneStep14": "它现在准备广播! 一旦你点击广播,交易将立即公布在INSTRA网络上,资金将寄出.",
"recoverbullErrorConnectionFailed": "未能与目标关键服务器连接。 请再次尝试!",
"testBackupDigitalCopy": "数字复印件",
"fundExchangeLabelMemo": "Memo",
"paySearchPayments": "搜查费......",
"payPendingPayments": "待决",
"passwordMinLengthError": "{pinOrPassword} 必须是至少6位数长者",
"@passwordMinLengthError": {
"placeholders": {
"pinOrPassword": {
"type": "String",
"example": "PIN"
}
}
},
"coreSwapsLnSendExpired": "页: 1",
"sellSendPaymentUsdBalance": "美元 结余",
"backupWalletEncryptedVaultTag": "简便和简单(1分钟)",
"payBroadcastFailed": "广播失败",
"arkSettleTransactions": "定居者交易",
"transactionLabelConfirmationTime": "认可时间",
"languageSettingsScreenTitle": "语言",
"payNetworkFees": "网络费",
"bitboxScreenSegwitBip84": "Segwit (BIP84)",
"bitboxScreenConnectingSubtext": "建立安全联系.",
"receiveShareAddress": "份额地址",
"arkTxPending": "待决",
"payAboveMaxAmountError": "您支付的金额超出了此钱包可支付的最大限额",
"sharedWithBullBitcoin": "提 交点.",
"jadeStep7": " - 稳定并集中实施QR法",
"sendCouldNotBuildTransaction": "不能建立交易",
"allSeedViewIUnderstandButton": "Stand",
"coreScreensExternalTransfer": "外部转移",
"fundExchangeSinpeWarningNoBitcoin": "不要",
"ledgerHelpStep3": "你们的Ledger已经翻了蓝色.",
"coreSwapsChainFailedRefunding": "不久将退还转账.",
"sendSelectAmount": "选择性数额",
"sellKYCRejected": "KYC 拒绝核查",
"electrumNetworkLiquid": "流动资金",
"buyBelowMinAmountError": "你们正在努力购买低于最低数额.",
"exchangeLandingFeature6": "统一交易史",
"transactionStatusPaymentRefunded": "偿还",
"pinCodeSecurityPinTitle": "安保部",
"bitboxActionImportWalletSuccessSubtext": "您的 BitBox 钱包导入成功",
"electrumEmptyFieldError": "这个领域是空洞的",
"transactionStatusPaymentInProgress": "支付",
"connectHardwareWalletKrux": "Krux",
"receiveSelectNetwork": "选定网络",
"sellLoadingGeneric": "Loading...",
"ledgerWalletTypeSegwit": "Segwit (BIP84)",
"bip85Mnemonic": "Mnemonic",
"importQrDeviceSeedsignerName": "SeedSigner",
"payFeeTooHigh": "生育率异常高",
"fundExchangeBankTransferWireTitle": "银行转账(wire)",
"psbtFlowPartProgress": "{total}部分",
"@psbtFlowPartProgress": {
"placeholders": {
"current": {
"type": "String"
},
"total": {
"type": "String"
}
}
},
"receiveShareInvoice": "份额",
"buyCantBuyMoreThan": "买不起",
"dcaUnableToGetConfig": "无法获得发展中国家的组合",
"exchangeAuthLoginFailed": "旅行",
"arkAvailable": "现有",
"transactionSwapDescChainFailed": "你的移交是一个问题。 如果资金没有在24小时内返还,请联系支助.",
"testBackupWarningMessage": "如果没有支持,你最终将失去获得你的钱的机会。 提供支持至关重要.",
"arkNetwork": "网络",
"importWatchOnlyYpub": "共和国",
"ledgerVerifyTitle": "更正",
"recoverbullSwitchToPassword": "取而代之",
"exchangeDcaNetworkBitcoin": "联合国",
"autoswapWarningTitle": "具备以下条件:",
"seedsignerStep1": "页: 1",
"backupWalletHowToDecideBackupLosePhysical": "人民失去生计的最常见途径之一,是失去物质支持。 找到你身体支持的人将能够带上你所有的座位。 如果你确信你能够掩盖它,永远不会失去它,那么它就是一个好选择.",
"transactionLabelStatus": "现况",
"transactionSwapDescLnSendDefault": "你们的雕刻正在进行之中。 这一过程是自动化的,可能需要一些时间才能完成.",
"recoverbullErrorMissingBytes": "从Tor的回复中失踪的tes。 收复,但如果问题继续存在,对与Tor有联系的一些装置来说,这是一个众所周知的问题.",
"coreScreensReceiveNetworkFeeLabel": "接待网",
"transactionPayjoinStatusCompleted": "完成",
"payEstimatedFee": "估计数",
"sendSendAmount": "数额",
"sendSelectedUtxosInsufficient": "部分税项不包括所需数额",
"swapErrorBalanceTooLow": "最低外汇数额的平衡太低",
"replaceByFeeErrorGeneric": "在试图取代交易时发生错误",
"fundExchangeWarningTactic5": "他们要求将另一个平台送至鹿特丹",
"rbfCustomFee": "习俗税",
"importQrDeviceFingerprint": "Print",
"physicalBackupRecommendationText": "你相信你自己的业务安全能力,能够隐藏和维护你的种子.",
"importWatchOnlyDescriptor": "说明",
"payPaymentInProgress": "支付:!",
"recoverbullFailed": "Failed",
"payOrderAlreadyConfirmed": "这笔支付订单已确认",
"ledgerProcessingSign": "签署交易",
"jadeStep6": " - 提高你的器具的亮度",
"fundExchangeETransferLabelEmail": "E- transfer to this email",
"pinCodeCreateButton": "设立PIN",
"bitcoinSettingsTestnetModeTitle": "检测网",
"buyTitle": "采购",
"fromLabel": "摘自",
"sellCompleteKYC": "页: 1",
"hwConnectTitle": "连接硬件钱包",
"payRequiresSwap": "这笔付款需要打折",
"exchangeSecurityManage2FAPasswordLabel": "第2条",
"backupWalletSuccessTitle": "填满!",
"transactionSwapDescLnSendFailed": "您的交易出现异常,资金将会自动返还至您的钱包",
"sendCoinAmount": "数额:{amount}",
"@sendCoinAmount": {
"placeholders": {
"amount": {
"type": "String"
}
}
},
"walletDeletionFailedOkButton": "OK",
"payTotalFees": "总费用",
"fundExchangeOnlineBillPaymentHelpBillerName": "将该公司列为收款人——其付款程序人",
"payPayoutMethod": "薪酬办法",
"ledgerVerifyButton": "更正",
"sendErrorSwapFeesNotLoaded": "未加装的蒸汽费",
"walletDetailsCopyButton": "页: 1",
"backupWalletGoogleDrivePrivacyMessage3": "页: 1 ",
"backupCompletedDescription": "现在让我考验你们的支持,以确保一切都得到妥善执行.",
"sendErrorInsufficientFundsForFees": "资金不足以支付数额和费用",
"buyConfirmPayoutMethod": "薪酬办法",
"dcaCancelButton": "Cancel",
"durationMinutes": "{minutes}分钟",
"@durationMinutes": {
"placeholders": {
"minutes": {
"type": "String"
}
}
},
"dcaConfirmNetworkLiquid": "流动资金",
"walletDetailsAddressTypeLabel": "地址类型",
"emptyMnemonicWordsError": "插入你的 m言",
"arkSettleCancel": "Cancel",
"testBackupTapWordsInOrder": "恢复语\n权利保护令",
"transactionSwapDescLnSendExpired": "这笔交易已过期,资金将会自动返还至您的钱包",
"testBackupButton": "退约",
"receiveNotePlaceholder": "说明",
"sendChange": "变化",
"coreScreensInternalTransfer": "内部转让",
"sendSwapWillTakeTime": "待确认",
"autoswapSelectWalletError": "请选择一个接驳墙",
"sellServiceFee": "Service Fee",
"connectHardwareWalletTitle": "连接硬件钱包",
"replaceByFeeCustomFeeTitle": "习俗税",
"kruxStep14": "土木板将请你扫描Krux的QR代码。 缩略语.",
"payAvailableBalance": "可查阅:{amount}",
"@payAvailableBalance": {
"placeholders": {
"amount": {
"type": "String"
}
}
},
"payCheckingStatus": "检查付款状况......",
"payMemo": "Memo",
"languageSettingsLabel": "语言",
"fundExchangeMethodCrIbanCrc": "哥斯达黎加 IBAN (CRC)",
"walletDeletionFailedTitle": "删除失败",
"payPayFromWallet": "付款钱包",
"broadcastSignedTxNfcTitle": "NFC",
"buyYouPay": "页: 1",
"payOrderAlreadyConfirmedError": "这笔支付订单已确认",
"passportStep12": "推土墙将请你扫描有关护照的QR代码。 缩略语.",
"paySelectRecipient": "选定受援国",
"payNoActiveWallet": "没有活动钱包",
"importQrDeviceKruxStep4": "Click the “ open UK” button",
"appStartupErrorMessage": "应用启动失败。请尝试完全关闭应用并重新启动。如果错误仍然存在,请联系支持并提供日志。",
"appStartupErrorMessageWithBackup": "无法初始化。请删除并重新安装以修复。",
"payPasteInvoice": "Paste Invoice",
"labelErrorUnexpected": "意外错误:{message}",
"@labelErrorUnexpected": {
"placeholders": {
"message": {
"type": "String"
}
}
},
"arkStatusSettled": "重新安置",
"dcaWalletBitcoinSubtitle": "最低0.001 BTC",
"bitboxScreenEnterPasswordSubtext": "请进入您关于Bibox装置的密码,以便继续使用.",
"systemLabelSwaps": "蒸汽",
"sendOpenTheCamera": "开放照相机",
"passportStep11": "在 Bull Bitcoin 钱包中点击“我完成了”",
"sendSwapId": "Swap ID",
"electrumServerOnline": "在线",
"fundExchangeAccountTitle": "基金",
"exchangeAppSettingsSaveButton": "Save",
"fundExchangeWarningTactic1": "它们是有希望的投资回报",
"testBackupDefaultWallets": "违约情况",
"receiveSendNetworkFee": "Send Network Fee",
"autoswapRecipientWalletInfoText": "选择接收转账资金的比特币钱包(必选)",
"withdrawAboveMaxAmountError": "你试图将最高数额撤回.",
"psbtFlowScanDeviceQr": "推土墙将请你扫描关于{device}的QR代码。 缩略语.",
"@psbtFlowScanDeviceQr": {
"placeholders": {
"device": {
"type": "String"
}
}
},
"exchangeAuthLoginFailedMessage": "发生了错误,请再次尝试伐木.",
"okButton": "OK",
"passportStep13": "该交易将被导入到 Bull Bitcoin 钱包中",
"importQrDeviceKeystoneStep3": "点击右上角的 ***(三个点)",
"exchangeAmountInputValidationInvalid": "无效数额",
"exchangeAccountInfoLoadErrorMessage": "无法装载账户信息",
"dcaWalletSelectionContinueButton": "继续",
"pinButtonChange": "更改PIN",
"sendErrorInsufficientFundsForPayment": "没有足够的资金来支付这笔费用.",
"arkAboutShow": "展示",
"fundExchangeETransferTitle": "E-Transfer details",
"verifyButton": "全权证书",
"autoswapWarningOkButton": "OK",
"swapTitle": "内部转让",
"sendOutputTooSmall": "低于灰尘限制的产出",
"copiedToClipboardMessage": "涂料",
"torSettingsStatusConnected": "连接",
"receiveNote": "说明",
"arkCopiedToClipboard": "{label}",
"@arkCopiedToClipboard": {
"placeholders": {
"label": {
"type": "String"
}
}
},
"arkRecipientAddress": "客户地址",
"payLightningNetwork": "照明网络",
"shareLogsLabel": "份额记录",
"ledgerSuccessVerifyTitle": "更正Ledger.",
"payCorporateNameHint": "进入公司名称",
"sellExternalWallet": "外墙",
"backupSettingsFailedToDeriveKey": "未能获得备用钥匙",
"googleDriveProvider": "谷歌运动",
"sellAccountName": "账户名称",
"statusCheckUnknown": "不详",
"howToDecideVaultLocationText2": "习俗地点可能更加安全,取决于你选择哪一个地点。 你们还必须保证不要丢失备份文件或丢失贵国备份档案存放的装置.",
"logSettingsLogsTitle": "记录",
"fundExchangeOnlineBillPaymentHelpAccountNumber": "这一独一无二的账户编号只是为你们创造的",
"psbtFlowReadyToBroadcast": "它现在准备广播! 一旦你点击广播,交易将立即公布在INSTRA网络上,资金将寄出.",
"sendErrorLiquidWalletRequired": "液体墙必须用于照明蒸发",
"arkDurationMinutes": "{minutes}分钟",
"@arkDurationMinutes": {
"placeholders": {
"minutes": {
"type": "String"
}
}
},
"dcaSetupInsufficientBalance": "平衡不足",
"swapTransferRefundedMessage": "转账已成功退还.",
"payInvalidState": "Invalid State",
"receiveWaitForPayjoin": "投标者完成工资交易",
"seedsignerStep5": " - 提高你的器具的亮度",
"transactionSwapDescLnReceiveExpired": "该轮车已经过期。 寄出的任何资金将自动退还给发方.",
"sellKYCApproved": "KYC 核准",
"arkTransaction": "交易",
"dcaFrequencyMonthly": "月 本",
"buyKYCLevel": "KYC 职等",
"passportInstructionsTitle": "基金会 护照指示",
"ledgerSuccessImportTitle": "进口",
"physicalBackupTitle": "物理备份",
"exchangeReferralsMissionLink": "布尔比奇.com/mission",
"swapTransferPendingMessage": "移交工作正在进行之中。 交易可在确认时进行。 你可以回家,等待.",
"transactionSwapLiquidToBitcoin": "L-BTC - BTC",
"testBackupDecryptVault": "加密",
"transactionDetailBumpFees": "消费税",
"psbtFlowNoPartsToDisplay": "无部件显示",
"addressCardCopiedMessage": "地址抄录在纸板上",
"totalFeeLabel": "共计",
"mempoolCustomServerBottomSheetDescription": "进入您的海关特网服务器。 服务器在储蓄之前将予以验证.",
"sellBelowMinAmountError": "您的出售金额低于此钱包的最小可售金额",
"buyAwaitingConfirmation": "等待确认 ",
"payExpired": "过期",
"exchangeSecurityAccessSettingsButton": "准入环境",
"payPaymentSuccessful": "付款成功",
"exchangeHomeWithdraw": "草原",
"importMnemonicSegwit": "Segwit",
"importQrDeviceJadeStep6": "从围墙菜单中选取“Export Xpub”",
"buyContinue": "继续",
"recoverbullEnterToDecrypt": "请进入您的{inputType},对你的过失进行加密.",
"@recoverbullEnterToDecrypt": {
"placeholders": {
"inputType": {
"type": "String"
}
}
},
"swapTransferTitle": "转让",
"testBackupSuccessTitle": "成功完成试验!",
"recoverbullSelectTakeYourTime": "发言时间",
"sendConfirmCustomFee": "2. 固定习俗费",
"coreScreensTotalFeesLabel": "总费用",
"mempoolSettingsDescription": "• 为不同网络配置保密的定制服务器。 每个网络都可使用自己的服务器进行编块勘探和收费估算.",
"transactionSwapProgressClaim": "索赔",
"exchangeHomeDeposit": "交存",
"sendFrom": "摘自",
"sendTransactionBuilt": "随时可采取的行动",
"bitboxErrorOperationCancelled": "该行动被取消。 请再次审判.",
"dcaOrderTypeLabel": "命令类型",
"withdrawConfirmCard": "文件",
"dcaSuccessMessageHourly": "页: 1",
"@dcaSuccessMessageHourly": {
"placeholders": {
"amount": {
"type": "String"
}
}
},
"loginButton": "LOGIN",
"revealingVaultKeyButton": "修订......",
"arkAboutNetwork": "网络",
"payLastName": "姓 名",
"transactionPayjoinStatusExpired": "过期",
"fundExchangeMethodBankTransferWire": "银行转账 (Wire or EFT)",
"psbtFlowLoginToDevice": "your{device} 装置",
"@psbtFlowLoginToDevice": {
"placeholders": {
"device": {
"type": "String"
}
}
},
"fundExchangeJurisdictionCostaRica": "🇨🇷 Costa 哥斯达黎加",
"payCalculating": "计算......",
"transactionDetailLabelTransferId": "转账证明",
"fundExchangeContinueButton": "继续",
"fundExchangeScamConsentError": "无法注册您的同意。请再试一次。",
"currencySettingsDefaultFiatCurrencyLabel": "2. 违约货币",
"payRecipient": "受援国",
"fundExchangeCrIbanUsdRecipientNameHelp": "利用我们的正式公司名称。 不要使用“Bul>.",
"sendUnfreezeCoin": "特别活动",
"sellEurBalance": "欧元 结余",
"jadeInstructionsTitle": "段 次 页 次 指示",
"scanNfcButton": "页: 1",
"testBackupChooseVaultLocation": "颜色",
"torSettingsInfoDescription": "• • 代理仅适用于(不包括液体)\n• • Default Orbot港9050\n• 确保Orbot在获得授权之前能够运行\n• • 联系可能较慢,通过托拉斯进行",
"dcaAddressBitcoin": "页: 1",
"sendErrorAmountBelowMinimum": "低于最低互换限额的数额:",
"@sendErrorAmountBelowMinimum": {
"placeholders": {
"minLimit": {
"type": "String"
}
}
},
"recoverbullGoogleDriveErrorFetchFailed": "Failed to fetch vaults from Valle Drive",
"systemLabelExchangeBuy": "1. 采购",
"sendRecipientAddress": "接收人的讲话",
"arkTxTypeBoarding": "董事会",
"exchangeAmountInputValidationInsufficient": "结余不足",
"psbtFlowReviewTransaction": "一旦交易进口到{device},审查目的地地址和数额.",
"@psbtFlowReviewTransaction": {
"placeholders": {
"device": {
"type": "String"
}
}
},
"arkTransactions": "交易",
"broadcastSignedTxCameraButton": "摄像机",
"importQrDeviceJadeName": "B. 集群",
"importWalletImportMnemonic": "导入助记词",
"bip85NextMnemonic": "接下来的Mnemonic",
"bitboxErrorNoActiveConnection": "与BitBox装置没有积极的联系.",
"dcaFundAccountButton": "基金",
"transactionFilterAll": "所有人",
"arkSendTitle": "修正",
"transactionDetailLabelAmountReceived": "收到的资金",
"bitboxCubitOperationTimeout": "该行动已经停止。 请再次审判.",
"receivePaymentReceived": "收到的捐款!",
"backupWalletHowToDecideVaultCloudSecurity": "谷歌或 Apple果等云层储存供应商由于加密密码太强而无法进入海底。 他们只能进入与关键服务器(在线服务,储存你的加密密码)相勾结的不太可能的事件。 如果关键服务器破碎,那么,谷歌或 Apple云可能会有风险.",
"howToDecideBackupText1": "人民失去生计的最常见途径之一,是失去物质支持。 找到你身体支持的人将能够带上你所有的座位。 如果你确信你能够掩盖它,永远不会失去它,那么它就是一个好选择.",
"payOrderNotFound": "未找到这笔支付订单,请稍后重试",
"coldcardStep13": "土木板将请你扫描冷却板上的QR代码。 缩略语.",
"psbtFlowIncreaseBrightness": "3. 提高你的器具的亮度",
"payCoinjoinCompleted": "联 合 国",
"electrumAddCustomServer": "添加习俗服务器",
"psbtFlowClickSign": "浮标",
"rbfSatsPerVbyte": "注",
"broadcastSignedTxDoneButton": "Done",
"sendRecommendedFee": "建议:{rate} sat/vB",
"@sendRecommendedFee": {
"placeholders": {
"rate": {
"type": "String"
}
}
},
"mempoolCustomServerUrl": "服务器 URL",
"buyOrderAlreadyConfirmedError": "这项购买令已经确认.",
"fundExchangeArsBankTransferTitle": "银行转账",
"transactionLabelReceiveAmount": "收款情况",
"sendServerNetworkFees": "服务器网",
"importWatchOnlyImport": "导入",
"backupWalletBackupButton": "备份",
"mempoolSettingsTitle": "默思服务器",
"recoverbullErrorVaultCreationFailed": "违约,可以是档案或钥匙",
"sellSendPaymentFeePriority": "妇女优先",
"bitboxActionSignTransactionProcessing": "签署交易",
"sellWalletBalance": "余额:{amount}",
"@sellWalletBalance": {
"placeholders": {
"amount": {
"type": "String"
}
}
},
"recoverbullGoogleDriveNoBackupsFound": "没有发现的支持",
"sellSelectNetwork": "选定网络",
"sellSendPaymentOrderNumber": "命令号数",
"arkDust": "Dust",
"dcaConfirmPaymentMethod": "支付方法",
"sellSendPaymentAdvanced": "先进环境",
"bitcoinSettingsImportWalletTitle": "导入钱包",
"backupWalletErrorGoogleDriveConnection": "未能与谷歌运动连接",
"payEnterInvoice": "加入",
"broadcastSignedTxPasteHint": "PSBT或交易",
"transactionLabelAmountSent": "发出",
"testBackupPassphrase": "Passphrase",
"arkSetupEnable": "Enable Ak",
"walletDeletionErrorDefaultWallet": "您无法删除默认钱包",
"confirmTransferTitle": "1. 集体转让",
"payFeeBreakdown": "Fee Break",
"coreSwapsLnSendPaid": "发票将在收到付款确认后支付.",
"fundExchangeCrBankTransferDescription2": "。 这些资金将添加到你的账户结余中.",
"sellAmount": "数额",
"transactionLabelSwapStatus": "差距",
"walletDeletionConfirmationCancelButton": "Cancel",
"ledgerErrorDeviceLocked": "液化装置被锁定。 请锁定你的装置并再次尝试.",
"importQrDeviceSeedsignerStep5": "选择“Single Sig”,然后选择了你喜欢的文字类型(如果无法选择,则选择土著Segwit).",
"recoverbullRecoveryErrorWalletMismatch": "已经存在不同的违约墙。 你们只能有一个缺省墙.",
"payNoRecipientsFound": "没有任何领取者找到工资.",
"payNoInvoiceData": "无发票数据",
"recoverbullErrorInvalidCredentials": "这一备份卷宗的密码",
"paySinpeMonto": "数额",
"arkDurationSeconds": "{seconds}秒",
"@arkDurationSeconds": {
"placeholders": {
"seconds": {
"type": "String"
}
}
},
"receiveCopyOrScanAddressOnly": "只读或扫描",
"transactionDetailAccelerate": "加速",
"importQrDevicePassportStep11": "贴上你护照挂号的标签,并打上“港口”",
"fundExchangeJurisdictionCanada": "🇨🇦 加拿大",
"withdrawBelowMinAmountError": "你们正试图在最低数额以下撤出.",
"swapYouPay": "页: 1",
"encryptedVaultTitle": "加密",
"fundExchangeCrIbanUsdLabelIban": "IBAN账户编号(仅美元)",
"chooseAccessPinTitle": "选取{pinOrPassword}",
"@chooseAccessPinTitle": {
"placeholders": {
"pinOrPassword": {
"type": "String",
"example": "PIN"
}
}
},
"importWalletSeedSigner": "SeedSigner",
"featureComingSoonTitle": "简历",
"swapProgressRefundInProgress": "转款",
"transactionDetailLabelPayjoinExpired": "过期",
"payBillerName": "账单名称",
"transactionSwapProgressCompleted": "完成",
"sendErrorBitcoinWalletRequired": "硬墙必须用于电灯照明",
"pinCodeManageTitle": "管理你们的安全",
"buyConfirmBitcoinPrice": "价格",
"arkUnifiedAddressCopied": "统一地址复制",
"transactionSwapDescLnSendCompleted": "照明付款已成功交付! 你们的雕刻现已完成.",
"exchangeDcaCancelDialogCancelButton": "Cancel",
"sellOrderAlreadyConfirmedError": "这一销售订单已经得到确认.",
"paySinpeEnviado": "SINPE ENVIADO!",
"withdrawConfirmPhone": "电话",
"payNoDetailsAvailable": "不详",
"allSeedViewOldWallets": "旧墙({count})",
"@allSeedViewOldWallets": {
"placeholders": {
"count": {
"type": "int",
"format": "decimalPattern"
}
}
},
"sellOrderPlaced": "成功签发的Sell订单",
"buyInsufficientFundsError": "页: 1.",
"ledgerHelpStep4": "确保你安装了Ledger Live的最新版本.",
"recoverbullPleaseWait": "请等待我们建立安全联系......",
"broadcastSignedTxBroadcast": "广播",
"lastKnownEncryptedVault": "密执安 不详:{date}",
"@lastKnownEncryptedVault": {
"placeholders": {
"date": {
"type": "String",
"example": "2025-01-20 15:30:45"
}
}
},
"fundExchangeInfoTransferCode": "在付款时,必须将转让法作为“对象”或“理由”.",
"hwChooseDevice": "选择您想要连接的硬件钱包",
"transactionListNoTransactions": "尚未进行交易.",
"torSettingsConnectionStatus": "关系",
"backupInstruction1": "如果您丢失了12个单词备份,您将会无法恢复对该比特币钱包的访问权限",
"sendErrorInvalidAddressOrInvoice": "Invalid Pay Address or Invoice",
"sendErrorUnsupportedQrCodeFormat": "不支持的二维码格式",
"transactionLabelAmountReceived": "收到的资金",
"recoverbullRecoveryTitle": "2. 追回被盗资产",
"broadcastSignedTxScanQR": "your",
"transactionStatusTransferInProgress": "B. 进展中的转让",
"ledgerSuccessSignDescription": "你的交易已成功签署.",
"exchangeSupportChatMessageRequired": "需要信息",
"buyEstimatedFeeValue": "估计收费价值",
"payName": "姓名",
"sendSignWithBitBox": "与BitBox的签名",
"sendSwapRefundInProgress": "增 编",
"exchangeKycLimited": "有限公司",
"backupWalletHowToDecideVaultCustomRecommendationText": "你相信,你不会丢失ault,如果你失去电话,仍然可以查阅.",
"swapErrorAmountBelowMinimum": "数额低于最低兑换额:{min}克拉",
"@swapErrorAmountBelowMinimum": {
"placeholders": {
"min": {
"type": "String"
}
}
},
"settingsGithubLabel": "Github",
"settingsGetHelpLabel": "获取帮助",
"sellTransactionFee": "交易费",
"coldcardStep5": "如果你遇到麻烦,就会:",
"buyExpressWithdrawal": "提 出",
"payPaymentConfirmed": "付款",
"transactionOrderLabelOrderNumber": "命令号数",
"buyEnterAmount": "营业额",
"sellShowQrCode": "显示QR代码",
"receiveConfirmed": "1. 确认",
"walletOptionsWalletDetailsTitle": "钱包详情",
"sellSecureBitcoinWallet": "安全的比特币钱包",
"ledgerWalletTypeLegacy": "遗产(BIP44)",
"transactionDetailTransferProgress": "转让进展",
"sendNormalFee": "正常",
"importWalletConnectHardware": "连接硬件钱包",
"importWatchOnlyType": "类型",
"transactionDetailLabelPayinAmount": "薪酬数额",
"importWalletSectionHardware": "硬件钱包",
"connectHardwareWalletDescription": "选择您想要连接的硬件钱包",
"sendEstimatedDelivery10Minutes": "10分钟",
"enterPinToContinueMessage": "{pinOrPassword}",
"@enterPinToContinueMessage": {
"placeholders": {
"pinOrPassword": {
"type": "String",
"example": "PIN"
}
}
},
"swapTransferFrom": "转让",
"errorSharingLogsMessage": "汇率:{error}",
"@errorSharingLogsMessage": {
"placeholders": {
"error": {
"type": "String"
}
}
},
"payShowQrCode": "显示QR代码",
"onboardingRecoverWalletButtonLabel": "恢复钱包",
"torSettingsPortValidationEmpty": "请进入港口号",
"ledgerHelpStep1": "重新启动电解装置.",
"swapAvailableBalance": "可用余额",
"fundExchangeCrIbanCrcLabelPaymentDescription": "付款说明",
"walletTypeWatchSigner": "Watch-Signer",
"settingsWalletBackupTitle": "钱包备份",
"ledgerConnectingSubtext": "建立安全联系.",
"transactionError": "Error - {error}",
"@transactionError": {
"placeholders": {
"error": {
"type": "String"
}
}
},
"electrumPrivacyNoticeCancel": "Cancel",
"coreSwapsLnSendPending": "尚未开始使用Sap.",
"recoverbullVaultCreatedSuccess": "成功制造",
"payAmount": "数额",
"sellMaximumAmount": "最大销售额:{amount}",
"@sellMaximumAmount": {
"placeholders": {
"amount": {
"type": "String"
}
}
},
"sellViewDetailsButton": "观点细节",
"receiveGenerateInvoice": "基因",
"kruxStep8": " - 完成红色激光器,并在QR代码上下",
"coreScreensFeeDeductionExplanation": "这是从发出的款项中扣除的总费用",
"transactionSwapProgressInitiated": "启动",
"fundExchangeTitle": "筹资",
"dcaNetworkValidationError": "请选择网络",
"coldcardStep12": "在 Bull Bitcoin 钱包中点击“我完成了”",
"autoswapAlwaysBlockDisabledInfo": "如果残疾,将给予你允许因高收费而被阻断的汽车转让的选择权",
"bip85Index": "指数:{index}",
"@bip85Index": {
"placeholders": {
"index": {
"type": "int"
}
}
},
"broadcastSignedTxPageTitle": "广播签署的交易",
"sendInsufficientBalance": "结余不足",
"paySecurityAnswer": "安保",
"walletArkInstantPayments": "按时付款",
"passwordLabel": "密码",
"importQrDeviceError": "导入钱包失败",
"onboardingSplashDescription": "主权自控墙和特制交换服务.",
"statusCheckOffline": "离岸价格",
"fundExchangeCrIbanCrcDescriptionEnd": "。 资金将计入你的账户结余.",
"payAccount": "账户",
"testBackupGoogleDrivePrivacyPart2": "不 ",
"buyCompleteKyc": "页: 1",
"vaultSuccessfullyImported": "成功进口",
"payAccountNumberHint": "账面编号",
"buyOrderNotFoundError": "买单没有发现。 请再次审判.",
"backupWalletGoogleDrivePrivacyMessage2": "不 ",
"payAddressRequired": "地址要求",
"arkTransactionDetails": "交易细节",
"payTotalAmount": "总额",
"exchangeLegacyTransactionsTitle": "遗产交易",
"autoswapWarningDontShowAgain": "不要再次表明这一警告.",
"sellInsufficientBalance": "钱包余额不足",
"recoverWalletButton": "恢复钱包",
"mempoolCustomServerDeleteMessage": "你们是否希望删除这一定制的超级服务器? 相反,将使用违约服务器.",
"coldcardStep6": " - 提高你的器具的亮度",
"exchangeAppSettingsValidationWarning": "请在储蓄之前确定语言和货币选择.",
"sellCashPickup": "现金保险",
"coreSwapsLnReceivePaid": "供应商支付了发票.",
"payInProgress": "支付:!",
"recoverbullRecoveryErrorKeyDerivationFailed": "当地背后的主要衍生物失败.",
"swapValidationInsufficientBalance": "结余不足",
"transactionLabelFromWallet": "来源钱包",
"recoverbullErrorRateLimited": "比率有限。 {retryIn}",
"@recoverbullErrorRateLimited": {
"placeholders": {
"retryIn": {
"type": "String"
}
}
},
"importWatchOnlyExtendedPublicKey": "扩大公众 关键",
"autoswapAlwaysBlock": "Always Block High Fees",
"walletDeletionConfirmationTitle": "删除墙壁",
"sendNetworkFees": "网络费",
"mempoolNetworkBitcoinMainnet": "页: 1",
"paySinpeOrigen": "1. 起源",