Updated on 2026-08-14

This commit is contained in:
Tangem 2020-11-30 13:56:50 +03:00
parent 199ecac0eb
commit e1830ccf41
11 changed files with 158 additions and 57 deletions

View file

@ -49,20 +49,20 @@
<string name="wallet_pending_tx_sending">Sending\u0020</string>
<string name="wallet_address_button_explore">Explore address</string>
<string name="wallet_address_button_create_payid">Create PayID</string>
<string name="wallet_address_button_create_payid">Create PayString</string>
<string name="wallet_qr_title_format">%s wallet</string>
<string name="wallet_create_payid">Create PayID</string>
<string name="wallet_create_payid">Create PayString</string>
<string name="wallet_create_payid_card_format">Card: %s</string>
<string name="wallet_create_payid_hint">PayID name</string>
<string name="wallet_create_payid_hint">PayString name</string>
<string name="wallet_create_payid_domain">$payid.tangem.com</string>
<string name="wallet_create_payid_button_title">Create</string>
<string name="wallet_create_payid_info">Your PayID is information unique to you, like your phone number, email or ABN.</string>
<string name="wallet_create_payid_success_message">PayID created successfully and copied to clipboard</string>
<string name="wallet_create_payid_error_message">Error response while creating PayID</string>
<string name="wallet_create_payid_error_already_created">This PayID already exists. Try a different one.</string>
<string name="wallet_create_payid_info">Your PayString is information unique to you, like your phone number, email or ABN.</string>
<string name="wallet_create_payid_success_message">PayString created successfully and copied to clipboard</string>
<string name="wallet_create_payid_error_message">Error response while creating PayString</string>
<string name="wallet_create_payid_error_already_created">This PayString already exists. Try a different one.</string>
<string name="send_destination_hint_address_payid">Address or PayID</string>
<string name="send_destination_hint_address_payid">Address or PayString</string>
<string name="send_destination_hint_address">Address</string>
<string name="send_title">Send</string>
<string name="send_network_fee_title">Network fee</string>
@ -119,7 +119,7 @@
<string name="initial_message_change_access_code_body">Tap to change the access code</string>
<string name="initial_message_change_passcode_body">Tap to change the passcode</string>
<string name="payid_service_error_loading">Invalid PayID</string>
<string name="payid_service_error_loading">Invalid PayString</string>
<string name="disclaimer_text">Legal Disclaimer
\n
@ -177,10 +177,10 @@
<string name="wallet_notification_no_internet">No internet connection</string>
<string name="send_error_unknown">Unknown error</string>
<string name="send_error_payid_verification_failed">PayID verification failed</string>
<string name="send_error_payid_unsupported_by_blockchain">PayID unsupported by blockchain</string>
<string name="send_error_payid_not_registered">PayID not registered</string>
<string name="send_error_payid_request_failed">PayID request failed</string>
<string name="send_error_payid_verification_failed">PayString verification failed</string>
<string name="send_error_payid_unsupported_by_blockchain">PayString unsupported by blockchain</string>
<string name="send_error_payid_not_registered">PayString not registered</string>
<string name="send_error_payid_request_failed">PayString request failed</string>
<string name="send_error_address_same_as_wallet">Address is the same as wallet address</string>
<string name="send_error_insufficient_balance">Insufficient balance</string>
@ -192,7 +192,7 @@
<string name="wallet_notification_address_copied">Address was copied to clipboard</string>
<string name="wallet_create_payid_empty">Enter desired PayID first</string>
<string name="wallet_create_payid_empty">Enter desired PayString first</string>
<string name="initial_message_scan_header">Tap to scan</string>
<string name="initial_message_tap_header">Tap the card</string>