-
Notifications
You must be signed in to change notification settings - Fork 284
Expand file tree
/
Copy pathenUS.json
More file actions
1833 lines (1833 loc) · 126 KB
/
enUS.json
File metadata and controls
1833 lines (1833 loc) · 126 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
{
"action_queue_display_unknown_title": "Unknown action",
"action_queue_display_unknown_message": "Edge is unable to identify the type of action being completed.",
"aciton_queue_display_close_title": "Closing Loan",
"action_queue_display_close_message": "Edge is paying principal in full and withdrawing the remaining collateral.",
"action_queue_display_seq_title": "Action steps",
"action_queue_display_seq_message": "Doing a sequence of actions.",
"action_queue_display_par_title": "Action group",
"action_queue_display_par_message": "Doing multiple actions at once.",
"action_queue_display_fiat_buy_title": "Purchase %s",
"action_queue_display_fiat_buy_message": "Purchase %1$s from %3$s.",
"action_queue_display_fiat_sell_title": "Deposit funds to bank",
"action_queue_display_fiat_sell_message": "Your %1$s is being sold by our partners and deposited into your bank account through %2$s.",
"action_queue_display_loan_borrow_title": "Take out loan",
"action_queue_display_loan_borrow_message_1s": "A %1$s loan has been requested and is on its way to your wallet.",
"action_queue_display_loan_deposit_title": "Depositing %1$s as collateral",
"action_queue_display_loan_deposit_message": "Edge has sent your %1$s tokens to %2$s and is awaiting confirmation of the transfer.",
"action_queue_display_loan_repay_title": "Repay loan principal",
"action_queue_display_loan_repay_message": "Make a payment towards your loan principal.",
"action_queue_display_loan_repay_with_collateral_title": "Repay loan principal with collateral",
"action_queue_display_loan_repay_with_collateral_message": "Make a payment towards your loan principal using your collateral on AAVE.",
"action_queue_display_loan_withdraw_title": "Withdraw collateral from loan",
"action_queue_display_loan_withdraw_message": "Withdraw %1$s from loan.",
"action_queue_display_swap_title": "Swap %1$s into %2$s",
"action_queue_display_swap_message": "To use %1$s as collateral, %2$s must swap %1$s into %3$s to put it on the same network as %4$s (%5$s).",
"action_queue_push_notification_title": "Action Complete",
"action_queue_push_notification_body": "Edge has completed processing your loan operation.",
"action_display_title_create": "Creating Loan",
"action_display_title_swap": "Swapping Funds",
"action_display_message_create_3s": "%1$s is creating your loan on %2$s using your %3$s as collateral",
"action_display_message_swap_4s": "%1$s is swapping your %2$s into %3$s for deposit into %4$s. This may take a few mins to several hours…",
"action_display_message_swap_fees_5s": "%1$s is swapping your %2$s into %3$s and %4$s (to pay fees) for deposit into %5$s. This may take a few mins to several hours…",
"action_display_title_complete_default": "Congratulations!",
"action_display_message_complete_default": "Your transactions completed successfully!\nPlease allow time for your accounts to update.",
"action_display_message_complete_wallet_2s": "Your loan is complete! \nYou should see %1$s in your %2$s account",
"action_display_message_complete_bank": "Your loan is complete! \nYou should see funds in your bank account in 1-4 days",
"bitpay_metadata_name": "Invoice ID: %s",
"bitcoin_received": "%1$s Received",
"dialog_title": "Set Auto Logoff time",
"share_subject": "Hey, I think you should try %s",
"share_message": "You can buy, store, and trade dozens of cryptocurrencies all in one app.",
"drawer_borrow_dollars": "Borrow Dollars",
"drawer_exchange_rate_loading": "Exchange Rate Loading",
"drawer_exchange": "Exchange",
"drawer_scan_qr_send": "Scan QR",
"drawer_sweep_private_key": "Sweep Private Key",
"drawer_fio_names": "FIO Names",
"drawer_fio_requests": "FIO Requests",
"network_alert_title": "No Internet connection",
"fio_network_alert_text": "FIO functionality requires internet connection.",
"fio_address_choose_label": "Choose a FIO Crypto Handle",
"fio_domain_choose_label": "Choose a FIO Domain",
"fio_address_choose_domain_label": "Choose FIO Domain for Your Crypto Handle",
"scan_qr_label": "Scan QR Code",
"error_no_email_account": "No email account setup on phone. Please setup an email account on your phone to use this feature.",
"invalid_email": "Please enter a valid email address.",
"error_paymentprotocol_empty_output_invoice": "Received no output in payment request",
"error_paymentprotocol_empty_verification_hex_req": "Generated empty transaction hex(es)",
"error_paymentprotocol_currency_not_supported": "Payment Protocol invoice payments in %s not currently supported. Please choose another payment currency.",
"error_paymentprotocol_invalid_payment_option": "Payment Protocol invoice does not accept this currency. Accepted currencies: %s",
"error_paymentprotocol_fetch": "Payment Protocol %s fetch error (%s)%s",
"error_paymentprotocol_multi_output_invoice": "Multiple outputs found in payment request",
"error_paymentprotocol_multi_tx_invoice": "Multiple transactions found in payment request",
"error_paymentprotocol_no_payment_option": "No currencies available for this Payment Protocol invoice. Accepted currencies: %s",
"error_paymentprotocol_tx_verification_failed": "Payment Protocol transaction verification mismatch",
"error_spend_amount_less_then_min_s": "Spend amount is less than minimum of %s",
"error_amount_too_low_to_stake_s": "The amount %s is too low to stake successfully",
"error_balance_below_minimum_to_stake_2s": "Your balance of %1$s does not meet the minimum %2$s required to stake.",
"error_inactive_validator": "The selected validator is inactive. Please select a different validator or try again later.",
"error_no_market_data": "Could not load market data for this asset.",
"error_data_unavailable": "Data unavailable.",
"warning_low_fee_selected": "Low Fee Selected",
"warning_custom_fee_selected": "Custom Fee Selected",
"warning_low_or_custom_fee": "Using a low fee may increase the amount of time it takes for your transaction to confirm. In rare instances your transaction can fail.",
"warning_alphanumeric": "Only letters and numbers can be used",
"warning_please_wait_title": "Please Wait",
"warning_scam_title": "Scam Warning",
"warning_scam_message_financial_advice_s": "%s will not give financial advice.",
"warning_scam_message_irreversibility": "Cryptocurrency transactions are irreversible.",
"warning_scam_message_unknown_recipients": "Do not send money to people or organizations you do not know.",
"warning_scam_footer_s": "If you have any questions or concerns regarding this send, please contact %s",
"warning_scam_message": "Has anyone helped you set up this account?",
"warning_scam_message_no_1s": "Great, if you ever have any questions, please reach out to our support team at %1$s.",
"warning_scam_message_yes_1s": "Please proceed with caution! Assistance with account creation has the potential for fraud. Users should never share passwords or private keys. Social media and chat platforms have been involved in attacks. Do not send cryptocurrency to strangers. If you believe you're being taken advantage of, please contact our support team at %1$s.",
"warning_token_code_override_2s": "The entered contract address differs from the contract address of built-in token %1$s. Please proceed with caution and verify the contract is legitimate as use of this token can result in loss of funds. If you have questions about this feature or contract please contact %2$s.",
"warning_token_exists_1s": "The entered token already exists as a built-in token %1$s",
"warning_battery_saver": "Battery Saver Detected! Balances may not update. For the best experience, please turn off battery saver mode.",
"warning_sending_pix_to_email_title": "Sending PIX payment to email address",
"warning_sending_pix_to_email_body": "You scanned or entered an email address which is a valid Brazil PIX payment address. Continuing will create a PIX payment of Tron USDT to the email address provided.",
"warning_earn": "Staking cryptocurrency carries risks including loss of funds, smart contract failures, volatility-induced losses, and asset lock periods. Please research each Earn option thoroughly.",
"alert_dropdown_alert": "Alert! ",
"alert_dropdown_warning": "Warning! ",
"azteco_success": "You've redeemed an Azteco bitcoin card. Funds should arrive shortly.",
"azteco_invalid_code": "Invalid Azteco code.",
"azteco_service_unavailable": "Error contacting Azteco server. Please try again later.",
"reqaddr_error_unsupported_chains": "%1$s does not support the following chains listed in the request: %2$s",
"reqaddr_error_invalid_redir": "Invalid 'redir' query in request for payment address",
"reqaddr_error_no_currencies_found": "No currencies found in request for payment address",
"reqaddr_error_no_wallets_selected": "No wallets selected for request for payment address",
"reqaddr_error_post_redir": "Post and redir address not found in request for payment address",
"reqaddr_application_fragment": "An application",
"reqaddr_confirm_modal_title": "Confirm request?",
"reqaddr_confirm_modal_message": "%1$s is requesting a payment address for %2$s. Choose wallets for request?",
"max_spend_unavailable_modal_title": "Max Spend Unavailable",
"max_spend_unavailable_modal_message": "Unable to calculate maximum spendable amount for currency %s. Please enter amount.",
"access_wallet_description": "You have scanned a QR code to login to your account from another device. Accepting this login will grant full access to your account and funds on that other device.\n\nDO NOT accept this login unless you trust the application and person who provided the QR code",
"edge_description_warning": "You have scanned a QR code to login to your account from another device. Accepting this login will grant full access to your account and funds on that other device.\n\nDO NOT accept this login unless you trust the application and person who provided the QR code",
"exchange_failed": "Exchange Failed",
"exchange_congratulations": "Congratulations!",
"exchange_congratulations_success": "Your exchange is being processed!",
"exchange_congratulations_note": "Processing may take up to 24 hours to complete.",
"no_exchange_amount": "No Amount Selected",
"select_exchange_amount": "Please enter an amount to exchange",
"select_exchange_amount_short": "Enter an Amount",
"fragment_wallets_addwallet_fiat_hint": "Choose a fiat currency",
"managetokens_detected_tokens_header": "Auto Detected Tokens",
"managetokens_all_tokens_header": "All Tokens",
"managetokens_top_instructions": "Select tokens to display in wallet:",
"accept_button_text": "Accept",
"addtoken_contract_address_input_text": "Contract Address",
"addtoken_currency_code_input_text": "Token Code",
"addtoken_invalid_information": "Please enter valid token information and try again",
"addtoken_invalid_1s": "Please enter valid %1$s and try again",
"addtoken_denomination_input_text": "Number of Decimal Places",
"addtoken_name_input_text": "Token Name",
"addtoken_add": "Add Custom",
"edittoken_delete_token": "Delete Token",
"edittoken_delete_prompt": "Are you sure you want to delete this token?",
"edittoken_invalid_decimal_places": "Please enter a valid number of decimal places.",
"fragment_create_wallet_create_wallet": "Create Wallet",
"fragment_create_wallet_instructions": "Tap on wallet to edit name",
"fragment_create_wallet_select_valid": "Please select valid data",
"fragment_request_copy_title": "Copy",
"fragment_request_subtitle": "Receive",
"fragment_request_address_uri_copied": "Request address URI copied to clipboard",
"fragment_copied": "Successfully copied to clipboard",
"request_minimum_notification_title": "Minimum Balance Required",
"request_xrp_minimum_notification_body_1xrp": "Ripple (XRP) wallets require a 1 XRP minimum balance. You must deposit at least 1 XRP to this address before this wallet will show a balance or transactions. 1 XRP will be unspendable for the lifetime of this wallet address.",
"request_xrp_minimum_notification_alert_body_1xrp": "This wallet will always require a 1 XRP minimum",
"request_xlm_minimum_notification_body": "Stellar (XLM) wallets require a 1 XLM minimum balance. You must deposit at least 1 XLM to this address before this wallet will show a balance or transactions. 1 XLM will be unspendable for the lifetime of this wallet address.",
"request_xlm_minimum_notification_alert_body": "This wallet will always require a 1 XLM minimum",
"request_dot_minimum_notification_body": "Polkadot (DOT) wallets require a 1 DOT minimum balance. You must deposit at least 1 DOT to this address before this wallet will show a balance or transactions. 1 DOT will be unspendable for the lifetime of this wallet address.",
"request_dot_minimum_notification_alert_body": "This wallet will always require a 1 DOT minimum",
"request_lld_minimum_notification_body": "Liberland (LLD) wallets require a 1 LLD minimum balance. You must deposit at least 1 LLD to this address before this wallet will show a balance or transactions. 1 LLD will be unspendable for the lifetime of this wallet address.",
"request_lld_minimum_notification_alert_body": "This wallet will always require a 1 LLD minimum",
"fragment_send_address": "Address",
"fragment_send_flash": "Flash",
"fragment_send_album": "Album",
"fragment_required": "Required",
"scan_invalid_address_error_title": "Invalid Address",
"scan_invalid_address_error_description": "Not a valid public address",
"fragment_send_subtitle": "Send",
"fragment_send_myself": "Myself",
"fragment_send_from_label": "From",
"fragment_stake_label": "Stake",
"fragment_transaction_exchange": "Exchange",
"fragment_transaction_expense": "Expense",
"fragment_transaction_income": "Income",
"transaction_received_1s": "Received %1$s",
"transaction_sent_1s": "Sent %1$s",
"fragment_transaction_transfer": "Transfer",
"fragment_wallet_unconfirmed": "Pending",
"fragment_transaction_list_tx_dropped": "Dropped",
"fragment_transaction_list_tx_failed": "Failed",
"fragment_transaction_list_tx_synchronizing": "Syncing...",
"fragment_transaction_list_confirmation_progress": "%s of %s Confirmations",
"fragment_transaction_list_unconfirmed_rbf2": "Awaiting confirmation; may be cancelled",
"fragment_transaction_list_transaction": "Transactions",
"transaction_list_buy_crypto_message": "Buy %s",
"transaction_list_loading_txs": "Loading Transactions…",
"transaction_list_no_tx_yet": "No transactions yet",
"transaction_list_no_tx_support_yet": "Transaction history is not yet supported",
"transaction_list_search": "Search Transactions",
"transaction_list_search_no_result": "Search returned no results",
"transaction_list_recent_transactions": "Recent Transactions",
"fragment_wallets_balance_text": "Total Balance",
"fragment_wallets_delete_wallet": "Archive Wallet",
"fragment_wallets_delete_token": "Disable Token",
"fragment_wallets_delete_token_prompt_2s": "Are you sure you want to disable token %1$s in your %2$s wallet?",
"fragment_wallets_resync_wallet": "Resync Wallet",
"fragment_wallets_split_wallet": "Split Wallet",
"fragment_wallets_copy_seed": "Copy Seed",
"fragment_wallets_copied_seed": "Copied Seed",
"fragment_wallets_get_seed_wallet": "Get Seed",
"fragment_wallets_pause_wallet": "Pause Wallet",
"fragment_wallets_unpause_wallet": "Unpause Wallet",
"fragment_wallets_wallet_paused": "Wallet Paused",
"fragment_wallets_wallet_disabled": "Wallet Disabled",
"fragment_wallets_view_private_view_key": "Private View Key",
"fragment_wallets_view_private_view_key_warning_s": "The private view key allows the receiver to see the balance in your %1$s wallet. Do not share this key unless necessary, such as for tax purposes, accounting, or similar reasons.",
"fragment_wallets_view_xpub": "View XPub Address",
"fragment_wallets_pubkey_copied_title": "XPub Address Copied",
"fragment_wallets_export_transactions": "Export Transactions",
"fragment_wallets_rename_wallet": "Rename Wallet",
"fragment_wallets_resync_wallet_first_confirm_message_mobile": "Are you sure you want to resync \n",
"fragment_wallets_get_seed_title": "Reveal Master Private Key",
"fragment_wallets_get_seed_warning_message": "Sharing your master private key may put you at risk of fraudulent tokens and loss of funds.\n\nDo not share your key with anyone.\n\nBy entering your password, you are confirming that you understand the risks.",
"fragment_wallets_get_raw_keys_title": "Reveal Raw Keys",
"fragment_wallets_get_raw_keys_warning_message": "Sharing your raw keys may put you at risk of fraudulent tokens and loss of funds.\n\nDo not share your keys with anyone.\n\nBy entering your password, you are confirming that you understand the risks.",
"fragmet_wallets_delete_wallet_first_confirm_message_mobile": "Are you sure you want to archive ",
"fragmet_wallets_delete_fio_extra_message_mobile": "Archiving this FIO wallet will remove access to any FIO addresses you have linked to this wallet.",
"fragmet_wallets_delete_eth_extra_message": "Archiving this wallet will also archive any enabled tokens for this wallet.",
"wallet_list_add_wallet": "Add Wallet",
"wallet_list_add_token": "Add Token",
"wallet_list_referral_link_currency_invalid": "Currency to create is invalid",
"wallet_list_referral_link_currency_loading": "Hang tight. Creating wallet necessary for this promotion",
"wallet_list_referral_link_ask_wallet_creation_1s": "You need a %1$s wallet for this promotion. Would you like to create one?",
"wallet_list_wallet_search": "Search Wallets",
"compromised_key_label": "Compromised Key",
"create_new_account": "Create New Account",
"create_wallet_choice_new_button": "Create New Wallet",
"create_wallet_choice_new_button_fragment": "New Wallet",
"create_wallet_select_wallet_for_assets": "Please select the wallet you would like to add the following assets: %s",
"create_wallet_import_title": "Import Wallet",
"create_wallet_import_options_title": "Import Options",
"create_wallet_import_options_birthday_height": "Wallet Birthday Height",
"create_wallet_import_options_birthday_height_description": "The birthday height is the network block height that your wallet will start synchronizing from.",
"create_wallet_import_options_passphrase": "Seed passphrase",
"create_wallet_import_options_passphrase_description": "A passphrase is an optional extra word or phrase you add to your recovery seed.",
"create_wallet_imports_title": "Import Wallets",
"create_wallet_import_all_instructions": "Enter your private seed, private key, or active key to verify and restore the associated wallet",
"create_wallet_import_instructions": "Enter your private seed to verify and restore the associated wallet",
"create_wallet_import_input_prompt": "Private Seed",
"create_wallet_import_key_instructions": "Enter your private key to verify and restore the associated wallet",
"create_wallet_import_input_key_prompt": "Private Key",
"create_wallet_import_input_key_or_seed_instructions": "Enter your private seed or private key to verify and restore the associated wallet",
"create_wallet_import_input_key_or_seed_prompt": "Private Key or Private Seed",
"create_wallet_import_polkadot_input_key_or_seed_instructions": "Enter your private seed or private key to verify and restore the associated ed25519 wallet",
"create_wallet_import_active_key_input_prompt": "Active Private Key",
"create_wallet_import_active_key_instructions": "Enter your active private key to verify and restore the associated wallet:",
"create_wallet_edit": "Edit",
"create_wallet_tokens": "Tokens",
"create_wallet_select_valid_crypto": "Please select a valid wallet type",
"create_wallet_invalid_input": "Invalid input",
"create_wallet_name_label": "Wallet Name:",
"create_wallet_crypto_type_label": "Wallet Type:",
"create_wallet_fiat_type_label": "Wallet Fiat:",
"create_wallet_failed_import_header": "Import Key Failed",
"create_wallet_all_failed": "Please edit the key and try again.",
"create_wallet_some_failed": "The following assets cannot be imported with the provided seed: %s. Would you like to continue importing all other assets?",
"create_wallet_all_disabled_import": "No selected assets can be imported. You can create new wallets or go back and select different assets.",
"create_wallet_some_disabled_import": "The following assets cannot be imported: %s. \nWould you like to continue importing all other assets?",
"create_wallet_no_assets_selected": "No assets selected",
"create_wallet_failed_message": "Wallet creation failed due to timeout. Please check your internet connection and try again later.",
"create_wallet_create_account": "Create Account",
"create_wallet_account_activate": "Activate Account",
"create_wallet_account_handle": "Account Handle",
"create_wallet_account_select_instructions_with_cost_4s": "All new %1$s wallets require a one time payment to activate the account and name. This payment is required by the %2$s network and not a requirement of %3$s.\n\nThe current cost is equivalent to %4$s but may fluctuate in the future.\n\nPlease select a wallet to pay from:",
"create_wallet_account_make_payment_2s": "You are about to make the following payment to activate your %1$s account for your %2$s wallet:",
"create_wallet_account_select_wallet": "Select Wallet",
"create_wallet_account_review_instructions": "Create a unique account handle, this will also be the name of your %s wallet:",
"create_wallet_account_requirements_eos": "• Must be exactly 12 characters\n• Must include only lowercase letters a-z or numbers 1-5\n",
"create_wallet_account_invalid_account_name": "Invalid account name. Does not fit requirements",
"create_wallet_account_account_name_unavailable": "Account name unavailable. Please choose another",
"create_wallet_account_unknown_error": "Unknown error checking account name. Please try again later",
"create_wallet_account_confirm": "Double-check your wallet and payment info before submitting.",
"create_wallet_account_amount_due": "Amount due:",
"create_wallet_account_error_sending_transaction": "Error sending transaction",
"create_wallet_account_payment_sent_title": "Payment Sent",
"create_wallet_account_payment_sent_message": "Activation payment sent. Please wait for a confirmation on your transaction before using your new wallet.",
"create_wallet_account_handle_unavailable_modal_title": "Account Handle Unavailable",
"create_wallet_account_handle_unavailable_modal_message": "Your chosen account handle, %s, is unavailable now. Please use a different one to continue.",
"create_wallet_account_metadata_name": "%s Network",
"create_wallet_account_metadata_category": "%s Activation",
"create_wallet_account_metadata_notes": "This transaction paid for activation of your %s wallet. Please wait for a confirmation of this transaction before using your %s wallet. For issues with wallet activation, please email %s",
"create_wallet_account_unfinished_activation_title": "Wallet Not Activated",
"create_wallet_account_unfinished_activation_message": "In order to complete activation of this %s wallet, please choose a unique account name and complete the activation payment. If you already made an activation payment, please wait for that payment to confirm before attempting to use this wallet.",
"cryptocurrency": "Cryptocurrency",
"activate_wallet_token_transaction_name_category_generic": "Token Activation",
"activate_wallet_token_transaction_notes_generic": "Activate token transaction",
"activate_wallet_token_transaction_name_xrp": "XRP Ledger",
"activate_wallet_token_transaction_notes_xrp": "Activate XRP token by enabling Trust Line to issuer",
"activate_wallet_token_scene_title": "Activate Token",
"activate_wallet_token_scene_tile_title": "Token to Activate",
"activate_wallet_tokens_scene_tile_title": "Tokens to Activate",
"activate_wallet_token_scene_body": "To send and receive the selected token you will first need to activate it with a blockchain transaction. This transaction will cost the following fee.\n\nPlease confirm using the slider below.",
"activate_wallet_token_scene_body_xrp_extra_point2xrp": "Token activation will increase the XRP reserve requirement by 0.2 XRP per token activated.",
"activate_wallet_token_scene_body_algo_extra": "Token activation will increase the ALGO reserve requirement by 0.1 ALGO per token activated.",
"activate_wallet_tokens_scene_body": "To send and receive the selected tokens you will first need to activate them with one or more blockchain transactions. The transactions in total will cost the following fee shown below. Please confirm using the slider below.",
"activate_wallet_token_insufficient_funds_s": "You have insufficient funds to activate this token. You need at least %s to proceed with activation.",
"activate_wallet_tokens_insufficient_funds_s": "You have insufficient funds to activate these tokens. You need at least %s to proceed with activation.",
"activate_wallet_token_success": "Token successfully activated. It may take a few mins for the activation to be recognized by the network.",
"preparing_fio_wallet": "Preparing FIO wallet",
"fio_address": "FIO Address: %s",
"fio_pending_requests": "Pending Requests",
"fio_sent_requests": "Sent Requests",
"fio_src_wallet": "Pay From Wallet",
"submit": "Submit",
"login": "Login",
"help_build": "Build",
"help_modal_title_thanks": "Thanks for using %1$s!",
"help_version": "Version",
"help_faq": "Knowledge Base",
"help_faq_text": "Commonly asked questions",
"help_live_chat": "Live Chat",
"help_live_chat_text": "Quick help from a live agent",
"help_support": "Submit a Support Ticket",
"help_support_text": "Troubleshooting and technical support",
"help_call_agent": "Call for Assistance",
"help_call_agent_text": "Our agents are also available by phone",
"help_official_site": "Visit Official Site",
"help_official_site_text": "Learn more about %1$s",
"loading": "Loading…",
"percent_complete_1s": "%1$s Complete",
"validating": "Validating…",
"high_fee_warning_confirm_send": "Confirm Send",
"mining_fee_custom_label_choice": "Custom",
"mining_fee_high_label_choice": "High",
"mining_fee_low_label_choice": "Low",
"mining_fee_standard_label_choice": "Optimal",
"received": "Received",
"request_deprecated_header": "Support for %1$s has been deprecated.",
"request_deprecated_currency_code": "Please extract the private keys and import into a %1$s supporting wallet. If you need assistance please submit a support ticket below.",
"request_qr_email_title": "Pay with %1$s:",
"request_email_subject": "%1$s %2$s Request",
"request_qr_your_wallet_address": "Your Wallet Address",
"request_qr_your_wrapped_segwit_address": "Your Wrapped-Segwit Address",
"request_qr_your_legacy_address": "Your Legacy Address",
"request_qr_your_segwit_address": "Your Segwit Address",
"request_qr_your_sapling_address": "Your Sapling Address (shielded)",
"request_qr_your_transparent_address": "Your Transparent Address (auto-shielded)",
"request_qr_your_unified_address": "Your Unified Address (shielded)",
"request_review_question_title": "Enjoying %1$s?",
"request_review_question_subtitle": "Please give us a review",
"request_review_answer_no": "No Thanks",
"request_review_answer_yes": "Review Now",
"request_review_android_page_link": "https://play.google.com/store/apps/details?id=co.edgesecure.app&hl=en_US",
"search_wallets": "Search Wallets",
"search_tokens": "Search Tokens",
"search_assets": "Search Assets",
"select_wallet": "Select Wallet",
"select_wallet_to_send_from": "Select Wallet to Send From",
"send_confirmation_calculating_fee": "Calculating Fee",
"send_confirmation_slide_to_confirm": "Slide to Confirm",
"send_confirmation_balance": "Balance",
"send_confirmation_algo_recipient_not_activated_s": "Recipient must first activate %1$s before they can receive funds.",
"send_confirmation_eos_error_cpu": "Insufficient CPU available to send EOS transaction. Please wait 1-3 days for CPU to recharge.",
"send_confirmation_eos_error_net": "Insufficient NET available to send EOS transaction. Please wait 1-3 days for NET to recharge.",
"send_confirmation_eos_error_ram": "Insufficient RAM available to send EOS transaction. Please see edge.app/eos for details on how to resolve.",
"send_scan_edge_login_success_title": "Edge Login Successful",
"send_scan_edge_login_success_message": "To continue, please return to the browser or application that requested the Edge Login.",
"send_confirmation_fee_modal_alert_title": "High Fee Warning",
"send_confirmation_fee_modal_alert_message_fragment": "The network is currently congested. Transactions fees may be more expensive (%s) and may take longer than usual to confirm.",
"send_confirmation_fee_modal_alert_message_fragment_eth": "Using too low of a fee can result in a failed transaction and loss of the fee spent.",
"sent": "Sent",
"transaction_failure": "Transaction Failure",
"transaction_failure_message": "%s.",
"transaction_failure_504_message": "504 Server Timeout - Retry Transaction",
"transaction_success": "Transaction Success",
"transaction_success_message": "Your transaction has been successfully sent.",
"incorrect_pin": "Incorrect PIN",
"invalid_spend_request": "Invalid Spend Request",
"invalid_custom_fee": "Minimum custom fee is",
"guest_account_id_1s": "Guest Account (%1$s)",
"settings_detect_tokens": "Detect & Enable Tokens",
"settings_enable_detected_tokens_toast": "Enabled detected tokens",
"settings_no_detected_tokens_toast": "No balances found on disabled tokens",
"settings_account_title_cap": "Account",
"settings_asset_settings": "Asset Settings",
"settings_button_change_password": "Change Password",
"settings_button_change_username": "Change Username",
"settings_developer_mode": "Developer Mode",
"settings_verbose_logging": "Verbose Logging",
"settings_dark_theme": "Dark Theme",
"button_disable_animations": "Disable Animations",
"settings_button_contacts_access_permission": "Contacts Access",
"settings_button_lock_settings": "Tap to Lock Account Settings",
"settings_button_password_recovery": "Set Up Password Recovery",
"settings_button_logout": "Logout",
"settings_button_pin": "Change PIN",
"settings_exchange_settings": "Exchange Settings",
"settings_exchange_instruction": "Enable or disable the exchange providers available to you",
"settings_marketing_notifications_switch": "Enable Marketing Alerts",
"settings_price_notifications_switch": "Enable Price Alerts",
"settings_hide_spam_transactions": "Hide spam transactions",
"settings_default_screen_title": "Show Screen on Login",
"settings_default_screen_home": "Home",
"settings_default_screen_assets": "Assets",
"settings_developer_options_force_la": "Force Light Account Creation",
"swap_preferred_header": "Preferred Exchange",
"swap_preferred_cheapest": "Pick best price",
"swap_preferred_dex": "Prefer Decentralized",
"swap_preferred_cex": "Prefer Centralized",
"swap_options_header_decentralized": "Decentralized\nNo personal info required",
"swap_options_header_centralized": "Centralized\nMay require personal info",
"swap_preferred_instructions": "When multiple exchanges can fill an order, prefer:",
"swap_preferred_promo_instructions": "When multiple exchanges can fill an order, the current promotion always prefers:",
"swap_token_no_enabled_exchanges_2s": "No enabled exchanges support %1$s (on %2$s) at this time",
"swap_minimum_receive_amount": "Min Receive Amount",
"swap_minimum_amount_1s": "Min %1$s",
"settings_button_clear_logs": "Clear Logs",
"send_to_1s": "Send to %1$s",
"settings_button_export_logs": "Export Logs",
"settings_button_setup_two_factor": "Set Up 2-Factor Security",
"settings_button_unlock_settings": "Tap to Unlock Account Settings",
"settings_button_use_touchID": "Use TouchID",
"settings_button_use_faceID": "Use FaceID",
"settings_button_use_biometric": "Use Biometric",
"settings_days": "Day(s)",
"settings_denominations_title": "Denominations",
"settings_custom_nodes_title": "Custom Servers",
"settings_custom_servers_title": "Custom %s Servers",
"settings_blockbook": "Blockbook",
"settings_electrum": "Electrum",
"settings_monero": "Monero Server",
"settings_monero_default": "MyMonero",
"settings_monero_custom": "Custom Light Wallet Server",
"settings_monero_info": "Edge uses Monero light wallet servers provided by MyMonero. These servers hold the private view key, which they use to scan for transactions. For enhanced privacy, you can run your own Monero light wallet server.",
"settings_hours": "Hour(s)",
"settings_minutes": "Minute(s)",
"settings_modal_export_logs_warning": "Do not enter seeds, private keys, password or other sensitive information",
"settings_modal_export_logs_directions": "Select whether to share logs with Edge or export logs to your device.",
"settings_modal_clear_logs_message": "Are you sure you want to clear all logs on this device?",
"settings_modal_clear_logs_success": "Logs have been cleared",
"settings_modal_send_logs_success": "Logs have been sent",
"settings_modal_send_logs_failure": "Sending logs has failed",
"settings_modal_share_logs_failure": "Sharing logs has failed",
"settings_modal_send_unsafe": "These logs appear to contain sensitive information, such as private keys and addresses, that could result in the loss of funds. Therefore, it is not safe to send these logs to Edge servers.",
"settings_modal_send_logs_label": "Type Notes Here",
"settings_options_title_cap": "Options",
"settings_seconds": "Second(s)",
"settings_title_auto_logoff": "Auto Log Off After",
"settings_title_currency": "Default Currency",
"settings_title_pin_login": "PIN Re-login",
"settings_title": "Settings",
"settings_enable_custom_nodes": "Enable Custom Servers",
"settings_add_custom_node": "Add Custom Server",
"settings_edit_custom_node": "Edit Custom Server",
"settings_custom_node_url": "Node URL",
"settings_promotion_affiliation_header": "Affiliation Program",
"settings_promotion_header": "Promotion Codes",
"settings_promotion_add": "Add promotion code",
"settings_promotion_device_normal": "This application was installed normally.",
"settings_promotion_device_installer": "This application was installed via %s.",
"settings_promotion_device_currencies": "New accounts will have wallets for: %s",
"settings_promotion_account_normal": "This account was created normally.",
"settings_promotion_account_installer": "This account was created via %s.",
"settings_notifications": "Notifications",
"settings_currency_notifications_percent_change_hour": "%1$s%% change within 1 hour",
"settings_currency_notifications_percent_change_hours": "%1$s%% change within %2$s hours",
"skip": "Skip",
"staking_change_add_header": "Stake %s",
"staking_change_add_amount_title": "Amount to stake",
"staking_change_explaner1": "Stake your coins to earn passive income on your funds",
"staking_change_explaner2": "Staked coins are unusable for the duration of the stake",
"staking_change_remove_header": "Unstake %s",
"staking_change_remove_amount_title": "Amount to unstake",
"staking_change_remove_unlock_date": "Unlock date",
"staking_change_unlock_explainer_title": "Unstaked Funds",
"staking_change_unlock_explainer1": "Unstaked funds are not immediately available. ",
"staking_change_unlock_explainer2": "These continue to be locked and unusable for 7 days after you unstake the funds.",
"staking_discover": "Discover",
"staking_earning_pools": "Earning Pools",
"staking_earn_crypto": "Earn Crypto",
"staking_earn_crypto_footer": "Stake crypto for passive returns",
"staking_overview_header": "Stake %s",
"staking_overview_explainer": "You have the following funds staked:",
"staking_portfolio": "Portfolio",
"staking_locked_title": "Unstaked and locked until %1$s",
"staking_unstake_funds_button": "Unstake",
"staking_status": "%1$s locked (%2$s)",
"staking_success": "Successfully staked",
"staking_unstake_success": "Successfully unstaked",
"staking_estimated_rewards": "Estimated Rewards",
"staking_estimated_return": "Estimated Return: %1$s APY",
"staking_estimated_return_up_to": "Estimated Return: up to %1$s APY",
"staking_no_fio_address_error": "Unable to stake without a FIO addresses",
"staking_no_bundled_txs_error": "Not enough bundled transactions for FIO address %1$s",
"string_i_agree": "I Agree",
"string_expires": "Expires",
"string_decline": "Decline",
"string_cancel_cap": "Cancel",
"string_close_cap": "Close",
"string_cancel": "CANCEL",
"string_ok_cap": "OK",
"string_forget": "Forget",
"string_delete": "Delete",
"string_keep": "Keep",
"string_archive": "Archive",
"string_archive_wallet": "Archive Wallet",
"satPerByte": "Satoshi Per Byte",
"go_to_parent_wallet": "Go to Parent Wallet",
"gasLimit": "Gas Limit",
"gasPrice": "Gas Price (Gwei)",
"string_disable": "Disabled",
"string_done_cap": "Done",
"string_first_amoy_wallet_name": "My Amoy",
"string_first_ethereum_wallet_name": "My Ether",
"string_first_ethereum_classic_wallet_name": "My Ethereum Classic",
"string_first_ethereum_pow_wallet_name": "My Ethereum POW",
"string_first_arbitrum_wallet_name": "My Arbitrum",
"string_first_base_wallet_name": "My Base",
"string_first_filecoin_wallet_name": "My Filecoin",
"string_first_filecoin_fevm_wallet_name": "My Filecoin FEVM",
"string_first_filecoin_fevm_calibratio_wallet_name": "My Filecoin FEVM (Calibration)",
"string_first_bitcoin_wallet_name": "My Bitcoin",
"string_first_bitcoin_testnet_wallet_name": "My Bitcoin Testnet",
"string_first_bitcoin_testnet4_wallet_name": "My Bitcoin Testnet4",
"string_first_bitcoincash_wallet_name": "My Bitcoin Cash",
"string_first_bitcoin_sv_wallet_name": "My Bitcoin SV",
"string_first_bitcoin_gold_wallet_name": "My Bitcoin Gold",
"string_first_dash_wallet_name": "My Dash",
"string_first_digibyte_wallet_name": "My DigiByte",
"string_first_ecash_wallet_name": "My eCash",
"string_first_eos_wallet_name": "My EOS",
"string_first_holesky_wallet_name": "My Holesky",
"string_first_hyperevm_wallet_name": "My HyperEVM",
"string_first_telos_wallet_name": "My Telos",
"string_first_wax_wallet_name": "My Wax",
"string_first_feather_coin_wallet_name": "My Feather Coin",
"string_first_fio_wallet_name": "My FIO",
"string_first_groestlcoin_wallet_name": "My Groestlcoin",
"string_first_litecoin_wallet_name": "My Litecoin",
"string_first_cardano_wallet_name": "My Cardano",
"string_first_cardano_preprod_wallet_name": "My Cardano Testnet",
"string_first_monero_wallet_name": "My Monero",
"string_first_qtum_wallet_name": "My Qtum",
"string_first_ripple_wallet_name": "My XRP",
"string_first_smartcash_wallet_name": "My SmartCash",
"string_first_ufo_wallet_name": "My UFO",
"string_first_vertcoin_wallet_name": "My Vertcoin",
"string_first_ravencoin_wallet_name": "My Ravencoin",
"string_first_zcoin_wallet_name": "My Firo",
"string_first_stellar_wallet_name": "My Stellar",
"string_first_tezos_wallet_name": "My Tezos",
"string_first_axelar_wallet_name": "My Axelar",
"string_first_coreum_wallet_name": "My Coreum",
"string_first_cosmoshub_wallet_name": "My Cosmos Hub",
"string_first_osmosis_wallet_name": "My Osmosis",
"string_first_sui_wallet_name": "My Sui",
"string_first_ton_wallet_name": "My Toncoin",
"string_first_thorchainrune_wallet_name": "My Thorchain",
"string_first_thorchainrunestagenet_wallet_name": "My Thorchain Stagenet",
"string_first_rsk_wallet_name": "My Rootstock",
"string_first_bnb_wallet_name": "My BNB",
"string_first_binance_smart_chain_wallet_name": "My Binance Smart Chain",
"string_first_eboost_wallet_name": "My eBoost",
"string_first_celo_wallet_name": "My Celo",
"string_first_solana_wallet_name": "My Solana",
"string_first_piratechain_wallet_name": "My Pirate",
"string_first_pivx_wallet_name": "My PIVX",
"string_first_zano_wallet_name": "My Zano",
"string_first_zcash_wallet_name": "My Zcash",
"string_first_tron_wallet_name": "My Tron",
"string_first_doge_wallet_name": "My Doge",
"string_first_fantom_wallet_name": "My Fantom",
"string_first_hedera_wallet_name": "My Hedera",
"string_first_polkadot_wallet_name": "My Polkadot",
"string_first_liberland_wallet_name": "My Liberland",
"string_first_polygon_wallet_name": "My Polygon",
"string_first_pulsechain_wallet_name": "My PulseChain",
"string_first_avalanche_wallet_name": "My Avalanche",
"string_first_optimism_wallet_name": "My Optimism",
"string_first_bobevm_wallet_name": "My BOB",
"string_first_botanix_wallet_name": "My Botanix",
"string_first_algorand_wallet_name": "My Algorand",
"string_first_zksync_wallet_name": "My zkSync",
"string_first_abstract_wallet_name": "My Abstract",
"string_first_sepolia_wallet_name": "My Sepolia",
"string_first_sonic_wallet_name": "My Sonic",
"my_crypto_wallet_name": "My %s",
"string_help": "Help",
"string_exit": "Exit",
"string_next": "NEXT",
"string_next_capitalized": "Next",
"string_no_name": "No name",
"string_ok": "OK",
"string_paste": "Paste",
"string_rename": "Rename",
"string_resync": "Resync",
"string_save": "Save",
"string_share": "Share",
"string_to_capitalize": "To",
"string_show_balance": "Show Balance",
"string_amount": "Amount",
"string_tap_next_for_quote": "Tap \"Next\" for Quote",
"string_tap_to_edit": "Tap to edit",
"string_rate": "Rate",
"string_got_it": "Got it!",
"exchange_rates_loading": "Exchange Rates Loading...",
"exchange_rate_loading_singular": "Exchange Rate Loading...",
"string_master_private_key": "Master Private Key",
"string_add_edit_tokens": "Add / Edit Tokens",
"string_get_raw_keys": "Get Raw Keys",
"string_raw_keys": "Raw Keys",
"string_verify": "Verify",
"title_create_wallet_select_crypto": "Choose Wallets to Add",
"title_create_wallet_select_fiat": "Select Fiat",
"title_change_mining_fee": "Change Mining Fee",
"title_change_password": "Change Password",
"title_change_pin": "Change PIN",
"title_change_username": "Change Username",
"title_set_duress_pin": "Set Duress PIN",
"title_create_wallet": "Create Wallet",
"title_create_wallet_from_seed": "Create Wallet From Seed",
"title_create_wallets": "Create Wallets",
"title_export_transactions": "Export Transactions",
"title_edge_login": "Edge Login",
"title_exchange": "Exchange",
"title_fio_sent_request_details": "Sent Request Details",
"title_fio_address_settings": "Reload and Transfer",
"title_fio_domain_settings": "Domain Settings",
"title_fio_add_bundled_txs": "Reload Bundled Transactions",
"title_fio_renew_domain": "Renew FIO Domain",
"title_fio_renew": "Renew",
"title_fio_make_public_domain": "Make Domain Public",
"title_fio_make_private_domain": "Make Domain Private",
"title_fio_transfer_domain": "Transfer FIO Domain",
"title_fio_transfer_address": "Transfer Handle",
"title_fio_address": "FIO Crypto Handles",
"title_fio_names": "FIO Names",
"title_fio_domains": "FIO Domains",
"title_fio_address_confirmation": "Register FIO Crypto Handle",
"title_fio_requested": "Requested",
"title_fio_connect_to_wallet": "Connect to Wallet",
"title_fio_disconnect_wallets": "Disconnect Wallets",
"title_edit_token": "Edit Token",
"title_add_token": "Add Token",
"title_password_recovery": "Password Recovery",
"transaction_details_bought_1s": "Buy %1$s",
"title_select_region": "Select Region",
"title_select_payment_method": "Select Payment Method",
"transaction_details_sold_1s": "Sell %1$s",
"title_otp": "2-Factor Security",
"title_register_fio_address": "Register FIO Address",
"title_register_fio_domain": "Register FIO Domain",
"title_settings": "Settings",
"title_promotion_settings": "Promotion Settings",
"title_terms_of_service": "Terms of Service",
"title_assets": "Assets",
"title_markets": "Markets",
"title_wallets": "Wallets",
"title_dev_tab": "Dev Tab",
"title_buy": "Buy",
"title_sell": "Sell",
"title_map": "Map",
"no_exchanges_available": "No Exchanges Enabled",
"check_exchange_settings": "Please enable them in your Exchange Settings.",
"amount_above_limit": "Amount is above the max limit of %1$s %2$s. This max limit is subject to change based on market conditions",
"amount_below_limit": "Amount is below the min limit of %1$s %2$s. This min limit is subject to change based on market conditions",
"no_amount_below_limit": "Amount is below the min limit. Try again with a higher amount or enable more providers in Settings → Exchange Settings",
"no_amount_above_limit": "Amount is above the max limit. Try again with a lower amount or enable more providers in Settings → Exchange Settings",
"trade_currency": "Trade",
"trade_s": "Trade %1$s",
"swap_s_to_from_crypto": "Swap %1$s to/from another crypto",
"transaction_details": "Transaction Details",
"transaction_details_category_title": "Category",
"transaction_details_payee": "Payee",
"transaction_details_payer": "Payer",
"transaction_details_recipient": "Recipient",
"transaction_details_sender": "Sender",
"transaction_details_person_name": "%s Name",
"transaction_details_person_input": "Choose a %s",
"transaction_details_crypto_amount": "%s Amount",
"transaction_details_amount_in_fiat": "Amount in %s",
"transaction_details_amount_current_price": "Amount at Current Price",
"transaction_details_view_advanced_data": "View Advanced Transaction Data",
"transaction_details_tx_id_modal_title": "Transaction ID",
"transaction_details_show_advanced_block_explorer": "Show in Block Explorer",
"transaction_history_permission": "Would you like to share the entire transaction history of %s with this partner?",
"transaction_details_error_invalid": "Invalid Transaction",
"sub_category_label": "Sub-category",
"transaction_details_recipient_addresses": "Recipient Addresses",
"transaction_details_advance_details_header": "Advanced Details",
"transaction_details_advance_details_fee_setting": "Fee Setting",
"transaction_details_advance_details_device": "Device",
"transaction_details_advance_details_fee_used": "Fee Used",
"transaction_details_advance_details_show_explorer": "Show in Explorer",
"transaction_details_advance_details_raw_txbytes": "Raw Transaction Bytes",
"transaction_details_advance_details_accelerate": "Accelerate this transaction",
"transaction_details_advance_details_txSecret": "Transaction Key",
"transaction_details_advance_details_payment_proof": "Payment Proof",
"transaction_details_advance_details_satpervbyte": "Sats / VByte",
"transaction_details_advance_details_gasprice": "Gas Price Gwei",
"transaction_details_advance_details_gaslimit": "Gas Limit",
"transaction_details_advance_details_minertip": "Miner Tip Gwei",
"transaction_details_accelerate_transaction_header": "Accelerate Transaction",
"transaction_details_accelerate_transaction_instructional": "This will resend your transaction with its fee doubled to help prioritize it for network confirmation. Please review new fee amount before confirming.",
"confirm_finish": "Confirm & Finish",
"transaction_details_accelerate_transaction_old_fee_title": "Old Fee",
"transaction_details_accelerate_transaction_new_fee_title": "New Fee",
"transaction_details_accelerate_transaction_slider_disabled": "Unable to Accelerate Transaction",
"transaction_details_accelerate_transaction_fee_too_low": "Accelerated transaction fee is too low. Fee has been updated. Please try again.",
"transaction_details_accelerate_transaction_sent": "Your transaction has been accelerated.",
"transaction_details_accelerate_transaction_lower_amount_tx_title": "Lower Send Amount",
"transaction_details_accelerate_transaction_lower_amount_tx_message": "In order to accelerate this transaction, the recipient's amount will be lower due to insufficient balance to cover the new fee.",
"transaction_details_empty_note_placeholder": "Tap to Add Note (Optional)",
"transaction_details_exchange_details": "Exchange Details",
"transaction_details_exchange_service": "Exchange Service",
"transaction_details_exchange_order_id": "Order ID",
"transaction_details_exchange_source_wallet": "Source Wallet",
"transaction_details_exchange_destination_wallet": "Destination Wallet",
"transaction_details_exchange_exchange_address": "Exchange Address",
"transaction_details_exchange_exchange_unique_id": "Exchange Unique ID",
"transaction_details_exchange_payout_address": "Payout Address",
"transaction_details_exchange_refund_address": "Refund Address",
"transaction_details_exchange_status_page": "Exchange Status Page",
"transaction_details_exchange_support": "Exchange Support",
"transaction_details_exchange_support_request": "%s Support Request",
"transaction_details_fee_warning": "High Network Fees",
"transaction_details_swap": "Swap Funds",
"transaction_details_swap_network_fee": "Swap Network Fee",
"transaction_details_swap_order_cancel": "Swap Order Cancelled",
"transaction_details_swap_order_post": "Swap Order Opened",
"transaction_details_swap_order_fill": "Swap Order Filled",
"transaction_details_claim": "Claim Staked Funds",
"transaction_details_claim_order": "Claim Order",
"transaction_details_stake": "Stake Funds",
"transaction_details_stake_order": "Stake Order",
"transaction_details_stake_network_fee": "Stake Network Fee",
"transaction_details_transfer_network_fee": "Transfer Network Fee",
"transaction_details_unstake": "Unstake Funds",
"transaction_details_unstake_network_fee": "Unstake Network Fee",
"transaction_details_unstake_order": "Unstake Order",
"transaction_details_swap_to_subcat_1s": "To %1$s",
"transaction_details_swap_from_subcat_1s": "From %1$s",
"transaction_details_swap_order_notes_2s": "%1$s to %2$s",
"transaction_details_stake_subcat_1s": "Stake %1$s",
"transaction_details_stake_subcat_2s": "Stake %1$s and %2$s",
"transaction_details_stake_order_notes_1s": "Create Stake %1$s Order",
"transaction_details_stake_order_notes_2s": "Create Stake %1$s and %2$s Order",
"transaction_details_stake_order_subcat": "Create Stake Order",
"transaction_details_unstake_order_subcat": "Create Unstake Order",
"transaction_details_unstake_subcat_1s": "Unstake %1$s",
"transaction_details_unstake_subcat_2s": "Unstake %1$s and %2$s",
"transaction_details_unstake_order_notes_1s": "Create Unstake %1$s Order",
"transaction_details_unstake_order_notes_2s": "Create Unstake %1$s and %2$s Order",
"transaction_details_token_approval": "Token Approval",
"transaction_details_token_approval_subcat": "Token Approval Fee",
"transaction_details_transfer_funds": "Transfer Funds",
"my_receive_addresses_title": "My Receive Addresses",
"category_modal_title": "Choose a Category",
"transaction_details_notes_title": "Notes",
"back_button_tap_again_to_exit": "Please tap BACK again to log out",
"fragment_tx_detail_mining_fee_with_symbol": "+%1$s fee",
"fragment_tx_detail_mining_fee_with_denom": "+%1$f %2$s fee",
"confirm_password_text": "Confirm Password",
"title_otp_enabled": "2FA is enabled",
"title_otp_disabled": "Protect your account with 2FA",
"otp_description": "Two factor authentication (2FA) prevents unauthorized access from other devices, even if your username and password are compromised.",
"otp_description_two": "If you download %1$s on a new device, you can allow or deny the login from your current device, or you can enter the backup code below.",
"otp_enabled_message": "If you lose your phone or uninstall the app, it will take at least 7 days (up to 18 months) to access your account without the backup code.",
"otp_disable": "Disable 2FA",
"otp_enable": "Enable 2FA",
"otp_show_code": "Show backup code",
"otp_hide_code": "Hide backup code",
"otp_copied_msg": "2FA code successfully copied to clipboard",
"otp_modal_headline": "Are you sure you want to disable 2FA?",
"otp_modal_body": "2FA is recommended to keep your device secure from unauthorized access from other devices.",
"otp_authentication_header": "2FA has been enabled",
"otp_authentication_message": "2FA has been enabled. A unique authentication code has been generated. If you lose your phone or uninstall the app, it will take at least 7 days (up to 18 months) to disable 2FA and access your account from another device without the following authentication code.\n\n%s",
"otp_reset_modal_dont_ask": "Don't ask again",
"otp_reset_modal_header": "Secure Your Account",
"otp_reset_modal_message": "Two factor authentication (2FA) prevents unauthorized access from other devices, even if your username and password is compromised. You can scan a QR code or type in an authentication code to seamlessly authorize other devices. Would you like to enable 2FA?",
"title_otp_keep_modal": "Two-Factor Authentication (2FA)",
"otp_modal_reset_description": "An attempt to login to your account was made by another device and a 2FA reset has been requested. \n\nIf you did not make the request, click \"Keep 2FA\". Then go to the \"Settings\" and change your password and PIN. \n\nIf you did request the reset, \nclick on \"Disable 2FA\".",
"otp_keep": "Keep 2FA",
"word_to_in_convert_from_to_string": "to",
"legacy_address_modal_title": "Legacy Address Detected",
"legacy_address_modal_warning": "You have scanned a legacy format address that may not be for the intended currency as it is indistinguishable from other currency addresses.\n\nSending to this address MAY result in a LOSS of funds!\n\nDo you want to continue?",
"legacy_address_modal_continue": "Continue",
"password_reminder_card_title": "Security Check: Tap to verify password.",
"password_reminder_card_body": "Your password is required in case of device theft, loss, or app uninstallation.",
"password_reminder_modal_title": "Verify your password",
"password_reminder_modal_body": "To ensure the security of your account.\n\nPlease enter your password below. A successful verification will prevent this warning from appearing for a few logins.",
"password_reminder_check_password": "Check Password",
"password_reminder_forgot_password": "I Forgot. Change Password",
"password_reminder_great_job": "Great job remembering your password.",
"password_reminder_invalid": "Invalid Password",
"password_recovery_reminder_modal_title": "Password Recovery Setup",
"password_recovery_reminder_modal_message": "You've been accumulating quite a bit of crypto. Would you like to set up your password recovery?",
"password_recovery_reminder_modal_set_up": "Set Up Now",
"password_check_check_later": "Later",
"password_check_incorrect_password_title": "Incorrect Password.",
"password": "Password",
"buy_crypto_modal_title": "Wallet Empty",
"buy_crypto_modal_message": "Your %s wallet is empty. Would you like to buy %s or exchange another crypto into %s?",
"buy_crypto_modal_message_no_exchange_s": "Your %s wallet is empty. Would you like to buy %s?",
"buy_parent_crypto_modal_message_2s": "%1$s%2$s is required to send this transaction. Would you like to buy %2$s or exchange another crypto into %2$s?",
"buy_parent_crypto_modal_message_3s": "%1$s%2$s (on %3$s) is required to send this transaction. Would you like to buy %2$s or exchange another crypto into %2$s?",
"swap_parent_crypto_modal_message_2s": "%1$s%2$s is required to send this transaction. Would you like to exchange another crypto into %2$s?",
"swap_parent_crypto_modal_message_3s": "%1$s%2$s (on %3$s) is required to send this transaction. Would you like to exchange another crypto into %2$s?",
"buy_parent_crypto_modal_message_no_exchange_2s": "%1$s%2$s is required to send this transaction. Would you like to buy %2$s?",
"buy_parent_crypto_modal_message_no_exchange_3s": "%1$s%2$s (on %3$s) is required to send this transaction. Would you like to buy %2$s?",
"buy_crypto_decline": "Not at this time",
"buy_1s": "Buy %1$s",
"sell_1s": "Sell %1$s",
"confirm_buy_1s": "Confirm Buy %1$s",
"confirm_sell_1s": "Confirm Sell %1$s",
"buy_crypto_modal_exchange": "Exchange",
"exchange_crypto_modal_message": "Your %s wallet is empty. Would you like to exchange another crypto into %s?",
"private_key_modal_sweep_from_private_address": "Sweep Funds From Private Key",
"private_key_modal_sweep_from_private_key_message": "This process needs an on-chain transaction from the original wallet to %1$s. Mining fees are applied and depend on the network status.",
"private_key_modal_sweep_insufficient_funds": "The private key has insufficient funds to cover the onchain fees required by the sweep.",
"private_key_modal_cancel": "Cancel",
"sweep_private_key_calculate_fee_title": "Confirm Sweep",
"sweep_private_key_instructions_fragment": "Sweeping assets incurs a network fee for each asset transferred. If you don't have enough funds, you can return and deselect tokens or tap the row for more options.",
"sweep_private_key_select_crypto_title": "Choose Assets to Sweep",
"sweep_private_key_no_funds_found": "No funds found",
"sweep_private_key_syncing_balances": "Searching for balances...",
"sweep_private_key_syncing_balances_slow": "Looking up balances is taking longer than usual.\nPlease wait...",
"restore": "Restore",
"restore_wallets_modal_title": "Restore Wallets",
"restore_wallets_modal_body": "This will restore all selected wallets",
"restore_wallets_modal_confirm": "Confirm",
"restore_wallets_modal_cancel": "Cancel",
"older_date": "Older",
"memo_comment_title": "Comment",
"memo_destination_tag_title": "Destination Tag",
"memo_memo_title": "Transaction Memo",
"memo_text_title": "Memo Text",
"memo_id_title": "Memo ID",
"memo_note_title": "Transaction Note",
"memo_op_return_title": "OP_RETURN",
"memo_payment_id_title": "Payment ID",
"memo_comment_label": "comment",
"memo_destination_tag_label": "destination tag",
"memo_memo_label": "memo",
"memo_text_label": "memo text",
"memo_id_label": "memo id",
"memo_note_label": "note",
"memo_op_return_label": "OP_RETURN",
"memo_payment_id_label": "paymentId",
"memo_dropdown_option_s": "Add %s",
"memo_error_text_too_long_s": "Cannot be longer than %i characters",
"memo_error_number": "Not a valid number",
"memo_error_number_value_s": "Cannot be greater than %s",
"memo_error_hex": "Not valid hexadecimal",
"memo_error_hext_too_long_s": "Cannot be longer than %i bytes",
"memo_error_hext_too_short_s": "Cannot be shorter than %i bytes",
"unique_identifier_modal_description": "Please enter the %s value to be sent to the recipient of this transaction",
"unique_identifier_modal_confirm": "Confirm",
"cannot_delete_last_wallet_modal_title": "Cannot Archive Wallet",
"cannot_delete_last_wallet_modal_message_part_1": "At least one wallet required in this account.",
"cannot_delete_last_wallet_modal_message_part_2": "If you'd like to archive this wallet, you'll need to add an additional wallet to this account.",
"enter_amount_label": "Enter Amount",
"enter_your_password": "Enter your password",
"spending_limits": "Spending Limits",
"spending_limits_tx_title": "Transaction Spending Limit",
"spending_limits_tx_description": "(Requires PIN above transaction amount)",
"save": "Save",
"four_digit_pin": "4 Digit PIN",
"pin": "PIN",
"spending_limits_enter_pin": "Enter PIN",
"hang_tight": "Hang tight",
"trying_to_find": "Searching for the best exchange rate...",
"mining_fee": "Max network fee",
"scan_camera_missing_qrcode": "No QR code detected in images provided.",
"scan_camera_permission_denied": "To scan a QR Code, please enable Camera access in Settings",
"scan_camera_no_matching_wallet": "You have no matching wallets to handle this link",
"open_settings": "Open Settings",
"ss_geolock": "Location restricted. Unable to complete exchange.",
"ss_unable": "No enabled exchanges support %1$s to %2$s.",
"ss_same_address_upgrade_created_3s": "%1$s→%2$s upgrades require the same address for both wallets. %3$s has been created. Please try your upgrade again.",
"ss_same_address_upgrade_selected_3s": "%1$s→%2$s upgrades require the same address for both wallets. %3$s has been selected. Please try your upgrade again.",
"account": "Account",
"forget_account_title": "Forget Account",
"forget_account_message_common": "Are you sure you want to forget the account %1$s from this device? PIN login will no longer work and you will need to login with your username and password.\n\nIf 2FA is enabled for this account, you will need to either enter your 2FA code or be locked out for at least 7 days (up to 18 months) before being able to regain access.",
"no": "No",
"yes": "Yes",
"swap_terms_accept_button": "Accept",
"swap_terms_reject_button": "Reject",
"swap_terms_kyc_link": "AML/KYC",
"swap_terms_privacy_link": "Privacy Policy",
"swap_terms_terms_link": "Terms of Use",
"swap_terms_statement": "This exchange may require you to verify your identity to complete this trade. Please review the terms below and tap Accept to continue or Reject to stop receiving quotes from this exchange.",
"alert_deep_link_no_wallet": "No wallets exist that support %1$s. You can create a wallet for %2$s by tapping + on the Wallet List screen.",
"alert_deep_link_no_wallet_for_uri": "No wallets exist that support this link.",
"load_plugin": "Load Plugin",
"plugin_url": "Plugin URL",
"create_wallet_failed": "Failed to create wallet",
"choose_your_wallet": "Choose Your Wallet",
"error_creating_wallets": "Network timeout occurred trying to create and backup wallets. Please check your network connection and restart app to retry wallet creation.",
"error_must_select_state_province_s": "Must select state/province for %1$s",
"edge_login_failed": "Failed to Login",
"edge_login_fail_stale_qr": "The scanned QR code was invalid. \n\nPlease generate a new QR code on the device you intend to log in to and try again.",
"edge_login_fail_message": "Could not connect to network. Please check your network connection and try again.",
"edge_login_fetching": "Fetching Edge Login info...",
"modal_addressexplorer_message": "Show Address in Block Explorer?",
"quote_centralized_provider": "Centralized",
"quote_dex_provider": "DEX",
"quote_exchange_cost": "Cost",
"quote_fixed_quotes": "Fixed Quotes",
"quote_partial_settlement": "Partial Settlement Possible",
"quote_payout_amount": "Receive",
"quote_selected_quote": "Selected Quote",
"quote_swap_provider": "Select Swap Provider",
"quote_variable_quotes": "Variable Quotes",
"can_be_partial_quote_title": "Partial Quote",
"can_be_partial_quote_message": "This quote may be partially fulfilled.",
"can_be_partial_quote_with_max_body": "This swap will create an order to exchange funds at the quoted rate but might only fulfill a portion of your order.\n\nThe order will stay open for %s minutes after which funds that have not been swapped will remain in your source wallet or be returned.",
"can_be_partial_quote_body": "This swap will create an order to exchange funds at the quoted rate but might only fulfill a portion of your order.\n\nFunds that fail to swap will remain in your source wallet or be returned.",
"fixed_quote": "Fixed Quote",
"estimated_quote": "Estimated Quote",
"estimated_exchange_rate": "Estimated Exchange Rate",
"estimated_exchange_rate_body": "No exchange providers are able to provide a fixed quote for the exchange requested. This exchange may result in less funds received than quoted.",
"estimated_exchange_message": "The amount above is an estimate. This exchange may result in less funds received than quoted.",
"buy_sell_crypto_select_country_button": "Select your region",
"search_region": "Search region",
"buy_sell_crypto_select_state_button": "Select your state",
"search_states": "Search states",
"buy_sell_crypto_no_provider_region": "We're sorry but there are no available providers for your region.",
"user_closed_modal_no_wallet": "User closed modal. No wallet was selected",
"plugin_powered_by_space": "Powered by ",
"tap_to_change_provider": "Tap to Change Provider",
"send_from_wallet": "Send from %s",
"send_to_wallet": "Receive to %s",
"exchange_slow": "Locating a swap is taking longer than usual.\nPlease wait...",
"wallet_list_modal_header_parent": "Parent Wallet",
"wallet_list_modal_header_mru": "Most Recent Wallets",
"wallet_list_modal_header_other": "Other Wallets",
"wallet_list_modal_creating_wallet": "Creating Wallet. Please Wait",
"wallet_list_modal_enabling_token": "Enabling Token. Please Wait",
"wallet_list_modal_confirm_s_bank_withdrawal": "Borrowing funds for deposit directly into a bank account requires a linked bank account with an %1$s exchange partner. Tap Continue to proceed to link a bank account. (For US users only)",
"fio_address_first_screen_title": "Send and Receive with an easy to remember FIO Crypto Handle!",
"fio_address_features": "• Works across all tokens and coins\n• Secured from your wallet\n• Completely decentralized",
"fio_address_first_screen_end": "Similar to website names, your FIO Crypto Handle can be used to send you tokens/coins without ever having to see or send your public key.",
"fio_domain_reg_text": "Note that you need to use FIO to register a Crypto Handle on a custom domain.",
"fio_domain_reg_descr": "A FIO Crypto Handle consists of a username and a domain. If you purchase a custom domain, only you will able to register a Crypto Handle on it. Crypto Handle registrations will have to be paid for with FIO tokens from the same wallet which owns the domain.",
"fio_address_reg_free": "Register Free Handle",
"fio_domain_label": "FIO Domain",
"fio_domain_free": "Free",
"fio_address_payment_required_text": "This payment is required by the FIO Protocol and not a requirement of %1$s. Each FIO Crypto Handle includes a number of free actions, such as payment requests, where the mining fee is waived. Select a wallet to pay from:",
"fio_domain_wallet_selection_text": "FIO Domains require an annual fee. This payment is required by the FIO Protocol and not a requirement of %1$s. The current annual cost is equivalent to %2$s FIO, but may fluctuate in the future. Select a wallet to pay from:",
"fio_address_list": "Fio Address List",
"fio_address_register_form_field_label": "FIO Crypto Handle",
"fio_address_register_placeholder": "Your Crypto Handle name here",
"fio_address_register_screen_not_available": "Not Available",
"fio_address_register_domain_is_not_public": "Domain is not public",
"fio_address_register_screen_cant_check": "No internet connection, can't check",
"fio_address_register_default_fio_wallet_name": "FIO Wallet",
"fio_address_register_no_wallet_name": "No wallet name",
"fio_address_register_pending": "Your %s will be registered as soon as payment is received. Tap FIO Names in few minutes.",
"fio_address_register_pending_free": "Your free FIO Address will be registered in a few seconds. Tap FIO Names to see your address.",
"fio_address_register_metadata_name": "FIO Registration",
"fio_address_register_pay_title": "You have already registered a free address for that domain.",
"fio_address_register_pay": "Payment required to register this address.",
"fio_address_confirm_screen_label": "FIO Address",
"fio_address_confirm_screen_free_label": "Free",
"fio_address_confirm_screen_fio_label": "FIO",
"fio_address_confirm_screen_balance_label": "Available FIO Balance",
"fio_address_confirm_screen_disabled_slider_label": "Not enough FIO",
"fio_address_details_screen_alert_title": "FIO Address Created",
"fio_address_details_screen_alert_message": "Your FIO Address is now registered and ready for use.",
"fio_address_details_screen_alert_button": "View Details",
"fio_address_details_screen_registered": "Registered",
"fio_address_details_screen_expires": "Expires",
"fio_address_details_screen_bundled_txs": "Remaining bundled transactions",
"fio_address_details_screen_manage_account_settings": "Reload and Transfer",
"title_no_bundled_txs": "No Bundled Transactions",
"title_low_on_bundled_txs": "Low on Bundled Transactions",
"fio_address_details_bundled_txs_out_soon": "You have spent almost all the bundled transactions of your FIO Crypto Handle. Tap to purchase more bundled transactions",
"fio_address_details_no_bundled_txs": "Your FIO Crypto Handle has no bundled transactions. Tap to purchase more bundled transactions",
"fio_address_details_connect_to_wallets": "Choose wallets to connect to your FIO Crypto Handle",
"fio_address_list_screen_button_register": "Register New Handle",
"fio_address_list_domain_register": "Register Custom Domain",
"fio_address_list_register_domain": "Register New Domain",
"fio_get_fee_err_msg": "There was an issue getting the FIO fee. Please try again later.",
"fio_get_reg_info_err_msg": "There was an issue getting registration information.",
"fio_get_reg_info_domain_err_msg": "Domain does not exist",
"fio_get_reg_info_already_sent_err_msg": "Registration request is already sent",
"fio_register_address_err_msg": "There was an issue registering an address. Please try later.",
"fio_error_invalid_address": "Invalid FIO address",
"fio_add_bundled_txs_err_msg": "There was an issue purchasing more bundled transactions. Please try again later.",
"fio_renew_err_msg": "There was an issue renewing your %s. Please try again later.",
"fio_action_fee_label": "Operation Fee",
"fio_domain_is_public_label": "Your FIO Domain is public now",
"fio_domain_is_private_label": "Your FIO Domain is private now",
"fio_domain_details_expired_soon": "Your FIO Domain is about to expire.\nWould you like to renew it?",
"fio_domain_set_visibility_err": "There was an issue changing visibility of your domain. Please try again later.",
"transfer_fio_address_exception": "FIO Addresses with existing FIO Requests or FIO memos can not be transferred now.",
"fio_no_bundled_err_msg": "Your FIO Address ran out of bundled transactions.",
"fio_no_bundled_non_fio_err_msg": "If you continue, metadata for this transaction will not be recorded.",
"fio_no_bundled_add_err_msg": "Please add bundled transactions to your FIO Address to continue.",
"fio_fee_exceeds_supplied_maximum_record_obt_data": "Failed to record OBT data.",
"fio_no_requests_label": "No requests",
"fio_reject_request_title": "FIO Request",
"fio_reject_request_message": "Reject Request?",
"fio_reject_status": "Rejected",
"fio_cancel_status": "Cancelled",
"fio_date_label": "Date",
"send_fio_request_error_addr_not_exist": "The provided FIO address does not exist",
"send_fio_request_error_memo_inline": "Memo must be less than 64 characters",
"send_fio_request_error_memo_invalid_character": "Invalid character in memo",
"fio_request_by_fio_address_error_no_address": "Before you can request funds using FIO, you must first register your own FIO Address. See side menu.",
"fio_request_amount": "Amount:",
"fio_request_by_fio_address_error_invalid_amount_header": "Invalid Amount",
"fio_request_by_fio_address_error_invalid_amount": "Please enter an amount before requesting with FIO",
"fio_request_error_header": "Request Failed",
"fio_request_ok_body": "Your request has been successfully sent",
"fio_request_add_bundled_txs_ok_text": "Bundled transactions have been successfully purchased",
"fio_request_renew_domain_ok_text": "Your domain has been successfully renewed",
"fio_request_sent_details_to": "Request sent to",
"fio_request_sent_details_from": "Request sent from",
"fio_request_unknown_chain_code": "Unknown chain code: %s",
"fio_get_requests_error": "There was an issue fetching requests",
"fio_confirm_request_error": "There was an issue during request send",
"fio_reject_request_error": "There was an issue during request rejection",
"fio_confirm_request_header": "Send FIO Request",
"fio_confirm_request_from": "Send Request From",