diff --git a/app/src/main/java/com/tangem/tap/features/shop/ui/ShopFragment.kt b/app/src/main/java/com/tangem/tap/features/shop/ui/ShopFragment.kt index fb7db8ea33..94d681c64e 100644 --- a/app/src/main/java/com/tangem/tap/features/shop/ui/ShopFragment.kt +++ b/app/src/main/java/com/tangem/tap/features/shop/ui/ShopFragment.kt @@ -14,6 +14,7 @@ import com.tangem.core.analytics.Analytics import com.tangem.tap.common.GlobalLayoutStateHandler import com.tangem.tap.common.KeyboardObserver import com.tangem.tap.common.analytics.events.Shop +import com.tangem.tap.common.extensions.getQuantityString import com.tangem.tap.common.extensions.show import com.tangem.tap.common.redux.navigation.NavigationAction import com.tangem.tap.common.shop.data.ProductType @@ -106,6 +107,8 @@ class ShopFragment : BaseStoreFragment(R.layout.fragment_shop), StoreSubscriber< chipProduct2.setOnCheckedChangeListener { _, isChecked -> if (isChecked) store.dispatch(ShopAction.SelectProduct(ProductType.WALLET_2_CARDS)) } + chipProduct1.text = chipProduct1.getQuantityString(R.plurals.card_label_card_count, quantity = 3) + chipProduct2.text = chipProduct2.getQuantityString(R.plurals.card_label_card_count, quantity = 2) } private fun setupPromoCodeEditText() = with(binding) { diff --git a/app/src/main/java/com/tangem/tap/features/wallet/models/WalletWarning.kt b/app/src/main/java/com/tangem/tap/features/wallet/models/WalletWarning.kt index caafcd99c0..951d4f1e10 100644 --- a/app/src/main/java/com/tangem/tap/features/wallet/models/WalletWarning.kt +++ b/app/src/main/java/com/tangem/tap/features/wallet/models/WalletWarning.kt @@ -1,24 +1,23 @@ package com.tangem.tap.features.wallet.models -sealed class WalletWarning( - val showingPosition: Int, -) { +sealed class WalletWarning(val showingPosition: Int) { + data class ExistentialDeposit( val currencyName: String, val edStringValueWithSymbol: String, ) : WalletWarning(1) data class TransactionInProgress(val currencyName: String) : WalletWarning(showingPosition = 10) - data class BalanceNotEnoughForFee(val blockchainFullName: String) : WalletWarning(showingPosition = 30) + + data class BalanceNotEnoughForFee( + val currencyName: String, + val blockchainFullName: String, + val blockchainSymbol: String, + ) : WalletWarning(showingPosition = 30) + data class Rent(val walletRent: WalletRent) : WalletWarning(showingPosition = 40) } -data class WalletWarningDescription( - val title: String, - val message: String, -) +data class WalletWarningDescription(val title: String, val message: String) -data class WalletRent( - val minRentValue: String, - val rentExemptValue: String, -) \ No newline at end of file +data class WalletRent(val minRentValue: String, val rentExemptValue: String) \ No newline at end of file diff --git a/app/src/main/java/com/tangem/tap/features/wallet/redux/WalletState.kt b/app/src/main/java/com/tangem/tap/features/wallet/redux/WalletState.kt index e3ee5ec356..7ace673faa 100644 --- a/app/src/main/java/com/tangem/tap/features/wallet/redux/WalletState.kt +++ b/app/src/main/java/com/tangem/tap/features/wallet/redux/WalletState.kt @@ -367,11 +367,18 @@ data class WalletData( } private fun assembleTokenWarnings(walletWarnings: MutableList) { - if (!currency.isToken()) return + with(currency) { + if (!isToken()) return - val blockchainFullName = currency.blockchain.fullName - if (blockchainAmountIsEmpty() && !tokenAmountIsEmpty()) { - walletWarnings.add(WalletWarning.BalanceNotEnoughForFee(blockchainFullName)) + if (blockchainAmountIsEmpty() && !tokenAmountIsEmpty()) { + walletWarnings.add( + WalletWarning.BalanceNotEnoughForFee( + currencyName = currencyName, + blockchainFullName = blockchain.fullName, + blockchainSymbol = blockchain.currency + ) + ) + } } } diff --git a/app/src/main/java/com/tangem/tap/features/wallet/ui/WalletWarningConverter.kt b/app/src/main/java/com/tangem/tap/features/wallet/ui/WalletWarningConverter.kt index 5d0e8c4656..9638c0e7cb 100644 --- a/app/src/main/java/com/tangem/tap/features/wallet/ui/WalletWarningConverter.kt +++ b/app/src/main/java/com/tangem/tap/features/wallet/ui/WalletWarningConverter.kt @@ -25,8 +25,11 @@ class WalletWarningConverter( is WalletWarning.BalanceNotEnoughForFee -> { context.getString( R.string.token_details_send_blocked_fee_format, + message.currencyName, message.blockchainFullName, + message.currencyName, message.blockchainFullName, + message.blockchainSymbol, ) } is WalletWarning.TransactionInProgress -> { diff --git a/app/src/main/res/layout/fragment_shop.xml b/app/src/main/res/layout/fragment_shop.xml index a2d0d43cec..c3dadcdb4b 100644 --- a/app/src/main/res/layout/fragment_shop.xml +++ b/app/src/main/res/layout/fragment_shop.xml @@ -145,7 +145,6 @@ android:layout_width="wrap_content" android:layout_height="36dp" android:checked="true" - android:text="@string/shop_3_cards" app:chipMinTouchTargetSize="0dp" /> - - + + Default + Legacy + Erhalt der Gebühr fehlgeschlagen + Laden Sie %1$s+ %2$s auf um ein Konto zu erstellen + Destination account is not active. Send %s or more to activate the account. Interner Fehler der Blockchain Minimaler Betrag ist %s Restbestand zu klein - Erhalt der Gebühr fehlgeschlagen Nicht genug Geld Falsche Gebühr + Minimum balance is %s Das Zielkonto ist nicht erstellt. Der abzusendende Betrag soll %s + Gebühr oder mehr sein Unbekannter Fehler - Minimum balance is %s - Ungültiger Betrag Der Betrag geht über die Bilanz hinaus - Der Gesamtbetrag geht über die Bilanz hinaus + Ungültiger Betrag Die Gebühr geht über die Bilanz hinaus - Damit Sie beim nächsten Aufladen Ihrer Brieftasche keine erhöhte Provision zahlen, soll der Betrag um %s XTZ reduziert werden - Um %s XTZ reduzieren + Der Gesamtbetrag geht über die Bilanz hinaus Nein, alles senden - Destination account is not active. Send %s or more to activate the account. - Laden Sie %s+ %s auf um ein Konto zu erstellen - Default - Legacy - \ No newline at end of file + Um %s XTZ reduzieren + Damit Sie beim nächsten Aufladen Ihrer Brieftasche keine erhöhte Provision zahlen, soll der Betrag um %s XTZ reduziert werden + diff --git a/core/res/src/main/res/values-de/strings.xml b/core/res/src/main/res/values-de/strings.xml index fd9e93d29e..6a085ebbe6 100644 --- a/core/res/src/main/res/values-de/strings.xml +++ b/core/res/src/main/res/values-de/strings.xml @@ -1,469 +1,470 @@ - Tangem Wallet - 3 cards - 2 cards - Shipping - Free - I have a promo code… - Total - Other payment methods - Buy now - Meet\nTangem - Buy - Store - Send - Pay - Exchange - Lend - Borrow - Revolutionary Hardware Wallet - Store your crypto assets secure while keeping private keys contained in your card - Ultra Secure Backup - Up to - 3 physical cards - to one wallet - Thousands of Currencies - A hardware wallet for your Bitcoin, Ethereum and many more currencies simultaneously – all in one card - DeFi Compatible - Exchange, buy NFT\'s, make loans and deposits in more than 100 different decentralized services - The Wallet for Everyone - Use it on the go, anywhere, anytime. No wires or batteries. Just tap the card to your phone when you need your crypto. - Order - Search tokens - You are currently running in Demo mode. All funds are not real. + Add custom token + Send only %1$s (%2$s) from %3$s network to this address. Using other tokens and networks may result in loss of funds. + Request support + Send feedback + Diese Karte wurde früher bereits aufgeladen und Transaktionen wurden damit signiert. Ziehen Sie eine sofortige Auszahlung aller Beträge in Betracht, wenn Sie diese Karte von einer nicht vertrauenswürdigen Quelle erhalten haben. This feature is disabled in Demo mode - Not enough funds for fee on your %s wallet to send a transaction. Top up your %s wallet first. - Available networks - %s network not found. Please, add it first and try again. - Attention + You are currently running in Demo mode. All funds are not real. + Die von Ihnen gescannte Karte ist eine Entwicklungskarte. Akzeptieren Sie sie nicht als Zahlungsmittel. + Reason: %s + Can\'t send a transaction Note that tokens on different networks have different addresses. Double check that your address matches the network when you transfer funds. Tokens in Solana network are not supported by this card due to firmware limitation. - Contract address copied! - Contract address - Required field - Please select the network - Decimal number must be a valid integer, no higher than %d - Contract address is invalid - Derivation path is invalid - Note that tokens can be created by anyone. Be aware of adding scam tokens, they can cost nothing. - This token/network has already been added to your list - Decimals - Network - Not selected - E.g. USD Coin - Name - E.g. USDC - Token symbol - BIP44 coin type - Default - The server is not available, please try again later - Total balance - The amount does not include some of your funds - Tokens - Manage tokens - No rate - Network is unreachable - Hide token - Hide %s - Hide - You are about to hide this token from the main screen. You can add it back anytime through the manage tokens page. - Unable to hide %s - The %s token is the main currency on the %s network and cannot be hidden as long as you have other tokens on this network in the list. - Your wallet has not been backed up - To protect your assets, we advise you to carry out this procedure - Erneut versuchen - Chat - %s network - I understand - Yes - No - Russian bank cards are not accepted at the moment - Do you have a bank card of another country or a UnionPay card? - This network is not supported. Please select another network. - Card Settings - Security Mode - Change Access Code - Access code will be changed on this card only - Continue - Tangem Bot - Get your card ready! - Scan the card to change its settings. The changes will impact only the card you\'ve scanned and will not affect other cards tied to your wallet. - Scan Card - App Settings - Keep the wallet in the app - Enable to link all the wallets to Tangem app. Biometric authentication will be required for unlocking the app. Transaction signing requires tapping your Tangem card. + This card is not a bearer note. We can\'t currently match the signature count on the card with the information on the blockchain. This is normal but in rare cases can mean a previous holder is holding back an offline signature, which is a security concern.\nDo not accept this card as physical payment from someone you don\'t trust.\nIt\'s perfectly safe in all other respects.\nTangem is the only hardware wallet to offer signature count protection. + Are you having difficulty scanning your card? + Diese Karte ist für die Zusammenarbeit mit Tangem nicht geeignet + Go to settings to enable biometric authentication in the Tangem App + Enable biometric authentication + This will delete all the saved wallet access codes. Any further operation with the wallet will require submitting the access code. + Removing the saved card deletes all the saved wallets and their access codes. Save Access Code Biometric authentication will be requested instead of the access code for interactions with your card. - Removing the saved card deletes all the saved wallets and their access codes. - This will delete all the saved wallet access codes. Any further operation with the wallet will require submitting the access code. - WalletConnect - Connect to Dapps - Factory Reset will completely delete the wallet from the selected card and remove it from the app. You will not be able to restore the current wallet. - Factory Reset will completely delete the wallet from the selected card. You will not be able to restore the current wallet or use the card to recover the access code. - I understand that after performing this action, I will no longer have access to the current wallet - Reset the Card + Keep the wallet in the app + Enable to link all the wallets to Tangem app. Biometric authentication will be required for unlocking the app. Transaction signing requires tapping your Tangem card. + App Settings + Reset + Are you sure you want to do this? + Change Access Code + Access code will be changed on this card only Reset to Factory Settings - Select network - Scan your card - To access all the networks you need to scan the card - Connection with this Dapp cannot be established due to its technical implementation. - Welcome back! - Use %s or scan a card to access the app - Log in with %s - Karte scannen - Access the app - Log into the app and check your balance without scanning the card - Access code - Note that making a transaction with your funds will still require your card - My Wallets - Multi-currency - Single-currency - Add new wallet - Rename Wallet - Wallet name - Unlock all with %s - Invalid Tag. It won\'t be added to the transaction. - Invalid Memo. It won\'t be added to the transaction. - Tag - Memo - Attention - Tap the card with the visa logo - No funds for activation - Please contact support - Four identical digits isn\'t safe - Such a PIN can be brute-forced easily - Pin code - Connect - KYC - Verify your identity - Set PIN code - Register - Verify via Utorg - Refresh - Connect your card - Verify your identity - KYC is in progress - Connect your card to the decentralized payment system - To start using your card you have to pass the KYC process - Please wait until the verification is completed. You\'ll be notified via email. Usually it takes up to 1 hour. You can close the app and come back later. - PIN Code - Set PIN code for your SaltPay card - Chat with support - Please hold the card until the operation complete - To start the backup process you have to add Tangem card as your backup - No backup card - Backup card ready - Finalize the backup process by creating an access code - Prepare the SaltPay card - Tap the SaltPay card - Tap the Tangem card - Support - Claim %s - To get started, simply claim wxDAI to your wallet - Claim - Congratulations! Your first payment crypto card has been activated - Claiming - It will take a few seconds - Something went wrong - Please check your email for further instructions - Do you want to exit the activation process? - In this case, you will need to start from the beginning. - You have used a card from another wallet. Tap the card associated with this wallet - Referral program - Refer your friends to Tangem - You - Will get - for each wallet bought by your friend on your %s network address%s - Your friend - Will get a - %s discount - when buying a card on tangem.com - Your friends bought - Your personal code - Participate - terms and conditions - By tapping this button you accept - You\'ve accepted - of the referral program - Internal error: wallet manager not found + Security Mode + Card Settings + Tangem Bot + Akzeptieren + Add + Attention Bilanz: %s - Share - Copy - Erfolg - Close - You Send - You Receive - There was an error. Please try again. - Give Permission - To continue you need to allow 1inch smart contracts to use your %s - Amount %s - Your Wallet - Spender - Approve - Swap of %s to %s - Swap - Insufficient funds - Give Permission - Permit and Swap - Choose token - Your tokens - Other tokens - Waiting - Transaction in progress… - In progress - View in Explorer - not available - Failed to load the information about the referral program. Please try again later. - Failed to load the information about the referral program. Reason: %s. Please try again later. - Your participation request could not be processed. Reason: %s. Please try again later. If the problem persists — feel free to contact our support. - Personal code copied! - Buy Tangem Wallet with discount!\n%s - %s network has a concept of Existential Deposit. If your account drops below %s it will be deactivated and any remaining funds will be destroyed. - Ungültige Adresse - This wallet has already been saved, you can add another one - Entfernen - Privacy policy - Enable biometric authorization - It looks like you have biometric authentication disabled, it is necessary to save wallets - Enable - %d selected biometric authentication biometrics - Tangem - Änderungen speichern - Warnung - Erledigt - Abbrechen - Akzeptieren Sie haben keinen Zugang zur Kamera erteilt, bitte passen Sie Ihre Datenschutzeinstellungen an - Actions - Absenden - ein Wallet erstellen - Tangem - Verifizierte Bilanz - Die Bilanz wird aufgeladen… - Das Konto ist nicht erstellt - Leere Karte - Erstellen Sie ein Wallet um die Tangem-Karte verwenden zu können - Diese Karte wird nicht unterstützt - Ihre Tangem-Karte wurde für die Arbeit mit einer anderen App ausgestellt. Bitte sehen Sie sich den Namen und die Anleitung auf Ihrer Karte an und installieren Sie eine korrekte App - Die Transaktion läuft… - Erhalten - von %s - Senden - an %s - Adresse erkunden - PayString erstellen - PayString erstellen - PayString Name - $payid.tangem.com - PayString sind Ihre einzigartigen Identifikationsdaten wie Telefonnummer, E-Mail-Adresse oder ABN. - Fehlerantwort beim Erstellen der PayString - Diese PayString existiert bereits. Versuchen Sie mit einer anderen erneut. - Adresse oder PayString - Adresse - Absenden - Netzgebühr - Betrag - Gebühr - Gesamt - Höchstbetrag - Niedrig - Normal - Priorität - inkl. Gebühr - %s wird gesendet - %s und %s werden gesendet - Die Transaktion wurde erfolgreich signiert und an den Blockchain-Knoten gesendet. Die Walletbilanz wird aktualisiert - Details - KartenID - Emittent - Signiert - %s Hasch - App Währung + Abbrechen + Close + Continue + Copy + Create + Entfernen + Disconnect + Erledigt + Enable + Fehler + No + OK + Primary Card + Reject + Retry + Änderungen speichern + Search + The server is not available, please try again later + Share + Sign + Sign and send + Start + Submit + Erfolg + terms and conditions + I understand + Warnung + Yes + Contract address copied! + Available networks + Contract address + Contract address is invalid + Derivation path is invalid + Please select the network + Required field + Decimal number must be a valid integer, no higher than %d + Decimals + Default + BIP44 coin type + E.g. USD Coin + Name + Not selected + Network + E.g. USDC + Token symbol + This token/network has already been added to your list + Note that tokens can be created by anyone. Be aware of adding scam tokens, they can cost nothing. + Chat + Zugangscode + Sie müssen den richtigen Zugangscode eingeben, bevor Sie die Karte scannen. Langes Tippen Dieser Mechanismus schützt vor Annäherungsangriffen auf eine Karte. Es wird eine Verzögerung zwischen dem Empfang und der Ausführung eines Befehls erzwungen. Nach der ersten signierten Transaktion wird dieses Telefon mit der Karte verknüpft und die Transaktionen werden sofort signiert Passcode Bevor Sie einen Befehl ausführen, der eine Änderung des Kartenstatus zur Folge hat, müssen Sie den Passcode eingeben. - Zugangscode - Sie müssen den richtigen Zugangscode eingeben, bevor Sie die Karte scannen. - Diese Karte wurde früher bereits aufgeladen und Transaktionen wurden damit signiert. Ziehen Sie eine sofortige Auszahlung aller Beträge in Betracht, wenn Sie diese Karte von einer nicht vertrauenswürdigen Quelle erhalten haben. - Diese Karte ist für die Zusammenarbeit mit Tangem nicht geeignet - Die von Ihnen gescannte Karte ist eine Entwicklungskarte. Akzeptieren Sie sie nicht als Zahlungsmittel. - Tippen um zu signieren - To create the wallet tap the card as shown above and do not remove until the end of the operation - Tippen Sie um den Zugangscode zu ändern - Tippen Sie um den Passcode zu ändern - Nutzungsbedingungen - Keine Internetverbindung - PayString wird von der Blockchain nicht unterstützt - PayString ist nicht registriert - PayString-Anfrage ist fehlgeschlagen - Die Adresse stimmt mit der Adresse Ihrer Brieftasche überein - Die Adresse wurde erfolgreich kopiert - Zuerst geben Sie die gewünschte PayString ein - Legen Sie die Karte zum Scannen an - Legen Sie die Karte an - Scan card failed. Try again - Buy - Sell - Exchange - Create twin wallet - Generate wallet keys on both cards to start using your Twins - One wallet. Two cards. - This one that you are holding in your hands and the other one with number %s.\n\nBoth cards can be used to extract funds from this wallet. + Referral program + Privacy policy + %s Hasch Card terms of use - Tangem Twin - This action is irreversible. You will not have access to the old wallet. - Scan the #%s twin card - Preparing card - Creating wallet - Scan the card #%s - You\'ve scanned the same card. To create a twin wallet you need to scan the card with number %d - Start - Add - Search - Send Feedback - Can\'t send a transaction - Reason: %s - Are you having difficulty scanning your card? - Request support - Send feedback - Really cool! - Can be better - One question - How do you like Tangem? - Add custom token - Please wait for %s transaction to complete to be able to send funds - Authenticity check failed - This card might be a production sample or counterfeit - Important security information \u26A0 - This card has signed transactions in the past - Learn more - There are only %s signatures available on this card. You must withdraw all of your funds. - Disconnect - Sign - Sign and send - Reject - This is a Testnet card. Don\'t accept it as a payment. This card must only be used for testing and development purposes. - Do you want to buy or sell crypto? - Oops, the current version of the application is not ready to work with this card, please check for updates. - Activating card - How does it work? - Receive crypto - Create a wallet - Let\'s generate all the keys on your card and create a secure wallet - Create wallet - Top up your wallet - To get started, simply top up the wallet with any amount - To get started, simply top up the wallet with more than %s %s - Buy crypto - Show the wallet\'s address - Success! - Your card is activated and ready to be used - Balance - Send only %s (%s) from %s network to this address. Using other tokens and networks may result in loss of funds. - If the process of creating the wallet gets interrupted in any way, you\'ll have to start over. - The twinning process is partly complete. You can\'t exit it now. - OK, ich hab\'s! - Getting started - Backup now - Skip for later - Finalize the backup process - Add a backup card - Scan the card #%d - Scan primary card - No backup cards - Prepare your card - One backup card added - Two backup cards added - Backup card #%d - To start the backup process add up to two backup cards. - Prepare the primary card - You can add one more card or finalize the backup process - Max number of cards added. Finalize the backup process. - You\'ve added one backup card. When backup process is finished you can\'t add more backup cards. If you have one more card, add it to backup. Do you like to continue the backup process? - Create Access Code - Re-enter your Access Code - Protect - Personalize - Restore - You have to set up a single access code to protect all your wallets. - You can set an individual access code on each card later. - The access code can be restored with a linked card, don\'t keep all cards in one place. - Choose any word, phrase, or number you want as your access code. - Access code must be at least 4 characters long - Entered access code didn\'t match the initial access code - Create - Submit - Creating a backup - The backup process is partly complete. You can\'t exit it now. - Backup wallet - Identical cards - Access code - Access code restore - You can backup your keys up to two other blank Tangem Wallet cards. - All the backup cards can be used as full-functional with the identical keys. - You will be able to set an access code to protect your wallets. - Access code can be restored with one of backup cards. - Your wallet card is configured and ready for use. + KartenID Link More Cards - You have an interrupted backup. Do you want to resume? - Yes, resume - Discard - This is an irreversible action - If you will discard the backup now, then you will have to reset the cards to factory settings to start over again - Resume backup - Discard - Scan the primary card - Continue to my wallet - Sending %s - Prepare the backup card with number %s - Prepare the primary card with number %s - Solana network charges a rent of %s every 2 days. Accounts that can\'t afford the rent are purged from the network. Deposit your account with more than %s to use it for free. - This card is not a bearer note. We can\'t currently match the signature count on the card with the information on the blockchain. This is normal but in rare cases can mean a previous holder is holding back an offline signature, which is a security concern.\nDo not accept this card as physical payment from someone you don\'t trust.\nIt\'s perfectly safe in all other respects.\nTangem is the only hardware wallet to offer signature count protection. - Request to create transaction for %s\n%s\n\nAmount: %s\nFee: %s\nTotal: %s\nBalance: %s - Request to start a session for\n%s\n\nNETWORK: %s\n\nURL: %s - WalletConnect Sessions - Ooops. No Sessions. - No opened WalletConnect sessions - Open session - Can\'t send transaction. Not enough funds. - Requesting to sign a message.\n\n%s - Clipboard contain WalletConnect code. Use copied value or scan QR-code - Paste from clipboard - Scan new code - This card can\'t be used to establish WalletConnect session - The operation couldn\'t be completed. \n\nYou have already established a WalletConnect session with this parameters. - Failed to establish WalletConnect session: timeout error. Please, try again later. - Dapp %s, requesting to\nsign BNB transaction.\n\n%s - Transaction details:\nFrom: %s\nTo: %s\nAmount: %s - Trade order for %s\nPrice: %s\nAmount to receive: %s\nAmount to pay: %s - My suggestions - Can\'t scan a card - Can\'t send a transaction - Tangem feedback - Feedback + App Währung + Emittent + Send Feedback + Signiert + Details + Check your internet connection or switch to a different network + Nutzungsbedingungen + Oops, the current version of the application is not ready to work with this card, please check for updates. + You have used a card from another wallet. Tap the card associated with this wallet + You Receive + You Send + The following information is optional. You can erase it if you don\'t want to share it. Tell us what functions you are missing, and we will try to help you. Please tell us what card do you have - Please tell us more about your issue. Every small detail can help. Hi support team, - The following information is optional. You can erase it if you don\'t want to share it. - ≈ %s (inkl. Gebühr: %s) - Primary Card - Blockchain is unreachable. Try later - Fehler - OK - Failed to establish WalletConnect session. Please, try again later. - Would you like to use biometrics? - Biometrics will be requested instead of the access code for interactions with your wallet + Please tell us more about your issue. Every small detail can help. + My suggestions + Can\'t scan a card + Feedback + Tangem feedback + Can\'t send a transaction + Order + Tippen Sie um den Zugangscode zu ändern + Tippen Sie um den Passcode zu ändern + To create the wallet tap the card as shown above and do not remove until the end of the operation + Legen Sie die Karte zum Scannen an + Tippen um zu signieren + Legen Sie die Karte an + Internal error: wallet manager not found + Manage tokens + To protect your assets, we advise you to carry out this procedure + Your wallet has not been backed up + Total balance + The amount does not include some of your funds + To access all the networks you need to scan the card + Scan your card + Tokens + You have to set up a single access code to protect all your wallets. + Protect + You can set an individual access code on each card later. + Personalize + The access code can be restored with a linked card, don\'t keep all cards in one place. + Restore + Choose any word, phrase, or number you want as your access code. + Create Access Code + Re-enter your Access Code + Access code must be at least 4 characters long + Entered access code didn\'t match the initial access code + You\'ve added one backup card. When backup process is finished you can\'t add more backup cards. If you have one more card, add it to backup. Do you like to continue the backup process? + The backup process is partly complete. You can\'t exit it now. + Balance + Add a backup card + Scan the card #%d + Backup now + Scan the primary card + Claim + Continue to my wallet + Finalize the backup process + Verify via Utorg + Refresh + Set PIN code + Receive crypto + Register + Scan primary card + Skip for later + How does it work? + Support + Let\'s generate all the keys on your card and create a secure wallet + Create wallet + Create a wallet + Your card is activated and ready to be used + Success! + In this case, you will need to start from the beginning. + Do you want to exit the activation process? + Getting started + Verify your identity + KYC + Pin code + Connect + Creating a backup + Tap the SaltPay card + To start the backup process you have to add Tangem card as your backup + Finalize the backup process by creating an access code + Tap the Tangem card + No backup card + Backup card ready + Prepare the SaltPay card + To get started, simply claim wxDAI to your wallet + It will take a few seconds + Please check your email for further instructions + To start using your card you have to pass the KYC process + Please wait until the verification is completed. You\'ll be notified via email. Usually it takes up to 1 hour. You can close the app and come back later. + To start the backup process add up to two backup cards. + You can add one more card or finalize the backup process + Set PIN code for your SaltPay card + Connect your card to the decentralized payment system + Prepare the backup card with number %s + Prepare the primary card + Prepare the primary card with number %s + Congratulations! Your first payment crypto card has been activated! + Your wallet card is configured and ready for use. + Max number of cards added. Finalize the backup process. + Chat with support + Activating card + Backup card #%d + Claim %s + Claiming + Something went wrong + Verify your identity + KYC is in progress + No backup cards + One backup card added + PIN Code + Connect your card + Prepare your card + Two backup cards added + To get started, simply top up the wallet with any amount + To get started, simply top up the wallet with more than %1$s %2$s + Buy crypto + Show the wallet\'s address + Top up your wallet + The twinning process is partly complete. You can\'t exit it now. + If the process of creating the wallet gets interrupted in any way, you\'ll have to start over. + You can backup your keys up to two other blank Tangem Wallet cards. + Access code can be restored with one of backup cards. + All the backup cards can be used as full-functional with the identical keys. + You will be able to set an access code to protect your wallets. + Backup wallet + Access code restore + Identical cards + Access code + Participate + Failed to load the information about the referral program. Please try again later. + Failed to load the information about the referral program. Error code: %s. Please try again later. + Your participation request could not be processed. Error code: %s. Please try again later. If the problem persists — feel free to contact our support. + Your friends bought + Will get + for each wallet bought by your friend on your %1$s network address%2$s + You + Will get a + when buying a card on tangem.com + %s discount + Your friend + Personal code copied! + Your personal code + Buy Tangem Wallet with discount!\n%s + Refer your friends to Tangem + You\'ve accepted + By tapping this button you accept + of the referral program + Please hold the card until the operation complete + Reset the Card + I understand that after performing this action, I will no longer have access to the current wallet + Factory Reset will completely delete the wallet from the selected card. You will not be able to restore the current wallet or use the card to recover the access code. + Factory Reset will completely delete the wallet from the selected card and remove it from the app. You will not be able to restore the current wallet. + Do you have a bank card of another country or a UnionPay card? + Russian bank cards are not accepted at the moment + Tap the card with the visa logo + Attention + Please contact support + No funds for activation + Such a PIN can be brute-forced easily + Four identical digits isn\'t safe + Log into the app and check your balance without scanning the card + Access the app Allow to use biometrics - Enable biometric authentication - Go to settings to enable biometric authentication in the Tangem App + Biometrics will be requested instead of the access code for interactions with your wallet + Access code + It looks like you have biometric authentication disabled, it is necessary to save wallets + Enable biometric authorization + Would you like to use biometrics? + Note that making a transaction with your funds will still require your card + Scan card failed. Try again + Scan Card + Scan the card to change its settings. The changes will impact only the card you\'ve scanned and will not affect other cards tied to your wallet. + Get your card ready! + Search tokens + Betrag + Adresse + Adresse oder PayString + Die Adresse stimmt mit der Adresse Ihrer Brieftasche überein + PayString ist nicht registriert + PayString-Anfrage ist fehlgeschlagen + PayString wird von der Blockchain nicht unterstützt + Invalid Tag. It won\'t be added to the transaction. + Invalid Memo. It won\'t be added to the transaction. + Tag + Memo + inkl. Gebühr + Gebühr + Niedrig + Normal + Priorität + Höchstbetrag + Netzgebühr + Absenden + Sending %s + Gesamt + %1$s und %2$s werden gesendet + ≈ %1$s (inkl. Gebühr: %2$s) + %s wird gesendet + Die Transaktion wurde erfolgreich signiert und an den Blockchain-Knoten gesendet. Die Walletbilanz wird aktualisiert + Ungültige Adresse + Buy now + Free + I have a promo code… + Tangem Wallet + Other payment methods + Shipping + Total + Solana network charges a rent of %1$s every 2 days. Accounts that can\'t afford the rent are purged from the network. Deposit your account with more than %2$s to use it for free. + Store your crypto assets secure while keeping private keys contained in your card + Revolutionary Hardware Wallet + Up to + 3 physical cards + to one wallet + Ultra Secure Backup + A hardware wallet for your Bitcoin, Ethereum and many more currencies simultaneously – all in one card + Thousands of Currencies + Use it on the go, anywhere, anytime. No wires or batteries. Just tap the card to your phone when you need your crypto. + The Wallet for Everyone + Borrow + Buy + Exchange + Lend + Pay + Send + Store + Meet\nTangem + Exchange, buy NFT\'s, make loans and deposits in more than 100 different decentralized services + DeFi Compatible + There was an error. Please try again. + Give Permission + Insufficient funds + Not enough funds for fee in your %1$s wallet to create a transaction. Top up your %2$s wallet first. + Transaction in progress... + Waiting + Approve + Give Permission + Amount %s + Spender + Your Wallet + To continue you need to allow 1inch smart contracts to use your %s + Permit and Swap + View in Explorer + In progress + Swap + Swap of %1$s to %2$s + Other tokens + Choose token + Your tokens + not available + Tangem + Hide + You are about to hide this token from the main screen. You can add it back anytime through the manage tokens page. + Hide %s + Hide token + %1$s is a token in the %2$s network. To make a %3$s transaction you need to deposit some %4$s (%5$s) to cover the network fee. + Please wait for %s transaction to complete to be able to send funds + The %1$s token is the main currency on the %2$s network and cannot be hidden as long as you have other tokens on this network in the list. + Unable to hide %s + No rate + You\'ve scanned the same card. To create a twin wallet you need to scan the card with number %d + This one that you are holding in your hands and the other one with number %s.\n\nBoth cards can be used to extract funds from this wallet. + One wallet. Two cards. + Scan the card #%s + Creating wallet + Scan the #%s twin card + Preparing card + Tangem Twin + This action is irreversible. You will not have access to the old wallet. + Add new wallet + %d selected + This wallet has already been saved, you can add another one + Multi-currency + Wallet name + Rename Wallet + Single-currency + My Wallets + Unlock all with %s + PayString erstellen + Adresse erkunden + Network is unreachable + Blockchain is unreachable. Try later + Die Bilanz wird aufgeladen… Scan the card - Check your internet connection or switch to a different network + Die Transaktion läuft… + Verifizierte Bilanz + Actions + Buy + ein Wallet erstellen + Sell + Absenden + Exchange + Do you want to buy or sell crypto? + Requesting to sign a message.\n\n%s + Dapp %1$s, requesting to\nsign BNB transaction.\n\n%2$s + Trade order for %1$s\nPrice: %2$s\nAmount to receive: %3$s\nAmount to pay: %4$s + Transaction details:\nFrom: %1$s\nTo: %2$s\nAmount: %3$s + Clipboard contain WalletConnect code. Use copied value or scan QR-code + Request to create transaction for %1$s\n%2$s\n\nAmount: %3$s\nFee: %4$s\nTotal: %5$s\nBalance: %6$s + Can\'t send transaction. Not enough funds. + Failed to establish WalletConnect session. Please, try again later. + Failed to establish WalletConnect session: timeout error. Please, try again later. + Connection with this Dapp cannot be established due to its technical implementation. + %s network not found. Please, add it first and try again. + No opened WalletConnect sessions + Ooops. No Sessions. + Open session + Paste from clipboard + Request to start a session for\n%1$s\n\nNETWORK: %2$s\n\nURL: %3$s + The operation couldn\'t be completed.\n\nYou have already established a WalletConnect session with this parameters. + Scan new code + This card can\'t be used to establish WalletConnect session + This network is not supported. Please select another network. + Select network + WalletConnect Sessions + Connect to Dapps + WalletConnect + PayString erstellen + $payid.tangem.com + Zuerst geben Sie die gewünschte PayString ein + Diese PayString existiert bereits. Versuchen Sie mit einer anderen erneut. + Fehlerantwort beim Erstellen der PayString + PayString Name + PayString sind Ihre einzigartigen Identifikationsdaten wie Telefonnummer, E-Mail-Adresse oder ABN. + %s network + Leere Karte + Erstellen Sie ein Wallet um die Tangem-Karte verwenden zu können + Create twin wallet + Generate wallet keys on both cards to start using your Twins + Das Konto ist nicht erstellt + Diese Karte wird nicht unterstützt + Ihre Tangem-Karte wurde für die Arbeit mit einer anderen App ausgestellt. Bitte sehen Sie sich den Namen und die Anleitung auf Ihrer Karte an und installieren Sie eine korrekte App + Die Adresse wurde erfolgreich kopiert + Keine Internetverbindung + Erhalten + von %s + Senden + an %s + Tangem + Can be better + Learn more + OK, ich hab\'s! + Really cool! + %1$s network has a concept of Existential Deposit. If your account drops below %2$s it will be deactivated and any remaining funds will be destroyed. + This card might be a production sample or counterfeit + Authenticity check failed + Important security information \U26A0 + There are only %s signatures available on this card. You must withdraw all of your funds. + How do you like Tangem? + One question + This card has signed transactions in the past + This is a Testnet card. Don\'t accept it as a payment. This card must only be used for testing and development purposes. + Discard + You have an interrupted backup. Do you want to resume? + Yes, resume + Discard + If you will discard the backup now, then you will have to reset the cards to factory settings to start over again + Resume backup + This is an irreversible action + Log in with %s + Scan card + Use %s or scan a card to access the app + Welcome back! %s - \ No newline at end of file + diff --git a/core/res/src/main/res/values-de/strings_plurals.xml b/core/res/src/main/res/values-de/strings_plurals.xml index 0d9fa7c350..9f8b658d1c 100644 --- a/core/res/src/main/res/values-de/strings_plurals.xml +++ b/core/res/src/main/res/values-de/strings_plurals.xml @@ -4,13 +4,13 @@ %d cards - - %d token - %d tokens - - %d wallet %d wallets + + + %d token + %d tokens + diff --git a/core/res/src/main/res/values-fr/strings-blockchain.xml b/core/res/src/main/res/values-fr/strings-blockchain.xml index 4c4fa1b8ff..1bfd82f0a6 100644 --- a/core/res/src/main/res/values-fr/strings-blockchain.xml +++ b/core/res/src/main/res/values-fr/strings-blockchain.xml @@ -1,23 +1,23 @@ - + + Default + Legacy + Échec de réception des commissions + Pour créer un compte, téléchargez %1$s+ %2$s + Destination account is not active. Send %s or more to activate the account. Erreur interne de la blockchain Le montant minimal est de %s Le reste est trop petit - Échec de réception des commissions Solde insuffisant - Commission non valid + Commission non valide + Minimum balance is %s Le compte cible n\'a pas été créé. Le montant à envoyer doit être de %s + commissions ou plus Erreur inconnue - Minimum balance is %s - Somme incorrecte Le montant dépasse le solde - Le total dépasse le solde + Somme incorrecte Les commissions dépassent le solde - Pour ne pas payer une commission élevée la prochaine fois que vous rechargez votre portefeuille, veuillez réduire le montant de %s XTZ - Réduire de %s XTZ + Le total dépasse le solde Non, envoyer toute la somme - Destination account is not active. Send %s or more to activate the account. - Pour créer un compte, téléchargez %s+ %s - Default - Legacy - \ No newline at end of file + Réduire de %s XTZ + Pour ne pas payer une commission élevée la prochaine fois que vous rechargez votre portefeuille, veuillez réduire le montant de %s XTZ + diff --git a/core/res/src/main/res/values-fr/strings.xml b/core/res/src/main/res/values-fr/strings.xml index d7669b19de..79b898f9eb 100644 --- a/core/res/src/main/res/values-fr/strings.xml +++ b/core/res/src/main/res/values-fr/strings.xml @@ -1,469 +1,470 @@ - Tangem Wallet - 3 cards - 2 cards - Shipping - Free - I have a promo code… - Total - Other payment methods - Buy now - Meet\nTangem - Buy - Store - Send - Pay - Exchange - Lend - Borrow - Revolutionary Hardware Wallet - Store your crypto assets secure while keeping private keys contained in your card - Ultra Secure Backup - Up to - 3 physical cards - to one wallet - Thousands of Currencies - A hardware wallet for your Bitcoin, Ethereum and many more currencies simultaneously – all in one card - DeFi Compatible - Exchange, buy NFT\'s, make loans and deposits in more than 100 different decentralized services - The Wallet for Everyone - Use it on the go, anywhere, anytime. No wires or batteries. Just tap the card to your phone when you need your crypto. - Order - Search tokens - You are currently running in Demo mode. All funds are not real. + Add custom token + Send only %1$s (%2$s) from %3$s network to this address. Using other tokens and networks may result in loss of funds. + Request support + Send feedback + Cette carte a déjà été rechargée et a signé des transactions avant. Envisagez la possibilité de retirer tous les fonds immédiatement si vous avez reçu cette carte d\'une source non fiable. This feature is disabled in Demo mode - Not enough funds for fee on your %s wallet to send a transaction. Top up your %s wallet first. - Available networks - %s network not found. Please, add it first and try again. - Attention + You are currently running in Demo mode. All funds are not real. + La carte que vous avez scannée est une carte de développement. Ne l\'acceptez pas comme paiement. + Reason: %s + Can\'t send a transaction Note that tokens on different networks have different addresses. Double check that your address matches the network when you transfer funds. Tokens in Solana network are not supported by this card due to firmware limitation. - Contract address copied! - Contract address - Required field - Please select the network - Decimal number must be a valid integer, no higher than %d - Contract address is invalid - Derivation path is invalid - Note that tokens can be created by anyone. Be aware of adding scam tokens, they can cost nothing. - This token/network has already been added to your list - Decimals - Network - Not selected - E.g. USD Coin - Name - E.g. USDC - Token symbol - BIP44 coin type - Default - The server is not available, please try again later - Total balance - The amount does not include some of your funds - Tokens - Manage tokens - No rate - Network is unreachable - Hide token - Hide %s - Hide - You are about to hide this token from the main screen. You can add it back anytime through the manage tokens page. - Unable to hide %s - The %s token is the main currency on the %s network and cannot be hidden as long as you have other tokens on this network in the list. - Your wallet has not been backed up - To protect your assets, we advise you to carry out this procedure - Réessayer - Chat - %s network - I understand - Yes - No - Russian bank cards are not accepted at the moment - Do you have a bank card of another country or a UnionPay card? - This network is not supported. Please select another network. - Card Settings - Security Mode - Change Access Code - Access code will be changed on this card only - Continue - Tangem Bot - Get your card ready! - Scan the card to change its settings. The changes will impact only the card you\'ve scanned and will not affect other cards tied to your wallet. - Scan Card - App Settings - Keep the wallet in the app - Enable to link all the wallets to Tangem app. Biometric authentication will be required for unlocking the app. Transaction signing requires tapping your Tangem card. + This card is not a bearer note. We can\'t currently match the signature count on the card with the information on the blockchain. This is normal but in rare cases can mean a previous holder is holding back an offline signature, which is a security concern.\nDo not accept this card as physical payment from someone you don\'t trust.\nIt\'s perfectly safe in all other respects.\nTangem is the only hardware wallet to offer signature count protection. + Are you having difficulty scanning your card? + Cette carte n\'est pas conçue pour fonctionner avec Tangem + Go to settings to enable biometric authentication in the Tangem App + Enable biometric authentication + This will delete all the saved wallet access codes. Any further operation with the wallet will require submitting the access code. + Removing the saved card deletes all the saved wallets and their access codes. Save Access Code Biometric authentication will be requested instead of the access code for interactions with your card. - Removing the saved card deletes all the saved wallets and their access codes. - This will delete all the saved wallet access codes. Any further operation with the wallet will require submitting the access code. - WalletConnect - Connect to Dapps - Factory Reset will completely delete the wallet from the selected card and remove it from the app. You will not be able to restore the current wallet. - Factory Reset will completely delete the wallet from the selected card. You will not be able to restore the current wallet or use the card to recover the access code. - I understand that after performing this action, I will no longer have access to the current wallet - Reset the Card + Keep the wallet in the app + Enable to link all the wallets to Tangem app. Biometric authentication will be required for unlocking the app. Transaction signing requires tapping your Tangem card. + App Settings + Reset + Are you sure you want to do this? + Change Access Code + Access code will be changed on this card only Reset to Factory Settings - Select network - Scan your card - To access all the networks you need to scan the card - Connection with this Dapp cannot be established due to its technical implementation. - Welcome back! - Use %s or scan a card to access the app - Log in with %s - Scannez la carte - Access the app - Log into the app and check your balance without scanning the card - Access code - Note that making a transaction with your funds will still require your card - My Wallets - Multi-currency - Single-currency - Add new wallet - Rename Wallet - Wallet name - Unlock all with %s - Invalid Tag. It won\'t be added to the transaction. - Invalid Memo. It won\'t be added to the transaction. - Tag - Memo - Attention - Tap the card with the visa logo - No funds for activation - Please contact support - Four identical digits isn\'t safe - Such a PIN can be brute-forced easily - Pin code - Connect - KYC - Verify your identity - Set PIN code - Register - Verify via Utorg - Refresh - Connect your card - Verify your identity - KYC is in progress - Connect your card to the decentralized payment system - To start using your card you have to pass the KYC process - Please wait until the verification is completed. You\'ll be notified via email. Usually it takes up to 1 hour. You can close the app and come back later. - PIN Code - Set PIN code for your SaltPay card - Chat with support - Please hold the card until the operation complete - To start the backup process you have to add Tangem card as your backup - No backup card - Backup card ready - Finalize the backup process by creating an access code - Prepare the SaltPay card - Tap the SaltPay card - Tap the Tangem card - Support - Claim %s - To get started, simply claim wxDAI to your wallet - Claim - Congratulations! Your first payment crypto card has been activated - Claiming - It will take a few seconds - Something went wrong - Please check your email for further instructions - Do you want to exit the activation process? - In this case, you will need to start from the beginning. - You have used a card from another wallet. Tap the card associated with this wallet - Referral program - Refer your friends to Tangem - You - Will get - for each wallet bought by your friend on your %s network address%s - Your friend - Will get a - %s discount - when buying a card on tangem.com - Your friends bought - Your personal code - Participate - terms and conditions - By tapping this button you accept - You\'ve accepted - of the referral program - Internal error: wallet manager not found + Security Mode + Card Settings + Tangem Bot + J\'accepte + Add + Attention Solde : %s - Share - Copy - Avec succès - Close - You Send - You Receive - There was an error. Please try again. - Give Permission - To continue you need to allow 1inch smart contracts to use your %s - Amount %s - Your Wallet - Spender - Approve - Swap of %s to %s - Swap - Insufficient funds - Give Permission - Permit and Swap - Choose token - Your tokens - Other tokens - Waiting - Transaction in progress… - In progress - View in Explorer - not available - Failed to load the information about the referral program. Please try again later. - Failed to load the information about the referral program. Reason: %s. Please try again later. - Your participation request could not be processed. Reason: %s. Please try again later. If the problem persists — feel free to contact our support. - Personal code copied! - Buy Tangem Wallet with discount!\n%s - %s network has a concept of Existential Deposit. If your account drops below %s it will be deactivated and any remaining funds will be destroyed. - Adresse incorrecte - This wallet has already been saved, you can add another one - Supprimer - Privacy policy - Enable biometric authorization - It looks like you have biometric authentication disabled, it is necessary to save wallets - Enable - %d selected biometric authentication biometrics - Tangem - Sauvegarder les modifications - Alerte - Exécuté - Annuler - J\'accepte Vous n\'avez pas octroyé l\'accès à votre caméra, veuillez modifier vos paramètres de confidentialité - Actions - Envoyer - Créer un portefeuille - Tangem - Solde confirmé - Solde est en cours de téléchargement … - Compte n\'est pas créé - Carte vide - Créez un portefeuille pour commencer à utiliser votre carte Tangem - Cette carte n\'est pas prise en charge - Votre carte Tangem a été créée pour fonctionner avec une autre application. Regardez le nom et les instructions sur votre carte et installez l\'application pertinente - Transaction en cours… - Réception - de %s - Envoi - jusqu\'à %s - Explorer l\'adresse - Créer PayString - Créer PayString - Dénomination PayString - $payid.tangem.com - Votre PayString est une information qui vous est propre, comme un numéro de téléphone, une adresse du courrier électronique ou un ABN. - Mauvaise réponse lors de la création de PayString - Ce PayString existe déjà. Essayez une autre variante. - Adresse ou PayString - Adresse - Envoyer - Commissions du réseau - Somme - Commissions - Total - Somme maximale - Bas - Normal - Priorité - Inclure les commissions - Sera envoyé %s - Sera envoyé %s et %s - La transaction a été signée avec succès et envoyée au nœud de blockchain. Le solde du portefeuille sera mis à jour après un certain temps - Référénces - ID de la carte - Emetteur - Signé - %s hashes - Monnaie de l\'application + Annuler + Close + Continue + Copy + Create + Supprimer + Disconnect + Exécuté + Enable + Erreur + No + OK + Primary Card + Reject + Retry + Sauvegarder les modifications + Search + The server is not available, please try again later + Share + Sign + Sign and send + Start + Submit + Avec succès + terms and conditions + I understand + Alerte + Yes + Contract address copied! + Available networks + Contract address + Contract address is invalid + Derivation path is invalid + Please select the network + Required field + Decimal number must be a valid integer, no higher than %d + Decimals + Default + BIP44 coin type + E.g. USD Coin + Name + Not selected + Network + E.g. USDC + Token symbol + This token/network has already been added to your list + Note that tokens can be created by anyone. Be aware of adding scam tokens, they can cost nothing. + Chat + Code d\'accès + Vous devrez entrer le mot de passe correct avant de scanner la carte Tenez la carte fermement Ce mécanisme protège contre les attaques sans contact sur la carte. Il y a un délai entre la réception et l\'exécution de la commande. Après la première transaction signée, ce téléphone sera associé à la carte et les transactions seront signées immédiatement. Mot de passe Avant d\'exécuter une commande qui modifie l\'état de la carte, vous devrez entrer un mot de passe. - Code d\'accès - Vous devrez entrer le mot de passe correct avant de scanner la carte - Cette carte a déjà été rechargée et a signé des transactions avant. Envisagez la possibilité de retirer tous les fonds immédiatement si vous avez reçu cette carte d\'une source non fiable. - Cette carte n\'est pas conçue pour fonctionner avec Tangem - La carte que vous avez scannée est une carte de développement. Ne l\'acceptez pas comme paiement. - Touchez pour signer - To create the wallet tap the card as shown above and do not remove until the end of the operation - Touchez, pour modifier le code d\'accès - Touchez, pour modifier le mot de passe - Conditions d\'utilisation - Pas de connexion internet - PayString non pris en charge par la blockchain - PayString non enregistré - La demande de PayString a échoué - L\'adresse est la même que celle de votre portefeuille - L\'adresse a été copiée avec succès - Saisissez d\'abord le PayString requis - Posez pour scanner - Posez la carte - Scan card failed. Try again - Buy - Sell - Exchange - Create twin wallet - Generate wallet keys on both cards to start using your Twins - One wallet. Two cards. - This one that you are holding in your hands and the other one with number %s.\n\nBoth cards can be used to extract funds from this wallet. + Referral program + Privacy policy + %s hashes Card terms of use - Tangem Twin - This action is irreversible. You will not have access to the old wallet. - Scan the #%s twin card - Preparing card - Creating wallet - Scan the card #%s - You\'ve scanned the same card. To create a twin wallet you need to scan the card with number %d - Start - Add - Search - Send Feedback - Can\'t send a transaction - Reason: %s - Are you having difficulty scanning your card? - Request support - Send feedback - Really cool! - Can be better - One question - How do you like Tangem? - Add custom token - Please wait for %s transaction to complete to be able to send funds - Authenticity check failed - This card might be a production sample or counterfeit - Important security information \u26A0 - This card has signed transactions in the past - Learn more - There are only %s signatures available on this card. You must withdraw all of your funds. - Disconnect - Sign - Sign and send - Reject - This is a Testnet card. Don\'t accept it as a payment. This card must only be used for testing and development purposes. - Do you want to buy or sell crypto? - Oops, the current version of the application is not ready to work with this card, please check for updates. - Activating card - How does it work? - Receive crypto - Create a wallet - Let\'s generate all the keys on your card and create a secure wallet - Create wallet - Top up your wallet - To get started, simply top up the wallet with any amount - To get started, simply top up the wallet with more than %s %s - Buy crypto - Show the wallet\'s address - Success! - Your card is activated and ready to be used - Balance - Send only %s (%s) from %s network to this address. Using other tokens and networks may result in loss of funds. - If the process of creating the wallet gets interrupted in any way, you\'ll have to start over. - The twinning process is partly complete. You can\'t exit it now. - Ok, je l\'ai! - Getting started - Backup now - Skip for later - Finalize the backup process - Add a backup card - Scan the card #%d - Scan primary card - No backup cards - Prepare your card - One backup card added - Two backup cards added - Backup card #%d - To start the backup process add up to two backup cards. - Prepare the primary card - You can add one more card or finalize the backup process - Max number of cards added. Finalize the backup process. - You\'ve added one backup card. When backup process is finished you can\'t add more backup cards. If you have one more card, add it to backup. Do you like to continue the backup process? - Create Access Code - Re-enter your Access Code - Protect - Personalize - Restore - You have to set up a single access code to protect all your wallets. - You can set an individual access code on each card later. - The access code can be restored with a linked card, don\'t keep all cards in one place. - Choose any word, phrase, or number you want as your access code. - Access code must be at least 4 characters long - Entered access code didn\'t match the initial access code - Create - Submit - Creating a backup - The backup process is partly complete. You can\'t exit it now. - Backup wallet - Identical cards - Access code - Access code restore - You can backup your keys up to two other blank Tangem Wallet cards. - All the backup cards can be used as full-functional with the identical keys. - You will be able to set an access code to protect your wallets. - Access code can be restored with one of backup cards. - Your wallet card is configured and ready for use. + ID de la carte Link More Cards - You have an interrupted backup. Do you want to resume? - Yes, resume - Discard - This is an irreversible action - If you will discard the backup now, then you will have to reset the cards to factory settings to start over again - Resume backup - Discard - Scan the primary card - Continue to my wallet - Sending %s - Prepare the backup card with number %s - Prepare the primary card with number %s - Solana network charges a rent of %s every 2 days. Accounts that can\'t afford the rent are purged from the network. Deposit your account with more than %s to use it for free. - This card is not a bearer note. We can\'t currently match the signature count on the card with the information on the blockchain. This is normal but in rare cases can mean a previous holder is holding back an offline signature, which is a security concern.\nDo not accept this card as physical payment from someone you don\'t trust.\nIt\'s perfectly safe in all other respects.\nTangem is the only hardware wallet to offer signature count protection. - Request to create transaction for %s\n%s\n\nAmount: %s\nFee: %s\nTotal: %s\nBalance: %s - Request to start a session for\n%s\n\nNETWORK: %s\n\nURL: %s - WalletConnect Sessions - Ooops. No Sessions. - No opened WalletConnect sessions - Open session - Can\'t send transaction. Not enough funds. - Requesting to sign a message.\n\n%s - Clipboard contain WalletConnect code. Use copied value or scan QR-code - Paste from clipboard - Scan new code - This card can\'t be used to establish WalletConnect session - The operation couldn\'t be completed. \n\nYou have already established a WalletConnect session with this parameters. - Failed to establish WalletConnect session: timeout error. Please, try again later. - Dapp %s, requesting to\nsign BNB transaction.\n\n%s - Transaction details:\nFrom: %s\nTo: %s\nAmount: %s - Trade order for %s\nPrice: %s\nAmount to receive: %s\nAmount to pay: %s - My suggestions - Can\'t scan a card - Can\'t send a transaction - Tangem feedback - Feedback + Monnaie de l\'application + Emetteur + Send Feedback + Signé + Référénces + Check your internet connection or switch to a different network + Conditions d\'utilisation + Oops, the current version of the application is not ready to work with this card, please check for updates. + You have used a card from another wallet. Tap the card associated with this wallet + You Receive + You Send + The following information is optional. You can erase it if you don\'t want to share it. Tell us what functions you are missing, and we will try to help you. Please tell us what card do you have - Please tell us more about your issue. Every small detail can help. Hi support team, - The following information is optional. You can erase it if you don\'t want to share it. - ≈ %s (incl. les commissions : %s) - Primary Card - Blockchain is unreachable. Try later - Erreur - OK - Failed to establish WalletConnect session. Please, try again later. - Would you like to use biometrics? - Biometrics will be requested instead of the access code for interactions with your wallet + Please tell us more about your issue. Every small detail can help. + My suggestions + Can\'t scan a card + Feedback + Tangem feedback + Can\'t send a transaction + Order + Touchez, pour modifier le code d\'accès + Touchez, pour modifier le mot de passe + To create the wallet tap the card as shown above and do not remove until the end of the operation + Posez pour scanner + Touchez pour signer + Posez la carte + Internal error: wallet manager not found + Manage tokens + To protect your assets, we advise you to carry out this procedure + Your wallet has not been backed up + Total balance + The amount does not include some of your funds + To access all the networks you need to scan the card + Scan your card + Tokens + You have to set up a single access code to protect all your wallets. + Protect + You can set an individual access code on each card later. + Personalize + The access code can be restored with a linked card, don\'t keep all cards in one place. + Restore + Choose any word, phrase, or number you want as your access code. + Create Access Code + Re-enter your Access Code + Access code must be at least 4 characters long + Entered access code didn\'t match the initial access code + You\'ve added one backup card. When backup process is finished you can\'t add more backup cards. If you have one more card, add it to backup. Do you like to continue the backup process? + The backup process is partly complete. You can\'t exit it now. + Balance + Add a backup card + Scan the card #%d + Backup now + Scan the primary card + Claim + Continue to my wallet + Finalize the backup process + Verify via Utorg + Refresh + Set PIN code + Receive crypto + Register + Scan primary card + Skip for later + How does it work? + Support + Let\'s generate all the keys on your card and create a secure wallet + Create wallet + Create a wallet + Your card is activated and ready to be used + Success! + In this case, you will need to start from the beginning. + Do you want to exit the activation process? + Getting started + Verify your identity + KYC + Pin code + Connect + Creating a backup + Tap the SaltPay card + To start the backup process you have to add Tangem card as your backup + Finalize the backup process by creating an access code + Tap the Tangem card + No backup card + Backup card ready + Prepare the SaltPay card + To get started, simply claim wxDAI to your wallet + It will take a few seconds + Please check your email for further instructions + To start using your card you have to pass the KYC process + Please wait until the verification is completed. You\'ll be notified via email. Usually it takes up to 1 hour. You can close the app and come back later. + To start the backup process add up to two backup cards. + You can add one more card or finalize the backup process + Set PIN code for your SaltPay card + Connect your card to the decentralized payment system + Prepare the backup card with number %s + Prepare the primary card + Prepare the primary card with number %s + Congratulations! Your first payment crypto card has been activated! + Your wallet card is configured and ready for use. + Max number of cards added. Finalize the backup process. + Chat with support + Activating card + Backup card #%d + Claim %s + Claiming + Something went wrong + Verify your identity + KYC is in progress + No backup cards + One backup card added + PIN Code + Connect your card + Prepare your card + Two backup cards added + To get started, simply top up the wallet with any amount + To get started, simply top up the wallet with more than %1$s %2$s + Buy crypto + Show the wallet\'s address + Top up your wallet + The twinning process is partly complete. You can\'t exit it now. + If the process of creating the wallet gets interrupted in any way, you\'ll have to start over. + You can backup your keys up to two other blank Tangem Wallet cards. + Access code can be restored with one of backup cards. + All the backup cards can be used as full-functional with the identical keys. + You will be able to set an access code to protect your wallets. + Backup wallet + Access code restore + Identical cards + Access code + Participate + Failed to load the information about the referral program. Please try again later. + Failed to load the information about the referral program. Error code: %s. Please try again later. + Your participation request could not be processed. Error code: %s. Please try again later. If the problem persists — feel free to contact our support. + Your friends bought + Will get + for each wallet bought by your friend on your %1$s network address%2$s + You + Will get a + when buying a card on tangem.com + %s discount + Your friend + Personal code copied! + Your personal code + Buy Tangem Wallet with discount!\n%s + Refer your friends to Tangem + You\'ve accepted + By tapping this button you accept + of the referral program + Please hold the card until the operation complete + Reset the Card + I understand that after performing this action, I will no longer have access to the current wallet + Factory Reset will completely delete the wallet from the selected card. You will not be able to restore the current wallet or use the card to recover the access code. + Factory Reset will completely delete the wallet from the selected card and remove it from the app. You will not be able to restore the current wallet. + Do you have a bank card of another country or a UnionPay card? + Russian bank cards are not accepted at the moment + Tap the card with the visa logo + Attention + Please contact support + No funds for activation + Such a PIN can be brute-forced easily + Four identical digits isn\'t safe + Log into the app and check your balance without scanning the card + Access the app Allow to use biometrics - Enable biometric authentication - Go to settings to enable biometric authentication in the Tangem App + Biometrics will be requested instead of the access code for interactions with your wallet + Access code + It looks like you have biometric authentication disabled, it is necessary to save wallets + Enable biometric authorization + Would you like to use biometrics? + Note that making a transaction with your funds will still require your card + Scan card failed. Try again + Scan Card + Scan the card to change its settings. The changes will impact only the card you\'ve scanned and will not affect other cards tied to your wallet. + Get your card ready! + Search tokens + Somme + Adresse + Adresse ou PayString + L\'adresse est la même que celle de votre portefeuille + PayString non enregistré + La demande de PayString a échoué + PayString non pris en charge par la blockchain + Invalid Tag. It won\'t be added to the transaction. + Invalid Memo. It won\'t be added to the transaction. + Tag + Memo + Inclure les commissions + Commissions + Bas + Normal + Priorité + Somme maximale + Commissions du réseau + Envoyer + Sending %s + Total + Sera envoyé %1$s et %2$s + ≈ %1$s (incl. les commissions : %2$s) + Sera envoyé %s + La transaction a été signée avec succès et envoyée au nœud de blockchain. Le solde du portefeuille sera mis à jour après un certain temps + Adresse incorrecte + Buy now + Free + I have a promo code… + Tangem Wallet + Other payment methods + Shipping + Total + Solana network charges a rent of %1$s every 2 days. Accounts that can\'t afford the rent are purged from the network. Deposit your account with more than %2$s to use it for free. + Store your crypto assets secure while keeping private keys contained in your card + Revolutionary Hardware Wallet + Up to + 3 physical cards + to one wallet + Ultra Secure Backup + A hardware wallet for your Bitcoin, Ethereum and many more currencies simultaneously – all in one card + Thousands of Currencies + Use it on the go, anywhere, anytime. No wires or batteries. Just tap the card to your phone when you need your crypto. + The Wallet for Everyone + Borrow + Buy + Exchange + Lend + Pay + Send + Store + Meet\nTangem + Exchange, buy NFT\'s, make loans and deposits in more than 100 different decentralized services + DeFi Compatible + There was an error. Please try again. + Give Permission + Insufficient funds + Not enough funds for fee in your %1$s wallet to create a transaction. Top up your %2$s wallet first. + Transaction in progress... + Waiting + Approve + Give Permission + Amount %s + Spender + Your Wallet + To continue you need to allow 1inch smart contracts to use your %s + Permit and Swap + View in Explorer + In progress + Swap + Swap of %1$s to %2$s + Other tokens + Choose token + Your tokens + not available + Tangem + Hide + You are about to hide this token from the main screen. You can add it back anytime through the manage tokens page. + Hide %s + Hide token + %1$s is a token in the %2$s network. To make a %3$s transaction you need to deposit some %4$s (%5$s) to cover the network fee. + Please wait for %s transaction to complete to be able to send funds + The %1$s token is the main currency on the %2$s network and cannot be hidden as long as you have other tokens on this network in the list. + Unable to hide %s + No rate + You\'ve scanned the same card. To create a twin wallet you need to scan the card with number %d + This one that you are holding in your hands and the other one with number %s.\n\nBoth cards can be used to extract funds from this wallet. + One wallet. Two cards. + Scan the card #%s + Creating wallet + Scan the #%s twin card + Preparing card + Tangem Twin + This action is irreversible. You will not have access to the old wallet. + Add new wallet + %d selected + This wallet has already been saved, you can add another one + Multi-currency + Wallet name + Rename Wallet + Single-currency + My Wallets + Unlock all with %s + Créer PayString + Explorer l\'adresse + Network is unreachable + Blockchain is unreachable. Try later + Solde est en cours de téléchargement… Scan the card - Check your internet connection or switch to a different network + Transaction en cours… + Solde confirmé + Actions + Buy + Créer un portefeuille + Sell + Envoyer + Exchange + Do you want to buy or sell crypto? + Requesting to sign a message.\n\n%s + Dapp %1$s, requesting to\nsign BNB transaction.\n\n%2$s + Trade order for %1$s\nPrice: %2$s\nAmount to receive: %3$s\nAmount to pay: %4$s + Transaction details:\nFrom: %1$s\nTo: %2$s\nAmount: %3$s + Clipboard contain WalletConnect code. Use copied value or scan QR-code + Request to create transaction for %1$s\n%2$s\n\nAmount: %3$s\nFee: %4$s\nTotal: %5$s\nBalance: %6$s + Can\'t send transaction. Not enough funds. + Failed to establish WalletConnect session. Please, try again later. + Failed to establish WalletConnect session: timeout error. Please, try again later. + Connection with this Dapp cannot be established due to its technical implementation. + %s network not found. Please, add it first and try again. + No opened WalletConnect sessions + Ooops. No Sessions. + Open session + Paste from clipboard + Request to start a session for\n%1$s\n\nNETWORK: %2$s\n\nURL: %3$s + The operation couldn\'t be completed.\n\nYou have already established a WalletConnect session with this parameters. + Scan new code + This card can\'t be used to establish WalletConnect session + This network is not supported. Please select another network. + Select network + WalletConnect Sessions + Connect to Dapps + WalletConnect + Créer PayString + $payid.tangem.com + Saisissez d\'abord le PayString requis + Ce PayString existe déjà. Essayez une autre variante. + Mauvaise réponse lors de la création de PayString + Dénomination PayString + Votre PayString est une information qui vous est propre, comme un numéro de téléphone, une adresse du courrier électronique ou un ABN. + %s network + Carte vide + Créez un portefeuille pour commencer à utiliser votre carte Tangem + Create twin wallet + Generate wallet keys on both cards to start using your Twins + Compte n\'est pas créé + Cette carte n\'est pas prise en charge + Votre carte Tangem a été créée pour fonctionner avec une autre application. Regardez le nom et les instructions sur votre carte et installez l\'application pertinente + L\'adresse a été copiée avec succès + Pas de connexion internet + Réception + de %s + Envoi + jusqu\'à %s + Tangem + Can be better + Learn more + Ok, je l\'ai! + Really cool! + %1$s network has a concept of Existential Deposit. If your account drops below %2$s it will be deactivated and any remaining funds will be destroyed. + This card might be a production sample or counterfeit + Authenticity check failed + Important security information \U26A0 + There are only %s signatures available on this card. You must withdraw all of your funds. + How do you like Tangem? + One question + This card has signed transactions in the past + This is a Testnet card. Don\'t accept it as a payment. This card must only be used for testing and development purposes. + Discard + You have an interrupted backup. Do you want to resume? + Yes, resume + Discard + If you will discard the backup now, then you will have to reset the cards to factory settings to start over again + Resume backup + This is an irreversible action + Log in with %s + Scan card + Use %s or scan a card to access the app + Welcome back! %s - \ No newline at end of file + diff --git a/core/res/src/main/res/values-fr/strings_plurals.xml b/core/res/src/main/res/values-fr/strings_plurals.xml index 622131bdfd..dd39d6e957 100644 --- a/core/res/src/main/res/values-fr/strings_plurals.xml +++ b/core/res/src/main/res/values-fr/strings_plurals.xml @@ -5,15 +5,15 @@ %d cards - - %d token - %d tokens - %d tokens - - %d wallet %d wallets %d wallets + + + %d token + %d tokens + %d tokens + diff --git a/core/res/src/main/res/values-it/strings-blockchain.xml b/core/res/src/main/res/values-it/strings-blockchain.xml index 2b0cbcb901..e05f2a9a89 100644 --- a/core/res/src/main/res/values-it/strings-blockchain.xml +++ b/core/res/src/main/res/values-it/strings-blockchain.xml @@ -1,23 +1,23 @@ - + + Default + Legacy + Impossibile ottenere la commissione + Scarica %1$s+ %2$s per creare un account + Destination account is not active. Send %s or more to activate the account. Errore interno della blockchain L\'importo minimo è di %s L\'importo residuo è molto basso - Impossibile ottenere la commissione Saldo insufficiente Commissione non valida + Minimum balance is %s Il conto totale non è stato creato L\'importo da inviare deve essere %s + commissione o maggiore Errore sconosciuto - Minimum balance is %s - Importo non valido L\'importo supera il saldo - Il totale supera il saldo + Importo non valido La commissione supera il saldo - Per evitare di pagare una commissione maggiore la prossima volta che ricarichi il tuo portafoglio, riduci l\'importo di %s XTZ - Riduci di %s XTZ + Il totale supera il saldo No, invia l\'intero importo - Destination account is not active. Send %s or more to activate the account. - Scarica %s+ %s per creare un account - Default - Legacy - \ No newline at end of file + Riduci di %s XTZ + Per evitare di pagare una commissione maggiore la prossima volta che ricarichi il tuo portafoglio, riduci l\'importo di %s XTZ + diff --git a/core/res/src/main/res/values-it/strings.xml b/core/res/src/main/res/values-it/strings.xml index 585f284053..318779446f 100644 --- a/core/res/src/main/res/values-it/strings.xml +++ b/core/res/src/main/res/values-it/strings.xml @@ -1,469 +1,470 @@ - Tangem Wallet - 3 cards - 2 cards - Shipping - Free - I have a promo code… - Total - Other payment methods - Buy now - Meet\nTangem - Buy - Store - Send - Pay - Exchange - Lend - Borrow - Revolutionary Hardware Wallet - Store your crypto assets secure while keeping private keys contained in your card - Ultra Secure Backup - Up to - 3 physical cards - to one wallet - Thousands of Currencies - A hardware wallet for your Bitcoin, Ethereum and many more currencies simultaneously – all in one card - DeFi Compatible - Exchange, buy NFT\'s, make loans and deposits in more than 100 different decentralized services - The Wallet for Everyone - Use it on the go, anywhere, anytime. No wires or batteries. Just tap the card to your phone when you need your crypto. - Order - Search tokens - You are currently running in Demo mode. All funds are not real. + Add custom token + Send only %1$s (%2$s) from %3$s network to this address. Using other tokens and networks may result in loss of funds. + Request support + Send feedback + Questa carta è già stata ricaricata e ha firmato transazioni in passato. Valuta la possibilità di prelevare immediatamente tutti i fondi se hai ricevuto questa carta da una fonte inaffidabile. This feature is disabled in Demo mode - Not enough funds for fee on your %s wallet to send a transaction. Top up your %s wallet first. - Available networks - %s network not found. Please, add it first and try again. - Attention + You are currently running in Demo mode. All funds are not real. + La carta che hai scansionato è una carta di sviluppo. Non utilizzarla come strumento di pagamento + Reason: %s + Can\'t send a transaction Note that tokens on different networks have different addresses. Double check that your address matches the network when you transfer funds. Tokens in Solana network are not supported by this card due to firmware limitation. - Contract address copied! - Contract address - Required field - Please select the network - Decimal number must be a valid integer, no higher than %d - Contract address is invalid - Derivation path is invalid - Note that tokens can be created by anyone. Be aware of adding scam tokens, they can cost nothing. - This token/network has already been added to your list - Decimals - Network - Not selected - E.g. USD Coin - Name - E.g. USDC - Token symbol - BIP44 coin type - Default - The server is not available, please try again later - Total balance - The amount does not include some of your funds - Tokens - Manage tokens - No rate - Network is unreachable - Hide token - Hide %s - Hide - You are about to hide this token from the main screen. You can add it back anytime through the manage tokens page. - Unable to hide %s - The %s token is the main currency on the %s network and cannot be hidden as long as you have other tokens on this network in the list. - Your wallet has not been backed up - To protect your assets, we advise you to carry out this procedure - Riprova - Chat - %s network - I understand - Yes - No - Russian bank cards are not accepted at the moment - Do you have a bank card of another country or a UnionPay card? - This network is not supported. Please select another network. - Card Settings - Security Mode - Change Access Code - Access code will be changed on this card only - Continue - Tangem Bot - Get your card ready! - Scan the card to change its settings. The changes will impact only the card you\'ve scanned and will not affect other cards tied to your wallet. - Scan Card - App Settings - Keep the wallet in the app - Enable to link all the wallets to Tangem app. Biometric authentication will be required for unlocking the app. Transaction signing requires tapping your Tangem card. + This card is not a bearer note. We can\'t currently match the signature count on the card with the information on the blockchain. This is normal but in rare cases can mean a previous holder is holding back an offline signature, which is a security concern.\nDo not accept this card as physical payment from someone you don\'t trust.\nIt\'s perfectly safe in all other respects.\nTangem is the only hardware wallet to offer signature count protection. + Are you having difficulty scanning your card? + Questa carta non è progettata per funzionare con Tangem + Go to settings to enable biometric authentication in the Tangem App + Enable biometric authentication + This will delete all the saved wallet access codes. Any further operation with the wallet will require submitting the access code. + Removing the saved card deletes all the saved wallets and their access codes. Save Access Code Biometric authentication will be requested instead of the access code for interactions with your card. - Removing the saved card deletes all the saved wallets and their access codes. - This will delete all the saved wallet access codes. Any further operation with the wallet will require submitting the access code. - WalletConnect - Connect to Dapps - Factory Reset will completely delete the wallet from the selected card and remove it from the app. You will not be able to restore the current wallet. - Factory Reset will completely delete the wallet from the selected card. You will not be able to restore the current wallet or use the card to recover the access code. - I understand that after performing this action, I will no longer have access to the current wallet - Reset the Card + Keep the wallet in the app + Enable to link all the wallets to Tangem app. Biometric authentication will be required for unlocking the app. Transaction signing requires tapping your Tangem card. + App Settings + Reset + Are you sure you want to do this? + Change Access Code + Access code will be changed on this card only Reset to Factory Settings - Select network - Scan your card - To access all the networks you need to scan the card - Connection with this Dapp cannot be established due to its technical implementation. - Welcome back! - Use %s or scan a card to access the app - Log in with %s - Scansiona carta - Access the app - Log into the app and check your balance without scanning the card - Access code - Note that making a transaction with your funds will still require your card - My Wallets - Multi-currency - Single-currency - Add new wallet - Rename Wallet - Wallet name - Unlock all with %s - Invalid Tag. It won\'t be added to the transaction. - Invalid Memo. It won\'t be added to the transaction. - Tag - Memo - Attention - Tap the card with the visa logo - No funds for activation - Please contact support - Four identical digits isn\'t safe - Such a PIN can be brute-forced easily - Pin code - Connect - KYC - Verify your identity - Set PIN code - Register - Verify via Utorg - Refresh - Connect your card - Verify your identity - KYC is in progress - Connect your card to the decentralized payment system - To start using your card you have to pass the KYC process - Please wait until the verification is completed. You\'ll be notified via email. Usually it takes up to 1 hour. You can close the app and come back later. - PIN Code - Set PIN code for your SaltPay card - Chat with support - Please hold the card until the operation complete - To start the backup process you have to add Tangem card as your backup - No backup card - Backup card ready - Finalize the backup process by creating an access code - Prepare the SaltPay card - Tap the SaltPay card - Tap the Tangem card - Support - Claim %s - To get started, simply claim wxDAI to your wallet - Claim - Congratulations! Your first payment crypto card has been activated - Claiming - It will take a few seconds - Something went wrong - Please check your email for further instructions - Do you want to exit the activation process? - In this case, you will need to start from the beginning. - You have used a card from another wallet. Tap the card associated with this wallet - Referral program - Refer your friends to Tangem - You - Will get - for each wallet bought by your friend on your %s network address%s - Your friend - Will get a - %s discount - when buying a card on tangem.com - Your friends bought - Your personal code - Participate - terms and conditions - By tapping this button you accept - You\'ve accepted - of the referral program - Internal error: wallet manager not found + Security Mode + Card Settings + Tangem Bot + Accetta + Add + Attention Saldo: %s - Share - Copy - Con successo - Close - You Send - You Receive - There was an error. Please try again. - Give Permission - To continue you need to allow 1inch smart contracts to use your %s - Amount %s - Your Wallet - Spender - Approve - Swap of %s to %s - Swap - Insufficient funds - Give Permission - Permit and Swap - Choose token - Your tokens - Other tokens - Waiting - Transaction in progress… - In progress - View in Explorer - not available - Failed to load the information about the referral program. Please try again later. - Failed to load the information about the referral program. Reason: %s. Please try again later. - Your participation request could not be processed. Reason: %s. Please try again later. If the problem persists — feel free to contact our support. - Personal code copied! - Buy Tangem Wallet with discount!\n%s - %s network has a concept of Existential Deposit. If your account drops below %s it will be deactivated and any remaining funds will be destroyed. - Indirizzo non valido - This wallet has already been saved, you can add another one - Rimuovere - Privacy policy - Enable biometric authorization - It looks like you have biometric authentication disabled, it is necessary to save wallets - Enable - %d selected biometric authentication biometrics - Tangem - Mantieni le modifiche - Avviso - Fatto - Annulla - Accetta Non hai fornito l\'accesso alla tua videocamera, modifica le tue impostazioni sulla privacy - Actions - Invia - Crea portafoglio - Tangem - Saldo verificato - Il saldo sta per essere caricato… - Conto non creato - Carta vuota - Crea un portafoglio per iniziare ad utilizzare la tua carta Tangem - Questa carta non è supportata - La tua carta Tangem è stata creata per funzionare con un\'altra applicazione. Leggere il nome e le istruzioni sulla carta e installare l\'applicazione corretta - Transazione in corso… - Riceviu - da %s - Inviau - su %s - Cerca indirizzo - Crea PayString - Crea PayString - Nome PayString - $payid.tangem.com - Il tuo PayString – informazioni per te uniche, come il tuo numero di telefono, indirizzo email o ABN. - Errore di risposta durante la creazione del PayString - Questo PayString esiste già. Scegline un altro. - Indirizzo o PayString - Indirizzo - Invia - Costi della rete - Importo - Commissione - Totale - Importo totale - Insufficiente - Normale - Prioritario - Includi commissione - Sarà inviato %s - Sarà inviato %s e %s - La transazione è stata firmata con successo e inviata al nodo blockchain. Il saldo del portafoglio verrà aggiornato dopo un po\' di tempo - Requisiti - ID carta - Emittente - Firmato - Hash %s - Valuta dell\'applicazione + Annulla + Close + Continue + Copy + Create + Rimuovere + Disconnect + Fatto + Enable + Errore + No + OK + Primary Card + Reject + Retry + Mantieni le modifiche + Search + The server is not available, please try again later + Share + Sign + Sign and send + Start + Submit + Con successo + terms and conditions + I understand + Avviso + Yes + Contract address copied! + Available networks + Contract address + Contract address is invalid + Derivation path is invalid + Please select the network + Required field + Decimal number must be a valid integer, no higher than %d + Decimals + Default + BIP44 coin type + E.g. USD Coin + Name + Not selected + Network + E.g. USDC + Token symbol + This token/network has already been added to your list + Note that tokens can be created by anyone. Be aware of adding scam tokens, they can cost nothing. + Chat + Codice di accesso + Prima di scansionare la carta sarà necessario inserire il codice di accesso corretto Mantenimento della carta Questo meccanismo protegge dagli avvicinamenti senza contatto sulla carta. Attiva un ritardo tra la ricezione e l\'esecuzione di un comando. Dopo la prima transazione firmata, questo telefono verrà associato alla carta e le transazioni verranno firmate immediatamente. Password Dovrai inserire una password prima di eseguire qualsiasi comando che modifichi lo stato della carta. - Codice di accesso - Prima di scansionare la carta sarà necessario inserire il codice di accesso corretto - Questa carta è già stata ricaricata e ha firmato transazioni in passato. Valuta la possibilità di prelevare immediatamente tutti i fondi se hai ricevuto questa carta da una fonte inaffidabile. - Questa carta non è progettata per funzionare con Tangem - La carta che hai scansionato è una carta di sviluppo. Non utilizzarla come strumento di pagamento. - Avvicina per firmare - To create the wallet tap the card as shown above and do not remove until the end of the operation - Avvicina per modificare il codice di accesso - Avvicina per modificare la password - Termini del servizio - Nessuna connessione a Internet - PayString non supportato dalla blockchain - PayString non registrato - Richiesta PayString fallita - L\'indirizzo corrisponde all\'indirizzo del tuo portafoglio - L\'indirizzo è stato copiato con successo - Inserire prima il PayString desiderato - Avvicina per scansionare - Avvicina la carta - Scan card failed. Try again - Buy - Sell - Exchange - Create twin wallet - Generate wallet keys on both cards to start using your Twins - One wallet. Two cards. - This one that you are holding in your hands and the other one with number %s.\n\nBoth cards can be used to extract funds from this wallet. + Referral program + Privacy policy + Hash %s Card terms of use - Tangem Twin - This action is irreversible. You will not have access to the old wallet. - Scan the #%s twin card - Preparing card - Creating wallet - Scan the card #%s - You\'ve scanned the same card. To create a twin wallet you need to scan the card with number %d - Start - Add - Search - Send Feedback - Can\'t send a transaction - Reason: %s - Are you having difficulty scanning your card? - Request support - Send feedback - Really cool! - Can be better - One question - How do you like Tangem? - Add custom token - Please wait for %s transaction to complete to be able to send funds - Authenticity check failed - This card might be a production sample or counterfeit - Important security information \u26A0 - This card has signed transactions in the past - Learn more - There are only %s signatures available on this card. You must withdraw all of your funds. - Disconnect - Sign - Sign and send - Reject - This is a Testnet card. Don\'t accept it as a payment. This card must only be used for testing and development purposes. - Do you want to buy or sell crypto? - Oops, the current version of the application is not ready to work with this card, please check for updates. - Activating card - How does it work? - Receive crypto - Create a wallet - Let\'s generate all the keys on your card and create a secure wallet - Create wallet - Top up your wallet - To get started, simply top up the wallet with any amount - To get started, simply top up the wallet with more than %s %s - Buy crypto - Show the wallet\'s address - Success! - Your card is activated and ready to be used - Balance - Send only %s (%s) from %s network to this address. Using other tokens and networks may result in loss of funds. - If the process of creating the wallet gets interrupted in any way, you\'ll have to start over. - The twinning process is partly complete. You can\'t exit it now. - Ok, ho capito! - Getting started - Backup now - Skip for later - Finalize the backup process - Add a backup card - Scan the card #%d - Scan primary card - No backup cards - Prepare your card - One backup card added - Two backup cards added - Backup card #%d - To start the backup process add up to two backup cards. - Prepare the primary card - You can add one more card or finalize the backup process - Max number of cards added. Finalize the backup process. - You\'ve added one backup card. When backup process is finished you can\'t add more backup cards. If you have one more card, add it to backup. Do you like to continue the backup process? - Create Access Code - Re-enter your Access Code - Protect - Personalize - Restore - You have to set up a single access code to protect all your wallets. - You can set an individual access code on each card later. - The access code can be restored with a linked card, don\'t keep all cards in one place. - Choose any word, phrase, or number you want as your access code. - Access code must be at least 4 characters long - Entered access code didn\'t match the initial access code - Create - Submit - Creating a backup - The backup process is partly complete. You can\'t exit it now. - Backup wallet - Identical cards - Access code - Access code restore - You can backup your keys up to two other blank Tangem Wallet cards. - All the backup cards can be used as full-functional with the identical keys. - You will be able to set an access code to protect your wallets. - Access code can be restored with one of backup cards. - Your wallet card is configured and ready for use. + ID carta Link More Cards - You have an interrupted backup. Do you want to resume? - Yes, resume - Discard - This is an irreversible action - If you will discard the backup now, then you will have to reset the cards to factory settings to start over again - Resume backup - Discard - Scan the primary card - Continue to my wallet - Sending %s - Prepare the backup card with number %s - Prepare the primary card with number %s - Solana network charges a rent of %s every 2 days. Accounts that can\'t afford the rent are purged from the network. Deposit your account with more than %s to use it for free. - This card is not a bearer note. We can\'t currently match the signature count on the card with the information on the blockchain. This is normal but in rare cases can mean a previous holder is holding back an offline signature, which is a security concern.\nDo not accept this card as physical payment from someone you don\'t trust.\nIt\'s perfectly safe in all other respects.\nTangem is the only hardware wallet to offer signature count protection. - Request to create transaction for %s\n%s\n\nAmount: %s\nFee: %s\nTotal: %s\nBalance: %s - Request to start a session for\n%s\n\nNETWORK: %s\n\nURL: %s - WalletConnect Sessions - Ooops. No Sessions. - No opened WalletConnect sessions - Open session - Can\'t send transaction. Not enough funds. - Requesting to sign a message.\n\n%s - Clipboard contain WalletConnect code. Use copied value or scan QR-code - Paste from clipboard - Scan new code - This card can\'t be used to establish WalletConnect session - The operation couldn\'t be completed. \n\nYou have already established a WalletConnect session with this parameters. - Failed to establish WalletConnect session: timeout error. Please, try again later. - Dapp %s, requesting to\nsign BNB transaction.\n\n%s - Transaction details:\nFrom: %s\nTo: %s\nAmount: %s - Trade order for %s\nPrice: %s\nAmount to receive: %s\nAmount to pay: %s - My suggestions - Can\'t scan a card - Can\'t send a transaction - Tangem feedback - Feedback + Valuta dell\'applicazione + Emittente + Send Feedback + Firmato + Requisiti + Check your internet connection or switch to a different network + Termini del servizio + Oops, the current version of the application is not ready to work with this card, please check for updates. + You have used a card from another wallet. Tap the card associated with this wallet + You Receive + You Send + The following information is optional. You can erase it if you don\'t want to share it. Tell us what functions you are missing, and we will try to help you. Please tell us what card do you have - Please tell us more about your issue. Every small detail can help. Hi support team, - The following information is optional. You can erase it if you don\'t want to share it. - ≈ %s (inc. commissione: %s) - Primary Card - Blockchain is unreachable. Try later - Errore - OK - Failed to establish WalletConnect session. Please, try again later. - Would you like to use biometrics? - Biometrics will be requested instead of the access code for interactions with your wallet + Please tell us more about your issue. Every small detail can help. + My suggestions + Can\'t scan a card + Feedback + Tangem feedback + Can\'t send a transaction + Order + Avvicina per modificare il codice di accesso + Avvicina per modificare la password + To create the wallet tap the card as shown above and do not remove until the end of the operation + Avvicina per scansionare + Avvicina per firmare + Avvicina la carta + Internal error: wallet manager not found + Manage tokens + To protect your assets, we advise you to carry out this procedure + Your wallet has not been backed up + Total balance + The amount does not include some of your funds + To access all the networks you need to scan the card + Scan your card + Tokens + You have to set up a single access code to protect all your wallets. + Protect + You can set an individual access code on each card later. + Personalize + The access code can be restored with a linked card, don\'t keep all cards in one place. + Restore + Choose any word, phrase, or number you want as your access code. + Create Access Code + Re-enter your Access Code + Access code must be at least 4 characters long + Entered access code didn\'t match the initial access code + You\'ve added one backup card. When backup process is finished you can\'t add more backup cards. If you have one more card, add it to backup. Do you like to continue the backup process? + The backup process is partly complete. You can\'t exit it now. + Balance + Add a backup card + Scan the card #%d + Backup now + Scan the primary card + Claim + Continue to my wallet + Finalize the backup process + Verify via Utorg + Refresh + Set PIN code + Receive crypto + Register + Scan primary card + Skip for later + How does it work? + Support + Let\'s generate all the keys on your card and create a secure wallet + Create wallet + Create a wallet + Your card is activated and ready to be used + Success! + In this case, you will need to start from the beginning. + Do you want to exit the activation process? + Getting started + Verify your identity + KYC + Pin code + Connect + Creating a backup + Tap the SaltPay card + To start the backup process you have to add Tangem card as your backup + Finalize the backup process by creating an access code + Tap the Tangem card + No backup card + Backup card ready + Prepare the SaltPay card + To get started, simply claim wxDAI to your wallet + It will take a few seconds + Please check your email for further instructions + To start using your card you have to pass the KYC process + Please wait until the verification is completed. You\'ll be notified via email. Usually it takes up to 1 hour. You can close the app and come back later. + To start the backup process add up to two backup cards. + You can add one more card or finalize the backup process + Set PIN code for your SaltPay card + Connect your card to the decentralized payment system + Prepare the backup card with number %s + Prepare the primary card + Prepare the primary card with number %s + Congratulations! Your first payment crypto card has been activated! + Your wallet card is configured and ready for use. + Max number of cards added. Finalize the backup process. + Chat with support + Activating card + Backup card #%d + Claim %s + Claiming + Something went wrong + Verify your identity + KYC is in progress + No backup cards + One backup card added + PIN Code + Connect your card + Prepare your card + Two backup cards added + To get started, simply top up the wallet with any amount + To get started, simply top up the wallet with more than %1$s %2$s + Buy crypto + Show the wallet\'s address + Top up your wallet + The twinning process is partly complete. You can\'t exit it now. + If the process of creating the wallet gets interrupted in any way, you\'ll have to start over. + You can backup your keys up to two other blank Tangem Wallet cards. + Access code can be restored with one of backup cards. + All the backup cards can be used as full-functional with the identical keys. + You will be able to set an access code to protect your wallets. + Backup wallet + Access code restore + Identical cards + Access code + Participate + Failed to load the information about the referral program. Please try again later. + Failed to load the information about the referral program. Error code: %s. Please try again later. + Your participation request could not be processed. Error code: %s. Please try again later. If the problem persists — feel free to contact our support. + Your friends bought + Will get + for each wallet bought by your friend on your %1$s network address%2$s + You + Will get a + when buying a card on tangem.com + %s discount + Your friend + Personal code copied! + Your personal code + Buy Tangem Wallet with discount!\n%s + Refer your friends to Tangem + You\'ve accepted + By tapping this button you accept + of the referral program + Please hold the card until the operation complete + Reset the Card + I understand that after performing this action, I will no longer have access to the current wallet + Factory Reset will completely delete the wallet from the selected card. You will not be able to restore the current wallet or use the card to recover the access code. + Factory Reset will completely delete the wallet from the selected card and remove it from the app. You will not be able to restore the current wallet. + Do you have a bank card of another country or a UnionPay card? + Russian bank cards are not accepted at the moment + Tap the card with the visa logo + Attention + Please contact support + No funds for activation + Such a PIN can be brute-forced easily + Four identical digits isn\'t safe + Log into the app and check your balance without scanning the card + Access the app Allow to use biometrics - Enable biometric authentication - Go to settings to enable biometric authentication in the Tangem App + Biometrics will be requested instead of the access code for interactions with your wallet + Access code + It looks like you have biometric authentication disabled, it is necessary to save wallets + Enable biometric authorization + Would you like to use biometrics? + Note that making a transaction with your funds will still require your card + Scan card failed. Try again + Scan Card + Scan the card to change its settings. The changes will impact only the card you\'ve scanned and will not affect other cards tied to your wallet. + Get your card ready! + Search tokens + Importo + Indirizzo + Indirizzo o PayString + L\'indirizzo corrisponde all\'indirizzo del tuo portafoglio + PayString non registrato + Richiesta PayString fallita + PayString non supportato dalla blockchain + Invalid Tag. It won\'t be added to the transaction. + Invalid Memo. It won\'t be added to the transaction. + Tag + Memo + Includi commissione + Commissione + Insufficiente + Normale + Prioritario + Importo totale + Costi della rete + Invia + Sending %s + Totale + Sarà inviato %1$s e %2$s + ≈ %1$s (inc. commissione: %2$s) + Sarà inviato %s + La transazione è stata firmata con successo e inviata al nodo blockchain. Il saldo del portafoglio verrà aggiornato dopo un po\' di tempo + Indirizzo non valido + Buy now + Free + I have a promo code… + Tangem Wallet + Other payment methods + Shipping + Total + Solana network charges a rent of %1$s every 2 days. Accounts that can\'t afford the rent are purged from the network. Deposit your account with more than %2$s to use it for free. + Store your crypto assets secure while keeping private keys contained in your card + Revolutionary Hardware Wallet + Up to + 3 physical cards + to one wallet + Ultra Secure Backup + A hardware wallet for your Bitcoin, Ethereum and many more currencies simultaneously – all in one card + Thousands of Currencies + Use it on the go, anywhere, anytime. No wires or batteries. Just tap the card to your phone when you need your crypto. + The Wallet for Everyone + Borrow + Buy + Exchange + Lend + Pay + Send + Store + Meet\nTangem + Exchange, buy NFT\'s, make loans and deposits in more than 100 different decentralized services + DeFi Compatible + There was an error. Please try again. + Give Permission + Insufficient funds + Not enough funds for fee in your %1$s wallet to create a transaction. Top up your %2$s wallet first. + Transaction in progress... + Waiting + Approve + Give Permission + Amount %s + Spender + Your Wallet + To continue you need to allow 1inch smart contracts to use your %s + Permit and Swap + View in Explorer + In progress + Swap + Swap of %1$s to %2$s + Other tokens + Choose token + Your tokens + not available + Tangem + Hide + You are about to hide this token from the main screen. You can add it back anytime through the manage tokens page. + Hide %s + Hide token + %1$s is a token in the %2$s network. To make a %3$s transaction you need to deposit some %4$s (%5$s) to cover the network fee. + Please wait for %s transaction to complete to be able to send funds + The %1$s token is the main currency on the %2$s network and cannot be hidden as long as you have other tokens on this network in the list. + Unable to hide %s + No rate + You\'ve scanned the same card. To create a twin wallet you need to scan the card with number %d + This one that you are holding in your hands and the other one with number %s.\n\nBoth cards can be used to extract funds from this wallet. + One wallet. Two cards. + Scan the card #%s + Creating wallet + Scan the #%s twin card + Preparing card + Tangem Twin + This action is irreversible. You will not have access to the old wallet. + Add new wallet + %d selected + This wallet has already been saved, you can add another one + Multi-currency + Wallet name + Rename Wallet + Single-currency + My Wallets + Unlock all with %s + Crea PayString + Cerca indirizzo + Network is unreachable + Blockchain is unreachable. Try later + Il saldo sta per essere caricato… Scan the card - Check your internet connection or switch to a different network + Transazione in corso… + Saldo verificato + Actions + Buy + Crea portafoglio + Sell + Invia + Exchange + Do you want to buy or sell crypto? + Requesting to sign a message.\n\n%s + Dapp %1$s, requesting to\nsign BNB transaction.\n\n%2$s + Trade order for %1$s\nPrice: %2$s\nAmount to receive: %3$s\nAmount to pay: %4$s + Transaction details:\nFrom: %1$s\nTo: %2$s\nAmount: %3$s + Clipboard contain WalletConnect code. Use copied value or scan QR-code + Request to create transaction for %1$s\n%2$s\n\nAmount: %3$s\nFee: %4$s\nTotal: %5$s\nBalance: %6$s + Can\'t send transaction. Not enough funds. + Failed to establish WalletConnect session. Please, try again later. + Failed to establish WalletConnect session: timeout error. Please, try again later. + Connection with this Dapp cannot be established due to its technical implementation. + %s network not found. Please, add it first and try again. + No opened WalletConnect sessions + Ooops. No Sessions. + Open session + Paste from clipboard + Request to start a session for\n%1$s\n\nNETWORK: %2$s\n\nURL: %3$s + The operation couldn\'t be completed.\n\nYou have already established a WalletConnect session with this parameters. + Scan new code + This card can\'t be used to establish WalletConnect session + This network is not supported. Please select another network. + Select network + WalletConnect Sessions + Connect to Dapps + WalletConnect + Crea PayString + $payid.tangem.com + Inserire prima il PayString desiderato + Questo PayString esiste già. Scegline un altro. + Errore di risposta durante la creazione del PayString + Nome PayString + Il tuo PayString – informazioni per te uniche, come il tuo numero di telefono, indirizzo email o ABN. + %s network + Carta vuota + Crea un portafoglio per iniziare ad utilizzare la tua carta Tangem + Create twin wallet + Generate wallet keys on both cards to start using your Twins + Conto non creato + Questa carta non è supportata + La tua carta Tangem è stata creata per funzionare con un\'altra applicazione. Leggere il nome e le istruzioni sulla carta e installare l\'applicazione corretta + L\'indirizzo è stato copiato con successo + Nessuna connessione a Internet + Riceviu + da %s + Inviau + su %s + Tangem + Can be better + Learn more + Ok, ho capito! + Really cool! + %1$s network has a concept of Existential Deposit. If your account drops below %2$s it will be deactivated and any remaining funds will be destroyed. + This card might be a production sample or counterfeit + Authenticity check failed + Important security information \U26A0 + There are only %s signatures available on this card. You must withdraw all of your funds. + How do you like Tangem? + One question + This card has signed transactions in the past + This is a Testnet card. Don\'t accept it as a payment. This card must only be used for testing and development purposes. + Discard + You have an interrupted backup. Do you want to resume? + Yes, resume + Discard + If you will discard the backup now, then you will have to reset the cards to factory settings to start over again + Resume backup + This is an irreversible action + Log in with %s + Scan card + Use %s or scan a card to access the app + Welcome back! %s - \ No newline at end of file + diff --git a/core/res/src/main/res/values-it/strings_plurals_final.xml b/core/res/src/main/res/values-it/strings_plurals.xml similarity index 100% rename from core/res/src/main/res/values-it/strings_plurals_final.xml rename to core/res/src/main/res/values-it/strings_plurals.xml index 0d9fa7c350..9f8b658d1c 100644 --- a/core/res/src/main/res/values-it/strings_plurals_final.xml +++ b/core/res/src/main/res/values-it/strings_plurals.xml @@ -4,13 +4,13 @@ %d cards - - %d token - %d tokens - - %d wallet %d wallets + + + %d token + %d tokens + diff --git a/core/res/src/main/res/values-ru/strings-blockchain.xml b/core/res/src/main/res/values-ru/strings-blockchain.xml index 31f48e58f7..74528753b1 100644 --- a/core/res/src/main/res/values-ru/strings-blockchain.xml +++ b/core/res/src/main/res/values-ru/strings-blockchain.xml @@ -1,23 +1,23 @@ - + + По умолчанию + Устаревший + Не удалось получить комиссию + Пополните счет на %1$s+ %2$s, чтобы создать аккаунт + Аккаунт получателя не активирован. Отправьте %s или более для активации аккаунта. Внутренняя ошибка блокчейна Минимальная сумма: %s Сдача слишком мала - Не удалось получить комиссию Недостаточный баланс Неверная комиссия + Минимальный баланс: %s Аккаунт получателя не создан. Сумма для отправки должна быть %s + комиссия или больше Неизвестная ошибка - Минимальный баланс: %s - Недопустимая сумма Сумма превышает остаток - Отправляемая сумма превышает остаток + Недопустимая сумма Комиссия превышает остаток - Чтобы не платить повышенную комиссию при следующем пополнении кошелька, уменьшите сумму на %s XTZ - Уменьшить на %s XTZ + Отправляемая сумма превышает остаток Нет, отправить все - Аккаунт получателя не активирован. Отправьте %s или более для активации аккаунта. - Пополните счет на %s+ %s, чтобы создать аккаунт - По умолчанию - Устаревший - \ No newline at end of file + Уменьшить на %s XTZ + Чтобы не платить повышенную комиссию при следующем пополнении кошелька, уменьшите сумму на %s XTZ + diff --git a/core/res/src/main/res/values-ru/strings.xml b/core/res/src/main/res/values-ru/strings.xml index 5cbbf731a8..061949c032 100644 --- a/core/res/src/main/res/values-ru/strings.xml +++ b/core/res/src/main/res/values-ru/strings.xml @@ -1,468 +1,469 @@ - Tangem Wallet - 3 карты - 2 карты - Доставка - Бесплатно - У меня есть промо-код… - Итого - Другие способы оплаты - Купить сейчас - Встречайте\nTangem - Покупайте - Храните - Отправляйте - Расплачивайтесь - Обменивайте - Вкладывайте - Занимайте - Революционный аппаратный кошелек - Держите свои криптосбережения в безопасности. Приватные ключи надежно хранятся на карте. - Все ключи в безопасности - До - трех карт - с одним кошельком - Тысячи криптовалют - Аппаратный кошелек для ваших биткоинов, эфира и многих других валют одновременно — все в одной карте - Поддержка DeFi - Обменивайте, покупайте NFT, получайте займы и делайте вклады в более чем 100 различных децентрализованных сервисах - Кошелек для каждого - Используйте его на ходу, в любом месте, в любое время. Без проводов и батареек. Как только понадобится крипта, просто приложите карту к телефону. - Купить - Поиск токенов - Приложение работает в демонстрационном режиме. Средства на всех счетах ненастоящие. + Добавить токен + Отправляйте только %1$s (%2$s) в сети %3$s на этот адрес. Использование другой сети может привести к утрате средств. + Обратиться в поддержку + Отправить отзыв + Эта карта ранее пополнялась и подписывала транзакции. Выведите средства как можно быстрее, если вы получили эту карту из ненадежного источника. Если это ваша карта, то не о чем беспокоиться. Эта функция недоступна в демонстрационном режиме - Недостаточно средств для комиссии на вашем %s кошельке для отправки транзакции. Сначала пополните свой %s кошелек. - Доступные сети - Сеть %s не найдена. Пожалуйста, добавьте её и попробуйте заново. - Внимание + Приложение работает в демонстрационном режиме. Средства на всех счетах ненастоящие. + Карта, которую вы отсканировали, является картой разработчика. Не принимайте её в качестве оплаты. + Причина: %s + Не могу отправить транзакцию Внимание! Валюты на разных сетях имеют разные адреса. Убедитесь, что адрес соответствует сети, в которой вы отправляете средства. Токены в сети Solana не поддерживаются этой картой из-за ограничений прошивки. - Адрес контракта скопирован! - Адрес контракта - Обязательное поле - Пожалуйста, выберите сеть - Количество знаков после запятой должно быть корректным числом не больше %d - Адрес контракта некорректен - Путь деривации некорректен - Токены могут быть созданы кем угодно. Остерегайтесь мошеннических токенов, они могут ничего не стоить - Этот токен/сеть уже находится в вашем списке - Знаков после запятой - Сеть - Не выбрано - Например, USD Coin - Название токена - Например, USDC - Символ токена - Деривация по BIP44 - По умолчанию - Сервер недоступен, повторите попытку позднее - Баланс - В сумме учтены не все монеты - Токены - Управление токенами - Нет цены - Сеть недоступна - Скрыть токен - Скрыть %s - Скрыть - Вы скрываете токен с главного экрана, но в любой момент сможете добавить его обратно через страницу управления токенами. - Невозможно скрыть %s - Токен %s является основной валютой в сети %s и не может быть скрыт до тех пор, пока у вас в списке есть другие токены этой сети. - Бэкап кошелька не был произведен - Чтобы защитить свои активы, мы советуем вам выполнить эту процедуру - Повторить - Чат - Сеть %s - Я понял - Да - Нет - Карты банков РФ в данный момент не принимаются - У вас есть карта банка другой страны или платежной системы UnionPay? - Сеть не поддерживается. Пожалуйста, выберите другую сеть. - Настройки карты - Тип безопасности - Смена кода доступа - Код доступа будет изменен только на данной карте - Продолжить - Tangem Bot - Приготовьте свою карту - Отсканируйте карту, чтобы изменить ее настройки. Изменения затронут только ту карту, которую вы отсканировали, и не повлияют на другие карты, привязанные к вашему кошельку. - Сканировать - Настройки приложения - Cохранение кошелька - Подключите функцию привязки карты в приложении, а также возможность биометрической аутентификации. Подпись транзакции все так же потребует карту. + Эта карта не является платежным средством. В настоящее время мы не можем сопоставить количество подписей на карте с информацией в блокчейне. Это нормально, но в редких случаях может означать, что предыдущий владелец удерживает подписанную транзакцию от публикации, что является поводом для беспокойства.\nНе принимайте эту карту в качестве физического платежа от кого-то, кому вы не доверяете.\nВо всех остальных отношениях эта карта совершенно безопасна.\nTangem — единственный аппаратный кошелек, предлагающий защиту методом подсчета подписей. + У вас возникли трудности со сканированием карты? + Эта карта не предназначена для работы с этим приложением + Перейдите в настройки, чтобы включить биометрическую аутентификацию в приложении Tangem App + Включите биометрическую аутентификацию + Все сохраненные коды доступа будут удалены. Вам потребуется вводить код доступа при работе с кошельком. + При отключении функции сохранения кошелька все ранее сохраненные кошельки будут удалены. Сохранение кода доступа Подключите функцию хранения кодов доступа от карт на телефоне в зашифрованном виде, и при работе с картой вместо кода доступа будет запрашиваться биометрическая аутентификация. - При отключении функции сохранения кошелька все ранее сохраненные кошельки будут удалены. - Все сохраненные коды доступа будут удалены. Вам потребуется вводить код доступа при работе с кошельком. - WalletConnect - Подключение к Dapps - Сброс к заводским настройкам приведет к полному удалению кошелька с выбранной карты. Вы не сможете восстановить текущий кошелек. - Сброс к заводским настройкам приведет к полному удалению кошелька с выбранной карты. Вы не сможете восстановить текущий кошелек или использовать данную карту для восстановления кода доступа. - Я понимаю, что после выполнения этого действия у меня больше не будет доступа к текущему кошельку - Сбросить карту + Cохранение кошелька + Подключите функцию привязки карты в приложении, а также возможность биометрической аутентификации. Подпись транзакции все так же потребует карту. + Настройки приложения + Сбросить + Вы уверены, что хотите это сделать? + Смена кода доступа + Код доступа будет изменен только на данной карте Сброс к заводским настройкам - Выберите сеть - Отсканируйте карту - Чтобы получить доступ ко всем сетям, вам необходимо отсканировать карту - Cоединение с этим Dapp сервисом не может быть установлено из-за его технической реализации. - C возвращением! - Используйте %s или код доступа для входа в приложение - Войти с %s - Сканировать карту - Доступ в приложение - Войдите в приложение и следите за своим балансом без сканирования карты - Код доступа - Обратите внимание, что для совершения транзакции с вашими средствами по-прежнему потребуется ваша карта - Мои кошельки - Мультивалютные - Одновалютные - Добавить новый кошелек - Переименование кошелька - Имя кошелька - Разблокировать все с %s - Недопустимый Tag. Он не будет добавлен в транзакцию. - Недопустимый Memo. Он не будет добавлен в транзакцию. - Tag - Memo - Внимание - Приложите карту с логотипом Visa - Недостаточно средств для активации - Пожалуйста обратитесь в службу поддержки - Ввод одинаковых цифр является не безопасным - Данный Код доступа может быть легко взломан - Код доступа - Подключиться - Верификация клиента - Подтвердите свою личность - Установить Код доступа - Зарегистрироваться - Верифицировать (Utorg) - Обновить - Подключите свою карту - Подтвердите свою личность - Подтверждение личности в процессе - Подключите вашу карту к децентрализованной платежной системе - Для начала работы с картой вам необходимо завершить процесс подтверждения личности - Пожалуйста дождитесь завершения процесса подтверждения личности. Вы будете уведомлены через e-mail. Обычно это занимает не более часа. Вы можете закрыть приложение и вернуться позже. - Код доступа - Установите Код доступа для вашей SaltPay карты - Чат поддержки - Пожалуйста, удерживайте карту до завершения операции - Для начала процесса бэкапа вам необходимо добавить Tangem карту - Бэкап карта не добавлена - Бэкап карта создана - Завершите процесс бэкапа создав код доступа - Приготовьте SaltPay карту - Приложите SaltPay карту - Приложите Tangem карту - Чат - Запросить %s - Для начала работы просто запросите начисление wxDai на свой кошелек - Запросить - Поздравляем! Ваша платежная крипто карта теперь активирована! - Запрашивается - Это займет несколько секунд - Что-то пошло не так - Более подробная информация отправлена на ваш адрес электронной почты. - Вы хотите выйти из процесса активации? - В этом случае вам будет необходимо начать процесс заново. - Вы использовали карту от другого кошелька. Приложите карту, связанную с этим кошельком. - Реферальная программа - Приведи друга в Tangem - Вы - Получите - на ваш адрес в сети %s%s за каждый кошелек, который купит ваш друг - Ваш друг - Получит - %s скидку - при покупке карточки на сайте tangem.com - Ваши друзья купили - Ваш персональный код - Участвовать - условия участия - Нажимая на эту кнопку вы принимаете - Вы приняли - в реферальной программе - Внутренняя ошибка: не удается найти менеджер кошельков + Тип безопасности + Настройки карты + Tangem Bot + Принять + Добавить + Внимание Баланс: %s - Поделиться - Копировать - Успешно - Закрыть - Вы отправляете - Вы получаете - Произошла ошибка. Пожалуйста, попробуйте еще раз. - Дать разрешение - Чтобы продолжить, вам нужно разрешить смарт-контракту 1inch использовать ваш %s - Количество %s - Ваш кошелек - Отправитель - Подтвердить - Обмен %s на %s - Обмен - Недостаточно средств - Дать разрешение - Разрешить и обменять - Выберите токен - Ваши токены - Другие токены - Подождите - Транзакция в процессе… - В процессе - Открыть в обозревателе - не доступен - Не удалось загрузить информацию по реферальной программе. Пожалуйста, попробуйте позже. - Не удалось загрузить информацию по реферальной программе. Код ошибки: %s. Пожалуйста, попробуйте позже. - Не удалось обработать вашу заявку на участие. Код ошибки: %s. Пожалуйста, попробуйте позже. Если проблема сохранится, вы можете обратиться в техподдержку. - Персональный код скопирован! - Купи Tangem Wallet со скидкой!\n%s - Сеть %s использует концепцию экзистенциального депозита. Если баланс вашего счета опустится ниже %s, он будет деактивирован, а все оставшиеся средства будут уничтожены. - Неверный адрес - Этот кошелек уже был сохранен, вы можете добавить другой - Удалить - Privacy policy - Включите биометрическую аутентификацию - Похоже, что у вас отключена биометрическая аутентификация, она необходима для сохранения кошельков - Включить - %d выбрано биометрическую аутентификацию биометрией - Tangem - Сохранить изменения - Предупреждение - Готово - Отмена - Принять Вы не предоставили доступ к камере, пожалуйста, измените настройки конфиденциальности. - Действия - Отправить - Создать кошелек - Tangem - Подтвержденный баланс - Баланс загружается… - Аккаунт не создан - Карта пуста - Создайте кошелек, чтобы начать пользоваться картой Tangem - Эта карта не поддерживается - Ваша карта Tangem предназначена для работы с другим приложением. Пожалуйста, ознакомьтесь с названием и инструкциями на вашей карте и установите правильное приложение. - Транзакция подтверждается… - Получение - от %s - Отправка - к %s - Проверить адрес - Создать PayString - Создать PayString - PayString имя - $payid.tangem.com - Ваша PayString — это уникальная для вас информация, такая как номер телефона, электронная почта или ABN - Ошибка при создании PayString - Такой PayString уже существует. Попробуйте другой. - Адрес или PayString - Адрес - Отправить - Сетевая комиссия - Сумма - Комиссия - Всего - Максимальная сумма - Низкая - Нормальная - Приоритетная - Включая комиссию - %s будет отправлено - %s и %s будет отправлено - Транзакция успешно подписана и отправлена в блокчейн. Баланс будет обновлен через некоторое время - Подробности - Номер карты - Эмитент - Подписано - %s хэшей - Валюта приложения + Отмена + Закрыть + Продолжить + Копировать + Создать + Удалить + Отключить + Готово + Включить + Ошибка + Нет + Ок + Основная карта + Отклонить + Повторить + Сохранить изменения + Искать + Сервер недоступен, повторите попытку позднее + Поделиться + Подписать + Подписать и отправить + Начать + Отправить + Успешно + условия участия + Я понял + Предупреждение + Да + Адрес контракта скопирован! + Доступные сети + Адрес контракта + Адрес контракта некорректен + Путь деривации некорректен + Пожалуйста, выберите сеть + Обязательное поле + Количество знаков после запятой должно быть корректным числом не больше %d + Знаков после запятой + По умолчанию + Деривация по BIP44 + Например, USD Coin + Название токена + Не выбрано + Сеть + Например, USDC + Символ токена + Этот токен/сеть уже находится в вашем списке + Токены могут быть созданы кем угодно. Остерегайтесь мошеннических токенов, они могут ничего не стоить + Чат + Код доступа + Перед сканированием карты вам нужно будет ввести правильный код доступа. Задержка сканирования Этот механизм защищает карту от бесконтактных атак. Между сканированием карты и выполнением команды будет добавлена задержка. Пароль Перед выполнением любой команды, влекущей за собой изменение состояния карты, вам необходимо будет ввести пароль. - Код доступа - Перед сканированием карты вам нужно будет ввести правильный код доступа. - Эта карта ранее пополнялась и подписывала транзакции. Выведите средства как можно быстрее, если вы получили эту карту из ненадежного источника. Если это ваша карта, то не о чем беспокоиться. - Эта карта не предназначена для работы с этим приложением - Карта, которую вы отсканировали, является картой разработчика. Не принимайте её в качестве оплаты. - Нажмите, чтобы подписать - Чтобы создать кошелек, приложите карту как показано выше и не убирайте до окончания операции - Чтобы изменить код доступа, приложите карту как показано выше и не убирайте до окончания операции - Чтобы изменить пароль, приложите карту как показано выше и не убирайте до окончания операции - Условия использования - Нет соединения с интернетом - PayString не поддерживается блокчейном - PayString не зарегистрирован - Не удалось выполнить запрос PayString - Адрес совпадает с адресом кошелька - Адрес скопирован в буфер обмена - Сначала введите желаемую PayString - Приложите, чтобы отсканировать - Приложите карту - Ошибка сканирования карты. Попробуй снова. - Купить - Продать - Обменять - Создать кошелек - Сгенерируйте ключи кошелька на обеих картах, чтобы начать использовать свои Twin карты - Один кошелек. Две карты. - Это карта, которую вы держите в руках. У парной карты номер %s.\n\nОбе карты можно использовать для вывода средств из этого кошелька. + Реферальная программа + Privacy policy + %s хэшей Условия использования карты - Tangem Twin - Это действие необратимо. У вас не будет доступа к старому кошельку. - Отсканируйте twin-карту #%s - Подготовка карты - Создание кошелька - Сканировать карту #%s - Вы отсканировали ту же карту. Для создания twin-кошелька вам необходимо отсканировать карту с номером %d - Начать - Добавить - Искать - Отправить отзыв - Не могу отправить транзакцию - Причина: %s - У вас возникли трудности со сканированием карты? - Обратиться в поддержку - Отправить отзыв - Очень круто! - Можно лучше - Один вопрос - Как вам Tangem? - Добавить токен - Пожалуйста, дождитесь завершения транзакции %s, чтобы иметь возможность отправить средства - Проверка подлинности не удалась - Эта карта может быть производственным образцом или подделкой - Важная информация о безопасности \u26A0 - Эта карта подписывала транзакции в прошлом - Узнать больше - На этой карте осталось только %s подписей. Вы должны вывести все свои средства. - Отключить - Подписать - Подписать и отправить - Отклонить - Это тестовая карта. Не принимайте её в качестве оплаты. Эта карта должна использоваться только в целях тестирования и разработки. - Вы хотите купить или продать криптовалюту? - К сожалению, текущая версия приложения не готова к работе с этой картой, проверьте наличие обновлений - Активация карты - Как это работает? - Получить криптовалюту - Создать кошелек - Давайте сгенерируем все ключи на вашей карте и создадим безопасный кошелек - Создать кошелек - Пополните свой кошелек - Пополните кошелек на любую сумму, чтобы начать пользоваться картой - Пополните кошелек более чем на %s %s, чтобы начать пользоваться картой - Купить криптовалюту - Показать адрес кошелька - Успешно! - Ваша карта активирована и готова к использованию - Баланс - Отправляйте только %s (%s) в сети %s на этот адрес. Использование другой сети может привести к утрате средств. - Если процесc создания кошелька каким-либо образом прервется, вам придется начинать сначала. - Процесс связывания карт частично завершен. Вы не можете выйти из него сейчас. - Понятно! - Подготовка - Создать резервную копию - Пропустить - Завершите процесс резервного копирования - Добавить резервную карту - Сканировать карту #%d - Сканировать основную карту - Нет резервных карт - Подготовьте свою карту - Добавлена одна резервная карта - Добавлены две резервные карты - Резервная карта #%d - Чтобы начать процесс резервного копирования, добавьте одну или две резервные карты. - Подготовьте основную карту - Вы можете добавить еще одну карту или завершить процесс резервного копирования - Добавлено максимальное количество карт. Завершите процесс резервного копирования. - Вы добавили одну резервную карту. После того, как процесс будет завершен, Вы больше не сможете добавить карт. Если у Вас есть еще одна карта, добавьте ее в резервную копию. Хотите продолжить? - Создайте код доступа - Повторно введите код доступа - Защита - Персонализация - Восстановление - Вам необходимо установить единый код доступа для защиты всех ваших карт. - Позже вы сможете установить индивидуальный код доступа для каждой карты. - Код доступа можно восстановить с помощью привязанной карты. Не храните все карты в одном месте. - Выберите любое слово, фразу или число в качестве кода доступа. - Код доступа должен состоять не менее чем из 4 символов. - Введенные коды доступа не совпадают - Создать - Отправить - Резервная копия - Процесс резервного копирования почти завершен. Вы не можете выйти из него сейчас. - Резервная копия карты - Идентичные карты - Код доступа - Восстановление кода доступа - Вы можете сделать резервную копию своих ключей на одной или двух других пустых картах Wallet. - Все резервные карты являются полнофункциональными и содержат одинаковые ключи. - Вы сможете установить код доступа для защиты своих кошельков. - Код доступа можно восстановить с помощью одной из резервных карт. - Ваша карта настроена и готова к использованию. + Номер карты Добавить еще карты - Вы не закончили резервное копирование. Хотите продолжить? - Да, возобновить - Отказаться - Это необратимое действие - Если сейчас отказаться, то придётся сбрасывать карты до заводских настроек, чтобы начать заново - Возобновить резервное копирование - Отказаться - Сканировать основную карту - Перейти к моему кошельку - Отправка %s - Подготовьте резервную карту с номером %s - Подготовьте основную карту с номером %s - Сеть Solana взимает арендную плату в размере %s каждые 2 дня. Аккаунты, которые не могут позволить себе арендную плату, удаляются из сети. Пополните свой счет более чем на %s, чтобы не платить арендную плату. - Эта карта не является платежным средством. В настоящее время мы не можем сопоставить количество подписей на карте с информацией в блокчейне. Это нормально, но в редких случаях может означать, что предыдущий владелец удерживает подписанную транзакцию от публикации, что является поводом для беспокойства.\nНе принимайте эту карту в качестве физического платежа от кого-то, кому вы не доверяете.\nВо всех остальных отношениях эта карта совершенно безопасна.\nTangem — единственный аппаратный кошелек, предлагающий защиту методом подсчета подписей. - Запрос на создание транзакции для %s\n%s\n\nСумма: %s\nКомиссия: %s\nВсего: %s\nБаланс: %s - Запрос на открытие сессии для\n%s\n\nСЕТЬ: %s\n\nURL: %s - Сессии WalletConnect - Упс. Нет сессий. - Нет открытых сессий WalletConnect - Открытая сессия - Невозможно отправить транзакцию. Недостаточно средств. - Запрос на подпись сообщения.\n\n%s - Буфер обмена содержит код WalletConnect. Использовать скопированное значение или отсканировать QR-код - Вставить из буфера обмена - Сканировать новый код - Эту карту нельзя использовать с WalletConnect. - Операция не может быть завершена. \n\nВы уже установили сеанс WalletConnect с этими параметрами. - Не удалось установить сессию WalletConnect за отведённое время. Пожалуйста, повторите попытку позже. - Dapp %s, запрос на\nподпись транзакции с BNB.\n\n%s - Детали транзакции:\nОт: %s\nК: %s\nСумма: %s - Торговый ордер на %s\nЦена: %s\nСумма к получению: %s\nСумма к оплате: %s - Мои предложения - Не могу отсканировать карту - Не могу отправить транзакцию - Обращение в поддержку Tangem - Обращение в поддержку + Валюта приложения + Эмитент + Отправить отзыв + Подписано + Подробности + Проверьте подключение с интернетом или переключитесь на другую сеть + Условия использования + К сожалению, текущая версия приложения не готова к работе с этой картой, проверьте наличие обновлений + Вы использовали карту от другого кошелька. Приложите карту, связанную с этим кошельком. + Вы получаете + Вы отправляете + Информация ниже не является обязательной. Вы можете стереть её, если хотите. Расскажите, каких функций вам не хватает, и мы постараемся вам помочь. Скажите, пожалуйста, какая у вас карта? - Пожалуйста, расскажите нам больше о вашей проблеме. Каждая маленькая деталь может помочь. Привет, команда поддержки, - Информация ниже не является обязательной. Вы можете стереть её, если хотите. - ≈ %s (вкл. комиссию: %s) - Основная карта - Блокчейн недоступен. Попробуй позже. - Ошибка - Ок - Не удалось установить сессию WalletConnect. Пожалуйста, повторите попытку позже. - Вы хотите использовать биометрию? - Для операций с вашим кошельком будет запрашиваться биометрия вместо кода доступа карты + Пожалуйста, расскажите нам больше о вашей проблеме. Каждая маленькая деталь может помочь. + Мои предложения + Не могу отсканировать карту + Обращение в поддержку + Обращение в поддержку Tangem + Не могу отправить транзакцию + Купить + Чтобы изменить код доступа, приложите карту как показано выше и не убирайте до окончания операции + Чтобы изменить пароль, приложите карту как показано выше и не убирайте до окончания операции + Чтобы создать кошелек, приложите карту как показано выше и не убирайте до окончания операции + Приложите, чтобы отсканировать + Нажмите, чтобы подписать + Приложите карту + Внутренняя ошибка: не удается найти менеджер кошельков + Управление токенами + Чтобы защитить свои активы, мы советуем вам выполнить эту процедуру + Бэкап кошелька не был произведен + Баланс + В сумме учтены не все монеты + Чтобы получить доступ ко всем сетям, вам необходимо отсканировать карту + Отсканируйте карту + Токены + Вам необходимо установить единый код доступа для защиты всех ваших карт. + Защита + Позже вы сможете установить индивидуальный код доступа для каждой карты. + Персонализация + Код доступа можно восстановить с помощью привязанной карты. Не храните все карты в одном месте. + Восстановление + Выберите любое слово, фразу или число в качестве кода доступа. + Создайте код доступа + Повторно введите код доступа + Код доступа должен состоять не менее чем из 4 символов. + Введенные коды доступа не совпадают + Вы добавили одну резервную карту. После того, как процесс будет завершен, Вы больше не сможете добавить карт. Если у Вас есть еще одна карта, добавьте ее в резервную копию. Хотите продолжить? + Процесс резервного копирования почти завершен. Вы не можете выйти из него сейчас. + Баланс + Добавить резервную карту + Сканировать карту #%d + Создать резервную копию + Сканировать основную карту + Запросить + Перейти к моему кошельку + Завершите процесс резервного копирования + Верифицировать (Utorg) + Обновить + Установить Код доступа + Получить криптовалюту + Зарегистрироваться + Сканировать основную карту + Пропустить + Как это работает? + Чат + Давайте сгенерируем все ключи на вашей карте и создадим безопасный кошелек + Создать кошелек + Создать кошелек + Ваша карта активирована и готова к использованию + Успешно! + В этом случае вам будет необходимо начать процесс заново. + Вы хотите выйти из процесса активации? + Подготовка + Подтвердите свою личность + Верификация клиента + Код доступа + Подключиться + Резервная копия + Приложите SaltPay карту + Для начала процесса бэкапа вам необходимо добавить Tangem карту + Завершите процесс бэкапа создав код доступа + Приложите Tangem карту + Бэкап карта не добавлена + Бэкап карта создана + Приготовьте SaltPay карту + Для начала работы просто запросите начисление wxDai на свой кошелек + Это займет несколько секунд + Более подробная информация отправлена на ваш адрес электронной почты. + Для начала работы с картой вам необходимо завершить процесс подтверждения личности + Пожалуйста дождитесь завершения процесса подтверждения личности. Вы будете уведомлены через e-mail. Обычно это занимает не более часа. Вы можете закрыть приложение и вернуться позже. + Чтобы начать процесс резервного копирования, добавьте одну или две резервные карты. + Вы можете добавить еще одну карту или завершить процесс резервного копирования + Установите Код доступа для вашей SaltPay карты + Подключите вашу карту к децентрализованной платежной системе + Подготовьте резервную карту с номером %s + Подготовьте основную карту + Подготовьте основную карту с номером %s + Поздравляем! Ваша платежная крипто карта теперь активирована! + Ваша карта настроена и готова к использованию. + Добавлено максимальное количество карт. Завершите процесс резервного копирования. + Чат поддержки + Активация карты + Резервная карта #%d + Запросить %s + Запрашивается + Что-то пошло не так + Подтвердите свою личность + Подтверждение личности в процессе + Нет резервных карт + Добавлена ​​одна резервная карта + Код доступа + Подключите свою карту + Подготовьте свою карту + Добавлены две резервные карты + Пополните кошелек на любую сумму, чтобы начать пользоваться картой + Пополните кошелек более чем на %1$s %2$s, чтобы начать пользоваться картой + Купить криптовалюту + Показать адрес кошелька + Пополните свой кошелек + Процесс связывания карт частично завершен. Вы не можете выйти из него сейчас. + Если процесc создания кошелька каким-либо образом прервется, вам придется начинать сначала. + Вы можете сделать резервную копию своих ключей на одной или двух других пустых картах Wallet. + Код доступа можно восстановить с помощью одной из резервных карт. + Все резервные карты являются полнофункциональными и содержат одинаковые ключи. + Вы сможете установить код доступа для защиты своих кошельков. + Резервная копия карты + Восстановление кода доступа + Идентичные карты + Код доступа + Участвовать + Не удалось загрузить информацию по реферальной программе. Пожалуйста, попробуйте позже. + Не удалось загрузить информацию по реферальной программе. Код ошибки: %s. Пожалуйста, попробуйте позже. + Не удалось обработать вашу заявку на участие. Код ошибки: %s. Пожалуйста, попробуйте позже. Если проблема сохранится, вы можете обратиться в техподдержку. + Ваши друзья купили + Получите + на ваш адрес в сети %1$s%2$s за каждый кошелек, который купит ваш друг + Вы + Получит + при покупке карточки на сайте tangem.com + %s скидку + Ваш друг + Персональный код скопирован! + Ваш персональный код + Купи Tangem Wallet со скидкой!\n%s + Приведи друга в Tangem + Вы приняли + Нажимая на эту кнопку, вы принимаете + в реферальной программе + Пожалуйста, удерживайте карту до завершения операции + Сбросить карту + Я понимаю, что после выполнения этого действия у меня больше не будет доступа к текущему кошельку + Сброс к заводским настройкам приведет к полному удалению кошелька с выбранной карты. Вы не сможете восстановить текущий кошелек или использовать данную карту для восстановления кода доступа. + Сброс к заводским настройкам приведет к полному удалению кошелька с выбранной карты. Вы не сможете восстановить текущий кошелек. + У вас есть карта банка другой страны или платежной системы UnionPay? + Карты банков РФ в данный момент не принимаются + Приложите карту с логотипом Visa + Внимание + Пожалуйста обратитесь в службу поддержки + Недостаточно средств для активации + Данный Код доступа может быть легко взломан + Ввод одинаковых цифр является не безопасным + Войдите в приложение и следите за своим балансом без сканирования карты + Доступ в приложение Использовать биометрию - Включите биометрическую аутентификацию - Перейдите в настройки, чтобы включить биометрическую аутентификацию в приложении Tangem App + Для операций с вашим кошельком будет запрашиваться биометрия вместо кода доступа карты + Код доступа + Похоже, что у вас отключена биометрическая аутентификация, она необходима для сохранения кошельков + Включите биометрическую аутентификацию + Вы хотите использовать биометрию? + Обратите внимание, что для совершения транзакции с вашими средствами по-прежнему потребуется ваша карта + Ошибка сканирования карты. Попробуй снова. + Сканировать + Отсканируйте карту, чтобы изменить ее настройки. Изменения затронут только ту карту, которую вы отсканировали, и не повлияют на другие карты, привязанные к вашему кошельку. + Приготовьте свою карту + Поиск валют + Сумма + Адрес + Адрес или PayString + Адрес совпадает с адресом кошелька + PayString не зарегистрирован + Не удалось выполнить запрос PayString + PayString не поддерживается блокчейном + Недопустимый Tag. Он не будет добавлен в транзакцию. + Недопустимый Memo. Он не будет добавлен в транзакцию. + Tag + Memo + Включая комиссию + Комиссия + Низкая + Нормальная + Приоритетная + Максимальная сумма + Сетевая комиссия + Отправить + Отправка %s + Всего + %1$s и %2$s будет отправлено + ≈ %1$s (вкл. комиссию: %2$s) + %s будет отправлено + Транзакция успешно подписана и отправлена в блокчейн. Баланс будет обновлен через некоторое время + Неверный адрес + Купить сейчас + Бесплатно + У меня есть промо-код… + Tangem Wallet + Другие способы оплаты + Доставка + Итого + Сеть Solana взимает арендную плату в размере %1$s каждые 2 дня. Аккаунты, которые не могут позволить себе арендную плату, удаляются из сети. Пополните свой счет более чем на %2$s, чтобы не платить арендную плату. + Держите свои криптосбережения в безопасности. Приватные ключи надежно хранятся на карте. + Революционный аппаратный кошелек + До + трех карт + с одним кошельком + Все ключи в безопасности + Аппаратный кошелек для ваших биткоинов, эфира и многих других валют одновременно — все в одной карте + Тысячи криптовалют + Используйте его на ходу, в любом месте, в любое время. Без проводов и батареек. Как только понадобится крипта, просто приложите карту к телефону. + Кошелек для каждого + Занимайте + Покупайте + Обменивайте + Вкладывайте + Расплачивайтесь + Отправляйте + Храните + Встречайте\nTangem + Обменивайте, покупайте NFT, получайте займы и делайте вклады в более чем 100 различных децентрализованных сервисах + Поддержка DeFi + Произошла ошибка. Пожалуйста, попробуйте еще раз. + Дать разрешение + Недостаточно средств + Недостаточно средств для оплаты на вашем %1$s кошельке для создания транзакции. Сначала пополните свой %2$s кошелек. + Транзакция в процессе… + Подождите + Подтвердить + Дать разрешение + Количество %s + Отправитель + Ваш кошелек + Чтобы продолжить, вам нужно разрешить смарт-контракту 1inch использовать ваш %s + Разрешить и обменять + Открыть в обозревателе + В процессе + Обмен + Обмен %1$s на %2$s + Другие токены + Выберите токен + Ваши токены + не доступен + Tangem + Скрыть + Вы скрываете токен с главного экрана, но в любой момент сможете добавить его обратно через страницу управления токенами. + Скрыть %s + Скрыть токен + %1$s — это токен в сети %2$s. Чтобы отправить транзакцию %3$s, необходимо пополнить баланс %4$s (%5$s) для оплаты комиссии сети. + Пожалуйста, дождитесь завершения транзакции %s, чтобы иметь возможность отправить средства + Токен %1$s является основной валютой в сети %2$s и не может быть скрыт до тех пор, пока у вас в списке есть другие токены этой сети. + Невозможно скрыть %s + Нет цены + Вы отсканировали ту же карту. Для создания twin-кошелька вам необходимо отсканировать карту с номером %d + Это карта, которую вы держите в руках. У парной карты номер %s.\n\nОбе карты можно использовать для вывода средств из этого кошелька. + Один кошелек. Две карты. + Сканировать карту #%s + Создание кошелька + Отсканируйте twin-карту #%s + Подготовка карты + Tangem Twin + Это действие необратимо. У вас не будет доступа к старому кошельку. + Добавить новый кошелек + %d выбрано + Этот кошелек уже был сохранен, вы можете добавить другой + Мультивалютные + Имя кошелька + Переименование кошелька + Одновалютные + Мои кошельки + Разблокировать все с %s + Создать PayString + Проверить адрес + Сеть недоступна + Блокчейн недоступен. Попробуй позже. + Баланс загружается… Отсканируйте карту - Проверьте подключение с интернетом или переключитесь на другую сеть + Транзакция подтверждается… + Подтвержденный баланс + Действия + Купить + Создать кошелек + Продать + Отправить + Обменять + Вы хотите купить или продать криптовалюту? + Запрос на подпись сообщения.\n\n%s + Dapp %1$s, запрос на\nподпись транзакции с BNB.\n\n%2$s + Торговый ордер на %1$s\nЦена: %2$s\nСумма к получению: %3$s\nСумма к оплате: %4$s + Детали транзакции:\nОт: %1$s\nК: %2$s\nСумма: %3$s + Буфер обмена содержит код WalletConnect. Использовать скопированное значение или отсканировать QR-код + Запрос на создание транзакции для %1$s\n%2$s\n\nСумма: %3$s\nКомиссия: %4$s\nВсего: %5$s\nБаланс: %6$s + Невозможно отправить транзакцию. Недостаточно средств. + Не удалось установить сессию WalletConnect. Пожалуйста, повторите попытку позже. + Не удалось установить сессию WalletConnect за отведённое время. Пожалуйста, повторите попытку позже. + Cоединение с этим Dapp сервисом не может быть установлено из-за его технической реализации. + Сеть %s не найдена. Пожалуйста, добавьте её и попробуйте заново. + Нет открытых сессий WalletConnect + Упс. Нет сессий. + Открытая сессия + Вставить из буфера обмена + Запрос на открытие сессии для\n%1$s\n\nСЕТЬ: %2$s\n\nURL: %3$s + Операция не может быть завершена.\n\nВы уже установили сеанс WalletConnect с этими параметрами. + Сканировать новый код + Эту карту нельзя использовать с WalletConnect. + Сеть не поддерживается. Пожалуйста, выберите другую сеть. + Выберите сеть + Сессии WalletConnect + Подключение к Dapps + WalletConnect + Создать PayString + $payid.tangem.com + Сначала введите желаемую PayString + Такой PayString уже существует. Попробуйте другой. + Ошибка при создании PayString + PayString имя + Ваша PayString — это уникальная для вас информация, такая как номер телефона, электронная почта или ABN + Сеть %s + Карта пуста + Создайте кошелек, чтобы начать пользоваться картой Tangem + Создать кошелек + Сгенерируйте ключи кошелька на обеих картах, чтобы начать использовать свои Twin карты + Аккаунт не создан + Эта карта не поддерживается + Ваша карта Tangem предназначена для работы с другим приложением. Пожалуйста, ознакомьтесь с названием и инструкциями на вашей карте и установите правильное приложение. + Адрес скопирован в буфер обмена + Нет соединения с интернетом + Получение + от %s + Отправка + к %s + Tangem + Можно лучше + Узнать больше + Понятно! + Очень круто! + Сеть %1$s использует концепцию экзистенциального депозита. Если баланс вашего счета опустится ниже %2$s, он будет деактивирован, а все оставшиеся средства будут уничтожены. + Эта карта может быть производственным образцом или подделкой + Проверка подлинности не удалась + Важная информация о безопасности \U26A0 + На этой карте осталось только %s подписей. Вы должны вывести все свои средства. + Как вам Tangem? + Один вопрос + Эта карта подписывала транзакции в прошлом + Это тестовая карта. Не принимайте её в качестве оплаты. Эта карта должна использоваться только в целях тестирования и разработки. + Отказаться + Вы не закончили резервное копирование. Хотите продолжить? + Да, возобновить + Отказаться + Если сейчас отказаться, то придётся сбрасывать карты до заводских настроек, чтобы начать заново + Возобновить резервное копирование + Это необратимое действие + Войти с %s + Сканировать карту + Используйте %s или код доступа для входа в приложение + C возвращением! %s diff --git a/core/res/src/main/res/values-ru/strings_plurals_final.xml b/core/res/src/main/res/values-ru/strings_plurals.xml similarity index 100% rename from core/res/src/main/res/values-ru/strings_plurals_final.xml rename to core/res/src/main/res/values-ru/strings_plurals.xml index ae295e5b79..9b7580d98b 100644 --- a/core/res/src/main/res/values-ru/strings_plurals_final.xml +++ b/core/res/src/main/res/values-ru/strings_plurals.xml @@ -6,17 +6,17 @@ %d карт - - %d токен - %d токена - %d токенов - %d токенов - - %d кошелек %d кошелька %d кошельков %d кошельков + + + %d токен + %d токена + %d токенов + %d токенов + diff --git a/core/res/src/main/res/values/strings-blockchain.xml b/core/res/src/main/res/values/strings-blockchain.xml index 50a4278791..3a01e0328f 100644 --- a/core/res/src/main/res/values/strings-blockchain.xml +++ b/core/res/src/main/res/values/strings-blockchain.xml @@ -1,23 +1,23 @@ - + + Default + Legacy + Failed to get fee + Load %1$s+ %2$s to create account + Destination account is not active. Send %s or more to activate the account. Blockchain internal error Minimum amount is %s Change is too small - Failed to get fee Insufficient balance Invalid Fee + Minimum balance is %s Target account is not created. Amount to send should be %s + fee or more Unknown error - Minimum balance is %s - Invalid amount Amount exceeds balance - Total amount exceeds balance + Invalid amount Fee exceeds balance - To avoid paying an increased commission the next time you top up your wallet, reduce the amount by %s XTZ - Reduce by %s XTZ + Total amount exceeds balance No, send all - Destination account is not active. Send %s or more to activate the account. - Load %s+ %s to create account - Default - Legacy - \ No newline at end of file + Reduce by %s XTZ + To avoid paying an increased commission the next time you top up your wallet, reduce the amount by %s XTZ + diff --git a/core/res/src/main/res/values/strings.xml b/core/res/src/main/res/values/strings.xml index fc5c6b65d6..1197495002 100644 --- a/core/res/src/main/res/values/strings.xml +++ b/core/res/src/main/res/values/strings.xml @@ -1,469 +1,469 @@ - Tangem Wallet - 3 cards - 2 cards - Shipping - Free - I have a promo code… - Total - Other payment methods - Buy now - Meet\nTangem - Buy - Store - Send - Pay - Exchange - Lend - Borrow - Revolutionary Hardware Wallet - Store your crypto assets secure while keeping private keys contained in your card - Ultra Secure Backup - Up to - 3 physical cards - to one wallet - Thousands of Currencies - A hardware wallet for your Bitcoin, Ethereum and many more currencies simultaneously – all in one card - DeFi Compatible - Exchange, buy NFT\'s, make loans and deposits in more than 100 different decentralized services - The Wallet for Everyone - Use it on the go, anywhere, anytime. No wires or batteries. Just tap the card to your phone when you need your crypto. - Order - Search tokens - You are currently running in Demo mode. All funds are not real. + Add custom token + Send only %1$s (%2$s) from %3$s network to this address. Using other tokens and networks may result in loss of funds. + Request support + Send feedback + This card has been already topped up and signed transactions in the past. Consider immediate withdrawal of all funds if you have received this card from an untrusted source. If it\'s your card, there is nothing to worry about. This feature is disabled in Demo mode - Not enough funds for fee in your %s wallet to send a transaction. Top up your %s wallet first. - Available networks - %s network not found. Please, add it first and try again. - Attention + You are currently running in Demo mode. All funds are not real. + The card you scanned is a development card. Don\'t accept it as a payment. + Reason: %s + Can\'t send a transaction Note that tokens on different networks have different addresses. Double check that your address matches the network when you transfer funds. Tokens in Solana network are not supported by this card due to firmware limitation. - Contract address copied! - Contract address - Required field - Please select the network - Decimal number must be a valid integer, no higher than %d - Contract address is invalid - Derivation path is invalid - Note that tokens can be created by anyone. Be aware of adding scam tokens, they can cost nothing. - This token/network has already been added to your list - Decimals - Network - Not selected - E.g. USD Coin - Name - E.g. USDC - Token symbol - BIP44 coin type - Default - The server is not available, please try again later - Total balance - The amount does not include some of your funds - Tokens - Manage tokens - No rate - Network is unreachable - Hide token - Hide %s - Hide - You are about to hide this token from the main screen. You can add it back anytime through the manage tokens page. - Unable to hide %s - The %s token is the main currency on the %s network and cannot be hidden as long as you have other tokens on this network in the list. - Your wallet has not been backed up - To protect your assets, we advise you to carry out this procedure - Retry - Chat - %s network - I understand - Yes - No - Russian bank cards are not accepted at the moment - Do you have a bank card of another country or a UnionPay card? - This network is not supported. Please select another network. - Card Settings - Security Mode - Change Access Code - Access code will be changed on this card only - Continue - Tangem Bot - Get your card ready! - Scan the card to change its settings. The changes will impact only the card you\'ve scanned and will not affect other cards tied to your wallet. - Scan Card - App Settings - Keep the wallet in the app - Enable to link all the wallets to Tangem app. Biometric authentication will be required for unlocking the app. Transaction signing requires tapping your Tangem card. + This card is not a bearer note. We can\'t currently match the signature count on the card with the information on the blockchain. This is normal but in rare cases can mean a previous holder is holding back an offline signature, which is a security concern.\nDo not accept this card as physical payment from someone you don\'t trust.\nIt\'s perfectly safe in all other respects.\nTangem is the only hardware wallet to offer signature count protection. + Are you having difficulty scanning your card? + This card is not designed to work with this app + Go to settings to enable biometric authentication in the Tangem App + Enable biometric authentication + This will delete all the saved wallet access codes. Any further operation with the wallet will require submitting the access code. + Removing the saved card deletes all the saved wallets and their access codes. Save Access Code Biometric authentication will be requested instead of the access code for interactions with your card. - Removing the saved card deletes all the saved wallets and their access codes. - This will delete all the saved wallet access codes. Any further operation with the wallet will require submitting the access code. - WalletConnect - Connect to Dapps - Factory Reset will completely delete the wallet from the selected card and remove it from the app. You will not be able to restore the current wallet. - Factory Reset will completely delete the wallet from the selected card. You will not be able to restore the current wallet or use the card to recover the access code. - I understand that after performing this action, I will no longer have access to the current wallet - Reset the Card + Keep the wallet in the app + Enable to link all the wallets to Tangem app. Biometric authentication will be required for unlocking the app. Transaction signing requires tapping your Tangem card. + App Settings + Reset + Are you sure you want to do this? + Change Access Code + Access code will be changed on this card only Reset to Factory Settings - Select network - Scan your card + Security Mode + Card Settings + Tangem Bot + Accept + Add + Attention + Balance: %s + biometric authentication + biometrics + You have not given access to your camera, please adjust your privacy settings + Cancel + Close + Continue + Copy + Create + Delete + Disconnect + Done + Enable + Error + No + OK + Primary Card + Reject + Retry + Save changes + Search + The server is not available, please try again later + Share + Sign + Sign and send + Start + Submit + Success + terms and conditions + I understand + Warning + Yes + Contract address copied! + Available networks + Contract address + Contract address is invalid + Derivation path is invalid + Please select the network + Required field + Decimal number must be a valid integer, no higher than %d + Decimals + Default + BIP44 coin type + E.g. USD Coin + Name + Not selected + Network + E.g. USDC + Token symbol + This token/network has already been added to your list + Note that tokens can be created by anyone. Be aware of adding scam tokens, they can cost nothing. + Chat + Access code + You will have to submit the correct access code before scanning the card + Long Tap + This mechanism protects against proximity attacks on a card. It will enforce a delay between reception and execution of a command. + Passcode + Before executing any command entailing a change of the card state, you will have to enter the passcode. + Referral program + Privacy policy + %s hashes + Card terms of use + Card ID + Link More Cards + App Currency + Issuer + Send Feedback + Signed + Details + Check your internet connection or switch to a different network + Terms of Service + Oops, the current version of the application is not ready to work with this card, please check for updates. + You have used a card from another wallet. Tap the card associated with this wallet + You Receive + You Send + The following information is optional. You can erase it if you don\'t want to share it. + Tell us what functions you are missing, and we will try to help you. + Please tell us what card do you have + Hi support team, + Please tell us more about your issue. Every small detail can help. + My suggestions + Can\'t scan a card + Feedback + Tangem feedback + Can\'t send a transaction + Order + To change the access code tap the card as shown above and do not remove until the end of the operation + To change the passcode tap the card as shown above and do not remove until the end of the operation + To create the wallet tap the card as shown above and do not remove until the end of the operation + Tap to scan + Tap to sign + Tap the card + Internal error: wallet manager not found + Manage tokens + To protect your assets, we advise you to carry out this procedure + Your wallet has not been backed up + Total balance + The amount does not include some of your funds To access all the networks you need to scan the card - Connection with this Dapp cannot be established due to its technical implementation. - Welcome back! - Use %s or scan a card to access the app - Log in with %s - Scan card - Access the app + Scan your card + Tokens + You have to set up a single access code to protect all your wallets. + Protect + You can set an individual access code on each card later. + Personalize + The access code can be restored with a linked card, don\'t keep all cards in one place. + Restore + Choose any word, phrase, or number you want as your access code. + Create Access Code + Re-enter your Access Code + Access code must be at least 4 characters long + Entered access code didn\'t match the initial access code + You\'ve added one backup card. When backup process is finished you can\'t add more backup cards. If you have one more card, add it to backup. Do you like to continue the backup process? + The backup process is partly complete. You can\'t exit it now. + Balance + Add a backup card + Scan the card #%d + Backup now + Scan the primary card + Claim + Continue to my wallet + Finalize the backup process + Verify via Utorg + Refresh + Set PIN code + Receive crypto + Register + Scan primary card + Skip for later + How does it work? + Support + Let\'s generate all the keys on your card and create a secure wallet + Create wallet + Create a wallet + Your card is activated and ready to be used + Success! + In this case, you will need to start from the beginning. + Do you want to exit the activation process? + Getting started + Verify your identity + KYC + Pin code + Connect + Creating a backup + Tap the SaltPay card + To start the backup process you have to add Tangem card as your backup + Finalize the backup process by creating an access code + Tap the Tangem card + No backup card + Backup card ready + Prepare the SaltPay card + To get started, simply claim wxDAI to your wallet + It will take a few seconds + Please check your email for further instructions + To start using your card you have to pass the KYC process + Please wait until the verification is completed. You\'ll be notified via email. Usually it takes up to 1 hour. You can close the app and come back later. + To start the backup process add up to two backup cards. + You can add one more card or finalize the backup process + Set PIN code for your SaltPay card + Connect your card to the decentralized payment system + Prepare the backup card with number %s + Prepare the primary card + Prepare the primary card with number %s + Congratulations! Your first payment crypto card has been activated! + Your wallet card is configured and ready for use. + Max number of cards added. Finalize the backup process. + Chat with support + Activating card + Backup card #%d + Claim %s + Claiming + Something went wrong + Verify your identity + KYC is in progress + No backup cards + One backup card added + PIN Code + Connect your card + Prepare your card + Two backup cards added + To get started, simply top up the wallet with any amount + To get started, simply top up the wallet with more than %1$s %2$s + Buy crypto + Show the wallet\'s address + Top up your wallet + The twinning process is partly complete. You can\'t exit it now. + If the process of creating the wallet gets interrupted in any way, you\'ll have to start over. + You can backup your keys up to two other blank Tangem Wallet cards. + Access code can be restored with one of backup cards. + All the backup cards can be used as full-functional with the identical keys. + You will be able to set an access code to protect your wallets. + Backup wallet + Access code restore + Identical cards + Access code + Participate + Failed to load the information about the referral program. Please try again later. + Failed to load the information about the referral program. Error code: %s. Please try again later. + Your participation request could not be processed. Error code: %s. Please try again later. If the problem persists — feel free to contact our support. + Your friends bought + Will get + for each wallet bought by your friend on your %1$s network address%2$s + You + Will get a + when buying a card on tangem.com + %s discount + Your friend + Personal code copied! + Your personal code + Buy Tangem Wallet with discount!\n%s + Refer your friends to Tangem + You\'ve accepted + By tapping this button you accept + of the referral program + Please hold the card until the operation complete + Reset the Card + I understand that after performing this action, I will no longer have access to the current wallet + Factory Reset will completely delete the wallet from the selected card. You will not be able to restore the current wallet or use the card to recover the access code. + Factory Reset will completely delete the wallet from the selected card and remove it from the app. You will not be able to restore the current wallet. + Do you have a bank card of another country or a UnionPay card? + Russian bank cards are not accepted at the moment + Tap the card with the visa logo + Attention + Please contact support + No funds for activation + Such a PIN can be brute-forced easily + Four identical digits isn\'t safe Log into the app and check your balance without scanning the card + Access the app + Allow to use biometrics + Biometrics will be requested instead of the access code for interactions with your wallet Access code + It looks like you have biometric authentication disabled, it is necessary to save wallets + Enable biometric authorization + Would you like to use biometrics? Note that making a transaction with your funds will still require your card - My Wallets - Multi-currency - Single-currency - Add new wallet - Rename Wallet - Wallet name - Unlock all with %s + Scan card failed. Try again + Scan Card + Scan the card to change its settings. The changes will impact only the card you\'ve scanned and will not affect other cards tied to your wallet. + Get your card ready! + Search tokens + Amount + Address + Address or PayString + Address is the same as wallet address + PayString not registered + PayString request failed + PayString unsupported by blockchain Invalid Tag. It won\'t be added to the transaction. Invalid Memo. It won\'t be added to the transaction. Tag Memo - Attention - Tap the card with the visa logo - No funds for activation - Please contact support - Four identical digits isn\'t safe - Such a PIN can be brute-forced easily - Pin code - Connect - KYC - Verify your identity - Set PIN code - Register - Verify via Utorg - Refresh - Connect your card - Verify your identity - KYC is in progress - Connect your card to the decentralized payment system - To start using your card you have to pass the KYC process - Please wait until the verification is completed. You\'ll be notified via email. Usually it takes up to 1 hour. You can close the app and come back later. - PIN Code - Set PIN code for your SaltPay card - Chat with support - Please hold the card until the operation complete - To start the backup process you have to add Tangem card as your backup - No backup card - Backup card ready - Finalize the backup process by creating an access code - Prepare the SaltPay card - Tap the SaltPay card - Tap the Tangem card - Support - Claim %s - To get started, simply claim wxDAI to your wallet - Claim - Congratulations! Your first payment crypto card has been activated! - Claiming - It will take a few seconds - Something went wrong - Please check your email for further instructions - Do you want to exit the activation process? - In this case, you will need to start from the beginning. - You have used a card from another wallet. Tap the card associated with this wallet - Referral program - Refer your friends to Tangem - You - Will get - for each wallet bought by your friend on your %s network address%s - Your friend - Will get a - %s discount - when buying a card on tangem.com - Your friends bought - Your personal code - Participate - terms and conditions - By tapping this button you accept - You\'ve accepted - of the referral program - Internal error: wallet manager not found - Balance: %s - Share - Copy - Success - Close - You Send - You Receive + Include fee + Fee + Low + Normal + Priority + Maximum amount + Network fee + Send + Sending %s + Total + %1$s and %2$s will be sent + ≈ %1$s (inc. fee: %2$s) + %s will be sent + Transaction has been successfully signed and sent to the blockchain node. Wallet balance will be updated in a while + Invalid address + Buy now + Free + I have a promo code… + Tangem Wallet + Other payment methods + Shipping + Total + Solana network charges a rent of %1$s every 2 days. Accounts that can\'t afford the rent are purged from the network. Deposit your account with more than %2$s to use it for free. + Store your crypto assets secure while keeping private keys contained in your card + Revolutionary Hardware Wallet + Up to + 3 physical cards + to one wallet + Ultra Secure Backup + A hardware wallet for your Bitcoin, Ethereum and many more currencies simultaneously – all in one card + Thousands of Currencies + Use it on the go, anywhere, anytime. No wires or batteries. Just tap the card to your phone when you need your crypto. + The Wallet for Everyone + Borrow + Buy + Exchange + Lend + Pay + Send + Store + Meet\nTangem + Exchange, buy NFT\'s, make loans and deposits in more than 100 different decentralized services + DeFi Compatible There was an error. Please try again. - Give Permission - To continue you need to allow 1inch smart contracts to use your %s - Amount %s - Your Wallet - Spender - Approve - Swap of %s to %s - Swap - Insufficient funds Give Permission + Insufficient funds + Not enough funds for fee in your %1$s wallet to create a transaction. Top up your %2$s wallet first. + Transaction in progress... + Waiting + Approve + Give Permission + Amount %s + Spender + Your Wallet + To continue you need to allow 1inch smart contracts to use your %s Permit and Swap + View in Explorer + In progress + Swap + Swap of %1$s to %2$s + Other tokens Choose token Your tokens - Other tokens - Waiting - Transaction in progress… - In progress - View in Explorer not available - Failed to load the information about the referral program. Please try again later. - Failed to load the information about the referral program. Error code: %s. Please try again later. - Your participation request could not be processed. Error code: %s. Please try again later. If the problem persists — feel free to contact our support. - Personal code copied! - Buy Tangem Wallet with discount!\n%s - %s network has a concept of Existential Deposit. If your account drops below %s it will be deactivated and any remaining funds will be destroyed. - Invalid address - This wallet has already been saved, you can add another one - Delete - Privacy policy - Enable biometric authorization - It looks like you have biometric authentication disabled, it is necessary to save wallets - Enable + Tangem + Hide + You are about to hide this token from the main screen. You can add it back anytime through the manage tokens page. + Hide %s + Hide token + %1$s is a token in the %2$s network. To make a %3$s transaction you need to deposit some %4$s (%5$s) to cover the network fee. + Please wait for %s transaction to complete to be able to send funds + The %1$s token is the main currency on the %2$s network and cannot be hidden as long as you have other tokens on this network in the list. + Unable to hide %s + No rate + You\'ve scanned the same card. To create a twin wallet you need to scan the card with number %d + This one that you are holding in your hands and the other one with number %s.\n\nBoth cards can be used to extract funds from this wallet. + One wallet. Two cards. + Scan the card #%s + Creating wallet + Scan the #%s twin card + Preparing card + Tangem Twin + This action is irreversible. You will not have access to the old wallet. + Add new wallet %d selected - biometric authentication - biometrics - Tangem - Save changes - Warning - Done - Cancel - Accept - You have not given access to your camera, please adjust your privacy settings - Actions - Send - Create wallet - Tangem - Verified Balance + This wallet has already been saved, you can add another one + Multi-currency + Wallet name + Rename Wallet + Single-currency + My Wallets + Unlock all with %s + Create PayString + Explore address + Network is unreachable + Blockchain is unreachable. Try later Balance is loading… - Account is not created + Scan the card + Transaction is in progress… + Verified Balance + Actions + Buy + Create wallet + Sell + Send + Exchange + Do you want to buy or sell crypto? + Requesting to sign a message.\n\n%s + Dapp %1$s, requesting to\nsign BNB transaction.\n\n%2$s + Trade order for %1$s\nPrice: %2$s\nAmount to receive: %3$s\nAmount to pay: %4$s + Transaction details:\nFrom: %1$s\nTo: %2$s\nAmount: %3$s + Clipboard contain WalletConnect code. Use copied value or scan QR-code + Request to create transaction for %1$s\n%2$s\n\nAmount: %3$s\nFee: %4$s\nTotal: %5$s\nBalance: %6$s + Can\'t send transaction. Not enough funds. + Failed to establish WalletConnect session. Please, try again later. + Failed to establish WalletConnect session: timeout error. Please, try again later. + Connection with this Dapp cannot be established due to its technical implementation. + %s network not found. Please, add it first and try again. + No opened WalletConnect sessions + Ooops. No Sessions. + Open session + Paste from clipboard + Request to start a session for\n%1$s\n\nNETWORK: %2$s\n\nURL: %3$s + The operation couldn\'t be completed.\n\nYou have already established a WalletConnect session with this parameters. + Scan new code + This card can\'t be used to establish WalletConnect session + This network is not supported. Please select another network. + Select network + WalletConnect Sessions + Connect to Dapps + WalletConnect + Create PayString + $payid.tangem.com + Enter desired PayString first + This PayString already exists. Try a different one. + Error response while creating PayString + PayString name + Your PayString is information unique to you, like your phone number, email or ABN. + %s network Empty card Create wallet to start using Tangem card + Create twin wallet + Generate wallet keys on both cards to start using your Twins + Account is not created This card is not supported Your Tangem card was made to work with a different application. Please see the name and instructions on your card, and install the correct app - Transaction is in progress… + Address was copied to clipboard + No internet connection Receiving from %s Sending to %s - Explore address - Create PayString - Create PayString - PayString name - $payid.tangem.com - Your PayString is information unique to you, like your phone number, email or ABN. - Error response while creating PayString - This PayString already exists. Try a different one. - Address or PayString - Address - Send - Network fee - Amount - Fee - Total - Maximum amount - Low - Normal - Priority - Include fee - %s will be sent - %s and %s will be sent - Transaction has been successfully signed and sent to the blockchain node. Wallet balance will be updated in a while - Details - Card ID - Issuer - Signed - %s hashes - App Currency - Long Tap - This mechanism protects against proximity attacks on a card. It will enforce a delay between reception and execution of a command. - Passcode - Before executing any command entailing a change of the card state, you will have to enter the passcode. - Access code - You will have to submit the correct access code before scanning the card - This card has been already topped up and signed transactions in the past. Consider immediate withdrawal of all funds if you have received this card from an untrusted source. If it\'s your card, there is nothing to worry about. - This card is not designed to work with this app - The card you scanned is a development card. Don\'t accept it as a payment. - Tap to sign - To create the wallet tap the card as shown above and do not remove until the end of the operation - To change the access code tap the card as shown above and do not remove until the end of the operation - To change the passcode tap the card as shown above and do not remove until the end of the operation - Terms of Service - No internet connection - PayString unsupported by blockchain - PayString not registered - PayString request failed - Address is the same as wallet address - Address was copied to clipboard - Enter desired PayString first - Tap to scan - Tap the card - Scan card failed. Try again - Buy - Sell - Exchange - Create twin wallet - Generate wallet keys on both cards to start using your Twins - One wallet. Two cards. - This one that you are holding in your hands and the other one with number %s.\n\nBoth cards can be used to extract funds from this wallet. - Card terms of use - Tangem Twin - This action is irreversible. You will not have access to the old wallet. - Scan the #%s twin card - Preparing card - Creating wallet - Scan the card #%s - You\'ve scanned the same card. To create a twin wallet you need to scan the card with number %d - Start - Add - Search - Send Feedback - Can\'t send a transaction - Reason: %s - Are you having difficulty scanning your card? - Request support - Send feedback - Really cool! + Tangem Can be better - One question - How do you like Tangem? - Add custom token - Please wait for %s transaction to complete to be able to send funds - Authenticity check failed - This card might be a production sample or counterfeit - Important security information \u26A0 - This card has signed transactions in the past Learn more - There are only %s signatures available on this card. You must withdraw all of your funds. - Disconnect - Sign - Sign and send - Reject - This is a Testnet card. Don\'t accept it as a payment. This card must only be used for testing and development purposes. - Do you want to buy or sell crypto? - Oops, the current version of the application is not ready to work with this card, please check for updates. - Activating card - How does it work? - Receive crypto - Create a wallet - Let\'s generate all the keys on your card and create a secure wallet - Create wallet - Top up your wallet - To get started, simply top up the wallet with any amount - To get started, simply top up the wallet with more than %s %s - Buy crypto - Show the wallet\'s address - Success! - Your card is activated and ready to be used - Balance - Send only %s (%s) from %s network to this address. Using other tokens and networks may result in loss of funds. - If the process of creating the wallet gets interrupted in any way, you\'ll have to start over. - The twinning process is partly complete. You can\'t exit it now. Ok, Got it! - Getting started - Backup now - Skip for later - Finalize the backup process - Add a backup card - Scan the card #%d - Scan primary card - No backup cards - Prepare your card - One backup card added - Two backup cards added - Backup card #%d - To start the backup process add up to two backup cards. - Prepare the primary card - You can add one more card or finalize the backup process - Max number of cards added. Finalize the backup process. - You\'ve added one backup card. When backup process is finished you can\'t add more backup cards. If you have one more card, add it to backup. Do you like to continue the backup process? - Create Access Code - Re-enter your Access Code - Protect - Personalize - Restore - You have to set up a single access code to protect all your wallets. - You can set an individual access code on each card later. - The access code can be restored with a linked card, don\'t keep all cards in one place. - Choose any word, phrase, or number you want as your access code. - Access code must be at least 4 characters long - Entered access code didn\'t match the initial access code - Create - Submit - Creating a backup - The backup process is partly complete. You can\'t exit it now. - Backup wallet - Identical cards - Access code - Access code restore - You can backup your keys up to two other blank Tangem Wallet cards. - All the backup cards can be used as full-functional with the identical keys. - You will be able to set an access code to protect your wallets. - Access code can be restored with one of backup cards. - Your wallet card is configured and ready for use. - Link More Cards + Really cool! + %1$s network has a concept of Existential Deposit. If your account drops below %2$s it will be deactivated and any remaining funds will be destroyed. + This card might be a production sample or counterfeit + Authenticity check failed + Important security information \U26A0 + There are only %s signatures available on this card. You must withdraw all of your funds. + How do you like Tangem? + One question + This card has signed transactions in the past + This is a Testnet card. Don\'t accept it as a payment. This card must only be used for testing and development purposes. + Discard You have an interrupted backup. Do you want to resume? Yes, resume - Discard - This is an irreversible action + Discard If you will discard the backup now, then you will have to reset the cards to factory settings to start over again Resume backup - Discard - Scan the primary card - Continue to my wallet - Sending %s - Prepare the backup card with number %s - Prepare the primary card with number %s - Solana network charges a rent of %s every 2 days. Accounts that can\'t afford the rent are purged from the network. Deposit your account with more than %s to use it for free. - This card is not a bearer note. We can\'t currently match the signature count on the card with the information on the blockchain. This is normal but in rare cases can mean a previous holder is holding back an offline signature, which is a security concern.\nDo not accept this card as physical payment from someone you don\'t trust.\nIt\'s perfectly safe in all other respects.\nTangem is the only hardware wallet to offer signature count protection. - Request to create transaction for %s\n%s\n\nAmount: %s\nFee: %s\nTotal: %s\nBalance: %s - Request to start a session for\n%s\n\nNETWORK: %s\n\nURL: %s - WalletConnect Sessions - Ooops. No Sessions. - No opened WalletConnect sessions - Open session - Can\'t send transaction. Not enough funds. - Requesting to sign a message.\n\n%s - Clipboard contain WalletConnect code. Use copied value or scan QR-code - Paste from clipboard - Scan new code - This card can\'t be used to establish WalletConnect session - The operation couldn\'t be completed. \n\nYou have already established a WalletConnect session with this parameters. - Failed to establish WalletConnect session: timeout error. Please, try again later. - Dapp %s, requesting to\nsign BNB transaction.\n\n%s - Transaction details:\nFrom: %s\nTo: %s\nAmount: %s - Trade order for %s\nPrice: %s\nAmount to receive: %s\nAmount to pay: %s - My suggestions - Can\'t scan a card - Can\'t send a transaction - Tangem feedback - Feedback - Tell us what functions you are missing, and we will try to help you. - Please tell us what card do you have - Please tell us more about your issue. Every small detail can help. - Hi support team, - The following information is optional. You can erase it if you don\'t want to share it. - ≈ %s (inc. fee: %s) - Primary Card - Blockchain is unreachable. Try later - Error - OK - Failed to establish WalletConnect session. Please, try again later. - Would you like to use biometrics? - Biometrics will be requested instead of the access code for interactions with your wallet - Allow to use biometrics - Enable biometric authentication - Go to settings to enable biometric authentication in the Tangem App - Scan the card - Check your internet connection or switch to a different network - + This is an irreversible action + Log in with %s + Scan card + Use %s or scan a card to access the app + Welcome back! %s - \ No newline at end of file + diff --git a/core/res/src/main/res/values/strings_plurals.xml b/core/res/src/main/res/values/strings_plurals.xml index f7c61fa277..233b40b0c3 100644 --- a/core/res/src/main/res/values/strings_plurals.xml +++ b/core/res/src/main/res/values/strings_plurals.xml @@ -6,16 +6,16 @@ %d cards + + %d wallets + %d wallet + %d wallets + + %d tokens %d token %d tokens %d tokens - - - %d wallets - %d wallet - %d wallets - diff --git a/features/swap/domain/src/main/java/com/tangem/feature/swap/domain/SwapInteractorImpl.kt b/features/swap/domain/src/main/java/com/tangem/feature/swap/domain/SwapInteractorImpl.kt index 7ddef7045b..247e9d6e31 100644 --- a/features/swap/domain/src/main/java/com/tangem/feature/swap/domain/SwapInteractorImpl.kt +++ b/features/swap/domain/src/main/java/com/tangem/feature/swap/domain/SwapInteractorImpl.kt @@ -498,8 +498,9 @@ internal class SwapInteractorImpl @Inject constructor( private fun isBalanceEnough(fromToken: Currency, networkId: String, amount: SwapAmount, fee: BigDecimal?): Boolean { /** to compare [BigDecimal] use only comparator */ - return (userWalletManager.getCurrentWalletTokensBalance(networkId)[fromToken.symbol]?.value - ?: BigDecimal.ZERO) > amount.value.plus(fee ?: BigDecimal.ZERO) + val balance = userWalletManager.getCurrentWalletTokensBalance(networkId)[fromToken.symbol]?.value + ?: BigDecimal.ZERO + return balance > amount.value.plus(fee ?: BigDecimal.ZERO) } private fun getWalletAddress(networkId: String): String { @@ -522,11 +523,11 @@ internal class SwapInteractorImpl @Inject constructor( return false } userWalletManager.getNativeTokenBalance(networkId)?.let { balance -> - return (balance.value.minus(spendAmount.value) > fee.multiply( + return balance.value.minus(spendAmount.value) > fee.multiply( BigDecimal.valueOf( INCREASE_FEE_TO_CHECK_ENOUGH_PERCENT, ), - )) + ) } return false } diff --git a/features/swap/presentation/src/main/java/com/tangem/feature/swap/ui/StateBuilder.kt b/features/swap/presentation/src/main/java/com/tangem/feature/swap/ui/StateBuilder.kt index d288e6e4e7..f035626a4b 100644 --- a/features/swap/presentation/src/main/java/com/tangem/feature/swap/ui/StateBuilder.kt +++ b/features/swap/presentation/src/main/java/com/tangem/feature/swap/ui/StateBuilder.kt @@ -134,9 +134,9 @@ class StateBuilder(val actions: UiActions) { permissionState = convertPermissionState(quoteModel.permissionState, actions.onGivePermissionClick), fee = feeState, swapButton = SwapButton( - enabled = quoteModel.preparedSwapConfigState.isAllowedToSpend - && quoteModel.preparedSwapConfigState.isBalanceEnough - && quoteModel.preparedSwapConfigState.isFeeEnough, + enabled = quoteModel.preparedSwapConfigState.isAllowedToSpend && + quoteModel.preparedSwapConfigState.isBalanceEnough && + quoteModel.preparedSwapConfigState.isFeeEnough, loading = false, onClick = actions.onSwapClick, ), @@ -270,7 +270,7 @@ class StateBuilder(val actions: UiActions) { fun mapError(uiState: SwapStateHolder, error: DataError): SwapStateHolder { return when (error) { - //todo use if needed later + // todo use if needed later // DataError.InsufficientLiquidity -> TODO() // DataError.NoError -> TODO() is DataError.UnknownError -> addWarning(uiState, error.message) diff --git a/features/swap/presentation/src/main/java/com/tangem/feature/swap/ui/SwapScreenContent.kt b/features/swap/presentation/src/main/java/com/tangem/feature/swap/ui/SwapScreenContent.kt index 615e893712..e4457e6552 100644 --- a/features/swap/presentation/src/main/java/com/tangem/feature/swap/ui/SwapScreenContent.kt +++ b/features/swap/presentation/src/main/java/com/tangem/feature/swap/ui/SwapScreenContent.kt @@ -231,7 +231,11 @@ private fun FeeItem(feeState: FeeState, currency: String) { SmallInfoCardWithWarning( startText = titleString, endText = feeState.fee, - warningText = stringResource(id = R.string.token_details_send_blocked_fee_format, currency, currency), + warningText = stringResource( + id = R.string.swapping_not_enough_funds_for_fee, + currency, + currency, + ), ) } is FeeState.Empty -> {}