diff --git a/.gitignore b/.gitignore index 3b112708..addd9c5c 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,7 @@ coverage test/**/__diff_output__ test/screenshots +translations/extractedMessages +translations/*.csv + .env \ No newline at end of file diff --git a/translations/extractedMessages/src/components/Footer/index.messages.json b/translations/extractedMessages/src/components/Footer/index.messages.json deleted file mode 100644 index 6d8e3163..00000000 --- a/translations/extractedMessages/src/components/Footer/index.messages.json +++ /dev/null @@ -1,29 +0,0 @@ -[ - { - "id": "TR_TERMS", - "description": "As in Terms and Conditions, In the bottom footer", - "defaultMessage": "Terms", - "file": "src/components/Footer/index.messages.js", - "start": { - "line": 6, - "column": 14 - }, - "end": { - "line": 10, - "column": 5 - } - }, - { - "id": "TR_EXCHANGE_RATES_BY", - "defaultMessage": "Exchange rates by {service}", - "file": "src/components/Footer/index.messages.js", - "start": { - "line": 11, - "column": 26 - }, - "end": { - "line": 14, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/Header/index.messages.json b/translations/extractedMessages/src/components/Header/index.messages.json deleted file mode 100644 index a983d3a9..00000000 --- a/translations/extractedMessages/src/components/Header/index.messages.json +++ /dev/null @@ -1,86 +0,0 @@ -[ - { - "id": "TR_MENU", - "description": "Mobile sidebar toggler", - "defaultMessage": "Menu", - "file": "src/components/Header/index.messages.js", - "start": { - "line": 6, - "column": 13 - }, - "end": { - "line": 10, - "column": 5 - } - }, - { - "id": "TR_MENU_CLOSE", - "description": "Used on button for closing sidebar menu", - "defaultMessage": "Close", - "file": "src/components/Header/index.messages.js", - "start": { - "line": 11, - "column": 19 - }, - "end": { - "line": 15, - "column": 5 - } - }, - { - "id": "TR_TREZOR", - "description": "Link in header navigation", - "defaultMessage": "Trezor", - "file": "src/components/Header/index.messages.js", - "start": { - "line": 16, - "column": 15 - }, - "end": { - "line": 20, - "column": 5 - } - }, - { - "id": "TR_WIKI", - "description": "Link in header navigation", - "defaultMessage": "Wiki", - "file": "src/components/Header/index.messages.js", - "start": { - "line": 21, - "column": 13 - }, - "end": { - "line": 25, - "column": 5 - } - }, - { - "id": "TR_BLOG", - "description": "Link in header navigation", - "defaultMessage": "Blog", - "file": "src/components/Header/index.messages.js", - "start": { - "line": 26, - "column": 13 - }, - "end": { - "line": 30, - "column": 5 - } - }, - { - "id": "TR_SUPPORT", - "description": "Link in header navigation", - "defaultMessage": "Support", - "file": "src/components/Header/index.messages.js", - "start": { - "line": 31, - "column": 16 - }, - "end": { - "line": 35, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/Log/index.messages.json b/translations/extractedMessages/src/components/Log/index.messages.json deleted file mode 100644 index 2e22f425..00000000 --- a/translations/extractedMessages/src/components/Log/index.messages.json +++ /dev/null @@ -1,29 +0,0 @@ -[ - { - "id": "TR_ATTENTION_COLON_THE_LOG_CONTAINS", - "defaultMessage": "Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.", - "file": "src/components/Log/index.messages.js", - "start": { - "line": 6, - "column": 41 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_LOG", - "description": "application event and error", - "defaultMessage": "Log", - "file": "src/components/Log/index.messages.js", - "start": { - "line": 10, - "column": 12 - }, - "end": { - "line": 14, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/modals/QrModal/index.messages.json b/translations/extractedMessages/src/components/modals/QrModal/index.messages.json deleted file mode 100644 index 5f2db9a6..00000000 --- a/translations/extractedMessages/src/components/modals/QrModal/index.messages.json +++ /dev/null @@ -1,81 +0,0 @@ -[ - { - "id": "TR_SCAN_QR_CODE", - "description": "Title for the Scan QR modal dialog", - "defaultMessage": "Scan QR code", - "file": "src/components/modals/QrModal/index.messages.js", - "start": { - "line": 6, - "column": 21 - }, - "end": { - "line": 10, - "column": 5 - } - }, - { - "id": "TR_WAITING_FOR_CAMERA", - "defaultMessage": "Waiting for camera...", - "file": "src/components/modals/QrModal/index.messages.js", - "start": { - "line": 11, - "column": 27 - }, - "end": { - "line": 14, - "column": 5 - } - }, - { - "id": "TR_OOPS_SOMETHING_WENT_WRONG", - "defaultMessage": "Oops! Something went wrong!", - "file": "src/components/modals/QrModal/index.messages.js", - "start": { - "line": 15, - "column": 34 - }, - "end": { - "line": 18, - "column": 5 - } - }, - { - "id": "TR_CAMERA_PERMISSION_DENIED", - "defaultMessage": "Permission to access the camera was denied.", - "file": "src/components/modals/QrModal/index.messages.js", - "start": { - "line": 19, - "column": 33 - }, - "end": { - "line": 22, - "column": 5 - } - }, - { - "id": "TR_CAMERA_NOT_RECOGNIZED", - "defaultMessage": "The camera was not recognized.", - "file": "src/components/modals/QrModal/index.messages.js", - "start": { - "line": 23, - "column": 30 - }, - "end": { - "line": 26, - "column": 5 - } - }, - { - "id": "TR_UNKOWN_ERROR_SEE_CONSOLE", - "defaultMessage": "Unknown error. See console logs for details.", - "file": "src/components/modals/QrModal/index.messages.js", - "start": { - "line": 27, - "column": 33 - }, - "end": { - "line": 30, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/modals/confirm/Action/index.messages.json b/translations/extractedMessages/src/components/modals/confirm/Action/index.messages.json deleted file mode 100644 index 7d2c9d81..00000000 --- a/translations/extractedMessages/src/components/modals/confirm/Action/index.messages.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "id": "TR_CONFIRM_ACTION_ON_YOUR", - "defaultMessage": "Confirm action on your Trezor", - "file": "src/components/modals/confirm/Action/index.messages.js", - "start": { - "line": 6, - "column": 31 - }, - "end": { - "line": 9, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/modals/confirm/Address/index.messages.json b/translations/extractedMessages/src/components/modals/confirm/Address/index.messages.json deleted file mode 100644 index 11ba057d..00000000 --- a/translations/extractedMessages/src/components/modals/confirm/Address/index.messages.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "id": "TR_CONFIRM_ADDRESS_ON_TREZOR", - "defaultMessage": "Confirm address on Trezor", - "file": "src/components/modals/confirm/Address/index.messages.js", - "start": { - "line": 6, - "column": 34 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_PLEASE_COMPARE_YOUR_ADDRESS", - "defaultMessage": "Please compare your address on device with address shown bellow", - "file": "src/components/modals/confirm/Address/index.messages.js", - "start": { - "line": 10, - "column": 36 - }, - "end": { - "line": 13, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/modals/confirm/SignTx/index.messages.json b/translations/extractedMessages/src/components/modals/confirm/SignTx/index.messages.json deleted file mode 100644 index e7581c1a..00000000 --- a/translations/extractedMessages/src/components/modals/confirm/SignTx/index.messages.json +++ /dev/null @@ -1,70 +0,0 @@ -[ - { - "id": "TR_CONFIRM_TRANSACTION_ON", - "defaultMessage": "Confirm transaction on {deviceLabel} device", - "file": "src/components/modals/confirm/SignTx/index.messages.js", - "start": { - "line": 6, - "column": 31 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_DETAILS_ARE_SHOWN_ON", - "defaultMessage": "Details are shown on display", - "file": "src/components/modals/confirm/SignTx/index.messages.js", - "start": { - "line": 10, - "column": 29 - }, - "end": { - "line": 13, - "column": 5 - } - }, - { - "id": "TR_TO_LABEL", - "description": "Label for recepeint's address", - "defaultMessage": "To", - "file": "src/components/modals/confirm/SignTx/index.messages.js", - "start": { - "line": 14, - "column": 17 - }, - "end": { - "line": 18, - "column": 5 - } - }, - { - "id": "TR_SEND_LABEL", - "description": "Label for amount to be send", - "defaultMessage": "Send", - "file": "src/components/modals/confirm/SignTx/index.messages.js", - "start": { - "line": 19, - "column": 19 - }, - "end": { - "line": 23, - "column": 5 - } - }, - { - "id": "TR_FEE_LABEL", - "description": "Label above the fee used for transaction", - "defaultMessage": "Fee", - "file": "src/components/modals/confirm/SignTx/index.messages.js", - "start": { - "line": 24, - "column": 18 - }, - "end": { - "line": 28, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/modals/confirm/UnverifiedAddress/index.messages.json b/translations/extractedMessages/src/components/modals/confirm/UnverifiedAddress/index.messages.json deleted file mode 100644 index bdfd8e95..00000000 --- a/translations/extractedMessages/src/components/modals/confirm/UnverifiedAddress/index.messages.json +++ /dev/null @@ -1,107 +0,0 @@ -[ - { - "id": "TR_DEVICE_LABEL_IS_NOT_CONNECTED", - "defaultMessage": "{deviceLabel} is not connected", - "file": "src/components/modals/confirm/UnverifiedAddress/index.messages.js", - "start": { - "line": 6, - "column": 38 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_DEVICE_LABEL_IS_UNAVAILABLE", - "defaultMessage": "{deviceLabel} is unavailable", - "file": "src/components/modals/confirm/UnverifiedAddress/index.messages.js", - "start": { - "line": 10, - "column": 36 - }, - "end": { - "line": 13, - "column": 5 - } - }, - { - "id": "TR_PLEASE_CONNECT_YOUR_DEVICE", - "defaultMessage": "Please connect your device to continue with the verification process", - "file": "src/components/modals/confirm/UnverifiedAddress/index.messages.js", - "start": { - "line": 14, - "column": 35 - }, - "end": { - "line": 17, - "column": 5 - } - }, - { - "id": "TR_PLEASE_ENABLE_PASSPHRASE", - "defaultMessage": "Please enable passphrase settings to continue with the verification process.", - "file": "src/components/modals/confirm/UnverifiedAddress/index.messages.js", - "start": { - "line": 18, - "column": 33 - }, - "end": { - "line": 21, - "column": 5 - } - }, - { - "id": "TR_PLEASE_DISABLE_PASSPHRASE", - "defaultMessage": "Please disable passphrase settings to continue with the verification process.", - "file": "src/components/modals/confirm/UnverifiedAddress/index.messages.js", - "start": { - "line": 22, - "column": 34 - }, - "end": { - "line": 25, - "column": 5 - } - }, - { - "id": "TR_SHOW_UNVERIFIED_ADDRESS", - "defaultMessage": "Show unverified address", - "file": "src/components/modals/confirm/UnverifiedAddress/index.messages.js", - "start": { - "line": 26, - "column": 32 - }, - "end": { - "line": 29, - "column": 5 - } - }, - { - "id": "TR_TRY_AGAIN", - "description": "Try to verify the address again", - "defaultMessage": "Try again", - "file": "src/components/modals/confirm/UnverifiedAddress/index.messages.js", - "start": { - "line": 30, - "column": 18 - }, - "end": { - "line": 34, - "column": 5 - } - }, - { - "id": "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA", - "defaultMessage": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", - "file": "src/components/modals/confirm/UnverifiedAddress/index.messages.js", - "start": { - "line": 35, - "column": 42 - }, - "end": { - "line": 38, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/modals/device/Forget/index.messages.json b/translations/extractedMessages/src/components/modals/device/Forget/index.messages.json deleted file mode 100644 index b361df33..00000000 --- a/translations/extractedMessages/src/components/modals/device/Forget/index.messages.json +++ /dev/null @@ -1,29 +0,0 @@ -[ - { - "id": "TR_DONT_FORGET", - "description": "Button in remember/forget dialog", - "defaultMessage": "Don't forget", - "file": "src/components/modals/device/Forget/index.messages.js", - "start": { - "line": 6, - "column": 20 - }, - "end": { - "line": 10, - "column": 5 - } - }, - { - "id": "TR_FORGETTING_ONLY_REMOVES_THE_DEVICE_FROM", - "defaultMessage": "Forgetting only removes the device from the list on the left, your coins are still safe and you can access them by reconnecting your Trezor again.", - "file": "src/components/modals/device/Forget/index.messages.js", - "start": { - "line": 11, - "column": 48 - }, - "end": { - "line": 14, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/modals/device/Remember/index.messages.json b/translations/extractedMessages/src/components/modals/device/Remember/index.messages.json deleted file mode 100644 index fd7af510..00000000 --- a/translations/extractedMessages/src/components/modals/device/Remember/index.messages.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "id": "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO", - "defaultMessage": "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?", - "file": "src/components/modals/device/Remember/index.messages.js", - "start": { - "line": 6, - "column": 40 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_REMEMBER_DEVICE", - "defaultMessage": "Remember device", - "file": "src/components/modals/device/Remember/index.messages.js", - "start": { - "line": 10, - "column": 24 - }, - "end": { - "line": 13, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/modals/device/WalletType/index.messages.json b/translations/extractedMessages/src/components/modals/device/WalletType/index.messages.json deleted file mode 100644 index faedb7ae..00000000 --- a/translations/extractedMessages/src/components/modals/device/WalletType/index.messages.json +++ /dev/null @@ -1,93 +0,0 @@ -[ - { - "id": "TR_SELECT_WALLET_TYPE_FOR", - "defaultMessage": "Select wallet type for {deviceLabel}", - "file": "src/components/modals/device/WalletType/index.messages.js", - "start": { - "line": 6, - "column": 31 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_CHANGE_WALLET_TYPE_FOR", - "defaultMessage": "Select wallet type for {deviceLabel}", - "file": "src/components/modals/device/WalletType/index.messages.js", - "start": { - "line": 10, - "column": 31 - }, - "end": { - "line": 13, - "column": 5 - } - }, - { - "id": "TR_STANDARD_WALLET", - "defaultMessage": "Standard wallet", - "file": "src/components/modals/device/WalletType/index.messages.js", - "start": { - "line": 14, - "column": 24 - }, - "end": { - "line": 17, - "column": 5 - } - }, - { - "id": "TR_HIDDEN_WALLET", - "defaultMessage": "Hidden wallet", - "file": "src/components/modals/device/WalletType/index.messages.js", - "start": { - "line": 18, - "column": 22 - }, - "end": { - "line": 21, - "column": 5 - } - }, - { - "id": "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET", - "defaultMessage": "Continue to access your standard wallet.", - "file": "src/components/modals/device/WalletType/index.messages.js", - "start": { - "line": 22, - "column": 43 - }, - "end": { - "line": 25, - "column": 5 - } - }, - { - "id": "TR_PASSPHRASE_IS_OPTIONAL_FEATURE", - "defaultMessage": "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.", - "file": "src/components/modals/device/WalletType/index.messages.js", - "start": { - "line": 26, - "column": 39 - }, - "end": { - "line": 29, - "column": 5 - } - }, - { - "id": "TR_ASKED_ENTER_YOUR_PASSPHRASE_TO_UNLOCK", - "defaultMessage": "You will be asked to enter your passphrase to unlock your hidden wallet.", - "file": "src/components/modals/device/WalletType/index.messages.js", - "start": { - "line": 30, - "column": 46 - }, - "end": { - "line": 33, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/modals/device/common.messages.json b/translations/extractedMessages/src/components/modals/device/common.messages.json deleted file mode 100644 index 21ad0edd..00000000 --- a/translations/extractedMessages/src/components/modals/device/common.messages.json +++ /dev/null @@ -1,29 +0,0 @@ -[ - { - "id": "TR_FORGET_LABEL", - "defaultMessage": "Forget {deviceLabel}?", - "file": "src/components/modals/device/common.messages.js", - "start": { - "line": 6, - "column": 21 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_FORGET_DEVICE", - "description": "Button in remember/forget dialog", - "defaultMessage": "Forget device", - "file": "src/components/modals/device/common.messages.js", - "start": { - "line": 10, - "column": 22 - }, - "end": { - "line": 14, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/modals/external/Cardano/index.messages.json b/translations/extractedMessages/src/components/modals/external/Cardano/index.messages.json deleted file mode 100644 index 5bbe9d0f..00000000 --- a/translations/extractedMessages/src/components/modals/external/Cardano/index.messages.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "id": "TR_CARDANO_WALLET", - "defaultMessage": "Cardano wallet", - "file": "src/components/modals/external/Cardano/index.messages.js", - "start": { - "line": 6, - "column": 23 - }, - "end": { - "line": 9, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/modals/external/Nem/index.messages.json b/translations/extractedMessages/src/components/modals/external/Nem/index.messages.json deleted file mode 100644 index dbadb35a..00000000 --- a/translations/extractedMessages/src/components/modals/external/Nem/index.messages.json +++ /dev/null @@ -1,54 +0,0 @@ -[ - { - "id": "TR_NEM_WALLET", - "defaultMessage": "NEM wallet", - "file": "src/components/modals/external/Nem/index.messages.js", - "start": { - "line": 6, - "column": 19 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_WE_HAVE_PARTNERED_UP_WITH_THE_NEM", - "defaultMessage": "We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.", - "file": "src/components/modals/external/Nem/index.messages.js", - "start": { - "line": 10, - "column": 42 - }, - "end": { - "line": 13, - "column": 5 - } - }, - { - "id": "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL", - "defaultMessage": "Make sure you download the Universal Client for Trezor support.", - "file": "src/components/modals/external/Nem/index.messages.js", - "start": { - "line": 14, - "column": 45 - }, - "end": { - "line": 17, - "column": 5 - } - }, - { - "id": "TR_GO_TO_NEM_DOT_IO", - "defaultMessage": "Go to nem.io", - "file": "src/components/modals/external/Nem/index.messages.js", - "start": { - "line": 18, - "column": 25 - }, - "end": { - "line": 21, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/modals/external/Stellar/index.messages.json b/translations/extractedMessages/src/components/modals/external/Stellar/index.messages.json deleted file mode 100644 index c1ceb02a..00000000 --- a/translations/extractedMessages/src/components/modals/external/Stellar/index.messages.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "id": "TR_STELLAR_WALLET", - "defaultMessage": "Stellar wallet", - "file": "src/components/modals/external/Stellar/index.messages.js", - "start": { - "line": 6, - "column": 23 - }, - "end": { - "line": 9, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/modals/external/common.messages.json b/translations/extractedMessages/src/components/modals/external/common.messages.json deleted file mode 100644 index 4c7f64b4..00000000 --- a/translations/extractedMessages/src/components/modals/external/common.messages.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "id": "TR_YOU_WILL_BE_REDIRECTED_TO_EXTERNAL", - "defaultMessage": "You will be redirected to external wallet", - "file": "src/components/modals/external/common.messages.js", - "start": { - "line": 6, - "column": 43 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_GO_TO_EXTERNAL_WALLET", - "defaultMessage": "Go to external wallet", - "file": "src/components/modals/external/common.messages.js", - "start": { - "line": 10, - "column": 30 - }, - "end": { - "line": 13, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/modals/passphrase/Passphrase/index.messages.json b/translations/extractedMessages/src/components/modals/passphrase/Passphrase/index.messages.json deleted file mode 100644 index bd701321..00000000 --- a/translations/extractedMessages/src/components/modals/passphrase/Passphrase/index.messages.json +++ /dev/null @@ -1,121 +0,0 @@ -[ - { - "id": "TR_ENTER_DEVICE_PASSPHRASE", - "defaultMessage": "Enter {deviceLabel} passphrase", - "file": "src/components/modals/passphrase/Passphrase/index.messages.js", - "start": { - "line": 6, - "column": 32 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_NOTE_COLON_PASSPHRASE", - "defaultMessage": "Note: Passphrase is case-sensitive.", - "file": "src/components/modals/passphrase/Passphrase/index.messages.js", - "start": { - "line": 10, - "column": 30 - }, - "end": { - "line": 13, - "column": 5 - } - }, - { - "id": "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA", - "defaultMessage": "If you forget your passphrase, your wallet is lost for good. There is no way to recover your funds.", - "file": "src/components/modals/passphrase/Passphrase/index.messages.js", - "start": { - "line": 14, - "column": 44 - }, - "end": { - "line": 17, - "column": 5 - } - }, - { - "id": "TR_CONFIRM_PASSPHRASE", - "defaultMessage": "Confirm Passphrase", - "file": "src/components/modals/passphrase/Passphrase/index.messages.js", - "start": { - "line": 18, - "column": 27 - }, - "end": { - "line": 21, - "column": 5 - } - }, - { - "id": "TR_PASSPHRASES_DO_NOT_MATCH", - "defaultMessage": "Passphrases do not match!", - "file": "src/components/modals/passphrase/Passphrase/index.messages.js", - "start": { - "line": 22, - "column": 33 - }, - "end": { - "line": 25, - "column": 5 - } - }, - { - "id": "TR_SHOW_PASSPHRASE", - "description": "This is on a passphrase button", - "defaultMessage": "Show passphrase", - "file": "src/components/modals/passphrase/Passphrase/index.messages.js", - "start": { - "line": 26, - "column": 24 - }, - "end": { - "line": 30, - "column": 5 - } - }, - { - "id": "TR_ENTER", - "defaultMessage": "Enter", - "file": "src/components/modals/passphrase/Passphrase/index.messages.js", - "start": { - "line": 31, - "column": 14 - }, - "end": { - "line": 34, - "column": 5 - } - }, - { - "id": "TR_PASSPHRASE", - "description": "Label above input", - "defaultMessage": "Passphrase", - "file": "src/components/modals/passphrase/Passphrase/index.messages.js", - "start": { - "line": 35, - "column": 19 - }, - "end": { - "line": 39, - "column": 5 - } - }, - { - "id": "TR_CHANGED_YOUR_MIND", - "defaultMessage": "Changed your mind? {TR_GO_TO_STANDARD_WALLET}", - "file": "src/components/modals/passphrase/Passphrase/index.messages.js", - "start": { - "line": 40, - "column": 26 - }, - "end": { - "line": 43, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/modals/pin/Invalid/index.messages.json b/translations/extractedMessages/src/components/modals/pin/Invalid/index.messages.json deleted file mode 100644 index e8e29f4c..00000000 --- a/translations/extractedMessages/src/components/modals/pin/Invalid/index.messages.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "id": "TR_ENTERED_PIN_NOT_CORRECT", - "defaultMessage": "Entered PIN for {deviceLabel} is not correct", - "file": "src/components/modals/pin/Invalid/index.messages.js", - "start": { - "line": 6, - "column": 32 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_RETRYING_DOT_DOT", - "defaultMessage": "Retrying...", - "file": "src/components/modals/pin/Invalid/index.messages.js", - "start": { - "line": 10, - "column": 25 - }, - "end": { - "line": 13, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/modals/pin/Pin/index.messages.json b/translations/extractedMessages/src/components/modals/pin/Pin/index.messages.json deleted file mode 100644 index 2efcc03c..00000000 --- a/translations/extractedMessages/src/components/modals/pin/Pin/index.messages.json +++ /dev/null @@ -1,54 +0,0 @@ -[ - { - "id": "TR_THE_PIN_LAYOUT_IS_DISPLAYED_ON", - "defaultMessage": "The PIN layout is displayed on your Trezor.", - "file": "src/components/modals/pin/Pin/index.messages.js", - "start": { - "line": 6, - "column": 39 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_ENTER_DEVICE_PIN", - "defaultMessage": "Enter {deviceLabel} PIN", - "file": "src/components/modals/pin/Pin/index.messages.js", - "start": { - "line": 10, - "column": 25 - }, - "end": { - "line": 13, - "column": 5 - } - }, - { - "id": "TR_ENTER_PIN", - "defaultMessage": "Enter PIN", - "file": "src/components/modals/pin/Pin/index.messages.js", - "start": { - "line": 14, - "column": 18 - }, - "end": { - "line": 17, - "column": 5 - } - }, - { - "id": "TR_NOT_SURE_HOW_PIN_WORKS", - "defaultMessage": "Not sure how PIN works? {TR_LEARN_MORE}", - "file": "src/components/modals/pin/Pin/index.messages.js", - "start": { - "line": 18, - "column": 31 - }, - "end": { - "line": 21, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/notifications/App/components/OnlineStatus/index.messages.json b/translations/extractedMessages/src/components/notifications/App/components/OnlineStatus/index.messages.json deleted file mode 100644 index 836effcd..00000000 --- a/translations/extractedMessages/src/components/notifications/App/components/OnlineStatus/index.messages.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "id": "TR_YOU_WERE_DISCONNECTED_DOT", - "defaultMessage": "You were disconnected.", - "file": "src/components/notifications/App/components/OnlineStatus/index.messages.js", - "start": { - "line": 6, - "column": 34 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_PLEASE_RELOAD_THE_PAGE_DOT", - "defaultMessage": "Please check your Internet connection and reload the page.", - "file": "src/components/notifications/App/components/OnlineStatus/index.messages.js", - "start": { - "line": 10, - "column": 35 - }, - "end": { - "line": 13, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/notifications/App/components/UpdateBridge/index.messages.json b/translations/extractedMessages/src/components/notifications/App/components/UpdateBridge/index.messages.json deleted file mode 100644 index f42a9589..00000000 --- a/translations/extractedMessages/src/components/notifications/App/components/UpdateBridge/index.messages.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "id": "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE", - "defaultMessage": "New Trezor Bridge is available.", - "file": "src/components/notifications/App/components/UpdateBridge/index.messages.js", - "start": { - "line": 6, - "column": 39 - }, - "end": { - "line": 9, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/notifications/App/components/UpdateFirmware/index.messages.json b/translations/extractedMessages/src/components/notifications/App/components/UpdateFirmware/index.messages.json deleted file mode 100644 index 17b75be7..00000000 --- a/translations/extractedMessages/src/components/notifications/App/components/UpdateFirmware/index.messages.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "id": "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT", - "defaultMessage": "New Trezor firmware is available.", - "file": "src/components/notifications/App/components/UpdateFirmware/index.messages.js", - "start": { - "line": 6, - "column": 45 - }, - "end": { - "line": 9, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/notifications/Context/components/Account/index.messages.json b/translations/extractedMessages/src/components/notifications/Context/components/Account/index.messages.json deleted file mode 100644 index 90d3298b..00000000 --- a/translations/extractedMessages/src/components/notifications/Context/components/Account/index.messages.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "id": "TR_CONNECT_TO_BACKEND", - "defaultMessage": "Connect", - "file": "src/components/notifications/Context/components/Account/index.messages.js", - "start": { - "line": 6, - "column": 27 - }, - "end": { - "line": 9, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/components/notifications/Context/components/Static/index.messages.json b/translations/extractedMessages/src/components/notifications/Context/components/Static/index.messages.json deleted file mode 100644 index a295a4f5..00000000 --- a/translations/extractedMessages/src/components/notifications/Context/components/Static/index.messages.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "id": "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED", - "defaultMessage": "Minimum account reserve required", - "file": "src/components/notifications/Context/components/Static/index.messages.js", - "start": { - "line": 6, - "column": 41 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE", - "defaultMessage": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}", - "file": "src/components/notifications/Context/components/Static/index.messages.js", - "start": { - "line": 10, - "column": 49 - }, - "end": { - "line": 13, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Landing/components/BetaDisclaimer/index.messages.json b/translations/extractedMessages/src/views/Landing/components/BetaDisclaimer/index.messages.json deleted file mode 100644 index 08572671..00000000 --- a/translations/extractedMessages/src/views/Landing/components/BetaDisclaimer/index.messages.json +++ /dev/null @@ -1,93 +0,0 @@ -[ - { - "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": "{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.", - "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, {TR_TREZOR_WALLET} 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 {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.", - "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 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Landing/components/BrowserNotSupported/index.messages.json b/translations/extractedMessages/src/views/Landing/components/BrowserNotSupported/index.messages.json deleted file mode 100644 index 4f9b1595..00000000 --- a/translations/extractedMessages/src/views/Landing/components/BrowserNotSupported/index.messages.json +++ /dev/null @@ -1,54 +0,0 @@ -[ - { - "id": "TR_YOUR_BROWSER_IS_NOT_SUPPORTED", - "defaultMessage": "Your browser is not supported", - "file": "src/views/Landing/components/BrowserNotSupported/index.messages.js", - "start": { - "line": 6, - "column": 38 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_PLEASE_CHOOSE_ONE_OF_THE_SUPPORTED", - "defaultMessage": "Please choose one of the supported browsers", - "file": "src/views/Landing/components/BrowserNotSupported/index.messages.js", - "start": { - "line": 10, - "column": 43 - }, - "end": { - "line": 13, - "column": 5 - } - }, - { - "id": "TR_GET_CHROME", - "defaultMessage": "Get Chrome", - "file": "src/views/Landing/components/BrowserNotSupported/index.messages.js", - "start": { - "line": 14, - "column": 19 - }, - "end": { - "line": 17, - "column": 5 - } - }, - { - "id": "TR_GET_FIREFOX", - "defaultMessage": "Get Firefox", - "file": "src/views/Landing/components/BrowserNotSupported/index.messages.js", - "start": { - "line": 18, - "column": 20 - }, - "end": { - "line": 21, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Landing/components/ConnectDevice/index.messages.json b/translations/extractedMessages/src/views/Landing/components/ConnectDevice/index.messages.json deleted file mode 100644 index f250e349..00000000 --- a/translations/extractedMessages/src/views/Landing/components/ConnectDevice/index.messages.json +++ /dev/null @@ -1,94 +0,0 @@ -[ - { - "id": "TR_TREZOR_WALLET_IS_AN_EASY_DASH", - "defaultMessage": "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.", - "file": "src/views/Landing/components/ConnectDevice/index.messages.js", - "start": { - "line": 6, - "column": 38 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_THE_PRIVATE_BANK_IN_YOUR_HANDS", - "defaultMessage": "The private bank in your hands.", - "file": "src/views/Landing/components/ConnectDevice/index.messages.js", - "start": { - "line": 10, - "column": 39 - }, - "end": { - "line": 13, - "column": 5 - } - }, - { - "id": "TR_CONNECT_TREZOR_TO_CONTINUE", - "defaultMessage": "Connect Trezor to continue", - "file": "src/views/Landing/components/ConnectDevice/index.messages.js", - "start": { - "line": 14, - "column": 35 - }, - "end": { - "line": 17, - "column": 5 - } - }, - { - "id": "TR_AND", - "defaultMessage": "and", - "file": "src/views/Landing/components/ConnectDevice/index.messages.js", - "start": { - "line": 18, - "column": 12 - }, - "end": { - "line": 21, - "column": 5 - } - }, - { - "id": "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING", - "defaultMessage": "Device not recognized? Try installing the {link}.", - "file": "src/views/Landing/components/ConnectDevice/index.messages.js", - "start": { - "line": 22, - "column": 45 - }, - "end": { - "line": 25, - "column": 5 - } - }, - { - "id": "TR_DONT_HAVE_A_TREZOR_GET", - "defaultMessage": "Don't have a Trezor? {getOne}", - "file": "src/views/Landing/components/ConnectDevice/index.messages.js", - "start": { - "line": 26, - "column": 27 - }, - "end": { - "line": 29, - "column": 5 - } - }, - { - "id": "TR_GET_ONE", - "description": "Part of the sentence: Dont have a Trezor? Get one", - "defaultMessage": "Get one", - "file": "src/views/Landing/components/ConnectDevice/index.messages.js", - "start": { - "line": 30, - "column": 16 - }, - "end": { - "line": 34, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Landing/views/InstallBridge/index.messages.json b/translations/extractedMessages/src/views/Landing/views/InstallBridge/index.messages.json deleted file mode 100644 index 17c39f6a..00000000 --- a/translations/extractedMessages/src/views/Landing/views/InstallBridge/index.messages.json +++ /dev/null @@ -1,94 +0,0 @@ -[ - { - "id": "TR_NEW_COMMUNICATION_TOOL", - "defaultMessage": "New communication tool to facilitate the connection between your Trezor and your internet browser.", - "file": "src/views/Landing/views/InstallBridge/index.messages.js", - "start": { - "line": 6, - "column": 31 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_DOWNLOAD_LATEST_BRIDGE", - "defaultMessage": "Download latest Bridge {version}", - "file": "src/views/Landing/views/InstallBridge/index.messages.js", - "start": { - "line": 10, - "column": 31 - }, - "end": { - "line": 13, - "column": 5 - } - }, - { - "id": "TR_LEARN_MORE_ABOUT_LATEST_VERSION", - "defaultMessage": "Learn more about latest version in {TR_CHANGELOG}.", - "file": "src/views/Landing/views/InstallBridge/index.messages.js", - "start": { - "line": 14, - "column": 40 - }, - "end": { - "line": 17, - "column": 5 - } - }, - { - "id": "TR_CHANGELOG", - "description": "Part of the sentence: Learn more about latest version in {TR_CHANGELOG}.", - "defaultMessage": "Changelog", - "file": "src/views/Landing/views/InstallBridge/index.messages.js", - "start": { - "line": 18, - "column": 18 - }, - "end": { - "line": 22, - "column": 5 - } - }, - { - "id": "TR_CHECK_PGP_SIGNATURE", - "defaultMessage": "Check PGP signature", - "file": "src/views/Landing/views/InstallBridge/index.messages.js", - "start": { - "line": 23, - "column": 28 - }, - "end": { - "line": 26, - "column": 5 - } - }, - { - "id": "TR_DONT_UPGRADE_BRIDGE", - "defaultMessage": "No, I don't want to upgrade Bridge now", - "file": "src/views/Landing/views/InstallBridge/index.messages.js", - "start": { - "line": 27, - "column": 28 - }, - "end": { - "line": 30, - "column": 5 - } - }, - { - "id": "TR_TAKE_ME_BACK_TO_WALLET", - "defaultMessage": "Take me back to the wallet", - "file": "src/views/Landing/views/InstallBridge/index.messages.js", - "start": { - "line": 31, - "column": 31 - }, - "end": { - "line": 34, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/components/Content/components/FirmwareUnsupported/index.messages.json b/translations/extractedMessages/src/views/Wallet/components/Content/components/FirmwareUnsupported/index.messages.json deleted file mode 100644 index f1031602..00000000 --- a/translations/extractedMessages/src/views/Wallet/components/Content/components/FirmwareUnsupported/index.messages.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "id": "TR_FIND_OUT_MORE_INFO", - "defaultMessage": "Find out more info", - "file": "src/views/Wallet/components/Content/components/FirmwareUnsupported/index.messages.js", - "start": { - "line": 6, - "column": 27 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_MODEL_DOES_NOT_SUPPORT_COIN", - "defaultMessage": "The coin {coin} is not supported by your Trezor model.", - "file": "src/views/Wallet/components/Content/components/FirmwareUnsupported/index.messages.js", - "start": { - "line": 10, - "column": 36 - }, - "end": { - "line": 13, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/components/Content/index.messages.json b/translations/extractedMessages/src/views/Wallet/components/Content/index.messages.json deleted file mode 100644 index 3d0d4a6b..00000000 --- a/translations/extractedMessages/src/views/Wallet/components/Content/index.messages.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "id": "TR_INITIALIZING_ACCOUNTS", - "defaultMessage": "Initializing accounts", - "file": "src/views/Wallet/components/Content/index.messages.js", - "start": { - "line": 6, - "column": 30 - }, - "end": { - "line": 9, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/components/LeftNavigation/components/AccountMenu/index.messages.json b/translations/extractedMessages/src/views/Wallet/components/LeftNavigation/components/AccountMenu/index.messages.json deleted file mode 100644 index 4fece827..00000000 --- a/translations/extractedMessages/src/views/Wallet/components/LeftNavigation/components/AccountMenu/index.messages.json +++ /dev/null @@ -1,41 +0,0 @@ -[ - { - "id": "TR_TO_ADD_A_NEW_ACCOUNT_LAST", - "defaultMessage": "To add a new account, last account must have some transactions.", - "file": "src/views/Wallet/components/LeftNavigation/components/AccountMenu/index.messages.js", - "start": { - "line": 6, - "column": 34 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_TO_ADD_ACCOUNTS", - "defaultMessage": "To add accounts, make sure your device is connected.", - "file": "src/views/Wallet/components/LeftNavigation/components/AccountMenu/index.messages.js", - "start": { - "line": 10, - "column": 24 - }, - "end": { - "line": 13, - "column": 5 - } - }, - { - "id": "TR_ADD_ACCOUNT", - "defaultMessage": "Add account", - "file": "src/views/Wallet/components/LeftNavigation/components/AccountMenu/index.messages.js", - "start": { - "line": 14, - "column": 20 - }, - "end": { - "line": 17, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/components/LeftNavigation/components/CoinMenu/index.messages.json b/translations/extractedMessages/src/views/Wallet/components/LeftNavigation/components/CoinMenu/index.messages.json deleted file mode 100644 index a8fbbf52..00000000 --- a/translations/extractedMessages/src/views/Wallet/components/LeftNavigation/components/CoinMenu/index.messages.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "id": "TR_OTHER_COINS", - "defaultMessage": "Other coins", - "file": "src/views/Wallet/components/LeftNavigation/components/CoinMenu/index.messages.js", - "start": { - "line": 6, - "column": 20 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_YOU_WILL_BE_REDIRECTED", - "defaultMessage": "(You will be redirected)", - "file": "src/views/Wallet/components/LeftNavigation/components/CoinMenu/index.messages.js", - "start": { - "line": 10, - "column": 31 - }, - "end": { - "line": 13, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/components/LeftNavigation/components/DeviceMenu/components/MenuItems/index.messages.json b/translations/extractedMessages/src/views/Wallet/components/LeftNavigation/components/DeviceMenu/components/MenuItems/index.messages.json deleted file mode 100644 index 93dba4bf..00000000 --- a/translations/extractedMessages/src/views/Wallet/components/LeftNavigation/components/DeviceMenu/components/MenuItems/index.messages.json +++ /dev/null @@ -1,42 +0,0 @@ -[ - { - "id": "TR_CHANGE_WALLET_TYPE", - "defaultMessage": "Change wallet type", - "file": "src/views/Wallet/components/LeftNavigation/components/DeviceMenu/components/MenuItems/index.messages.js", - "start": { - "line": 6, - "column": 27 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_RENEW_SESSION", - "description": "TODO", - "defaultMessage": "Renew session", - "file": "src/views/Wallet/components/LeftNavigation/components/DeviceMenu/components/MenuItems/index.messages.js", - "start": { - "line": 10, - "column": 22 - }, - "end": { - "line": 14, - "column": 5 - } - }, - { - "id": "TR_FORGET_DEVICE", - "defaultMessage": "Forget device", - "file": "src/views/Wallet/components/LeftNavigation/components/DeviceMenu/components/MenuItems/index.messages.js", - "start": { - "line": 15, - "column": 22 - }, - "end": { - "line": 18, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/components/LeftNavigation/index.messages.json b/translations/extractedMessages/src/views/Wallet/components/LeftNavigation/index.messages.json deleted file mode 100644 index d5c18dd7..00000000 --- a/translations/extractedMessages/src/views/Wallet/components/LeftNavigation/index.messages.json +++ /dev/null @@ -1,93 +0,0 @@ -[ - { - "id": "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET", - "defaultMessage": "You are in your standard wallet.", - "file": "src/views/Wallet/components/LeftNavigation/index.messages.js", - "start": { - "line": 6, - "column": 40 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_YOU_ARE_IN_YOUR_WALLET", - "defaultMessage": "You are in your hidden wallet.", - "file": "src/views/Wallet/components/LeftNavigation/index.messages.js", - "start": { - "line": 10, - "column": 38 - }, - "end": { - "line": 13, - "column": 5 - } - }, - { - "id": "TR_CLICK_HERE_TO_ACCESS_YOUR_HIDDEN", - "defaultMessage": "Click here to access your hidden wallet.", - "file": "src/views/Wallet/components/LeftNavigation/index.messages.js", - "start": { - "line": 14, - "column": 41 - }, - "end": { - "line": 17, - "column": 5 - } - }, - { - "id": "TR_CLICK_HERE_TO_ACCESS_YOUR_STANDARD", - "defaultMessage": "Click here to access your standard or another hidden wallet.", - "file": "src/views/Wallet/components/LeftNavigation/index.messages.js", - "start": { - "line": 18, - "column": 43 - }, - "end": { - "line": 21, - "column": 5 - } - }, - { - "id": "TR_TO_ACCESS_OTHER_WALLETS", - "defaultMessage": "To access other wallets please connect your device.", - "file": "src/views/Wallet/components/LeftNavigation/index.messages.js", - "start": { - "line": 22, - "column": 32 - }, - "end": { - "line": 25, - "column": 5 - } - }, - { - "id": "TR_NEED_HELP", - "defaultMessage": "Need help?", - "file": "src/views/Wallet/components/LeftNavigation/index.messages.js", - "start": { - "line": 26, - "column": 18 - }, - "end": { - "line": 29, - "column": 5 - } - }, - { - "id": "TR_NUMBER_OF_DEVICES", - "defaultMessage": "Number of devices", - "file": "src/views/Wallet/components/LeftNavigation/index.messages.js", - "start": { - "line": 30, - "column": 26 - }, - "end": { - "line": 33, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/components/TopNavigationAccount/index.messages.json b/translations/extractedMessages/src/views/Wallet/components/TopNavigationAccount/index.messages.json deleted file mode 100644 index 3b6126f9..00000000 --- a/translations/extractedMessages/src/views/Wallet/components/TopNavigationAccount/index.messages.json +++ /dev/null @@ -1,54 +0,0 @@ -[ - { - "id": "TR_NAV_SUMMARY", - "defaultMessage": "Summary", - "file": "src/views/Wallet/components/TopNavigationAccount/index.messages.js", - "start": { - "line": 6, - "column": 20 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_NAV_RECEIVE", - "defaultMessage": "Receive", - "file": "src/views/Wallet/components/TopNavigationAccount/index.messages.js", - "start": { - "line": 10, - "column": 20 - }, - "end": { - "line": 13, - "column": 5 - } - }, - { - "id": "TR_NAV_SEND", - "defaultMessage": "Send", - "file": "src/views/Wallet/components/TopNavigationAccount/index.messages.js", - "start": { - "line": 14, - "column": 17 - }, - "end": { - "line": 17, - "column": 5 - } - }, - { - "id": "TR_NAV_SIGN_AND_VERIFY", - "defaultMessage": "Sign & Verify", - "file": "src/views/Wallet/components/TopNavigationAccount/index.messages.js", - "start": { - "line": 18, - "column": 28 - }, - "end": { - "line": 21, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/Account/Receive/common.messages.json b/translations/extractedMessages/src/views/Wallet/views/Account/Receive/common.messages.json deleted file mode 100644 index b3cecfdd..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/Account/Receive/common.messages.json +++ /dev/null @@ -1,41 +0,0 @@ -[ - { - "id": "TR_CHECK_ADDRESS_ON_TREZOR", - "defaultMessage": "Check address on Trezor", - "file": "src/views/Wallet/views/Account/Receive/common.messages.js", - "start": { - "line": 6, - "column": 32 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_SHOW_FULL_ADDRESS", - "defaultMessage": "Show full address", - "file": "src/views/Wallet/views/Account/Receive/common.messages.js", - "start": { - "line": 10, - "column": 26 - }, - "end": { - "line": 13, - "column": 5 - } - }, - { - "id": "TR_QR_CODE", - "defaultMessage": "QR Code", - "file": "src/views/Wallet/views/Account/Receive/common.messages.js", - "start": { - "line": 14, - "column": 16 - }, - "end": { - "line": 17, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/Account/Receive/components/VerifyAddressTooltip/index.messages.json b/translations/extractedMessages/src/views/Wallet/views/Account/Receive/components/VerifyAddressTooltip/index.messages.json deleted file mode 100644 index 8d64e466..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/Account/Receive/components/VerifyAddressTooltip/index.messages.json +++ /dev/null @@ -1,54 +0,0 @@ -[ - { - "id": "TR_UNVERIFIED_ADDRESS_COMMA_CONNECT", - "defaultMessage": "Unverified address, connect your Trezor to verify it", - "file": "src/views/Wallet/views/Account/Receive/components/VerifyAddressTooltip/index.messages.js", - "start": { - "line": 6, - "column": 41 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_UNVERIFIED_ADDRESS_COMMA_SHOW", - "defaultMessage": "Unverified address, show on Trezor.", - "file": "src/views/Wallet/views/Account/Receive/components/VerifyAddressTooltip/index.messages.js", - "start": { - "line": 10, - "column": 38 - }, - "end": { - "line": 13, - "column": 5 - } - }, - { - "id": "TR_SHOW_ON_TREZOR", - "defaultMessage": "Show on Trezor", - "file": "src/views/Wallet/views/Account/Receive/components/VerifyAddressTooltip/index.messages.js", - "start": { - "line": 14, - "column": 23 - }, - "end": { - "line": 17, - "column": 5 - } - }, - { - "id": "TR_CONNECT_YOUR_TREZOR_TO_CHECK", - "defaultMessage": "Connect your Trezor to verify this address", - "file": "src/views/Wallet/views/Account/Receive/components/VerifyAddressTooltip/index.messages.js", - "start": { - "line": 18, - "column": 37 - }, - "end": { - "line": 21, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/Account/Receive/ethereum/index.messages.json b/translations/extractedMessages/src/views/Wallet/views/Account/Receive/ethereum/index.messages.json deleted file mode 100644 index 77a1ada2..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/Account/Receive/ethereum/index.messages.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "id": "TR_RECEIVE_ETHEREUM_OR_TOKENS", - "defaultMessage": "Receive Ethereum or tokens", - "file": "src/views/Wallet/views/Account/Receive/ethereum/index.messages.js", - "start": { - "line": 6, - "column": 35 - }, - "end": { - "line": 9, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/Account/Receive/ripple/index.messages.json b/translations/extractedMessages/src/views/Wallet/views/Account/Receive/ripple/index.messages.json deleted file mode 100644 index a207320c..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/Account/Receive/ripple/index.messages.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "id": "TR_RECEIVE_RIPPLE", - "defaultMessage": "Receive Ripple", - "file": "src/views/Wallet/views/Account/Receive/ripple/index.messages.js", - "start": { - "line": 6, - "column": 23 - }, - "end": { - "line": 9, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/Account/Send/ethereum/components/AdvancedForm/index.messages.json b/translations/extractedMessages/src/views/Wallet/views/Account/Send/ethereum/components/AdvancedForm/index.messages.json deleted file mode 100644 index 9c9f52b5..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/Account/Send/ethereum/components/AdvancedForm/index.messages.json +++ /dev/null @@ -1,133 +0,0 @@ -[ - { - "id": "TR_GAS_LIMIT", - "defaultMessage": "Gas limit", - "file": "src/views/Wallet/views/Account/Send/ethereum/components/AdvancedForm/index.messages.js", - "start": { - "line": 6, - "column": 18 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_GAS_LIMIT_REFERS_TO", - "defaultMessage": "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}.", - "file": "src/views/Wallet/views/Account/Send/ethereum/components/AdvancedForm/index.messages.js", - "start": { - "line": 10, - "column": 28 - }, - "end": { - "line": 13, - "column": 5 - } - }, - { - "id": "TR_GAS_QUOTATION", - "defaultMessage": "Transaction fee = gas limit * gas price", - "file": "src/views/Wallet/views/Account/Send/ethereum/components/AdvancedForm/index.messages.js", - "start": { - "line": 14, - "column": 22 - }, - "end": { - "line": 17, - "column": 5 - } - }, - { - "id": "TR_SET_DEFAULT", - "defaultMessage": "Set default", - "file": "src/views/Wallet/views/Account/Send/ethereum/components/AdvancedForm/index.messages.js", - "start": { - "line": 18, - "column": 20 - }, - "end": { - "line": 21, - "column": 5 - } - }, - { - "id": "TR_CALCULATING_DOT_DOT", - "description": "Used when calculating gas limit based on data input in ethereum advanced send form", - "defaultMessage": "Calculating...", - "file": "src/views/Wallet/views/Account/Send/ethereum/components/AdvancedForm/index.messages.js", - "start": { - "line": 22, - "column": 28 - }, - "end": { - "line": 26, - "column": 5 - } - }, - { - "id": "TR_GAS_PRICE", - "defaultMessage": "Gas price", - "file": "src/views/Wallet/views/Account/Send/ethereum/components/AdvancedForm/index.messages.js", - "start": { - "line": 27, - "column": 18 - }, - "end": { - "line": 30, - "column": 5 - } - }, - { - "id": "TR_GAS_PRICE_REFERS_TO", - "defaultMessage": "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.", - "file": "src/views/Wallet/views/Account/Send/ethereum/components/AdvancedForm/index.messages.js", - "start": { - "line": 31, - "column": 28 - }, - "end": { - "line": 34, - "column": 5 - } - }, - { - "id": "TR_GAS_PRICE_QUOTATION", - "defaultMessage": "Transaction fee = gas limit * gas price", - "file": "src/views/Wallet/views/Account/Send/ethereum/components/AdvancedForm/index.messages.js", - "start": { - "line": 35, - "column": 28 - }, - "end": { - "line": 38, - "column": 5 - } - }, - { - "id": "TR_DATA", - "defaultMessage": "Data", - "file": "src/views/Wallet/views/Account/Send/ethereum/components/AdvancedForm/index.messages.js", - "start": { - "line": 39, - "column": 13 - }, - "end": { - "line": 42, - "column": 5 - } - }, - { - "id": "TR_DATA_IS_USUALLY_USED", - "defaultMessage": "Data is usually used when you send transactions to contracts.", - "file": "src/views/Wallet/views/Account/Send/ethereum/components/AdvancedForm/index.messages.js", - "start": { - "line": 43, - "column": 29 - }, - "end": { - "line": 46, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/Account/Send/ethereum/index.messages.json b/translations/extractedMessages/src/views/Wallet/views/Account/Send/ethereum/index.messages.json deleted file mode 100644 index 7e2c9522..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/Account/Send/ethereum/index.messages.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "id": "TR_SEND_ETHEREUM_OR_TOKENS", - "defaultMessage": "Send Ethereum or tokens", - "file": "src/views/Wallet/views/Account/Send/ethereum/index.messages.js", - "start": { - "line": 6, - "column": 32 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "YOU_HAVE_TOKEN_BALANCE", - "defaultMessage": "You have: {tokenBalance}", - "file": "src/views/Wallet/views/Account/Send/ethereum/index.messages.js", - "start": { - "line": 10, - "column": 28 - }, - "end": { - "line": 13, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/Account/Send/ripple/components/AdvancedForm/index.messages.json b/translations/extractedMessages/src/views/Wallet/views/Account/Send/ripple/components/AdvancedForm/index.messages.json deleted file mode 100644 index 889d6868..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/Account/Send/ripple/components/AdvancedForm/index.messages.json +++ /dev/null @@ -1,41 +0,0 @@ -[ - { - "id": "TR_XRP_TRANSFER_COST", - "defaultMessage": "Transfer cost in XRP drops", - "file": "src/views/Wallet/views/Account/Send/ripple/components/AdvancedForm/index.messages.js", - "start": { - "line": 6, - "column": 26 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_XRP_DESTINATION_TAG", - "defaultMessage": "Destination tag", - "file": "src/views/Wallet/views/Account/Send/ripple/components/AdvancedForm/index.messages.js", - "start": { - "line": 10, - "column": 28 - }, - "end": { - "line": 13, - "column": 5 - } - }, - { - "id": "TR_XRP_DESTINATION_TAG_EXPLAINED", - "defaultMessage": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.", - "file": "src/views/Wallet/views/Account/Send/ripple/components/AdvancedForm/index.messages.js", - "start": { - "line": 14, - "column": 38 - }, - "end": { - "line": 17, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/Account/Send/ripple/index.messages.json b/translations/extractedMessages/src/views/Wallet/views/Account/Send/ripple/index.messages.json deleted file mode 100644 index 1f3ed3aa..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/Account/Send/ripple/index.messages.json +++ /dev/null @@ -1,29 +0,0 @@ -[ - { - "id": "TR_XRP_RESERVE", - "description": "XRP reserve input label", - "defaultMessage": "Reserve: {value}", - "file": "src/views/Wallet/views/Account/Send/ripple/index.messages.js", - "start": { - "line": 6, - "column": 20 - }, - "end": { - "line": 10, - "column": 5 - } - }, - { - "id": "TR_SEND_RIPPLE", - "defaultMessage": "Send Ripple", - "file": "src/views/Wallet/views/Account/Send/ripple/index.messages.js", - "start": { - "line": 11, - "column": 20 - }, - "end": { - "line": 14, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/Account/SignVerify/index.messages.json b/translations/extractedMessages/src/views/Wallet/views/Account/SignVerify/index.messages.json deleted file mode 100644 index 8007016d..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/Account/SignVerify/index.messages.json +++ /dev/null @@ -1,86 +0,0 @@ -[ - { - "id": "TR_MESSAGE", - "description": "Used as a label for message input field in Sign and Verify form", - "defaultMessage": "Message", - "file": "src/views/Wallet/views/Account/SignVerify/index.messages.js", - "start": { - "line": 6, - "column": 16 - }, - "end": { - "line": 10, - "column": 5 - } - }, - { - "id": "TR_SIGNATURE", - "description": "Used as a label for signature input field in Sign and Verify form", - "defaultMessage": "Signature", - "file": "src/views/Wallet/views/Account/SignVerify/index.messages.js", - "start": { - "line": 11, - "column": 18 - }, - "end": { - "line": 15, - "column": 5 - } - }, - { - "id": "TR_SIGN", - "description": "Sign button in Sign and Verify form", - "defaultMessage": "Sign", - "file": "src/views/Wallet/views/Account/SignVerify/index.messages.js", - "start": { - "line": 16, - "column": 13 - }, - "end": { - "line": 20, - "column": 5 - } - }, - { - "id": "TR_VERIFY", - "description": "Verify button in Sign and Verify form", - "defaultMessage": "Verify", - "file": "src/views/Wallet/views/Account/SignVerify/index.messages.js", - "start": { - "line": 21, - "column": 15 - }, - "end": { - "line": 25, - "column": 5 - } - }, - { - "id": "TR_VERIFY_MESSAGE", - "description": "Header for the Sign and Verify form", - "defaultMessage": "Verify Message", - "file": "src/views/Wallet/views/Account/SignVerify/index.messages.js", - "start": { - "line": 26, - "column": 23 - }, - "end": { - "line": 30, - "column": 5 - } - }, - { - "id": "TR_SIGN_MESSAGE", - "description": "Header for the Sign and Verify form", - "defaultMessage": "Sign Message", - "file": "src/views/Wallet/views/Account/SignVerify/index.messages.js", - "start": { - "line": 31, - "column": 21 - }, - "end": { - "line": 35, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/Account/Summary/common.messages.json b/translations/extractedMessages/src/views/Wallet/views/Account/Summary/common.messages.json deleted file mode 100644 index 63cbc471..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/Account/Summary/common.messages.json +++ /dev/null @@ -1,93 +0,0 @@ -[ - { - "id": "TR_SEE_FULL_TRANSACTION_HISTORY", - "defaultMessage": "See full transaction history", - "file": "src/views/Wallet/views/Account/Summary/common.messages.js", - "start": { - "line": 6, - "column": 37 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_TOKENS", - "defaultMessage": "Tokens", - "file": "src/views/Wallet/views/Account/Summary/common.messages.js", - "start": { - "line": 10, - "column": 15 - }, - "end": { - "line": 13, - "column": 5 - } - }, - { - "id": "TR_INSERT_TOKEN_NAME", - "defaultMessage": "Insert token name, symbol or address to be able to send it.", - "file": "src/views/Wallet/views/Account/Summary/common.messages.js", - "start": { - "line": 14, - "column": 26 - }, - "end": { - "line": 17, - "column": 5 - } - }, - { - "id": "TR_TYPE_IN_A_TOKEN_NAME", - "defaultMessage": "Type in a token name or a token address.", - "file": "src/views/Wallet/views/Account/Summary/common.messages.js", - "start": { - "line": 18, - "column": 29 - }, - "end": { - "line": 21, - "column": 5 - } - }, - { - "id": "TR_TOKEN_NOT_FOUND", - "defaultMessage": "Token not found", - "file": "src/views/Wallet/views/Account/Summary/common.messages.js", - "start": { - "line": 22, - "column": 24 - }, - "end": { - "line": 25, - "column": 5 - } - }, - { - "id": "TR_ALREADY_USED", - "defaultMessage": "Already used", - "file": "src/views/Wallet/views/Account/Summary/common.messages.js", - "start": { - "line": 26, - "column": 21 - }, - "end": { - "line": 29, - "column": 5 - } - }, - { - "id": "TR_HISTORY", - "defaultMessage": "History", - "file": "src/views/Wallet/views/Account/Summary/common.messages.js", - "start": { - "line": 30, - "column": 16 - }, - "end": { - "line": 33, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/Account/Summary/components/AddTokenMessage/index.messages.json b/translations/extractedMessages/src/views/Wallet/views/Account/Summary/components/AddTokenMessage/index.messages.json deleted file mode 100644 index ee65ed5b..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/Account/Summary/components/AddTokenMessage/index.messages.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "id": "TR_ADD_YOUR_TOKENS", - "defaultMessage": "Add your tokens", - "file": "src/views/Wallet/views/Account/Summary/components/AddTokenMessage/index.messages.js", - "start": { - "line": 6, - "column": 24 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_SEARCH_FOR_THE_TOKEN", - "defaultMessage": "Search for the token or add them manually by pasting token address into search input.", - "file": "src/views/Wallet/views/Account/Summary/components/AddTokenMessage/index.messages.js", - "start": { - "line": 10, - "column": 29 - }, - "end": { - "line": 13, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/Account/Summary/components/Balance/index.messages.json b/translations/extractedMessages/src/views/Wallet/views/Account/Summary/components/Balance/index.messages.json deleted file mode 100644 index 517373e0..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/Account/Summary/components/Balance/index.messages.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "id": "TR_BALANCE", - "defaultMessage": "Balance", - "file": "src/views/Wallet/views/Account/Summary/components/Balance/index.messages.js", - "start": { - "line": 6, - "column": 16 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_RATE", - "defaultMessage": "Rate", - "file": "src/views/Wallet/views/Account/Summary/components/Balance/index.messages.js", - "start": { - "line": 10, - "column": 13 - }, - "end": { - "line": 13, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/Account/common.messages.json b/translations/extractedMessages/src/views/Wallet/views/Account/common.messages.json deleted file mode 100644 index 224776d6..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/Account/common.messages.json +++ /dev/null @@ -1,136 +0,0 @@ -[ - { - "id": "TR_AMOUNT", - "defaultMessage": "Amount", - "file": "src/views/Wallet/views/Account/common.messages.js", - "start": { - "line": 6, - "column": 15 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_SET_MAX", - "description": "Used for setting maximum amount in Send form", - "defaultMessage": "Set max", - "file": "src/views/Wallet/views/Account/common.messages.js", - "start": { - "line": 10, - "column": 16 - }, - "end": { - "line": 14, - "column": 5 - } - }, - { - "id": "TR_FEE", - "description": "Label in Send form", - "defaultMessage": "Fee", - "file": "src/views/Wallet/views/Account/common.messages.js", - "start": { - "line": 15, - "column": 12 - }, - "end": { - "line": 19, - "column": 5 - } - }, - { - "id": "TR_RECOMMENDED_FEES_UPDATED", - "defaultMessage": "Recommended fees updated.", - "file": "src/views/Wallet/views/Account/common.messages.js", - "start": { - "line": 20, - "column": 33 - }, - "end": { - "line": 23, - "column": 5 - } - }, - { - "id": "TR_CLICK_HERE_TO_USE_THEM", - "description": "Button to use recommended updated fees.", - "defaultMessage": "Click here to use them", - "file": "src/views/Wallet/views/Account/common.messages.js", - "start": { - "line": 24, - "column": 31 - }, - "end": { - "line": 28, - "column": 5 - } - }, - { - "id": "TR_ADVANCED_SETTINGS", - "description": "Shows advanced sending form", - "defaultMessage": "Advanced settings", - "file": "src/views/Wallet/views/Account/common.messages.js", - "start": { - "line": 29, - "column": 26 - }, - "end": { - "line": 33, - "column": 5 - } - }, - { - "id": "TR_DEVICE_IS_NOT_CONNECTED", - "defaultMessage": "Device is not connected", - "file": "src/views/Wallet/views/Account/common.messages.js", - "start": { - "line": 34, - "column": 32 - }, - "end": { - "line": 37, - "column": 5 - } - }, - { - "id": "TR_DEVICE_IS_UNAVAILABLE", - "defaultMessage": "Device is unavailable", - "file": "src/views/Wallet/views/Account/common.messages.js", - "start": { - "line": 38, - "column": 30 - }, - "end": { - "line": 41, - "column": 5 - } - }, - { - "id": "TR_LOADING_ACCOUNTS", - "defaultMessage": "Loading accounts", - "file": "src/views/Wallet/views/Account/common.messages.js", - "start": { - "line": 42, - "column": 25 - }, - "end": { - "line": 45, - "column": 5 - } - }, - { - "id": "TR_SEND", - "defaultMessage": "Send {amount}", - "file": "src/views/Wallet/views/Account/common.messages.js", - "start": { - "line": 46, - "column": 13 - }, - "end": { - "line": 49, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/Acquire/index.messages.json b/translations/extractedMessages/src/views/Wallet/views/Acquire/index.messages.json deleted file mode 100644 index a2b2822e..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/Acquire/index.messages.json +++ /dev/null @@ -1,42 +0,0 @@ -[ - { - "id": "TR_DEVICE_USED_IN_OTHER", - "defaultMessage": "Device is used in other window", - "file": "src/views/Wallet/views/Acquire/index.messages.js", - "start": { - "line": 6, - "column": 29 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_USE_YOUR_DEVICE_IN_THIS_WINDOW", - "defaultMessage": "Do you want to use your device in this window?", - "file": "src/views/Wallet/views/Acquire/index.messages.js", - "start": { - "line": 10, - "column": 39 - }, - "end": { - "line": 13, - "column": 5 - } - }, - { - "id": "TR_ACQUIRE_DEVICE", - "description": "call-to-action to use device in current window when it is used in other window", - "defaultMessage": "Acquire device", - "file": "src/views/Wallet/views/Acquire/index.messages.js", - "start": { - "line": 14, - "column": 23 - }, - "end": { - "line": 18, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/Bootloader/index.messages.json b/translations/extractedMessages/src/views/Wallet/views/Bootloader/index.messages.json deleted file mode 100644 index 337cd5a2..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/Bootloader/index.messages.json +++ /dev/null @@ -1,29 +0,0 @@ -[ - { - "id": "TR_YOUR_DEVICE_IS_IN_FIRMWARE", - "defaultMessage": "Your device is in firmware update mode", - "file": "src/views/Wallet/views/Bootloader/index.messages.js", - "start": { - "line": 6, - "column": 35 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_PLEASE_RECONNECT_IT", - "description": "Call to action to re-connect Trezor device", - "defaultMessage": "Please re-connect it", - "file": "src/views/Wallet/views/Bootloader/index.messages.js", - "start": { - "line": 10, - "column": 28 - }, - "end": { - "line": 14, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/Dashboard/index.messages.json b/translations/extractedMessages/src/views/Wallet/views/Dashboard/index.messages.json deleted file mode 100644 index a9dbb588..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/Dashboard/index.messages.json +++ /dev/null @@ -1,30 +0,0 @@ -[ - { - "id": "TR_PLEASE_SELECT_YOUR", - "description": "Title of the dashboard component if coin was not selected", - "defaultMessage": "Please select your coin", - "file": "src/views/Wallet/views/Dashboard/index.messages.js", - "start": { - "line": 6, - "column": 27 - }, - "end": { - "line": 10, - "column": 5 - } - }, - { - "id": "TR_YOU_WILL_GAIN_ACCESS", - "description": "Content of the dashboard component if coin was not selected", - "defaultMessage": "You will gain access to receiving & sending selected coin", - "file": "src/views/Wallet/views/Dashboard/index.messages.js", - "start": { - "line": 11, - "column": 29 - }, - "end": { - "line": 15, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/FirmwareUpdate/index.messages.json b/translations/extractedMessages/src/views/Wallet/views/FirmwareUpdate/index.messages.json deleted file mode 100644 index 34f2bf65..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/FirmwareUpdate/index.messages.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "id": "TR_ITS_TIME_TO_UPDATE_FIRMWARE", - "defaultMessage": "It’s time to update your firmware", - "file": "src/views/Wallet/views/FirmwareUpdate/index.messages.js", - "start": { - "line": 6, - "column": 36 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_PLEASE_USE_OLD_WALLET", - "defaultMessage": "Please use Bitcoin wallet interface to update your firmware.", - "file": "src/views/Wallet/views/FirmwareUpdate/index.messages.js", - "start": { - "line": 10, - "column": 30 - }, - "end": { - "line": 13, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/Initialize/index.messages.json b/translations/extractedMessages/src/views/Wallet/views/Initialize/index.messages.json deleted file mode 100644 index d24c8caf..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/Initialize/index.messages.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "id": "TR_YOUR_DEVICE_IS_NOT_INITIALIZED", - "defaultMessage": "Your device is not initialized", - "file": "src/views/Wallet/views/Initialize/index.messages.js", - "start": { - "line": 6, - "column": 39 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_PLEASE_USE_TO_START_INITIALIZATION", - "defaultMessage": "Please use Bitcoin wallet interface to start initialization process", - "file": "src/views/Wallet/views/Initialize/index.messages.js", - "start": { - "line": 10, - "column": 43 - }, - "end": { - "line": 13, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/Seedless/index.messages.json b/translations/extractedMessages/src/views/Wallet/views/Seedless/index.messages.json deleted file mode 100644 index dca6365e..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/Seedless/index.messages.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "id": "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE", - "defaultMessage": "Device is initialized in seedless mode and therefore not allowed to access wallet", - "file": "src/views/Wallet/views/Seedless/index.messages.js", - "start": { - "line": 6, - "column": 47 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_DEVICE_IS_IN_SEEDLESS", - "defaultMessage": "Device is in seedless mode", - "file": "src/views/Wallet/views/Seedless/index.messages.js", - "start": { - "line": 10, - "column": 30 - }, - "end": { - "line": 13, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/Wallet/views/UnreadableDevice/index.messages.json b/translations/extractedMessages/src/views/Wallet/views/UnreadableDevice/index.messages.json deleted file mode 100644 index d1c14a6d..00000000 --- a/translations/extractedMessages/src/views/Wallet/views/UnreadableDevice/index.messages.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "id": "TR_UNREADABLE_DEVICE", - "defaultMessage": "Unreadable device", - "file": "src/views/Wallet/views/UnreadableDevice/index.messages.js", - "start": { - "line": 6, - "column": 26 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_PLEASE_INSTALL_TREZOR_BRIDGE", - "defaultMessage": "Please install Trezor Bridge", - "file": "src/views/Wallet/views/UnreadableDevice/index.messages.js", - "start": { - "line": 10, - "column": 37 - }, - "end": { - "line": 13, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/extractedMessages/src/views/common.messages.json b/translations/extractedMessages/src/views/common.messages.json deleted file mode 100644 index 7782c857..00000000 --- a/translations/extractedMessages/src/views/common.messages.json +++ /dev/null @@ -1,174 +0,0 @@ -[ - { - "id": "TR_DEVICE_SETTINGS", - "defaultMessage": "Device settings", - "file": "src/views/common.messages.js", - "start": { - "line": 6, - "column": 24 - }, - "end": { - "line": 9, - "column": 5 - } - }, - { - "id": "TR_ACCOUNT_HASH", - "description": "Used in auto-generated account label", - "defaultMessage": "Account #{number}", - "file": "src/views/common.messages.js", - "start": { - "line": 10, - "column": 21 - }, - "end": { - "line": 14, - "column": 5 - } - }, - { - "id": "TR_CLEAR", - "description": "Clear form button", - "defaultMessage": "Clear", - "file": "src/views/common.messages.js", - "start": { - "line": 15, - "column": 14 - }, - "end": { - "line": 19, - "column": 5 - } - }, - { - "id": "TR_CHECK_FOR_DEVICES", - "defaultMessage": "Check for devices", - "file": "src/views/common.messages.js", - "start": { - "line": 20, - "column": 26 - }, - "end": { - "line": 23, - "column": 5 - } - }, - { - "id": "TR_ADDRESS", - "description": "Used as label for receive/send address input", - "defaultMessage": "Address", - "file": "src/views/common.messages.js", - "start": { - "line": 24, - "column": 16 - }, - "end": { - "line": 28, - "column": 5 - } - }, - { - "id": "TR_LOADING_DOT_DOT_DOT", - "defaultMessage": "Loading...", - "file": "src/views/common.messages.js", - "start": { - "line": 29, - "column": 28 - }, - "end": { - "line": 32, - "column": 5 - } - }, - { - "id": "TR_TAKE_ME_TO_BITCOIN_WALLET", - "defaultMessage": "Take me to the Bitcoin wallet", - "file": "src/views/common.messages.js", - "start": { - "line": 33, - "column": 34 - }, - "end": { - "line": 36, - "column": 5 - } - }, - { - "id": "TR_I_WILL_DO_THAT_LATER", - "defaultMessage": "I’ll do that later.", - "file": "src/views/common.messages.js", - "start": { - "line": 37, - "column": 29 - }, - "end": { - "line": 40, - "column": 5 - } - }, - { - "id": "TR_SHOW_DETAILS", - "defaultMessage": "Show details", - "file": "src/views/common.messages.js", - "start": { - "line": 41, - "column": 21 - }, - "end": { - "line": 44, - "column": 5 - } - }, - { - "id": "TR_UPGRADE_FOR_THE_NEWEST_FEATURES_DOT", - "defaultMessage": "Upgrade for the newest features.", - "file": "src/views/common.messages.js", - "start": { - "line": 45, - "column": 44 - }, - "end": { - "line": 48, - "column": 5 - } - }, - { - "id": "TR_LEARN_MORE", - "defaultMessage": "Learn more", - "file": "src/views/common.messages.js", - "start": { - "line": 49, - "column": 19 - }, - "end": { - "line": 52, - "column": 5 - } - }, - { - "id": "TR_GO_TO_STANDARD_WALLET", - "defaultMessage": "Go to your standard wallet", - "file": "src/views/common.messages.js", - "start": { - "line": 53, - "column": 30 - }, - "end": { - "line": 56, - "column": 5 - } - }, - { - "id": "TR_GO_TO_HIDDEN_WALLET", - "defaultMessage": "Go to your hidden wallet", - "file": "src/views/common.messages.js", - "start": { - "line": 57, - "column": 28 - }, - "end": { - "line": 60, - "column": 5 - } - } -] \ No newline at end of file diff --git a/translations/master.csv b/translations/master.csv deleted file mode 100644 index 1af6638d..00000000 --- a/translations/master.csv +++ /dev/null @@ -1,204 +0,0 @@ -"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_TERMS","Terms","As in Terms and Conditions, In the bottom footer","Terms","Terms","শর্তাবলী","条款","條款","Podmínky","Termen","Terms","Terms","Conditions","Bedingungen","Όροι","תנאי שימוש","Terms","Feltételek","Persyaratan Layanan","Termini","利用規約","약관","Terms","Terms","Warunki","Termos","Условия","Términos","Villkor","Şartlar","Terms","Điều khoản" -"TR_EXCHANGE_RATES_BY","Exchange rates by {service}","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_MENU","Menu","Mobile sidebar toggler","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_MENU_CLOSE","Close","Used on button for closing sidebar menu","Close","Close","বন্ধ করুন","关闭","關閉","Zavřít","Sluiten","Close","Sulge","Fermer","Schließen","Κλείσιμο","סגירה","Close","Bezár","Tutup","Chiudi","閉じる","닫기","Lukk","Close","Zamknij","Fechar","Закрыть","Cerrar","Stäng","Kapat","Закрити","Đóng" -"TR_TREZOR","Trezor","Link in header navigation","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_WIKI","Wiki","Link in header navigation","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_BLOG","Blog","Link in header navigation","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_SUPPORT","Support","Link in header navigation","Support","Support","সহায়তা","支持","技術支持","Zákaznická Podpora","Ondersteuning","Support","Support","Assistance","Support","Υποστήριξη","תמיכה","Support","Támogatás","Bantuan","Supporto","サポート","지원","Support","Support","Wsparcie","Suporte","Поддержка","Soporte","Support","Destek","Підтримка","Hỗ trợ" -"TR_ATTENTION_COLON_THE_LOG_CONTAINS","Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.","","Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.","Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.","দৃষ্টি আকর্ষণ: লগটি আপনার XPUBs ধারণ করে। XPUBs ধারি যে কেউ আপনার অ্যাকাউন্টের ইতিহাস দেখতে পারবে।","注意:日志中包含您的 XPUB。任何持有您的 XPUB 的人都可以看到您的账户历史记录。","Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.","Varování: Tento log může obsahovat Váš XPUB. Pokud jej předáte třetí straně, umožňujete jí vidět celou Vaši transakční historii.","Waarschuwing: Dit logboek kan uw XPUB bevatten. Wanneer je aan anderen geeft, kunnen die uw hele transactiegeschiedenis bekijken.","Be careful. The log contains your account public keys (XPUBs). Anyone with your XPUBs can see your account history.","Tähelepanu: Logi sisaldab teie XPUBi. Igaüks kellel on ligipääs teie XPUBile saab näha teie konto ajalugu.","Attention : ce journal contient vos XPUB. Quiconque ayant accès à vos XPUB peut consulter l'historique de votre compte.","Warnung: Dieser Log enthält Ihre XPUBs. Dritte können über Ihre XPUBs Ihren gesamten Transaktionsverlauf einsehen.","Προειδοποίηση: Αυτό το αρχείο καταγραφής μπορεί να περιέχει τα XPUB σας. Όταν το δίνετε σε τρίτους, του επιτρέπετε να δει όλο το ιστορικό συναλλαγής.","אזהרה: יומן הרישום מכיל את המפתחות הציבוריים של החשבון (XPUB). אדם עם גישה ל XPUB יכול לראות את היסטוריית החשבון שלכם.","Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.","Figyelem: A naplófájl XPUBs kódot tartalmaz. Ezt felhasználva bárki láthatja az ön fióktörténetét.","Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.","Attenzione: il file di log contiene le tue XPUB. Con le tue XPUB, chiunque può vedere la storia del tuo account.","警告: ログにはあなたのXPUBが含まれています。第三者にXPUBが渡ってしまうと、すべての取引履歴を閲覧されてしまいます。","주의: 로그에 회원님의 XPUB가 포함되어 있습니다. 회원님의 XPUB를 사용하여 누군가가 회원님의 계정 내역을 볼 수 있습니다.","Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.","Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.","Ostrzeżenie: Ten dziennik może zawierać Twój klucz XPUB. Gdy dasz go osobom trzecim, może on pozwolić im zobaczyć historię wszystkich transakcji.","Aviso: Este log pode conter sua XPUB. Se você fornecê-lo para terceiros, permitirá que vejam todo o seu histórico de transações.","Внимание: этот журнал содержит ваши XPUB, по которым посторонние люди смогут увидеть историю операций вашего счета.","Advertencia: Este registro puede contener sus XPUB. Cualquiera con sus XPUB podrá ver su historial de transacciones.","Uppmärksamma: Loggen innehåller dina XPUBs. Den som har dem kan se ditt kontos historik.","Dikkat: Sıralı kayıtlar XPUB'larınızı içerir. XPUB'ları elde eden kişiler, geçmiş hesap hareketlerinizi görebilir.","Попередження: Цей журнал може містити Ваш XPUB. Ви даєте йому до третьої сторони, ви дозволяєте його, щоб побачити всю цю операцію історії. Надаючи його третій стороні, Ви тим самим дозволяєте побачити історію Ваших транзакцій.","Chú ý: Các bản ghi có chứa XPUBs của bạn. Bất cứ ai có XPUBs của bạn có thể xem lịch sử tài khoản của bạn." -"TR_LOG","Log","application event and error","Log","Log","লগ","日志","日誌","Log","Logboek","Log","Logi","Journal","Log","Αρχείο καταγραφής","יומן רישום","Log","Napló","Log","Log","ログ","로그","Logg","Log","Dziennik","Log","Журнал","Registro","Logg","Sıralı kayıt","Журнал","Bản ghi" -"TR_CONFIRM_ACTION_ON_YOUR","Confirm action on your Trezor","","Confirm action on your Trezor","Confirm action on your Trezor","Confirm action on your Trezor","在您的 Trezor 上确认操作","Confirm action on your Trezor","Potvrďte akci na Vašem Trezoru","Confirm action on your Trezor","Confirm action on your Trezor","Confirm action on your Trezor","Confirmez l'action sur votre Trezor","Aktion auf dem Trezor bestätigen","Confirm action on your Trezor","Confirm action on your Trezor","Confirm action on your Trezor","Confirm action on your Trezor","Confirm action on your Trezor","Confirm action on your Trezor","Trezorで操作を確認してください","Trezor에서 작업 확인","Confirm action on your Trezor","Confirm action on your Trezor","Confirm action on your Trezor","Confirm action on your Trezor","Подтвердите действие на Trezor","Confirme la acción en su Trezor","Confirm action on your Trezor","Confirm action on your Trezor","Confirm action on your Trezor","Confirm action on your 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_TO_LABEL","To","Label for recepeint's address","To","To","প্রতি","至","至","Na","Naar","To","To","À","An","Στο","אל","To","Címzett","Ke","All'","送信先:","대상:","Til","To","Do","Para","Кому","Para","Till","Alıcı","Кому","Đến" -"TR_SEND_LABEL","Send","Label for amount to be send","Send","Send","পাঠান","发送","發送","Odeslat","Verzenden","Send","Saada","Envoyer","Senden","Αποστολή","שליחה","Send","Küldés","Kirim","Invia","送信","보내기","Send","Send","Wyślij","Enviar","Отправить","Enviar","Skicka","Gönder","Надіслати","Gửi" -"TR_FEE_LABEL","Fee","Label above the fee used for transaction","Fee","Fee","ফি","手续费","Fee","Poplatek","Transactiekosten","Fee","Tasu","Frais","Gebühr","Προμήθεια","עמלה","Fee","TR. díj","Fee","Commissioni","手数料","수수료","Fee","Fee","Opłata","Taxa","Комиссия","Comisión","Avgift","Masraf","Fee","Phí" -"TR_DEVICE_LABEL_IS_NOT_CONNECTED","{deviceLabel} is not connected","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_DEVICE_LABEL_IS_UNAVAILABLE","{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_SHOW_UNVERIFIED_ADDRESS","Show unverified address","","Show unverified address","Show unverified address","Show unverified address","显示未验证的地址","Show unverified address","Zobrazit neověřenou adresu","Show unverified address","Show unverified address","Show unverified address","Afficher l'adresse non vérifiée","Nicht verifizierte Adresse anzeigen","Show unverified address","Show unverified address","Show unverified address","Show unverified address","Show unverified address","Show unverified address","未検証のアドレスを表示","인증되지 않은 주소 표시","Show unverified address","Show unverified address","Show unverified address","Show unverified address","Показать непроверенный адрес","Mostrar dirección no verificada","Show unverified address","Show unverified address","Show unverified address","Show unverified address" -"TR_TRY_AGAIN","Try again","Try to verify the address again","Try again","Try again","আবার চেষ্টা করুন","重试","請再試一次","Zkusit znovu","Probeer opnieuw","Try again","Try again","Réessayez","Erneut versuchen","Δοκιμάστε ξανά","נסו שוב","Try again","Próbálja újra","Coba lagi","Prova ancora","やり直す","다시 시도","Try again","Try again","Spróbuj ponownie","Tentar de novo","Попробовать снова","Inténtelo de nuevo","Försök igen","Tekrar deneyiniz","Спробуйте ще раз","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_FORGET_DEVICE","Forget device","Button in remember/forget dialog","Forget device","Forget device","ডিভাইসটি বিস্মৃত হন","忘记设备","是否記住設備?","Zapomenout zařízení","Apparaat vergeten?","Forget device","Unusta seade","Oublier l'appareil","Gerät vergessen","Ξεχάστε τη συσκευή","שכח התקן","Forget device","Eszköz elfelejtése","Hapus perangkat ini","Dimentica questo dispositivo","端末の関連付けを解除する","장치 연결 해제","Glem enhet","Forget device","Zapomnieć o urządzeniu?","Esquecer dispositivo?","Забыть устройство","Olvidar el dispositivo","Glöm enhet","Cihazı unut","Забути пристрій?","Quên thiết bị" -"TR_DONT_FORGET","Don't forget","Button in remember/forget dialog","Don't forget","Don't forget","বিস্মৃত হবেননা","不忘记","不要忘記","Zapamatovat","Niet vergeten","Do not forget","Ärge unustage","Ne pas oublier","Nicht vergessen","Μην ξεχάσετε","אל תשכח","Don't forget","Ne felejtse el","Jangan Lupa","Non dimenticare","関連付けを解除しない","연결 해제 안 함","Ikke glem","Don't forget","Nie zapominaj","Não esquecer","Не удалять","No se olvide","Glöm inte","Unutma","Не забувати","Đừng quên" -"TR_FORGETTING_ONLY_REMOVES_THE_DEVICE_FROM","Forgetting only removes the device from the list on the left, your coins are still safe and you can access them by reconnecting your Trezor again.","","Forgetting only removes the device from the list on the left, your bitcoins are still safe and you can access them by reconnecting your Trezor again.","Forgetting only removes the device from the list on the left, your bitcoins are still safe and you can access them by reconnecting your Trezor again.","ভুলে কেবল যন্ত্রের তালিকা বাম দিক থেকে অপসারণ করে, আপনার বিটকয়েন এখনো নিরাপদে আছে এবং আপনি তাদেরকে দেখতে পারবেন আপনার Trezor আবার পুনরায় সংযোগ করা হচ্ছে দ্বারা।","忘记功能只会将您的设备从左侧列表中移除,您的比特币仍是安全的,您可以在重新连接 Trezor 后继续管理自己的代币。","不要記住會將裝置從左邊的列表中移除,你的比特幣依然是安全的,你可以透過再次連接 Trezor 來管理你的比特幣。","Zapomenutí pouze odstraní Vaše zařízení z levého seznamu, Vaše bitcoiny jsou stále v bezpečí a můžete k nim přistupovat po opětovném připojení Trezoru.","Vergeten verwijdert alleen het apparaat uit de lijst aan de linkerkant, uw bitcoins zijn nog steeds veilig en kunt u ze weer gebruiken door uw Trezor opnieuw aan te sluiten.","Forgetting your device only removes it from the list on the left. Your funds are still safe and you can access them by reconnecting your Trezor.","Unustades kaob seade vasakul olevas loendis, teie bitcoinid on kindlas kohas ja te pääsete neile ligi ühendades oma Trezor uuesti.","Oublier supprime seulement l'appareil de la liste de gauche. Vos bitcoins sont toujours sécurisés et vous pouvez y accéder en reconnectant votre Trezor.","Vergessen entfernt das Gerät nur aus der Liste auf der linken Seite – Ihre Bitcoins bleiben sicher und Sie können auf diese zugreifen, wenn Sie Ihren Trezor wieder anschließen.","Η επιλογή ""ξεχάστε"" αφαιρεί μόνο τη συσκευή από τη λίστα στα αριστερά, τα bitcoins σας είναι ακόμη ασφαλή και μπορείτε να έχετε πάλι πρόσβαση σ' αυτά συνδέοντας το Trezor σας ξανά.","פעולת השכיחה מסירה את ההתקן מהרשימה מצד שמאל בלבד. הביטקוין שלכם בטוחים ואתם יכולים לגשת אליהם על ידי חיבור מחדש של ה Trezor.","Forgetting only removes the device from the list on the left, your bitcoins are still safe and you can access them by reconnecting your Trezor again.","Az elfelejtés csak a listáról veszi le a tárcát, a bitcoinjai biztonságban vannak. Elérhetőek lesznek amint újra csatlakoztatja a Trezor-ját.","Kondisi lupa ini hanya akan menghapus perangkat pada list di sebelah kiri, bitcoin anda akan tetap aman dan bisa diakses dengan menghubungkan Trezor anda kembali.","Dimenticare rimuove solo il dispositivo dall'elenco a sinistra, i tuoi bitcoin sono ancora al sicuro e potrai accedervi ricollegando nuovamente il Trezor.","デバイスの関連付けを解除しても、左のリストから削除されるだけでお持ちのビットコインは安全に管理されています。Trezorを接続し直すことでまたアクセスできます。","연결을 해제해도 왼쪽의 목록에서 장치를 제거할 뿐입니다. 비트코인은 안전하게 유지되고 Trezor를 다시 연결하여 액세스할 수 있습니다.","Forgetting only removes the device from the list on the left, your bitcoins are still safe and you can access them by reconnecting your Trezor again.","Forgetting only removes the device from the list on the left, your bitcoins are still safe and you can access them by reconnecting your Trezor again.","Zapominanie usunie urządzenie tylko z listy po lewej, Twoje bitcoin-y są nadal bezpieczne i możesz uzyskać do nich dostęp poprzez ponowne podłączenie Twojego urządzenia Trezor.","Esquecer apenas remove o dispositivo da lista à esquerda. Seus bitcoins ainda estão seguros e você pode acessá-los reconectando seu Trezor.","При удалении записи устройство исчезнет из списка слева, но сами биткоины никуда не денутся и будут доступны при последующих подключениях Trezor.","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.","Att glömma tar bara bort enheten från listan till vänster, dina bitcoins är fortfarande säkra och du kan komma åt dem genom att återansluta din Trezor igen.","Unutma özelliği sadece soldaki listeden cihazınızı kaldırır, bitcoinleriniz güvende ve Trezor cihazınızı tekrar bağlayarak erişebilirsiniz.","Забування тільки видаляє пристрій зі списку зліва. Ваші біткоіни як і раніше знаходяться в безпеці і Ви можете знову отримати доступ до них через підключення до Trezorу.","Quên chỉ loại bỏ các thiết bị từ danh sách bên trái, bitcoins của bạn vẫn an toàn và bạn có thể truy cập chúng bằng cách kết nối lại Trezor một lần nữa." -"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_REMEMBER_DEVICE","Remember device","","Remember device","Remember device","Remember device","记住设备","Remember device","Zapamatovat zařízení","Remember device","Remember device","Remember device","Se souvenir de l'appareil","Gerät merken","Remember device","Remember device","Remember device","Remember device","Remember device","Remember device","デバイスを記憶する","장치 저장","Remember device","Remember device","Remember device","Remember device","Запомнить устройство","Recordar el dispositivo","Remember device","Remember device","Remember device","Remember device" -"TR_SELECT_WALLET_TYPE_FOR","Select wallet type for {deviceLabel}","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_CHANGE_WALLET_TYPE_FOR","Select 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", "", "You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet","You will be redirected to external wallet" -"TR_GO_TO_EXTERNAL_WALLET","Go to external wallet","","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet","Go to external wallet" -"TR_NEM_WALLET","NEM wallet","","NEM Wallet","NEM Wallet","NEM Wallet","NEM 钱包","NEM Wallet","NEM peněženka","NEM Wallet","NEM Wallet","NEM Wallet","Portefeuille NEM","NEM Wallet","NEM Wallet","NEM Wallet","NEM Wallet","NEM Wallet","NEM Wallet","NEM Wallet","NEMウォレット","NEM 지갑","NEM Wallet","NEM Wallet","NEM Wallet","NEM Wallet","Кошелек NEM","Monedero NEM","NEM Wallet","NEM Wallet","NEM Wallet","NEM Wallet" -"TR_WE_HAVE_PARTNERED_UP_WITH_THE_NEM","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","我们与 NEM Foundation 一起合作为您提供 功能全面的 NEM 钱包。","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","Spolupracujeme s NEM foundation, abychom Vám poskytli plnohodnotnou peněženku pro NEM.","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","Nous nous sommes associés à la Fondation NEM pour vous fournir un portefeuille NEM complet.","Wir haben uns mit der NEM Foundation zusammengetan, um Ihnen ein vollwertiges NEM-Wallet zur Verfügung zu stellen.","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","当社は、本格的なNEMウォレットを提供する NEM財団と提携しています。","당사는 NEM 재단과 제휴하면서 고급 NEM 지갑을 제공합니다.","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","Мы совместно с NEM Foundation предлагаем полнофункциональный кошелек NEM.","Nos hemos asociado con la Fundación NEM para proporcionarle un monedero NEM completo.","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.","We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet." -"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL","Make sure you download the Universal Client for Trezor support.","","Make sure you download the Universal Client for Trezor support.","Make sure you download the Universal Client for Trezor support.","Make sure you download the Universal Client for Trezor support.","确保下载通用客户单以支持 Trezor。","Make sure you download the Universal Client for Trezor support.","Ujistěte se, že stahujete univerzálního klienta pro podporu Trezoru.","Make sure you download the Universal Client for Trezor support.","Make sure you download the Universal Client for Trezor support.","Make sure you download the Universal Client for Trezor support.","Assurez-vous de télécharger le client universel pour la prise en charge du Trezor.","Laden Sie sich für Trezor-Unterstützung den Universal Client herunter.","Make sure you download the Universal Client for Trezor support.","Make sure you download the Universal Client for Trezor support.","Make sure you download the Universal Client for Trezor support.","Make sure you download the Universal Client for Trezor support.","Make sure you download the Universal Client for Trezor support.","Make sure you download the Universal Client for Trezor support.","TrezorがサポートするUniversal Clientをダウンロードしてください。","Trezor 지원을 위해 Universal Client를 다운로드해야 합니다.","Make sure you download the Universal Client for Trezor support.","Make sure you download the Universal Client for Trezor support.","Make sure you download the Universal Client for Trezor support.","Make sure you download the Universal Client for Trezor support.","Обязательно скачайте универсальный клиент для поддержки Trezor.","Asegúrese de descargar el Cliente Universal para compatibilidad con Trezor.","Make sure you download the Universal Client for Trezor support.","Make sure you download the Universal Client for Trezor support.","Make sure you download the Universal Client for Trezor support.","Make sure you download the Universal Client for Trezor support." -"TR_GO_TO_NEM_DOT_IO","Go to nem.io","","Go to nem.io","Go to nem.io","Go to nem.io","转到 nem.io","Go to nem.io","Pokračujte na nem.io","Go to nem.io","Go to nem.io","Go to nem.io","Aller sur nem.io","Zu nem.io wechseln","Go to nem.io","Go to nem.io","Go to nem.io","Go to nem.io","Go to nem.io","Go to nem.io","nem.ioへ移動","nem.io로 이동","Go to nem.io","Go to nem.io","Go to nem.io","Go to nem.io","Перейти на nem.io","Ir a nem.io","Go to nem.io","Go to nem.io","Go to nem.io","Go to nem.io" -"TR_STELLAR_WALLET","Stellar wallet","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_ENTER_DEVICE_PASSPHRASE","Enter {deviceLabel} passphrase","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_NOTE_COLON_PASSPHRASE","Note: Passphrase is case-sensitive.",""," Note: Passphrase is case-sensitive."," Note: Passphrase is case-sensitive."," Note: Passphrase is case-sensitive."," 注:密码区分大小写。"," Note: Passphrase is case-sensitive."," Poznámka: Přístupová fráze rozlišuje velká/malá písmena."," Note: Passphrase is case-sensitive."," Note: Passphrase is case-sensitive."," Note: Passphrase is case-sensitive."," Remarque : la phrase de passe est sensible à la casse."," Hinweis: Groß-/Kleinschreibung wird beachtet."," Note: Passphrase is case-sensitive."," Note: Passphrase is case-sensitive."," Note: Passphrase is case-sensitive."," Note: Passphrase is case-sensitive."," Note: Passphrase is case-sensitive."," Note: Passphrase is case-sensitive."," 注意: パスフレーズはは大文字と小文字を区別します。"," 참고: 패스프레이즈는 대/소문자를 구분합니다."," Note: Passphrase is case-sensitive."," Note: Passphrase is case-sensitive."," Note: Passphrase is case-sensitive."," Note: Passphrase is case-sensitive."," Примечание: кодовая фраза чувствительна к регистру."," Atención: la frase de contraseña es sensible al uso de mayúsculas y minúsculas."," Note: Passphrase is case-sensitive."," Note: Passphrase is case-sensitive."," Note: Passphrase is case-sensitive."," Note: Passphrase is case-sensitive." -"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.","","If you forget your passphrase, your wallet is lost for good. There is no way to recover your funds.","If you forget your passphrase, your wallet is lost for good. There is no way to recover your funds.","আপনি আপনার গুপ্ত-বাক্যাংশ ভুলে গিয়ে থাকেন, আপনার ওয়ালেট চিরদিনের জন্য হারিয়ে ফেলেছেন। আপনার অর্থ পুনরুদ্ধার করার কোন উপায় নেই।","如果您忘记密码,您的钱包将永久地丢失,您的资金将无法恢复。","如果你忘記你的短語密碼,你的錢包將永久地遺失,並且絕對不可能恢復你的資金。","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.","Als u uw wachtwoordzin vergeet, is uw portemonnee voorgoed verloren. Er is geen manier om uw rekeningen te herstellen.","If you forget your passphrase, your wallet is lost for good. There is no way to recover your funds.","If you forget your passphrase, your wallet is lost for good. There is no way to recover your funds.","Si vous oubliez votre phrase de passe, votre portefeuille est définitivement perdu. Il est impossible de récupérer vos fonds.","Wenn Sie Ihre Passphrase vergessen, haben Sie keinen Zugriff mehr auf Ihr Wallet. Es gibt keinen Weg, Ihre Geldmittel wiederherzustellen.","Εάν ξεχάσετε τη φράση πρόσβασής σας, το πορτοφόλι σας θα χαθεί για πάντα. Δεν υπάρχει τρόπος να ανακτήσετε τα κεφάλαιά σας.","אם תשכחו את ה passphrase, הארנק שלכם ילך לטמיון. אין דרך להשיב את נכסיכם.","If you forget your passphrase, your wallet is lost for good. There is no way to recover your funds.","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!","Jika anda kehilangan passphrase anda, maka dompet anda akan hilang. Tidak ada cara lain untuk dapat memulihkan dana anda.","Se dimentichi la tua passphrase, perderai il tuo portafoglio per sempre. Non esiste altro modo per recuperare i tuoi fondi.","パスフレーズを忘れてしまった場合、お持ちのウォレットのデータは永遠に失われます。資金を復元する方法はありません。","패스프레이즈를 잊어버린 경우, 지갑은 영원히 손실됩니다. 자금을 복구할 수 있는 방법이 없습니다.","If you forget your passphrase, your wallet is lost for good. There is no way to recover your funds.","If you forget your passphrase, your wallet is lost for good. There is no way to recover your funds.","Jeżeli zapomnisz swoje hasło Twój portfel będzie stracony na dobre. Nie ma możliwości odzyskania środków.","Se você esquecer sua senha de segurança, perderá sua carteira para sempre. Não há nenhuma maneira de recuperar seus fundos.","Если вы забудете кодовую фразу, то средства потеряются навсегда. Другого способа их восстановить нет.","Si olvida su frase de contraseña, su monedero se perderá para siempre. No hay forma de recuperar sus fondos.","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.","Parolanızı unutmanız durumunda, cüzdanınız sizin için kaybolur. Birikimlerinizi kurtarmanın hiçbir yolu yoktur.","Якщо Ви забудете свою кодову фразу, Ваш гаманець втрачається назавжди. Не існує ніякого способу для його відновлення.","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","","Confirm Passphrase","Confirm Passphrase","Confirm Passphrase","确认密码","Confirm Passphrase","Potvrdit přístupovou frázi","Confirm Passphrase","Confirm Passphrase","Confirm Passphrase","Confirmer la phrase de passe","Passphrase bestätigen","Confirm Passphrase","Confirm Passphrase","Confirm Passphrase","Confirm Passphrase","Confirm Passphrase","Confirm Passphrase","パスフレーズを確認","패스프레이즈 확인","Confirm Passphrase","Confirm Passphrase","Confirm Passphrase","Confirm Passphrase","Подтвердите кодовую фразу","Confirmar frase de contraseña","Confirm Passphrase","Confirm Passphrase","Confirm Passphrase","Confirm Passphrase" -"TR_PASSPHRASES_DO_NOT_MATCH","Passphrases do not match!","","Passphrases do not match!","Passphrases do not match!","গুপ্ত-বাক্যাংশ মিলছে না!","密码不一致!","短語密碼不一致!","Přístupové fráze se neshodují!","Wachtwoordzinnen komen niet overeen!","Passphrases do not match!","Paroolifraasid ei kattu!","Les phrases de passe ne correspondent pas !","Die Passphrasen stimmen nicht überein!","Οι φράσεις πρόσβασης δεν ταιριάζουν!","אין התאמה ב passphrase שהוכנסו!","Passphrases do not match!","Ez nem egyforma!","Passphrase tidak cocok!","Passphrases non corrispondenti!","パスフレーズが一致しません!","패스프레이즈가 일치하지 않습니다!","Passphrases do not match!","Passphrases do not match!","Hasła nie pasują do siebie!","As senhas de segurança não são iguais!","Кодовые фразы не совпадают!","¡Las frases de contraseña no coinciden!","Lösenfrasersna matchar inte!","Parola eşleşmedi!","Кодові фрази не співпадають!","Cụm mật khẩu không khớp!" -"TR_SHOW_PASSPHRASE","Show passphrase","This is on a passphrase button","Show passphrase","Show passphrase","গুপ্ত-বাক্যাংশ প্রদর্শন করুন","显示密码","顯示短語密碼","Zobrazit přístupovou frázi","Toon wachtwoordzin","Show passphrase","Show passphrase","Afficher la phrase de passe","Passphrase anzeigen","Εμφάνιση συνθηματικής φράσης","הצגת passphrase","Show passphrase","Látható a jelszó","Lihat passphrase","Mostra la passphrase","パスフレーズを表示","패스프레이즈 표시","Show passphrase","Show passphrase","Pokaż hasło","Exibir senha de segurança","Показать кодовую фразу","Mostrar frase de contraseña","Visa lösenfras","Parolayı göster","Показати кодову фразу","Hiển thị cụm mật khẩu" -"TR_ENTER","Enter","","Enter","Enter","প্রবেশ করুন","确定","確定","Potvrdit","Voer","Enter","Enter","Saisissez","Eingeben","Εισάγετε","כניסה","Enter","Tovább","Enter","Inserisci","決定","입력","Enter","Enter","Wprowadź","Insira","Ввод","Introducir","Enter","Giriş","Ввести","Nhập" -"TR_PASSPHRASE","Passphrase","Label above input","Passphrase","Passphrase","গুপ্ত-বাক্যাংশ","密码","短語密碼","Přístupová fráze","Wachtwoordzin","Passphrase","Paroolifraas","Phrase de passe","Passphrase","Φράση πρόσβασης","Passphrase","Passphrase","Kulcsszó","Passphrase","Passphrase","パスフレーズ","패스프레이즈","Passphrase","Passphrase","Hasło","Senha de segurança","Кодовая фраза","Frase de contraseña","Lösenfras","Parola","Кодова фраза","Cụm từ mật khẩu" -"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_THE_PIN_LAYOUT_IS_DISPLAYED_ON","The PIN layout is displayed on your Trezor.","","The PIN layout is displayed on your Trezor.","The PIN layout is displayed on your Trezor.","The PIN layout is displayed on your Trezor.","PIN 码布局显示在您的 Trezor 上。","The PIN layout is displayed on your Trezor.","Rozmístění tlačítek je zobrazeno na Vašem zařízení.","The PIN layout is displayed on your Trezor.","The PIN layout is displayed on your Trezor.","The PIN layout is displayed on your Trezor.","L'agencement du PIN est affiché sur votre Trezor.","Das PIN-Layout wird auf Ihrem Trezor angezeigt.","The PIN layout is displayed on your Trezor.","The PIN layout is displayed on your Trezor.","The PIN layout is displayed on your Trezor.","The PIN layout is displayed on your Trezor.","The PIN layout is displayed on your Trezor.","The PIN layout is displayed on your Trezor.","PINのレイアウトはTrezorに表示されています。","PIN 레이아웃이 해당 Trezor에 표시됩니다.","The PIN layout is displayed on your Trezor.","The PIN layout is displayed on your Trezor.","The PIN layout is displayed on your Trezor.","The PIN layout is displayed on your Trezor.","Раскладка PIN отображается на устройстве Trezor.","La disposición del PIN se muestra en su Trezor.","The PIN layout is displayed on your Trezor.","The PIN layout is displayed on your Trezor.","The PIN layout is displayed on your Trezor.","The PIN layout is displayed on your Trezor." -"TR_ENTER_DEVICE_PIN","Enter {deviceLabel} PIN","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_ENTER_PIN","Enter PIN","","Enter PIN","Enter PIN","Enter PIN","输入 PIN 码","Enter PIN","Zadejte PIN","Enter PIN","Enter PIN","Enter PIN","Saisissez le PIN","PIN eingeben","Enter PIN","Enter PIN","Enter PIN","Enter PIN","Enter PIN","Enter PIN","PINを入力","PIN 입력","Enter PIN","Enter PIN","Enter PIN","Enter PIN","Введите PIN","Introducir PIN","Enter PIN","Enter PIN","Enter PIN","Enter PIN" -"TR_NOT_SURE_HOW_PIN_WORKS","Not sure how PIN works? {TR_LEARN_MORE}","","Not sure how PIN works? {TR_LEARN_MORE}","Not sure how PIN works? {TR_LEARN_MORE}","পিন কিভাবে কাজ করে জানেননা?{TR_LEARN_MORE}","不知道 PIN 码的工作原理?{TR_LEARN_MORE}","Not sure how PIN works? {TR_LEARN_MORE}","Nejste si jisti, jak funguje zadávání PINu? {TR_LEARN_MORE}","Not sure how PIN works? {TR_LEARN_MORE}","Not sure how PIN works? {TR_LEARN_MORE}","Ei ole kindel, kuidas töötab PIN-kood? {TR_LEARN_MORE}","Vous n'êtes pas sûr du fonctionnement du PIN ? {TR_LEARN_MORE}","Unsicher, wie die PIN funktioniert? {TR_LEARN_MORE}","Δεν είστε σίγουροι πως λειτουργεί το PIN; {TR_LEARN_MORE}","רוצים לדעת על שימוש בקוד האישי? {TR_LEARN_MORE}","Not sure how PIN works? {TR_LEARN_MORE}","Nem tudja hogyan működik a PIN-kód? {TR_LEARN_MORE}","Not sure how PIN works? {TR_LEARN_MORE}","Not sure how PIN works? {TR_LEARN_MORE}","PINの使い方がわかりませんか?{TR_LEARN_MORE}","PIN 작동 방식에 대해 잘 모르십니까? {TR_LEARN_MORE}","Not sure how PIN works? {TR_LEARN_MORE}","Not sure how PIN works? {TR_LEARN_MORE}","Nie jesteś pewien jak działa PIN? {TR_LEARN_MORE}","Not sure how PIN works? {TR_LEARN_MORE}","Не знаете, как работает PIN? {TR_LEARN_MORE}","¿No está seguro de cómo funciona el PIN? {TR_LEARN_MORE}","Inte säker på hur en PIN fungerar?{TR_LEARN_MORE}","PIN Kodunun nasıl çalıştığına emin değil misiniz?{TR_LEARN_MORE}","Not sure how PIN works? {TR_LEARN_MORE}","Không chắc chắn mã PIN hoạt động như thế nào? {TR_LEARN_MORE}" -"TR_SCAN_QR_CODE","Scan QR code","Title for the Scan QR modal dialog","Scan QR code","Scan QR code","QR কোড স্ক্যান করুন","扫描二维码","掃描二維碼","Naskenovat QR kód","Scan de QR-code","Scan QR code","Skännige QR koodi","Scanner un code QR","QR-Code scannen","Σάρωση QR code","סריקת ברקוד","Scan QR code","QR kód beolvasás","Pindai kode QR","Scansiona QR code","QRコードを読み取る","QR 코드 스캔","Scan QR code","Scan QR code","Zeskanuj kod QR","Escanear código QR","Сканировать QR-код","Escanear código QR","Skanna QR-kod","QR Kodu tarayınız","Сканувати QR-код","Quét mã QR" -"TR_WAITING_FOR_CAMERA","Waiting for camera...","","Waiting for camera...","Waiting for camera...","ক্যামেরার জন্য অপেক্ষা করা হচ্ছে...","正在开启摄像头…","等待相機連接⋯⋯","Čekám na kameru...","Wachten op camera …","Waiting for camera...","Waiting for camera...","En attente de la caméra...","Warten auf Kamera...","Αναμονή για την camera…","ממתין למצלמה...","Waiting for camera...","Várakozás a kamerára...","Menunggu kamera…","Attesa per camera…","カメラを待っています...","카메라 대기 중...","Waiting for camera...","Waiting for camera...","Czekanie na aparat…","Aguardando pela câmera…","Ожидание камеры...","Esperando la cámara...","Väntar på kamera...","Kamera bekleniyor...","Очікування камери …","Chờ đợi máy ảnh..." -"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_YOU_WERE_DISCONNECTED_DOT","You were disconnected.","","You were disconnected.","You were disconnected.","আপনি সংযোগ বিচ্ছিন্ন করা হয়েছে।","您已断开连接。","你已斷線。","Byl jste odpojen.","U bent losgekoppeld.","You were disconnected.","You were disconnected.","Vous étiez déconnecté.","Sie sind nicht verbunden.","Ήσασταν αποσυνδεδεμένοι.","התבצע ניתוק.","You were disconnected.","Csatlakozás bontva.","Anda terputus.","Ti sei scollegato.","接続が切れました。","연결이 끊겼습니다.","You were disconnected.","You were disconnected.","Połączenie zostało przerwane.","Você foi desconectado.","Соединение разорвано.","Se ha desconectado.","Du har blivit frånkopplad.","Bağlantınız koptu.","You were disconnected.","Bạn đã bị ngắt kết nối." -"TR_PLEASE_RELOAD_THE_PAGE_DOT","Please check your Internet connection and reload the page.","","Please check your Internet connection and reload the page.","Please check your Internet connection and reload the page.","Please check your Internet connection and reload the page.","请检查您的网络连接,然后重新加载页面。","Please check your Internet connection and reload the page.","Zkontrolujte prosím svoje přípojení k internetu a obnovte stránku.","Please check your Internet connection and reload the page.","Please check your Internet connection and reload the page.","Please check your Internet connection and reload the page.","Veuillez vérifier votre connexion à internet et actualiser la page.","Bitte überprüfen Sie Ihre Internetverbindung und laden Sie die Seite erneut.","Please check your Internet connection and reload the page.","Please check your Internet connection and reload the page.","Please check your Internet connection and reload the page.","Please check your Internet connection and reload the page.","Please check your Internet connection and reload the page.","Please check your Internet connection and reload the page.","インターネット接続を確認し、ページを再読み込みしてください。","인터넷 연결을 확인하고 페이지를 다시 로드하세요.","Please check your Internet connection and reload the page.","Please check your Internet connection and reload the page.","Please check your Internet connection and reload the page.","Please check your Internet connection and reload the page.","Проверьте подключение к Интернету и обновите страницу.","Por favor compruebe su conexión a internet y vuelva a cargar la página.","Please check your Internet connection and reload the page.","Please check your Internet connection and reload the page.","Please check your Internet connection and reload the page.","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.","","New Trezor firmware is available.","New Trezor firmware is available.","নতুন Trezor ফার্মওয়্যার সহজলভ্য।","发现新的 Trezor 固件。","發現新版本的 Trezor韌體。.","K dispozici je nový Trezor firmware.","Er is nieuwe Trezor firmware beschikbaar.","A new Trezor firmware update is available.","Uus Trezori püsivara on saadaval.","Un nouveau micrologiciel Trezor est disponible.","Neue Trezor Firmware verfügbar.","Νέο Trezor firmware είναι διαθέσιμο.","קיים עדכון קושחה ל Trezor.","New Trezor firmware is available.","Új Trezor firmware áll rendelkezésre.","Trezor firmware baru telah tersedia.","È disponibile un nuovo firmware per Trezor.","新しいTrezorのファームウェアが利用可能です。","새로운 Trezor 펌웨어가 사용 가능합니다.","New Trezor firmware is available.","New Trezor firmware is available.","Dostępny jest nowy firmware.","Novo firmware Trezor disponível.","Доступен новый микрокод Trezor.","Nuevo firmware de Trezor disponible.","Ny Trezor mjukvara är tillgänglig.","Yeni Trezor yazılımı mevcut.","Доступна нова прошивка Trezor.","Phần mềm mới cho Trezor đã có sẵn." -"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_ACCOUNT_HASH","Account #{number}","Used in auto-generated account label","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_CLEAR","Clear","Clear form button","Clear","Clear","পরিষ্কার","清除","清除","Vymazat","Leegmaken","Clear","Tühjenda","Effacer","Zurücksetzen","Καθαρισμός","ניקוי","Clear","Mégsem","Hapus","Pulire (infinitive) -"TR_CHECK_FOR_DEVICES","Check for devices","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","Check for devices","Check for devices","Check for devices","请等待 Trezor 重新启动并","Check for devices","Hledat zařízení","Check for devices","Check for devices","Check for devices","Recherchez des appareils","Geräteerkennung","Check for devices","Check for devices","Check for devices","Check for devices","Check for devices","Check for devices","デバイスを確認","장치 확인","Check for devices","Check for devices","Check for devices","Check for devices","Ручной поиск устройств","Buscar dispositivos","Check for devices","Check for devices","Check for devices","Check for devices" -"TR_ADDRESS","Address","Used as label for receive/send address input","Address","Address","ঠিকানা","地址","地址","Adresa","Adres","Address","Address","Adresse","Adresse","Διεύθυνση","כתובת","Address","Cím","Alamat","Indirizzo","アドレス","주소","Adresse","Address","Adres","Endereço","Адрес","Dirección","Adress","Adres","Адреса","Địa chỉ" -"TR_LOADING_DOT_DOT_DOT","Loading...","","Loading...","Loading...","লোড হচ্ছে...","正在加载…","載入中……","Načítání…","Bezig met laden...","Loading...","Laadimine...","Chargement...","Wird geladen...","Φόρτωση...","טעינה...","Loading...","Betöltés folyamatban...","Memuat...","Caricamento...","読み込み中...","로드 중…","Laster...","Loading...","Trwa ładowanie...","Carregando...","Загрузка...","Cargando...","Laddar...","Yükleniyor...","Завантаження...","Đang tải..." -"TR_TAKE_ME_TO_BITCOIN_WALLET","Take me to the Bitcoin wallet","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_I_WILL_DO_THAT_LATER","I’ll do that later.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_SHOW_DETAILS","Show details","","Show details","Show details","বিস্তারিত প্রদর্শন করুন","显示详情","查看詳情","Zobrazit detaily","Toon details","Show details","Show details","Afficher les détails","Details anzeigen","Εμφάνιση λεπτομερειών","הצגת פרטים","Show details","Részletek megjelenítése","Lihat rincian","Mostra i dettagli","詳細を表示","세부 정보 표시","Show details","Show details","Pokaż szczegóły","Exibir detalhes","Показать детали","Mostrar detalles","Visa detaljer","Ayrıntıları göster","Показати деталі","Hiển thị chi tiết" -"TR_UPGRADE_FOR_THE_NEWEST_FEATURES_DOT","Upgrade for the newest features.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_LEARN_MORE","Learn more","","Learn more","Learn more","আরো জানুন","了解详情","了解更多","Přečtěte si více","Meer informatie","Learn more","Loe rohkem","En savoir plus","Mehr erfahren","Μάθετε περισσότερα","למידע נוסף","Learn more","Bővebben","Belajarlah lebih lanjut","Per saperne di più","詳細","자세히 알아보기","Les mer","Learn more","Dowiedz się więcej","Saiba mais","Подробнее","Aprender más","Lär dig mer","Daha fazlasını öğrenin","Дізнатися більше","Tìm hiểu thêm" -"TR_GO_TO_STANDARD_WALLET","Go to your standard wallet","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_GO_TO_HIDDEN_WALLET","Go to your hidden wallet","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET","You are opening Trezor Beta Wallet","","You are opening Trezor Beta Wallet","You are opening Trezor Beta Wallet","Trezor Beta Wallet খোলা হচ্ছে","您即将打开 Trezor Beta Wallet","You are opening Trezor Beta Wallet","Otevíráte beta verzi Trezor Wallet","U opent uw Trezor Beta Wallet","You are opening Trezor Beta Wallet","You are opening Trezor Beta Wallet","Vous ouvrez un Trezor Beta Wallet","Sie öffnen jetzt das Trezor Beta Wallet","Τώρα ανοίγετε το δοκιμαστικό/Beta Πορτοφόλι του Trezor","פתיחת ארנק Trezor בטה","You are opening Trezor Beta Wallet","Ön most a Trezor Beta Wallet-et nyitja meg","Anda membuka Trezor Beta Wallet","Stai aprendo il Portafoglio Trezor Beta","Trezor Beta Walletを開きます","Trezor Beta Wallet을 열고 있습니다.","You are opening Trezor Beta Wallet","You are opening Trezor Beta Wallet","Przechodzisz do Portfela Trezor Beta","Você está abrindo a Trezor Beta Wallet","Вы открываете Trezor Beta Wallet","Estás abriendo el monedero Trezor Beta Wallet","Du öppnar Trezor Beta Wallet","Trezor Beta Cüzdanını açıyorsunuz","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.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"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_OK_COMMA_I_UNDERSTAND","OK, I understand","","OK, I understand","OK, I understand","ঠিক আছে, আমি বুঝতে পেরেছি","好的,我明白","好的,我明白","Rozumím","Ok, ik begrijp het","OK, I understand","Okei, Saan aru","OK, je comprends","OK, ich verstehe","Εντάξει, καταλαβαίνω","הבנתי ואני מאשר","OK, I understand","OK, megértettem.","OK, Saya mengerti","OK, ho capito","はい、わかりました","네, 알겠습니다.","OK, jeg forstår","OK, I understand","OK, rozumiem","OK, eu entendo","ОК, понятно","Vale, lo entiendo","OK, jag förstår","Tamam, Anladım","Гаразд, зрозуміло","Được, Tôi hiểu" -"TR_TREZOR_WALLET","Trezor Wallet","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_TREZOR_BETA_WALLET","Trezor Beta Wallet","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_YOUR_BROWSER_IS_NOT_SUPPORTED","Your browser is not supported","","Your browser is not supported","Your browser is not supported","Your browser is not supported","您的浏览器不受支持","Your browser is not supported","Váš prohlížeč není podporován","Your browser is not supported","Your browser is not supported","Your browser is not supported","Votre navigateur n'est pas pris en charge","Ihr Browser wird nicht unterstützt","Your browser is not supported","Your browser is not supported","Your browser is not supported","Your browser is not supported","Your browser is not supported","Your browser is not supported","お使いのブラウザはサポートされていません。","지원되지 않는 브라우저입니다.","Your browser is not supported","Your browser is not supported","Your browser is not supported","Your browser is not supported","Ваш браузер не поддерживается","Su navegador no es compatible","Your browser is not supported","Your browser is not supported","Your browser is not supported","Your browser is not supported" -"TR_PLEASE_CHOOSE_ONE_OF_THE_SUPPORTED","Please choose one of the supported browsers","","Please choose one of the supported browsers","Please choose one of the supported browsers","Please choose one of the supported browsers","请选择一款受支持的浏览器","Please choose one of the supported browsers","Vyberte si prosím jeden z podporovaných prohlížečů","Please choose one of the supported browsers","Please choose one of the supported browsers","Please choose one of the supported browsers","Veuillez choisir un des navigateurs pris en charge","Bitte wählen Sie einen der unterstützten Browser","Please choose one of the supported browsers","Please choose one of the supported browsers","Please choose one of the supported browsers","Please choose one of the supported browsers","Please choose one of the supported browsers","Please choose one of the supported browsers","サポート対象のブラウザをどれか選択してください","지원되는 브라우저 중 하나를 선택하세요.","Please choose one of the supported browsers","Please choose one of the supported browsers","Please choose one of the supported browsers","Please choose one of the supported browsers","Выберите один из поддерживаемых браузеров","Por favor elija uno de los navegadores soportados","Please choose one of the supported browsers","Please choose one of the supported browsers","Please choose one of the supported browsers","Please choose one of the supported browsers" -"TR_GET_CHROME","Get Chrome","","Get Chrome","Get Chrome","Get Chrome","获取 Chrome","Get Chrome","Stáhnout Chrome","Get Chrome","Get Chrome","Get Chrome","Téléchargez Chrome","Chrome herunterladen","Get Chrome","Get Chrome","Get Chrome","Get Chrome","Get Chrome","Get Chrome","Chrome を入手","Chrome 다운로드","Get Chrome","Get Chrome","Get Chrome","Get Chrome","Скачать Chrome","Obtener Chrome","Get Chrome","Get Chrome","Get Chrome","Get Chrome" -"TR_GET_FIREFOX","Get Firefox","","Get Firefox","Get Firefox","Get Firefox","获取 Firefox","Get Firefox","Stáhnout Firefox","Get Firefox","Get Firefox","Get Firefox","Téléchargez Firefox","Firefox herunterladen","Get Firefox","Get Firefox","Get Firefox","Get Firefox","Get Firefox","Get Firefox","Firefox を入手","Firefox 다운로드","Get Firefox","Get Firefox","Get Firefox","Get Firefox","Скачать Firefox","Obtener Firefox","Get Firefox","Get Firefox","Get Firefox","Get Firefox" -"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.","occurrences: app/views/landing.html","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.","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.","Trezor মোবাইল ব্যবহারে-সহজ ইন্টারফেস আপনার Trezor ডিভাইসের জন্য নয়। এই একাউন্ট থেকে আপনি সহজেই আপনার মুদ্রা নিয়ন্ত্রণ, আপনার উদ্বৃত্ত ব্যবস্থাপনা ও স্থানান্তর শুরু পারেন৷","Trezor Wallet 是一个适用于 Trezor 设备的易用界面。利用 Trezor Wallet,您可以轻松控制资金,管理余额和发起转账。","Trezor錢包是專門為你的Trezor設計的簡單易用的介面。從這個錢包,你可以輕易的管理你的錢幣、檢查你的收支和發送付款。","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.","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.","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.","Trezor Wallet is an easy-to-use interface for your Trezor device. From this Wallet, you can easily control your coins, manage your balance and initiate transfers.","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.","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.","Το πορτοφόλι του Trezor είναι ένα εύχρηστο interface για την Trezor συσκευή σας. Από αυτό το Πορτοφόλι, μπορείτε εύκολα να ελέγξετε τα νομίσματά σας, να διαχειριστείτε το υπόλοιπό σας και να κάνετε τις μεταφορές σας.","ארנק Trezor הינו ממשק נוח לשימוש עבור התקן ה Trezor שלכם. מהארנק תוכלו לשלוט במטבעות שלכם, לנהל את היתרות שלכם ולאתחל עסקאות.","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.","Trezor Wallet egy felhasználóbarát csatolófelület az ön Trezor eszközéhez. Ezen keresztül egyszerűen nyomon követheti kriptopénzeit és kezdeményezhet utalásokat.","Dompet Trezor adalah interface yang cukup mudah digunakan pada perangkat Trezor anda. Dari Dompet ini, anda dapar dengan mudah mengontrol koin anda, mengatur saldo dan mulai mentransfer.","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.","Trezor WalletはTrezor用の使いやすいインターフェースです。Trezor Walletを使って、お持ちのコインの管理、残高の管理、送信を行うことができます。","Trezor Wallet은 Trezor를 위한 사용하기 쉬운 인터페이스입니다. Trezor Wallet을 사용하여 손쉽게 자금을 통제하고, 잔액을 관리하고, 전송을 시작할 수 있습니다.","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.","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.","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.","A Trezor Wallet é uma interface fácil de usar para o seu Trezor. Desta Wallet você pode controlar as suas moedas, gerenciar o seu saldo e fazer transferências.","Trezor Wallet – это простой и удобный интерфейс для Trezor, позволяющий контролировать средства, управлять остатками и отправлять средства.","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.","Trezor Wallet är ett lättanvänt gränssnitt för din Trezor enhet. Från denna plånbok kan du lätt kontrollera dina mynt, hålla reda på din balans och inleda överföringar.","Trezor Cüzdan, Trezor cihazınız için kolay kullanımı olan bir arayüzdür. Bu cüzdan ile paralarınızı kolayca kontrol edebilir, bakiyenizi yönetebilir ve para transfer işlemlerinize başlayabilirsiniz.","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.","Ví Trezor là một giao diện dễ dàng sử dụng cho thiết bị Trezor. Từ ví này, bạn có thể dễ dàng kiểm soát đồng tiền của bạn, quản lý số dư và thực hiện việc trao đổi." -"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS","The private bank in your hands.","occurrences: app/views/landing.html","The private bank in your hands.","The private bank in your hands.","The private bank in your hands.","您手中的私人银行。","The private bank in your hands.","Soukromá banka ve Vašich rukou.","The private bank in your hands.","The private bank in your hands.","The private bank in your hands.","La banque privée entre vos mains.","Eine private Bank in Ihren Händen.","The private bank in your hands.","The private bank in your hands.","The private bank in your hands.","The private bank in your hands.","The private bank in your hands.","The private bank in your hands.","携帯できるプライベートバンク。","손 안의 프라이빗 뱅크.","The private bank in your hands.","The private bank in your hands.","The private bank in your hands.","The private bank in your hands.","Частный банк у вас в руках.","La banca privada en sus manos.","The private bank in your hands.","The private bank in your hands.","The private bank in your hands.","The private bank in your hands." -"TR_CONNECT_TREZOR_TO_CONTINUE","Connect Trezor to continue","occurrences: app/views/landing.html","Connect Trezor to continue","Connect Trezor to continue","বজায় রাখার জন্য Trezor সংযুক্ত করুন","连接 Trezor 以继续","請連接Trezor以繼續","Pro pokračování připojte Trezor","Sluit uw Trezor aan om door te gaan","Connect your Trezor to continue.","Ühendage Trezor et jätkata","Connectez Trezor pour continuer","Schließen Sie Ihren Trezor an, um fortzufahren","Συνδέστε το Trezor για να συνεχίσετε","חברו את את ה Trezor כדי להמשיך","Connect Trezor to continue","Csatlakoztassa a Trezor-t s folytatáshoz","Hubungkan Trezor untuk melanjutkan","Connetti Trezor per continuare","続けるにはTrezorを接続してください","계속하려면 Trezor 연결","Connect Trezor to continue","Connect Trezor to continue","Podłącz Trezor, aby kontynuować","Conecte o Trezor para continuar","Для продолжения подключите Trezor","Conecte el dispositivo Trezor para continuar","Anslut Trezor för att fortsätta","Devam etmek için Trezor cihazını bağlayınız","Connect Trezor to continue","Kết nối Trezor để tiếp tục" -"TR_AND","and","occurrences: app/views/landing.html","and","and","and","并","and","a","and","and","and","et","und","and","and","and","and","and","and","および","그리고","and","and","and","and","и","y","and","and","and","and" -"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING","Device not recognized? Try installing the {link}.","occurrences: app/views/landing.html","Device not recognized? Try installing the {link}.","Device not recognized? Try installing the {link}.","Device not recognized? Try installing the {link}.","未识别设备?尝试安装 {link}。","Device not recognized? Try installing the {link}.","Zařízení nebylo rozpoznáno? Zkuste nainstalovat {link}.","Device not recognized? Try installing the {link}.","Device not recognized? Try installing the {link}.","Device not recognized? Try installing the {link}.","L'appareil n'est pas reconnu ? Essayez d'installer {link}.","Gerät nicht erkannt? Installieren Sie {link}.","Device not recognized? Try installing the {link}.","Device not recognized? Try installing the {link}.","Device not recognized? Try installing the {link}.","Device not recognized? Try installing the {link}.","Device not recognized? Try installing the {link}.","Device not recognized? Try installing the {link}.","デバイスが認識されませんか?{link}をインストールしてください。","장치가 인식되지 않습니까? {link}를 설치해 보세요.","Device not recognized? Try installing the {link}.","Device not recognized? Try installing the {link}.","Device not recognized? Try installing the {link}.","Device not recognized? Try installing the {link}.","Устройство не опознано? Установите {link}.","¿Dispositivo no reconocido? Pruebe instalar el {link}.","Device not recognized? Try installing the {link}.","Device not recognized? Try installing the {link}.","Device not recognized? Try installing the {link}.","Device not recognized? Try installing the {link}." -"TR_DONT_HAVE_A_TREZOR_GET","Don't have a Trezor? {getOne}","occurrences: app/views/landing.html","Don't have a Trezor? {getOne}","Don't have a Trezor? {getOne}","Trezor নাই? {getOne}","没有 Trezor?{getOne}","Don't have a Trezor? {getOne}","Ještě nemáte Trezor? {getOne}","Heb je geen Trezor {getOne}","Don't have a Trezor? {getOne}","Ei ole Trezorit? {getOne}","Vous n'avez pas de Trezor ? {getOne}","Sie haben noch keinen Trezor? {getOne}","Δεν έχετε Trezor; {getOne}","אין לכם Trezor? {getOne}","Don't have a Trezor? {getOne}","Nincs még Trezor-ja? {getOne}","Don't have a Trezor? {getOne}","Non hai Trezor? {getOne}","Trezorをお持ちではありませんか?{getOne}","Trezor가 없으신가요? {getOne}.","Har du ikke en Trezor? {getOne}","Don't have a Trezor? {getOne}","Nie masz Trezor? {getOne}","Não tem um Trezor? {getOne}","Нет Trezor?{getOne}","¿No tiene Trezor? {getOne}","Har du ingen Trezor?{getOne}","Trezor sahibi değil misiniz? {getOne}","Don't have a Trezor? {getOne}","Không có Trezor? {getOne}" -"TR_GET_ONE","Get one","Part of the sentence: Dont have a Trezor? Get one","Get one","Get one","Get one","একটি নিন","立即获取","Jeden si pořiďte","Haal hier één","Get one","Võta üks","Obtenez-en un","Holen Sie sich einen","Πάρ'τε ένα","השיגו אחד","Get one","Itt hozzájuthat","Get one","Acquistane uno","入手してください","다운로드하세요","Skaff deg en","Get one","Zdobądź go","Compre um","Купите его","Consiga uno","Skaffa en","Satın al","Get one","Hãy mua một cái" -"TR_NEW_COMMUNICATION_TOOL","New communication tool to facilitate the connection between your Trezor and your internet browser.","","New communication tool to facilitate the connection between your Trezor and your internet browser.","New communication tool to facilitate the connection between your Trezor and your internet browser.","New communication tool to facilitate the connection between your Trezor and your internet browser.","全新的通信工具,帮助在您的 Trezor 与网络浏览器之间建立连接。","New communication tool to facilitate the connection between your Trezor and your internet browser.","Nový nástroj pro usnadnění komunikace mezi vaším Trezorem a internetovým prohlížečem.","New communication tool to facilitate the connection between your Trezor and your internet browser.","New communication tool to facilitate the connection between your Trezor and your internet browser.","New communication tool to facilitate the connection between your Trezor and your internet browser.","Un nouvel outil de communication pour faciliter la connexion entre votre Trezor et votre navigateur internet.","Ein neues Kommunikations-Tool zur Vereinfachung der Verbindung zwischen Ihrem Trezor und Ihrem Internet-Browser.","New communication tool to facilitate the connection between your Trezor and your internet browser.","New communication tool to facilitate the connection between your Trezor and your internet browser.","New communication tool to facilitate the connection between your Trezor and your internet browser.","New communication tool to facilitate the connection between your Trezor and your internet browser.","New communication tool to facilitate the connection between your Trezor and your internet browser.","New communication tool to facilitate the connection between your Trezor and your internet browser.","Trezorとインターネットブラウザ間の接続を支援する新しい通信ツールです。","Trezor와 인터넷 브라우저 간 연결을 용이하기 하는 새로운 통신 도구입니다.","New communication tool to facilitate the connection between your Trezor and your internet browser.","New communication tool to facilitate the connection between your Trezor and your internet browser.","New communication tool to facilitate the connection between your Trezor and your internet browser.","New communication tool to facilitate the connection between your Trezor and your internet browser.","Новый инструмент коммуникации, который облегчает взаимодействие между Trezor и веб-браузером.","Nueva herramienta de comunicación para facilitar la conexión entre su Trezor y su navegador de internet.","New communication tool to facilitate the connection between your Trezor and your internet browser.","New communication tool to facilitate the connection between your Trezor and your internet browser.","New communication tool to facilitate the connection between your Trezor and your internet browser.","New communication tool to facilitate the connection between your Trezor and your internet browser." -"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","Part of the sentence: Learn more about latest version in {TR_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_MODEL_DOES_NOT_SUPPORT_COIN","The coin {coin} is not supported by your Trezor model.","","The coin {coin} is not supported by your Trezor model.","The coin {coin} is not supported by your Trezor model.","The coin {coin} is not supported by your Trezor model.","您的 Trezor 型号不支持 {coin} 代币。","The coin {coin} is not supported by your Trezor model.","Kryptoměna {coin} není podporována tímto modelem Trezoru.","The coin {coin} is not supported by your Trezor model.","The coin {coin} is not supported by your Trezor model.","The coin {coin} is not supported by your Trezor model.","La pièce {coin} n'est pas prise en charge par votre modèle de Trezor.","Der Coin {coin} wird nicht von Ihrem Trezor-Modell unterstützt.","The coin {coin} is not supported by your Trezor model.","The coin {coin} is not supported by your Trezor model.","The coin {coin} is not supported by your Trezor model.","The coin {coin} is not supported by your Trezor model.","The coin {coin} is not supported by your Trezor model.","The coin {coin} is not supported by your Trezor model.","コイン {coin} はこのTrezorのモデルではサポートされていません。","{coin} 코인은 해당 Trezor 모델에서 지원되지 않습니다.","The coin {coin} is not supported by your Trezor model.","The coin {coin} is not supported by your Trezor model.","The coin {coin} is not supported by your Trezor model.","The coin {coin} is not supported by your Trezor model.","Валюта {coin} не поддерживается на этой модели Trezor.","La moneda {coin} no es compatible con su modelo de Trezor.","The coin {coin} is not supported by your Trezor model.","The coin {coin} is not supported by your Trezor model.","The coin {coin} is not supported by your Trezor model.","The coin {coin} is not supported by your Trezor model." -"TR_INITIALIZING_ACCOUNTS","Initializing accounts","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_TO_ADD_A_NEW_ACCOUNT_LAST","To add a new account, last account must have some transactions.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_TO_ADD_ACCOUNTS","To add accounts, make sure your device is connected.","","To add accounts, make sure your device is connected.","To add accounts, make sure your device is connected.","অ্যাকাউন্ট যোগ করার জন্য, নিশ্চিত করুন যে আপনার ডিভাইস সংযুক্ত আছে।","要添加账户,请确保您的设备已连接。","如果要新增帳戶,請先確認你的裝置已連接上電腦,且最後一個帳戶裡不是空白的(有過交易紀錄)。","Pro přidání účtů se ujistěte, že je Trezor připojen.","Controleer of uw apparaat is aangesloten en het laatste account niet leeg is om accounts toe te voegen.","To add accounts, make sure your device is connected.","To add accounts, make sure your device is connected.","Pour ajouter des comptes, assurez vous que l'appareil est connecté.","Um Konten hinzuzufügen, stellen Sie sicher, dass Ihr Gerät angeschlossen ist.","Για να προσθέσετε λογαριασμούς, βεβαιωθείτε ότι η συσκευή είναι συνδεδεμένη.","על מנת להוסיף חשבונות, וודאו שההתקן מחובר.","To add accounts, make sure your device is connected.","Fiókok hozzáadásához az eszköznek csatlakozva kell lenni.","Untuk menambah akun, pastikan perangkat anda terhubung dan akun terakhir tidak kosong.","Per aggiungere altri accounts, assicurati che il dispositivo sia connesso e che l'ultimo account non sia vuoto.","口座を追加する際には、デバイスが接続されていることを確認してください。","계정을 추가하려면 장치가 연결되어 있는지 확인하세요.","To add accounts, make sure your device is connected.","To add accounts, make sure your device is connected.","Aby dodać konta, upewnij się, że Twoje urządzenie jest podłączone i ostatnie konto nie jest puste.","Para adicionar contas, certifique-se que o dispositivo esteja conectado e que a última conta não está vazia.","Чтобы добавить счета, убедитесь, что устройство подключено.","Para agregar cuentas, asegúrese de que el dispositivo está conectado y que la última cuenta no esté vacía.","För att lägga till konton, se till att din enhet är ansluten.","Hesap eklemek için cihazınızın bağlı olduğuna emin olunuz.","Щоб додати рахунки, переконайтеся, що пристрій підключено і останній рахунок не є порожнім.","Để thêm tài khoản, hãy chắc chắn rằng thiết bị đã được kết nối." -"TR_ADD_ACCOUNT","Add account","","Add account","Add account","একাউন্ট যোগ করুন","添加账户","新增帳戶","Přidat účet","Account toevoegen","Add account","Lisa konto","Ajouter un compte","Konto hinzufügen","Προσθήκη λογαριασμού","הוספת חשבון","Add account","Számla hozzáadása","Tambahkan akun","Aggiungi account","口座を追加","계정 추가","Legg til konto","Add account","Dodaj konto","Adicionar conta","Добавить счет","Añadir cuenta","Lägg till konto","Hesap ekle","Додати рахунок","Thêm tài khoản" -"TR_OTHER_COINS","Other coins","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_YOU_WILL_BE_REDIRECTED","(You will be redirected)","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_CHANGE_WALLET_TYPE","Change wallet type","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_RENEW_SESSION","Renew session","TODO","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_FORGET_DEVICE","Forget device","","Forget device","Forget device","ডিভাইসটি বিস্মৃত হন","忘记设备","是否記住設備?","Zapomenout zařízení","Apparaat vergeten?","Forget device","Unusta seade","Oublier l'appareil","Gerät vergessen","Ξεχάστε τη συσκευή","שכח התקן","Forget device","Eszköz elfelejtése","Hapus perangkat ini","Dimentica questo dispositivo","端末の関連付けを解除する","장치 연결 해제","Glem enhet","Forget device","Zapomnieć o urządzeniu?","Esquecer dispositivo?","Забыть устройство","Olvidar el dispositivo","Glöm enhet","Cihazı unut","Забути пристрій?","Quên thiết bị" -"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_NEED_HELP","Need help?","","Need help?","Need help?","সাহায্য প্রয়োজন?","需要帮助?","需要幫忙?","Potřebujete poradit?","Hulp nodig?","Need help?","Vajate abi?","Besoin d'aide ?","Benötigen Sie Hilfe?","Χρειάζεστε βοήθεια;","נדרש סיוע?","Need help?","Segítsünk?","Butuh bantuan?","Bisogno di aiuto?","支援が必要ですか?","도움이 필요하십니까?","Trenger du hjelp?","Need help?","Potrzebujesz pomocy?","Precisa de ajuda?","Нужна помощь?","¿Necesita ayuda?","Behöver du hjälp?","Yardım gerekli mi?","Need help?","Cần trợ giúp?" -"TR_NUMBER_OF_DEVICES","Number of devices","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_NAV_SUMMARY","Summary","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_NAV_RECEIVE","Receive","","Receive","Receive","গ্রহণ করুন","接收","接收","Přijmout","Ontvangen","Receive","Receive","Recevoir","Empfangen","Λάβετε","קבלה","Receive","Fogadott","Menerima","Ricevi","受信","받기","Receive","Receive","Otrzymane","Receber","Получить","Recibir","Ta emot","Al","Отримати","Nhận" -"TR_NAV_SEND","Send","","Send","Send","পাঠান","发送","發送","Odeslat","Verzenden","Send","Saada","Envoyer","Senden","Αποστολή","שליחה","Send","Küldés","Kirim","Invia","送信","보내기","Send","Send","Wyślij","Enviar","Отправить","Enviar","Skicka","Gönder","Надіслати","Gửi" -"TR_NAV_SIGN_AND_VERIFY","Sign & Verify","","Sign & Verify","Sign & Verify","Sign & Verify","签署并验证","Sign & Verify","Podepsat & ověřit","Sign & Verify","Sign & Verify","Sign & Verify","Signer et vérifier","Signieren & Verifizieren","Sign & Verify","Sign & Verify","Sign & Verify","Sign & Verify","Sign & Verify","Sign & Verify","署名と検証","서명 및 확인","Sign & Verify","Sign & Verify","Sign & Verify","Sign & Verify","Подписать и заверить","Firmar y verificar","Sign & Verify","Sign & Verify","Sign & Verify","Sign & Verify" -"TR_AMOUNT","Amount","","Amount","Amount","পরিমাণ","金额","金額","Částka","Bedrag","Amount","Kogus","Montant","Betrag","Ποσό","סכום","Amount","Összeg","Jumlah","Importo","金額","금액","Beløp","Amount","Kwota","Valor","Сумма","Cantidad","Antal","Tutar","Сума","Số lượng" -"TR_SET_MAX","Set max","Used for setting maximum amount in Send form","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_FEE","Fee","Label in Send form","Fee","Fee","ফি","手续费","Fee","Poplatek","Transactiekosten","Fee","Tasu","Frais","Gebühr","Προμήθεια","עמלה","Fee","TR. díj","Fee","Commissioni","手数料","수수료","Fee","Fee","Opłata","Taxa","Комиссия","Comisión","Avgift","Masraf","Fee","Phí" -"TR_RECOMMENDED_FEES_UPDATED","Recommended fees updated.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_CLICK_HERE_TO_USE_THEM","Click here to use them","Button to use recommended updated fees.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_ADVANCED_SETTINGS","Advanced settings","Shows advanced sending form","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_DEVICE_IS_NOT_CONNECTED","Device is not connected","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_DEVICE_IS_UNAVAILABLE","Device is unavailable","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_LOADING_ACCOUNTS","Loading accounts","","Loading accounts","Loading accounts","অ্যাকাউন্টসমূহ লোড করা হচ্ছে","正在加载账户…","載入帳戶中","Načítám účty…","Accounts worden geladen","Loading accounts","Kontode laadimine","Chargement des comptes","Konten werden geladen","Φόρτωση λογαριασμών","טעינת חשבונות","Loading accounts","Fiók betöltése","Memuat akun","Caricamento accounts","口座を読み込み中","계정 로드 중","Loading accounts","Loading accounts","Ładowanie kont","Carregando contas","Загрузка счетов","Cargando cuentas","Laddar konton","Hesaplar yükleniyor","Завантаження рахунків","Đang nạp tài khoản" -"TR_SEND","Send {amount}","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_CHECK_ADDRESS_ON_TREZOR","Check address on Trezor","","Check address on Trezor","Check address on Trezor","Check address on Trezor","检查 Trezor 上的地址","Check address on Trezor","Zkontrolujte adresu na Trezoru","Check address on Trezor","Check address on Trezor","Check address on Trezor","Vérifier l'adresse sur Trezor","Prüfen Sie die Adresse auf Ihrem Trezor","Check address on Trezor","Check address on Trezor","Check address on Trezor","Check address on Trezor","Check address on Trezor","Check address on Trezor","Trezorに表示されたアドレスを確認してください","Trezor에서 주소 확인","Check address on Trezor","Check address on Trezor","Check address on Trezor","Check address on Trezor","Проверьте адрес в Trezor","Compruebe la dirección en la pantalla del Trezor","Check address on Trezor","Check address on Trezor","Check address on Trezor","Check address on Trezor" -"TR_SHOW_FULL_ADDRESS","Show full address","","Show full address","Show full address","Show full address","显示完整地址","Show full address","Ukázat celou adresu","Show full address","Show full address","Show full address","Afficher l'adresse complète","Vollständige Adresse anzeigen","Show full address","Show full address","Show full address","Show full address","Show full address","Show full address","完全なアドレスを表示","전체 주소 표시","Show full address","Show full address","Show full address","Show full address","Показать полный адрес","Mostrar la dirección completa","Show full address","Show full address","Show full address","Show full address" -"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_SHOW_ON_TREZOR","Show on Trezor","","Show on Trezor","Show on Trezor","Trezor-এ প্রদর্শন করুন","在 Trezor 上显示","在Trezor顯示","Zobrazit na Trezoru","Toon op Trezor","Show on Trezor","Show on Trezor","Afficher sur le Trezor","Auf dem Trezor anzeigen","Εμφάνιση στο Trezor","הצגה על ה Trezor","Show on Trezor","Mutasd a Trezoron","Lihat di Trezor","Mostra su Trezor","Trezorに表示","Trezor에 표시","Show on Trezor","Show on Trezor","Pokaż na urządzeniu Trezor","Exibir no Trezor","Показать на Trezor","Mostrar en Trezor","Visa på Trezor","Trezor'da göster","Показати на Trezor","Hiển thị trên 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...","Used when calculating gas limit based on data input in ethereum advanced send form","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"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}","XRP reserve input label","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_SEND_RIPPLE","Send Ripple","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_MESSAGE","Message","Used as a label for message input field in Sign and Verify form","Message","Message","বার্তা","消息","訊息","Zpráva","Bericht","Message","Sõnum","Message","Nachricht","Μήνυμα","הודעה","Message","Üzenet","Pesan","Messaggio","メッセージ","메시지","Melding","Message","Wiadomość","Mensagem","Сообщение","Mensaje","Meddelande","Mesaj","Повідомлення","Tin nhắn" -"TR_SIGNATURE","Signature","Used as a label for signature input field in Sign and Verify form","Signature","Signature","স্বাক্ষর","签名","簽名","Podpis","Handtekening","Signature","Signature","Signature","Signatur","Υπογραφή","חתימה","Signature","Aláírás","Tanda tangan","Firma","署名","서명","Signature","Signature","Podpis","Assinatura","Подпись","Firma","Signatur","İmza","Підпис","Chữ ký" -"TR_SIGN","Sign","Sign button in Sign and Verify form","Sign","Sign","সাইন","签署","簽名","Podepsat","Ondertekenen","Sign","Sign","Signer","Signieren","Υπογράψτε","חתימה","Sign","Aláír","Tandatangani","Firma","署名","서명","Sign","Sign","Podpisz","Assinar","Подписать","Firmar","Signera","İmzala","Підписати","Ký" -"TR_VERIFY","Verify","Verify button in Sign and Verify form","Verify","Verify","যাচাই","验证","驗證","Ověřit","Controleer","Verify","Verify","Vérifier","Verifizieren","Επαλήθευση","אימות","Verify","Ellenőrzés","Verifikasi","Verifica","検証","인증","Verify","Verify","Weryfikuj","Verificar","Проверить","Verificar","Verifiera","Doğrula","Перевірка","Xác thực" -"TR_VERIFY_MESSAGE","Verify Message","Header for the Sign and Verify form","Verify message","Verify message","বার্তা যাচাই করুন","验证消息","驗證訊息","Ověřit zprávu","Controleer bericht","Verify message","Verify message","Vérifier un message","Nachricht verifizieren","Επαλήθευση μηνύματος","אימות הודעה","Verify message","Üzenet ellenőrzése","Verifikasi Pesan","Verifica messaggio","メッセージを検証","메시지 인증","Verify message","Verify message","Weryfikuj wiadomość","Verificar mensagem","Проверка сообщения","Verificar mensaje","Verifiera meddelande","Mesajı doğrula","Перевірка повідомлення","Xác minh thư" -"TR_SIGN_MESSAGE","Sign Message","Header for the Sign and Verify form","Sign message","Sign message","বার্তা সাইন","签署消息","訊息簽名","Podepsat zprávu","Onderteken dit bericht","Sign message","Sign message","Signer un message","Nachricht signieren","Υπογράψτε το μήνυμα","חתימת הודעה","Sign message","Üzenet aláírása","Tandatangani Pesan","Firma messaggio","メッセージに署名する","메시지에 서명","Sign message","Sign message","Podpisz wiadomość","Assinar mensagem","Подписать сообщение","Firmar mensaje","Signera meddelande","Mesajı imzala","Підписати повідомлення","Ký thư" -"TR_SEE_FULL_TRANSACTION_HISTORY","See full transaction history","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"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_ALREADY_USED","Already used","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"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_BALANCE","Balance","comment: Heading above account balance","Balance","Balance","ব্যালেন্স","余额","收支總和","Zůstatek","Balans","Balance","Saldo","Solde","Saldo","Υπόλοιπο","יתרה","Balance","Egyenleg","Saldo","Saldo","残高","잔액","Balance","Balance","Stan","Saldo","Баланс","Saldo","Balans","Bakiye","Balance","Số dư" -"TR_RATE","Rate","comment: Heading above current ($, €, ...)/(BTC, LTC, ...)","Rate","Rate","হার","汇率","匯率","Kurz","Tarief","Rate","Hinna suhe","Taux","Kurs","Βαθμολογήστε","שער","Rate","Érték","Kurs","Rate","レート","요율","Rate","Rate","Kurs","Cotação","Курс","Tipo de cambio","Kurs","Kur","Rate","Tỷ giá" -"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","call-to-action to use device in current window when it is used in other window","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_YOUR_DEVICE_IS_IN_FIRMWARE","Your device is in firmware update mode","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_PLEASE_RECONNECT_IT","Please re-connect it","Call to action to re-connect Trezor device","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_PLEASE_SELECT_YOUR","Please select your coin","Title of the dashboard component if coin was not selected","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"TR_YOU_WILL_GAIN_ACCESS","You will gain access to receiving & sending selected coin","Content of the dashboard component if coin was not selected","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" -"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_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE","Device is initialized in seedless mode and therefore not allowed to access wallet","","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","Device is initialized in seedless mode and therefore not allowed to access wallet","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","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""