Updated on 2026-08-14

This commit is contained in:
Tangem 2019-09-18 11:17:40 +03:00
parent d9fa49579e
commit e22d7bd9d7
17 changed files with 229 additions and 183 deletions

View file

@ -70,7 +70,6 @@
<string name="splash_version_name_release">v.%1$s</string>
<string name="splash_cardano">Cardano</string>
<!-- Main -->
<string name="main_screen_tap_card">Tap Tangem card with your smartphone</string>
<string name="main_screen_scan_banknote">Scan a banknote with your \n %1$s \n as shown above</string>
@ -111,6 +110,39 @@
<string name="loaded_wallet_load_via_qr">Show QR-code</string>
<string name="loaded_wallet_dialog_show_qr">LOAD</string>
<!-- LoadedWallet Blockchain Engines -->
<string name="balance_validator_first_line_verified_balance">Verified balance</string>
<string name="balance_validator_first_line_unknown_balance">Unknown balance</string>
<string name="balance_validator_first_line_transaction_in_progress">Transaction in progress</string>
<string name="balance_validator_first_line_verified_offline">Verified offline balance</string>
<string name="balance_validator_first_line_empty_wallet">Empty wallet</string>
<string name="balance_validator_first_line_verification_failed">Verification failed</string>
<string name="balance_validator_first_line_pending_transaction">Pending transaction…</string>
<string name="balance_validator_first_line_not_genuine">Not genuine banknote</string>
<string name="balance_validator_first_line_locked_pin2">Locked with PIN2</string>
<string name="balance_validator_first_line_verify_identity">Verified note identity.</string>
<string name="balance_validator_first_line_no_account">No account or network error</string>
<string name="balance_validator_first_line_account_not_found">Account not found</string>
<string name="balance_validator_first_line_no_connection">No connection</string>
<string name="balance_validator_first_line_verified_in_blockchain">Verified in blockchain</string>
<string name="balance_validator_first_line_authenticity">Authenticity was not verified</string>
<string name="balance_validator_second_line_confirmed_in_blockchain">Balance confirmed in blockchain</string>
<string name="balance_validator_second_line_unverified_balance">Balance cannot be verified. Swipe down to refresh.</string>
<string name="balance_validator_second_line_wait_for_confirmation">Wait for confirmation in blockchain</string>
<string name="balance_validator_second_line_internet_to_verify_online">Restore internet connection to obtain trusted balance from blockchain</string>
<string name="balance_validator_second_line_internet_to_get_balance">Can\'t obtain balance from blockchain. Restore internet connection to be more confident.</string>
<string name="balance_validator_second_line_swipe_to_refresh">Swipe down to refresh</string>
<string name="balance_validator_second_line_verification_failed">Wallet verification failed. Tap again.</string>
<string name="balance_validator_second_line_failed_attestation">Tangem Attestation service says the banknote is not genuine.</string>
<string name="balance_validator_second_line_failed_binary_code_verification">Firmware binary code verification failed</string>
<string name="balance_validator_second_line_disable_pin_2">Ask the holder to disable PIN2 before accepting</string>
<string name="balance_validator_second_line_identity_not_verified">Card identity was not verified. Cannot reach Tangem attestation service.</string>
<string name="balance_validator_second_line_create_account">To create account send funds to this address</string>
<string name="balance_validator_second_line_create_account_instruction">To create account send 1+ XLM to this address</string>
<string name="balance_validator_second_line_create_account_xrp">Load 20+ XRP to create account</string>
<string name="balance_validator_second_line_authenticity_not_verified">Authenticity cannot be verified. Swipe down to refresh.</string>
<!-- CreateNewWallet, Purge, SignTransaction -->
<string name="now_touch_the_banknote_with_id">Now touch the banknote with ID</string>
<string name="to_create_the_wallet">to create the wallet</string>
@ -134,7 +166,6 @@
<string name="pin_request_new_pin_2">Enter new PIN2</string>
<string name="pin_request_error_pin_confirmation_failed">Please enter the PIN for confirmation!</string>
<!-- SendTransaction-->
<string name="send_transaction_notification_wait">Please wait while the payment is sent…</string>
<string name="send_transaction_success">Transaction has been successfully signed and sent to blockchain node. Wallet balance will be updated in a while</string>
@ -212,6 +243,15 @@
<string name="details_protected_by_user_pin_2">This banknote is protected by user\'s PIN2 code</string>
<string name="details_unlocked_banknote">Unlocked banknote, only for development use</string>
<string name="details_security_delay">This banknote will enforce %.0f seconds security delay for all operations requiring PIN2 code</string>
<string name="details_both_pins_can_be_changed">Allows to change PIN1 and PIN2/n</string>
<string name="details_pin1_can_be_changed">Allows to change PIN1/n</string>
<string name="details_pin2_can_be_changed">Allows to change PIN2/n</string>
<string name="details_both_pins_fixed">Fixed PIN1 and PIN2/n</string>
<string name="details_required_cvc">Requires CVC/n</string>
<string name="details_dynamic_ndef">Dynamic NDEF for iOS/n</string>
<string name="details_ndef">NDEF/n</string>
<string name="details_blockable">Blockable/n</string>
<string name="details_atomic_commmands">Atomic command mode</string>
<!-- PinSave -->
<string name="pin_save_btn_save">Save</string>