mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-07 14:50:52 +00:00
handle locale to filename mapping by TTM
This commit is contained in:
parent
241ba37f44
commit
a656b0d708
@ -36,5 +36,24 @@
|
||||
"tr",
|
||||
"uk",
|
||||
"vi"
|
||||
]
|
||||
],
|
||||
"langToFileNameMap": {
|
||||
"en": "en",
|
||||
"bn": "bn",
|
||||
"cs": "cs",
|
||||
"de": "de",
|
||||
"el": "el",
|
||||
"es-ES": "es",
|
||||
"fr": "fr",
|
||||
"id": "id",
|
||||
"it": "it",
|
||||
"ja": "ja",
|
||||
"nl": "nl",
|
||||
"pl": "pl",
|
||||
"pt-PT": "pt",
|
||||
"ru": "ru",
|
||||
"uk": "uk",
|
||||
"zh-CN": "zh",
|
||||
"zh-TW": "zh_TW"
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
|
@ -1,11 +1,18 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet je komfortní rozhraní pro Vaše zařízení Trezor. Z rozhraní Wallet můžete snadno spravovat své účty, přijímat a odesílat platby.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "Soukromá banka ve Vašich rukou.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Pro pokračování připojte Trezor",
|
||||
"TR_AND": "a",
|
||||
"TR_CHECK_FOR_DEVICES": "Hledat zařízení",
|
||||
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Zařízení nebylo rozpoznáno? Zkuste nainstalovat <a>Trezor Bridge</a>.",
|
||||
"TR_DONT_HAVE_A_TREZOR_GET": "Ještě nemáte Trezor? <a>Jeden si pořiďte</a>",
|
||||
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Zařízení nebylo rozpoznáno? Zkuste nainstalovat {link}.",
|
||||
"TR_DONT_HAVE_A_TREZOR_GET": "Ještě nemáte Trezor? {getOne}",
|
||||
"TR_GET_ONE": "Get one",
|
||||
"dashboard.selectyourcoin.title": "Please select your coin",
|
||||
"dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin"
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet bietet ein einfaches Interface für Ihren Trezor. Mit diesem Wallet können Sie Ihre Geldmittel kontrollieren, das Saldo verwalten und Zahlungen vornehmen.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "Eine private Bank in Ihren Händen.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Schließen Sie Ihren Trezor an, um fortzufahren",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "El monedero Trezor Wallet es una interfaz fácil de usar para su dispositivo Trezor. Desde éste monedero, puede controlar fácilmente sus monedas, gestionar su saldo e iniciar transferencias.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "La banca privada en sus manos.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Conecte el dispositivo Trezor para continuar",
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet est une interface facile à utiliser pour votre Trezor et qui vous permet de contrôler facilement vos fonds, de gérer votre solde et d'opérer des virements.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "La banque privée entre vos mains.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connectez Trezor pour continuer",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Il Portafoglio Trezor è una interfaccia semplice da utilizzare per il tuo dispositivo Trezor. Da questo Portafoglio potrai facilmente controllare le tue monete, gestire il tuo conto ed avviare trasferimenti.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connetti Trezor per continuare",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "De Trezor Portemonnee is een gebruiksvriendelijke interface voor uw Trezor apparaat. Vanaf deze Portemonnee kunt u uw munten controleren, uw balans beheren en betalingen verrichten.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Sluit uw Trezor aan om door te gaan",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Portfel Trezor oferuje łatwy w użyciu interfejs. Z łatwością możesz kontrolować swoje pieniądze, zarządzać balansem konta i wysyłać transakcje.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Podłącz Trezor, aby kontynuować",
|
||||
|
@ -1,12 +0,0 @@
|
||||
{
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
"TR_AND": "and",
|
||||
"TR_CHECK_FOR_DEVICES": "Check for devices",
|
||||
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
|
||||
"TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}",
|
||||
"TR_GET_ONE": "Get one",
|
||||
"dashboard.selectyourcoin.title": "Please select your coin",
|
||||
"dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin"
|
||||
}
|
19
public/l10n/pt.json
Normal file
19
public/l10n/pt.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
"TR_AND": "and",
|
||||
"TR_CHECK_FOR_DEVICES": "Check for devices",
|
||||
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
|
||||
"TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}",
|
||||
"TR_GET_ONE": "Get one",
|
||||
"dashboard.selectyourcoin.title": "Please select your coin",
|
||||
"dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin"
|
||||
}
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet – это простой и удобный интерфейс для Trezor, позволяющий контролировать средства, управлять остатками и отправлять средства.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "Частный банк у вас в руках.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Для продолжения подключите Trezor",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
|
@ -1,12 +0,0 @@
|
||||
{
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
"TR_AND": "and",
|
||||
"TR_CHECK_FOR_DEVICES": "Check for devices",
|
||||
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
|
||||
"TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}",
|
||||
"TR_GET_ONE": "Get one",
|
||||
"dashboard.selectyourcoin.title": "Please select your coin",
|
||||
"dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin"
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
{
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor錢包是專門為你的Trezor設計的簡單易用的介面。從這個錢包,你可以輕易的管理你的錢幣、檢查你的收支和發送付款。",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "請連接Trezor以繼續",
|
||||
"TR_AND": "and",
|
||||
"TR_CHECK_FOR_DEVICES": "Check for devices",
|
||||
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
|
||||
"TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}",
|
||||
"TR_GET_ONE": "Get one",
|
||||
"dashboard.selectyourcoin.title": "Please select your coin",
|
||||
"dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin"
|
||||
}
|
19
public/l10n/zh.json
Normal file
19
public/l10n/zh.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "Connect Trezor to continue",
|
||||
"TR_AND": "and",
|
||||
"TR_CHECK_FOR_DEVICES": "Check for devices",
|
||||
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
|
||||
"TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}",
|
||||
"TR_GET_ONE": "Get one",
|
||||
"dashboard.selectyourcoin.title": "Please select your coin",
|
||||
"dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin"
|
||||
}
|
19
public/l10n/zh_TW.json
Normal file
19
public/l10n/zh_TW.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
|
||||
"TR_TREZOR_BETA_WALLET_IS": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": "In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"TR_OK_COMMA_I_UNDERSTAND": "OK, I understand",
|
||||
"TR_TREZOR_WALLET": "Trezor Wallet",
|
||||
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor錢包是專門為你的Trezor設計的簡單易用的介面。從這個錢包,你可以輕易的管理你的錢幣、檢查你的收支和發送付款。",
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "The private bank in your hands.",
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": "請連接Trezor以繼續",
|
||||
"TR_AND": "and",
|
||||
"TR_CHECK_FOR_DEVICES": "Check for devices",
|
||||
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
|
||||
"TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}",
|
||||
"TR_GET_ONE": "Get one",
|
||||
"dashboard.selectyourcoin.title": "Please select your coin",
|
||||
"dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin"
|
||||
}
|
@ -73,27 +73,7 @@ export const toggleSidebar = (): WalletAction => ({
|
||||
});
|
||||
|
||||
export const fetchLocale = (locale: string): ThunkAction => (dispatch: Dispatch): void => {
|
||||
const mapLocaleToFileName = {
|
||||
en: 'en',
|
||||
bn: 'bn',
|
||||
cs: 'cs',
|
||||
de: 'de',
|
||||
el: 'el',
|
||||
es: 'es-ES',
|
||||
fr: 'fr',
|
||||
id: 'id',
|
||||
it: 'it',
|
||||
ja: 'ja',
|
||||
nl: 'nl',
|
||||
pl: 'pl',
|
||||
pt: 'pt-PT',
|
||||
ru: 'ru',
|
||||
uk: 'uk',
|
||||
zh: 'zh-CN',
|
||||
zh_TW: 'zh-TW',
|
||||
};
|
||||
const filename = mapLocaleToFileName[locale];
|
||||
fetch(`/l10n/${filename}.json`)
|
||||
fetch(`/l10n/${locale}.json`)
|
||||
.then(response => response.json())
|
||||
.then((messages) => {
|
||||
dispatch({
|
||||
|
@ -0,0 +1,93 @@
|
||||
[
|
||||
{
|
||||
"id": "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET",
|
||||
"defaultMessage": "You are opening Trezor Beta Wallet",
|
||||
"file": "src/views/Landing/components/BetaDisclaimer/index.messages.js",
|
||||
"start": {
|
||||
"line": 6,
|
||||
"column": 43
|
||||
},
|
||||
"end": {
|
||||
"line": 9,
|
||||
"column": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "TR_TREZOR_BETA_WALLET_IS",
|
||||
"defaultMessage": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"file": "src/views/Landing/components/BetaDisclaimer/index.messages.js",
|
||||
"start": {
|
||||
"line": 10,
|
||||
"column": 30
|
||||
},
|
||||
"end": {
|
||||
"line": 13,
|
||||
"column": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "TR_IN_CONTRAST_COMMA_TREZOR",
|
||||
"defaultMessage": "In contrast, {trezorWallet} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.",
|
||||
"file": "src/views/Landing/components/BetaDisclaimer/index.messages.js",
|
||||
"start": {
|
||||
"line": 14,
|
||||
"column": 33
|
||||
},
|
||||
"end": {
|
||||
"line": 17,
|
||||
"column": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "TR_PLEASE_NOTE_THAT_THE_TREZOR",
|
||||
"defaultMessage": "Please note that the {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"file": "src/views/Landing/components/BetaDisclaimer/index.messages.js",
|
||||
"start": {
|
||||
"line": 18,
|
||||
"column": 36
|
||||
},
|
||||
"end": {
|
||||
"line": 21,
|
||||
"column": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "TR_OK_COMMA_I_UNDERSTAND",
|
||||
"defaultMessage": "OK, I understand",
|
||||
"file": "src/views/Landing/components/BetaDisclaimer/index.messages.js",
|
||||
"start": {
|
||||
"line": 22,
|
||||
"column": 30
|
||||
},
|
||||
"end": {
|
||||
"line": 25,
|
||||
"column": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "TR_TREZOR_WALLET",
|
||||
"defaultMessage": "Trezor Wallet",
|
||||
"file": "src/views/Landing/components/BetaDisclaimer/index.messages.js",
|
||||
"start": {
|
||||
"line": 26,
|
||||
"column": 22
|
||||
},
|
||||
"end": {
|
||||
"line": 29,
|
||||
"column": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "TR_TREZOR_BETA_WALLET",
|
||||
"defaultMessage": "Trezor Beta Wallet",
|
||||
"file": "src/views/Landing/components/BetaDisclaimer/index.messages.js",
|
||||
"start": {
|
||||
"line": 30,
|
||||
"column": 27
|
||||
},
|
||||
"end": {
|
||||
"line": 33,
|
||||
"column": 5
|
||||
}
|
||||
}
|
||||
]
|
@ -1,3 +1,18 @@
|
||||
"key","source","context","af","ar","bn","zh-CN","zh-TW","cs","nl","en","et","fr","de","el","he","hi","hu","id","it","ja","ko","no","fa","pl","pt-PT","ru","es-ES","sv-SE","tr","uk","vi"
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET","You are opening Trezor Beta Wallet","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""
|
||||
"TR_TREZOR_BETA_WALLET_IS","{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR","In contrast, {trezorWallet} 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 {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""
|
||||
"TR_OK_COMMA_I_UNDERSTAND","OK, I understand","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""
|
||||
"TR_TREZOR_WALLET","Trezor Wallet","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""
|
||||
"TR_TREZOR_BETA_WALLET","Trezor Beta Wallet","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH","Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS","The private bank in your hands.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE","Connect Trezor to continue","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""
|
||||
"TR_AND","and","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""
|
||||
"TR_CHECK_FOR_DEVICES","Check for devices","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""
|
||||
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING","Device not recognized? Try installing the {link}.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""
|
||||
"TR_DONT_HAVE_A_TREZOR_GET","Don't have a Trezor? {getOne}","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""
|
||||
"TR_GET_ONE","Get one","Part of the sentence: Dont have a Trezor? Get one","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""
|
||||
"dashboard.selectyourcoin.title","Please select your coin","Title of the dashboard component if coin was not selected","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""
|
||||
"dashboard.selectyourcoin.body","You will gain access to receiving & sending selected coin","Content of the dashboard component if coin was not selected","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""
|
||||
|
|
@ -1,4 +1,125 @@
|
||||
{
|
||||
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": {
|
||||
"source": "You are opening Trezor Beta Wallet",
|
||||
"meta": {
|
||||
"occurrences": [
|
||||
"src/views/Landing/components/BetaDisclaimer/index.messages.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
"TR_TREZOR_BETA_WALLET_IS": {
|
||||
"source": "{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.",
|
||||
"meta": {
|
||||
"occurrences": [
|
||||
"src/views/Landing/components/BetaDisclaimer/index.messages.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
"TR_IN_CONTRAST_COMMA_TREZOR": {
|
||||
"source": "In contrast, {trezorWallet} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.",
|
||||
"meta": {
|
||||
"occurrences": [
|
||||
"src/views/Landing/components/BetaDisclaimer/index.messages.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
"TR_PLEASE_NOTE_THAT_THE_TREZOR": {
|
||||
"source": "Please note that the {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.",
|
||||
"meta": {
|
||||
"occurrences": [
|
||||
"src/views/Landing/components/BetaDisclaimer/index.messages.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
"TR_OK_COMMA_I_UNDERSTAND": {
|
||||
"source": "OK, I understand",
|
||||
"meta": {
|
||||
"occurrences": [
|
||||
"src/views/Landing/components/BetaDisclaimer/index.messages.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
"TR_TREZOR_WALLET": {
|
||||
"source": "Trezor Wallet",
|
||||
"meta": {
|
||||
"occurrences": [
|
||||
"src/views/Landing/components/BetaDisclaimer/index.messages.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
"TR_TREZOR_BETA_WALLET": {
|
||||
"source": "Trezor Beta Wallet",
|
||||
"meta": {
|
||||
"occurrences": [
|
||||
"src/views/Landing/components/BetaDisclaimer/index.messages.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": {
|
||||
"source": "Trezor Wallet is an easy-to-use interface for your Trezor. Trezor Wallet allows you to easily control your funds, manage your balance and initiate transfers.",
|
||||
"meta": {
|
||||
"occurrences": [
|
||||
"src/views/Landing/components/ConnectDevice/index.messages.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": {
|
||||
"source": "The private bank in your hands.",
|
||||
"meta": {
|
||||
"occurrences": [
|
||||
"src/views/Landing/components/ConnectDevice/index.messages.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
"TR_CONNECT_TREZOR_TO_CONTINUE": {
|
||||
"source": "Connect Trezor to continue",
|
||||
"meta": {
|
||||
"occurrences": [
|
||||
"src/views/Landing/components/ConnectDevice/index.messages.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
"TR_AND": {
|
||||
"source": "and",
|
||||
"meta": {
|
||||
"occurrences": [
|
||||
"src/views/Landing/components/ConnectDevice/index.messages.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
"TR_CHECK_FOR_DEVICES": {
|
||||
"source": "Check for devices",
|
||||
"meta": {
|
||||
"occurrences": [
|
||||
"src/views/Landing/components/ConnectDevice/index.messages.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": {
|
||||
"source": "Device not recognized? Try installing the {link}.",
|
||||
"meta": {
|
||||
"occurrences": [
|
||||
"src/views/Landing/components/ConnectDevice/index.messages.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
"TR_DONT_HAVE_A_TREZOR_GET": {
|
||||
"source": "Don't have a Trezor? {getOne}",
|
||||
"meta": {
|
||||
"occurrences": [
|
||||
"src/views/Landing/components/ConnectDevice/index.messages.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
"TR_GET_ONE": {
|
||||
"source": "Get one",
|
||||
"meta": {
|
||||
"comment": "Part of the sentence: Dont have a Trezor? Get one",
|
||||
"occurrences": [
|
||||
"src/views/Landing/components/ConnectDevice/index.messages.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dashboard.selectyourcoin.title": {
|
||||
"source": "Please select your coin",
|
||||
"meta": {
|
||||
|
Loading…
Reference in New Issue
Block a user