diff --git a/src/i18n/locales/cs-CZ.json b/src/i18n/locales/cs-CZ.json index 33ba8bd628..e4360e3028 100644 --- a/src/i18n/locales/cs-CZ.json +++ b/src/i18n/locales/cs-CZ.json @@ -71,6 +71,7 @@ "components.ledger.ledgertransportswitchmodal.usbExplanation": "Choose this option if you want to connect to a Ledger Nano model X or S using an on-the-go USB cable adaptor:", "components.login.appstartscreen.loginButton": "Login", "components.login.custompinlogin.title": "Enter PIN", + "components.ma.assetSelector.placeHolder": "Select an asset", "components.maintenancemodal.explanation": "Yoroi is in maintenance mode. You can still access your funds through any other wallet software.", "components.maintenancemodal.learnMore": "Learn more", "components.maintenancemodal.title": "Temporary Maintenance", @@ -110,9 +111,10 @@ "components.send.sendscreen.addressInputErrorInvalidAddress": "Please enter a valid address", "components.send.sendscreen.addressInputLabel": "Address", "components.send.sendscreen.amountInput.error.INVALID_AMOUNT": "Please enter a valid amount", + "components.send.sendscreen.amountInput.error.LT_MIN_UTXO": "Cannot send less than {minUtxo} {ticker}", "components.send.sendscreen.amountInput.error.NEGATIVE": "Amount must be positive", "components.send.sendscreen.amountInput.error.TOO_LARGE": "Amount too large", - "components.send.sendscreen.amountInput.error.TOO_LOW": "Cannot send less than 1 ADA", + "components.send.sendscreen.amountInput.error.TOO_LOW": "Amount is too low", "components.send.sendscreen.amountInput.error.TOO_MANY_DECIMAL_PLACES": "Please enter a valid amount", "components.send.sendscreen.amountInput.error.insufficientBalance": "Not enough funds to make this transaction", "components.send.sendscreen.availableFundsBannerIsFetching": "Checking balance...", @@ -177,9 +179,9 @@ "components.settings.settingsscreen.title": "Support", "components.settings.termsofservicescreen.title": "Terms of Service Agreement", "components.settings.toggleeasyconfirmationscreen.disableButton": "Disable", - "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your ADA only with your master password.", + "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your assets only with your master password.", "components.settings.toggleeasyconfirmationscreen.enableButton": "Enable", - "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send ADA transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", + "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", "components.settings.toggleeasyconfirmationscreen.enableMasterPassword": "Master password", "components.settings.toggleeasyconfirmationscreen.enableWarning": "Please remember your master password, as you may need it in case your biometrics data are removed from the device.", "components.settings.toggleeasyconfirmationscreen.title": "Easy confirmation", @@ -211,7 +213,7 @@ "components.stakingcenter.poolwarningmodal.unknown": "Causes some unknown issue (look online for more info)", "components.stakingcenter.title": "Staking Center", "components.stakingcenter.delegationTxBuildError": "Error while building delegation transaction", - "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} ADA from your deposit.", + "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} from your deposit.", "components.txhistory.flawedwalletmodal.title": "Warning", "components.txhistory.flawedwalletmodal.explanation1": "It looks like you have accidentally created or restored a wallet that is only included in special versions for development. As a security measure, we have disabled this wallet.", "components.txhistory.flawedwalletmodal.explanation2": "You still can create a new wallet or restore one without restrictions. If you were affected in some way by this issue, please contact EMURGO.", @@ -222,7 +224,7 @@ "components.txhistory.txdetails.confirmations": "{cnt} {cnt, plural, one {CONFIRMATION} other {CONFIRMATIONS}}", "components.txhistory.txdetails.fee": "Fee:", "components.txhistory.txdetails.fromAddresses": "From Addresses", - "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted", + "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted {cnt, plural, one {address} other {addresses}}", "components.txhistory.txdetails.toAddresses": "To Addresses", "components.txhistory.txdetails.transactionId": "Transaction ID", "components.txhistory.txdetails.txAssuranceLevel": "Transaction assurance level", @@ -292,28 +294,14 @@ "components.walletinit.restorewallet.restorewalletscreen.toolong": "Phrase is too long.", "components.walletinit.restorewallet.restorewalletscreen.tooshort": "Phrase is too short.", "components.walletinit.restorewallet.restorewalletscreen.unknowwords": "{wordlist} {cnt, plural, one {is} other {are}} invalid", - "components.walletinit.restorewallet.upgradecheckmodal.checkText": "Do you want to check if your wallet needs to be upgraded?", - "components.walletinit.restorewallet.upgradecheckmodal.checkButton": "Check", - "components.walletinit.restorewallet.upgradecheckmodal.explanation": "If you had ADA in your wallet on November 29th, 2019, you will need to upgrade to a new wallet format called a \"reward wallet\" for compatibility with Shelley.", - "components.walletinit.restorewallet.upgradecheckmodal.skipButton": "Skip", - "components.walletinit.restorewallet.upgradecheckmodal.title": "Wallet upgrade", "components.walletinit.restorewallet.upgradeconfirmmodal.balanceLabel": "Recovered balance", - "components.walletinit.restorewallet.upgradeconfirmmodal.feesLabel": "Fees", "components.walletinit.restorewallet.upgradeconfirmmodal.finalBalanceLabel": "Final balance", "components.walletinit.restorewallet.upgradeconfirmmodal.fromLabel": "From", "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeLabel": "All done!", - "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeMessage": "Your wallet did not need to be upgraded.", - "components.walletinit.restorewallet.upgradeconfirmmodal.title": "Wallet upgrade", "components.walletinit.restorewallet.upgradeconfirmmodal.toLabel": "To", "components.walletinit.restorewallet.upgradeconfirmmodal.txIdLabel": "Transaction ID", "components.walletinit.restorewallet.walletcredentialsscreen.title": "Wallet credentials", "components.walletinit.restorewallet.walletcredentialsscreen.walletCheckError": "Could not verify wallet funds", - "components.walletinit.restorewallet.walletverifyscreen.byronAddressLabel": "Byron wallet address:", - "components.walletinit.restorewallet.walletverifyscreen.shelleyAddressLabel": "Shelley wallet address:", - "components.walletinit.restorewallet.walletverifyscreen.title": "Verify restored wallet", - "components.walletinit.restorewallet.walletverifyscreen.verifyLabel": "Be careful about wallet restoration:", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions1": "Make sure the Byron wallet address matches your old wallet.", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions2": "If you entered the wrong recovery phrase, you will get an empty wallet with different addresses from your old one.", "components.walletinit.savereadonlywalletscreen.defaultWalletName": "My read-only wallet", "components.walletinit.savereadonlywalletscreen.derivationPath": "Derivation path:", "components.walletinit.savereadonlywalletscreen.key": "Key:", @@ -346,7 +334,7 @@ "components.walletinit.verifyrestoredwallet.buttonText": "CONTINUE", "components.walletselection.walletselectionscreen.addWalletButton": "Add wallet", "components.walletselection.walletselectionscreen.addWalletOnShelleyButton": "Add wallet (Jormungandr ITN)", - "components.walletselection.walletselectionscreen.header": "Your wallets", + "components.walletselection.walletselectionscreen.header": "My wallets", "components.walletselection.walletselectionscreen.stakeDashboardButton": "Stake Dashboard", "crypto.errors.rewardAddressEmpty": "Reward address is empty.", "crypto.keystore.approveTransaction": "Authorize with your biometrics", @@ -400,6 +388,7 @@ "global.actions.dialogs.walletStateInvalid.title": "Invalid wallet state", "global.actions.dialogs.wrongPinError.message": "PIN is incorrect.", "global.actions.dialogs.wrongPinError.title": "Invalid PIN", + "global.assets.assetsLabel": "Assets", "global.availableFunds": "Available funds", "global.close": "close", "global.comingSoon": "Coming soon", @@ -433,6 +422,7 @@ "global.staking.stakePoolName": "Stake pool name", "global.staking.stakePoolHash": "Stake pool hash", "global.termsOfUse": "Terms of use", + "global.total": "Total", "global.totalAda": "Total ADA", "global.tryAgain": "Try again", "global.txLabels.amount": "Amount", @@ -445,5 +435,6 @@ "global.txLabels.submittingTx": "Submitting transaction", "global.txLabels.withdrawals": "Withdrawals", "utils.format.today": "Today", + "utils.format.unknownAssetName": "[Unknown asset name]", "utils.format.yesterday": "Yesterday" } diff --git a/src/i18n/locales/de-DE.json b/src/i18n/locales/de-DE.json index 51a6f7b285..bcb09523b0 100644 --- a/src/i18n/locales/de-DE.json +++ b/src/i18n/locales/de-DE.json @@ -71,6 +71,7 @@ "components.ledger.ledgertransportswitchmodal.usbExplanation": "Wähle diese Option, wenn Du die Verbindung zu einem Ledger Nano Modell X oder S mit einem USB-Kabeladapter für unterwegs herstellen willst:", "components.login.appstartscreen.loginButton": "Anmelden", "components.login.custompinlogin.title": "PIN eingeben", + "components.ma.assetSelector.placeHolder": "Select an asset", "components.maintenancemodal.explanation": "Yoroi ist im Wartungsmodus. Du kannst auf deine Werte mit jeder anderen Wallet software zugreifen.", "components.maintenancemodal.learnMore": "Erfahre mehr", "components.maintenancemodal.title": "Vorübergehende Wartung", @@ -95,7 +96,7 @@ "components.send.biometricauthscreen.UNKNOWN_ERROR": "Unbekannter Fehler", "components.send.biometricauthscreen.authorizeOperation": "Autorisiere den Vorgang", "components.send.biometricauthscreen.cancelButton": "Abbrechen", - "components.send.biometricauthscreen.headings1": "Autorisiere mit deinem", + "components.send.biometricauthscreen.headings1": "Autorisiere mit deiner", "components.send.biometricauthscreen.headings2": "Biometrie", "components.send.biometricauthscreen.useFallbackButton": "Verwende eine andere Anmeldemethode", "components.send.confirmscreen.amount": "Betrag", @@ -110,9 +111,10 @@ "components.send.sendscreen.addressInputErrorInvalidAddress": "Bitte eine gültige Adresse eingeben", "components.send.sendscreen.addressInputLabel": "Adresse", "components.send.sendscreen.amountInput.error.INVALID_AMOUNT": "Bitte gib einen gültigen Betrag ein", + "components.send.sendscreen.amountInput.error.LT_MIN_UTXO": "Cannot send less than {minUtxo} {ticker}", "components.send.sendscreen.amountInput.error.NEGATIVE": "Der Betrag muss positiv sein", "components.send.sendscreen.amountInput.error.TOO_LARGE": "Der Betrag ist zu groß", - "components.send.sendscreen.amountInput.error.TOO_LOW": "Es ist nicht möglich weniger als ADA zu senden", + "components.send.sendscreen.amountInput.error.TOO_LOW": "Amount is too low", "components.send.sendscreen.amountInput.error.TOO_MANY_DECIMAL_PLACES": "Bitte gib einen gültigen Betrag ein", "components.send.sendscreen.amountInput.error.insufficientBalance": "Zu wenig Guthaben, um diese Transaktion durchzuführen", "components.send.sendscreen.availableFundsBannerIsFetching": "Guthaben abfragen...", @@ -177,9 +179,9 @@ "components.settings.settingsscreen.title": "Hilfe", "components.settings.termsofservicescreen.title": "Allgemeine Nutzungsbedingungen", "components.settings.toggleeasyconfirmationscreen.disableButton": "Deaktivieren", - "components.settings.toggleeasyconfirmationscreen.disableHeading": "Wenn diese Option deaktiviert wird, kannst Du deine ADA nur mit dem Master-Passwort ausgeben.", + "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your assets only with your master password.", "components.settings.toggleeasyconfirmationscreen.enableButton": "Aktiviere", - "components.settings.toggleeasyconfirmationscreen.enableHeading": "Diese Option ermöglicht es Dir, ADA-Überweisungen aus Deiner Wallet zu senden, indem Du sie einfach mit Fingerabdruck, Gesichtserkennung oder der Standard-System-Fallback-Option bestätigst. Dies macht die Wallet weniger sicher. Dies ist ein Kompromiss zwischen Benutzerfreundlichkeit und Sicherheit!", + "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", "components.settings.toggleeasyconfirmationscreen.enableMasterPassword": "Master Passwort", "components.settings.toggleeasyconfirmationscreen.enableWarning": "Bitte merke Dir dein Master-Passwort, da es eventuell benötigt wird, falls Deine Biometrie-Daten aus dem Gerät entfernt werden.", "components.settings.toggleeasyconfirmationscreen.title": "Einfache Bestätigung", @@ -211,7 +213,7 @@ "components.stakingcenter.poolwarningmodal.unknown": "Erzeugt unbekannte Probleme (lese online mehr darüber)", "components.stakingcenter.title": "Staking Center", "components.stakingcenter.delegationTxBuildError": "Fehler beim Erstellen der Delegierungs-Transaktion", - "components.transfer.transfersummarymodal.unregisterExplanation": "Diese Transaktion wird eine oder mehrere Staking Schlüssel zurückziehen, und Dir {refundAmount} ADA zurückgeben.", + "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} from your deposit.", "components.txhistory.flawedwalletmodal.title": "Warnung", "components.txhistory.flawedwalletmodal.explanation1": "Es sieht so aus, als hättest Du versehentlich eine Wallet erstellt oder wiederhergestellt, die nur in speziellen Versionen für die Entwicklung enthalten ist. Als Sicherheitsmaßnahme haben wir diese Wallet deaktiviert.", "components.txhistory.flawedwalletmodal.explanation2": "Du kannst weiterhin ohne Einschränkungen eine neue Wallet erstellen oder wiederherstellen. Wenn Du in irgendeiner Weise von diesem Problem betroffen warst, wende Dich bitte an EMURGO.", @@ -222,7 +224,7 @@ "components.txhistory.txdetails.confirmations": "{cnt} {cnt, plural, one {BESTÄTIGUNG} other {BESTÄTIGUNGEN}}", "components.txhistory.txdetails.fee": "Gebühr:", "components.txhistory.txdetails.fromAddresses": "Absender-Adressen", - "components.txhistory.txdetails.omittedCount": "+ {cnt} ausgelassen", + "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted {cnt, plural, one {address} other {addresses}}", "components.txhistory.txdetails.toAddresses": "Empfänger-Adressen", "components.txhistory.txdetails.transactionId": "Transaktions-ID", "components.txhistory.txdetails.txAssuranceLevel": "Transaktionssicherheitsstufe", @@ -292,28 +294,14 @@ "components.walletinit.restorewallet.restorewalletscreen.toolong": "Die Phrase ist zu lang.", "components.walletinit.restorewallet.restorewalletscreen.tooshort": "Die Phrase ist zu kurz.", "components.walletinit.restorewallet.restorewalletscreen.unknowwords": "{wordlist} {cnt, plural, one {ist} other {sind}} ungültig", - "components.walletinit.restorewallet.upgradecheckmodal.checkText": "Möchtest Du prüfen, ob Deine Wallet aufgerüstet werden muss?", - "components.walletinit.restorewallet.upgradecheckmodal.checkButton": "Prüfe", - "components.walletinit.restorewallet.upgradecheckmodal.explanation": "Wenn Du am 29. November 2019 ADA in Deiner Wallet hattest, muss sie aus Gründen der Kompatibilität mit Shelley auf ein neues Walletformat namens \"Reward wallet\" umgestellt werden.", - "components.walletinit.restorewallet.upgradecheckmodal.skipButton": "Überspringen", - "components.walletinit.restorewallet.upgradecheckmodal.title": "Wallet Aufrüstung", "components.walletinit.restorewallet.upgradeconfirmmodal.balanceLabel": "Wiederhergestellter Kontostand", - "components.walletinit.restorewallet.upgradeconfirmmodal.feesLabel": "Gebühren", "components.walletinit.restorewallet.upgradeconfirmmodal.finalBalanceLabel": "Gesamtguthaben", "components.walletinit.restorewallet.upgradeconfirmmodal.fromLabel": "Von", "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeLabel": "Alles erledigt!", - "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeMessage": "Deine Wallet muss nicht aufgerüstet werden.", - "components.walletinit.restorewallet.upgradeconfirmmodal.title": "Wallet Aufrüstung", "components.walletinit.restorewallet.upgradeconfirmmodal.toLabel": "An", "components.walletinit.restorewallet.upgradeconfirmmodal.txIdLabel": "Transaktions-ID", "components.walletinit.restorewallet.walletcredentialsscreen.title": "Wallet Zugangsdaten", "components.walletinit.restorewallet.walletcredentialsscreen.walletCheckError": "Die Wallet Beträge konnten nicht geprüft werden", - "components.walletinit.restorewallet.walletverifyscreen.byronAddressLabel": "Byron Wallet-Adresse:", - "components.walletinit.restorewallet.walletverifyscreen.shelleyAddressLabel": "Shelley Wallet-Adresse:", - "components.walletinit.restorewallet.walletverifyscreen.title": "Überprüfe die wiederhergestellte Wallet", - "components.walletinit.restorewallet.walletverifyscreen.verifyLabel": "Sei vorsichtig bei der Wiederherstellung deiner Wallet:", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions1": "Stelle sicher dass die Byron Wallet Adresse deiner alten Wallet entspricht.", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions2": "Wenn Du eine falsche Sequenz von Wiederherstellungs-Wörtern eingibst, wirst Du eine leere Wallet mit einer anderen Adresse als die alte bekommen.", "components.walletinit.savereadonlywalletscreen.defaultWalletName": "Meine schreibgeschützte wallet", "components.walletinit.savereadonlywalletscreen.derivationPath": "Ableitungspfad:", "components.walletinit.savereadonlywalletscreen.key": "Schlüssel:", @@ -346,7 +334,7 @@ "components.walletinit.verifyrestoredwallet.buttonText": "WEITER", "components.walletselection.walletselectionscreen.addWalletButton": "Wallet hinzufügen", "components.walletselection.walletselectionscreen.addWalletOnShelleyButton": "Wallet hinzufügen (Jörmungandr ITN)", - "components.walletselection.walletselectionscreen.header": "Deine Wallets", + "components.walletselection.walletselectionscreen.header": "My wallets", "components.walletselection.walletselectionscreen.stakeDashboardButton": "Stake Übersicht", "crypto.errors.rewardAddressEmpty": "Die Ertragsadresse ist leer.", "crypto.keystore.approveTransaction": "Authorisiere mit deinem Fingerabdruck", @@ -400,6 +388,7 @@ "global.actions.dialogs.walletStateInvalid.title": "Ungültiger Wallet-Status", "global.actions.dialogs.wrongPinError.message": "Ungültige PIN.", "global.actions.dialogs.wrongPinError.title": "Ungültige PIN", + "global.assets.assetsLabel": "Assets", "global.availableFunds": "Verfügbarer Betrag", "global.close": "Schließen", "global.comingSoon": "Demnächst", @@ -433,6 +422,7 @@ "global.staking.stakePoolName": "Stake pool name", "global.staking.stakePoolHash": "Stake pool hash", "global.termsOfUse": "Nutzungsbestimmungen", + "global.total": "Total", "global.totalAda": "ADA insgesamt", "global.tryAgain": "Versuche es nochmals", "global.txLabels.amount": "Betrag", @@ -445,5 +435,6 @@ "global.txLabels.submittingTx": "Überweisung versenden", "global.txLabels.withdrawals": "Auszahlungen", "utils.format.today": "Heute", + "utils.format.unknownAssetName": "[Unknown asset name]", "utils.format.yesterday": "Gestern" } diff --git a/src/i18n/locales/el-GR.json b/src/i18n/locales/el-GR.json index 36972d9b34..7e3ef5dbfc 100644 --- a/src/i18n/locales/el-GR.json +++ b/src/i18n/locales/el-GR.json @@ -71,6 +71,7 @@ "components.ledger.ledgertransportswitchmodal.usbExplanation": "Choose this option if you want to connect to a Ledger Nano model X or S using an on-the-go USB cable adaptor:", "components.login.appstartscreen.loginButton": "Login", "components.login.custompinlogin.title": "Enter PIN", + "components.ma.assetSelector.placeHolder": "Select an asset", "components.maintenancemodal.explanation": "Το Yoroi ειναι σε κατάσταση συντήρησης. Μπορείτε ακόμη να αποκτήσετε πρόσβαση στα χρήματα σας μέσω οποιουδήποτε άλλου λογισμικού πορτοφολιού.", "components.maintenancemodal.learnMore": "Learn more", "components.maintenancemodal.title": "Temporary Maintenance", @@ -110,9 +111,10 @@ "components.send.sendscreen.addressInputErrorInvalidAddress": "Please enter a valid address", "components.send.sendscreen.addressInputLabel": "Address", "components.send.sendscreen.amountInput.error.INVALID_AMOUNT": "Παρακαλώ εισάγετε ένα σωστό ποσό", + "components.send.sendscreen.amountInput.error.LT_MIN_UTXO": "Cannot send less than {minUtxo} {ticker}", "components.send.sendscreen.amountInput.error.NEGATIVE": "Amount must be positive", "components.send.sendscreen.amountInput.error.TOO_LARGE": "Amount too large", - "components.send.sendscreen.amountInput.error.TOO_LOW": "Cannot send less than 1 ADA", + "components.send.sendscreen.amountInput.error.TOO_LOW": "Amount is too low", "components.send.sendscreen.amountInput.error.TOO_MANY_DECIMAL_PLACES": "Παρακαλώ εισάγετε ένα σωστό ποσό", "components.send.sendscreen.amountInput.error.insufficientBalance": "Δεν υπάρχουν αρκετά χρήματα για να κάνετε αυτή τη συναλλαγή", "components.send.sendscreen.availableFundsBannerIsFetching": "Checking balance...", @@ -177,9 +179,9 @@ "components.settings.settingsscreen.title": "Support", "components.settings.termsofservicescreen.title": "Terms of Service Agreement", "components.settings.toggleeasyconfirmationscreen.disableButton": "Disable", - "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your ADA only with your master password.", + "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your assets only with your master password.", "components.settings.toggleeasyconfirmationscreen.enableButton": "Enable", - "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send ADA transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", + "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", "components.settings.toggleeasyconfirmationscreen.enableMasterPassword": "Master password", "components.settings.toggleeasyconfirmationscreen.enableWarning": "Please remember your master password, as you may need it in case your biometrics data are removed from the device.", "components.settings.toggleeasyconfirmationscreen.title": "Easy confirmation", @@ -211,7 +213,7 @@ "components.stakingcenter.poolwarningmodal.unknown": "Causes some unknown issue (look online for more info)", "components.stakingcenter.title": "Staking Center", "components.stakingcenter.delegationTxBuildError": "Error while building delegation transaction", - "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} ADA from your deposit.", + "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} from your deposit.", "components.txhistory.flawedwalletmodal.title": "Warning", "components.txhistory.flawedwalletmodal.explanation1": "It looks like you have accidentally created or restored a wallet that is only included in special versions for development. As a security measure, we have disabled this wallet.", "components.txhistory.flawedwalletmodal.explanation2": "You still can create a new wallet or restore one without restrictions. If you were affected in some way by this issue, please contact EMURGO.", @@ -222,7 +224,7 @@ "components.txhistory.txdetails.confirmations": "{cnt} {cnt, plural, one {CONFIRMATION} other {CONFIRMATIONS}}", "components.txhistory.txdetails.fee": "Fee:", "components.txhistory.txdetails.fromAddresses": "From Addresses", - "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted", + "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted {cnt, plural, one {address} other {addresses}}", "components.txhistory.txdetails.toAddresses": "To Addresses", "components.txhistory.txdetails.transactionId": "Transaction ID", "components.txhistory.txdetails.txAssuranceLevel": "Transaction assurance level", @@ -292,28 +294,14 @@ "components.walletinit.restorewallet.restorewalletscreen.toolong": "Phrase is too long.", "components.walletinit.restorewallet.restorewalletscreen.tooshort": "Phrase is too short.", "components.walletinit.restorewallet.restorewalletscreen.unknowwords": "{wordlist} {cnt, plural, one {is} other {are}} invalid", - "components.walletinit.restorewallet.upgradecheckmodal.checkText": "Do you want to check if your wallet needs to be upgraded?", - "components.walletinit.restorewallet.upgradecheckmodal.checkButton": "Check", - "components.walletinit.restorewallet.upgradecheckmodal.explanation": "If you had ADA in your wallet on November 29th, 2019, you will need to upgrade to a new wallet format called a \"reward wallet\" for compatibility with Shelley.", - "components.walletinit.restorewallet.upgradecheckmodal.skipButton": "Skip", - "components.walletinit.restorewallet.upgradecheckmodal.title": "Wallet upgrade", "components.walletinit.restorewallet.upgradeconfirmmodal.balanceLabel": "Recovered balance", - "components.walletinit.restorewallet.upgradeconfirmmodal.feesLabel": "Fees", "components.walletinit.restorewallet.upgradeconfirmmodal.finalBalanceLabel": "Final balance", "components.walletinit.restorewallet.upgradeconfirmmodal.fromLabel": "From", "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeLabel": "All done!", - "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeMessage": "Your wallet did not need to be upgraded.", - "components.walletinit.restorewallet.upgradeconfirmmodal.title": "Wallet upgrade", "components.walletinit.restorewallet.upgradeconfirmmodal.toLabel": "To", "components.walletinit.restorewallet.upgradeconfirmmodal.txIdLabel": "Transaction ID", "components.walletinit.restorewallet.walletcredentialsscreen.title": "Wallet credentials", "components.walletinit.restorewallet.walletcredentialsscreen.walletCheckError": "Could not verify wallet funds", - "components.walletinit.restorewallet.walletverifyscreen.byronAddressLabel": "Byron wallet address:", - "components.walletinit.restorewallet.walletverifyscreen.shelleyAddressLabel": "Shelley wallet address:", - "components.walletinit.restorewallet.walletverifyscreen.title": "Verify restored wallet", - "components.walletinit.restorewallet.walletverifyscreen.verifyLabel": "Be careful about wallet restoration:", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions1": "Make sure the Byron wallet address matches your old wallet.", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions2": "If you entered the wrong recovery phrase, you will get an empty wallet with different addresses from your old one.", "components.walletinit.savereadonlywalletscreen.defaultWalletName": "My read-only wallet", "components.walletinit.savereadonlywalletscreen.derivationPath": "Derivation path:", "components.walletinit.savereadonlywalletscreen.key": "Key:", @@ -346,7 +334,7 @@ "components.walletinit.verifyrestoredwallet.buttonText": "CONTINUE", "components.walletselection.walletselectionscreen.addWalletButton": "Add wallet", "components.walletselection.walletselectionscreen.addWalletOnShelleyButton": "Add wallet (Jormungandr ITN)", - "components.walletselection.walletselectionscreen.header": "Your wallets", + "components.walletselection.walletselectionscreen.header": "My wallets", "components.walletselection.walletselectionscreen.stakeDashboardButton": "Stake Dashboard", "crypto.errors.rewardAddressEmpty": "Reward address is empty.", "crypto.keystore.approveTransaction": "Authorize with your biometrics", @@ -400,6 +388,7 @@ "global.actions.dialogs.walletStateInvalid.title": "Invalid wallet state", "global.actions.dialogs.wrongPinError.message": "PIN is incorrect.", "global.actions.dialogs.wrongPinError.title": "Invalid PIN", + "global.assets.assetsLabel": "Assets", "global.availableFunds": "Available funds", "global.close": "close", "global.comingSoon": "Coming soon", @@ -433,6 +422,7 @@ "global.staking.stakePoolName": "Stake pool name", "global.staking.stakePoolHash": "Stake pool hash", "global.termsOfUse": "Terms of use", + "global.total": "Total", "global.totalAda": "Total ADA", "global.tryAgain": "Try again", "global.txLabels.amount": "Amount", @@ -445,5 +435,6 @@ "global.txLabels.submittingTx": "Submitting transaction", "global.txLabels.withdrawals": "Withdrawals", "utils.format.today": "Today", + "utils.format.unknownAssetName": "[Unknown asset name]", "utils.format.yesterday": "Yesterday" } diff --git a/src/i18n/locales/es-ES.json b/src/i18n/locales/es-ES.json index f1c8965655..3d9a7fce02 100644 --- a/src/i18n/locales/es-ES.json +++ b/src/i18n/locales/es-ES.json @@ -71,6 +71,7 @@ "components.ledger.ledgertransportswitchmodal.usbExplanation": "Elige esta opción si quieres conectarte a un Ledger Nano modelo X o S usando un adaptador de cable USB On-The-Go:", "components.login.appstartscreen.loginButton": "Acceder", "components.login.custompinlogin.title": "Ingresa tu PIN", + "components.ma.assetSelector.placeHolder": "Seleccionar un activo", "components.maintenancemodal.explanation": "Yoroi se encuentra en modo de mantenimiento. Aún puedes acceder a tus fondos a través de cualquier otro software de billetera.", "components.maintenancemodal.learnMore": "Conoce más", "components.maintenancemodal.title": "Mantenimiento Programado", @@ -110,9 +111,10 @@ "components.send.sendscreen.addressInputErrorInvalidAddress": "Por favor, ingresa una dirección válida", "components.send.sendscreen.addressInputLabel": "Dirección", "components.send.sendscreen.amountInput.error.INVALID_AMOUNT": "Por favor, ingresa una cantidad válida", + "components.send.sendscreen.amountInput.error.LT_MIN_UTXO": "No puedes enviar menos de {minUtxo} {ticker}", "components.send.sendscreen.amountInput.error.NEGATIVE": "El monto debe ser positivo (mayor a cero)", "components.send.sendscreen.amountInput.error.TOO_LARGE": "Monto demasiado grande", - "components.send.sendscreen.amountInput.error.TOO_LOW": "No es posible enviar menos de 1 ADA", + "components.send.sendscreen.amountInput.error.TOO_LOW": "La cantidad es demasiado baja", "components.send.sendscreen.amountInput.error.TOO_MANY_DECIMAL_PLACES": "Por favor, ingresa una cantidad válida", "components.send.sendscreen.amountInput.error.insufficientBalance": "Fondos insuficientes para realizar esta transacción", "components.send.sendscreen.availableFundsBannerIsFetching": "Verificando el saldo...", @@ -177,9 +179,9 @@ "components.settings.settingsscreen.title": "Soporte", "components.settings.termsofservicescreen.title": "Acuerdo de los Términos del Servicio", "components.settings.toggleeasyconfirmationscreen.disableButton": "Deshabilitar", - "components.settings.toggleeasyconfirmationscreen.disableHeading": "Al desactivar esta opción, sólo podrás enviar ADA usando tu contraseña maestra.", + "components.settings.toggleeasyconfirmationscreen.disableHeading": "Si desactivas esta opción, sólo podrás gastar tus activos con tu contraseña maestra.", "components.settings.toggleeasyconfirmationscreen.enableButton": "Habilitar", - "components.settings.toggleeasyconfirmationscreen.enableHeading": "Esta opción permite enviar ADA desde la billetera con sólo confirmar la transacción usando el reconocimiento de huellas dactilares o de rostro, con opción del sistema alternativo estándar. Esto hace que tu billetera sea menos segura. ¡Se trata de lograr un equilibrio entre usabilidad y seguridad!", + "components.settings.toggleeasyconfirmationscreen.enableHeading": "Esta opción te permitirá enviar transacciones desde tu billetera simplemente confirmando con la huella dactilar o el reconocimiento facial (con una opción alternativa estándar del sistema). Esto hace que tu billetera sea menos segura. Se trata de un compromiso entre usabilidad y seguridad.\n", "components.settings.toggleeasyconfirmationscreen.enableMasterPassword": "Contraseña maestra", "components.settings.toggleeasyconfirmationscreen.enableWarning": "Por favor, recuerda tu contraseña maestra. Puedes necesitarla en caso de que tus datos biométricos sean borrados de tu dispositivo.", "components.settings.toggleeasyconfirmationscreen.title": "Confirmación fácil", @@ -211,7 +213,7 @@ "components.stakingcenter.poolwarningmodal.unknown": "Causa un problema desconocido (busca en Internet para obtener más información)", "components.stakingcenter.title": "Centro de Delegación", "components.stakingcenter.delegationTxBuildError": "Error al crear la transacción de delegación", - "components.transfer.transfersummarymodal.unregisterExplanation": "Esta transacción desregistrará una o más claves de delegación, devolviéndote las {refundAmount} ADA de tu depósito.", + "components.transfer.transfersummarymodal.unregisterExplanation": "Esta transacción desregistrará una o más claves de delegación, devolviéndote {refundAmount} de tu depósito.", "components.txhistory.flawedwalletmodal.title": "Advertencia", "components.txhistory.flawedwalletmodal.explanation1": "Parece que has creado o restaurado accidentalmente una billetera que sólo se incluye en versiones especiales de desarrollo. Como medida de seguridad, hemos desactivado esta billetera.", "components.txhistory.flawedwalletmodal.explanation2": "Todavía puedes crear una nueva billetera o restaurar una sin restricciones. Si te has visto afectado de alguna manera por este inconveniente, por favor, contacta con EMURGO.", @@ -222,7 +224,7 @@ "components.txhistory.txdetails.confirmations": "{cnt} {cnt, plural, one {CONFIRMACIÓN} other {CONFIRMACIONES}}", "components.txhistory.txdetails.fee": "Comisión:", "components.txhistory.txdetails.fromAddresses": "Desde Dirección", - "components.txhistory.txdetails.omittedCount": "+ {cnt} omitido", + "components.txhistory.txdetails.omittedCount": "+ {cnt} {cnt, plural, one {dirección omitida} other {direcciones omitidas}}", "components.txhistory.txdetails.toAddresses": "Hacia Dirección", "components.txhistory.txdetails.transactionId": "ID de la transacción", "components.txhistory.txdetails.txAssuranceLevel": "Nivel de fiabilidad de la transacción", @@ -292,28 +294,14 @@ "components.walletinit.restorewallet.restorewalletscreen.toolong": "La frase es muy larga.", "components.walletinit.restorewallet.restorewalletscreen.tooshort": "La frase es muy corta.", "components.walletinit.restorewallet.restorewalletscreen.unknowwords": "{wordlist} {cnt, plural, one {es inválida} other {son inválidas}}", - "components.walletinit.restorewallet.upgradecheckmodal.checkText": "¿Deseas comprobar si tu billetera necesita ser actualizada?", - "components.walletinit.restorewallet.upgradecheckmodal.checkButton": "Comprobar", - "components.walletinit.restorewallet.upgradecheckmodal.explanation": "Si tenías ADA en tu billetera el 29 de noviembre de 2019, deberás actualizar dicha billetera a un nuevo formato compartible con Shelley llamado \"billetera de recompensas\".", - "components.walletinit.restorewallet.upgradecheckmodal.skipButton": "Saltar", - "components.walletinit.restorewallet.upgradecheckmodal.title": "Actualización de la billetera", "components.walletinit.restorewallet.upgradeconfirmmodal.balanceLabel": "Saldo recuperado", - "components.walletinit.restorewallet.upgradeconfirmmodal.feesLabel": "Comisiones", "components.walletinit.restorewallet.upgradeconfirmmodal.finalBalanceLabel": "Saldo resultante", "components.walletinit.restorewallet.upgradeconfirmmodal.fromLabel": "Desde", "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeLabel": "¡Todo listo!", - "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeMessage": "Tu billetera no requería ser actualizada.", - "components.walletinit.restorewallet.upgradeconfirmmodal.title": "Actualización de la billetera", "components.walletinit.restorewallet.upgradeconfirmmodal.toLabel": "Para", "components.walletinit.restorewallet.upgradeconfirmmodal.txIdLabel": "ID de la transacción", "components.walletinit.restorewallet.walletcredentialsscreen.title": "Credenciales de la billetera", "components.walletinit.restorewallet.walletcredentialsscreen.walletCheckError": "No se pudo verificar los fondos de la billetera", - "components.walletinit.restorewallet.walletverifyscreen.byronAddressLabel": "Dirección de la billetera Byron:", - "components.walletinit.restorewallet.walletverifyscreen.shelleyAddressLabel": "Dirección de la billetera Shelley:", - "components.walletinit.restorewallet.walletverifyscreen.title": "Verificar la billetera restaurada", - "components.walletinit.restorewallet.walletverifyscreen.verifyLabel": "Ten cuidado con la restauración de la billetera:", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions1": "Asegúrate de que la dirección de la billetera Byron coincide con la de tu antigua billetera.", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions2": "Si has introducido una frase de recuperación errónea, obtendrás una billetera vacía con direcciones diferentes a las que tenías en tu antigua billetera.", "components.walletinit.savereadonlywalletscreen.defaultWalletName": "Mi billetera de sólo lectura", "components.walletinit.savereadonlywalletscreen.derivationPath": "Ruta de derivación:", "components.walletinit.savereadonlywalletscreen.key": "Clave:", @@ -346,7 +334,7 @@ "components.walletinit.verifyrestoredwallet.buttonText": "CONTINUAR", "components.walletselection.walletselectionscreen.addWalletButton": "Añadir billetera", "components.walletselection.walletselectionscreen.addWalletOnShelleyButton": "Agregar billetera (Jormungandr ITN)", - "components.walletselection.walletselectionscreen.header": "Tus billeteras", + "components.walletselection.walletselectionscreen.header": "Mis billeteras", "components.walletselection.walletselectionscreen.stakeDashboardButton": "Seguimiento", "crypto.errors.rewardAddressEmpty": "La dirección de recompensa está vacía.", "crypto.keystore.approveTransaction": "Autorizar con tu huella dactilar", @@ -400,6 +388,7 @@ "global.actions.dialogs.walletStateInvalid.title": "Estado inválido de la billetera", "global.actions.dialogs.wrongPinError.message": "PIN incorrecto.", "global.actions.dialogs.wrongPinError.title": "PIN inválido", + "global.assets.assetsLabel": "Activos", "global.availableFunds": "Fondos disponibles", "global.close": "cerrar", "global.comingSoon": "Disponible próximamente", @@ -433,6 +422,7 @@ "global.staking.stakePoolName": "Nombre del stake pool", "global.staking.stakePoolHash": "Hash del stake pool", "global.termsOfUse": "Términos de uso", + "global.total": "Total", "global.totalAda": "Total ADA", "global.tryAgain": "Inténtalo de nuevo", "global.txLabels.amount": "Monto", @@ -445,5 +435,6 @@ "global.txLabels.submittingTx": "Enviando la transacción", "global.txLabels.withdrawals": "Retiros", "utils.format.today": "Hoy", + "utils.format.unknownAssetName": "[Nombre de activo desconocido]", "utils.format.yesterday": "Ayer" } diff --git a/src/i18n/locales/fr-FR.json b/src/i18n/locales/fr-FR.json index a6ffa93310..b15f912550 100644 --- a/src/i18n/locales/fr-FR.json +++ b/src/i18n/locales/fr-FR.json @@ -71,6 +71,7 @@ "components.ledger.ledgertransportswitchmodal.usbExplanation": "Choisissez cette option si vous souhaitez vous connecter à un Ledger Nano modèle X ou S en utilisant un adaptateur de câble USB on-the-go :", "components.login.appstartscreen.loginButton": "Identifiant", "components.login.custompinlogin.title": "Tapez votre code PIN", + "components.ma.assetSelector.placeHolder": "Sélectionner un actif", "components.maintenancemodal.explanation": "Yoroi est en maintenance. Vous pouvez toujours accéder à vos fonds par le biais de tout autre wallet logiciel.", "components.maintenancemodal.learnMore": "En savoir plus", "components.maintenancemodal.title": "Maintenance Temporaire", @@ -110,9 +111,10 @@ "components.send.sendscreen.addressInputErrorInvalidAddress": "Veuillez entrer une adresse valide", "components.send.sendscreen.addressInputLabel": "Adresse", "components.send.sendscreen.amountInput.error.INVALID_AMOUNT": "Veuillez entrer un montant valide", + "components.send.sendscreen.amountInput.error.LT_MIN_UTXO": "Vous ne pouvez pas envoyer moins de {minUtxo} {ticker}", "components.send.sendscreen.amountInput.error.NEGATIVE": "Le montant doit être positif", "components.send.sendscreen.amountInput.error.TOO_LARGE": "Montant trop élevé", - "components.send.sendscreen.amountInput.error.TOO_LOW": "Vous ne pouvez pas envoyer moins de 1 ADA", + "components.send.sendscreen.amountInput.error.TOO_LOW": "Le montant est trop bas", "components.send.sendscreen.amountInput.error.TOO_MANY_DECIMAL_PLACES": "Veuillez entrer un montant valide", "components.send.sendscreen.amountInput.error.insufficientBalance": "Fonds insuffisants pour opérer cette transaction", "components.send.sendscreen.availableFundsBannerIsFetching": "Vérification du solde...", @@ -177,9 +179,9 @@ "components.settings.settingsscreen.title": "Assistance", "components.settings.termsofservicescreen.title": "Conditions générales de l'accord de service", "components.settings.toggleeasyconfirmationscreen.disableButton": "Désactiver", - "components.settings.toggleeasyconfirmationscreen.disableHeading": "En désactivant cette option, vous ne pourrez dépenser vos ADA qu'avec votre mot de passe principal.", + "components.settings.toggleeasyconfirmationscreen.disableHeading": "En désactivant cette option, vous ne pourrez dépenser vos biens qu'avec votre mot de passe principal.", "components.settings.toggleeasyconfirmationscreen.enableButton": "Activer", - "components.settings.toggleeasyconfirmationscreen.enableHeading": "Cette option vous permettra d'envoyer des transactions ADA à partir de votre wallet simplement en confirmant par empreinte digitale ou par reconnaissance faciale, avec l'alternative de repli standard du système. Cela rend votre portefeuille moins sûr. C'est un compromis entre l'expérience utilisateur et la sécurité !", + "components.settings.toggleeasyconfirmationscreen.enableHeading": "Cette option vous permettra d'envoyer des transactions à partir de votre wallet simplement en confirmant par empreinte digitale ou par reconnaissance faciale, avec l'alternative de repli standard du système. Cela rend votre portefeuille moins sûr. C'est un compromis entre l'expérience utilisateur et la sécurité !", "components.settings.toggleeasyconfirmationscreen.enableMasterPassword": "Mot de passe principal", "components.settings.toggleeasyconfirmationscreen.enableWarning": "N'oubliez pas votre mot de passe principal, car vous pourriez en avoir besoin au cas où vos données biométriques seraient supprimées de l'appareil.", "components.settings.toggleeasyconfirmationscreen.title": "Confirmation facile", @@ -222,7 +224,7 @@ "components.txhistory.txdetails.confirmations": "{cnt} {cnt, plural, one {CONFIRMATION} other {CONFIRMATIONS}}", "components.txhistory.txdetails.fee": "Frais:", "components.txhistory.txdetails.fromAddresses": "Depuis les Adresses", - "components.txhistory.txdetails.omittedCount": "+ {cnt} {cnt, plural, one {omise} other {omises}}", + "components.txhistory.txdetails.omittedCount": "+ {cnt} {cnt, plural, one {adresse ignorée} other {adresses ignorées}}", "components.txhistory.txdetails.toAddresses": "Aux Adresses", "components.txhistory.txdetails.transactionId": "ID de la transaction", "components.txhistory.txdetails.txAssuranceLevel": "Niveau d’assurance de la transaction", @@ -292,28 +294,14 @@ "components.walletinit.restorewallet.restorewalletscreen.toolong": "La phrase est trop longue.", "components.walletinit.restorewallet.restorewalletscreen.tooshort": "La phrase est trop courte.", "components.walletinit.restorewallet.restorewalletscreen.unknowwords": "{wordlist} {cnt, plural, one {est invalide} other {sont invalides}}", - "components.walletinit.restorewallet.upgradecheckmodal.checkText": "Voulez-vous vérifier si votre wallet a besoin d'être mis à jour ?", - "components.walletinit.restorewallet.upgradecheckmodal.checkButton": "Vérifier", - "components.walletinit.restorewallet.upgradecheckmodal.explanation": "Si vous aviez vos ADA dans votre wallet le 29 Novembre 2019, vous devez faire une mise à jour vers un nouveau wallet appelé un \"reward wallet\" pour être compatible avec Shelley.", - "components.walletinit.restorewallet.upgradecheckmodal.skipButton": "Sauter", - "components.walletinit.restorewallet.upgradecheckmodal.title": "Mise à jour du wallet", "components.walletinit.restorewallet.upgradeconfirmmodal.balanceLabel": "Solde recouvert", - "components.walletinit.restorewallet.upgradeconfirmmodal.feesLabel": "Frais", "components.walletinit.restorewallet.upgradeconfirmmodal.finalBalanceLabel": "Solde final", "components.walletinit.restorewallet.upgradeconfirmmodal.fromLabel": "De", "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeLabel": "C'est terminé !", - "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeMessage": "Votre wallet n'avait pas besoin d'être mis à jour.", - "components.walletinit.restorewallet.upgradeconfirmmodal.title": "Mise à jour du wallet", "components.walletinit.restorewallet.upgradeconfirmmodal.toLabel": "À", "components.walletinit.restorewallet.upgradeconfirmmodal.txIdLabel": "ID de la transaction", "components.walletinit.restorewallet.walletcredentialsscreen.title": "Identifiants du wallet", "components.walletinit.restorewallet.walletcredentialsscreen.walletCheckError": "Vérification des fonds du wallet impossible", - "components.walletinit.restorewallet.walletverifyscreen.byronAddressLabel": "Adresse de votre Wallet Byron :", - "components.walletinit.restorewallet.walletverifyscreen.shelleyAddressLabel": "Adresse de votre Wallet Shelley :", - "components.walletinit.restorewallet.walletverifyscreen.title": "Vérifier le Wallet Restauré", - "components.walletinit.restorewallet.walletverifyscreen.verifyLabel": "Faites attention à la restauration du wallet :", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions1": "Assurez-vous que l'adresse Byron du wallet correspond à votre ancien wallet.", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions2": "Si vous avez entré une mauvaise phrase de récupération, vous aurez accès à un wallet vide avec des adresses différentes de votre ancien wallet.", "components.walletinit.savereadonlywalletscreen.defaultWalletName": "Mon wallet à lecture seule", "components.walletinit.savereadonlywalletscreen.derivationPath": "Voie de dérivation :", "components.walletinit.savereadonlywalletscreen.key": "Clé:", @@ -346,7 +334,7 @@ "components.walletinit.verifyrestoredwallet.buttonText": "CONTINUER", "components.walletselection.walletselectionscreen.addWalletButton": "Ajouter un wallet", "components.walletselection.walletselectionscreen.addWalletOnShelleyButton": "Ajouter portefeuille (Jormungandr ITN)", - "components.walletselection.walletselectionscreen.header": "Vos wallets", + "components.walletselection.walletselectionscreen.header": "Mes wallets", "components.walletselection.walletselectionscreen.stakeDashboardButton": "Centre de délégation", "crypto.errors.rewardAddressEmpty": "L' adresse de récompenses est vide.", "crypto.keystore.approveTransaction": "Autoriser avec votre biométrie", @@ -400,6 +388,7 @@ "global.actions.dialogs.walletStateInvalid.title": "État du portefeuille pas valide", "global.actions.dialogs.wrongPinError.message": "Le code PIN est incorrect.", "global.actions.dialogs.wrongPinError.title": "Code PIN invalide", + "global.assets.assetsLabel": "Actifs", "global.availableFunds": "Fonds disponibles", "global.close": "fermer", "global.comingSoon": "Prochainement", @@ -433,6 +422,7 @@ "global.staking.stakePoolName": "Nom du groupe d'enjeu", "global.staking.stakePoolHash": "Hash du groupe d'enjeu", "global.termsOfUse": "Conditions d'utilisation", + "global.total": "Total", "global.totalAda": "Total ADA", "global.tryAgain": "Essayez à nouveau", "global.txLabels.amount": "Montant", @@ -445,5 +435,6 @@ "global.txLabels.submittingTx": "Soumission de la transaction", "global.txLabels.withdrawals": "Retraits", "utils.format.today": "Aujourd'hui", + "utils.format.unknownAssetName": "[Nom de l'actif inconnu]", "utils.format.yesterday": "Hier" } diff --git a/src/i18n/locales/hr-HR.json b/src/i18n/locales/hr-HR.json index d5960d824b..40b7e7da5c 100644 --- a/src/i18n/locales/hr-HR.json +++ b/src/i18n/locales/hr-HR.json @@ -71,6 +71,7 @@ "components.ledger.ledgertransportswitchmodal.usbExplanation": "Izaberite ovu opciju ako želite povezati Ledger Nano model X ili S uređaj koristeći USB OTG (\"on-the-go\"):", "components.login.appstartscreen.loginButton": "Prijava", "components.login.custompinlogin.title": "Unesite PIN", + "components.ma.assetSelector.placeHolder": "Select an asset", "components.maintenancemodal.explanation": "Yoroi je u načinu Održavanje. Svojim sredstvima i dalje možete pristupiti putem bilo kojeg drugog novčanika.", "components.maintenancemodal.learnMore": "Naučite više", "components.maintenancemodal.title": "Privremeno održavanje", @@ -110,9 +111,10 @@ "components.send.sendscreen.addressInputErrorInvalidAddress": "Please enter a valid address", "components.send.sendscreen.addressInputLabel": "Address", "components.send.sendscreen.amountInput.error.INVALID_AMOUNT": "Please enter a valid amount", + "components.send.sendscreen.amountInput.error.LT_MIN_UTXO": "Cannot send less than {minUtxo} {ticker}", "components.send.sendscreen.amountInput.error.NEGATIVE": "Amount must be positive", "components.send.sendscreen.amountInput.error.TOO_LARGE": "Amount too large", - "components.send.sendscreen.amountInput.error.TOO_LOW": "Cannot send less than 1 ADA", + "components.send.sendscreen.amountInput.error.TOO_LOW": "Amount is too low", "components.send.sendscreen.amountInput.error.TOO_MANY_DECIMAL_PLACES": "Please enter a valid amount", "components.send.sendscreen.amountInput.error.insufficientBalance": "Not enough funds to make this transaction", "components.send.sendscreen.availableFundsBannerIsFetching": "Checking balance...", @@ -177,9 +179,9 @@ "components.settings.settingsscreen.title": "Support", "components.settings.termsofservicescreen.title": "Terms of Service Agreement", "components.settings.toggleeasyconfirmationscreen.disableButton": "Disable", - "components.settings.toggleeasyconfirmationscreen.disableHeading": "Ukoliko isključite ovu opciju, moći ćete potrošiti svoje ADA samo uz glavnu lozinku.", + "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your assets only with your master password.", "components.settings.toggleeasyconfirmationscreen.enableButton": "Enable", - "components.settings.toggleeasyconfirmationscreen.enableHeading": "Ova opcija omogućava slanje ADA transakcija iz vašeg novčanika tako da jednostavno potvrdite slanje otiskom prsta ili prepoznavanjem lica (uz mogućnost povratka na standardni način).\nOvo umanjuje sigurnost vašega novčanika. Ovo je kompromis između korisničkog iskustva i sigurnosti!", + "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", "components.settings.toggleeasyconfirmationscreen.enableMasterPassword": "Master password", "components.settings.toggleeasyconfirmationscreen.enableWarning": "Please remember your master password, as you may need it in case your biometrics data are removed from the device.", "components.settings.toggleeasyconfirmationscreen.title": "Easy confirmation", @@ -211,7 +213,7 @@ "components.stakingcenter.poolwarningmodal.unknown": "Causes some unknown issue (look online for more info)", "components.stakingcenter.title": "Staking Center", "components.stakingcenter.delegationTxBuildError": "Error while building delegation transaction", - "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} ADA from your deposit.", + "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} from your deposit.", "components.txhistory.flawedwalletmodal.title": "Warning", "components.txhistory.flawedwalletmodal.explanation1": "It looks like you have accidentally created or restored a wallet that is only included in special versions for development. As a security measure, we have disabled this wallet.", "components.txhistory.flawedwalletmodal.explanation2": "You still can create a new wallet or restore one without restrictions. If you were affected in some way by this issue, please contact EMURGO.", @@ -222,7 +224,7 @@ "components.txhistory.txdetails.confirmations": "{cnt} {cnt, plural, one {CONFIRMATION} other {CONFIRMATIONS}}", "components.txhistory.txdetails.fee": "Fee:", "components.txhistory.txdetails.fromAddresses": "From Addresses", - "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted", + "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted {cnt, plural, one {address} other {addresses}}", "components.txhistory.txdetails.toAddresses": "To Addresses", "components.txhistory.txdetails.transactionId": "Transaction ID", "components.txhistory.txdetails.txAssuranceLevel": "Transaction assurance level", @@ -292,28 +294,14 @@ "components.walletinit.restorewallet.restorewalletscreen.toolong": "Phrase is too long.", "components.walletinit.restorewallet.restorewalletscreen.tooshort": "Phrase is too short.", "components.walletinit.restorewallet.restorewalletscreen.unknowwords": "{wordlist} {cnt, plural, one {is} other {are}} invalid", - "components.walletinit.restorewallet.upgradecheckmodal.checkText": "Do you want to check if your wallet needs to be upgraded?", - "components.walletinit.restorewallet.upgradecheckmodal.checkButton": "Check", - "components.walletinit.restorewallet.upgradecheckmodal.explanation": "If you had ADA in your wallet on November 29th, 2019, you will need to upgrade to a new wallet format called a \"reward wallet\" for compatibility with Shelley.", - "components.walletinit.restorewallet.upgradecheckmodal.skipButton": "Skip", - "components.walletinit.restorewallet.upgradecheckmodal.title": "Wallet upgrade", "components.walletinit.restorewallet.upgradeconfirmmodal.balanceLabel": "Recovered balance", - "components.walletinit.restorewallet.upgradeconfirmmodal.feesLabel": "Fees", "components.walletinit.restorewallet.upgradeconfirmmodal.finalBalanceLabel": "Final balance", "components.walletinit.restorewallet.upgradeconfirmmodal.fromLabel": "From", "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeLabel": "All done!", - "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeMessage": "Your wallet did not need to be upgraded.", - "components.walletinit.restorewallet.upgradeconfirmmodal.title": "Wallet upgrade", "components.walletinit.restorewallet.upgradeconfirmmodal.toLabel": "To", "components.walletinit.restorewallet.upgradeconfirmmodal.txIdLabel": "Transaction ID", "components.walletinit.restorewallet.walletcredentialsscreen.title": "Wallet credentials", "components.walletinit.restorewallet.walletcredentialsscreen.walletCheckError": "Could not verify wallet funds", - "components.walletinit.restorewallet.walletverifyscreen.byronAddressLabel": "Byron wallet address:", - "components.walletinit.restorewallet.walletverifyscreen.shelleyAddressLabel": "Shelley wallet address:", - "components.walletinit.restorewallet.walletverifyscreen.title": "Verify restored wallet", - "components.walletinit.restorewallet.walletverifyscreen.verifyLabel": "Be careful about wallet restoration:", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions1": "Make sure the Byron wallet address matches your old wallet.", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions2": "If you entered the wrong recovery phrase, you will get an empty wallet with different addresses from your old one.", "components.walletinit.savereadonlywalletscreen.defaultWalletName": "My read-only wallet", "components.walletinit.savereadonlywalletscreen.derivationPath": "Derivation path:", "components.walletinit.savereadonlywalletscreen.key": "Key:", @@ -346,7 +334,7 @@ "components.walletinit.verifyrestoredwallet.buttonText": "CONTINUE", "components.walletselection.walletselectionscreen.addWalletButton": "Add wallet", "components.walletselection.walletselectionscreen.addWalletOnShelleyButton": "Add wallet (Jormungandr ITN)", - "components.walletselection.walletselectionscreen.header": "Your wallets", + "components.walletselection.walletselectionscreen.header": "My wallets", "components.walletselection.walletselectionscreen.stakeDashboardButton": "Stake Dashboard", "crypto.errors.rewardAddressEmpty": "Reward address is empty.", "crypto.keystore.approveTransaction": "Authorize with your biometrics", @@ -400,6 +388,7 @@ "global.actions.dialogs.walletStateInvalid.title": "Invalid wallet state", "global.actions.dialogs.wrongPinError.message": "PIN is incorrect.", "global.actions.dialogs.wrongPinError.title": "Invalid PIN", + "global.assets.assetsLabel": "Assets", "global.availableFunds": "Available funds", "global.close": "close", "global.comingSoon": "Dolazi uskoro", @@ -433,6 +422,7 @@ "global.staking.stakePoolName": "Stake pool name", "global.staking.stakePoolHash": "Stake pool hash", "global.termsOfUse": "Terms of use", + "global.total": "Total", "global.totalAda": "Total ADA", "global.tryAgain": "Pokušajte ponovo", "global.txLabels.amount": "Amount", @@ -445,5 +435,6 @@ "global.txLabels.submittingTx": "Submitting transaction", "global.txLabels.withdrawals": "Withdrawals", "utils.format.today": "Today", + "utils.format.unknownAssetName": "[Unknown asset name]", "utils.format.yesterday": "Yesterday" } diff --git a/src/i18n/locales/id-ID.json b/src/i18n/locales/id-ID.json index 1798074786..a77571d940 100644 --- a/src/i18n/locales/id-ID.json +++ b/src/i18n/locales/id-ID.json @@ -71,6 +71,7 @@ "components.ledger.ledgertransportswitchmodal.usbExplanation": "Choose this option if you want to connect to a Ledger Nano model X or S using an on-the-go USB cable adaptor:", "components.login.appstartscreen.loginButton": "Login", "components.login.custompinlogin.title": "Masukkan PIN", + "components.ma.assetSelector.placeHolder": "Select an asset", "components.maintenancemodal.explanation": "Yoroi is in maintenance mode. You can still access your funds through any other wallet software.", "components.maintenancemodal.learnMore": "Learn more", "components.maintenancemodal.title": "Temporary Maintenance", @@ -110,9 +111,10 @@ "components.send.sendscreen.addressInputErrorInvalidAddress": "Please enter a valid address", "components.send.sendscreen.addressInputLabel": "Alamat", "components.send.sendscreen.amountInput.error.INVALID_AMOUNT": "Please enter a valid amount", + "components.send.sendscreen.amountInput.error.LT_MIN_UTXO": "Cannot send less than {minUtxo} {ticker}", "components.send.sendscreen.amountInput.error.NEGATIVE": "Jumlah harus angka positif", "components.send.sendscreen.amountInput.error.TOO_LARGE": "Jumlah terlalu besar", - "components.send.sendscreen.amountInput.error.TOO_LOW": "Cannot send less than 1 ADA", + "components.send.sendscreen.amountInput.error.TOO_LOW": "Amount is too low", "components.send.sendscreen.amountInput.error.TOO_MANY_DECIMAL_PLACES": "Please enter a valid amount", "components.send.sendscreen.amountInput.error.insufficientBalance": "Not enough funds to make this transaction", "components.send.sendscreen.availableFundsBannerIsFetching": "Memeriksa saldo...", @@ -177,9 +179,9 @@ "components.settings.settingsscreen.title": "Dukungan", "components.settings.termsofservicescreen.title": "Perjanjian Ketentuan Layanan", "components.settings.toggleeasyconfirmationscreen.disableButton": "Nonaktifkan", - "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your ADA only with your master password.", + "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your assets only with your master password.", "components.settings.toggleeasyconfirmationscreen.enableButton": "Aktifkan", - "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send ADA transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", + "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", "components.settings.toggleeasyconfirmationscreen.enableMasterPassword": "Kata sandi master", "components.settings.toggleeasyconfirmationscreen.enableWarning": "Harap ingat kata sandi master Anda, karena Anda mungkin memerlukannya jika data biometrik Anda dihapus dari perangkat.", "components.settings.toggleeasyconfirmationscreen.title": "Konfirmasi mudah", @@ -211,7 +213,7 @@ "components.stakingcenter.poolwarningmodal.unknown": "Causes some unknown issue (look online for more info)", "components.stakingcenter.title": "Staking Center", "components.stakingcenter.delegationTxBuildError": "Error while building delegation transaction", - "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} ADA from your deposit.", + "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} from your deposit.", "components.txhistory.flawedwalletmodal.title": "Warning", "components.txhistory.flawedwalletmodal.explanation1": "It looks like you have accidentally created or restored a wallet that is only included in special versions for development. As a security measure, we have disabled this wallet.", "components.txhistory.flawedwalletmodal.explanation2": "You still can create a new wallet or restore one without restrictions. If you were affected in some way by this issue, please contact EMURGO.", @@ -222,7 +224,7 @@ "components.txhistory.txdetails.confirmations": "{cnt} {cnt, plural, one {CONFIRMATION} other {CONFIRMATIONS}}", "components.txhistory.txdetails.fee": "Biaya:", "components.txhistory.txdetails.fromAddresses": "Dari Alamat", - "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted", + "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted {cnt, plural, one {address} other {addresses}}", "components.txhistory.txdetails.toAddresses": "Ke Alamat", "components.txhistory.txdetails.transactionId": "ID Transaksi", "components.txhistory.txdetails.txAssuranceLevel": "Tingkat jaminan transaksi", @@ -292,28 +294,14 @@ "components.walletinit.restorewallet.restorewalletscreen.toolong": "Frasa terlalu panjang.", "components.walletinit.restorewallet.restorewalletscreen.tooshort": "Frasa terlalu pendek.", "components.walletinit.restorewallet.restorewalletscreen.unknowwords": "{wordlist} {cnt, plural, one {is} other {are}} invalid", - "components.walletinit.restorewallet.upgradecheckmodal.checkText": "Do you want to check if your wallet needs to be upgraded?", - "components.walletinit.restorewallet.upgradecheckmodal.checkButton": "Check", - "components.walletinit.restorewallet.upgradecheckmodal.explanation": "If you had ADA in your wallet on November 29th, 2019, you will need to upgrade to a new wallet format called a \"reward wallet\" for compatibility with Shelley.", - "components.walletinit.restorewallet.upgradecheckmodal.skipButton": "Skip", - "components.walletinit.restorewallet.upgradecheckmodal.title": "Wallet upgrade", "components.walletinit.restorewallet.upgradeconfirmmodal.balanceLabel": "Recovered balance", - "components.walletinit.restorewallet.upgradeconfirmmodal.feesLabel": "Fees", "components.walletinit.restorewallet.upgradeconfirmmodal.finalBalanceLabel": "Final balance", "components.walletinit.restorewallet.upgradeconfirmmodal.fromLabel": "From", "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeLabel": "All done!", - "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeMessage": "Your wallet did not need to be upgraded.", - "components.walletinit.restorewallet.upgradeconfirmmodal.title": "Wallet upgrade", "components.walletinit.restorewallet.upgradeconfirmmodal.toLabel": "To", "components.walletinit.restorewallet.upgradeconfirmmodal.txIdLabel": "Transaction ID", "components.walletinit.restorewallet.walletcredentialsscreen.title": "Kredensial wallet", "components.walletinit.restorewallet.walletcredentialsscreen.walletCheckError": "Could not verify wallet funds", - "components.walletinit.restorewallet.walletverifyscreen.byronAddressLabel": "Byron wallet address:", - "components.walletinit.restorewallet.walletverifyscreen.shelleyAddressLabel": "Shelley wallet address:", - "components.walletinit.restorewallet.walletverifyscreen.title": "Verify restored wallet", - "components.walletinit.restorewallet.walletverifyscreen.verifyLabel": "Be careful about wallet restoration:", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions1": "Make sure the Byron wallet address matches your old wallet.", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions2": "If you entered the wrong recovery phrase, you will get an empty wallet with different addresses from your old one.", "components.walletinit.savereadonlywalletscreen.defaultWalletName": "My read-only wallet", "components.walletinit.savereadonlywalletscreen.derivationPath": "Derivation path:", "components.walletinit.savereadonlywalletscreen.key": "Key:", @@ -346,7 +334,7 @@ "components.walletinit.verifyrestoredwallet.buttonText": "CONTINUE", "components.walletselection.walletselectionscreen.addWalletButton": "Tambah wallet", "components.walletselection.walletselectionscreen.addWalletOnShelleyButton": "Add wallet (Jormungandr ITN)", - "components.walletselection.walletselectionscreen.header": "Wallet anda", + "components.walletselection.walletselectionscreen.header": "My wallets", "components.walletselection.walletselectionscreen.stakeDashboardButton": "Stake Dashboard", "crypto.errors.rewardAddressEmpty": "Reward address is empty.", "crypto.keystore.approveTransaction": "Authorize with your biometrics", @@ -400,6 +388,7 @@ "global.actions.dialogs.walletStateInvalid.title": "Invalid wallet state", "global.actions.dialogs.wrongPinError.message": "PIN salah.", "global.actions.dialogs.wrongPinError.title": "PIN tidak valid", + "global.assets.assetsLabel": "Assets", "global.availableFunds": "Dana yang tersedia", "global.close": "close", "global.comingSoon": "Coming soon", @@ -433,6 +422,7 @@ "global.staking.stakePoolName": "Stake pool name", "global.staking.stakePoolHash": "Stake pool hash", "global.termsOfUse": "Syarat penggunaan", + "global.total": "Total", "global.totalAda": "Total ADA", "global.tryAgain": "Try again", "global.txLabels.amount": "Amount", @@ -445,5 +435,6 @@ "global.txLabels.submittingTx": "Submitting transaction", "global.txLabels.withdrawals": "Withdrawals", "utils.format.today": "Hari ini", + "utils.format.unknownAssetName": "[Unknown asset name]", "utils.format.yesterday": "Kemarin" } diff --git a/src/i18n/locales/it-IT.json b/src/i18n/locales/it-IT.json index 501f2493e5..5c28a00682 100644 --- a/src/i18n/locales/it-IT.json +++ b/src/i18n/locales/it-IT.json @@ -71,6 +71,7 @@ "components.ledger.ledgertransportswitchmodal.usbExplanation": "Scegliere questa opzione se si desidera connettersi ad un Ledger Nano modello X o S utilizzando un adattatore per cavo USB on-the-go:", "components.login.appstartscreen.loginButton": "Accedi", "components.login.custompinlogin.title": "Inserisci il PIN", + "components.ma.assetSelector.placeHolder": "Select an asset", "components.maintenancemodal.explanation": "Yoroi è in modalità manutenzione. Puoi comunque accedere ai tuoi fondi tramite qualsiasi altro portafoglio software.", "components.maintenancemodal.learnMore": "Per saperne di più", "components.maintenancemodal.title": "Manutenzione temporanea", @@ -110,9 +111,10 @@ "components.send.sendscreen.addressInputErrorInvalidAddress": "Si prega di inserire un indirizzo valido", "components.send.sendscreen.addressInputLabel": "Indirizzo", "components.send.sendscreen.amountInput.error.INVALID_AMOUNT": "Si prega di inserire un importo valido", + "components.send.sendscreen.amountInput.error.LT_MIN_UTXO": "Non puoi inviare meno di {minUtxo} {ticker}", "components.send.sendscreen.amountInput.error.NEGATIVE": "L'importo deve essere positivo", "components.send.sendscreen.amountInput.error.TOO_LARGE": "Importo troppo grande", - "components.send.sendscreen.amountInput.error.TOO_LOW": "Impossibile inviare meno di 1 ADA", + "components.send.sendscreen.amountInput.error.TOO_LOW": "L'importo è troppo basso", "components.send.sendscreen.amountInput.error.TOO_MANY_DECIMAL_PLACES": "Si prega di inserire un importo valido", "components.send.sendscreen.amountInput.error.insufficientBalance": "Non hai abbastanza fondi per effettuare questa transazione", "components.send.sendscreen.availableFundsBannerIsFetching": "Verifica saldo...", @@ -177,15 +179,15 @@ "components.settings.settingsscreen.title": "Supporto", "components.settings.termsofservicescreen.title": "Termini del contratto di servizio", "components.settings.toggleeasyconfirmationscreen.disableButton": "Disattivare", - "components.settings.toggleeasyconfirmationscreen.disableHeading": "Disabilitando questa opzione sarai in grado di spendere i tuoi ADA solo con la tua password principale.", + "components.settings.toggleeasyconfirmationscreen.disableHeading": "Disabilitando questa opzione, potrai spendere i tuoi asset solo con la tua password principale.", "components.settings.toggleeasyconfirmationscreen.enableButton": "Abilita", - "components.settings.toggleeasyconfirmationscreen.enableHeading": "Questa opzione vi permetterà di inviare le transazioni ADA dal vostro portafoglio semplicemente confermando con l'impronta digitale o il riconoscimento del volto (con l'opzione standard di fallback del sistema). Questo rende il portafoglio meno sicuro. Questo è un compromesso tra UX e sicurezza!", + "components.settings.toggleeasyconfirmationscreen.enableHeading": "Questa opzione ti permetterà di inviare transazioni dal tuo portafoglio semplicemente confermando con l'impronta digitale o il riconoscimento facciale (con un'opzione standard di fallback del sistema). Questo rende il tuo portafoglio meno sicuro. Questo è un compromesso tra UX e sicurezza!", "components.settings.toggleeasyconfirmationscreen.enableMasterPassword": "Password del portafoglio", "components.settings.toggleeasyconfirmationscreen.enableWarning": "Ricordare la password principale, in quanto potrebbe essere necessaria nel caso in cui i dati biometrici vengano rimossi dal dispositivo.", - "components.settings.toggleeasyconfirmationscreen.title": "Conferma facile", + "components.settings.toggleeasyconfirmationscreen.title": "Conferma veloce", "components.settings.walletsettingscreen.byronWallet": "Portafoglio era-Byron", "components.settings.walletsettingscreen.changePassword": "Cambia password di spesa", - "components.settings.walletsettingscreen.easyConfirmation": "Conferma della transazione facile", + "components.settings.walletsettingscreen.easyConfirmation": "Conferma veloce della transazione", "components.settings.walletsettingscreen.logout": "Esci", "components.settings.walletsettingscreen.removeWallet": "Rimuovi portafoglio", "components.settings.walletsettingscreen.security": "Sicurezza", @@ -211,7 +213,7 @@ "components.stakingcenter.poolwarningmodal.unknown": "Causato da qualche problema sconosciuto (cercate online per maggiori informazioni)", "components.stakingcenter.title": "Staking Center", "components.stakingcenter.delegationTxBuildError": "Errore durante la creazione della transazione di delega", - "components.transfer.transfersummarymodal.unregisterExplanation": "Questa transazione cancellerà una o più chiavi di staking, restituendovi i vostri {refundAmount} ADA dal vostro deposito.", + "components.transfer.transfersummarymodal.unregisterExplanation": "Questa transazione cancellerà una o più chiavi di staking, restituendoti i tuoi {refundAmount} dal tuo deposito.", "components.txhistory.flawedwalletmodal.title": "Attenzione", "components.txhistory.flawedwalletmodal.explanation1": "Sembra che tu abbia creato o ripristinato accidentalmente un portafoglio incluso solo in versioni speciali per lo sviluppo. Come misura di sicurezza, abbiamo disabilitato questo portafoglio.", "components.txhistory.flawedwalletmodal.explanation2": "È comunque possibile creare un nuovo portafoglio o ripristinarne uno senza restrizioni. Se siete affetti in qualche modo da questo problema, si prega di contattare EMURGO.", @@ -222,7 +224,7 @@ "components.txhistory.txdetails.confirmations": "{cnt} {cnt, plural, one {CONFERMA} other {CONFERME}}", "components.txhistory.txdetails.fee": "Commissione:", "components.txhistory.txdetails.fromAddresses": "Da indirizzi", - "components.txhistory.txdetails.omittedCount": "+ {cnt} omessa", + "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted {cnt, plural, one {address} other {addresses}}", "components.txhistory.txdetails.toAddresses": "A indirizzi", "components.txhistory.txdetails.transactionId": "ID transazione", "components.txhistory.txdetails.txAssuranceLevel": "Livello di garanzia delle transazioni", @@ -238,7 +240,7 @@ "components.txhistory.txhistory.syncErrorBannerTextWithoutRefresh": "Stiamo avendo problemi di sincronizzazione.", "components.txhistory.txhistorylistitem.assuranceLevelFailed": "Fallito", "components.txhistory.txhistorylistitem.assuranceLevelHeader": "Livello di garanzia:", - "components.txhistory.txhistorylistitem.assuranceLevelHigh": "Alto", + "components.txhistory.txhistorylistitem.assuranceLevelHigh": "Alta", "components.txhistory.txhistorylistitem.assuranceLevelLow": "Basso", "components.txhistory.txhistorylistitem.assuranceLevelMedium": "Medio", "components.txhistory.txhistorylistitem.assuranceLevelPending": "In attesa", @@ -292,28 +294,14 @@ "components.walletinit.restorewallet.restorewalletscreen.toolong": "La frase è troppo lunga.", "components.walletinit.restorewallet.restorewalletscreen.tooshort": "La frase è troppo corta.", "components.walletinit.restorewallet.restorewalletscreen.unknowwords": "{wordlist} {cnt, plural, one {is} other {are}} invalid", - "components.walletinit.restorewallet.upgradecheckmodal.checkText": "Vuoi verificare se il tuo portafoglio necessita di essere aggiornato?", - "components.walletinit.restorewallet.upgradecheckmodal.checkButton": "Controllo", - "components.walletinit.restorewallet.upgradecheckmodal.explanation": "Se avevi ADA nel tuo portafoglio il 29 novembre 2019, dovrai passare a un nuovo formato di portafoglio chiamato \"reward wallet\" per la compatibilità con Shelley.", - "components.walletinit.restorewallet.upgradecheckmodal.skipButton": "Salta", - "components.walletinit.restorewallet.upgradecheckmodal.title": "Aggiornamento del portafoglio", "components.walletinit.restorewallet.upgradeconfirmmodal.balanceLabel": "Saldo recuperato", - "components.walletinit.restorewallet.upgradeconfirmmodal.feesLabel": "Commissioni", "components.walletinit.restorewallet.upgradeconfirmmodal.finalBalanceLabel": "Saldo finale", "components.walletinit.restorewallet.upgradeconfirmmodal.fromLabel": "Da", "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeLabel": "Tutto fatto!", - "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeMessage": "Non è stato necessario aggiornare il tuo portafoglio.", - "components.walletinit.restorewallet.upgradeconfirmmodal.title": "Aggiornamento del portafoglio", "components.walletinit.restorewallet.upgradeconfirmmodal.toLabel": "A", "components.walletinit.restorewallet.upgradeconfirmmodal.txIdLabel": "ID della transazione", "components.walletinit.restorewallet.walletcredentialsscreen.title": "Credenziali del portafoglio", "components.walletinit.restorewallet.walletcredentialsscreen.walletCheckError": "Impossibile verificare il saldo del portafoglio", - "components.walletinit.restorewallet.walletverifyscreen.byronAddressLabel": "Indirizzo del portafoglio Byron:", - "components.walletinit.restorewallet.walletverifyscreen.shelleyAddressLabel": "Indirizzo del portafoglio Shelley:", - "components.walletinit.restorewallet.walletverifyscreen.title": "Verifica il portafoglio ripristinato", - "components.walletinit.restorewallet.walletverifyscreen.verifyLabel": "Fai attenzione al ripristino del portafoglio:", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions1": "Assicurati che l'indirizzo del portafoglio Byron corrisponda al tuo vecchio portafoglio.", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions2": "Se hai inserito la frase di recupero sbagliata, otterrai un portafoglio vuoto con indirizzi diversi da quello vecchio.", "components.walletinit.savereadonlywalletscreen.defaultWalletName": "Il mio wallet in sola-lettura", "components.walletinit.savereadonlywalletscreen.derivationPath": "Percorso di derivazione:", "components.walletinit.savereadonlywalletscreen.key": "Chiave:", @@ -346,7 +334,7 @@ "components.walletinit.verifyrestoredwallet.buttonText": "CONTINUA", "components.walletselection.walletselectionscreen.addWalletButton": "Aggiungi portafoglio", "components.walletselection.walletselectionscreen.addWalletOnShelleyButton": "Aggiungi portafoglio (Jormungandr ITN)", - "components.walletselection.walletselectionscreen.header": "I tuoi portafogli", + "components.walletselection.walletselectionscreen.header": "My wallets", "components.walletselection.walletselectionscreen.stakeDashboardButton": "Stake Dashboard", "crypto.errors.rewardAddressEmpty": "L'indirizzo della ricompensa è vuoto.", "crypto.keystore.approveTransaction": "Autorizza con i tuoi dati biometrici", @@ -361,11 +349,11 @@ "global.actions.dialogs.commonbuttons.continueButton": "Continua", "global.actions.dialogs.commonbuttons.cancelButton": "Annulla", "global.actions.dialogs.commonbuttons.iUnderstandButton": "Ho compreso", - "global.actions.dialogs.disableEasyConfirmationFirst.message": "Si prega di disattivare prima la funzione di conferma facile in tutti i vostri portafogli", + "global.actions.dialogs.disableEasyConfirmationFirst.message": "Si prega di disattivare prima la funzione di conferma veloce in tutti i vostri portafogli", "global.actions.dialogs.disableEasyConfirmationFirst.title": "Azione fallita", "global.actions.dialogs.enableFingerprintsFirst.message": "È necessario abilitare la biometria nel dispositivo per poterlo collegare con questa applicazione", "global.actions.dialogs.enableFingerprintsFirst.title": "Azione fallita", - "global.actions.dialogs.enableSystemAuthFirst.message": "Probabilmente hai disabilitato il blocco dello schermo sul tuo telefono. È necessario prima disattivare la conferma facile della transazione. Impostare la schermata di blocco (PIN / Password / Modello) sul telefono e quindi riavviare l'applicazione. Dopo questa azione si dovrebbe essere in grado di disabilitare la schermata di blocco sul telefono e utilizzare questa applicazione", + "global.actions.dialogs.enableSystemAuthFirst.message": "Probabilmente hai disabilitato il blocco dello schermo sul tuo telefono. È necessario prima disattivare la conferma veloce della transazione. Impostare la schermata di blocco (PIN / Password / Modello) sul telefono e quindi riavviare l'applicazione. Dopo questa azione si dovrebbe essere in grado di disabilitare la schermata di blocco sul telefono e utilizzare questa applicazione", "global.actions.dialogs.enableSystemAuthFirst.title": "Blocco schermo disabilitato", "global.actions.dialogs.generalError.message": "L'operazione richiesta è fallita. Questo è tutto ciò che sappiamo: {message}", "global.actions.dialogs.generalError.title": "Errore imprevisto", @@ -394,12 +382,13 @@ "global.actions.dialogs.notSupportedError.message": "Questa funzione non è ancora supportata. Sarà abilitata in una versione futura.", "global.actions.dialogs.pinMismatch.message": "I PIN non corrispondono.", "global.actions.dialogs.pinMismatch.title": "PIN non valido", - "global.actions.dialogs.walletKeysInvalidated.message": "Abbiamo rilevato che la biometria nel telefono e' cambiata. Di conseguenza, la conferma facile della transazione è stata disabilitata e l'invio della transazione è consentito solo con la password principale. È possibile riattivare la conferma delle transazioni nelle impostazioni", + "global.actions.dialogs.walletKeysInvalidated.message": "Abbiamo rilevato che la biometria nel telefono e' cambiata. Di conseguenza, la conferma veloce della transazione è stata disabilitata e l'invio della transazione è consentito solo con la password principale. È possibile riattivare la conferma delle transazioni nelle impostazioni", "global.actions.dialogs.walletKeysInvalidated.title": "La biometria è cambiata", "global.actions.dialogs.walletStateInvalid.message": "Il tuo portafoglio è in uno stato incoerente. Potete risolvere il problema restaurando il vostro portafoglio con la vostra frase di recupero. Si prega di contattare l'assistenza EMURGO per segnalare questo problema, in quanto ciò potrebbe aiutarci a risolvere il problema in una futura versione.", "global.actions.dialogs.walletStateInvalid.title": "Portafoglio in stato di deterioramento", "global.actions.dialogs.wrongPinError.message": "PIN non corretto.", "global.actions.dialogs.wrongPinError.title": "PIN non valido", + "global.assets.assetsLabel": "Assets", "global.availableFunds": "Fondi disponibili", "global.close": "chiudi", "global.comingSoon": "Prossimamente in arrivo", @@ -433,6 +422,7 @@ "global.staking.stakePoolName": "Nome della stake pool", "global.staking.stakePoolHash": "Hash della stake pool", "global.termsOfUse": "Termini di utilizzo", + "global.total": "Total", "global.totalAda": "Totale ADA", "global.tryAgain": "Riprova", "global.txLabels.amount": "Importo", @@ -445,5 +435,6 @@ "global.txLabels.submittingTx": "Invio della transazione", "global.txLabels.withdrawals": "Prelievi", "utils.format.today": "Oggi", + "utils.format.unknownAssetName": "[Unknown asset name]", "utils.format.yesterday": "Ieri" } diff --git a/src/i18n/locales/ja-JP.json b/src/i18n/locales/ja-JP.json index 50f8712484..1958b604bc 100644 --- a/src/i18n/locales/ja-JP.json +++ b/src/i18n/locales/ja-JP.json @@ -71,6 +71,7 @@ "components.ledger.ledgertransportswitchmodal.usbExplanation": "Ledger NanoモデルXまたはモデルSにUSB OTGケーブルアダプターで接続する場合は、このオプションを選択してください:", "components.login.appstartscreen.loginButton": "ログイン", "components.login.custompinlogin.title": "PINを変更する", + "components.ma.assetSelector.placeHolder": "Select an asset", "components.maintenancemodal.explanation": "Yoroi is in maintenance mode. You can still access your funds through any other wallet software.", "components.maintenancemodal.learnMore": "Learn more", "components.maintenancemodal.title": "Temporary Maintenance", @@ -110,9 +111,10 @@ "components.send.sendscreen.addressInputErrorInvalidAddress": "Please enter a valid address", "components.send.sendscreen.addressInputLabel": "アドレス", "components.send.sendscreen.amountInput.error.INVALID_AMOUNT": "Please enter a valid amount", + "components.send.sendscreen.amountInput.error.LT_MIN_UTXO": "Cannot send less than {minUtxo} {ticker}", "components.send.sendscreen.amountInput.error.NEGATIVE": "正の数を入力してください。", "components.send.sendscreen.amountInput.error.TOO_LARGE": "数が大きすぎます。", - "components.send.sendscreen.amountInput.error.TOO_LOW": "Cannot send less than 1 ADA", + "components.send.sendscreen.amountInput.error.TOO_LOW": "Amount is too low", "components.send.sendscreen.amountInput.error.TOO_MANY_DECIMAL_PLACES": "Please enter a valid amount", "components.send.sendscreen.amountInput.error.insufficientBalance": "資金が不足しているため、トランザクションを実行することができません", "components.send.sendscreen.availableFundsBannerIsFetching": "残高を確認しています...", @@ -177,9 +179,9 @@ "components.settings.settingsscreen.title": "サポート", "components.settings.termsofservicescreen.title": "契約条件", "components.settings.toggleeasyconfirmationscreen.disableButton": "無効にする", - "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your ADA only with your master password.", + "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your assets only with your master password.", "components.settings.toggleeasyconfirmationscreen.enableButton": "有効にする", - "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send ADA transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", + "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", "components.settings.toggleeasyconfirmationscreen.enableMasterPassword": "マスターパスワード", "components.settings.toggleeasyconfirmationscreen.enableWarning": "あなたのマスターパスワードは、 生体認証データがデバイスから消えた場合に必要です。", "components.settings.toggleeasyconfirmationscreen.title": "簡易トランザクション承認", @@ -211,7 +213,7 @@ "components.stakingcenter.poolwarningmodal.unknown": "詳細不明の問題の原因となっています(詳細はオンラインでご確認ください)", "components.stakingcenter.title": "ステーキングセンター", "components.stakingcenter.delegationTxBuildError": "委任トランザクション作成時のエラー", - "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} ADA from your deposit.", + "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} from your deposit.", "components.txhistory.flawedwalletmodal.title": "注意", "components.txhistory.flawedwalletmodal.explanation1": "開発用特別バージョンのみを含むウォレットが誤って作成、または復元されたようです。セキュリティ上、このウォレットは無効化されています。", "components.txhistory.flawedwalletmodal.explanation2": "新しいウォレットの作成または復元は、制限なく実施することができます。この事象によって何らかの問題が生じている場合は、EMURGOまでご連絡ください。", @@ -222,7 +224,7 @@ "components.txhistory.txdetails.confirmations": "{cnt} {cnt, plural, one {CONFIRMATION} other {CONFIRMATIONS}}", "components.txhistory.txdetails.fee": "手数料: ", "components.txhistory.txdetails.fromAddresses": "送信アドレス", - "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted", + "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted {cnt, plural, one {address} other {addresses}}", "components.txhistory.txdetails.toAddresses": "受信アドレス", "components.txhistory.txdetails.transactionId": "トランザクションID", "components.txhistory.txdetails.txAssuranceLevel": "トランザクション確信度", @@ -292,28 +294,14 @@ "components.walletinit.restorewallet.restorewalletscreen.toolong": "フレーズが長すぎます。 ", "components.walletinit.restorewallet.restorewalletscreen.tooshort": "フレーズが短すぎます。", "components.walletinit.restorewallet.restorewalletscreen.unknowwords": "{wordlist} {cnt, plural, one {is} other {are}} invalid", - "components.walletinit.restorewallet.upgradecheckmodal.checkText": "ウォレットのアップグレードが必要かどうかのチェックを行いますか?", - "components.walletinit.restorewallet.upgradecheckmodal.checkButton": "チェック", - "components.walletinit.restorewallet.upgradecheckmodal.explanation": "2019年11月29日時点でウォレットにADAを保管されていた場合は、Shelleyとの互換性を確保するため、「報酬ウォレット」と呼ばれる新しい形式のウォレットにアップグレードする必要があります。", - "components.walletinit.restorewallet.upgradecheckmodal.skipButton": "スキップ", - "components.walletinit.restorewallet.upgradecheckmodal.title": "ウォレットアップグレード", "components.walletinit.restorewallet.upgradeconfirmmodal.balanceLabel": "復元後残高", - "components.walletinit.restorewallet.upgradeconfirmmodal.feesLabel": "手数料", "components.walletinit.restorewallet.upgradeconfirmmodal.finalBalanceLabel": "最終残高", "components.walletinit.restorewallet.upgradeconfirmmodal.fromLabel": "送信者", "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeLabel": "完了しました!", - "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeMessage": "ウォレットをアップグレードする必要がありませんでした。", - "components.walletinit.restorewallet.upgradeconfirmmodal.title": "ウォレットアップグレード", "components.walletinit.restorewallet.upgradeconfirmmodal.toLabel": "受信者", "components.walletinit.restorewallet.upgradeconfirmmodal.txIdLabel": "トランザクションID", "components.walletinit.restorewallet.walletcredentialsscreen.title": "ウォレット情報", "components.walletinit.restorewallet.walletcredentialsscreen.walletCheckError": "ウォレットの資金を確認できませんでした", - "components.walletinit.restorewallet.walletverifyscreen.byronAddressLabel": "Byronウォレットアドレス:", - "components.walletinit.restorewallet.walletverifyscreen.shelleyAddressLabel": "Shelleyウォレットアドレス:", - "components.walletinit.restorewallet.walletverifyscreen.title": "復元したウォレットを検証する", - "components.walletinit.restorewallet.walletverifyscreen.verifyLabel": "ウォレットの復元は慎重に行ってください。", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions1": "Byronウォレットアドレスが旧ウォレットと一致していることを確認してください。", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions2": "異なった復元フレーズを入力すると、以前ご利用だったウォレットとは異なるアドレスを持つ、残高のないウォレットが復元されます。", "components.walletinit.savereadonlywalletscreen.defaultWalletName": "My read-only wallet", "components.walletinit.savereadonlywalletscreen.derivationPath": "Derivation path:", "components.walletinit.savereadonlywalletscreen.key": "Key:", @@ -346,7 +334,7 @@ "components.walletinit.verifyrestoredwallet.buttonText": "CONTINUE", "components.walletselection.walletselectionscreen.addWalletButton": "ウォレットを追加する", "components.walletselection.walletselectionscreen.addWalletOnShelleyButton": "Add wallet (Jormungandr ITN)", - "components.walletselection.walletselectionscreen.header": "あなたのウォレット", + "components.walletselection.walletselectionscreen.header": "My wallets", "components.walletselection.walletselectionscreen.stakeDashboardButton": "ステークダッシュボード", "crypto.errors.rewardAddressEmpty": "Reward address is empty.", "crypto.keystore.approveTransaction": "Authorize with your biometrics", @@ -400,6 +388,7 @@ "global.actions.dialogs.walletStateInvalid.title": "ウォレットが無効状態です", "global.actions.dialogs.wrongPinError.message": "入力したPIN が間違っています 。", "global.actions.dialogs.wrongPinError.title": "PINが無効です。", + "global.assets.assetsLabel": "Assets", "global.availableFunds": "利用可能な資金", "global.close": "close", "global.comingSoon": "間もなくリリース", @@ -433,6 +422,7 @@ "global.staking.stakePoolName": "ステークプールネーム", "global.staking.stakePoolHash": "ステークプールハッシュ", "global.termsOfUse": "利用規約", + "global.total": "Total", "global.totalAda": "ADA合計額", "global.tryAgain": "Try again", "global.txLabels.amount": "金額", @@ -445,5 +435,6 @@ "global.txLabels.submittingTx": "トランザクションを送信中", "global.txLabels.withdrawals": "Withdrawals", "utils.format.today": "今日", + "utils.format.unknownAssetName": "[Unknown asset name]", "utils.format.yesterday": "昨日" } diff --git a/src/i18n/locales/ko-KR.json b/src/i18n/locales/ko-KR.json index 559439b1ac..389e48d256 100644 --- a/src/i18n/locales/ko-KR.json +++ b/src/i18n/locales/ko-KR.json @@ -71,6 +71,7 @@ "components.ledger.ledgertransportswitchmodal.usbExplanation": "만일 Ledger Nano X 또는 S 모델을 USB를 통해 연결하고자 한다면 이 옵션을 선택하세요.", "components.login.appstartscreen.loginButton": "로그인", "components.login.custompinlogin.title": "PIN 입력", + "components.ma.assetSelector.placeHolder": "Select an asset", "components.maintenancemodal.explanation": "Yoroi is in maintenance mode. You can still access your funds through any other wallet software.", "components.maintenancemodal.learnMore": "더 알아보기", "components.maintenancemodal.title": "임시 서버 점검중", @@ -110,9 +111,10 @@ "components.send.sendscreen.addressInputErrorInvalidAddress": "Please enter a valid address", "components.send.sendscreen.addressInputLabel": "주소", "components.send.sendscreen.amountInput.error.INVALID_AMOUNT": "Please enter a valid amount", + "components.send.sendscreen.amountInput.error.LT_MIN_UTXO": "Cannot send less than {minUtxo} {ticker}", "components.send.sendscreen.amountInput.error.NEGATIVE": "금액은 양수여야 합니다", "components.send.sendscreen.amountInput.error.TOO_LARGE": "금액 초과", - "components.send.sendscreen.amountInput.error.TOO_LOW": "Cannot send less than 1 ADA", + "components.send.sendscreen.amountInput.error.TOO_LOW": "Amount is too low", "components.send.sendscreen.amountInput.error.TOO_MANY_DECIMAL_PLACES": "Please enter a valid amount", "components.send.sendscreen.amountInput.error.insufficientBalance": "이 전송을 위한 금액이 부족합니다.", "components.send.sendscreen.availableFundsBannerIsFetching": "잔액을 확인중입니다...", @@ -177,9 +179,9 @@ "components.settings.settingsscreen.title": "지원", "components.settings.termsofservicescreen.title": "서비스 이용약관 동의서", "components.settings.toggleeasyconfirmationscreen.disableButton": "비활성화", - "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your ADA only with your master password.", + "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your assets only with your master password.", "components.settings.toggleeasyconfirmationscreen.enableButton": "활성화", - "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send ADA transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", + "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", "components.settings.toggleeasyconfirmationscreen.enableMasterPassword": "마스터 비밀번호", "components.settings.toggleeasyconfirmationscreen.enableWarning": "장치의 생체인식 기능이 불가능하게 되는 경우에 대비하여 마스터 비밀번호를 반드시 기억해두시길 바랍니다.", "components.settings.toggleeasyconfirmationscreen.title": "간편 승인", @@ -211,7 +213,7 @@ "components.stakingcenter.poolwarningmodal.unknown": "알 수 없는 이유의 문제를 발생시키고 있습니다. (더 자세한 정보를 온라인에서 찾아보세요.)", "components.stakingcenter.title": "스테이킹 센터", "components.stakingcenter.delegationTxBuildError": "위임 정보 전송 거래를 만드는 중 오류가 발생했습니다.", - "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} ADA from your deposit.", + "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} from your deposit.", "components.txhistory.flawedwalletmodal.title": "경고", "components.txhistory.flawedwalletmodal.explanation1": "특정 개발 버전에만 포함되는 지갑을 생성하거나 복구한 것으로 보입니다. 보안 상 문제로 해당 지갑은 비활성화되었습니다.", "components.txhistory.flawedwalletmodal.explanation2": "당신은 여전히 자유롭게 새로운 지갑을 생성하거나 복구할 수 있습니다. 해당 문제로 불편함을 겪고 계시다면, EMURGO에 연락해주세요.", @@ -222,7 +224,7 @@ "components.txhistory.txdetails.confirmations": "{cnt} {cnt, plural, one {검증} other {검증}}", "components.txhistory.txdetails.fee": "수수료: ", "components.txhistory.txdetails.fromAddresses": "보내진 주소", - "components.txhistory.txdetails.omittedCount": "+ {cnt} 생략됨", + "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted {cnt, plural, one {address} other {addresses}}", "components.txhistory.txdetails.toAddresses": "보낸 주소", "components.txhistory.txdetails.transactionId": "거래 ID", "components.txhistory.txdetails.txAssuranceLevel": "거래 보증 등급", @@ -292,28 +294,14 @@ "components.walletinit.restorewallet.restorewalletscreen.toolong": "구절이 너무 깁니다. ", "components.walletinit.restorewallet.restorewalletscreen.tooshort": "구절이 너무 짧습니다. ", "components.walletinit.restorewallet.restorewalletscreen.unknowwords": "{wordlist} {cnt, plural, one {이} other {들이}} 유효하지 않습니다.", - "components.walletinit.restorewallet.upgradecheckmodal.checkText": "지갑 업그레이드 필요 여부를 확인하시겠습니까?", - "components.walletinit.restorewallet.upgradecheckmodal.checkButton": "확인", - "components.walletinit.restorewallet.upgradecheckmodal.explanation": "만약 2019년 11월 29일에 지갑에 ADA를 보관하고 있었다면, 쉘리 단계와의 호환을 위해 기존 지갑을 \"보상 지갑\" 포맷으로 업그레이드할 필요가 있습니다.", - "components.walletinit.restorewallet.upgradecheckmodal.skipButton": "건너뛰기", - "components.walletinit.restorewallet.upgradecheckmodal.title": "지갑 업그레이드", "components.walletinit.restorewallet.upgradeconfirmmodal.balanceLabel": "복구된 잔액", - "components.walletinit.restorewallet.upgradeconfirmmodal.feesLabel": "수수료", "components.walletinit.restorewallet.upgradeconfirmmodal.finalBalanceLabel": "최종 잔액", "components.walletinit.restorewallet.upgradeconfirmmodal.fromLabel": "이전 주소:", "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeLabel": "완료!", - "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeMessage": "당신의 지갑은 업그레이드 될 필요가 없습니다.", - "components.walletinit.restorewallet.upgradeconfirmmodal.title": "지갑 업그레이드", "components.walletinit.restorewallet.upgradeconfirmmodal.toLabel": "새로운 주소:", "components.walletinit.restorewallet.upgradeconfirmmodal.txIdLabel": "거래 ID", "components.walletinit.restorewallet.walletcredentialsscreen.title": "지갑 자격증명", "components.walletinit.restorewallet.walletcredentialsscreen.walletCheckError": "지갑의 잔액을 확인할 수 없습니다.", - "components.walletinit.restorewallet.walletverifyscreen.byronAddressLabel": "바이런 지갑 주소:", - "components.walletinit.restorewallet.walletverifyscreen.shelleyAddressLabel": "쉘리 지갑 주소:", - "components.walletinit.restorewallet.walletverifyscreen.title": "복원된 지갑 검증", - "components.walletinit.restorewallet.walletverifyscreen.verifyLabel": "지갑 복원에 주의하세요:", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions1": "바이런 지갑 주소가 예전 지갑 주소와 일치하는지 확인하세요.", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions2": "잘못된 복구 코드를 입력하셨다면 기존 지갑과 다른 주소를 가지는 비어있는 지갑이 복구될 수 있습니다.", "components.walletinit.savereadonlywalletscreen.defaultWalletName": "My read-only wallet", "components.walletinit.savereadonlywalletscreen.derivationPath": "Derivation path:", "components.walletinit.savereadonlywalletscreen.key": "Key:", @@ -346,7 +334,7 @@ "components.walletinit.verifyrestoredwallet.buttonText": "CONTINUE", "components.walletselection.walletselectionscreen.addWalletButton": "지갑 추가", "components.walletselection.walletselectionscreen.addWalletOnShelleyButton": "Add wallet (Jormungandr ITN)", - "components.walletselection.walletselectionscreen.header": "지갑", + "components.walletselection.walletselectionscreen.header": "My wallets", "components.walletselection.walletselectionscreen.stakeDashboardButton": "스테이킹 대시보드", "crypto.errors.rewardAddressEmpty": "Reward address is empty.", "crypto.keystore.approveTransaction": "Authorize with your biometrics", @@ -400,6 +388,7 @@ "global.actions.dialogs.walletStateInvalid.title": "유효하지 않은 지갑 상태", "global.actions.dialogs.wrongPinError.message": "PIN 이 잘못되었습니다.", "global.actions.dialogs.wrongPinError.title": "유효하지 않는 PIN", + "global.assets.assetsLabel": "Assets", "global.availableFunds": "사용 가능한 금액", "global.close": "close", "global.comingSoon": "업데이트 예정", @@ -433,6 +422,7 @@ "global.staking.stakePoolName": "스테이킹 풀 이름", "global.staking.stakePoolHash": "스테이킹 풀 해쉬 주소", "global.termsOfUse": "이용 약관", + "global.total": "Total", "global.totalAda": "총 ADA", "global.tryAgain": "다시 시도하기", "global.txLabels.amount": "금액", @@ -445,5 +435,6 @@ "global.txLabels.submittingTx": "거래 제출하기", "global.txLabels.withdrawals": "Withdrawals", "utils.format.today": "오늘", + "utils.format.unknownAssetName": "[Unknown asset name]", "utils.format.yesterday": "어제" } diff --git a/src/i18n/locales/nl-NL.json b/src/i18n/locales/nl-NL.json index 47273502a7..66f67d11bd 100644 --- a/src/i18n/locales/nl-NL.json +++ b/src/i18n/locales/nl-NL.json @@ -71,6 +71,7 @@ "components.ledger.ledgertransportswitchmodal.usbExplanation": "Kies deze optie als je wilt verbinden met een Ledger Nano Model X of S via een \"on-the-go (UTG)\" kabel adapter:", "components.login.appstartscreen.loginButton": "Inloggen", "components.login.custompinlogin.title": "Voer de pincode in", + "components.ma.assetSelector.placeHolder": "Kies een bezit", "components.maintenancemodal.explanation": "Yoroi is in onderhoud. U kunt de inhoud van uw portemonnee met andere applicaties benaderen.", "components.maintenancemodal.learnMore": "Leer meer", "components.maintenancemodal.title": "Tijdelijk in onderhoud", @@ -110,9 +111,10 @@ "components.send.sendscreen.addressInputErrorInvalidAddress": "Voer alstublieft een geldig adres in", "components.send.sendscreen.addressInputLabel": "Adres", "components.send.sendscreen.amountInput.error.INVALID_AMOUNT": "Voer een geldig bedrag in", + "components.send.sendscreen.amountInput.error.LT_MIN_UTXO": "U kunt niet minder dan {minUtxo} {ticker} verzenden", "components.send.sendscreen.amountInput.error.NEGATIVE": "Bedrag moet positief zijn", "components.send.sendscreen.amountInput.error.TOO_LARGE": "Bedrag te groot", - "components.send.sendscreen.amountInput.error.TOO_LOW": "U kunt niet minder dan 1 ADA verzenden", + "components.send.sendscreen.amountInput.error.TOO_LOW": "Bedrag is te laag", "components.send.sendscreen.amountInput.error.TOO_MANY_DECIMAL_PLACES": "Voer een geldig bedrag in", "components.send.sendscreen.amountInput.error.insufficientBalance": "Onvoldoende saldo om deze transactie uit te voeren", "components.send.sendscreen.availableFundsBannerIsFetching": "Saldocontrole", @@ -177,9 +179,9 @@ "components.settings.settingsscreen.title": "Ondersteuning", "components.settings.termsofservicescreen.title": "Algemene voorwaarden", "components.settings.toggleeasyconfirmationscreen.disableButton": "UItschakelen", - "components.settings.toggleeasyconfirmationscreen.disableHeading": "Door deze optie uit te schakelen, kunt u uw ADA alleen met uw hoofdwachtwoord uitgeven.", + "components.settings.toggleeasyconfirmationscreen.disableHeading": "Door deze optie uit te schakelen, kunt u uw kapitaal alleen besteden met uw hoofdwachtwoord. ", "components.settings.toggleeasyconfirmationscreen.enableButton": "Inschakelen", - "components.settings.toggleeasyconfirmationscreen.enableHeading": "Met deze optie kunt u ADA-transacties vanuit uw portemonnee verzenden door eenvoudig te bevestigen met vingerafdruk of gezichtsherkenning (met een standaard fallback-systeemoptie). Hierdoor is je portemonnee minder veilig. Dit is een compromis tussen UX en beveiliging!", + "components.settings.toggleeasyconfirmationscreen.enableHeading": "Met deze optie kunt u transacties vanuit uw portemonnee verzenden door simpelweg te bevestigen met vingerafdruk of gezichtsherkenning (met een standaard systeem uitvaloptie). Dit maakt uw portemonnee minder veilig. \nDit is een compromis tussen UX en beveiliging!", "components.settings.toggleeasyconfirmationscreen.enableMasterPassword": "Hoofdwachtwoord", "components.settings.toggleeasyconfirmationscreen.enableWarning": "Onthoud uw hoofdwachtwoord, aangezien u dit mogelijk nodig heeft voor het geval uw biometrische gegevens van het apparaat worden verwijderd.", "components.settings.toggleeasyconfirmationscreen.title": "Gemakkelijke bevestiging", @@ -211,7 +213,7 @@ "components.stakingcenter.poolwarningmodal.unknown": "Veroorzaakt een onbekend probleem (kijk online voor meer informatie)", "components.stakingcenter.title": "Stemcentrum", "components.stakingcenter.delegationTxBuildError": "Fout bij het opbouwen van de delegatietransactie", - "components.transfer.transfersummarymodal.unregisterExplanation": "Bij deze transactie worden een of meer \"Stem\" sleutels afgemeld, waardoor u uw ADA {refundAmount} van uw storting terugkrijgt.", + "components.transfer.transfersummarymodal.unregisterExplanation": "Bij deze transactie worden een of meer Stemsleutels afgemeld, waardoor u uw {refundAmount} terug krijgt van uw storting.", "components.txhistory.flawedwalletmodal.title": "Waarschuwing", "components.txhistory.flawedwalletmodal.explanation1": "Het lijkt erop dat u per ongeluk een portefeuille heeft gemaakt of hersteld die alleen in speciale versies voor ontwikkeling is opgenomen. Als veiligheidsmaatregel hebben we deze portemonnee uitgeschakeld.", "components.txhistory.flawedwalletmodal.explanation2": "U kunt nog steeds een nieuwe portemonnee maken of er een herstellen zonder beperkingen. Als u op de een of andere manier last heeft gehad van dit probleem, neem dan contact op met EMURGO.", @@ -222,7 +224,7 @@ "components.txhistory.txdetails.confirmations": "{cnt} {cnt, plural, een {CONFIRMATION} other {CONFIRMATIONS}}", "components.txhistory.txdetails.fee": "Vergoeding:", "components.txhistory.txdetails.fromAddresses": "van adressen", - "components.txhistory.txdetails.omittedCount": "+ {cnt} weggelaten", + "components.txhistory.txdetails.omittedCount": "+ {cnt} weggelaten {cnt, plural, one {address} other {addresses}}\n", "components.txhistory.txdetails.toAddresses": "Naar adressen", "components.txhistory.txdetails.transactionId": "Transactie ID", "components.txhistory.txdetails.txAssuranceLevel": "Betrouwbaarheidsniveau van transacties", @@ -292,28 +294,14 @@ "components.walletinit.restorewallet.restorewalletscreen.toolong": "Zin is te lang", "components.walletinit.restorewallet.restorewalletscreen.tooshort": "Zin is te kort", "components.walletinit.restorewallet.restorewalletscreen.unknowwords": "{wordlist} {cnt, plural, one {is} other {are}} invalid", - "components.walletinit.restorewallet.upgradecheckmodal.checkText": "Wilt u controleren of uw Portemonnee bijgewerkt moet worden?", - "components.walletinit.restorewallet.upgradecheckmodal.checkButton": "Controle", - "components.walletinit.restorewallet.upgradecheckmodal.explanation": "Als u op 29 november 2019 ADA in uw portemonnee had, moet u upgraden naar een nieuw portemonnee-formaat, een \"beloning portemonnee\" genaamd, voor compatibiliteit met het Shelley systeem.", - "components.walletinit.restorewallet.upgradecheckmodal.skipButton": "Overslaan", - "components.walletinit.restorewallet.upgradecheckmodal.title": "Bijwerken Portemonnee", "components.walletinit.restorewallet.upgradeconfirmmodal.balanceLabel": "Herstelde balans", - "components.walletinit.restorewallet.upgradeconfirmmodal.feesLabel": "Vergoedingen", "components.walletinit.restorewallet.upgradeconfirmmodal.finalBalanceLabel": "Eindbalans", "components.walletinit.restorewallet.upgradeconfirmmodal.fromLabel": "Van", "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeLabel": "Klaar!", - "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeMessage": "Uw Portemonnee hoeft niet aangepast te worden.", - "components.walletinit.restorewallet.upgradeconfirmmodal.title": "Bijwerken Portemonnee", "components.walletinit.restorewallet.upgradeconfirmmodal.toLabel": "Naar", "components.walletinit.restorewallet.upgradeconfirmmodal.txIdLabel": "Transactie ID", "components.walletinit.restorewallet.walletcredentialsscreen.title": "Portemonnee inloggegevens", "components.walletinit.restorewallet.walletcredentialsscreen.walletCheckError": "Kan de portemonnee fondsen niet controleren", - "components.walletinit.restorewallet.walletverifyscreen.byronAddressLabel": "Byron Portemonnee adres:", - "components.walletinit.restorewallet.walletverifyscreen.shelleyAddressLabel": "Shelley Portemonnee adres:", - "components.walletinit.restorewallet.walletverifyscreen.title": "Controleer de herstelde Portemonnee", - "components.walletinit.restorewallet.walletverifyscreen.verifyLabel": "Wees voorzichtig met Portemonnee herstel:", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions1": "Overtuig uzelf ervan dat het portemonnee adres overeenkomt met uw oude portemonnee", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions2": "Als je de verkeerde herstelzin hebt ingevoerd, krijg je een lege portemonnee met andere adressen dan je oude.", "components.walletinit.savereadonlywalletscreen.defaultWalletName": "Mijn Alleen-lezen portemonnee", "components.walletinit.savereadonlywalletscreen.derivationPath": "Afgeleide pad:", "components.walletinit.savereadonlywalletscreen.key": "Sleutel:", @@ -346,7 +334,7 @@ "components.walletinit.verifyrestoredwallet.buttonText": "VERVOLG", "components.walletselection.walletselectionscreen.addWalletButton": "Portemonnee toevoegen", "components.walletselection.walletselectionscreen.addWalletOnShelleyButton": "Voeg portemonnee toe (Jormungandr ITN)", - "components.walletselection.walletselectionscreen.header": "Uw Portemonnees", + "components.walletselection.walletselectionscreen.header": "Mijn Portemonnees", "components.walletselection.walletselectionscreen.stakeDashboardButton": "Stem overzicht", "crypto.errors.rewardAddressEmpty": "Vergoedingenadres is leeg.", "crypto.keystore.approveTransaction": "Toestemming verlenen met uw biometrische aanmelding", @@ -400,6 +388,7 @@ "global.actions.dialogs.walletStateInvalid.title": "Ongeldige status van uw Portemonnee", "global.actions.dialogs.wrongPinError.message": "PIN is niet correct.", "global.actions.dialogs.wrongPinError.title": "Onjuiste PIN", + "global.assets.assetsLabel": "Bezittingen", "global.availableFunds": "Beschikbare fondsen", "global.close": "sluiten", "global.comingSoon": "Binnenkort verwacht", @@ -433,6 +422,7 @@ "global.staking.stakePoolName": "Stakepoolnaam", "global.staking.stakePoolHash": "Stakepool \"Hash\"", "global.termsOfUse": "Gebruikersvoorwaarden", + "global.total": "Totaal", "global.totalAda": "Totaal ADA", "global.tryAgain": "Probeer het opnieuw", "global.txLabels.amount": "Bedrag", @@ -445,5 +435,6 @@ "global.txLabels.submittingTx": "Transactie indienen", "global.txLabels.withdrawals": "Opnames", "utils.format.today": "Vandaag", + "utils.format.unknownAssetName": "[Onbekende bezittingennaam]", "utils.format.yesterday": "Gisteren" } diff --git a/src/i18n/locales/pt-BR.json b/src/i18n/locales/pt-BR.json index 9d690080a4..45c0342d06 100644 --- a/src/i18n/locales/pt-BR.json +++ b/src/i18n/locales/pt-BR.json @@ -71,6 +71,7 @@ "components.ledger.ledgertransportswitchmodal.usbExplanation": "\nEscolha esta opção se desejar conectar-se a um Ledger Nano modelo X ou S usando um adaptador de cabo USB on-the-go(OTG):", "components.login.appstartscreen.loginButton": "Login", "components.login.custompinlogin.title": "Insira PIN", + "components.ma.assetSelector.placeHolder": "Select an asset", "components.maintenancemodal.explanation": "Yoroi está no modo de manutenção. Você ainda pode acessar seus fundos através de qualquer outro software de carteira.", "components.maintenancemodal.learnMore": "Saiba mais ", "components.maintenancemodal.title": "Manutenção temporária ", @@ -110,9 +111,10 @@ "components.send.sendscreen.addressInputErrorInvalidAddress": "Por favor insira um endereço válido", "components.send.sendscreen.addressInputLabel": "Endereço", "components.send.sendscreen.amountInput.error.INVALID_AMOUNT": "Por favor, digite um valor válido", + "components.send.sendscreen.amountInput.error.LT_MIN_UTXO": "Cannot send less than {minUtxo} {ticker}", "components.send.sendscreen.amountInput.error.NEGATIVE": "Montante precisa ser positivo", "components.send.sendscreen.amountInput.error.TOO_LARGE": "Montante muito grande", - "components.send.sendscreen.amountInput.error.TOO_LOW": "Não é possível enviar menos de 1 ADA", + "components.send.sendscreen.amountInput.error.TOO_LOW": "Amount is too low", "components.send.sendscreen.amountInput.error.TOO_MANY_DECIMAL_PLACES": "Por favor, digite um valor válido", "components.send.sendscreen.amountInput.error.insufficientBalance": "Saldo insuficiente para realizar essa transação", "components.send.sendscreen.availableFundsBannerIsFetching": "Verificando balanço...", @@ -177,9 +179,9 @@ "components.settings.settingsscreen.title": "Suporte", "components.settings.termsofservicescreen.title": "Acordo de Termos e Condições", "components.settings.toggleeasyconfirmationscreen.disableButton": "Desativar", - "components.settings.toggleeasyconfirmationscreen.disableHeading": "Ao desativar esta opção, você poderá gastar sua ADA apenas com sua senha mestra.", + "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your assets only with your master password.", "components.settings.toggleeasyconfirmationscreen.enableButton": "Ativar", - "components.settings.toggleeasyconfirmationscreen.enableHeading": "Essa opção irá permitir que você envie ADA de sua carteira usando reconhecimento facial ou impressão digital ( com a opção padrão do sistema) . Isso faz sua carteira menos segura. Isso melhora sua experiência mas diminuiu a segurança ", + "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", "components.settings.toggleeasyconfirmationscreen.enableMasterPassword": "Senha principal", "components.settings.toggleeasyconfirmationscreen.enableWarning": "Lembre-se da sua senha mestra, pois pode ser necessária caso seus dados biométricos sejam removidos do dispositivo.", "components.settings.toggleeasyconfirmationscreen.title": "Confirmação fácil", @@ -211,7 +213,7 @@ "components.stakingcenter.poolwarningmodal.unknown": "Causa, algum problema desconhecido (procure on-line para obter mais informações)", "components.stakingcenter.title": "Centro de Stake", "components.stakingcenter.delegationTxBuildError": "Erro enquanto criava a transação de delegação", - "components.transfer.transfersummarymodal.unregisterExplanation": "Essa transação irá aposentar uma ou mais chaves de staking, isso lhe reembolsará {refundAmount} ADAs pagas do seu depósito.", + "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} from your deposit.", "components.txhistory.flawedwalletmodal.title": "Atenção", "components.txhistory.flawedwalletmodal.explanation1": "Parece que você acidentalmente criou ou restaurou uma carteira que está incluída somente em versões especiais para desenvolvimento. Por uma questão de segurança, nós desativamos esta carteira.", "components.txhistory.flawedwalletmodal.explanation2": "Você ainda pode criar uma nova carteira ou restaurá-la sem restrições. Se você foi afetado de alguma forma por esse problema, entre em contato com a EMURGO.", @@ -222,7 +224,7 @@ "components.txhistory.txdetails.confirmations": "{cnt} {cnt, plural, one {CONFIRMAÇÃO} other {CONFIRMAÇÕES}}", "components.txhistory.txdetails.fee": "Tarifa:", "components.txhistory.txdetails.fromAddresses": "Do endereço", - "components.txhistory.txdetails.omittedCount": "+ {cnt} omitida", + "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted {cnt, plural, one {address} other {addresses}}", "components.txhistory.txdetails.toAddresses": "Para o endereço", "components.txhistory.txdetails.transactionId": "ID da transação", "components.txhistory.txdetails.txAssuranceLevel": "Nível de confiabilidade da transação", @@ -292,28 +294,14 @@ "components.walletinit.restorewallet.restorewalletscreen.toolong": "Frase muito longa.", "components.walletinit.restorewallet.restorewalletscreen.tooshort": "Frase muito curta.", "components.walletinit.restorewallet.restorewalletscreen.unknowwords": "{wordlist} {cnt, plural, one {é inválida} other {são inválidas}}", - "components.walletinit.restorewallet.upgradecheckmodal.checkText": "Deseja verificar se sua carteira precisa ser atualizada?", - "components.walletinit.restorewallet.upgradecheckmodal.checkButton": "Verificar", - "components.walletinit.restorewallet.upgradecheckmodal.explanation": "Se você tinha o ADA em sua carteira em 29 de novembro de 2019, precisará atualizar para um novo formato de carteira chamado \"carteira de recompensa\" para compatibilidade com a Shelley.", - "components.walletinit.restorewallet.upgradecheckmodal.skipButton": "Pular", - "components.walletinit.restorewallet.upgradecheckmodal.title": "Atualização na Carteira", "components.walletinit.restorewallet.upgradeconfirmmodal.balanceLabel": "Saldo recuperado", - "components.walletinit.restorewallet.upgradeconfirmmodal.feesLabel": "Tarifas", "components.walletinit.restorewallet.upgradeconfirmmodal.finalBalanceLabel": "Saldo final", "components.walletinit.restorewallet.upgradeconfirmmodal.fromLabel": "De", "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeLabel": "Tudo pronto!", - "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeMessage": "A sua carteira não precisa ser atualizada.", - "components.walletinit.restorewallet.upgradeconfirmmodal.title": "Atualização na Carteira", "components.walletinit.restorewallet.upgradeconfirmmodal.toLabel": "Para", "components.walletinit.restorewallet.upgradeconfirmmodal.txIdLabel": "ID da transação", "components.walletinit.restorewallet.walletcredentialsscreen.title": "Credenciais da carteira", "components.walletinit.restorewallet.walletcredentialsscreen.walletCheckError": "Não foi possível verificar o saldo da carteira", - "components.walletinit.restorewallet.walletverifyscreen.byronAddressLabel": "Endereços da carteira Byron:", - "components.walletinit.restorewallet.walletverifyscreen.shelleyAddressLabel": "Endereços da carteira Shelley:", - "components.walletinit.restorewallet.walletverifyscreen.title": "Verificar carteira restaurada", - "components.walletinit.restorewallet.walletverifyscreen.verifyLabel": "Cuidado com a restauração da carteira:", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions1": "Tenha certeza de que o endereço da sua carteira Byron é compatível com a sua carteira antiga.", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions2": "Se você inserir uma frase de recuperação de maneira errada, você vai obter uma carteira vazia e diferente endereço da sua antiga.", "components.walletinit.savereadonlywalletscreen.defaultWalletName": "Sua carteira de leitura apenas", "components.walletinit.savereadonlywalletscreen.derivationPath": "Caminho de derivação:", "components.walletinit.savereadonlywalletscreen.key": "Chave:", @@ -346,7 +334,7 @@ "components.walletinit.verifyrestoredwallet.buttonText": "CONTINUAR", "components.walletselection.walletselectionscreen.addWalletButton": "Adicionar carteira", "components.walletselection.walletselectionscreen.addWalletOnShelleyButton": "Adicionar carteira (Jormungandr ITN)", - "components.walletselection.walletselectionscreen.header": "Suas carteiras", + "components.walletselection.walletselectionscreen.header": "My wallets", "components.walletselection.walletselectionscreen.stakeDashboardButton": "Painel de Stake", "crypto.errors.rewardAddressEmpty": "Endereço de recompensa está vazio.", "crypto.keystore.approveTransaction": "Authorize with your biometrics", @@ -400,6 +388,7 @@ "global.actions.dialogs.walletStateInvalid.title": "Estado da carteira inválido", "global.actions.dialogs.wrongPinError.message": "PIN incorreto.", "global.actions.dialogs.wrongPinError.title": "PIN inválido", + "global.assets.assetsLabel": "Assets", "global.availableFunds": "Fundos disponíveis", "global.close": "Feche", "global.comingSoon": "Em breve", @@ -433,6 +422,7 @@ "global.staking.stakePoolName": "Nome do stake pool", "global.staking.stakePoolHash": "Stake pool hash", "global.termsOfUse": "Termos de uso", + "global.total": "Total", "global.totalAda": "Total ADA", "global.tryAgain": "Tente novamente ", "global.txLabels.amount": "Quantidade", @@ -445,5 +435,6 @@ "global.txLabels.submittingTx": "Gerando transação", "global.txLabels.withdrawals": "Retiradas", "utils.format.today": "Hoje", + "utils.format.unknownAssetName": "[Unknown asset name]", "utils.format.yesterday": "Ontem" } diff --git a/src/i18n/locales/ru-RU.json b/src/i18n/locales/ru-RU.json index 713de265f2..f6906600bc 100644 --- a/src/i18n/locales/ru-RU.json +++ b/src/i18n/locales/ru-RU.json @@ -71,6 +71,7 @@ "components.ledger.ledgertransportswitchmodal.usbExplanation": "Choose this option if you want to connect to a Ledger Nano model X or S using an on-the-go USB cable adaptor:", "components.login.appstartscreen.loginButton": "Вход", "components.login.custompinlogin.title": "Ввести PIN", + "components.ma.assetSelector.placeHolder": "Select an asset", "components.maintenancemodal.explanation": "Yoroi is in maintenance mode. You can still access your funds through any other wallet software.", "components.maintenancemodal.learnMore": "Learn more", "components.maintenancemodal.title": "Temporary Maintenance", @@ -110,9 +111,10 @@ "components.send.sendscreen.addressInputErrorInvalidAddress": "Please enter a valid address", "components.send.sendscreen.addressInputLabel": "Адрес", "components.send.sendscreen.amountInput.error.INVALID_AMOUNT": "Please enter a valid amount", + "components.send.sendscreen.amountInput.error.LT_MIN_UTXO": "Cannot send less than {minUtxo} {ticker}", "components.send.sendscreen.amountInput.error.NEGATIVE": "Сумма должна быть положительной", "components.send.sendscreen.amountInput.error.TOO_LARGE": "Слишком большая сумма", - "components.send.sendscreen.amountInput.error.TOO_LOW": "Cannot send less than 1 ADA", + "components.send.sendscreen.amountInput.error.TOO_LOW": "Amount is too low", "components.send.sendscreen.amountInput.error.TOO_MANY_DECIMAL_PLACES": "Please enter a valid amount", "components.send.sendscreen.amountInput.error.insufficientBalance": "Недостаточно средств для проведения этой транзакции", "components.send.sendscreen.availableFundsBannerIsFetching": "Проверка баланса...", @@ -177,9 +179,9 @@ "components.settings.settingsscreen.title": "Поддержка", "components.settings.termsofservicescreen.title": "Соглашение", "components.settings.toggleeasyconfirmationscreen.disableButton": "Отключить", - "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your ADA only with your master password.", + "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your assets only with your master password.", "components.settings.toggleeasyconfirmationscreen.enableButton": "Включить", - "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send ADA transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", + "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", "components.settings.toggleeasyconfirmationscreen.enableMasterPassword": "Мастер-пароль", "components.settings.toggleeasyconfirmationscreen.enableWarning": "Пожалуйста, помните свой мастер-пароль, так как он может Вам понадобиться в случае, если Ваши биометрические данные будут удалены с устройства.", "components.settings.toggleeasyconfirmationscreen.title": "Упрощенное подтверждение", @@ -211,7 +213,7 @@ "components.stakingcenter.poolwarningmodal.unknown": "Causes some unknown issue (look online for more info)", "components.stakingcenter.title": "Стейкинг Центр", "components.stakingcenter.delegationTxBuildError": "Ошибка при построении транзакции делегирования", - "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} ADA from your deposit.", + "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} from your deposit.", "components.txhistory.flawedwalletmodal.title": "Предупреждение", "components.txhistory.flawedwalletmodal.explanation1": "Похоже, что вы случайно создали или восстановили кошелек, который входит только в специальные версии для разработки. В качестве меры безопасности мы отключили этот кошелек.", "components.txhistory.flawedwalletmodal.explanation2": "Вы можете без ограничений создать новый кошелек или восстановить имеющийся. Если вы столкнулись с проблемой, пожалуйста, свяжитесь с Emurgo.", @@ -222,7 +224,7 @@ "components.txhistory.txdetails.confirmations": "{cnt} {cnt, plural, one {ПОДТВЕРЖДЕНИЕ} other {ПОДТВЕРЖДЕНИЙ}}", "components.txhistory.txdetails.fee": "Комиссия: ", "components.txhistory.txdetails.fromAddresses": "С адресов", - "components.txhistory.txdetails.omittedCount": "+ {cnt} опущен", + "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted {cnt, plural, one {address} other {addresses}}", "components.txhistory.txdetails.toAddresses": "На адреса", "components.txhistory.txdetails.transactionId": "ID транзакции", "components.txhistory.txdetails.txAssuranceLevel": "Уровень гарантии транзакции", @@ -292,28 +294,14 @@ "components.walletinit.restorewallet.restorewalletscreen.toolong": "Фраза слишком длинная. ", "components.walletinit.restorewallet.restorewalletscreen.tooshort": "Фраза слишком короткая.", "components.walletinit.restorewallet.restorewalletscreen.unknowwords": "{wordlist} недействительно", - "components.walletinit.restorewallet.upgradecheckmodal.checkText": "Хотите проверить, требуются ли обновления для вашего кошелька?", - "components.walletinit.restorewallet.upgradecheckmodal.checkButton": "Проверить", - "components.walletinit.restorewallet.upgradecheckmodal.explanation": "Если 29 ноября 2019 года в вашем кошельке были ADA, то для совместимости с Shelley вам необходимо обновить его до нового формата кошелька, который называется \"кошелек наград\".", - "components.walletinit.restorewallet.upgradecheckmodal.skipButton": "Пропустить", - "components.walletinit.restorewallet.upgradecheckmodal.title": "Обновление кошелька", "components.walletinit.restorewallet.upgradeconfirmmodal.balanceLabel": "Восстановленный баланс", - "components.walletinit.restorewallet.upgradeconfirmmodal.feesLabel": "Комиссия", "components.walletinit.restorewallet.upgradeconfirmmodal.finalBalanceLabel": "Итоговый баланс", "components.walletinit.restorewallet.upgradeconfirmmodal.fromLabel": "От", "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeLabel": "Все готово!", - "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeMessage": "Ваш кошелек не нуждается в обновлениях.", - "components.walletinit.restorewallet.upgradeconfirmmodal.title": "Обновление кошелька", "components.walletinit.restorewallet.upgradeconfirmmodal.toLabel": "Кому", "components.walletinit.restorewallet.upgradeconfirmmodal.txIdLabel": "ID транзакции", "components.walletinit.restorewallet.walletcredentialsscreen.title": "Учетные данные", "components.walletinit.restorewallet.walletcredentialsscreen.walletCheckError": "Не удалось проверить средства на кошельке", - "components.walletinit.restorewallet.walletverifyscreen.byronAddressLabel": "Адрес Byron кошелька:", - "components.walletinit.restorewallet.walletverifyscreen.shelleyAddressLabel": "Адрес Shelley кошелька:", - "components.walletinit.restorewallet.walletverifyscreen.title": "Проверить восстановленный кошелек", - "components.walletinit.restorewallet.walletverifyscreen.verifyLabel": "Будьте осторожны при восстановлении кошелька:", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions1": "Убедитесь, что адрес Byron кошелька совпадает с адресом вашего старого кошелька.", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions2": "Если вы ввели неверную фразу восстановления, то вы получите пустой кошелек с другими адресами, отличными от ваших старых.", "components.walletinit.savereadonlywalletscreen.defaultWalletName": "My read-only wallet", "components.walletinit.savereadonlywalletscreen.derivationPath": "Derivation path:", "components.walletinit.savereadonlywalletscreen.key": "Key:", @@ -346,7 +334,7 @@ "components.walletinit.verifyrestoredwallet.buttonText": "CONTINUE", "components.walletselection.walletselectionscreen.addWalletButton": "Добавить кошелек", "components.walletselection.walletselectionscreen.addWalletOnShelleyButton": "Add wallet (Jormungandr ITN)", - "components.walletselection.walletselectionscreen.header": "Ваши кошельки", + "components.walletselection.walletselectionscreen.header": "My wallets", "components.walletselection.walletselectionscreen.stakeDashboardButton": "Панель управления стейком", "crypto.errors.rewardAddressEmpty": "Reward address is empty.", "crypto.keystore.approveTransaction": "Authorize with your biometrics", @@ -400,6 +388,7 @@ "global.actions.dialogs.walletStateInvalid.title": "Invalid wallet state", "global.actions.dialogs.wrongPinError.message": "неверный PIN-код.", "global.actions.dialogs.wrongPinError.title": "Неверный PIN", + "global.assets.assetsLabel": "Assets", "global.availableFunds": "Доступные средства", "global.close": "close", "global.comingSoon": "Coming soon", @@ -433,6 +422,7 @@ "global.staking.stakePoolName": "Имя стейк-пула", "global.staking.stakePoolHash": "Хэш стейк-пула", "global.termsOfUse": "Условия использования", + "global.total": "Total", "global.totalAda": "Всего ADA", "global.tryAgain": "Try again", "global.txLabels.amount": "Сумма", @@ -445,5 +435,6 @@ "global.txLabels.submittingTx": "Отправка транзакции", "global.txLabels.withdrawals": "Withdrawals", "utils.format.today": "Сегодня", + "utils.format.unknownAssetName": "[Unknown asset name]", "utils.format.yesterday": "Вчера" } diff --git a/src/i18n/locales/sk-SK.json b/src/i18n/locales/sk-SK.json index 33ba8bd628..e4360e3028 100644 --- a/src/i18n/locales/sk-SK.json +++ b/src/i18n/locales/sk-SK.json @@ -71,6 +71,7 @@ "components.ledger.ledgertransportswitchmodal.usbExplanation": "Choose this option if you want to connect to a Ledger Nano model X or S using an on-the-go USB cable adaptor:", "components.login.appstartscreen.loginButton": "Login", "components.login.custompinlogin.title": "Enter PIN", + "components.ma.assetSelector.placeHolder": "Select an asset", "components.maintenancemodal.explanation": "Yoroi is in maintenance mode. You can still access your funds through any other wallet software.", "components.maintenancemodal.learnMore": "Learn more", "components.maintenancemodal.title": "Temporary Maintenance", @@ -110,9 +111,10 @@ "components.send.sendscreen.addressInputErrorInvalidAddress": "Please enter a valid address", "components.send.sendscreen.addressInputLabel": "Address", "components.send.sendscreen.amountInput.error.INVALID_AMOUNT": "Please enter a valid amount", + "components.send.sendscreen.amountInput.error.LT_MIN_UTXO": "Cannot send less than {minUtxo} {ticker}", "components.send.sendscreen.amountInput.error.NEGATIVE": "Amount must be positive", "components.send.sendscreen.amountInput.error.TOO_LARGE": "Amount too large", - "components.send.sendscreen.amountInput.error.TOO_LOW": "Cannot send less than 1 ADA", + "components.send.sendscreen.amountInput.error.TOO_LOW": "Amount is too low", "components.send.sendscreen.amountInput.error.TOO_MANY_DECIMAL_PLACES": "Please enter a valid amount", "components.send.sendscreen.amountInput.error.insufficientBalance": "Not enough funds to make this transaction", "components.send.sendscreen.availableFundsBannerIsFetching": "Checking balance...", @@ -177,9 +179,9 @@ "components.settings.settingsscreen.title": "Support", "components.settings.termsofservicescreen.title": "Terms of Service Agreement", "components.settings.toggleeasyconfirmationscreen.disableButton": "Disable", - "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your ADA only with your master password.", + "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your assets only with your master password.", "components.settings.toggleeasyconfirmationscreen.enableButton": "Enable", - "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send ADA transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", + "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", "components.settings.toggleeasyconfirmationscreen.enableMasterPassword": "Master password", "components.settings.toggleeasyconfirmationscreen.enableWarning": "Please remember your master password, as you may need it in case your biometrics data are removed from the device.", "components.settings.toggleeasyconfirmationscreen.title": "Easy confirmation", @@ -211,7 +213,7 @@ "components.stakingcenter.poolwarningmodal.unknown": "Causes some unknown issue (look online for more info)", "components.stakingcenter.title": "Staking Center", "components.stakingcenter.delegationTxBuildError": "Error while building delegation transaction", - "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} ADA from your deposit.", + "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} from your deposit.", "components.txhistory.flawedwalletmodal.title": "Warning", "components.txhistory.flawedwalletmodal.explanation1": "It looks like you have accidentally created or restored a wallet that is only included in special versions for development. As a security measure, we have disabled this wallet.", "components.txhistory.flawedwalletmodal.explanation2": "You still can create a new wallet or restore one without restrictions. If you were affected in some way by this issue, please contact EMURGO.", @@ -222,7 +224,7 @@ "components.txhistory.txdetails.confirmations": "{cnt} {cnt, plural, one {CONFIRMATION} other {CONFIRMATIONS}}", "components.txhistory.txdetails.fee": "Fee:", "components.txhistory.txdetails.fromAddresses": "From Addresses", - "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted", + "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted {cnt, plural, one {address} other {addresses}}", "components.txhistory.txdetails.toAddresses": "To Addresses", "components.txhistory.txdetails.transactionId": "Transaction ID", "components.txhistory.txdetails.txAssuranceLevel": "Transaction assurance level", @@ -292,28 +294,14 @@ "components.walletinit.restorewallet.restorewalletscreen.toolong": "Phrase is too long.", "components.walletinit.restorewallet.restorewalletscreen.tooshort": "Phrase is too short.", "components.walletinit.restorewallet.restorewalletscreen.unknowwords": "{wordlist} {cnt, plural, one {is} other {are}} invalid", - "components.walletinit.restorewallet.upgradecheckmodal.checkText": "Do you want to check if your wallet needs to be upgraded?", - "components.walletinit.restorewallet.upgradecheckmodal.checkButton": "Check", - "components.walletinit.restorewallet.upgradecheckmodal.explanation": "If you had ADA in your wallet on November 29th, 2019, you will need to upgrade to a new wallet format called a \"reward wallet\" for compatibility with Shelley.", - "components.walletinit.restorewallet.upgradecheckmodal.skipButton": "Skip", - "components.walletinit.restorewallet.upgradecheckmodal.title": "Wallet upgrade", "components.walletinit.restorewallet.upgradeconfirmmodal.balanceLabel": "Recovered balance", - "components.walletinit.restorewallet.upgradeconfirmmodal.feesLabel": "Fees", "components.walletinit.restorewallet.upgradeconfirmmodal.finalBalanceLabel": "Final balance", "components.walletinit.restorewallet.upgradeconfirmmodal.fromLabel": "From", "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeLabel": "All done!", - "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeMessage": "Your wallet did not need to be upgraded.", - "components.walletinit.restorewallet.upgradeconfirmmodal.title": "Wallet upgrade", "components.walletinit.restorewallet.upgradeconfirmmodal.toLabel": "To", "components.walletinit.restorewallet.upgradeconfirmmodal.txIdLabel": "Transaction ID", "components.walletinit.restorewallet.walletcredentialsscreen.title": "Wallet credentials", "components.walletinit.restorewallet.walletcredentialsscreen.walletCheckError": "Could not verify wallet funds", - "components.walletinit.restorewallet.walletverifyscreen.byronAddressLabel": "Byron wallet address:", - "components.walletinit.restorewallet.walletverifyscreen.shelleyAddressLabel": "Shelley wallet address:", - "components.walletinit.restorewallet.walletverifyscreen.title": "Verify restored wallet", - "components.walletinit.restorewallet.walletverifyscreen.verifyLabel": "Be careful about wallet restoration:", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions1": "Make sure the Byron wallet address matches your old wallet.", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions2": "If you entered the wrong recovery phrase, you will get an empty wallet with different addresses from your old one.", "components.walletinit.savereadonlywalletscreen.defaultWalletName": "My read-only wallet", "components.walletinit.savereadonlywalletscreen.derivationPath": "Derivation path:", "components.walletinit.savereadonlywalletscreen.key": "Key:", @@ -346,7 +334,7 @@ "components.walletinit.verifyrestoredwallet.buttonText": "CONTINUE", "components.walletselection.walletselectionscreen.addWalletButton": "Add wallet", "components.walletselection.walletselectionscreen.addWalletOnShelleyButton": "Add wallet (Jormungandr ITN)", - "components.walletselection.walletselectionscreen.header": "Your wallets", + "components.walletselection.walletselectionscreen.header": "My wallets", "components.walletselection.walletselectionscreen.stakeDashboardButton": "Stake Dashboard", "crypto.errors.rewardAddressEmpty": "Reward address is empty.", "crypto.keystore.approveTransaction": "Authorize with your biometrics", @@ -400,6 +388,7 @@ "global.actions.dialogs.walletStateInvalid.title": "Invalid wallet state", "global.actions.dialogs.wrongPinError.message": "PIN is incorrect.", "global.actions.dialogs.wrongPinError.title": "Invalid PIN", + "global.assets.assetsLabel": "Assets", "global.availableFunds": "Available funds", "global.close": "close", "global.comingSoon": "Coming soon", @@ -433,6 +422,7 @@ "global.staking.stakePoolName": "Stake pool name", "global.staking.stakePoolHash": "Stake pool hash", "global.termsOfUse": "Terms of use", + "global.total": "Total", "global.totalAda": "Total ADA", "global.tryAgain": "Try again", "global.txLabels.amount": "Amount", @@ -445,5 +435,6 @@ "global.txLabels.submittingTx": "Submitting transaction", "global.txLabels.withdrawals": "Withdrawals", "utils.format.today": "Today", + "utils.format.unknownAssetName": "[Unknown asset name]", "utils.format.yesterday": "Yesterday" } diff --git a/src/i18n/locales/tr-TR.json b/src/i18n/locales/tr-TR.json index 33ba8bd628..e4360e3028 100644 --- a/src/i18n/locales/tr-TR.json +++ b/src/i18n/locales/tr-TR.json @@ -71,6 +71,7 @@ "components.ledger.ledgertransportswitchmodal.usbExplanation": "Choose this option if you want to connect to a Ledger Nano model X or S using an on-the-go USB cable adaptor:", "components.login.appstartscreen.loginButton": "Login", "components.login.custompinlogin.title": "Enter PIN", + "components.ma.assetSelector.placeHolder": "Select an asset", "components.maintenancemodal.explanation": "Yoroi is in maintenance mode. You can still access your funds through any other wallet software.", "components.maintenancemodal.learnMore": "Learn more", "components.maintenancemodal.title": "Temporary Maintenance", @@ -110,9 +111,10 @@ "components.send.sendscreen.addressInputErrorInvalidAddress": "Please enter a valid address", "components.send.sendscreen.addressInputLabel": "Address", "components.send.sendscreen.amountInput.error.INVALID_AMOUNT": "Please enter a valid amount", + "components.send.sendscreen.amountInput.error.LT_MIN_UTXO": "Cannot send less than {minUtxo} {ticker}", "components.send.sendscreen.amountInput.error.NEGATIVE": "Amount must be positive", "components.send.sendscreen.amountInput.error.TOO_LARGE": "Amount too large", - "components.send.sendscreen.amountInput.error.TOO_LOW": "Cannot send less than 1 ADA", + "components.send.sendscreen.amountInput.error.TOO_LOW": "Amount is too low", "components.send.sendscreen.amountInput.error.TOO_MANY_DECIMAL_PLACES": "Please enter a valid amount", "components.send.sendscreen.amountInput.error.insufficientBalance": "Not enough funds to make this transaction", "components.send.sendscreen.availableFundsBannerIsFetching": "Checking balance...", @@ -177,9 +179,9 @@ "components.settings.settingsscreen.title": "Support", "components.settings.termsofservicescreen.title": "Terms of Service Agreement", "components.settings.toggleeasyconfirmationscreen.disableButton": "Disable", - "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your ADA only with your master password.", + "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your assets only with your master password.", "components.settings.toggleeasyconfirmationscreen.enableButton": "Enable", - "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send ADA transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", + "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", "components.settings.toggleeasyconfirmationscreen.enableMasterPassword": "Master password", "components.settings.toggleeasyconfirmationscreen.enableWarning": "Please remember your master password, as you may need it in case your biometrics data are removed from the device.", "components.settings.toggleeasyconfirmationscreen.title": "Easy confirmation", @@ -211,7 +213,7 @@ "components.stakingcenter.poolwarningmodal.unknown": "Causes some unknown issue (look online for more info)", "components.stakingcenter.title": "Staking Center", "components.stakingcenter.delegationTxBuildError": "Error while building delegation transaction", - "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} ADA from your deposit.", + "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} from your deposit.", "components.txhistory.flawedwalletmodal.title": "Warning", "components.txhistory.flawedwalletmodal.explanation1": "It looks like you have accidentally created or restored a wallet that is only included in special versions for development. As a security measure, we have disabled this wallet.", "components.txhistory.flawedwalletmodal.explanation2": "You still can create a new wallet or restore one without restrictions. If you were affected in some way by this issue, please contact EMURGO.", @@ -222,7 +224,7 @@ "components.txhistory.txdetails.confirmations": "{cnt} {cnt, plural, one {CONFIRMATION} other {CONFIRMATIONS}}", "components.txhistory.txdetails.fee": "Fee:", "components.txhistory.txdetails.fromAddresses": "From Addresses", - "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted", + "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted {cnt, plural, one {address} other {addresses}}", "components.txhistory.txdetails.toAddresses": "To Addresses", "components.txhistory.txdetails.transactionId": "Transaction ID", "components.txhistory.txdetails.txAssuranceLevel": "Transaction assurance level", @@ -292,28 +294,14 @@ "components.walletinit.restorewallet.restorewalletscreen.toolong": "Phrase is too long.", "components.walletinit.restorewallet.restorewalletscreen.tooshort": "Phrase is too short.", "components.walletinit.restorewallet.restorewalletscreen.unknowwords": "{wordlist} {cnt, plural, one {is} other {are}} invalid", - "components.walletinit.restorewallet.upgradecheckmodal.checkText": "Do you want to check if your wallet needs to be upgraded?", - "components.walletinit.restorewallet.upgradecheckmodal.checkButton": "Check", - "components.walletinit.restorewallet.upgradecheckmodal.explanation": "If you had ADA in your wallet on November 29th, 2019, you will need to upgrade to a new wallet format called a \"reward wallet\" for compatibility with Shelley.", - "components.walletinit.restorewallet.upgradecheckmodal.skipButton": "Skip", - "components.walletinit.restorewallet.upgradecheckmodal.title": "Wallet upgrade", "components.walletinit.restorewallet.upgradeconfirmmodal.balanceLabel": "Recovered balance", - "components.walletinit.restorewallet.upgradeconfirmmodal.feesLabel": "Fees", "components.walletinit.restorewallet.upgradeconfirmmodal.finalBalanceLabel": "Final balance", "components.walletinit.restorewallet.upgradeconfirmmodal.fromLabel": "From", "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeLabel": "All done!", - "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeMessage": "Your wallet did not need to be upgraded.", - "components.walletinit.restorewallet.upgradeconfirmmodal.title": "Wallet upgrade", "components.walletinit.restorewallet.upgradeconfirmmodal.toLabel": "To", "components.walletinit.restorewallet.upgradeconfirmmodal.txIdLabel": "Transaction ID", "components.walletinit.restorewallet.walletcredentialsscreen.title": "Wallet credentials", "components.walletinit.restorewallet.walletcredentialsscreen.walletCheckError": "Could not verify wallet funds", - "components.walletinit.restorewallet.walletverifyscreen.byronAddressLabel": "Byron wallet address:", - "components.walletinit.restorewallet.walletverifyscreen.shelleyAddressLabel": "Shelley wallet address:", - "components.walletinit.restorewallet.walletverifyscreen.title": "Verify restored wallet", - "components.walletinit.restorewallet.walletverifyscreen.verifyLabel": "Be careful about wallet restoration:", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions1": "Make sure the Byron wallet address matches your old wallet.", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions2": "If you entered the wrong recovery phrase, you will get an empty wallet with different addresses from your old one.", "components.walletinit.savereadonlywalletscreen.defaultWalletName": "My read-only wallet", "components.walletinit.savereadonlywalletscreen.derivationPath": "Derivation path:", "components.walletinit.savereadonlywalletscreen.key": "Key:", @@ -346,7 +334,7 @@ "components.walletinit.verifyrestoredwallet.buttonText": "CONTINUE", "components.walletselection.walletselectionscreen.addWalletButton": "Add wallet", "components.walletselection.walletselectionscreen.addWalletOnShelleyButton": "Add wallet (Jormungandr ITN)", - "components.walletselection.walletselectionscreen.header": "Your wallets", + "components.walletselection.walletselectionscreen.header": "My wallets", "components.walletselection.walletselectionscreen.stakeDashboardButton": "Stake Dashboard", "crypto.errors.rewardAddressEmpty": "Reward address is empty.", "crypto.keystore.approveTransaction": "Authorize with your biometrics", @@ -400,6 +388,7 @@ "global.actions.dialogs.walletStateInvalid.title": "Invalid wallet state", "global.actions.dialogs.wrongPinError.message": "PIN is incorrect.", "global.actions.dialogs.wrongPinError.title": "Invalid PIN", + "global.assets.assetsLabel": "Assets", "global.availableFunds": "Available funds", "global.close": "close", "global.comingSoon": "Coming soon", @@ -433,6 +422,7 @@ "global.staking.stakePoolName": "Stake pool name", "global.staking.stakePoolHash": "Stake pool hash", "global.termsOfUse": "Terms of use", + "global.total": "Total", "global.totalAda": "Total ADA", "global.tryAgain": "Try again", "global.txLabels.amount": "Amount", @@ -445,5 +435,6 @@ "global.txLabels.submittingTx": "Submitting transaction", "global.txLabels.withdrawals": "Withdrawals", "utils.format.today": "Today", + "utils.format.unknownAssetName": "[Unknown asset name]", "utils.format.yesterday": "Yesterday" } diff --git a/src/i18n/locales/zh-Hans.json b/src/i18n/locales/zh-Hans.json index e4acd9a040..b95b023839 100644 --- a/src/i18n/locales/zh-Hans.json +++ b/src/i18n/locales/zh-Hans.json @@ -5,7 +5,7 @@ "components.common.languagepicker.brazilian": "巴西葡萄牙语", "components.common.languagepicker.chinese": "简体中文", "components.common.languagepicker.continueButton": "请选择语言", - "components.common.languagepicker.contributors": "红中玉", + "components.common.languagepicker.contributors": "红中玉、Wang, Yonggang.", "components.common.languagepicker.dutch": "Nederlands", "components.common.languagepicker.english": "英语", "components.common.languagepicker.french": "法语", @@ -36,7 +36,7 @@ "components.delegationsummary.delegatedStakepoolInfo.unknownPool": "未知权益池", "components.delegationsummary.delegatedStakepoolInfo.warning": "如果您刚委托给新​​的权益池,则网络可能需要花费几分钟来处理您的请求。", "components.delegationsummary.epochProgress.endsIn": "结束于", - "components.delegationsummary.epochProgress.title": "纪元进度", + "components.delegationsummary.epochProgress.title": "时代进展", "components.delegationsummary.failedwalletupgrademodal.title": "注意!", "components.delegationsummary.failedwalletupgrademodal.explanation1": "一些用户在升级他们的Shelley测试网钱包时遇到了问题。", "components.delegationsummary.failedwalletupgrademodal.explanation2": "如果您升级完钱包后发现原有余额变为零,我们建议您用助记词重新恢复钱包。由此给您带来的不便我们深表歉意,敬请谅解。", @@ -45,12 +45,12 @@ "components.delegationsummary.notDelegatedInfo.secondLine": "前往质押中心选择您想要委托的权益池。注意,您仅能同时委托一个权益池。", "components.delegationsummary.upcomingReward.followingLabel": "之后的收益", "components.delegationsummary.upcomingReward.nextLabel": "下一次收益", - "components.delegationsummary.upcomingReward.rewardDisclaimerText": "请注意,在委托给权益池之后,您需要等到当前纪元结束,再等待额外的两个纪元后,才能开始接收奖励。", + "components.delegationsummary.upcomingReward.rewardDisclaimerText": "请注意,在委托给权益池之后,您需要等到当前时代结束,再等待额外的两个时代后,才能开始接收奖励。", "components.delegationsummary.userSummary.title": "您的总览", "components.delegationsummary.userSummary.totalDelegated": "委托总量", "components.delegationsummary.userSummary.totalRewards": "收益总量", "components.delegationsummary.userSummary.withdrawButtonTitle": "赎回", - "components.delegationsummary.warningbanner.message": " 最后的ITN奖励在190号纪元截止发放完毕。一旦Shelley在主网上发布,就可以在主网上领取ITN奖励。", + "components.delegationsummary.warningbanner.message": " 最后的ITN奖励在第190时代发放完毕。一旦Shelley在主网上发布,就可以在主网上领取ITN奖励。", "components.delegationsummary.warningbanner.message2": "您的ITN钱包奖励和余额可能无法正确显示,但是此信息仍安全地存储在ITN区块链中。", "components.delegationsummary.warningbanner.title": "注意:", "components.firstrun.acepttermsofservicescreen.aggreeClause": "我同意服务条款", @@ -71,6 +71,7 @@ "components.ledger.ledgertransportswitchmodal.usbExplanation": "如果要使用移动USB电缆适配器连接到Ledger Nano X或S型,请选择此选项", "components.login.appstartscreen.loginButton": "登入", "components.login.custompinlogin.title": "输入PIN码", + "components.ma.assetSelector.placeHolder": "选择资产", "components.maintenancemodal.explanation": "Yoroi处于维护模式。您仍然可以通过任何其他钱包软件访问您的资金。", "components.maintenancemodal.learnMore": "了解更多", "components.maintenancemodal.title": "临时维护", @@ -110,9 +111,10 @@ "components.send.sendscreen.addressInputErrorInvalidAddress": "请输入有效地址。", "components.send.sendscreen.addressInputLabel": "地址", "components.send.sendscreen.amountInput.error.INVALID_AMOUNT": "请输入有效金额。", + "components.send.sendscreen.amountInput.error.LT_MIN_UTXO": "无法发送低于{minUtxo} 的{ticker}。", "components.send.sendscreen.amountInput.error.NEGATIVE": "金额必须为正", "components.send.sendscreen.amountInput.error.TOO_LARGE": "金额过大", - "components.send.sendscreen.amountInput.error.TOO_LOW": "无法发送低于1个的ada", + "components.send.sendscreen.amountInput.error.TOO_LOW": "金额过低", "components.send.sendscreen.amountInput.error.TOO_MANY_DECIMAL_PLACES": "请输入有效金额。", "components.send.sendscreen.amountInput.error.insufficientBalance": "没有足够的资金进行此交易。", "components.send.sendscreen.availableFundsBannerIsFetching": "确认余额中...", @@ -179,7 +181,7 @@ "components.settings.toggleeasyconfirmationscreen.disableButton": "禁用", "components.settings.toggleeasyconfirmationscreen.disableHeading": "禁用此选项,您将只能使用主密码来支付ADA。", "components.settings.toggleeasyconfirmationscreen.enableButton": "启用", - "components.settings.toggleeasyconfirmationscreen.enableHeading": "启用此选项,您可以不需要密码,仅仅通过指纹或者面容识别来发送ADA。这会使您钱包的安全风险稍微增加,但更加方便。这是易用性和安全性的取舍!", + "components.settings.toggleeasyconfirmationscreen.enableHeading": "启用此选项,您可以不需要密码,仅仅通过指纹或者面容识别来完成交易。这会使您钱包的安全风险稍微增加,但更加方便。这是易用性和安全性的取舍!", "components.settings.toggleeasyconfirmationscreen.enableMasterPassword": "主密码", "components.settings.toggleeasyconfirmationscreen.enableWarning": "请牢记您的主密码,以防您的生物识别信息在此设备被删除。", "components.settings.toggleeasyconfirmationscreen.title": "快速确认", @@ -197,7 +199,7 @@ "components.settings.walletsettingscreen.walletType": "钱包类型:", "components.stakingcenter.confirmDelegation.delegateButtonLabel": "委托", "components.stakingcenter.confirmDelegation.ofFees": "手续费", - "components.stakingcenter.confirmDelegation.rewardsExplanation": "当前每个纪元(epoch)可获得奖励预估:", + "components.stakingcenter.confirmDelegation.rewardsExplanation": "当前每个时代预计可获得奖励:", "components.stakingcenter.confirmDelegation.title": "确认委托", "components.stakingcenter.delegationbyid.stakePoolId": "权益池ID", "components.stakingcenter.delegationbyid.title": "由ID委托", @@ -211,7 +213,7 @@ "components.stakingcenter.poolwarningmodal.unknown": "导致一些未知问题 (在线查找更多信息)", "components.stakingcenter.title": "质押中心", "components.stakingcenter.delegationTxBuildError": "建立委托交易时出错", - "components.transfer.transfersummarymodal.unregisterExplanation": "此交易将解注册一个或多个抵押密钥,从而从您的存款中退还您的{refundAmount}ADA。", + "components.transfer.transfersummarymodal.unregisterExplanation": "此交易将取消注册一个或多个委托密钥,从而从您的存款中退还您的{refundAmount}。", "components.txhistory.flawedwalletmodal.title": "警告", "components.txhistory.flawedwalletmodal.explanation1": "您似乎意外地创建或恢复了特殊版本的开发者钱包。为了安全起见,我们已禁用此钱包。", "components.txhistory.flawedwalletmodal.explanation2": "您仍然可以不受限制地创建或恢复一个新的钱包。如果您受到此问题的某种影响,请联系EMURGO。", @@ -222,7 +224,7 @@ "components.txhistory.txdetails.confirmations": "{cnt} {cnt, plural, one {CONFIRMATION} other {CONFIRMATIONS}}", "components.txhistory.txdetails.fee": "手续费:", "components.txhistory.txdetails.fromAddresses": "源地址", - "components.txhistory.txdetails.omittedCount": "+ {cnt} 外部找零地址(省略)", + "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted {cnt, plural, one {address} other {addresses}}", "components.txhistory.txdetails.toAddresses": "目标地址", "components.txhistory.txdetails.transactionId": "交易 ID", "components.txhistory.txdetails.txAssuranceLevel": "交易担保级别", @@ -281,7 +283,7 @@ "components.walletinit.importreadonlywalletscreen.line1": "Open \"My wallets\" page in the Yoroi extension.", "components.walletinit.importreadonlywalletscreen.line2": "Look for the {buttonType} for the wallet you want to import in the mobile app.", "components.walletinit.importreadonlywalletscreen.paragraph": "To import a read-only wallet from the Yoroi extension, you will need to:", - "components.walletinit.importreadonlywalletscreen.title": "Read-only Wallet", + "components.walletinit.importreadonlywalletscreen.title": "只读钱包", "components.walletinit.passwordstrengthindicator.passwordBigLength": "10个字符", "components.walletinit.passwordstrengthindicator.passwordRequirementsNote": "密码必须至少包含:", "components.walletinit.restorewallet.restorewalletscreen.instructions": "要恢复您的钱包,请提供您首次创建钱包时保存的 {mnemonicLength}-单词助记词。", @@ -292,32 +294,18 @@ "components.walletinit.restorewallet.restorewalletscreen.toolong": "助记词太长", "components.walletinit.restorewallet.restorewalletscreen.tooshort": "助记词太短", "components.walletinit.restorewallet.restorewalletscreen.unknowwords": "{wordlist} {cnt, plural, one {is} other {are}} 无效", - "components.walletinit.restorewallet.upgradecheckmodal.checkText": "检查您的钱包是否需要升级?", - "components.walletinit.restorewallet.upgradecheckmodal.checkButton": "检查", - "components.walletinit.restorewallet.upgradecheckmodal.explanation": "如果您的钱包在2019年11月29日快照时拥有ADA,则需要升级到“奖励钱包”的新格式,以与Shelley兼容。", - "components.walletinit.restorewallet.upgradecheckmodal.skipButton": "忽略", - "components.walletinit.restorewallet.upgradecheckmodal.title": "钱包升级", "components.walletinit.restorewallet.upgradeconfirmmodal.balanceLabel": "恢复的余额", - "components.walletinit.restorewallet.upgradeconfirmmodal.feesLabel": "手续费", "components.walletinit.restorewallet.upgradeconfirmmodal.finalBalanceLabel": "最终余额", "components.walletinit.restorewallet.upgradeconfirmmodal.fromLabel": "从", "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeLabel": "完成!", - "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeMessage": "您的钱包不需要升级.", - "components.walletinit.restorewallet.upgradeconfirmmodal.title": "钱包升级", "components.walletinit.restorewallet.upgradeconfirmmodal.toLabel": "到", "components.walletinit.restorewallet.upgradeconfirmmodal.txIdLabel": "交易 ID", "components.walletinit.restorewallet.walletcredentialsscreen.title": "钱包凭证", "components.walletinit.restorewallet.walletcredentialsscreen.walletCheckError": "无法验证钱包资金", - "components.walletinit.restorewallet.walletverifyscreen.byronAddressLabel": "Byron钱包地址:", - "components.walletinit.restorewallet.walletverifyscreen.shelleyAddressLabel": "Shelley钱包地址:", - "components.walletinit.restorewallet.walletverifyscreen.title": "验证已恢复的钱包", - "components.walletinit.restorewallet.walletverifyscreen.verifyLabel": "恢复钱包请注意:", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions1": "请确保Byron钱包地址和您的旧钱包地址一致。", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions2": "如果您输入错误的助记词,您会得到一个和您旧钱包地址不一样的空的新钱包。", - "components.walletinit.savereadonlywalletscreen.defaultWalletName": "My read-only wallet", + "components.walletinit.savereadonlywalletscreen.defaultWalletName": "我的只读钱包", "components.walletinit.savereadonlywalletscreen.derivationPath": "Derivation path:", - "components.walletinit.savereadonlywalletscreen.key": "Key:", - "components.walletinit.savereadonlywalletscreen.title": "Verify read-only wallet", + "components.walletinit.savereadonlywalletscreen.key": "密钥:", + "components.walletinit.savereadonlywalletscreen.title": "验证只读钱包", "components.walletinit.walletdescription.slogan": "通往金融世界的门户", "components.walletinit.walletform.continueButton": "继续", "components.walletinit.walletform.newPasswordInput": "支付密码", @@ -329,7 +317,7 @@ "components.walletinit.walletinitscreen.createWalletButton": "创建钱包", "components.walletinit.walletinitscreen.createWalletWithLedgerButton": "连接到Ledger Nano", "components.walletinit.walletinitscreen.importReadOnlyWalletExplanation": "The Yoroi extension allows you to export any of your wallets' public keys in a QR code. Choose this option to import a wallet from a QR code in read-only mode.", - "components.walletinit.walletinitscreen.importReadOnlyWalletLabel": "Read-only wallet", + "components.walletinit.walletinitscreen.importReadOnlyWalletLabel": "只读钱包", "components.walletinit.walletinitscreen.restoreNormalWalletLabel": "15-助记词钱包", "components.walletinit.walletinitscreen.restoreNWordWalletExplanation": "如果您有一个包含{mnemonicLength}个单词的恢复短语,请选择此选项以恢复您的钱包。", "components.walletinit.walletinitscreen.restoreWalletButton": "恢复钱包", @@ -346,7 +334,7 @@ "components.walletinit.verifyrestoredwallet.buttonText": "继续", "components.walletselection.walletselectionscreen.addWalletButton": "添加钱包", "components.walletselection.walletselectionscreen.addWalletOnShelleyButton": "添加钱包(Jormungandr 测试网)", - "components.walletselection.walletselectionscreen.header": "您的钱包", + "components.walletselection.walletselectionscreen.header": "我的钱包", "components.walletselection.walletselectionscreen.stakeDashboardButton": "质押仪表盘", "crypto.errors.rewardAddressEmpty": "奖励地址是空的。", "crypto.keystore.approveTransaction": "使用您的生物识别信息授权", @@ -379,8 +367,8 @@ "global.actions.dialogs.incorrectPassword.title": "密码错误", "global.actions.dialogs.incorrectPin.message": "您输入的PIN码不正确。", "global.actions.dialogs.incorrectPin.title": "无效的PIN码", - "global.actions.dialogs.invalidQRCode.message": "The QR code you scanned does not seem to contain a valid public key. Please try again with a new one.", - "global.actions.dialogs.invalidQRCode.title": "Invalid QR code", + "global.actions.dialogs.invalidQRCode.message": "你所扫描的二维码似乎并不包含有效的公钥。请使用另一个新的二维码重试。", + "global.actions.dialogs.invalidQRCode.title": "无效二维码", "global.actions.dialogs.itnNotSupported.message": "在激励性测试网(ITN)期间创建的钱包不再可用。\n如果您想领取奖励,我们将在接下来的几周内更新Yoroi Mobile和Yoroi Desktop。", "global.actions.dialogs.itnNotSupported.title": "卡尔达诺ITN(奖励测试网)已经完成", "global.actions.dialogs.logout.message": "您确定登出吗?", @@ -400,6 +388,7 @@ "global.actions.dialogs.walletStateInvalid.title": "无效的钱包状态", "global.actions.dialogs.wrongPinError.message": "PIN码不正确", "global.actions.dialogs.wrongPinError.title": "无效的PIN码", + "global.assets.assetsLabel": "资产", "global.availableFunds": "可用资金", "global.close": "关闭", "global.comingSoon": "即将到来", @@ -411,7 +400,7 @@ "global.ledgerMessages.bluetoothDisabledError": "您智能手机上的蓝牙已关闭。", "global.ledgerMessages.connectionError": "尝试连接您的硬件钱包时发生错误。请确保您正确地遵循了这些步骤。重新启动硬件钱包也许可以解决此问题。", "global.ledgerMessages.connectUsb": "请使用OTG适配器通过智能手机的USB端口连接您的Ledger设备", - "global.ledgerMessages.deprecatedAdaAppError": "The Cardano ADA app installed in your Ledger device is not up-to-date. Required version: {version}", + "global.ledgerMessages.deprecatedAdaAppError": "安装在您的Ledger设备上的Cardano ADA应用不是最新的。最低要求版本:{version}", "global.ledgerMessages.enableLocation": "启用位置服务。", "global.ledgerMessages.enableTransport": "启用蓝牙服务。", "global.ledgerMessages.enterPin": "请打开您的ledger设备并输入您的PIN码。", @@ -429,10 +418,11 @@ "global.deprecated": "不推荐", "global.ok": "完成", "global.pleaseWait": "请稍后...", - "global.staking.epochLabel": "纪元", + "global.staking.epochLabel": "时代", "global.staking.stakePoolName": "权益池名称", "global.staking.stakePoolHash": "权益池哈希", "global.termsOfUse": "使用条款", + "global.total": "总计", "global.totalAda": "ADA总量", "global.tryAgain": "请重试", "global.txLabels.amount": "金额", @@ -445,5 +435,6 @@ "global.txLabels.submittingTx": "提交交易", "global.txLabels.withdrawals": "赎回", "utils.format.today": "今天", + "utils.format.unknownAssetName": "[未知的资产名称]", "utils.format.yesterday": "昨天" } diff --git a/src/i18n/locales/zh-Hant.json b/src/i18n/locales/zh-Hant.json index 33ba8bd628..e4360e3028 100644 --- a/src/i18n/locales/zh-Hant.json +++ b/src/i18n/locales/zh-Hant.json @@ -71,6 +71,7 @@ "components.ledger.ledgertransportswitchmodal.usbExplanation": "Choose this option if you want to connect to a Ledger Nano model X or S using an on-the-go USB cable adaptor:", "components.login.appstartscreen.loginButton": "Login", "components.login.custompinlogin.title": "Enter PIN", + "components.ma.assetSelector.placeHolder": "Select an asset", "components.maintenancemodal.explanation": "Yoroi is in maintenance mode. You can still access your funds through any other wallet software.", "components.maintenancemodal.learnMore": "Learn more", "components.maintenancemodal.title": "Temporary Maintenance", @@ -110,9 +111,10 @@ "components.send.sendscreen.addressInputErrorInvalidAddress": "Please enter a valid address", "components.send.sendscreen.addressInputLabel": "Address", "components.send.sendscreen.amountInput.error.INVALID_AMOUNT": "Please enter a valid amount", + "components.send.sendscreen.amountInput.error.LT_MIN_UTXO": "Cannot send less than {minUtxo} {ticker}", "components.send.sendscreen.amountInput.error.NEGATIVE": "Amount must be positive", "components.send.sendscreen.amountInput.error.TOO_LARGE": "Amount too large", - "components.send.sendscreen.amountInput.error.TOO_LOW": "Cannot send less than 1 ADA", + "components.send.sendscreen.amountInput.error.TOO_LOW": "Amount is too low", "components.send.sendscreen.amountInput.error.TOO_MANY_DECIMAL_PLACES": "Please enter a valid amount", "components.send.sendscreen.amountInput.error.insufficientBalance": "Not enough funds to make this transaction", "components.send.sendscreen.availableFundsBannerIsFetching": "Checking balance...", @@ -177,9 +179,9 @@ "components.settings.settingsscreen.title": "Support", "components.settings.termsofservicescreen.title": "Terms of Service Agreement", "components.settings.toggleeasyconfirmationscreen.disableButton": "Disable", - "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your ADA only with your master password.", + "components.settings.toggleeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your assets only with your master password.", "components.settings.toggleeasyconfirmationscreen.enableButton": "Enable", - "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send ADA transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", + "components.settings.toggleeasyconfirmationscreen.enableHeading": "This option will allow you to send transactions from your wallet by simply confirming with fingerprint or facial recognition (with a standard system fallback option). This makes your wallet less secure. This is a compromise between UX and security!", "components.settings.toggleeasyconfirmationscreen.enableMasterPassword": "Master password", "components.settings.toggleeasyconfirmationscreen.enableWarning": "Please remember your master password, as you may need it in case your biometrics data are removed from the device.", "components.settings.toggleeasyconfirmationscreen.title": "Easy confirmation", @@ -211,7 +213,7 @@ "components.stakingcenter.poolwarningmodal.unknown": "Causes some unknown issue (look online for more info)", "components.stakingcenter.title": "Staking Center", "components.stakingcenter.delegationTxBuildError": "Error while building delegation transaction", - "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} ADA from your deposit.", + "components.transfer.transfersummarymodal.unregisterExplanation": "This transaction will unregister one or more staking keys, giving you back your {refundAmount} from your deposit.", "components.txhistory.flawedwalletmodal.title": "Warning", "components.txhistory.flawedwalletmodal.explanation1": "It looks like you have accidentally created or restored a wallet that is only included in special versions for development. As a security measure, we have disabled this wallet.", "components.txhistory.flawedwalletmodal.explanation2": "You still can create a new wallet or restore one without restrictions. If you were affected in some way by this issue, please contact EMURGO.", @@ -222,7 +224,7 @@ "components.txhistory.txdetails.confirmations": "{cnt} {cnt, plural, one {CONFIRMATION} other {CONFIRMATIONS}}", "components.txhistory.txdetails.fee": "Fee:", "components.txhistory.txdetails.fromAddresses": "From Addresses", - "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted", + "components.txhistory.txdetails.omittedCount": "+ {cnt} omitted {cnt, plural, one {address} other {addresses}}", "components.txhistory.txdetails.toAddresses": "To Addresses", "components.txhistory.txdetails.transactionId": "Transaction ID", "components.txhistory.txdetails.txAssuranceLevel": "Transaction assurance level", @@ -292,28 +294,14 @@ "components.walletinit.restorewallet.restorewalletscreen.toolong": "Phrase is too long.", "components.walletinit.restorewallet.restorewalletscreen.tooshort": "Phrase is too short.", "components.walletinit.restorewallet.restorewalletscreen.unknowwords": "{wordlist} {cnt, plural, one {is} other {are}} invalid", - "components.walletinit.restorewallet.upgradecheckmodal.checkText": "Do you want to check if your wallet needs to be upgraded?", - "components.walletinit.restorewallet.upgradecheckmodal.checkButton": "Check", - "components.walletinit.restorewallet.upgradecheckmodal.explanation": "If you had ADA in your wallet on November 29th, 2019, you will need to upgrade to a new wallet format called a \"reward wallet\" for compatibility with Shelley.", - "components.walletinit.restorewallet.upgradecheckmodal.skipButton": "Skip", - "components.walletinit.restorewallet.upgradecheckmodal.title": "Wallet upgrade", "components.walletinit.restorewallet.upgradeconfirmmodal.balanceLabel": "Recovered balance", - "components.walletinit.restorewallet.upgradeconfirmmodal.feesLabel": "Fees", "components.walletinit.restorewallet.upgradeconfirmmodal.finalBalanceLabel": "Final balance", "components.walletinit.restorewallet.upgradeconfirmmodal.fromLabel": "From", "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeLabel": "All done!", - "components.walletinit.restorewallet.upgradeconfirmmodal.noUpgradeMessage": "Your wallet did not need to be upgraded.", - "components.walletinit.restorewallet.upgradeconfirmmodal.title": "Wallet upgrade", "components.walletinit.restorewallet.upgradeconfirmmodal.toLabel": "To", "components.walletinit.restorewallet.upgradeconfirmmodal.txIdLabel": "Transaction ID", "components.walletinit.restorewallet.walletcredentialsscreen.title": "Wallet credentials", "components.walletinit.restorewallet.walletcredentialsscreen.walletCheckError": "Could not verify wallet funds", - "components.walletinit.restorewallet.walletverifyscreen.byronAddressLabel": "Byron wallet address:", - "components.walletinit.restorewallet.walletverifyscreen.shelleyAddressLabel": "Shelley wallet address:", - "components.walletinit.restorewallet.walletverifyscreen.title": "Verify restored wallet", - "components.walletinit.restorewallet.walletverifyscreen.verifyLabel": "Be careful about wallet restoration:", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions1": "Make sure the Byron wallet address matches your old wallet.", - "components.walletinit.restorewallet.walletverifyscreen.verifyInstructions2": "If you entered the wrong recovery phrase, you will get an empty wallet with different addresses from your old one.", "components.walletinit.savereadonlywalletscreen.defaultWalletName": "My read-only wallet", "components.walletinit.savereadonlywalletscreen.derivationPath": "Derivation path:", "components.walletinit.savereadonlywalletscreen.key": "Key:", @@ -346,7 +334,7 @@ "components.walletinit.verifyrestoredwallet.buttonText": "CONTINUE", "components.walletselection.walletselectionscreen.addWalletButton": "Add wallet", "components.walletselection.walletselectionscreen.addWalletOnShelleyButton": "Add wallet (Jormungandr ITN)", - "components.walletselection.walletselectionscreen.header": "Your wallets", + "components.walletselection.walletselectionscreen.header": "My wallets", "components.walletselection.walletselectionscreen.stakeDashboardButton": "Stake Dashboard", "crypto.errors.rewardAddressEmpty": "Reward address is empty.", "crypto.keystore.approveTransaction": "Authorize with your biometrics", @@ -400,6 +388,7 @@ "global.actions.dialogs.walletStateInvalid.title": "Invalid wallet state", "global.actions.dialogs.wrongPinError.message": "PIN is incorrect.", "global.actions.dialogs.wrongPinError.title": "Invalid PIN", + "global.assets.assetsLabel": "Assets", "global.availableFunds": "Available funds", "global.close": "close", "global.comingSoon": "Coming soon", @@ -433,6 +422,7 @@ "global.staking.stakePoolName": "Stake pool name", "global.staking.stakePoolHash": "Stake pool hash", "global.termsOfUse": "Terms of use", + "global.total": "Total", "global.totalAda": "Total ADA", "global.tryAgain": "Try again", "global.txLabels.amount": "Amount", @@ -445,5 +435,6 @@ "global.txLabels.submittingTx": "Submitting transaction", "global.txLabels.withdrawals": "Withdrawals", "utils.format.today": "Today", + "utils.format.unknownAssetName": "[Unknown asset name]", "utils.format.yesterday": "Yesterday" }