From b4750bf2f8e5999dfddc06f092e3b3b23ef1f611 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Mon, 13 May 2019 14:23:14 +0200 Subject: [PATCH 1/7] fix msg id --- src/views/Wallet/views/WalletSettings/index.messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Wallet/views/WalletSettings/index.messages.js b/src/views/Wallet/views/WalletSettings/index.messages.js index b22ad616..950f5124 100644 --- a/src/views/Wallet/views/WalletSettings/index.messages.js +++ b/src/views/Wallet/views/WalletSettings/index.messages.js @@ -21,7 +21,7 @@ const definedMessages: Messages = defineMessages({ defaultMessage: 'Visible coins', }, TR_VISIBLE_COINS_EXTERNAL: { - id: 'TR_VISIBLE_COINS', + id: 'TR_VISIBLE_COINS_EXTERNAL', defaultMessage: 'Visible external coins', }, TR_VISIBLE_COINS_EXPLAINED: { From f8119c651e710ce90159fbe875defb91f301985c Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Mon, 13 May 2019 14:23:20 +0200 Subject: [PATCH 2/7] update master.json --- translations/master.json | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/translations/master.json b/translations/master.json index 2931d9ca..6429e8e0 100644 --- a/translations/master.json +++ b/translations/master.json @@ -469,6 +469,14 @@ ] } }, + "TR_PASSPHRASE_IS_TOO_LONG": { + "source": "Passphrase is too long!", + "meta": { + "occurrences": [ + "src/components/modals/passphrase/Passphrase/index.messages.js" + ] + } + }, "TR_SHOW_PASSPHRASE": { "source": "Show passphrase", "meta": { @@ -1118,6 +1126,23 @@ ] } }, + "TR_SELECT_COINS": { + "source": "Select a coin in {TR_SELECT_COINS_LINK}", + "meta": { + "comment": "COMPLETE SENTENCE: Select a coin in application settings", + "occurrences": [ + "src/views/Wallet/components/LeftNavigation/components/CoinMenu/index.messages.js" + ] + } + }, + "TR_SELECT_COINS_LINK": { + "source": "application settings", + "meta": { + "occurrences": [ + "src/views/Wallet/components/LeftNavigation/components/CoinMenu/index.messages.js" + ] + } + }, "TR_CHANGE_WALLET_TYPE": { "source": "Change wallet type", "meta": { @@ -1835,5 +1860,29 @@ "src/views/Wallet/views/WalletSettings/index.messages.js" ] } + }, + "TR_VISIBLE_COINS": { + "source": "Visible coins", + "meta": { + "occurrences": [ + "src/views/Wallet/views/WalletSettings/index.messages.js" + ] + } + }, + "TR_VISIBLE_COINS_EXTERNAL": { + "source": "Visible external coins", + "meta": { + "occurrences": [ + "src/views/Wallet/views/WalletSettings/index.messages.js" + ] + } + }, + "TR_VISIBLE_COINS_EXPLAINED": { + "source": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later.", + "meta": { + "occurrences": [ + "src/views/Wallet/views/WalletSettings/index.messages.js" + ] + } } } \ No newline at end of file From 12cffe14e98923afecd3b5b64e85cb4660d6b82e Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Mon, 13 May 2019 14:32:31 +0200 Subject: [PATCH 3/7] update locales --- public/l10n/af.json | 9 +- public/l10n/ar.json | 9 +- public/l10n/bn.json | 9 +- public/l10n/cs.json | 9 +- public/l10n/de.json | 9 +- public/l10n/el.json | 9 +- public/l10n/en.json | 9 +- public/l10n/es.json | 299 +++++++++++++++++++++-------------------- public/l10n/et.json | 9 +- public/l10n/fa.json | 9 +- public/l10n/fr.json | 9 +- public/l10n/he.json | 9 +- public/l10n/hi.json | 9 +- public/l10n/hu.json | 9 +- public/l10n/id.json | 9 +- public/l10n/it.json | 9 +- public/l10n/ja.json | 9 +- public/l10n/ko.json | 9 +- public/l10n/nl.json | 9 +- public/l10n/no.json | 9 +- public/l10n/pl.json | 9 +- public/l10n/pt.json | 9 +- public/l10n/ru.json | 9 +- public/l10n/sv-SE.json | 9 +- public/l10n/tr.json | 9 +- public/l10n/uk.json | 9 +- public/l10n/vi.json | 9 +- public/l10n/zh-TW.json | 9 +- public/l10n/zh.json | 9 +- 29 files changed, 377 insertions(+), 174 deletions(-) diff --git a/public/l10n/af.json b/public/l10n/af.json index cdfc1dda..3ace0a12 100644 --- a/public/l10n/af.json +++ b/public/l10n/af.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "If you forget your passphrase, your wallet is lost for good. There is no way to recover your funds.", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "Passphrases do not match!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Show passphrase", "TR_ENTER": "Enter", "TR_PASSPHRASE": "Passphrase", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Add account", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/ar.json b/public/l10n/ar.json index cdfc1dda..3ace0a12 100644 --- a/public/l10n/ar.json +++ b/public/l10n/ar.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "If you forget your passphrase, your wallet is lost for good. There is no way to recover your funds.", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "Passphrases do not match!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Show passphrase", "TR_ENTER": "Enter", "TR_PASSPHRASE": "Passphrase", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Add account", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/bn.json b/public/l10n/bn.json index 25d8436a..986884ec 100644 --- a/public/l10n/bn.json +++ b/public/l10n/bn.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "আপনি আপনার গুপ্ত-বাক্যাংশ ভুলে গিয়ে থাকেন, আপনার ওয়ালেট চিরদিনের জন্য হারিয়ে ফেলেছেন। আপনার অর্থ পুনরুদ্ধার করার কোন উপায় নেই।", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "গুপ্ত-বাক্যাংশ মিলছে না!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "গুপ্ত-বাক্যাংশ প্রদর্শন করুন", "TR_ENTER": "প্রবেশ করুন", "TR_PASSPHRASE": "গুপ্ত-বাক্যাংশ", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "একাউন্ট যোগ করুন", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/cs.json b/public/l10n/cs.json index 3ece2ce6..07a2720b 100644 --- a/public/l10n/cs.json +++ b/public/l10n/cs.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Pokud zapomenete přístupovou frázi, Vaše peněženka je navždy ztracena. Neexistuje žádný způsob, jak obnovit Vaše finanční prostředky.", "TR_CONFIRM_PASSPHRASE": "Potvrdit přístupovou frázi", "TR_PASSPHRASES_DO_NOT_MATCH": "Přístupové fráze se neshodují!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Zobrazit přístupovou frázi", "TR_ENTER": "Potvrdit", "TR_PASSPHRASE": "Přístupová fráze", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Přidat účet", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/de.json b/public/l10n/de.json index 05c0cda5..2c4cb0fd 100644 --- a/public/l10n/de.json +++ b/public/l10n/de.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Wenn Sie Ihre Passphrase vergessen, haben Sie keinen Zugriff mehr auf Ihr Wallet. Es gibt keinen Weg, Ihre Geldmittel wiederherzustellen.", "TR_CONFIRM_PASSPHRASE": "Passphrase bestätigen", "TR_PASSPHRASES_DO_NOT_MATCH": "Die Passphrasen stimmen nicht überein!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Passphrase anzeigen", "TR_ENTER": "Eingeben", "TR_PASSPHRASE": "Passphrase", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Konto hinzufügen", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/el.json b/public/l10n/el.json index 5b51ee3d..243798b0 100644 --- a/public/l10n/el.json +++ b/public/l10n/el.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Εάν ξεχάσετε τη φράση πρόσβασής σας, το πορτοφόλι σας θα χαθεί για πάντα. Δεν υπάρχει τρόπος να ανακτήσετε τα κεφάλαιά σας.", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "Οι φράσεις πρόσβασης δεν ταιριάζουν!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Εμφάνιση συνθηματικής φράσης", "TR_ENTER": "Εισάγετε", "TR_PASSPHRASE": "Φράση πρόσβασης", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Προσθήκη λογαριασμού", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/en.json b/public/l10n/en.json index cdfc1dda..3ace0a12 100644 --- a/public/l10n/en.json +++ b/public/l10n/en.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "If you forget your passphrase, your wallet is lost for good. There is no way to recover your funds.", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "Passphrases do not match!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Show passphrase", "TR_ENTER": "Enter", "TR_PASSPHRASE": "Passphrase", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Add account", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/es.json b/public/l10n/es.json index 7cb9a0cc..569761dc 100644 --- a/public/l10n/es.json +++ b/public/l10n/es.json @@ -1,9 +1,9 @@ { "TR_TERMS": "Términos", - "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", - "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", - "TR_CONTRIBUTION": "contribution", - "TR_MENU": "Menu", + "TR_EXCHANGE_RATES_BY": "Tipos de cambio para {service}", + "TR_WE_THANK_OUR_TRANSLATORS": "Gracias a nuestros traductores para la {TR_CONTRIBUTION}", + "TR_CONTRIBUTION": "contribución", + "TR_MENU": "Menú", "TR_MENU_CLOSE": "Cerrar", "TR_TREZOR": "Trezor", "TR_WIKI": "Wiki", @@ -11,104 +11,105 @@ "TR_SUPPORT": "Soporte", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Advertencia: Este registro puede contener sus XPUB. Cualquiera con sus XPUB podrá ver su historial de transacciones.", "TR_LOG": "Registro", - "TR_COPY_TO_CLIPBOARD": "Copy to clipboard", - "TR_COPIED": "Copied!", + "TR_COPY_TO_CLIPBOARD": "Copiar en el portapapeles", + "TR_COPIED": "¡Copiado!", "TR_CONFIRM_ACTION_ON_YOUR": "Confirme la acción en su Trezor", - "TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on Trezor", - "TR_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow", - "TR_CONFIRM_TRANSACTION_ON": "Confirm transaction on {deviceLabel} device", - "TR_DETAILS_ARE_SHOWN_ON": "Details are shown on display", + "TR_CONFIRM_ADDRESS_ON_TREZOR": "Compruebe la dirección en la pantalla del Trezor", + "TR_PLEASE_COMPARE_YOUR_ADDRESS": "Compare por favor su dirección en el dispositivo con la dirección que aparece abajo", + "TR_CONFIRM_TRANSACTION_ON": "Confirme transacción en el dispositivo {deviceLabel}", + "TR_DETAILS_ARE_SHOWN_ON": "Los detalles se muestran en la pantalla", "TR_TO_LABEL": "Para", "TR_SEND_LABEL": "Enviar", "TR_FEE_LABEL": "Comisión", - "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", - "TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up", - "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", - "TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", - "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", - "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", + "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "El dispositivo {deviceLabel} no está conectado", + "TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "El dispositivo {deviceLabel} no tiene el backup hecho", + "TR_DEVICE_LABEL_IS_UNAVAILABLE": "El dispositivo {deviceLabel} no está disponible", + "TR_PLEASE_CONNECT_YOUR_DEVICE": "Por favor, conecte el dispositivo para poder continuar con el proceso de verificación", + "TR_PLEASE_ENABLE_PASSPHRASE": "Por favor habilite la configuración de passphrase para poder continuar con el proceso de verificación.", + "TR_PLEASE_DISABLE_PASSPHRASE": "Por favor desactive la configuración de passphrase para poder continuar con el proceso de verificación.", "TR_SHOW_UNVERIFIED_ADDRESS": "Mostrar dirección no verificada", "TR_TRY_AGAIN": "Inténtelo de nuevo", - "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", - "TR_FORGET_LABEL": "Forget {deviceLabel}?", + "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "Para evitar ataques de phishing, verifique por favor la dirección primero en el Trezor. {claim}", + "TR_FORGET_LABEL": "¿Olvidar el {deviceLabel}?", "TR_DONT_FORGET": "No se olvide", "TR_FORGETTING_ONLY_REMOVES_THE_DEVICE_FROM": "Olvidar sólo quita el dispositivo de la lista de la izquierda, sus bitcoins seguirán estando seguros y podrá acceder a ellos conectando su Trezor nuevamente.", - "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", + "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Quiere usted que el Trezor Wallet olvide su {deviceCount, plural, one {device} other {devices}}, o que le requerda para que siga visible desconectado?", "TR_REMEMBER_DEVICE": "Recordar el dispositivo", - "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", - "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}", - "TR_STANDARD_WALLET": "Standard wallet", - "TR_HIDDEN_WALLET": "Hidden wallet", - "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", - "TR_PASSPHRASE_IS_OPTIONAL_FEATURE": "Passphrase is an optional feature of the Trezor device that is recommended for advanced users only. It is a word or a sentence of your choice. Its main purpose is to access a hidden wallet.", - "TR_ASKED_ENTER_YOUR_PASSPHRASE_TO_UNLOCK": "You will be asked to enter your passphrase to unlock your hidden wallet.", - "TR_CARDANO_WALLET": "Cardano wallet", - "TR_YOU_WILL_BE_REDIRECTED_TO_EXTERNAL": "You will be redirected to external wallet", - "TR_GO_TO_EXTERNAL_WALLET": "Go to external wallet", + "TR_SELECT_WALLET_TYPE_FOR": "Seleccione el tipo del monedero para {deviceLabel}", + "TR_CHANGE_WALLET_TYPE_FOR": "Cambie el tipo del monedero para {deviceLabel}", + "TR_STANDARD_WALLET": "Monedero estándar", + "TR_HIDDEN_WALLET": "Monedero oculto", + "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continúe al monedero estándar.", + "TR_PASSPHRASE_IS_OPTIONAL_FEATURE": "Passphrase es una función opcional del Trezor recomendada para usuarios avanzados solamente. Es una palabra o una frase de su preferencia. Su principal objetivo es acceder a un monedero oculto.", + "TR_ASKED_ENTER_YOUR_PASSPHRASE_TO_UNLOCK": "Se le pedirá introducir su passphrase para desbloquear el monedero oculto.", + "TR_CARDANO_WALLET": "Monedero Cardano", + "TR_YOU_WILL_BE_REDIRECTED_TO_EXTERNAL": "Usted será redirigido al monedero externo", + "TR_GO_TO_EXTERNAL_WALLET": "Ir al monedero externo", "TR_NEM_WALLET": "Monedero NEM", "TR_WE_HAVE_PARTNERED_UP_WITH_THE_NEM": "Nos hemos asociado con la Fundación NEM para proporcionarle un monedero NEM completo.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Asegúrese de descargar el Cliente Universal para compatibilidad con Trezor.", "TR_GO_TO_NEM_DOT_IO": "Ir a nem.io", - "TR_STELLAR_WALLET": "Stellar wallet", - "TR_TEZOS_WALLET": "Tezos wallet", - "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", + "TR_STELLAR_WALLET": "Monedero Stellar", + "TR_TEZOS_WALLET": "Monedero Tezos", + "TR_ENTER_DEVICE_PASSPHRASE": "Introduzca passphrase {deviceLabel}", "TR_NOTE_COLON_PASSPHRASE": " Atención: la frase de contraseña es sensible al uso de mayúsculas y minúsculas.", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Si olvida su frase de contraseña, su monedero se perderá para siempre. No hay forma de recuperar sus fondos.", "TR_CONFIRM_PASSPHRASE": "Confirmar frase de contraseña", "TR_PASSPHRASES_DO_NOT_MATCH": "¡Las frases de contraseña no coinciden!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Mostrar frase de contraseña", "TR_ENTER": "Introducir", "TR_PASSPHRASE": "Frase de contraseña", - "TR_CHANGED_YOUR_MIND": "Changed your mind? {TR_GO_TO_STANDARD_WALLET}", - "TR_ENTERED_PIN_NOT_CORRECT": "Entered PIN for {deviceLabel} is not correct", - "TR_RETRYING_DOT_DOT": "Retrying...", + "TR_CHANGED_YOUR_MIND": "¿Cambió usted su opinión? {TR_GO_TO_STANDARD_WALLET}", + "TR_ENTERED_PIN_NOT_CORRECT": "La contraseña introducida para {deviceLabel} no está correcta", + "TR_RETRYING_DOT_DOT": "Reintentando...", "TR_THE_PIN_LAYOUT_IS_DISPLAYED_ON": "La disposición del PIN se muestra en su Trezor.", - "TR_ENTER_DEVICE_PIN": "Enter {deviceLabel} PIN", + "TR_ENTER_DEVICE_PIN": "Introduzca la contraseña de {deviceLabel}", "TR_ENTER_PIN": "Introducir PIN", "TR_NOT_SURE_HOW_PIN_WORKS": "¿No está seguro de cómo funciona el PIN? {TR_LEARN_MORE}", "TR_SCAN_QR_CODE": "Escanear código QR", "TR_WAITING_FOR_CAMERA": "Esperando la cámara...", - "TR_OOPS_SOMETHING_WENT_WRONG": "Oops! Something went wrong!", - "TR_CAMERA_PERMISSION_DENIED": "Permission to access the camera was denied.", - "TR_CAMERA_NOT_RECOGNIZED": "The camera was not recognized.", - "TR_UNKOWN_ERROR_SEE_CONSOLE": "Unknown error. See console logs for details.", + "TR_OOPS_SOMETHING_WENT_WRONG": "¡Uy! ¡Algo salió mal!", + "TR_CAMERA_PERMISSION_DENIED": "Se le negó el permiso para acceder a la cámara.", + "TR_CAMERA_NOT_RECOGNIZED": "La cámara no fue reconocida.", + "TR_UNKOWN_ERROR_SEE_CONSOLE": "Error desconocido. Ver los logs de la consola para obtener más información.", "TR_YOU_WERE_DISCONNECTED_DOT": "Se ha desconectado.", "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Por favor compruebe su conexión a internet y vuelva a cargar la página.", - "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", + "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "Está disponible un nuevo Trezor Bridge.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "Nuevo firmware de Trezor disponible.", - "TR_CONNECT_TO_BACKEND": "Connect", - "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", - "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", - "TR_DEVICE_SETTINGS": "Device settings", - "TR_APPLICATION_SETTINGS": "Application settings", - "TR_ACCOUNT_HASH": "Account #{number}", - "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", - "TR_CLEAR": "Clear", - "TR_CHECK_FOR_DEVICES": "Check for devices", + "TR_CONNECT_TO_BACKEND": "Conectar", + "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Está exigida una reserva mínima de la cuenta", + "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Direcciones de Ripple requieren un saldo mínimo de {minBalance} XRP para activar y mantener la cuenta. {TR_LEARN_MORE}", + "TR_DEVICE_SETTINGS": "Configuración del dispositivo", + "TR_APPLICATION_SETTINGS": "Ajustes de la aplicación", + "TR_ACCOUNT_HASH": "Cuenta #{number}", + "TR_IMPORTED_ACCOUNT_HASH": "Cuenta importada #{number}", + "TR_CLEAR": "Borrar", + "TR_CHECK_FOR_DEVICES": "Buscar dispositivos", "TR_ADDRESS": "Dirección", "TR_LOADING_DOT_DOT_DOT": "Cargando...", - "TR_TAKE_ME_TO_BITCOIN_WALLET": "Take me to the Bitcoin wallet", - "TR_I_WILL_DO_THAT_LATER": "I’ll do that later.", + "TR_TAKE_ME_TO_BITCOIN_WALLET": "Llévame a la billetera Bitcoin", + "TR_I_WILL_DO_THAT_LATER": "Lo haré luego.", "TR_SHOW_DETAILS": "Mostrar detalles", - "TR_UPGRADE_FOR_THE_NEWEST_FEATURES_DOT": "Upgrade for the newest features.", + "TR_UPGRADE_FOR_THE_NEWEST_FEATURES_DOT": "Actualice para las características más recientes.", "TR_LEARN_MORE": "Aprender más", - "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", - "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", + "TR_GO_TO_STANDARD_WALLET": "Ir al monedero estándar", + "TR_GO_TO_HIDDEN_WALLET": "Ir al monedero oculto", "TR_FORGET_DEVICE": "Olvidar el dispositivo", - "TR_CLOSE": "Close", - "TR_HIDE_BALANCE": "Hide balance", - "TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.", - "TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.", - "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", - "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", - "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_CLOSE": "Cerrar", + "TR_HIDE_BALANCE": "Ocultar el saldo de la cuenta", + "TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "El saldo de la cuenta está oculto.", + "TR_IF_YOUR_DEVICE_IS_EVER_LOST": "Si su dispositivo se pierde o se daña, sus fondos se perderán. Cree primero una copia de seguridad de su dispositivo para proteger sus monedas contra este tipo de eventos.", + "TR_CREATE_BACKUP_IN_3_MINUTES": "Cree una copia de seguridad en 3 minutos", + "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "No está hecha una copia de seguridad del Trezor", + "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Muéstrame la dirección, entiendo el riesgo", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Estás abriendo el monedero Trezor Beta Wallet", - "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", - "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", - "TR_PLEASE_NOTE_THAT_THE_TREZOR": "Please note that the {TR_TREZOR_BETA_WALLET} might be collecting anonymized usage data, especially error logs, for development purposes. The {TR_TREZOR_WALLET} does not log any data.", + "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} es una versión pública de prueba de funcionalidades del {TR_TREZOR_WALLET}, cual ofrece las funcionalidades más recientes antes de que se pongan a disposición del público general.", + "TR_IN_CONTRAST_COMMA_TREZOR": "En cambio, {TR_TREZOR_WALLET} es un monedero con las características conservadoras, asegurándose de que su funcionalidad sea de máxima confiabilidad para el público general.", + "TR_PLEASE_NOTE_THAT_THE_TREZOR": "Por favor tenga en cuenta que el {TR_TREZOR_BETA_WALLET} podría recoger datos de uso anonimizados, especialmente registros de errores, para fines de desarrollo. El {TR_TREZOR_WALLET} no efectúa registro de datos de ningún tipo.", "TR_OK_COMMA_I_UNDERSTAND": "Vale, lo entiendo", - "TR_TREZOR_WALLET": "Trezor Wallet", - "TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet", + "TR_TREZOR_WALLET": "Monedero Trezor", + "TR_TREZOR_BETA_WALLET": "Monedero Trezor Beta", "TR_YOUR_BROWSER_IS_NOT_SUPPORTED": "Su navegador no es compatible", "TR_PLEASE_CHOOSE_ONE_OF_THE_SUPPORTED": "Por favor elija uno de los navegadores soportados", "TR_GET_CHROME": "Obtener Chrome", @@ -120,106 +121,112 @@ "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "¿Dispositivo no reconocido? Pruebe instalar el {link}.", "TR_DONT_HAVE_A_TREZOR_GET": "¿No tiene Trezor? {getOne}", "TR_GET_ONE": "Consiga uno", - "TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device", + "TR_UNPLUG_DEVICE_LABEL": "Desconecte el dispositivo de \"{deviceLabel}\"", "TR_NEW_COMMUNICATION_TOOL": "Nueva herramienta de comunicación para facilitar la conexión entre su Trezor y su navegador de internet.", - "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", - "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", - "TR_CHANGELOG": "Changelog", - "TR_CHECK_PGP_SIGNATURE": "Check PGP signature", - "TR_DONT_UPGRADE_BRIDGE": "No, I don't want to upgrade Bridge now", - "TR_TAKE_ME_BACK_TO_WALLET": "Take me back to the wallet", - "TR_FIND_OUT_MORE_INFO": "Find out more info", + "TR_DOWNLOAD_LATEST_BRIDGE": "Descargar el Bridge más reciente {version}", + "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Más información sobre la última versión en {TR_CHANGELOG}.", + "TR_CHANGELOG": "Historial de cambios", + "TR_CHECK_PGP_SIGNATURE": "Verificar firma PGP", + "TR_DONT_UPGRADE_BRIDGE": "No, no quiero actualizar el Bridge ahora", + "TR_TAKE_ME_BACK_TO_WALLET": "Llévame de vuelta al monedero", + "TR_FIND_OUT_MORE_INFO": "Ver más información", "TR_MODEL_DOES_NOT_SUPPORT_COIN": "La moneda {coin} no es compatible con su modelo de Trezor.", - "TR_INITIALIZING_ACCOUNTS": "Initializing accounts", - "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", + "TR_INITIALIZING_ACCOUNTS": "Inicialización de las cuentas", + "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "Para poder agregar una cuanta nueva, la cuenta anterior debe tener algunas transacciones.", "TR_TO_ADD_ACCOUNTS": "Para agregar cuentas, asegúrese de que el dispositivo está conectado y que la última cuenta no esté vacía.", "TR_ADD_ACCOUNT": "Añadir cuenta", - "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", - "TR_OTHER_COINS": "Other coins", - "TR_CHANGE_WALLET_TYPE": "Change wallet type", - "TR_RENEW_SESSION": "Renew session", - "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", - "TR_YOU_ARE_IN_YOUR_WALLET": "You are in your hidden wallet.", - "TR_CLICK_HERE_TO_ACCESS_YOUR_HIDDEN": "Click here to access your hidden wallet.", - "TR_CLICK_HERE_TO_ACCESS_YOUR_STANDARD": "Click here to access your standard or another hidden wallet.", - "TR_TO_ACCESS_OTHER_WALLETS": "To access other wallets please connect your device.", + "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "No se pueden añadir más de 10 cuentas", + "TR_OTHER_COINS": "Otras monedas", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", + "TR_CHANGE_WALLET_TYPE": "Cambiar el tipo del monedero", + "TR_RENEW_SESSION": "Renovar sesión", + "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "Usted está en su monedero estándar.", + "TR_YOU_ARE_IN_YOUR_WALLET": "Usted está en su monedero oculto.", + "TR_CLICK_HERE_TO_ACCESS_YOUR_HIDDEN": "Haga clic aquí para acceder a su monedero oculto.", + "TR_CLICK_HERE_TO_ACCESS_YOUR_STANDARD": "Haga clic aquí para acceder a su monedero estándar o un otro monedero oculto.", + "TR_TO_ACCESS_OTHER_WALLETS": "Para acceder a los otros monederos por favor conecte su dispositivo.", "TR_NEED_HELP": "¿Necesita ayuda?", - "TR_NUMBER_OF_DEVICES": "Number of devices", - "TR_NAV_SUMMARY": "Summary", + "TR_NUMBER_OF_DEVICES": "Número de los dispositivos", + "TR_NAV_SUMMARY": "Resumen", "TR_NAV_RECEIVE": "Recibir", "TR_NAV_SEND": "Enviar", "TR_NAV_SIGN_AND_VERIFY": "Firmar y verificar", "TR_AMOUNT": "Cantidad", - "TR_SET_MAX": "Set max", + "TR_SET_MAX": "Establecer como máximo", "TR_FEE": "Comisión", - "TR_RECOMMENDED_FEES_UPDATED": "Recommended fees updated.", - "TR_CLICK_HERE_TO_USE_THEM": "Click here to use them", - "TR_ADVANCED_SETTINGS": "Advanced settings", - "TR_DEVICE_IS_NOT_CONNECTED": "Device is not connected", - "TR_DEVICE_IS_UNAVAILABLE": "Device is unavailable", + "TR_RECOMMENDED_FEES_UPDATED": "Comisiones recomendadas se han actualizado.", + "TR_CLICK_HERE_TO_USE_THEM": "Haga clic aquí para utilizarlos", + "TR_ADVANCED_SETTINGS": "Configuración avanzada", + "TR_DEVICE_IS_NOT_CONNECTED": "El dispositivo no está conectado", + "TR_DEVICE_IS_UNAVAILABLE": "El dispositivo no está disponible", "TR_LOADING_ACCOUNTS": "Cargando cuentas", - "TR_SEND": "Send {amount}", + "TR_SEND": "Enviar {amount}", "TR_CHECK_ADDRESS_ON_TREZOR": "Compruebe la dirección en la pantalla del Trezor", "TR_SHOW_FULL_ADDRESS": "Mostrar la dirección completa", - "TR_QR_CODE": "QR Code", - "TR_UNVERIFIED_ADDRESS_COMMA_CONNECT": "Unverified address, connect your Trezor to verify it", - "TR_UNVERIFIED_ADDRESS_COMMA_SHOW": "Unverified address, show on Trezor.", + "TR_QR_CODE": "Código QR", + "TR_UNVERIFIED_ADDRESS_COMMA_CONNECT": "Dirección no verificada, conecte su Trezor para verificarla", + "TR_UNVERIFIED_ADDRESS_COMMA_SHOW": "Dirección no verificada, enséñala en Trezor.", "TR_SHOW_ON_TREZOR": "Mostrar en Trezor", - "TR_CONNECT_YOUR_TREZOR_TO_CHECK": "Connect your Trezor to verify this address", - "TR_RECEIVE_ETHEREUM_OR_TOKENS": "Receive Ethereum or tokens", - "TR_RECEIVE_RIPPLE": "Receive Ripple", - "TR_GAS_LIMIT": "Gas limit", - "TR_GAS_LIMIT_REFERS_TO": "Gas limit refers to the maximum amount of gas user is willing to spendon a particular transaction. {TR_GAS_QUOTATION}. Increasing the gas limit will not get the transaction confirmed sooner. Default value for sending {gasLimitTooltipCurrency} is {gasLimitTooltipValue}.", - "TR_GAS_QUOTATION": "Transaction fee = gas limit * gas price", - "TR_SET_DEFAULT": "Set default", - "TR_CALCULATING_DOT_DOT": "Calculating...", - "TR_GAS_PRICE": "Gas price", - "TR_GAS_PRICE_REFERS_TO": "Gas price refers to the amount of ether you are willing to pay for every unit of gas, and is usually measured in “Gwei”. {TR_GAS_PRICE_QUOTATION}. Increasing the gas price will get the transaction confirmed sooner but makes it more expensive. The recommended gas price is {recommendedGasPrice} GWEI.", - "TR_GAS_PRICE_QUOTATION": "Transaction fee = gas limit * gas price", - "TR_DATA": "Data", - "TR_DATA_IS_USUALLY_USED": "Data is usually used when you send transactions to contracts.", - "TR_SEND_ETHEREUM_OR_TOKENS": "Send Ethereum or tokens", - "YOU_HAVE_TOKEN_BALANCE": "You have: {tokenBalance}", - "TR_XRP_TRANSFER_COST": "Transfer cost in XRP drops", - "TR_XRP_DESTINATION_TAG": "Destination tag", - "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", - "TR_XRP_RESERVE": "Reserve: {value}", - "TR_SEND_RIPPLE": "Send Ripple", + "TR_CONNECT_YOUR_TREZOR_TO_CHECK": "Conecte su Trezor para verificar esta dirección", + "TR_RECEIVE_ETHEREUM_OR_TOKENS": "Recibir Etereum o tokens", + "TR_RECEIVE_RIPPLE": "Recibir Ripple", + "TR_GAS_LIMIT": "Límite de gas", + "TR_GAS_LIMIT_REFERS_TO": "Límite de gas se refiere a la cantidad máxima de gas cual el usuario está dispuesto a gastar en una transacción particular. {TR_GAS_QUOTATION}. Aumentando el límite de gas no conseguirá la transacción confirmada antes. Valor predeterminado para el envío de {gasLimitTooltipCurrency} es {gasLimitTooltipValue}.", + "TR_GAS_QUOTATION": "Comisión de transacción = límite de gas * precio del gas", + "TR_SET_DEFAULT": "Establecer como predeterminado", + "TR_CALCULATING_DOT_DOT": "Calculando...", + "TR_GAS_PRICE": "Precio del gas", + "TR_GAS_PRICE_REFERS_TO": "Precio del gas se refiere a la cantidad de éter que usted está dispuestos a pagar por cada unidad de gas y se mide en \"Gwei\". {TR_GAS_PRICE_QUOTATION}. Aumentar el precio del gas ayuda con tener la transacción confirmada más rápido, pero esta opción está más cara. El precio del gas recomendado es {recommendedGasPrice} GWEI.", + "TR_GAS_PRICE_QUOTATION": "Comisión de transacción = límite de gas * precio del gas", + "TR_DATA": "Datos", + "TR_DATA_IS_USUALLY_USED": "Los datos se utilizan generalmente cuando se envian las transacciones a los contratos.", + "TR_SEND_ETHEREUM_OR_TOKENS": "Enviar Etereum o tokens", + "YOU_HAVE_TOKEN_BALANCE": "Usted tiene: {tokenBalance}", + "TR_XRP_TRANSFER_COST": "Costo de transferencia en gotas XRP (XRP drops)", + "TR_XRP_DESTINATION_TAG": "Etiqueta de destino", + "TR_XRP_DESTINATION_TAG_EXPLAINED": "Etiqueta de destino es un número arbitrario que sirve como identificador único de la transacción. Algunos servicios la pueden requerir para procesar su transacción.", + "TR_XRP_RESERVE": "Reserva: {value}", + "TR_SEND_RIPPLE": "Enviar Ripple", "TR_MESSAGE": "Mensaje", "TR_SIGNATURE": "Firma", "TR_SIGN": "Firmar", "TR_VERIFY": "Verificar", "TR_VERIFY_MESSAGE": "Verificar mensaje", "TR_SIGN_MESSAGE": "Firmar mensaje", - "TR_SEE_FULL_TRANSACTION_HISTORY": "See full transaction history", + "TR_SEE_FULL_TRANSACTION_HISTORY": "Ver historial de transacciones completo", "TR_TOKENS": "Tokens", - "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", - "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", - "TR_TOKEN_NOT_FOUND": "Token not found", - "TR_HISTORY": "History", - "TR_ADD_YOUR_TOKENS": "Add your tokens", - "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", + "TR_INSERT_TOKEN_NAME": "Inserte el nombre, el símbolo o la dirección del token para poder envíarlo.", + "TR_TYPE_IN_A_TOKEN_NAME": "Escriba el nombre o la dirección del token.", + "TR_TOKEN_NOT_FOUND": "Token no se ha encontrado", + "TR_ALREADY_ADDED": "Already added", + "TR_HISTORY": "Historial", + "TR_ADD_YOUR_TOKENS": "Añadir sus tokens", + "TR_SEARCH_FOR_THE_TOKEN": "Busque el token o agreguelo manualmente al pegar la dirección del token en la entrada de búsqueda.", "TR_BALANCE": "Saldo", "TR_RATE": "Tipo de cambio", - "TR_RESERVE": "Reserve", - "TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.", - "TR_DEVICE_USED_IN_OTHER": "Device is used in other window", - "TR_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?", - "TR_ACQUIRE_DEVICE": "Acquire device", - "TR_YOUR_DEVICE_IS_IN_FIRMWARE": "Your device is in firmware update mode", - "TR_PLEASE_RECONNECT_IT": "Please re-connect it", - "TR_PLEASE_SELECT_YOUR": "Please select your coin", - "TR_YOU_WILL_GAIN_ACCESS": "You will gain access to receiving & sending selected coin", - "TR_ITS_TIME_TO_UPDATE_FIRMWARE": "It’s time to update your firmware", - "TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface to update your firmware.", - "TR_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized", - "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", - "TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.", - "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", - "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", - "TR_UNREADABLE_DEVICE": "Unreadable device", - "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", - "TR_LOCAL_CURRENCY": "Local currency", - "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_RESERVE": "Reserva", + "TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Las tarifas fiat no están disponibles actualmente.", + "TR_DEVICE_USED_IN_OTHER": "El dispositivo está abierto en una otra ventana", + "TR_USE_YOUR_DEVICE_IN_THIS_WINDOW": "¿Desea usted utilizar el dispositivo en esta ventana?", + "TR_ACQUIRE_DEVICE": "Adquiera el dispositivo", + "TR_YOUR_DEVICE_IS_IN_FIRMWARE": "El dispositivo está en el modo de actualización de firmware", + "TR_PLEASE_RECONNECT_IT": "Por favor, vuelva a conectar", + "TR_PLEASE_SELECT_YOUR": "Por favor seleccione su moneda preferida", + "TR_YOU_WILL_GAIN_ACCESS": "Usted tendrá el acceso a la recepción y envío de la moneda seleccionada", + "TR_ITS_TIME_TO_UPDATE_FIRMWARE": "Ahora es el momento de actualizar el firmware", + "TR_PLEASE_USE_OLD_WALLET": "Por favor, utilice el interfaz del monedero Bitcoin para actualizar su firmware.", + "TR_YOUR_DEVICE_IS_NOT_INITIALIZED": "El dispositivo no está inicializado", + "TR_PLEASE_USE_TO_START_INITIALIZATION": "Por favor, utilice el interfaz del monedero Bitcoin para empezar con el proceso de la inicialización", + "TR_PLEASE_USE_TO_CREATE_BACKUP": "Por favor, utilice el interfaz del monedero Bitcoin para hacer el backup.", + "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Dispositivo está inicializado en el modo sin semilla de recuperación, por lo tanto no se permite el acceso al monedero", + "TR_DEVICE_IS_IN_SEEDLESS": "El dispositivo está en el modo sin semilla de recuperación", + "TR_UNREADABLE_DEVICE": "Dispositivo ilegible", + "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Por favor, instale Trezor Bridge", + "TR_LOCAL_CURRENCY": "Moneda local", + "TR_HIDE_BALANCE_EXPLAINED": "Esconde su saldo para que no tenga que preocuparse de alguien mirando sobre su hombro.", + "TR_THE_CHANGES_ARE_SAVED": "Los cambios se guardan automáticamente como se hacen", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/et.json b/public/l10n/et.json index 950db2ee..8c8a46f5 100644 --- a/public/l10n/et.json +++ b/public/l10n/et.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "If you forget your passphrase, your wallet is lost for good. There is no way to recover your funds.", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "Paroolifraasid ei kattu!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Show passphrase", "TR_ENTER": "Enter", "TR_PASSPHRASE": "Paroolifraas", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Lisa konto", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/fa.json b/public/l10n/fa.json index cdfc1dda..3ace0a12 100644 --- a/public/l10n/fa.json +++ b/public/l10n/fa.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "If you forget your passphrase, your wallet is lost for good. There is no way to recover your funds.", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "Passphrases do not match!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Show passphrase", "TR_ENTER": "Enter", "TR_PASSPHRASE": "Passphrase", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Add account", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/fr.json b/public/l10n/fr.json index 42faa712..da1e5c69 100644 --- a/public/l10n/fr.json +++ b/public/l10n/fr.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Si vous oubliez votre phrase de passe, votre portefeuille est définitivement perdu. Il est impossible de récupérer vos fonds.", "TR_CONFIRM_PASSPHRASE": "Confirmer la phrase de passe", "TR_PASSPHRASES_DO_NOT_MATCH": "Les phrases de passe ne correspondent pas !", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Afficher la phrase de passe", "TR_ENTER": "Saisissez", "TR_PASSPHRASE": "Phrase de passe", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Ajouter un compte", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/he.json b/public/l10n/he.json index 32ef9919..f9c7de2c 100644 --- a/public/l10n/he.json +++ b/public/l10n/he.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "אם תשכחו את ה passphrase, הארנק שלכם ילך לטמיון. אין דרך להשיב את נכסיכם.", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "אין התאמה ב passphrase שהוכנסו!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "הצגת passphrase", "TR_ENTER": "כניסה", "TR_PASSPHRASE": "Passphrase", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "הוספת חשבון", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/hi.json b/public/l10n/hi.json index cdfc1dda..3ace0a12 100644 --- a/public/l10n/hi.json +++ b/public/l10n/hi.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "If you forget your passphrase, your wallet is lost for good. There is no way to recover your funds.", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "Passphrases do not match!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Show passphrase", "TR_ENTER": "Enter", "TR_PASSPHRASE": "Passphrase", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Add account", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/hu.json b/public/l10n/hu.json index 61bb7f6c..c7b8f163 100644 --- a/public/l10n/hu.json +++ b/public/l10n/hu.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Ha elfelejti a jelszómondatát örökre elveszti a hozzáférést a fiókjához. Nincs más mód a visszaállításhoz!", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "Ez nem egyforma!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Látható a jelszó", "TR_ENTER": "Tovább", "TR_PASSPHRASE": "Kulcsszó", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Számla hozzáadása", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/id.json b/public/l10n/id.json index 451eb839..db4a280e 100644 --- a/public/l10n/id.json +++ b/public/l10n/id.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Jika anda kehilangan passphrase anda, maka dompet anda akan hilang. Tidak ada cara lain untuk dapat memulihkan dana anda.", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "Passphrase tidak cocok!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Lihat passphrase", "TR_ENTER": "Enter", "TR_PASSPHRASE": "Passphrase", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Tambahkan akun", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/it.json b/public/l10n/it.json index a9d2bcaf..dbe9f9c8 100644 --- a/public/l10n/it.json +++ b/public/l10n/it.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Se dimentichi la tua passphrase, perderai il tuo portafoglio per sempre. Non esiste altro modo per recuperare i tuoi fondi.", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "Passphrases non corrispondenti!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Mostra la passphrase", "TR_ENTER": "Inserisci", "TR_PASSPHRASE": "Passphrase", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Aggiungi account", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/ja.json b/public/l10n/ja.json index b1291c0e..0f1b12dd 100644 --- a/public/l10n/ja.json +++ b/public/l10n/ja.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "パスフレーズを忘れてしまった場合、お持ちのウォレットのデータは永遠に失われます。資金を復元する方法はありません。", "TR_CONFIRM_PASSPHRASE": "パスフレーズを確認", "TR_PASSPHRASES_DO_NOT_MATCH": "パスフレーズが一致しません!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "パスフレーズを表示", "TR_ENTER": "決定", "TR_PASSPHRASE": "パスフレーズ", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "口座を追加", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/ko.json b/public/l10n/ko.json index 854f6cc0..084bae22 100644 --- a/public/l10n/ko.json +++ b/public/l10n/ko.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "패스프레이즈를 잊어버린 경우, 지갑은 영원히 손실됩니다. 자금을 복구할 수 있는 방법이 없습니다.", "TR_CONFIRM_PASSPHRASE": "패스프레이즈 확인", "TR_PASSPHRASES_DO_NOT_MATCH": "패스프레이즈가 일치하지 않습니다!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "패스프레이즈 표시", "TR_ENTER": "입력", "TR_PASSPHRASE": "패스프레이즈", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "계정 추가", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/nl.json b/public/l10n/nl.json index bcb8cc71..0deaf4d9 100644 --- a/public/l10n/nl.json +++ b/public/l10n/nl.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Als u uw wachtwoordzin vergeet, is uw portemonnee voorgoed verloren. Er is geen manier om uw rekeningen te herstellen.", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "Wachtwoordzinnen komen niet overeen!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Toon wachtwoordzin", "TR_ENTER": "Voer", "TR_PASSPHRASE": "Wachtwoordzin", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Account toevoegen", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/no.json b/public/l10n/no.json index 6a99dd04..8d17a908 100644 --- a/public/l10n/no.json +++ b/public/l10n/no.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "If you forget your passphrase, your wallet is lost for good. There is no way to recover your funds.", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "Passphrases do not match!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Show passphrase", "TR_ENTER": "Enter", "TR_PASSPHRASE": "Passphrase", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Legg til konto", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/pl.json b/public/l10n/pl.json index 3ae06520..51f9caee 100644 --- a/public/l10n/pl.json +++ b/public/l10n/pl.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Jeżeli zapomnisz swoje hasło Twój portfel będzie stracony na dobre. Nie ma możliwości odzyskania środków.", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "Hasła nie pasują do siebie!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Pokaż hasło", "TR_ENTER": "Wprowadź", "TR_PASSPHRASE": "Hasło", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Dodaj konto", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/pt.json b/public/l10n/pt.json index ad748a76..be18ac6f 100644 --- a/public/l10n/pt.json +++ b/public/l10n/pt.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Se você esquecer sua senha de segurança, perderá sua carteira para sempre. Não há nenhuma maneira de recuperar seus fundos.", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "As senhas de segurança não são iguais!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Exibir senha de segurança", "TR_ENTER": "Insira", "TR_PASSPHRASE": "Senha de segurança", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Adicionar conta", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/ru.json b/public/l10n/ru.json index eea16e25..e801c0e9 100644 --- a/public/l10n/ru.json +++ b/public/l10n/ru.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Если вы забудете кодовую фразу, то средства потеряются навсегда. Другого способа их восстановить нет.", "TR_CONFIRM_PASSPHRASE": "Подтвердите кодовую фразу", "TR_PASSPHRASES_DO_NOT_MATCH": "Кодовые фразы не совпадают!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Показать кодовую фразу", "TR_ENTER": "Ввод", "TR_PASSPHRASE": "Кодовая фраза", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Добавить счет", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "Можно добавить не более 10 счетов", "TR_OTHER_COINS": "Другие монеты", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Изменить тип кошелька", "TR_RENEW_SESSION": "Возобновить сессию", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "Вы находитесь в вашем стандартном кошельке.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Впишите название токена, его символ или адрес для того, чтобы иметь возможность отправлять их.", "TR_TYPE_IN_A_TOKEN_NAME": "Впишите имя или адрес токена.", "TR_TOKEN_NOT_FOUND": "Токен не найден", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "История", "TR_ADD_YOUR_TOKENS": "Добавьте ваши токены", "TR_SEARCH_FOR_THE_TOKEN": "Найдите токен и добавьте его вручную, скопировав адрес токена в поисковое поле.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Пожалуйста, установите Trezor Bridge", "TR_LOCAL_CURRENCY": "Местная валюта", "TR_HIDE_BALANCE_EXPLAINED": "Скрывает ваш баланс, так что вам не придётся беспокоиться о тех, кто подглядывает через плечо.", - "TR_THE_CHANGES_ARE_SAVED": "Изменения сохраняются автоматически, как только они сделаны" + "TR_THE_CHANGES_ARE_SAVED": "Изменения сохраняются автоматически, как только они сделаны", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/sv-SE.json b/public/l10n/sv-SE.json index e4fbedb7..f32e6a2c 100644 --- a/public/l10n/sv-SE.json +++ b/public/l10n/sv-SE.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Om du glömmer din lösenfras, är din plånbok förlorad för gott. Det finns inget sätt att återfå dina medel.", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "Lösenfrasersna matchar inte!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Visa lösenfras", "TR_ENTER": "Enter", "TR_PASSPHRASE": "Lösenfras", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Lägg till konto", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/tr.json b/public/l10n/tr.json index 4199f6eb..b3f99d9b 100644 --- a/public/l10n/tr.json +++ b/public/l10n/tr.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Parolanızı unutmanız durumunda, cüzdanınız sizin için kaybolur. Birikimlerinizi kurtarmanın hiçbir yolu yoktur.", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "Parola eşleşmedi!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Parolayı göster", "TR_ENTER": "Giriş", "TR_PASSPHRASE": "Parola", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Hesap ekle", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/uk.json b/public/l10n/uk.json index 29074716..239e2bf1 100644 --- a/public/l10n/uk.json +++ b/public/l10n/uk.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Якщо Ви забудете свою кодову фразу, Ваш гаманець втрачається назавжди. Не існує ніякого способу для його відновлення.", "TR_CONFIRM_PASSPHRASE": "Пiдтвердiть парольну фразу", "TR_PASSPHRASES_DO_NOT_MATCH": "Парольні фрази не співпадають!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Показати парольну фразу", "TR_ENTER": "Ввести", "TR_PASSPHRASE": "Парольна фраза", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Додати рахунок", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "Ви не можете додати більше 10 рахункiв", "TR_OTHER_COINS": "Інші монети", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Змінити тип гаманцю", "TR_RENEW_SESSION": "Відновити сеанс", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "Ви знаходитесь у стандартному гаманці.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Вставити ім'я токену, його символ або адресу для того, щоб надіслати його.", "TR_TYPE_IN_A_TOKEN_NAME": "Введіть назву або адресу токену.", "TR_TOKEN_NOT_FOUND": "Токен не знайдено", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "Історія", "TR_ADD_YOUR_TOKENS": "Додати токени", "TR_SEARCH_FOR_THE_TOKEN": "Знайдiть токен або додайте його вручну, вставивши адресу токену у пошукове поле.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Будь ласка, встановіть Trezor Bridge", "TR_LOCAL_CURRENCY": "Місцева валюта", "TR_HIDE_BALANCE_EXPLAINED": "Приховує баланс вашого рахунку, так що вам не доведеться турбуватися, що хтось дивиться вам через плече.", - "TR_THE_CHANGES_ARE_SAVED": "Зміни буде автоматично збережено по мiрi виготовлення" + "TR_THE_CHANGES_ARE_SAVED": "Зміни буде автоматично збережено по мiрi виготовлення", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/vi.json b/public/l10n/vi.json index e4be1b2f..8f65508f 100644 --- a/public/l10n/vi.json +++ b/public/l10n/vi.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Nếu bạn quên cụm mật khẩu của bạn, ví của bạn sẽ không sử dụng được. Không còn cách để phục hồi các khoản tiền của bạn.", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "Cụm mật khẩu không khớp!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "Hiển thị cụm mật khẩu", "TR_ENTER": "Nhập", "TR_PASSPHRASE": "Cụm từ mật khẩu", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "Thêm tài khoản", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/zh-TW.json b/public/l10n/zh-TW.json index 2ff60f69..f58acd09 100644 --- a/public/l10n/zh-TW.json +++ b/public/l10n/zh-TW.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "如果你忘記你的短語密碼,你的錢包將永久地遺失,並且絕對不可能恢復你的資金。", "TR_CONFIRM_PASSPHRASE": "Confirm Passphrase", "TR_PASSPHRASES_DO_NOT_MATCH": "短語密碼不一致!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "顯示短語密碼", "TR_ENTER": "確定", "TR_PASSPHRASE": "短語密碼", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "新增帳戶", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file diff --git a/public/l10n/zh.json b/public/l10n/zh.json index 19c2cf97..45258194 100644 --- a/public/l10n/zh.json +++ b/public/l10n/zh.json @@ -56,6 +56,7 @@ "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "如果您忘记密码,您的钱包将永久地丢失,您的资金将无法恢复。", "TR_CONFIRM_PASSPHRASE": "确认密码", "TR_PASSPHRASES_DO_NOT_MATCH": "密码不一致!", + "TR_PASSPHRASE_IS_TOO_LONG": "Passphrase is too long!", "TR_SHOW_PASSPHRASE": "显示密码", "TR_ENTER": "确定", "TR_PASSPHRASE": "密码", @@ -136,6 +137,8 @@ "TR_ADD_ACCOUNT": "添加账户", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts", "TR_OTHER_COINS": "Other coins", + "TR_SELECT_COINS": "Select a coin in {TR_SELECT_COINS_LINK}", + "TR_SELECT_COINS_LINK": "application settings", "TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_RENEW_SESSION": "Renew session", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", @@ -196,6 +199,7 @@ "TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TOKEN_NOT_FOUND": "Token not found", + "TR_ALREADY_ADDED": "Already added", "TR_HISTORY": "History", "TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", @@ -221,5 +225,8 @@ "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge", "TR_LOCAL_CURRENCY": "Local currency", "TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.", - "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made" + "TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made", + "TR_VISIBLE_COINS": "Visible coins", + "TR_VISIBLE_COINS_EXTERNAL": "Visible external coins", + "TR_VISIBLE_COINS_EXPLAINED": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later." } \ No newline at end of file From c7d873b6f86cc2e5e7049b72c13f519db0395ff4 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Mon, 13 May 2019 14:52:20 +0200 Subject: [PATCH 4/7] update locales 2 --- public/l10n/af.json | 61 ++++- public/l10n/ar.json | 61 ++++- public/l10n/bn.json | 61 ++++- public/l10n/cs.json | 61 ++++- public/l10n/de.json | 61 ++++- public/l10n/el.json | 61 ++++- public/l10n/en.json | 61 ++++- public/l10n/es.json | 61 ++++- public/l10n/et.json | 61 ++++- public/l10n/fa.json | 61 ++++- public/l10n/fr.json | 61 ++++- public/l10n/he.json | 61 ++++- public/l10n/hi.json | 61 ++++- public/l10n/hu.json | 61 ++++- public/l10n/id.json | 61 ++++- public/l10n/it.json | 61 ++++- public/l10n/ja.json | 61 ++++- public/l10n/ko.json | 61 ++++- public/l10n/nl.json | 61 ++++- public/l10n/no.json | 61 ++++- public/l10n/pl.json | 61 ++++- public/l10n/pt.json | 61 ++++- public/l10n/ru.json | 61 ++++- public/l10n/sv-SE.json | 61 ++++- public/l10n/tr.json | 61 ++++- public/l10n/uk.json | 61 ++++- public/l10n/vi.json | 61 ++++- public/l10n/zh-TW.json | 61 ++++- public/l10n/zh.json | 61 ++++- translations/master.json | 509 ++++++++++++++++++++++++++++++++++++++- 30 files changed, 2240 insertions(+), 38 deletions(-) diff --git a/public/l10n/af.json b/public/l10n/af.json index 3ace0a12..6445803f 100644 --- a/public/l10n/af.json +++ b/public/l10n/af.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Terms", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "Try again", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Don't forget", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "New Trezor firmware is available.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Clear", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Try again", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Message", "TR_SIGNATURE": "Signature", "TR_SIGN": "Sign", diff --git a/public/l10n/ar.json b/public/l10n/ar.json index 3ace0a12..6445803f 100644 --- a/public/l10n/ar.json +++ b/public/l10n/ar.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Terms", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "Try again", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Don't forget", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "New Trezor firmware is available.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Clear", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Try again", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Message", "TR_SIGNATURE": "Signature", "TR_SIGN": "Sign", diff --git a/public/l10n/bn.json b/public/l10n/bn.json index 986884ec..a81d762e 100644 --- a/public/l10n/bn.json +++ b/public/l10n/bn.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "শর্তাবলী", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "আবার চেষ্টা করুন", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "বিস্মৃত হবেননা", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "নতুন Trezor ফার্মওয়্যার সহজলভ্য।", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "পরিষ্কার", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "আবার চেষ্টা করুন", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Trezor Beta Wallet খোলা হচ্ছে", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "বার্তা", "TR_SIGNATURE": "স্বাক্ষর", "TR_SIGN": "সাইন", diff --git a/public/l10n/cs.json b/public/l10n/cs.json index 07a2720b..dfd2b26c 100644 --- a/public/l10n/cs.json +++ b/public/l10n/cs.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Podmínky", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Zobrazit neověřenou adresu", - "TR_TRY_AGAIN": "Zkusit znovu", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Zapamatovat", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Zkontrolujte prosím svoje přípojení k internetu a obnovte stránku.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "K dispozici je nový Trezor firmware.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Vymazat", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Zkusit znovu", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Otevíráte beta verzi Trezor Wallet", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Zpráva", "TR_SIGNATURE": "Podpis", "TR_SIGN": "Podepsat", diff --git a/public/l10n/de.json b/public/l10n/de.json index 2c4cb0fd..61d285c0 100644 --- a/public/l10n/de.json +++ b/public/l10n/de.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Bedingungen", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Nicht verifizierte Adresse anzeigen", - "TR_TRY_AGAIN": "Erneut versuchen", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Nicht vergessen", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Bitte überprüfen Sie Ihre Internetverbindung und laden Sie die Seite erneut.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "Neue Trezor Firmware verfügbar.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Zurücksetzen", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Erneut versuchen", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Sie öffnen jetzt das Trezor Beta Wallet", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Nachricht", "TR_SIGNATURE": "Signatur", "TR_SIGN": "Signieren", diff --git a/public/l10n/el.json b/public/l10n/el.json index 243798b0..2cf2d0a5 100644 --- a/public/l10n/el.json +++ b/public/l10n/el.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Όροι", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "Δοκιμάστε ξανά", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Μην ξεχάσετε", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "Νέο Trezor firmware είναι διαθέσιμο.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Καθαρισμός", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Δοκιμάστε ξανά", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Τώρα ανοίγετε το δοκιμαστικό/Beta Πορτοφόλι του Trezor", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Μήνυμα", "TR_SIGNATURE": "Υπογραφή", "TR_SIGN": "Υπογράψτε", diff --git a/public/l10n/en.json b/public/l10n/en.json index 3ace0a12..6445803f 100644 --- a/public/l10n/en.json +++ b/public/l10n/en.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Terms", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "Try again", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Don't forget", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "New Trezor firmware is available.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Clear", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Try again", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Message", "TR_SIGNATURE": "Signature", "TR_SIGN": "Sign", diff --git a/public/l10n/es.json b/public/l10n/es.json index 569761dc..f429cfcf 100644 --- a/public/l10n/es.json +++ b/public/l10n/es.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Términos", "TR_EXCHANGE_RATES_BY": "Tipos de cambio para {service}", "TR_WE_THANK_OUR_TRANSLATORS": "Gracias a nuestros traductores para la {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Por favor habilite la configuración de passphrase para poder continuar con el proceso de verificación.", "TR_PLEASE_DISABLE_PASSPHRASE": "Por favor desactive la configuración de passphrase para poder continuar con el proceso de verificación.", "TR_SHOW_UNVERIFIED_ADDRESS": "Mostrar dirección no verificada", - "TR_TRY_AGAIN": "Inténtelo de nuevo", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "Para evitar ataques de phishing, verifique por favor la dirección primero en el Trezor. {claim}", "TR_FORGET_LABEL": "¿Olvidar el {deviceLabel}?", "TR_DONT_FORGET": "No se olvide", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Por favor compruebe su conexión a internet y vuelva a cargar la página.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "Está disponible un nuevo Trezor Bridge.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "Nuevo firmware de Trezor disponible.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Conectar", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Está exigida una reserva mínima de la cuenta", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Direcciones de Ripple requieren un saldo mínimo de {minBalance} XRP para activar y mantener la cuenta. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Configuración del dispositivo", "TR_APPLICATION_SETTINGS": "Ajustes de la aplicación", "TR_ACCOUNT_HASH": "Cuenta #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Cuenta importada #{number}", "TR_CLEAR": "Borrar", "TR_CHECK_FOR_DEVICES": "Buscar dispositivos", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Cree una copia de seguridad en 3 minutos", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "No está hecha una copia de seguridad del Trezor", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Muéstrame la dirección, entiendo el riesgo", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Inténtelo de nuevo", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Estás abriendo el monedero Trezor Beta Wallet", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} es una versión pública de prueba de funcionalidades del {TR_TREZOR_WALLET}, cual ofrece las funcionalidades más recientes antes de que se pongan a disposición del público general.", "TR_IN_CONTRAST_COMMA_TREZOR": "En cambio, {TR_TREZOR_WALLET} es un monedero con las características conservadoras, asegurándose de que su funcionalidad sea de máxima confiabilidad para el público general.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Etiqueta de destino es un número arbitrario que sirve como identificador único de la transacción. Algunos servicios la pueden requerir para procesar su transacción.", "TR_XRP_RESERVE": "Reserva: {value}", "TR_SEND_RIPPLE": "Enviar Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Mensaje", "TR_SIGNATURE": "Firma", "TR_SIGN": "Firmar", diff --git a/public/l10n/et.json b/public/l10n/et.json index 8c8a46f5..754e1f56 100644 --- a/public/l10n/et.json +++ b/public/l10n/et.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Terms", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "Try again", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Ärge unustage", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "Uus Trezori püsivara on saadaval.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Tühjenda", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Try again", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Sõnum", "TR_SIGNATURE": "Signature", "TR_SIGN": "Sign", diff --git a/public/l10n/fa.json b/public/l10n/fa.json index 3ace0a12..6445803f 100644 --- a/public/l10n/fa.json +++ b/public/l10n/fa.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Terms", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "Try again", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Don't forget", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "New Trezor firmware is available.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Clear", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Try again", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Message", "TR_SIGNATURE": "Signature", "TR_SIGN": "Sign", diff --git a/public/l10n/fr.json b/public/l10n/fr.json index da1e5c69..6db0ac6b 100644 --- a/public/l10n/fr.json +++ b/public/l10n/fr.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Conditions", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Afficher l'adresse non vérifiée", - "TR_TRY_AGAIN": "Réessayez", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Ne pas oublier", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Veuillez vérifier votre connexion à internet et actualiser la page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "Un nouveau micrologiciel Trezor est disponible.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Effacer", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Réessayez", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Vous ouvrez un Trezor Beta Wallet", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Message", "TR_SIGNATURE": "Signature", "TR_SIGN": "Signer", diff --git a/public/l10n/he.json b/public/l10n/he.json index f9c7de2c..7cf28bc3 100644 --- a/public/l10n/he.json +++ b/public/l10n/he.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "תנאי שימוש", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "נסו שוב", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "אל תשכח", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "קיים עדכון קושחה ל Trezor.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "ניקוי", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "נסו שוב", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "פתיחת ארנק Trezor בטה", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "הודעה", "TR_SIGNATURE": "חתימה", "TR_SIGN": "חתימה", diff --git a/public/l10n/hi.json b/public/l10n/hi.json index 3ace0a12..6445803f 100644 --- a/public/l10n/hi.json +++ b/public/l10n/hi.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Terms", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "Try again", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Don't forget", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "New Trezor firmware is available.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Clear", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Try again", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Message", "TR_SIGNATURE": "Signature", "TR_SIGN": "Sign", diff --git a/public/l10n/hu.json b/public/l10n/hu.json index c7b8f163..0941574f 100644 --- a/public/l10n/hu.json +++ b/public/l10n/hu.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Feltételek", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "Próbálja újra", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Ne felejtse el", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "Új Trezor firmware áll rendelkezésre.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Mégsem", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Próbálja újra", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Ön most a Trezor Beta Wallet-et nyitja meg", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Üzenet", "TR_SIGNATURE": "Aláírás", "TR_SIGN": "Aláír", diff --git a/public/l10n/id.json b/public/l10n/id.json index db4a280e..a969da55 100644 --- a/public/l10n/id.json +++ b/public/l10n/id.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Persyaratan Layanan", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "Coba lagi", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Jangan Lupa", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "Trezor firmware baru telah tersedia.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Hapus", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Coba lagi", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Anda membuka Trezor Beta Wallet", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Pesan", "TR_SIGNATURE": "Tanda tangan", "TR_SIGN": "Tandatangani", diff --git a/public/l10n/it.json b/public/l10n/it.json index dbe9f9c8..aa93ddf6 100644 --- a/public/l10n/it.json +++ b/public/l10n/it.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Termini", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "Prova ancora", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Non dimenticare", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "È disponibile un nuovo firmware per Trezor.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Clear", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Prova ancora", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Stai aprendo il Portafoglio Trezor Beta", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Messaggio", "TR_SIGNATURE": "Firma", "TR_SIGN": "Firma", diff --git a/public/l10n/ja.json b/public/l10n/ja.json index 0f1b12dd..8658bb5f 100644 --- a/public/l10n/ja.json +++ b/public/l10n/ja.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "利用規約", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "未検証のアドレスを表示", - "TR_TRY_AGAIN": "やり直す", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "関連付けを解除しない", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "インターネット接続を確認し、ページを再読み込みしてください。", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "新しいTrezorのファームウェアが利用可能です。", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "クリア", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "やり直す", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Trezor Beta Walletを開きます", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "メッセージ", "TR_SIGNATURE": "署名", "TR_SIGN": "署名", diff --git a/public/l10n/ko.json b/public/l10n/ko.json index 084bae22..2b16d102 100644 --- a/public/l10n/ko.json +++ b/public/l10n/ko.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "약관", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "인증되지 않은 주소 표시", - "TR_TRY_AGAIN": "다시 시도", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "연결 해제 안 함", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "인터넷 연결을 확인하고 페이지를 다시 로드하세요.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "새로운 Trezor 펌웨어가 사용 가능합니다.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "occurrences: app/views/device/update/update-reconnect-bootloader.html app/views/device/update/update-reconnect-normal.html app/views/landing.html app/views/nav/settings-buttons.html", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "다시 시도", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Trezor Beta Wallet을 열고 있습니다.", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "메시지", "TR_SIGNATURE": "서명", "TR_SIGN": "서명", diff --git a/public/l10n/nl.json b/public/l10n/nl.json index 0deaf4d9..b150c5ef 100644 --- a/public/l10n/nl.json +++ b/public/l10n/nl.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Termen", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "Probeer opnieuw", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Niet vergeten", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "Er is nieuwe Trezor firmware beschikbaar.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Leegmaken", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Probeer opnieuw", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "U opent uw Trezor Beta Wallet", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Bericht", "TR_SIGNATURE": "Handtekening", "TR_SIGN": "Ondertekenen", diff --git a/public/l10n/no.json b/public/l10n/no.json index 8d17a908..9503e41a 100644 --- a/public/l10n/no.json +++ b/public/l10n/no.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Terms", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "Try again", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Ikke glem", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "New Trezor firmware is available.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Try again", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Melding", "TR_SIGNATURE": "Signature", "TR_SIGN": "Sign", diff --git a/public/l10n/pl.json b/public/l10n/pl.json index 51f9caee..dfc1576c 100644 --- a/public/l10n/pl.json +++ b/public/l10n/pl.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Warunki", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "Spróbuj ponownie", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Nie zapominaj", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "Dostępny jest nowy firmware.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Wyczyść", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Spróbuj ponownie", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Przechodzisz do Portfela Trezor Beta", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Wiadomość", "TR_SIGNATURE": "Podpis", "TR_SIGN": "Podpisz", diff --git a/public/l10n/pt.json b/public/l10n/pt.json index be18ac6f..81e28deb 100644 --- a/public/l10n/pt.json +++ b/public/l10n/pt.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Termos", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "Tentar de novo", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Não esquecer", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "Novo firmware Trezor disponível.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Limpar", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Tentar de novo", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Você está abrindo a Trezor Beta Wallet", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Mensagem", "TR_SIGNATURE": "Assinatura", "TR_SIGN": "Assinar", diff --git a/public/l10n/ru.json b/public/l10n/ru.json index e801c0e9..5b25c2da 100644 --- a/public/l10n/ru.json +++ b/public/l10n/ru.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Условия", "TR_EXCHANGE_RATES_BY": "Курсы валют на {service}", "TR_WE_THANK_OUR_TRANSLATORS": "Мы благодарим наших переводчиков за их {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Пожалуйста, активируйте настройки кодовой фразы для продолжения процесса проверки.", "TR_PLEASE_DISABLE_PASSPHRASE": "Пожалуйста, выключите использование кодовой фразы для продолжения процесса проверки.", "TR_SHOW_UNVERIFIED_ADDRESS": "Показать непроверенный адрес", - "TR_TRY_AGAIN": "Попробовать снова", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "Чтобы избежать фишинг-атак, следует сначала проверить адрес на вашем Trezor. {claim}", "TR_FORGET_LABEL": "Забыть {deviceLabel}?", "TR_DONT_FORGET": "Не забывать", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Проверьте подключение к Интернету и обновите страницу.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "Доступен новый Trezor Bridge.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "Доступна новая прошивка Trezor.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Подключиться", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Недостаточный баланс на счету", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Адреса Ripple требуют минимальный баланс в размере {minBalance} XRP для того, чтобы активировать и использовать счёт. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Настройки устройства", "TR_APPLICATION_SETTINGS": "Настройки приложения", "TR_ACCOUNT_HASH": "Счёт #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Импортированный аккаунт #{number}", "TR_CLEAR": "Очистить", "TR_CHECK_FOR_DEVICES": "Ручной поиск устройств", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Создайте резервную копию за 3 минуты", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "У вас нет резервной копии Trezor", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Показать адрес, я понимаю все риски", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Попробовать снова", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Вы открываете Trezor Beta Wallet", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} – это публичная версия для тестирования новейших функций {TR_TREZOR_WALLET}, которая позволяет оценить эти их до того, как они станут общедоступными.", "TR_IN_CONTRAST_COMMA_TREZOR": "В отличие от него, {TR_TREZOR_WALLET} предлагает стандартную функциональность, но при этом максимальную надежность и доступность для обычных пользователей.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Конечный тег это произвольное число, которое служит уникальным идентификатором транзакции. Некоторые службы могут потребовать его для обработки вашего перевода.", "TR_XRP_RESERVE": "Резерв: {value}", "TR_SEND_RIPPLE": "Отправить Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Сообщение", "TR_SIGNATURE": "Подпись", "TR_SIGN": "Подписать", diff --git a/public/l10n/sv-SE.json b/public/l10n/sv-SE.json index f32e6a2c..ab75c17c 100644 --- a/public/l10n/sv-SE.json +++ b/public/l10n/sv-SE.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Villkor", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "Försök igen", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Glöm inte", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "Ny Trezor mjukvara är tillgänglig.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Försök igen", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Du öppnar Trezor Beta Wallet", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Meddelande", "TR_SIGNATURE": "Signatur", "TR_SIGN": "Signera", diff --git a/public/l10n/tr.json b/public/l10n/tr.json index b3f99d9b..403522c9 100644 --- a/public/l10n/tr.json +++ b/public/l10n/tr.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Şartlar", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "Tekrar deneyiniz", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Unutma", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "Yeni Trezor yazılımı mevcut.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Tekrar deneyiniz", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Trezor Beta Cüzdanını açıyorsunuz", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Mesaj", "TR_SIGNATURE": "İmza", "TR_SIGN": "İmzala", diff --git a/public/l10n/uk.json b/public/l10n/uk.json index 239e2bf1..67c29b6d 100644 --- a/public/l10n/uk.json +++ b/public/l10n/uk.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Умови", "TR_EXCHANGE_RATES_BY": "Курси валют на {service}", "TR_WE_THANK_OUR_TRANSLATORS": "Ми дякуємо нашим перекладачам за їх {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Будь ласка, увімкніть настройки парольної фрази, щоб продовжити процес перевірки.", "TR_PLEASE_DISABLE_PASSPHRASE": "Будь ласка, вимкніть настройки парольної фрази, щоб продовжити процес перевірки.", "TR_SHOW_UNVERIFIED_ADDRESS": "Показати неперевірені адреси", - "TR_TRY_AGAIN": "Спробуйте ще раз", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "Щоб уникнути фішингових атак, завжди перевіряйте адреса на вашому Trezor. {claim}", "TR_FORGET_LABEL": "Забути {deviceLabel}?", "TR_DONT_FORGET": "Не забувати", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Будь ласка, перевірте підключення до Інтернету та перезавантажте сторінку.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "Доступний новий Trezor Bridge.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "Доступна нова прошивка Trezor.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Пiдключитися", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Необхідний мінімальний резервний рахунок", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Адреси Ripple вимагають мінімального залишку {minBalance} XRP для активації та підтримки рахунку. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Налаштування пристрою", "TR_APPLICATION_SETTINGS": "Налаштування аплiкацiї", "TR_ACCOUNT_HASH": "Рахунок #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Iмпортований рахунок #{number}", "TR_CLEAR": "Очистити", "TR_CHECK_FOR_DEVICES": "Перевірте наявність пристроїв", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Створіть резервну копію за 3 хвилини", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Ваш Trezor не має резервної копії", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Показати адресу, я розумію ризика", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Спробуйте ще раз", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Ви відкриваєте Trezor Beta Wallet", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} - це загальнодоступна версія {TR_TREZOR_WALLET}, що пропонує нові функції, перш ніж вони стануть доступними для широкої публіки.", "TR_IN_CONTRAST_COMMA_TREZOR": "На відміну від цього, {TR_TREZOR_WALLET} має перевiренi стабiльнi функції, що гарантує, що функціональність гаманця є максимально надійною та доступною для широкої громадськості.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Тег призначення є довільне число, яке слугує унікальним ідентифікатором вашого транзакції. Деякі послуги можуть його вимагати, щоб зпрацювати вашу транзакцiю.", "TR_XRP_RESERVE": "Резерв: {value}", "TR_SEND_RIPPLE": "Надiслати Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Повідомлення", "TR_SIGNATURE": "Підпис", "TR_SIGN": "Підписати", diff --git a/public/l10n/vi.json b/public/l10n/vi.json index 8f65508f..b2678b3b 100644 --- a/public/l10n/vi.json +++ b/public/l10n/vi.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "Điều khoản", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "Thử lại", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "Đừng quên", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "Phần mềm mới cho Trezor đã có sẵn.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "Recherchez des appareils", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "Thử lại", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Bạn đang tạo Ví Trezor Beta", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "Tin nhắn", "TR_SIGNATURE": "Chữ ký", "TR_SIGN": "Ký", diff --git a/public/l10n/zh-TW.json b/public/l10n/zh-TW.json index f58acd09..499164ea 100644 --- a/public/l10n/zh-TW.json +++ b/public/l10n/zh-TW.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "條款", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "Show unverified address", - "TR_TRY_AGAIN": "請再試一次", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "不要忘記", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Please check your Internet connection and reload the page.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "發現新版本的 Trezor韌體。.", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "清除", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "請再試一次", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "訊息", "TR_SIGNATURE": "簽名", "TR_SIGN": "簽名", diff --git a/public/l10n/zh.json b/public/l10n/zh.json index 45258194..11688aba 100644 --- a/public/l10n/zh.json +++ b/public/l10n/zh.json @@ -1,4 +1,15 @@ { + "TR_CONNECTED": "Connected", + "TR_CONNECTED_BOOTLOADER": "Connected (bootloader mode)", + "TR_CONNECTED_NOT_INITIALIZED": "Connected (not initialized)", + "TR_CONNECTED_SEEDLESS": "Connected (seedless mode)", + "TR_CONNECTED_UPDATE_REQUIRED": "Connected (update required)", + "TR_CONNECTED_UPDATE_RECOMMENDED": "Connected (update recommended)", + "TR_USED_IN_ANOTHER_WINDOW": "Used in other window", + "TR_UNAVAILABLE": "Unavailable", + "TR_UNREADABLE": "Unreadable", + "TR_DISCONNECTED": "Disconnected", + "TR_STATUS_UNKNOWN": "Status unknown", "TR_TERMS": "条款", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}", @@ -28,7 +39,6 @@ "TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_SHOW_UNVERIFIED_ADDRESS": "显示未验证的地址", - "TR_TRY_AGAIN": "重试", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_DONT_FORGET": "不忘记", @@ -77,12 +87,25 @@ "TR_PLEASE_RELOAD_THE_PAGE_DOT": "请检查您的网络连接,然后重新加载页面。", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "发现新的 Trezor 固件。", + "TR_ACQUIRE_DEVICE_ERROR": "Acquire device error", + "TR_AUTHENTICATION_ERROR": "Authentication error", + "TR_ACCOUNT_DISCOVERY_ERROR": "Account discovery error", + "TR_TRANSACTION_ERROR": "Transaction error", + "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", + "TR_SEE_TRANSACTION_DETAILS": "See transaction details", + "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", + "TR_SIGN_MESSAGE_ERROR": "Sign error", + "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", + "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", "TR_DEVICE_SETTINGS": "Device settings", "TR_APPLICATION_SETTINGS": "Application settings", "TR_ACCOUNT_HASH": "Account #{number}", + "TR_DEVICE_LABEL_ACCOUNT_HASH": "{deviceLabel} Account #{number}", + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": "Looks like it is {deviceLabel} Account #{number} address of {network} network", "TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}", "TR_CLEAR": "清除", "TR_CHECK_FOR_DEVICES": "Check for devices", @@ -103,6 +126,11 @@ "TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes", "TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up", "TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk", + "TR_HIGH_FEE": "High", + "TR_NORMAL_FEE": "Normal", + "TR_LOW_FEE": "Low", + "TR_CUSTOM_FEE": "Custom", + "TR_TRY_AGAIN": "重试", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "您即将打开 Trezor Beta Wallet", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.", @@ -188,6 +216,37 @@ "TR_XRP_DESTINATION_TAG_EXPLAINED": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", "TR_XRP_RESERVE": "Reserve: {value}", "TR_SEND_RIPPLE": "Send Ripple", + "TR_AMOUNT_IS_NOT_SET": "Amount is not set", + "TR_AMOUNT_IS_NOT_A_NUMBER": "Amount is not a number", + "TR_MAXIMUM_DECIMALS_ALLOWED:": "Maximum {decimals} decimals allowed", + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": "Not enough {networkSymbol} to cover transaction fee", + "TR_NOT_ENOUGH_FUNDS": "Not enough funds", + "TR_AMOUNT_IS_TOO_LOW": "Amount is too low", + "TR_ADDRESS_IS_NOT_SET": "Address is not set", + "TR_ADDRESS_IS_NOT_VALID": "Address is not valid", + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": "Address checksum is not valid", + "TR_GAS_LIMIT_IS_NOT_SET": "Gas limit is not set", + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": "Gas limit is not a number", + "TR_GAS_LIMIT_IS_TOO_LOW": "Gas limit is too low", + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": "Gas limit is below recommended", + "TR_GAS_PRICE_IS_NOT_A_NUMBER": "Gas price is not a number", + "TR_GAS_PRICE_IS_NOT_SET": "Gas price is not set", + "TR_GAS_PRICE_IS_TOO_LOW": "Gas price is too low", + "TR_GAS_PRICE_IS_TOO_HIGH": "Gas price is too high", + "TR_NONCE_IS_NOT_A_NUMBER": "Nonce is not a valid number", + "TR_NONCE_IS_NOT_SET": "Nonce is not set", + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": "Nonce is greater than recommended", + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": "Nonce is lower than recommended", + "TR_DATA_IS_NOT_VALID_HEX": "Data is not valid hexadecimal", + "TR_CANNOT_SEND_TO_MYSELF": "Cannot send to myself", + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "TR_FEE_IS_NOT_SET": "Fee is not set", + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": "Fee must be an absolute number", + "TR_FEE_IS_BELOW_RECOMMENDED": "Fee is below recommended", + "TR_FEE_IS_ABOVE_RECOMMENDED": "Fee is above recommended", + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": "Destination tag must be an absolute number", + "TR_DESTINATION_TAG_IS_NOT_VALID": "Destination tag is not valid", "TR_MESSAGE": "消息", "TR_SIGNATURE": "签名", "TR_SIGN": "签署", diff --git a/translations/master.json b/translations/master.json index 6429e8e0..b45d7091 100644 --- a/translations/master.json +++ b/translations/master.json @@ -1,4 +1,103 @@ { + "TR_CONNECTED": { + "source": "Connected", + "meta": { + "comment": "Device status", + "occurrences": [ + "src/components/DeviceHeader/index.messages.js" + ] + } + }, + "TR_CONNECTED_BOOTLOADER": { + "source": "Connected (bootloader mode)", + "meta": { + "comment": "Device status", + "occurrences": [ + "src/components/DeviceHeader/index.messages.js" + ] + } + }, + "TR_CONNECTED_NOT_INITIALIZED": { + "source": "Connected (not initialized)", + "meta": { + "comment": "Device status", + "occurrences": [ + "src/components/DeviceHeader/index.messages.js" + ] + } + }, + "TR_CONNECTED_SEEDLESS": { + "source": "Connected (seedless mode)", + "meta": { + "comment": "Device status", + "occurrences": [ + "src/components/DeviceHeader/index.messages.js" + ] + } + }, + "TR_CONNECTED_UPDATE_REQUIRED": { + "source": "Connected (update required)", + "meta": { + "comment": "Device status", + "occurrences": [ + "src/components/DeviceHeader/index.messages.js" + ] + } + }, + "TR_CONNECTED_UPDATE_RECOMMENDED": { + "source": "Connected (update recommended)", + "meta": { + "comment": "Device status", + "occurrences": [ + "src/components/DeviceHeader/index.messages.js" + ] + } + }, + "TR_USED_IN_ANOTHER_WINDOW": { + "source": "Used in other window", + "meta": { + "comment": "Device status", + "occurrences": [ + "src/components/DeviceHeader/index.messages.js" + ] + } + }, + "TR_UNAVAILABLE": { + "source": "Unavailable", + "meta": { + "comment": "Device status", + "occurrences": [ + "src/components/DeviceHeader/index.messages.js" + ] + } + }, + "TR_UNREADABLE": { + "source": "Unreadable", + "meta": { + "comment": "Device status", + "occurrences": [ + "src/components/DeviceHeader/index.messages.js" + ] + } + }, + "TR_DISCONNECTED": { + "source": "Disconnected", + "meta": { + "comment": "Device status", + "occurrences": [ + "src/components/DeviceHeader/index.messages.js" + ] + } + }, + "TR_STATUS_UNKNOWN": { + "source": "Status unknown", + "meta": { + "comment": "Device status", + "occurrences": [ + "src/components/DeviceHeader/index.messages.js" + ] + } + }, "TR_TERMS": { "source": "Terms", "meta": { @@ -243,15 +342,6 @@ ] } }, - "TR_TRY_AGAIN": { - "source": "Try again", - "meta": { - "comment": "Try to verify the address again", - "occurrences": [ - "src/components/modals/confirm/UnverifiedAddress/index.messages.js" - ] - } - }, "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": { "source": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "meta": { @@ -640,6 +730,96 @@ ] } }, + "TR_ACQUIRE_DEVICE_ERROR": { + "source": "Acquire device error", + "meta": { + "occurrences": [ + "src/components/notifications/Context/actions.messages.js" + ] + } + }, + "TR_AUTHENTICATION_ERROR": { + "source": "Authentication error", + "meta": { + "occurrences": [ + "src/components/notifications/Context/actions.messages.js" + ] + } + }, + "TR_ACCOUNT_DISCOVERY_ERROR": { + "source": "Account discovery error", + "meta": { + "comment": "Error during account discovery", + "occurrences": [ + "src/components/notifications/Context/actions.messages.js" + ] + } + }, + "TR_TRANSACTION_ERROR": { + "source": "Transaction error", + "meta": { + "comment": "Error during signing transaction", + "occurrences": [ + "src/components/notifications/Context/actions.messages.js" + ] + } + }, + "TR_TRANSACTION_SUCCESS": { + "source": "Transaction has been sent successfully", + "meta": { + "occurrences": [ + "src/components/notifications/Context/actions.messages.js" + ] + } + }, + "TR_SEE_TRANSACTION_DETAILS": { + "source": "See transaction details", + "meta": { + "occurrences": [ + "src/components/notifications/Context/actions.messages.js" + ] + } + }, + "TR_VERIFYING_ADDRESS_ERROR": { + "source": "Verifying address error", + "meta": { + "occurrences": [ + "src/components/notifications/Context/actions.messages.js" + ] + } + }, + "TR_SIGN_MESSAGE_ERROR": { + "source": "Sign error", + "meta": { + "occurrences": [ + "src/components/notifications/Context/actions.messages.js" + ] + } + }, + "TR_VERIFY_MESSAGE_ERROR": { + "source": "Verify error", + "meta": { + "occurrences": [ + "src/components/notifications/Context/actions.messages.js" + ] + } + }, + "TR_VERIFY_MESSAGE_SUCCESS": { + "source": "Message has been successfully verified", + "meta": { + "occurrences": [ + "src/components/notifications/Context/actions.messages.js" + ] + } + }, + "TR_SIGNATURE_IS_VALID": { + "source": "Signature is valid", + "meta": { + "occurrences": [ + "src/components/notifications/Context/actions.messages.js" + ] + } + }, "TR_CONNECT_TO_BACKEND": { "source": "Connect", "meta": { @@ -689,6 +869,24 @@ ] } }, + "TR_DEVICE_LABEL_ACCOUNT_HASH": { + "source": "{deviceLabel} Account #{number}", + "meta": { + "comment": "Used in auto-generated account label", + "occurrences": [ + "src/views/common.messages.js" + ] + } + }, + "TR_LOOKS_LIKE_IT_IS_DEVICE_LABEL": { + "source": "Looks like it is {deviceLabel} Account #{number} address of {network} network", + "meta": { + "comment": "Example: Looks like it is My Trezor Account #1 address of ETH network", + "occurrences": [ + "src/views/common.messages.js" + ] + } + }, "TR_IMPORTED_ACCOUNT_HASH": { "source": "Imported account #{number}", "meta": { @@ -852,6 +1050,51 @@ ] } }, + "TR_HIGH_FEE": { + "source": "High", + "meta": { + "comment": "fee level", + "occurrences": [ + "src/views/common.messages.js" + ] + } + }, + "TR_NORMAL_FEE": { + "source": "Normal", + "meta": { + "comment": "fee level", + "occurrences": [ + "src/views/common.messages.js" + ] + } + }, + "TR_LOW_FEE": { + "source": "Low", + "meta": { + "comment": "fee level", + "occurrences": [ + "src/views/common.messages.js" + ] + } + }, + "TR_CUSTOM_FEE": { + "source": "Custom", + "meta": { + "comment": "fee level", + "occurrences": [ + "src/views/common.messages.js" + ] + } + }, + "TR_TRY_AGAIN": { + "source": "Try again", + "meta": { + "comment": "Try to run the proccess again", + "occurrences": [ + "src/views/common.messages.js" + ] + } + }, "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": { "source": "You are opening Trezor Beta Wallet", "meta": { @@ -1546,6 +1789,254 @@ ] } }, + "TR_AMOUNT_IS_NOT_SET": { + "source": "Amount is not set", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_AMOUNT_IS_NOT_A_NUMBER": { + "source": "Amount is not a number", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_MAXIMUM_DECIMALS_ALLOWED:": { + "source": "Maximum {decimals} decimals allowed", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION": { + "source": "Not enough {networkSymbol} to cover transaction fee", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_NOT_ENOUGH_FUNDS": { + "source": "Not enough funds", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_AMOUNT_IS_TOO_LOW": { + "source": "Amount is too low", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_ADDRESS_IS_NOT_SET": { + "source": "Address is not set", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_ADDRESS_IS_NOT_VALID": { + "source": "Address is not valid", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_ADDRESS_CHECKSUM_IS_NOT_VALID": { + "source": "Address checksum is not valid", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_GAS_LIMIT_IS_NOT_SET": { + "source": "Gas limit is not set", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_GAS_LIMIT_IS_NOT_A_NUMBER": { + "source": "Gas limit is not a number", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_GAS_LIMIT_IS_TOO_LOW": { + "source": "Gas limit is too low", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_GAS_LIMIT_IS_BELOW_RECOMMENDED": { + "source": "Gas limit is below recommended", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_GAS_PRICE_IS_NOT_A_NUMBER": { + "source": "Gas price is not a number", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_GAS_PRICE_IS_NOT_SET": { + "source": "Gas price is not set", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_GAS_PRICE_IS_TOO_LOW": { + "source": "Gas price is too low", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_GAS_PRICE_IS_TOO_HIGH": { + "source": "Gas price is too high", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_NONCE_IS_NOT_A_NUMBER": { + "source": "Nonce is not a valid number", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_NONCE_IS_NOT_SET": { + "source": "Nonce is not set", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_NONCE_IS_GREATER_THAN_RECOMMENDED": { + "source": "Nonce is greater than recommended", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_NONCE_IS_LOWER_THAN_RECOMMENDED": { + "source": "Nonce is lower than recommended", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_DATA_IS_NOT_VALID_HEX": { + "source": "Data is not valid hexadecimal", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_CANNOT_SEND_TO_MYSELF": { + "source": "Cannot send to myself", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_NOT_ENOUGH_FUNDS_RESERVED_AMOUNT": { + "source": "Not enough funds. Reserved amount for this account is {reservedAmount} {networkSymbol}", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING": { + "source": "Amount is too low. Minimum amount for creating a new account is {minimalAmount} {networkSymbol}", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_FEE_IS_NOT_SET": { + "source": "Fee is not set", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_FEE_MUST_ME_AN_ABSOLUT_NUMBER": { + "source": "Fee must be an absolute number", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_FEE_IS_BELOW_RECOMMENDED": { + "source": "Fee is below recommended", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_FEE_IS_ABOVE_RECOMMENDED": { + "source": "Fee is above recommended", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_DESTINATION_TAG_MUST_BE_AN_ABSOLUTE": { + "source": "Destination tag must be an absolute number", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, + "TR_DESTINATION_TAG_IS_NOT_VALID": { + "source": "Destination tag is not valid", + "meta": { + "occurrences": [ + "src/views/Wallet/views/Account/Send/validation.messages.js" + ] + } + }, "TR_MESSAGE": { "source": "Message", "meta": { From 00734b724a9c4a48ae5c2c67c7f3ee47bb0b4175 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Mon, 13 May 2019 15:08:33 +0200 Subject: [PATCH 5/7] change sign/verify error msgs --- src/components/notifications/Context/actions.messages.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/notifications/Context/actions.messages.js b/src/components/notifications/Context/actions.messages.js index 3e4511fa..aed050cf 100644 --- a/src/components/notifications/Context/actions.messages.js +++ b/src/components/notifications/Context/actions.messages.js @@ -19,7 +19,7 @@ const definedMessages: Messages = defineMessages({ TR_TRANSACTION_ERROR: { id: 'TR_TRANSACTION_ERROR', defaultMessage: 'Transaction error', - description: 'Error during signing transaction', + description: 'Error during signing a transaction', }, TR_TRANSACTION_SUCCESS: { id: 'TR_TRANSACTION_SUCCESS', @@ -35,11 +35,11 @@ const definedMessages: Messages = defineMessages({ }, TR_SIGN_MESSAGE_ERROR: { id: 'TR_SIGN_MESSAGE_ERROR', - defaultMessage: 'Sign error', + defaultMessage: 'Failed to sign message', }, TR_VERIFY_MESSAGE_ERROR: { id: 'TR_VERIFY_MESSAGE_ERROR', - defaultMessage: 'Verify error', + defaultMessage: 'Failed to verify message', }, TR_VERIFY_MESSAGE_SUCCESS: { id: 'TR_VERIFY_MESSAGE_SUCCESS', From 26c9f0a972b6fdd08c17ee1834532ffc7580bbd3 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Mon, 13 May 2019 15:11:56 +0200 Subject: [PATCH 6/7] update locales --- public/l10n/af.json | 4 ++-- public/l10n/ar.json | 4 ++-- public/l10n/bn.json | 4 ++-- public/l10n/cs.json | 4 ++-- public/l10n/de.json | 4 ++-- public/l10n/el.json | 4 ++-- public/l10n/en.json | 4 ++-- public/l10n/es.json | 4 ++-- public/l10n/et.json | 4 ++-- public/l10n/fa.json | 4 ++-- public/l10n/fr.json | 4 ++-- public/l10n/he.json | 4 ++-- public/l10n/hi.json | 4 ++-- public/l10n/hu.json | 4 ++-- public/l10n/id.json | 4 ++-- public/l10n/it.json | 4 ++-- public/l10n/ja.json | 4 ++-- public/l10n/ko.json | 4 ++-- public/l10n/nl.json | 4 ++-- public/l10n/no.json | 4 ++-- public/l10n/pl.json | 4 ++-- public/l10n/pt.json | 4 ++-- public/l10n/ru.json | 4 ++-- public/l10n/sv-SE.json | 4 ++-- public/l10n/tr.json | 4 ++-- public/l10n/uk.json | 4 ++-- public/l10n/vi.json | 4 ++-- public/l10n/zh-TW.json | 4 ++-- public/l10n/zh.json | 4 ++-- translations/master.json | 6 +++--- 30 files changed, 61 insertions(+), 61 deletions(-) diff --git a/public/l10n/af.json b/public/l10n/af.json index 6445803f..460c3429 100644 --- a/public/l10n/af.json +++ b/public/l10n/af.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/ar.json b/public/l10n/ar.json index 6445803f..460c3429 100644 --- a/public/l10n/ar.json +++ b/public/l10n/ar.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/bn.json b/public/l10n/bn.json index a81d762e..8cb55b7f 100644 --- a/public/l10n/bn.json +++ b/public/l10n/bn.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/cs.json b/public/l10n/cs.json index dfd2b26c..95ca3a02 100644 --- a/public/l10n/cs.json +++ b/public/l10n/cs.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/de.json b/public/l10n/de.json index 61d285c0..3e89f357 100644 --- a/public/l10n/de.json +++ b/public/l10n/de.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/el.json b/public/l10n/el.json index 2cf2d0a5..972560be 100644 --- a/public/l10n/el.json +++ b/public/l10n/el.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/en.json b/public/l10n/en.json index 6445803f..460c3429 100644 --- a/public/l10n/en.json +++ b/public/l10n/en.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/es.json b/public/l10n/es.json index f429cfcf..c14bbe6e 100644 --- a/public/l10n/es.json +++ b/public/l10n/es.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Conectar", diff --git a/public/l10n/et.json b/public/l10n/et.json index 754e1f56..5f64ecdd 100644 --- a/public/l10n/et.json +++ b/public/l10n/et.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/fa.json b/public/l10n/fa.json index 6445803f..460c3429 100644 --- a/public/l10n/fa.json +++ b/public/l10n/fa.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/fr.json b/public/l10n/fr.json index 6db0ac6b..f53bfe7a 100644 --- a/public/l10n/fr.json +++ b/public/l10n/fr.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/he.json b/public/l10n/he.json index 7cf28bc3..c63b1c16 100644 --- a/public/l10n/he.json +++ b/public/l10n/he.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/hi.json b/public/l10n/hi.json index 6445803f..460c3429 100644 --- a/public/l10n/hi.json +++ b/public/l10n/hi.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/hu.json b/public/l10n/hu.json index 0941574f..2ddfde90 100644 --- a/public/l10n/hu.json +++ b/public/l10n/hu.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/id.json b/public/l10n/id.json index a969da55..ede94ae9 100644 --- a/public/l10n/id.json +++ b/public/l10n/id.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/it.json b/public/l10n/it.json index aa93ddf6..24d990e0 100644 --- a/public/l10n/it.json +++ b/public/l10n/it.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/ja.json b/public/l10n/ja.json index 8658bb5f..4980895b 100644 --- a/public/l10n/ja.json +++ b/public/l10n/ja.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/ko.json b/public/l10n/ko.json index 2b16d102..0ee4c21a 100644 --- a/public/l10n/ko.json +++ b/public/l10n/ko.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/nl.json b/public/l10n/nl.json index b150c5ef..d2f09011 100644 --- a/public/l10n/nl.json +++ b/public/l10n/nl.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/no.json b/public/l10n/no.json index 9503e41a..08fbaaf0 100644 --- a/public/l10n/no.json +++ b/public/l10n/no.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/pl.json b/public/l10n/pl.json index dfc1576c..38a1324e 100644 --- a/public/l10n/pl.json +++ b/public/l10n/pl.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/pt.json b/public/l10n/pt.json index 81e28deb..6e268190 100644 --- a/public/l10n/pt.json +++ b/public/l10n/pt.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/ru.json b/public/l10n/ru.json index 5b25c2da..df2da9f3 100644 --- a/public/l10n/ru.json +++ b/public/l10n/ru.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Подключиться", diff --git a/public/l10n/sv-SE.json b/public/l10n/sv-SE.json index ab75c17c..1e37c8bd 100644 --- a/public/l10n/sv-SE.json +++ b/public/l10n/sv-SE.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/tr.json b/public/l10n/tr.json index 403522c9..98834a49 100644 --- a/public/l10n/tr.json +++ b/public/l10n/tr.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/uk.json b/public/l10n/uk.json index 67c29b6d..fe4e124b 100644 --- a/public/l10n/uk.json +++ b/public/l10n/uk.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Пiдключитися", diff --git a/public/l10n/vi.json b/public/l10n/vi.json index b2678b3b..f4923e15 100644 --- a/public/l10n/vi.json +++ b/public/l10n/vi.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/zh-TW.json b/public/l10n/zh-TW.json index 499164ea..355462f9 100644 --- a/public/l10n/zh-TW.json +++ b/public/l10n/zh-TW.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/public/l10n/zh.json b/public/l10n/zh.json index 11688aba..5453dac1 100644 --- a/public/l10n/zh.json +++ b/public/l10n/zh.json @@ -94,8 +94,8 @@ "TR_TRANSACTION_SUCCESS": "Transaction has been sent successfully", "TR_SEE_TRANSACTION_DETAILS": "See transaction details", "TR_VERIFYING_ADDRESS_ERROR": "Verifying address error", - "TR_SIGN_MESSAGE_ERROR": "Sign error", - "TR_VERIFY_MESSAGE_ERROR": "Verify error", + "TR_SIGN_MESSAGE_ERROR": "Failed to sign message", + "TR_VERIFY_MESSAGE_ERROR": "Failed to verify message", "TR_VERIFY_MESSAGE_SUCCESS": "Message has been successfully verified", "TR_SIGNATURE_IS_VALID": "Signature is valid", "TR_CONNECT_TO_BACKEND": "Connect", diff --git a/translations/master.json b/translations/master.json index b45d7091..dbf07987 100644 --- a/translations/master.json +++ b/translations/master.json @@ -758,7 +758,7 @@ "TR_TRANSACTION_ERROR": { "source": "Transaction error", "meta": { - "comment": "Error during signing transaction", + "comment": "Error during signing a transaction", "occurrences": [ "src/components/notifications/Context/actions.messages.js" ] @@ -789,7 +789,7 @@ } }, "TR_SIGN_MESSAGE_ERROR": { - "source": "Sign error", + "source": "Failed to sign message", "meta": { "occurrences": [ "src/components/notifications/Context/actions.messages.js" @@ -797,7 +797,7 @@ } }, "TR_VERIFY_MESSAGE_ERROR": { - "source": "Verify error", + "source": "Failed to verify message", "meta": { "occurrences": [ "src/components/notifications/Context/actions.messages.js" From 7d5636b32754808029256d7bbc7535645360fe8a Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Mon, 13 May 2019 15:13:42 +0200 Subject: [PATCH 7/7] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c7312a..28fcbf09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ __added__ - Coin visibility settings -- Complete russian and ukrainian localization +- Almost complete russian, ukrainian and spanish localization - Auto reconnect to a backend after losing connection __changed__