forked from SatoshiPortal/bullbitcoin-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp_en.arb
More file actions
11870 lines (11870 loc) · 443 KB
/
Copy pathapp_en.arb
File metadata and controls
11870 lines (11870 loc) · 443 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
{
"@@locale": "en",
"durationSeconds": "{seconds} seconds",
"@durationSeconds": {
"description": "Duration format for seconds",
"placeholders": {
"seconds": {
"type": "String"
}
}
},
"durationMinute": "{minutes} minute",
"@durationMinute": {
"description": "Duration format for singular minute",
"placeholders": {
"minutes": {
"type": "String"
}
}
},
"durationMinutes": "{minutes} minutes",
"@durationMinutes": {
"description": "Duration format for plural minutes",
"placeholders": {
"minutes": {
"type": "String"
}
}
},
"coreSwapsStatusPending": "Pending",
"@coreSwapsStatusPending": {
"description": "Display name for pending swap status"
},
"coreSwapsStatusInProgress": "In Progress",
"@coreSwapsStatusInProgress": {
"description": "Display name for in-progress swap status (paid, claimable, refundable, canCoop)"
},
"coreSwapsStatusCompleted": "Completed",
"@coreSwapsStatusCompleted": {
"description": "Display name for completed swap status"
},
"coreSwapsStatusExpired": "Expired",
"@coreSwapsStatusExpired": {
"description": "Display name for expired swap status"
},
"coreSwapsStatusFailed": "Failed",
"@coreSwapsStatusFailed": {
"description": "Display name for failed swap status"
},
"coreSwapsActionClaim": "Claim",
"@coreSwapsActionClaim": {
"description": "Action label for claiming a swap"
},
"coreSwapsActionClose": "Close",
"@coreSwapsActionClose": {
"description": "Action label for closing a swap cooperatively"
},
"coreSwapsActionRefund": "Refund",
"@coreSwapsActionRefund": {
"description": "Action label for refunding a swap"
},
"coreSwapsLnReceivePending": "Swap is not yet initialized.",
"@coreSwapsLnReceivePending": {
"description": "Status message for pending Lightning receive swap"
},
"coreSwapsLnReceivePaid": "Sender has paid the invoice.",
"@coreSwapsLnReceivePaid": {
"description": "Status message for paid Lightning receive swap"
},
"coreSwapsLnReceiveClaimable": "Swap is ready to be claimed.",
"@coreSwapsLnReceiveClaimable": {
"description": "Status message for claimable Lightning receive swap"
},
"coreSwapsLnReceiveRefundable": "Swap is ready to be refunded.",
"@coreSwapsLnReceiveRefundable": {
"description": "Status message for refundable Lightning receive swap"
},
"coreSwapsLnReceiveCanCoop": "Swap will complete momentarily.",
"@coreSwapsLnReceiveCanCoop": {
"description": "Status message for Lightning receive swap that can complete cooperatively"
},
"coreSwapsLnReceiveCompleted": "Swap is completed.",
"@coreSwapsLnReceiveCompleted": {
"description": "Status message for completed Lightning receive swap"
},
"coreSwapsLnReceiveExpired": "Swap Expired.",
"@coreSwapsLnReceiveExpired": {
"description": "Status message for expired Lightning receive swap"
},
"coreSwapsLnReceiveFailed": "Swap Failed.",
"@coreSwapsLnReceiveFailed": {
"description": "Status message for failed Lightning receive swap"
},
"coreSwapsLnSendPending": "Swap is not yet initialized.",
"@coreSwapsLnSendPending": {
"description": "Status message for pending Lightning send swap"
},
"coreSwapsLnSendPaid": "Invoice will be paid after your payment receives confirmation.",
"@coreSwapsLnSendPaid": {
"description": "Status message for paid Lightning send swap"
},
"coreSwapsLnSendClaimable": "Swap is ready to be claimed.",
"@coreSwapsLnSendClaimable": {
"description": "Status message for claimable Lightning send swap"
},
"coreSwapsLnSendRefundable": "Swap is ready to be refunded.",
"@coreSwapsLnSendRefundable": {
"description": "Status message for refundable Lightning send swap"
},
"coreSwapsLnSendCanCoop": "Swap will complete momentarily.",
"@coreSwapsLnSendCanCoop": {
"description": "Status message for Lightning send swap that can complete cooperatively"
},
"coreSwapsLnSendCompletedRefunded": "Swap has been refunded.",
"@coreSwapsLnSendCompletedRefunded": {
"description": "Status message for Lightning send swap completed via refund"
},
"coreSwapsLnSendCompletedSuccess": "Swap is completed successfully.",
"@coreSwapsLnSendCompletedSuccess": {
"description": "Status message for successfully completed Lightning send swap"
},
"coreSwapsLnSendExpired": "Swap Expired",
"@coreSwapsLnSendExpired": {
"description": "Status message for expired Lightning send swap"
},
"coreSwapsLnSendFailedRefunding": "Swap will be refunded shortly.",
"@coreSwapsLnSendFailedRefunding": {
"description": "Status message for failed Lightning send swap that will be refunded"
},
"coreSwapsLnSendFailed": "Swap Failed.",
"@coreSwapsLnSendFailed": {
"description": "Status message for failed Lightning send swap"
},
"coreSwapsChainPending": "Transfer is not yet initialized.",
"@coreSwapsChainPending": {
"description": "Status message for pending chain swap"
},
"coreSwapsChainPaid": "Waiting for transfer provider's payment to receive confirmation. This may take a while to complete.",
"@coreSwapsChainPaid": {
"description": "Status message for paid chain swap"
},
"coreSwapsChainClaimable": "Transfer is ready to be claimed.",
"@coreSwapsChainClaimable": {
"description": "Status message for claimable chain swap"
},
"coreSwapsChainRefundable": "Transfer is ready to be refunded.",
"@coreSwapsChainRefundable": {
"description": "Status message for refundable chain swap"
},
"coreSwapsChainCanCoop": "Transfer will complete momentarily.",
"@coreSwapsChainCanCoop": {
"description": "Status message for chain swap that can complete cooperatively"
},
"coreSwapsChainCompletedRefunded": "Transfer has been refunded.",
"@coreSwapsChainCompletedRefunded": {
"description": "Status message for chain swap completed via refund"
},
"coreSwapsChainCompletedSuccess": "Transfer is completed successfully.",
"@coreSwapsChainCompletedSuccess": {
"description": "Status message for successfully completed chain swap"
},
"coreSwapsChainExpired": "Transfer Expired",
"@coreSwapsChainExpired": {
"description": "Status message for expired chain swap"
},
"coreSwapsChainFailedRefunding": "Transfer will be refunded shortly.",
"@coreSwapsChainFailedRefunding": {
"description": "Status message for failed chain swap that will be refunded"
},
"coreSwapsChainFailed": "Transfer Failed.",
"@coreSwapsChainFailed": {
"description": "Status message for failed chain swap"
},
"coreWalletTransactionStatusPending": "Pending",
"@coreWalletTransactionStatusPending": {
"description": "Display name for pending wallet transaction status"
},
"coreWalletTransactionStatusConfirmed": "Confirmed",
"@coreWalletTransactionStatusConfirmed": {
"description": "Display name for confirmed wallet transaction status"
},
"onboardingScreenTitle": "Welcome",
"@onboardingScreenTitle": {
"description": "The title of the onboarding screen"
},
"onboardingCreateWalletButtonLabel": "Create wallet",
"@onboardingCreateWalletButtonLabel": {
"description": "The label for the button to create a wallet from the onboarding screen"
},
"onboardingRecoverWalletButtonLabel": "Recover wallet",
"@onboardingRecoverWalletButtonLabel": {
"description": "The label for the button to recover a wallet from the onboarding screen"
},
"settingsScreenTitle": "Settings",
"@settingsScreenTitle": {
"description": "The title of the settings screen"
},
"testnetModeSettingsLabel": "Testnet mode",
"@testnetModeSettingsLabel": {
"description": "The label for the testnet mode settings"
},
"satsBitcoinUnitSettingsLabel": "Display unit in sats",
"@satsBitcoinUnitSettingsLabel": {
"description": "The label to switch the Bitcoin unit to sats in settings"
},
"pinCodeSettingsLabel": "PIN code",
"@pinCodeSettingsLabel": {
"description": "The label for the button to access the PIN code settings"
},
"languageSettingsLabel": "Language",
"@languageSettingsLabel": {
"description": "The label for the button to access the language settings"
},
"backupSettingsLabel": "Wallet backup",
"@backupSettingsLabel": {
"description": "The label for the button to access the backup settings"
},
"electrumServerSettingsLabel": "Electrum server (Bitcoin node)",
"@electrumServerSettingsLabel": {
"description": "The label for the button to access the electrum server settings"
},
"fiatCurrencySettingsLabel": "Fiat currency",
"@fiatCurrencySettingsLabel": {
"description": "The label for the button to access the fiat currency settings"
},
"languageSettingsScreenTitle": "Language",
"@languageSettingsScreenTitle": {
"description": "The title of the language settings screen"
},
"backupSettingsScreenTitle": "Backup Settings",
"@backupSettingsScreenTitle": {
"description": "AppBar title for backup settings screen"
},
"settingsExchangeSettingsTitle": "Exchange Settings",
"@settingsExchangeSettingsTitle": {
"description": "Title for the exchange settings section in the settings menu"
},
"settingsWalletBackupTitle": "Wallet Backup",
"@settingsWalletBackupTitle": {
"description": "Title for the wallet backup section in the settings menu"
},
"settingsBitcoinSettingsTitle": "Bitcoin Settings",
"@settingsBitcoinSettingsTitle": {
"description": "Title for the Bitcoin settings section in the settings menu"
},
"settingsSecurityPinTitle": "Security Pin",
"@settingsSecurityPinTitle": {
"description": "Title for the security PIN section in the settings menu"
},
"pinCodeAuthentication": "Authentication",
"@pinCodeAuthentication": {
"description": "AppBar title for PIN code authentication screens"
},
"pinCodeCreateTitle": "Create new pin",
"@pinCodeCreateTitle": {
"description": "Title for creating a new PIN code"
},
"pinCodeCreateDescription": "Your PIN protects access to your wallet and settings. Keep it memorable.",
"@pinCodeCreateDescription": {
"description": "Description explaining the purpose of the PIN code"
},
"pinCodeMinLengthError": "PIN must be at least {minLength} digits long",
"@pinCodeMinLengthError": {
"description": "Error message when PIN is too short",
"placeholders": {
"minLength": {
"type": "String"
}
}
},
"pinCodeConfirmTitle": "Confirm new pin",
"@pinCodeConfirmTitle": {
"description": "Title for confirming the new PIN code"
},
"pinCodeMismatchError": "PINs do not match",
"@pinCodeMismatchError": {
"description": "Error message when PIN confirmation doesn't match"
},
"pinCodeSecurityPinTitle": "Security PIN",
"@pinCodeSecurityPinTitle": {
"description": "AppBar title for PIN settings screen"
},
"pinCodeManageTitle": "Manage your security PIN",
"@pinCodeManageTitle": {
"description": "Header title for PIN management section"
},
"pinCodeChangeButton": "Change PIN",
"@pinCodeChangeButton": {
"description": "Button label to change existing PIN"
},
"pinCodeCreateButton": "Create PIN",
"@pinCodeCreateButton": {
"description": "Button label to create a new PIN"
},
"pinCodeRemoveButton": "Remove Security PIN",
"@pinCodeRemoveButton": {
"description": "Button label to remove the security PIN"
},
"pinCodeContinue": "Continue",
"@pinCodeContinue": {
"description": "Button label to continue with PIN entry"
},
"pinCodeConfirm": "Confirm",
"@pinCodeConfirm": {
"description": "Button label to confirm PIN entry"
},
"pinCodeLoading": "Loading",
"@pinCodeLoading": {
"description": "Status screen title while loading PIN settings"
},
"pinCodeCheckingStatus": "Checking PIN status",
"@pinCodeCheckingStatus": {
"description": "Status screen description while checking PIN status"
},
"pinCodeProcessing": "Processing",
"@pinCodeProcessing": {
"description": "Status screen title while processing PIN changes"
},
"pinCodeSettingUp": "Setting up your PIN code",
"@pinCodeSettingUp": {
"description": "Status screen description while setting up PIN"
},
"settingsCurrencyTitle": "Currency",
"@settingsCurrencyTitle": {
"description": "Title for the currency settings section in the settings menu"
},
"settingsAppSettingsTitle": "App Settings",
"@settingsAppSettingsTitle": {
"description": "Title for the app settings section in the settings menu"
},
"settingsTermsOfServiceTitle": "Terms of Service",
"@settingsTermsOfServiceTitle": {
"description": "Title for the terms of service section in the settings menu"
},
"settingsAppVersionLabel": "App version: ",
"@settingsAppVersionLabel": {
"description": "Label displayed before the app version number in settings"
},
"settingsTelegramLabel": "Telegram",
"@settingsTelegramLabel": {
"description": "Label for the Telegram link in settings"
},
"settingsGithubLabel": "Github",
"@settingsGithubLabel": {
"description": "Label for the Github link in settings"
},
"settingsServicesStatusTitle": "Services Status",
"@settingsServicesStatusTitle": {
"description": "Title for the services status section in the settings menu"
},
"settingsTorSettingsTitle": "Tor Settings",
"@settingsTorSettingsTitle": {
"description": "Title for the Tor settings section in app settings"
},
"settingsRecoverbullTitle": "Recoverbull",
"@settingsRecoverbullTitle": {
"description": "Title for the Recoverbull backup section in app settings"
},
"settingsLanguageTitle": "Language",
"@settingsLanguageTitle": {
"description": "Title for the language selection in app settings"
},
"settingsArkTitle": "Ark",
"@settingsArkTitle": {
"description": "Title for the Ark protocol section in Bitcoin settings"
},
"settingsDevModeWarningTitle": "Dev Mode",
"@settingsDevModeWarningTitle": {
"description": "Title for the developer mode warning dialog"
},
"settingsDevModeWarningMessage": "This mode is risky. By enabling it, you acknowledge that you may lose money",
"@settingsDevModeWarningMessage": {
"description": "Warning message displayed when enabling developer mode"
},
"settingsDevModeUnderstandButton": "I understand",
"@settingsDevModeUnderstandButton": {
"description": "Button label to acknowledge developer mode warning"
},
"settingsSuperuserModeDisabledMessage": "Superuser mode disabled.",
"@settingsSuperuserModeDisabledMessage": {
"description": "Message shown when superuser mode is disabled"
},
"settingsSuperuserModeUnlockedMessage": "Superuser mode unlocked!",
"@settingsSuperuserModeUnlockedMessage": {
"description": "Message shown when superuser mode is enabled"
},
"walletOptionsUnnamedWalletFallback": "Unnamed Wallet",
"@walletOptionsUnnamedWalletFallback": {
"description": "Fallback name displayed for wallets without a specified name"
},
"walletOptionsNotFoundMessage": "Wallet not found",
"@walletOptionsNotFoundMessage": {
"description": "Error message displayed when a wallet cannot be found"
},
"walletOptionsWalletDetailsTitle": "Wallet Details",
"@walletOptionsWalletDetailsTitle": {
"description": "Title for the wallet details screen"
},
"addressViewAddressesTitle": "Addresses",
"@addressViewAddressesTitle": {
"description": "Title for the addresses section in wallet options"
},
"walletDetailsDeletingMessage": "Deleting wallet...",
"@walletDetailsDeletingMessage": {
"description": "Message displayed while a wallet is being deleted"
},
"walletDetailsWalletFingerprintLabel": "Wallet fingerprint",
"@walletDetailsWalletFingerprintLabel": {
"description": "Label for the wallet fingerprint field in wallet details"
},
"walletDetailsPubkeyLabel": "Pubkey",
"@walletDetailsPubkeyLabel": {
"description": "Label for the public key field in wallet details"
},
"walletDetailsDescriptorLabel": "Descriptor",
"@walletDetailsDescriptorLabel": {
"description": "Label for the wallet descriptor field in wallet details"
},
"walletDetailsAddressTypeLabel": "Address type",
"@walletDetailsAddressTypeLabel": {
"description": "Label for the address type field in wallet details"
},
"walletDetailsNetworkLabel": "Network",
"@walletDetailsNetworkLabel": {
"description": "Label for the network field in wallet details"
},
"walletDetailsDerivationPathLabel": "Derivation Path",
"@walletDetailsDerivationPathLabel": {
"description": "Label for the derivation path field in wallet details"
},
"walletDetailsSignerLabel": "Signer",
"@walletDetailsSignerLabel": {
"description": "Label for the signer field in wallet details"
},
"walletDetailsSignerDeviceLabel": "Signer Device",
"@walletDetailsSignerDeviceLabel": {
"description": "Label for the signer device field in wallet details"
},
"walletDetailsSignerDeviceNotSupported": "Not supported",
"@walletDetailsSignerDeviceNotSupported": {
"description": "Message displayed when a signer device is not supported"
},
"walletDetailsCopyButton": "Copy",
"@walletDetailsCopyButton": {
"description": "Button label for copying wallet details to clipboard"
},
"bitcoinSettingsWalletsTitle": "Wallets",
"@bitcoinSettingsWalletsTitle": {
"description": "Title for the wallets section in Bitcoin settings"
},
"bitcoinSettingsElectrumServerTitle": "Electrum Server Settings",
"@bitcoinSettingsElectrumServerTitle": {
"description": "Title for the Electrum server settings section in Bitcoin settings"
},
"bitcoinSettingsAutoTransferTitle": "Auto Transfer Settings",
"@bitcoinSettingsAutoTransferTitle": {
"description": "Title for the auto transfer settings section in Bitcoin settings"
},
"bitcoinSettingsLegacySeedsTitle": "Legacy Seeds",
"@bitcoinSettingsLegacySeedsTitle": {
"description": "Title for the legacy seeds section in Bitcoin settings"
},
"bitcoinSettingsImportWalletTitle": "Import Wallet",
"@bitcoinSettingsImportWalletTitle": {
"description": "Title for the import wallet option in Bitcoin settings"
},
"bitcoinSettingsBroadcastTransactionTitle": "Broadcast Transaction",
"@bitcoinSettingsBroadcastTransactionTitle": {
"description": "Title for the broadcast transaction option in Bitcoin settings"
},
"bitcoinSettingsTestnetModeTitle": "Testnet Mode",
"@bitcoinSettingsTestnetModeTitle": {
"description": "Title for the testnet mode toggle in Bitcoin settings"
},
"bitcoinSettingsBip85EntropiesTitle": "BIP85 Deterministic Entropies",
"@bitcoinSettingsBip85EntropiesTitle": {
"description": "Title for the BIP85 deterministic entropies section in Bitcoin settings"
},
"logSettingsLogsTitle": "Logs",
"@logSettingsLogsTitle": {
"description": "Title for the logs section in settings"
},
"logSettingsErrorLoadingMessage": "Error loading logs: ",
"@logSettingsErrorLoadingMessage": {
"description": "Error message displayed when logs fail to load"
},
"appSettingsDevModeTitle": "Dev Mode",
"@appSettingsDevModeTitle": {
"description": "Title for the developer mode toggle in app settings"
},
"currencySettingsDefaultFiatCurrencyLabel": "Default fiat currency",
"@currencySettingsDefaultFiatCurrencyLabel": {
"description": "Label for the default fiat currency setting"
},
"exchangeSettingsAccountInformationTitle": "Account Information",
"@exchangeSettingsAccountInformationTitle": {
"description": "Title for the account information section in exchange settings"
},
"exchangeSettingsSecuritySettingsTitle": "Security Settings",
"@exchangeSettingsSecuritySettingsTitle": {
"description": "Title for the security settings section in exchange settings"
},
"exchangeSettingsReferralsTitle": "Referrals",
"@exchangeSettingsReferralsTitle": {
"description": "Title for the referrals section in exchange settings"
},
"exchangeSettingsLogInTitle": "Log In",
"@exchangeSettingsLogInTitle": {
"description": "Title for the log in option in exchange settings"
},
"exchangeSettingsLogOutTitle": "Log Out",
"@exchangeSettingsLogOutTitle": {
"description": "Title for the log out option in exchange settings"
},
"exchangeTransactionsTitle": "Transactions",
"@exchangeTransactionsTitle": {
"description": "Title for the transactions section in exchange"
},
"exchangeTransactionsComingSoon": "Transactions - Coming Soon",
"@exchangeTransactionsComingSoon": {
"description": "Message indicating that the transactions feature is coming soon"
},
"exchangeSecurityManage2FAPasswordLabel": "Manage 2FA and password",
"@exchangeSecurityManage2FAPasswordLabel": {
"description": "Label for managing 2FA and password in exchange security settings"
},
"exchangeSecurityAccessSettingsButton": "Access Settings",
"@exchangeSecurityAccessSettingsButton": {
"description": "Button label for accessing security settings in exchange"
},
"exchangeReferralsTitle": "Referral Codes",
"@exchangeReferralsTitle": {
"description": "Title for the referral codes section"
},
"exchangeReferralsJoinMissionTitle": "Join the mission",
"@exchangeReferralsJoinMissionTitle": {
"description": "Title encouraging users to join the referral mission"
},
"exchangeReferralsContactSupportMessage": "Contact support to learn about our referral program",
"@exchangeReferralsContactSupportMessage": {
"description": "Message prompting users to contact support about the referral program"
},
"exchangeReferralsApplyToJoinMessage": "Apply to join the program here",
"@exchangeReferralsApplyToJoinMessage": {
"description": "Message with link to apply for the referral program"
},
"exchangeReferralsMissionLink": "bullbitcoin.com/mission",
"@exchangeReferralsMissionLink": {
"description": "Link to the Bull Bitcoin mission page"
},
"exchangeRecipientsTitle": "Recipients",
"@exchangeRecipientsTitle": {
"description": "Title for the recipients section in exchange"
},
"exchangeRecipientsComingSoon": "Recipients - Coming Soon",
"@exchangeRecipientsComingSoon": {
"description": "Message indicating that the recipients feature is coming soon"
},
"exchangeLogoutComingSoon": "Log Out - Coming Soon",
"@exchangeLogoutComingSoon": {
"description": "Message indicating that the log out feature is coming soon"
},
"exchangeLegacyTransactionsTitle": "Legacy Transactions",
"@exchangeLegacyTransactionsTitle": {
"description": "Title for the legacy transactions section in exchange"
},
"exchangeLegacyTransactionsComingSoon": "Legacy Transactions - Coming Soon",
"@exchangeLegacyTransactionsComingSoon": {
"description": "Message indicating that the legacy transactions feature is coming soon"
},
"exchangeFileUploadTitle": "Secure File Upload",
"@exchangeFileUploadTitle": {
"description": "Title for the secure file upload section in exchange"
},
"exchangeFileUploadDocumentTitle": "Upload any document",
"@exchangeFileUploadDocumentTitle": {
"description": "Title for uploading documents in exchange"
},
"exchangeFileUploadInstructions": "If you need to send any other documents, upload them here.",
"@exchangeFileUploadInstructions": {
"description": "Instructions for uploading documents in exchange"
},
"exchangeFileUploadButton": "Upload",
"@exchangeFileUploadButton": {
"description": "Button label for uploading files in exchange"
},
"exchangeAccountTitle": "Exchange Account",
"@exchangeAccountTitle": {
"description": "Title for the exchange account section"
},
"exchangeAccountSettingsTitle": "Exchange Account Settings",
"@exchangeAccountSettingsTitle": {
"description": "Title for the exchange account settings screen"
},
"exchangeAccountComingSoon": "This feature is coming soon.",
"@exchangeAccountComingSoon": {
"description": "Message indicating that a feature is coming soon"
},
"exchangeBitcoinWalletsTitle": "Default Bitcoin Wallets",
"@exchangeBitcoinWalletsTitle": {
"description": "Title for the default Bitcoin wallets section in exchange"
},
"exchangeBitcoinWalletsBitcoinAddressLabel": "Bitcoin Address",
"@exchangeBitcoinWalletsBitcoinAddressLabel": {
"description": "Label for Bitcoin address field in exchange Bitcoin wallets"
},
"exchangeBitcoinWalletsLightningAddressLabel": "Lightning (LN address)",
"@exchangeBitcoinWalletsLightningAddressLabel": {
"description": "Label for Lightning address field in exchange Bitcoin wallets"
},
"exchangeBitcoinWalletsLiquidAddressLabel": "Liquid address",
"@exchangeBitcoinWalletsLiquidAddressLabel": {
"description": "Label for Liquid address field in exchange Bitcoin wallets"
},
"exchangeBitcoinWalletsEnterAddressHint": "Enter address",
"@exchangeBitcoinWalletsEnterAddressHint": {
"description": "Hint text for entering an address in exchange Bitcoin wallets"
},
"exchangeAppSettingsSaveSuccessMessage": "Settings saved successfully",
"@exchangeAppSettingsSaveSuccessMessage": {
"description": "Success message displayed when exchange app settings are saved"
},
"exchangeAppSettingsPreferredLanguageLabel": "Preferred Language",
"@exchangeAppSettingsPreferredLanguageLabel": {
"description": "Label for preferred language setting in exchange app settings"
},
"exchangeAppSettingsDefaultCurrencyLabel": "Default Currency",
"@exchangeAppSettingsDefaultCurrencyLabel": {
"description": "Label for default currency setting in exchange app settings"
},
"exchangeAppSettingsValidationWarning": "Please set both language and currency preferences before saving.",
"@exchangeAppSettingsValidationWarning": {
"description": "Warning message when language and currency preferences are not both set"
},
"exchangeAppSettingsSaveButton": "Save",
"@exchangeAppSettingsSaveButton": {
"description": "Button label for saving exchange app settings"
},
"exchangeAccountInfoTitle": "Account information",
"@exchangeAccountInfoTitle": {
"description": "Title for the account information section"
},
"exchangeAccountInfoLoadErrorMessage": "Unable to load account information",
"@exchangeAccountInfoLoadErrorMessage": {
"description": "Error message when account information fails to load"
},
"exchangeAccountInfoUserNumberLabel": "User number",
"@exchangeAccountInfoUserNumberLabel": {
"description": "Label for user number field in account information"
},
"exchangeAccountInfoVerificationLevelLabel": "Verification level",
"@exchangeAccountInfoVerificationLevelLabel": {
"description": "Label for verification level field in account information"
},
"exchangeAccountInfoEmailLabel": "Email",
"@exchangeAccountInfoEmailLabel": {
"description": "Label for email field in account information"
},
"exchangeAccountInfoFirstNameLabel": "First name",
"@exchangeAccountInfoFirstNameLabel": {
"description": "Label for first name field in account information"
},
"exchangeAccountInfoLastNameLabel": "Last name",
"@exchangeAccountInfoLastNameLabel": {
"description": "Label for last name field in account information"
},
"exchangeAccountInfoVerificationIdentityVerified": "Identity verified",
"@exchangeAccountInfoVerificationIdentityVerified": {
"description": "Status label for identity verified verification level"
},
"exchangeAccountInfoVerificationLightVerification": "Light verification",
"@exchangeAccountInfoVerificationLightVerification": {
"description": "Status label for light verification level"
},
"exchangeAccountInfoVerificationLimitedVerification": "Limited verification",
"@exchangeAccountInfoVerificationLimitedVerification": {
"description": "Status label for limited verification level"
},
"exchangeAccountInfoVerificationNotVerified": "Not verified",
"@exchangeAccountInfoVerificationNotVerified": {
"description": "Status label for not verified verification level"
},
"exchangeAccountInfoUserNumberCopiedMessage": "User number copied to clipboard",
"@exchangeAccountInfoUserNumberCopiedMessage": {
"description": "Success message when user number is copied to clipboard"
},
"walletsListTitle": "Wallet details",
"@walletsListTitle": {
"description": "Title for the wallet details list screen"
},
"walletsListNoWalletsMessage": "No wallets found",
"@walletsListNoWalletsMessage": {
"description": "Message displayed when no wallets are found"
},
"walletDeletionConfirmationTitle": "Delete Wallet",
"@walletDeletionConfirmationTitle": {
"description": "Title for the wallet deletion confirmation dialog"
},
"walletDeletionConfirmationMessage": "Are you sure you want to delete this wallet?",
"@walletDeletionConfirmationMessage": {
"description": "Message in the wallet deletion confirmation dialog"
},
"walletDeletionConfirmationCancelButton": "Cancel",
"@walletDeletionConfirmationCancelButton": {
"description": "Cancel button label in wallet deletion confirmation dialog"
},
"walletDeletionConfirmationDeleteButton": "Delete",
"@walletDeletionConfirmationDeleteButton": {
"description": "Delete button label in wallet deletion confirmation dialog"
},
"walletDeletionFailedTitle": "Delete Failed",
"@walletDeletionFailedTitle": {
"description": "Title for the wallet deletion failed dialog"
},
"walletDeletionErrorDefaultWallet": "You cannot delete a default wallet.",
"@walletDeletionErrorDefaultWallet": {
"description": "Error message when attempting to delete a default wallet"
},
"walletDeletionErrorOngoingSwaps": "You cannot delete a wallet with ongoing swaps.",
"@walletDeletionErrorOngoingSwaps": {
"description": "Error message when attempting to delete a wallet with ongoing swaps"
},
"walletDeletionErrorWalletNotFound": "The wallet you are trying to delete does not exist.",
"@walletDeletionErrorWalletNotFound": {
"description": "Error message when the wallet to delete cannot be found"
},
"walletDeletionErrorGeneric": "Failed to delete wallet, please try again.",
"@walletDeletionErrorGeneric": {
"description": "Generic error message when wallet deletion fails"
},
"walletDeletionFailedOkButton": "OK",
"@walletDeletionFailedOkButton": {
"description": "OK button label in wallet deletion failed dialog"
},
"addressCardUsedLabel": "Used",
"@addressCardUsedLabel": {
"description": "Label indicating an address has been used"
},
"addressCardUnusedLabel": "Unused",
"@addressCardUnusedLabel": {
"description": "Label indicating an address has not been used"
},
"addressCardCopiedMessage": "Address copied to clipboard",
"@addressCardCopiedMessage": {
"description": "Success message when an address is copied to clipboard"
},
"addressCardIndexLabel": "Index: ",
"@addressCardIndexLabel": {
"description": "Label for the address index field in address card"
},
"addressCardBalanceLabel": "Balance: ",
"@addressCardBalanceLabel": {
"description": "Label for the balance field in address card"
},
"onboardingRecoverYourWallet": "Recover your wallet",
"@onboardingRecoverYourWallet": {
"description": "Title for the recover wallet section in onboarding"
},
"onboardingEncryptedVault": "Encrypted vault",
"@onboardingEncryptedVault": {
"description": "Title for the encrypted vault recovery option in onboarding"
},
"onboardingEncryptedVaultDescription": "Recover your backup via cloud using your PIN.",
"@onboardingEncryptedVaultDescription": {
"description": "Description for the encrypted vault recovery option in onboarding"
},
"onboardingPhysicalBackup": "Physical backup",
"@onboardingPhysicalBackup": {
"description": "Title for the physical backup recovery option in onboarding"
},
"onboardingPhysicalBackupDescription": "Recover your wallet via 12 words.",
"@onboardingPhysicalBackupDescription": {
"description": "Description for the physical backup recovery option in onboarding"
},
"onboardingRecover": "Recover",
"@onboardingRecover": {
"description": "Button label for recovering a wallet in onboarding"
},
"onboardingBullBitcoin": "Bull Bitcoin",
"@onboardingBullBitcoin": {
"description": "Brand name displayed in onboarding"
},
"onboardingOwnYourMoney": "Own your Money",
"@onboardingOwnYourMoney": {
"description": "Tagline displayed in onboarding splash screen"
},
"onboardingSplashDescription": "Sovereign self custody Bitcoin wallet and Bitcoin-only exchange service.",
"@onboardingSplashDescription": {
"description": "Description of the app displayed in onboarding splash screen"
},
"onboardingRecoverWallet": "Recover Wallet",
"@onboardingRecoverWallet": {
"description": "Title for the recover wallet screen in onboarding"
},
"onboardingRecoverWalletButton": "Recover Wallet",
"@onboardingRecoverWalletButton": {
"description": "Button label for recovering a wallet in onboarding"
},
"onboardingCreateNewWallet": "Create New Wallet",
"@onboardingCreateNewWallet": {
"description": "Button label for creating a new wallet in onboarding"
},
"sendTitle": "Send",
"@sendTitle": {
"description": "Title for the send screen"
},
"sendRecipientAddressOrInvoice": "Recipient's address or invoice",
"@sendRecipientAddressOrInvoice": {
"description": "Label for the recipient address or invoice input field"
},
"sendPasteAddressOrInvoice": "Paste a payment address or invoice",
"@sendPasteAddressOrInvoice": {
"description": "Placeholder text for the payment address or invoice input field"
},
"sendContinue": "Continue",
"@sendContinue": {
"description": "Button label for continuing in the send flow"
},
"sendSelectNetworkFee": "Select network fee",
"@sendSelectNetworkFee": {
"description": "Label for selecting the network fee in the send flow"
},
"sendSelectAmount": "Select amount",
"@sendSelectAmount": {
"description": "Label for selecting the amount to send"
},
"sendAmountRequested": "Amount requested: ",
"@sendAmountRequested": {
"description": "Label for the requested amount in a payment request"
},
"sendDone": "Done",
"@sendDone": {
"description": "Button label for completing the send flow"
},
"sendAdvancedOptions": "Advanced Options",
"@sendAdvancedOptions": {
"description": "Section header for advanced sending features"
},
"sendReplaceByFeeActivated": "Replace-by-fee activated",
"@sendReplaceByFeeActivated": {
"description": "Message indicating that replace-by-fee (RBF) is activated"
},
"sendSelectCoinsManually": "Select coins manually",
"@sendSelectCoinsManually": {
"description": "Label for manually selecting coins (UTXOs) in the send flow"
},
"sendRecipientAddress": "Recipient's address",
"@sendRecipientAddress": {
"description": "Label for the recipient address field"
},
"sendInsufficientBalance": "Insufficient balance",
"@sendInsufficientBalance": {
"description": "Error message when the wallet has insufficient balance to send"
},
"sendScanBitcoinQRCode": "Scan any Bitcoin or Lightning QR code to pay with bitcoin.",
"@sendScanBitcoinQRCode": {
"description": "Instructions for scanning a QR code to make a Bitcoin payment"
},
"sendOpenTheCamera": "Open the Camera",
"@sendOpenTheCamera": {
"description": "Button label for opening the camera to scan QR codes"
},
"sendCustomFee": "Custom Fee",
"@sendCustomFee": {
"description": "Label for setting a custom transaction fee"
},
"sendAbsoluteFees": "Absolute fees",
"@sendAbsoluteFees": {
"description": "Label for absolute fee display mode (total sats)"
},
"sendRelativeFees": "Relative fees",
"@sendRelativeFees": {
"description": "Label for relative fee display mode (sats per vByte)"
},
"sendSats": "sats",
"@sendSats": {
"description": "Unit label for satoshis"
},
"sendSatsPerVB": "sats/vB",
"@sendSatsPerVB": {
"description": "Unit label for satoshis per virtual byte"
},
"sendConfirmCustomFee": "Confirm custom fee",
"@sendConfirmCustomFee": {
"description": "Button label for confirming a custom fee"
},
"sendEstimatedDelivery10Minutes": "10 minutes",
"@sendEstimatedDelivery10Minutes": {
"description": "Estimated delivery time of approximately 10 minutes"
},
"sendEstimatedDelivery10to30Minutes": "10-30 minutes",
"@sendEstimatedDelivery10to30Minutes": {
"description": "Estimated delivery time of 10 to 30 minutes"
},
"sendEstimatedDeliveryFewHours": "few hours",
"@sendEstimatedDeliveryFewHours": {
"description": "Estimated delivery time of a few hours"
},
"sendEstimatedDeliveryHoursToDays": "hours to days",
"@sendEstimatedDeliveryHoursToDays": {
"description": "Estimated delivery time ranging from hours to days"
},
"sendEstimatedDelivery": "Estimated delivery ~ ",
"@sendEstimatedDelivery": {
"description": "Label prefix for estimated delivery time"
},
"sendAddress": "Address: ",
"@sendAddress": {
"description": "Label prefix for address field"
},
"sendType": "Type: ",
"@sendType": {
"description": "Label prefix for transaction type field"
},
"sendReceive": "Receive",
"@sendReceive": {
"description": "Label for receive transaction type"
},
"sendChange": "Change",
"@sendChange": {
"description": "Label for change output in a transaction"
},
"sendCouldNotBuildTransaction": "Could Not Build Transaction",
"@sendCouldNotBuildTransaction": {
"description": "Error message when a transaction cannot be built"
},
"sendHighFeeWarning": "High fee warning",
"@sendHighFeeWarning": {
"description": "Warning title for high transaction fees"
},
"sendSlowPaymentWarning": "Slow Payment Warning",
"@sendSlowPaymentWarning": {
"description": "Warning title for slow payment confirmation"
},
"sendSlowPaymentWarningDescription": "Bitcoin swaps will take time to confirm.",
"@sendSlowPaymentWarningDescription": {
"description": "Description for slow payment warning"
},
"sendAdvancedSettings": "Advanced Settings",
"@sendAdvancedSettings": {
"description": "Title for advanced settings in the send flow"
},
"sendConfirm": "Confirm",
"@sendConfirm": {
"description": "Button label for confirming a send transaction"
},
"sendBroadcastTransaction": "Broadcast Transaction",
"@sendBroadcastTransaction": {
"description": "Button label for broadcasting a transaction to the network"
},
"sendFrom": "From",
"@sendFrom": {
"description": "Label for the sender/source in a transaction"
},
"sendTo": "To",
"@sendTo": {
"description": "Label for the recipient/destination in a transaction"
},
"sendAmount": "Amount",
"@sendAmount": {
"description": "Label for the transaction amount"
},
"sendNetworkFees": "Network fees",
"@sendNetworkFees": {
"description": "Label for network transaction fees"
},
"sendFeePriority": "Fee Priority",
"@sendFeePriority": {
"description": "Label for selecting fee priority level"
},
"receiveTitle": "Receive",
"@receiveTitle": {
"description": "Main screen title for receive feature"
},
"receiveBitcoin": "Bitcoin",
"@receiveBitcoin": {
"description": "Label for receiving Bitcoin on the base layer"
},
"receiveLightning": "Lightning",
"@receiveLightning": {
"description": "Label for receiving Bitcoin via Lightning Network"
},
"receiveLiquid": "Liquid",
"@receiveLiquid": {
"description": "Label for receiving Bitcoin via Liquid Network"
},
"receiveAddLabel": "Add Label",
"@receiveAddLabel": {
"description": "Button label for adding a label to a receive address"
},
"receiveNote": "Note",
"@receiveNote": {
"description": "Label for adding a note to a receive transaction"
},
"receiveSave": "Save",
"@receiveSave": {
"description": "Button label for saving receive details"
},
"receivePayjoinActivated": "Payjoin activated",
"@receivePayjoinActivated": {