Merge pull request #530 from trezor/feature/updated-translations

Feature/updated translations
pull/533/head
Vladimir Volek 5 years ago committed by GitHub
commit 496768cc1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,8 +14,8 @@
"build:stable": "rimraf build/stable && npx webpack --config webpack/production.babel.js --output-path build/stable --progress --bail", "build:stable": "rimraf build/stable && npx webpack --config webpack/production.babel.js --output-path build/stable --progress --bail",
"build:beta": "rimraf build/beta && cross-env BUILD=beta npx webpack --config webpack/production.babel.js --output-path build/beta --progress --bail", "build:beta": "rimraf build/beta && cross-env BUILD=beta npx webpack --config webpack/production.babel.js --output-path build/beta --progress --bail",
"build:dev": "rimraf build.dev && cross-env BUILD=development npx webpack --config webpack/production.babel.js --output-path build/dev --progress --bail", "build:dev": "rimraf build.dev && cross-env BUILD=development npx webpack --config webpack/production.babel.js --output-path build/dev --progress --bail",
"translations:extract": "rimraf translations/extractedMessages && cross-env NODE_ENV=translations babel src", "translations:extract": "rimraf translations/extractedMessages && cross-env NODE_ENV=translations babel src && yarn ttm merge-msgs && yarn ttm build-csv",
"translations:upload": "yarn translations:extract && yarn ttm merge-msgs && yarn ttm build-csv && yarn ttm upload", "translations:upload": "yarn translations:extract && yarn ttm upload",
"translations:download": "yarn ttm build-translations && sleep 1 && yarn ttm export-translations", "translations:download": "yarn ttm build-translations && sleep 1 && yarn ttm export-translations",
"flow": "flow check src", "flow": "flow check src",
"lint": "run-s lint:*", "lint": "run-s lint:*",

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Terms", "TR_TERMS": "Terms",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Close", "TR_MENU_CLOSE": "Close",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Support", "TR_SUPPORT": "Support",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.",
"TR_LOG": "Log", "TR_LOG": "Log",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Send", "TR_SEND_LABEL": "Send",
"TR_FEE_LABEL": "Fee", "TR_FEE_LABEL": "Fee",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": "Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": "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.", "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.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Clear", "TR_CLEAR": "Clear",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Address", "TR_ADDRESS": "Address",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Forget device", "TR_FORGET_DEVICE": "Forget device",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}",
"TR_GET_ONE": "Get one", "TR_GET_ONE": "Get one",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "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.", "TR_TO_ADD_ACCOUNTS": "To add accounts, make sure your device is connected.",
"TR_ADD_ACCOUNT": "Add account", "TR_ADD_ACCOUNT": "Add account",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Balance", "TR_BALANCE": "Balance",
"TR_RATE": "Rate", "TR_RATE": "Rate",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Terms", "TR_TERMS": "Terms",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Close", "TR_MENU_CLOSE": "Close",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Support", "TR_SUPPORT": "Support",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.",
"TR_LOG": "Log", "TR_LOG": "Log",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Send", "TR_SEND_LABEL": "Send",
"TR_FEE_LABEL": "Fee", "TR_FEE_LABEL": "Fee",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": "Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": "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.", "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.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Clear", "TR_CLEAR": "Clear",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Address", "TR_ADDRESS": "Address",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Forget device", "TR_FORGET_DEVICE": "Forget device",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}",
"TR_GET_ONE": "Get one", "TR_GET_ONE": "Get one",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "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.", "TR_TO_ADD_ACCOUNTS": "To add accounts, make sure your device is connected.",
"TR_ADD_ACCOUNT": "Add account", "TR_ADD_ACCOUNT": "Add account",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Balance", "TR_BALANCE": "Balance",
"TR_RATE": "Rate", "TR_RATE": "Rate",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "শর্তাবলী", "TR_TERMS": "শর্তাবলী",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "বন্ধ করুন", "TR_MENU_CLOSE": "বন্ধ করুন",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "সহায়তা", "TR_SUPPORT": "সহায়তা",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "দৃষ্টি আকর্ষণ: লগটি আপনার XPUBs ধারণ করে। XPUBs ধারি যে কেউ আপনার অ্যাকাউন্টের ইতিহাস দেখতে পারবে।", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "দৃষ্টি আকর্ষণ: লগটি আপনার XPUBs ধারণ করে। XPUBs ধারি যে কেউ আপনার অ্যাকাউন্টের ইতিহাস দেখতে পারবে।",
"TR_LOG": "লগ", "TR_LOG": "লগ",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "পাঠান", "TR_SEND_LABEL": "পাঠান",
"TR_FEE_LABEL": "ফি", "TR_FEE_LABEL": "ফি",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": "Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": "Note: Passphrase is case-sensitive.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "আপনি আপনার গুপ্ত-বাক্যাংশ ভুলে গিয়ে থাকেন, আপনার ওয়ালেট চিরদিনের জন্য হারিয়ে ফেলেছেন। আপনার অর্থ পুনরুদ্ধার করার কোন উপায় নেই।", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "আপনি আপনার গুপ্ত-বাক্যাংশ ভুলে গিয়ে থাকেন, আপনার ওয়ালেট চিরদিনের জন্য হারিয়ে ফেলেছেন। আপনার অর্থ পুনরুদ্ধার করার কোন উপায় নেই।",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "পরিষ্কার", "TR_CLEAR": "পরিষ্কার",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "ঠিকানা", "TR_ADDRESS": "ঠিকানা",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "ডিভাইসটি বিস্মৃত হন", "TR_FORGET_DEVICE": "ডিভাইসটি বিস্মৃত হন",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Trezor Beta Wallet খোলা হচ্ছে", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Trezor Beta Wallet খোলা হচ্ছে",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Trezor নাই? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Trezor নাই? {getOne}",
"TR_GET_ONE": "Get one", "TR_GET_ONE": "Get one",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "অ্যাকাউন্ট যোগ করার জন্য, নিশ্চিত করুন যে আপনার ডিভাইস সংযুক্ত আছে।", "TR_TO_ADD_ACCOUNTS": "অ্যাকাউন্ট যোগ করার জন্য, নিশ্চিত করুন যে আপনার ডিভাইস সংযুক্ত আছে।",
"TR_ADD_ACCOUNT": "একাউন্ট যোগ করুন", "TR_ADD_ACCOUNT": "একাউন্ট যোগ করুন",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "ব্যালেন্স", "TR_BALANCE": "ব্যালেন্স",
"TR_RATE": "হার", "TR_RATE": "হার",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Podmínky", "TR_TERMS": "Podmínky",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Zavřít", "TR_MENU_CLOSE": "Zavřít",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Zákaznická Podpora", "TR_SUPPORT": "Zákaznická Podpora",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "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.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "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.",
"TR_LOG": "Log", "TR_LOG": "Log",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Potvrďte akci na Vašem Trezoru", "TR_CONFIRM_ACTION_ON_YOUR": "Potvrďte akci na Vašem Trezoru",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Odeslat", "TR_SEND_LABEL": "Odeslat",
"TR_FEE_LABEL": "Poplatek", "TR_FEE_LABEL": "Poplatek",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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": "Zapamatovat zařízení", "TR_REMEMBER_DEVICE": "Zapamatovat zařízení",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Ujistěte se, že stahujete univerzálního klienta pro podporu Trezoru.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Ujistěte se, že stahujete univerzálního klienta pro podporu Trezoru.",
"TR_GO_TO_NEM_DOT_IO": "Pokračujte na nem.io", "TR_GO_TO_NEM_DOT_IO": "Pokračujte na nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": " Poznámka: Přístupová fráze rozlišuje velká/malá písmena.", "TR_NOTE_COLON_PASSPHRASE": " Poznámka: Přístupová fráze rozlišuje velká/malá písmena.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Pokud zapomenete přístupovou frázi, Vaše peněženka je navždy ztracena. Neexistuje žádný způsob, jak obnovit Vaše finanční prostředky.", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Pokud zapomenete přístupovou frázi, Vaše peněženka je navždy ztracena. Neexistuje žádný způsob, jak obnovit Vaše finanční prostředky.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Vymazat", "TR_CLEAR": "Vymazat",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Adresa", "TR_ADDRESS": "Adresa",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Zapomenout zařízení", "TR_FORGET_DEVICE": "Zapomenout zařízení",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Otevíráte beta verzi Trezor Wallet", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Otevíráte beta verzi Trezor Wallet",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Zařízení nebylo rozpoznáno? Zkuste nainstalovat {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Zařízení nebylo rozpoznáno? Zkuste nainstalovat {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Ještě nemáte Trezor? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Ještě nemáte Trezor? {getOne}",
"TR_GET_ONE": "Jeden si pořiďte", "TR_GET_ONE": "Jeden si pořiďte",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "Nový nástroj pro usnadnění komunikace mezi vaším Trezorem a internetovým prohlížečem.", "TR_NEW_COMMUNICATION_TOOL": "Nový nástroj pro usnadnění komunikace mezi vaším Trezorem a internetovým prohlížečem.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "Pro přidání účtů se ujistěte, že je Trezor připojen.", "TR_TO_ADD_ACCOUNTS": "Pro přidání účtů se ujistěte, že je Trezor připojen.",
"TR_ADD_ACCOUNT": "Přidat účet", "TR_ADD_ACCOUNT": "Přidat účet",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Zůstatek", "TR_BALANCE": "Zůstatek",
"TR_RATE": "Kurz", "TR_RATE": "Kurz",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Bedingungen", "TR_TERMS": "Bedingungen",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Schließen", "TR_MENU_CLOSE": "Schließen",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Support", "TR_SUPPORT": "Support",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Warnung: Dieser Log enthält Ihre XPUBs. Dritte können über Ihre XPUBs Ihren gesamten Transaktionsverlauf einsehen.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Warnung: Dieser Log enthält Ihre XPUBs. Dritte können über Ihre XPUBs Ihren gesamten Transaktionsverlauf einsehen.",
"TR_LOG": "Log", "TR_LOG": "Log",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Aktion auf dem Trezor bestätigen", "TR_CONFIRM_ACTION_ON_YOUR": "Aktion auf dem Trezor bestätigen",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Senden", "TR_SEND_LABEL": "Senden",
"TR_FEE_LABEL": "Gebühr", "TR_FEE_LABEL": "Gebühr",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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": "Gerät merken", "TR_REMEMBER_DEVICE": "Gerät merken",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Laden Sie sich für Trezor-Unterstützung den Universal Client herunter.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Laden Sie sich für Trezor-Unterstützung den Universal Client herunter.",
"TR_GO_TO_NEM_DOT_IO": "Zu nem.io wechseln", "TR_GO_TO_NEM_DOT_IO": "Zu nem.io wechseln",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": " Hinweis: Groß-/Kleinschreibung wird beachtet.", "TR_NOTE_COLON_PASSPHRASE": " Hinweis: Groß-/Kleinschreibung wird beachtet.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Wenn Sie Ihre Passphrase vergessen, haben Sie keinen Zugriff mehr auf Ihr Wallet. Es gibt keinen Weg, Ihre Geldmittel wiederherzustellen.", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Wenn Sie Ihre Passphrase vergessen, haben Sie keinen Zugriff mehr auf Ihr Wallet. Es gibt keinen Weg, Ihre Geldmittel wiederherzustellen.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Zurücksetzen", "TR_CLEAR": "Zurücksetzen",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Adresse", "TR_ADDRESS": "Adresse",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Gerät vergessen", "TR_FORGET_DEVICE": "Gerät vergessen",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Sie öffnen jetzt das Trezor Beta Wallet", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Sie öffnen jetzt das Trezor Beta Wallet",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Gerät nicht erkannt? Installieren Sie {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Gerät nicht erkannt? Installieren Sie {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Sie haben noch keinen Trezor? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Sie haben noch keinen Trezor? {getOne}",
"TR_GET_ONE": "Holen Sie sich einen", "TR_GET_ONE": "Holen Sie sich einen",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "Ein neues Kommunikations-Tool zur Vereinfachung der Verbindung zwischen Ihrem Trezor und Ihrem Internet-Browser.", "TR_NEW_COMMUNICATION_TOOL": "Ein neues Kommunikations-Tool zur Vereinfachung der Verbindung zwischen Ihrem Trezor und Ihrem Internet-Browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "Um Konten hinzuzufügen, stellen Sie sicher, dass Ihr Gerät angeschlossen ist.", "TR_TO_ADD_ACCOUNTS": "Um Konten hinzuzufügen, stellen Sie sicher, dass Ihr Gerät angeschlossen ist.",
"TR_ADD_ACCOUNT": "Konto hinzufügen", "TR_ADD_ACCOUNT": "Konto hinzufügen",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Saldo", "TR_BALANCE": "Saldo",
"TR_RATE": "Kurs", "TR_RATE": "Kurs",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Όροι", "TR_TERMS": "Όροι",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Κλείσιμο", "TR_MENU_CLOSE": "Κλείσιμο",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Υποστήριξη", "TR_SUPPORT": "Υποστήριξη",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Προειδοποίηση: Αυτό το αρχείο καταγραφής μπορεί να περιέχει τα XPUB σας. Όταν το δίνετε σε τρίτους, του επιτρέπετε να δει όλο το ιστορικό συναλλαγής.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Προειδοποίηση: Αυτό το αρχείο καταγραφής μπορεί να περιέχει τα XPUB σας. Όταν το δίνετε σε τρίτους, του επιτρέπετε να δει όλο το ιστορικό συναλλαγής.",
"TR_LOG": "Αρχείο καταγραφής", "TR_LOG": "Αρχείο καταγραφής",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Αποστολή", "TR_SEND_LABEL": "Αποστολή",
"TR_FEE_LABEL": "Προμήθεια", "TR_FEE_LABEL": "Προμήθεια",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": "Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": "Note: Passphrase is case-sensitive.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Εάν ξεχάσετε τη φράση πρόσβασής σας, το πορτοφόλι σας θα χαθεί για πάντα. Δεν υπάρχει τρόπος να ανακτήσετε τα κεφάλαιά σας.", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Εάν ξεχάσετε τη φράση πρόσβασής σας, το πορτοφόλι σας θα χαθεί για πάντα. Δεν υπάρχει τρόπος να ανακτήσετε τα κεφάλαιά σας.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Καθαρισμός", "TR_CLEAR": "Καθαρισμός",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Διεύθυνση", "TR_ADDRESS": "Διεύθυνση",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Ξεχάστε τη συσκευή", "TR_FORGET_DEVICE": "Ξεχάστε τη συσκευή",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Τώρα ανοίγετε το δοκιμαστικό/Beta Πορτοφόλι του Trezor", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Τώρα ανοίγετε το δοκιμαστικό/Beta Πορτοφόλι του Trezor",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Δεν έχετε Trezor; {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Δεν έχετε Trezor; {getOne}",
"TR_GET_ONE": "Πάρ'τε ένα", "TR_GET_ONE": "Πάρ'τε ένα",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "Για να προσθέσετε λογαριασμούς, βεβαιωθείτε ότι η συσκευή είναι συνδεδεμένη.", "TR_TO_ADD_ACCOUNTS": "Για να προσθέσετε λογαριασμούς, βεβαιωθείτε ότι η συσκευή είναι συνδεδεμένη.",
"TR_ADD_ACCOUNT": "Προσθήκη λογαριασμού", "TR_ADD_ACCOUNT": "Προσθήκη λογαριασμού",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Υπόλοιπο", "TR_BALANCE": "Υπόλοιπο",
"TR_RATE": "Βαθμολογήστε", "TR_RATE": "Βαθμολογήστε",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Terms", "TR_TERMS": "Terms",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Close", "TR_MENU_CLOSE": "Close",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Support", "TR_SUPPORT": "Support",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.",
"TR_LOG": "Log", "TR_LOG": "Log",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Send", "TR_SEND_LABEL": "Send",
"TR_FEE_LABEL": "Fee", "TR_FEE_LABEL": "Fee",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": "Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": "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.", "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.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Clear", "TR_CLEAR": "Clear",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Address", "TR_ADDRESS": "Address",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Forget device", "TR_FORGET_DEVICE": "Forget device",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}",
"TR_GET_ONE": "Get one", "TR_GET_ONE": "Get one",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "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.", "TR_TO_ADD_ACCOUNTS": "To add accounts, make sure your device is connected.",
"TR_ADD_ACCOUNT": "Add account", "TR_ADD_ACCOUNT": "Add account",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Balance", "TR_BALANCE": "Balance",
"TR_RATE": "Rate", "TR_RATE": "Rate",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Términos", "TR_TERMS": "Términos",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Cerrar", "TR_MENU_CLOSE": "Cerrar",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Soporte", "TR_SUPPORT": "Soporte",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Advertencia: Este registro puede contener sus XPUB. Cualquiera con sus XPUB podrá ver su historial de transacciones.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Advertencia: Este registro puede contener sus XPUB. Cualquiera con sus XPUB podrá ver su historial de transacciones.",
"TR_LOG": "Registro", "TR_LOG": "Registro",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirme la acción en su Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirme la acción en su Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Enviar", "TR_SEND_LABEL": "Enviar",
"TR_FEE_LABEL": "Comisión", "TR_FEE_LABEL": "Comisión",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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": "Recordar el dispositivo", "TR_REMEMBER_DEVICE": "Recordar el dispositivo",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Asegúrese de descargar el Cliente Universal para compatibilidad con Trezor.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Asegúrese de descargar el Cliente Universal para compatibilidad con Trezor.",
"TR_GO_TO_NEM_DOT_IO": "Ir a nem.io", "TR_GO_TO_NEM_DOT_IO": "Ir a nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": " Atención: la frase de contraseña es sensible al uso de mayúsculas y minúsculas.", "TR_NOTE_COLON_PASSPHRASE": " Atención: la frase de contraseña es sensible al uso de mayúsculas y minúsculas.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Si olvida su frase de contraseña, su monedero se perderá para siempre. No hay forma de recuperar sus fondos.", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Si olvida su frase de contraseña, su monedero se perderá para siempre. No hay forma de recuperar sus fondos.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Clear", "TR_CLEAR": "Clear",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Dirección", "TR_ADDRESS": "Dirección",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Olvidar el dispositivo", "TR_FORGET_DEVICE": "Olvidar el dispositivo",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Estás abriendo el monedero Trezor Beta Wallet", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Estás abriendo el monedero Trezor Beta Wallet",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "¿Dispositivo no reconocido? Pruebe instalar el {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "¿Dispositivo no reconocido? Pruebe instalar el {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "¿No tiene Trezor? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "¿No tiene Trezor? {getOne}",
"TR_GET_ONE": "Consiga uno", "TR_GET_ONE": "Consiga uno",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "Nueva herramienta de comunicación para facilitar la conexión entre su Trezor y su navegador de internet.", "TR_NEW_COMMUNICATION_TOOL": "Nueva herramienta de comunicación para facilitar la conexión entre su Trezor y su navegador de internet.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "Para agregar cuentas, asegúrese de que el dispositivo está conectado y que la última cuenta no esté vacía.", "TR_TO_ADD_ACCOUNTS": "Para agregar cuentas, asegúrese de que el dispositivo está conectado y que la última cuenta no esté vacía.",
"TR_ADD_ACCOUNT": "Añadir cuenta", "TR_ADD_ACCOUNT": "Añadir cuenta",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Saldo", "TR_BALANCE": "Saldo",
"TR_RATE": "Tipo de cambio", "TR_RATE": "Tipo de cambio",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Terms", "TR_TERMS": "Terms",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Sulge", "TR_MENU_CLOSE": "Sulge",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Support", "TR_SUPPORT": "Support",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Tähelepanu: Logi sisaldab teie XPUBi. Igaüks kellel on ligipääs teie XPUBile saab näha teie konto ajalugu.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Tähelepanu: Logi sisaldab teie XPUBi. Igaüks kellel on ligipääs teie XPUBile saab näha teie konto ajalugu.",
"TR_LOG": "Logi", "TR_LOG": "Logi",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Saada", "TR_SEND_LABEL": "Saada",
"TR_FEE_LABEL": "Tasu", "TR_FEE_LABEL": "Tasu",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": " 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.", "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.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Tühjenda", "TR_CLEAR": "Tühjenda",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Address", "TR_ADDRESS": "Address",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Unusta seade", "TR_FORGET_DEVICE": "Unusta seade",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Ei ole Trezorit? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Ei ole Trezorit? {getOne}",
"TR_GET_ONE": "Võta üks", "TR_GET_ONE": "Võta üks",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "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.", "TR_TO_ADD_ACCOUNTS": "To add accounts, make sure your device is connected.",
"TR_ADD_ACCOUNT": "Lisa konto", "TR_ADD_ACCOUNT": "Lisa konto",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Saldo", "TR_BALANCE": "Saldo",
"TR_RATE": "Hinna suhe", "TR_RATE": "Hinna suhe",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Terms", "TR_TERMS": "Terms",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Close", "TR_MENU_CLOSE": "Close",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Support", "TR_SUPPORT": "Support",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.",
"TR_LOG": "Log", "TR_LOG": "Log",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Send", "TR_SEND_LABEL": "Send",
"TR_FEE_LABEL": "Fee", "TR_FEE_LABEL": "Fee",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": "Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": "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.", "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.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Clear", "TR_CLEAR": "Clear",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Address", "TR_ADDRESS": "Address",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Forget device", "TR_FORGET_DEVICE": "Forget device",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}",
"TR_GET_ONE": "Get one", "TR_GET_ONE": "Get one",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "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.", "TR_TO_ADD_ACCOUNTS": "To add accounts, make sure your device is connected.",
"TR_ADD_ACCOUNT": "Add account", "TR_ADD_ACCOUNT": "Add account",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Balance", "TR_BALANCE": "Balance",
"TR_RATE": "Rate", "TR_RATE": "Rate",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Conditions", "TR_TERMS": "Conditions",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Fermer", "TR_MENU_CLOSE": "Fermer",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Assistance", "TR_SUPPORT": "Assistance",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attention : ce journal contient vos XPUB. Quiconque ayant accès à vos XPUB peut consulter l'historique de votre compte.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attention : ce journal contient vos XPUB. Quiconque ayant accès à vos XPUB peut consulter l'historique de votre compte.",
"TR_LOG": "Journal", "TR_LOG": "Journal",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirmez l'action sur votre Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirmez l'action sur votre Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Envoyer", "TR_SEND_LABEL": "Envoyer",
"TR_FEE_LABEL": "Frais", "TR_FEE_LABEL": "Frais",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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": "Se souvenir de l'appareil", "TR_REMEMBER_DEVICE": "Se souvenir de l'appareil",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Assurez-vous de télécharger le client universel pour la prise en charge du Trezor.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Assurez-vous de télécharger le client universel pour la prise en charge du Trezor.",
"TR_GO_TO_NEM_DOT_IO": "Aller sur nem.io", "TR_GO_TO_NEM_DOT_IO": "Aller sur nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": " Remarque : la phrase de passe est sensible à la casse.", "TR_NOTE_COLON_PASSPHRASE": " Remarque : la phrase de passe est sensible à la casse.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Si vous oubliez votre phrase de passe, votre portefeuille est définitivement perdu. Il est impossible de récupérer vos fonds.", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Si vous oubliez votre phrase de passe, votre portefeuille est définitivement perdu. Il est impossible de récupérer vos fonds.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Effacer", "TR_CLEAR": "Effacer",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Adresse", "TR_ADDRESS": "Adresse",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Oublier l'appareil", "TR_FORGET_DEVICE": "Oublier l'appareil",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Vous ouvrez un Trezor Beta Wallet", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Vous ouvrez un Trezor Beta Wallet",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "L'appareil n'est pas reconnu ? Essayez d'installer {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "L'appareil n'est pas reconnu ? Essayez d'installer {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Vous n'avez pas de Trezor ? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Vous n'avez pas de Trezor ? {getOne}",
"TR_GET_ONE": "Obtenez-en un", "TR_GET_ONE": "Obtenez-en un",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "Un nouvel outil de communication pour faciliter la connexion entre votre Trezor et votre navigateur internet.", "TR_NEW_COMMUNICATION_TOOL": "Un nouvel outil de communication pour faciliter la connexion entre votre Trezor et votre navigateur internet.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "Pour ajouter des comptes, assurez vous que l'appareil est connecté.", "TR_TO_ADD_ACCOUNTS": "Pour ajouter des comptes, assurez vous que l'appareil est connecté.",
"TR_ADD_ACCOUNT": "Ajouter un compte", "TR_ADD_ACCOUNT": "Ajouter un compte",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Solde", "TR_BALANCE": "Solde",
"TR_RATE": "Taux", "TR_RATE": "Taux",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "תנאי שימוש", "TR_TERMS": "תנאי שימוש",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "סגירה", "TR_MENU_CLOSE": "סגירה",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "תמיכה", "TR_SUPPORT": "תמיכה",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "אזהרה: יומן הרישום מכיל את המפתחות הציבוריים של החשבון (XPUB). אדם עם גישה ל XPUB יכול לראות את היסטוריית החשבון שלכם.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "אזהרה: יומן הרישום מכיל את המפתחות הציבוריים של החשבון (XPUB). אדם עם גישה ל XPUB יכול לראות את היסטוריית החשבון שלכם.",
"TR_LOG": "יומן רישום", "TR_LOG": "יומן רישום",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "שליחה", "TR_SEND_LABEL": "שליחה",
"TR_FEE_LABEL": "עמלה", "TR_FEE_LABEL": "עמלה",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "אם תשכחו את ה passphrase, הארנק שלכם ילך לטמיון. אין דרך להשיב את נכסיכם.", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "אם תשכחו את ה passphrase, הארנק שלכם ילך לטמיון. אין דרך להשיב את נכסיכם.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "ניקוי", "TR_CLEAR": "ניקוי",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "כתובת", "TR_ADDRESS": "כתובת",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "שכח התקן", "TR_FORGET_DEVICE": "שכח התקן",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "פתיחת ארנק Trezor בטה", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "פתיחת ארנק Trezor בטה",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "אין לכם Trezor? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "אין לכם Trezor? {getOne}",
"TR_GET_ONE": "השיגו אחד", "TR_GET_ONE": "השיגו אחד",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "על מנת להוסיף חשבונות, וודאו שההתקן מחובר.", "TR_TO_ADD_ACCOUNTS": "על מנת להוסיף חשבונות, וודאו שההתקן מחובר.",
"TR_ADD_ACCOUNT": "הוספת חשבון", "TR_ADD_ACCOUNT": "הוספת חשבון",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "יתרה", "TR_BALANCE": "יתרה",
"TR_RATE": "שער", "TR_RATE": "שער",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Terms", "TR_TERMS": "Terms",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Close", "TR_MENU_CLOSE": "Close",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Support", "TR_SUPPORT": "Support",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.",
"TR_LOG": "Log", "TR_LOG": "Log",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Send", "TR_SEND_LABEL": "Send",
"TR_FEE_LABEL": "Fee", "TR_FEE_LABEL": "Fee",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": "Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": "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.", "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.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Clear", "TR_CLEAR": "Clear",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Address", "TR_ADDRESS": "Address",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Forget device", "TR_FORGET_DEVICE": "Forget device",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}",
"TR_GET_ONE": "Get one", "TR_GET_ONE": "Get one",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "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.", "TR_TO_ADD_ACCOUNTS": "To add accounts, make sure your device is connected.",
"TR_ADD_ACCOUNT": "Add account", "TR_ADD_ACCOUNT": "Add account",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Balance", "TR_BALANCE": "Balance",
"TR_RATE": "Rate", "TR_RATE": "Rate",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Feltételek", "TR_TERMS": "Feltételek",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Bezár", "TR_MENU_CLOSE": "Bezár",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Támogatás", "TR_SUPPORT": "Támogatás",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Figyelem: A naplófájl XPUBs kódot tartalmaz. Ezt felhasználva bárki láthatja az ön fióktörténetét.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Figyelem: A naplófájl XPUBs kódot tartalmaz. Ezt felhasználva bárki láthatja az ön fióktörténetét.",
"TR_LOG": "Napló", "TR_LOG": "Napló",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Küldés", "TR_SEND_LABEL": "Küldés",
"TR_FEE_LABEL": "TR. díj", "TR_FEE_LABEL": "TR. díj",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Ha elfelejti a jelszómondatát örökre elveszti a hozzáférést a fiókjához. Nincs más mód a visszaállításhoz!", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Ha elfelejti a jelszómondatát örökre elveszti a hozzáférést a fiókjához. Nincs más mód a visszaállításhoz!",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Mégsem", "TR_CLEAR": "Mégsem",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Cím", "TR_ADDRESS": "Cím",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Eszköz elfelejtése", "TR_FORGET_DEVICE": "Eszköz elfelejtése",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Ön most a Trezor Beta Wallet-et nyitja meg", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Ön most a Trezor Beta Wallet-et nyitja meg",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Nincs még Trezor-ja? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Nincs még Trezor-ja? {getOne}",
"TR_GET_ONE": "Itt hozzájuthat", "TR_GET_ONE": "Itt hozzájuthat",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "Fiókok hozzáadásához az eszköznek csatlakozva kell lenni.", "TR_TO_ADD_ACCOUNTS": "Fiókok hozzáadásához az eszköznek csatlakozva kell lenni.",
"TR_ADD_ACCOUNT": "Számla hozzáadása", "TR_ADD_ACCOUNT": "Számla hozzáadása",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Egyenleg", "TR_BALANCE": "Egyenleg",
"TR_RATE": "Érték", "TR_RATE": "Érték",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Persyaratan Layanan", "TR_TERMS": "Persyaratan Layanan",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Tutup", "TR_MENU_CLOSE": "Tutup",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Bantuan", "TR_SUPPORT": "Bantuan",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.",
"TR_LOG": "Log", "TR_LOG": "Log",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Kirim", "TR_SEND_LABEL": "Kirim",
"TR_FEE_LABEL": "Fee", "TR_FEE_LABEL": "Fee",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Jika anda kehilangan passphrase anda, maka dompet anda akan hilang. Tidak ada cara lain untuk dapat memulihkan dana anda.", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Jika anda kehilangan passphrase anda, maka dompet anda akan hilang. Tidak ada cara lain untuk dapat memulihkan dana anda.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Hapus", "TR_CLEAR": "Hapus",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Alamat", "TR_ADDRESS": "Alamat",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Hapus perangkat ini", "TR_FORGET_DEVICE": "Hapus perangkat ini",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Anda membuka Trezor Beta Wallet", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Anda membuka Trezor Beta Wallet",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}",
"TR_GET_ONE": "Get one", "TR_GET_ONE": "Get one",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "Untuk menambah akun, pastikan perangkat anda terhubung dan akun terakhir tidak kosong.", "TR_TO_ADD_ACCOUNTS": "Untuk menambah akun, pastikan perangkat anda terhubung dan akun terakhir tidak kosong.",
"TR_ADD_ACCOUNT": "Tambahkan akun", "TR_ADD_ACCOUNT": "Tambahkan akun",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Saldo", "TR_BALANCE": "Saldo",
"TR_RATE": "Kurs", "TR_RATE": "Kurs",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Termini", "TR_TERMS": "Termini",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Chiudi", "TR_MENU_CLOSE": "Chiudi",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Supporto", "TR_SUPPORT": "Supporto",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attenzione: il file di log contiene le tue XPUB. Con le tue XPUB, chiunque può vedere la storia del tuo account.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attenzione: il file di log contiene le tue XPUB. Con le tue XPUB, chiunque può vedere la storia del tuo account.",
"TR_LOG": "Log", "TR_LOG": "Log",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Invia", "TR_SEND_LABEL": "Invia",
"TR_FEE_LABEL": "Commissioni", "TR_FEE_LABEL": "Commissioni",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Se dimentichi la tua passphrase, perderai il tuo portafoglio per sempre. Non esiste altro modo per recuperare i tuoi fondi.", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Se dimentichi la tua passphrase, perderai il tuo portafoglio per sempre. Non esiste altro modo per recuperare i tuoi fondi.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Clear", "TR_CLEAR": "Clear",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Indirizzo", "TR_ADDRESS": "Indirizzo",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Dimentica questo dispositivo", "TR_FORGET_DEVICE": "Dimentica questo dispositivo",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Stai aprendo il Portafoglio Trezor Beta", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Stai aprendo il Portafoglio Trezor Beta",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Non hai Trezor? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Non hai Trezor? {getOne}",
"TR_GET_ONE": "Acquistane uno", "TR_GET_ONE": "Acquistane uno",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "Per aggiungere altri accounts, assicurati che il dispositivo sia connesso e che l'ultimo account non sia vuoto.", "TR_TO_ADD_ACCOUNTS": "Per aggiungere altri accounts, assicurati che il dispositivo sia connesso e che l'ultimo account non sia vuoto.",
"TR_ADD_ACCOUNT": "Aggiungi account", "TR_ADD_ACCOUNT": "Aggiungi account",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Saldo", "TR_BALANCE": "Saldo",
"TR_RATE": "Rate", "TR_RATE": "Rate",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "利用規約", "TR_TERMS": "利用規約",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "閉じる", "TR_MENU_CLOSE": "閉じる",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "サポート", "TR_SUPPORT": "サポート",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "警告: ログにはあなたのXPUBが含まれています。第三者にXPUBが渡ってしまうと、すべての取引履歴を閲覧されてしまいます。", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "警告: ログにはあなたのXPUBが含まれています。第三者にXPUBが渡ってしまうと、すべての取引履歴を閲覧されてしまいます。",
"TR_LOG": "ログ", "TR_LOG": "ログ",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Trezorで操作を確認してください", "TR_CONFIRM_ACTION_ON_YOUR": "Trezorで操作を確認してください",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "送信", "TR_SEND_LABEL": "送信",
"TR_FEE_LABEL": "手数料", "TR_FEE_LABEL": "手数料",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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": "デバイスを記憶する", "TR_REMEMBER_DEVICE": "デバイスを記憶する",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "TrezorがサポートするUniversal Clientをダウンロードしてください。", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "TrezorがサポートするUniversal Clientをダウンロードしてください。",
"TR_GO_TO_NEM_DOT_IO": "nem.ioへ移動", "TR_GO_TO_NEM_DOT_IO": "nem.ioへ移動",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": " 注意: パスフレーズはは大文字と小文字を区別します。", "TR_NOTE_COLON_PASSPHRASE": " 注意: パスフレーズはは大文字と小文字を区別します。",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "パスフレーズを忘れてしまった場合、お持ちのウォレットのデータは永遠に失われます。資金を復元する方法はありません。", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "パスフレーズを忘れてしまった場合、お持ちのウォレットのデータは永遠に失われます。資金を復元する方法はありません。",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "クリア", "TR_CLEAR": "クリア",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "アドレス", "TR_ADDRESS": "アドレス",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "端末の関連付けを解除する", "TR_FORGET_DEVICE": "端末の関連付けを解除する",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Trezor Beta Walletを開きます", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Trezor Beta Walletを開きます",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "デバイスが認識されませんか?{link}をインストールしてください。", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "デバイスが認識されませんか?{link}をインストールしてください。",
"TR_DONT_HAVE_A_TREZOR_GET": "Trezorをお持ちではありませんか{getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Trezorをお持ちではありませんか{getOne}",
"TR_GET_ONE": "入手してください", "TR_GET_ONE": "入手してください",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "Trezorとインターネットブラウザ間の接続を支援する新しい通信ツールです。", "TR_NEW_COMMUNICATION_TOOL": "Trezorとインターネットブラウザ間の接続を支援する新しい通信ツールです。",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "口座を追加する際には、デバイスが接続されていることを確認してください。", "TR_TO_ADD_ACCOUNTS": "口座を追加する際には、デバイスが接続されていることを確認してください。",
"TR_ADD_ACCOUNT": "口座を追加", "TR_ADD_ACCOUNT": "口座を追加",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "残高", "TR_BALANCE": "残高",
"TR_RATE": "レート", "TR_RATE": "レート",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "약관", "TR_TERMS": "약관",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "닫기", "TR_MENU_CLOSE": "닫기",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "지원", "TR_SUPPORT": "지원",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "주의: 로그에 회원님의 XPUB가 포함되어 있습니다. 회원님의 XPUB를 사용하여 누군가가 회원님의 계정 내역을 볼 수 있습니다.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "주의: 로그에 회원님의 XPUB가 포함되어 있습니다. 회원님의 XPUB를 사용하여 누군가가 회원님의 계정 내역을 볼 수 있습니다.",
"TR_LOG": "로그", "TR_LOG": "로그",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Trezor에서 작업 확인", "TR_CONFIRM_ACTION_ON_YOUR": "Trezor에서 작업 확인",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "보내기", "TR_SEND_LABEL": "보내기",
"TR_FEE_LABEL": "수수료", "TR_FEE_LABEL": "수수료",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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": "장치 저장", "TR_REMEMBER_DEVICE": "장치 저장",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Trezor 지원을 위해 Universal Client를 다운로드해야 합니다.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Trezor 지원을 위해 Universal Client를 다운로드해야 합니다.",
"TR_GO_TO_NEM_DOT_IO": "nem.io로 이동", "TR_GO_TO_NEM_DOT_IO": "nem.io로 이동",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": " 참고: 패스프레이즈는 대/소문자를 구분합니다.", "TR_NOTE_COLON_PASSPHRASE": " 참고: 패스프레이즈는 대/소문자를 구분합니다.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "패스프레이즈를 잊어버린 경우, 지갑은 영원히 손실됩니다. 자금을 복구할 수 있는 방법이 없습니다.", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "패스프레이즈를 잊어버린 경우, 지갑은 영원히 손실됩니다. 자금을 복구할 수 있는 방법이 없습니다.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "occurrences: app/views/device/update/update-reconnect-bootloader.html app/views/device/update/update-reconnect-normal.html app/views/landing.html app/views/nav/settings-buttons.html", "TR_CLEAR": "occurrences: app/views/device/update/update-reconnect-bootloader.html app/views/device/update/update-reconnect-normal.html app/views/landing.html app/views/nav/settings-buttons.html",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "주소", "TR_ADDRESS": "주소",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "장치 연결 해제", "TR_FORGET_DEVICE": "장치 연결 해제",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Trezor Beta Wallet을 열고 있습니다.", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Trezor Beta Wallet을 열고 있습니다.",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "장치가 인식되지 않습니까? {link}를 설치해 보세요.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "장치가 인식되지 않습니까? {link}를 설치해 보세요.",
"TR_DONT_HAVE_A_TREZOR_GET": "Trezor가 없으신가요? {getOne}.", "TR_DONT_HAVE_A_TREZOR_GET": "Trezor가 없으신가요? {getOne}.",
"TR_GET_ONE": "다운로드하세요", "TR_GET_ONE": "다운로드하세요",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "Trezor와 인터넷 브라우저 간 연결을 용이하기 하는 새로운 통신 도구입니다.", "TR_NEW_COMMUNICATION_TOOL": "Trezor와 인터넷 브라우저 간 연결을 용이하기 하는 새로운 통신 도구입니다.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "계정을 추가하려면 장치가 연결되어 있는지 확인하세요.", "TR_TO_ADD_ACCOUNTS": "계정을 추가하려면 장치가 연결되어 있는지 확인하세요.",
"TR_ADD_ACCOUNT": "계정 추가", "TR_ADD_ACCOUNT": "계정 추가",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "잔액", "TR_BALANCE": "잔액",
"TR_RATE": "요율", "TR_RATE": "요율",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Termen", "TR_TERMS": "Termen",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Sluiten", "TR_MENU_CLOSE": "Sluiten",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Ondersteuning", "TR_SUPPORT": "Ondersteuning",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Waarschuwing: Dit logboek kan uw XPUB bevatten. Wanneer je aan anderen geeft, kunnen die uw hele transactiegeschiedenis bekijken.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Waarschuwing: Dit logboek kan uw XPUB bevatten. Wanneer je aan anderen geeft, kunnen die uw hele transactiegeschiedenis bekijken.",
"TR_LOG": "Logboek", "TR_LOG": "Logboek",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Verzenden", "TR_SEND_LABEL": "Verzenden",
"TR_FEE_LABEL": "Transactiekosten", "TR_FEE_LABEL": "Transactiekosten",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": "Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": "Note: Passphrase is case-sensitive.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Als u uw wachtwoordzin vergeet, is uw portemonnee voorgoed verloren. Er is geen manier om uw rekeningen te herstellen.", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Als u uw wachtwoordzin vergeet, is uw portemonnee voorgoed verloren. Er is geen manier om uw rekeningen te herstellen.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Leegmaken", "TR_CLEAR": "Leegmaken",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Adres", "TR_ADDRESS": "Adres",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Apparaat vergeten?", "TR_FORGET_DEVICE": "Apparaat vergeten?",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "U opent uw Trezor Beta Wallet", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "U opent uw Trezor Beta Wallet",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Heb je geen Trezor {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Heb je geen Trezor {getOne}",
"TR_GET_ONE": "Haal hier één", "TR_GET_ONE": "Haal hier één",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "Controleer of uw apparaat is aangesloten en het laatste account niet leeg is om accounts toe te voegen.", "TR_TO_ADD_ACCOUNTS": "Controleer of uw apparaat is aangesloten en het laatste account niet leeg is om accounts toe te voegen.",
"TR_ADD_ACCOUNT": "Account toevoegen", "TR_ADD_ACCOUNT": "Account toevoegen",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Balans", "TR_BALANCE": "Balans",
"TR_RATE": "Tarief", "TR_RATE": "Tarief",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Terms", "TR_TERMS": "Terms",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Lukk", "TR_MENU_CLOSE": "Lukk",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Support", "TR_SUPPORT": "Support",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.",
"TR_LOG": "Logg", "TR_LOG": "Logg",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Send", "TR_SEND_LABEL": "Send",
"TR_FEE_LABEL": "Fee", "TR_FEE_LABEL": "Fee",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": " 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.", "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.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Check for devices", "TR_CLEAR": "Check for devices",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Adresse", "TR_ADDRESS": "Adresse",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Glem enhet", "TR_FORGET_DEVICE": "Glem enhet",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Har du ikke en Trezor? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Har du ikke en Trezor? {getOne}",
"TR_GET_ONE": "Skaff deg en", "TR_GET_ONE": "Skaff deg en",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "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.", "TR_TO_ADD_ACCOUNTS": "To add accounts, make sure your device is connected.",
"TR_ADD_ACCOUNT": "Legg til konto", "TR_ADD_ACCOUNT": "Legg til konto",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Balance", "TR_BALANCE": "Balance",
"TR_RATE": "Rate", "TR_RATE": "Rate",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Warunki", "TR_TERMS": "Warunki",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Zamknij", "TR_MENU_CLOSE": "Zamknij",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Wsparcie", "TR_SUPPORT": "Wsparcie",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "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.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "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.",
"TR_LOG": "Dziennik", "TR_LOG": "Dziennik",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Wyślij", "TR_SEND_LABEL": "Wyślij",
"TR_FEE_LABEL": "Opłata", "TR_FEE_LABEL": "Opłata",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Jeżeli zapomnisz swoje hasło Twój portfel będzie stracony na dobre. Nie ma możliwości odzyskania środków.", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Jeżeli zapomnisz swoje hasło Twój portfel będzie stracony na dobre. Nie ma możliwości odzyskania środków.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Wyczyść", "TR_CLEAR": "Wyczyść",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Adres", "TR_ADDRESS": "Adres",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Zapomnieć o urządzeniu?", "TR_FORGET_DEVICE": "Zapomnieć o urządzeniu?",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Przechodzisz do Portfela Trezor Beta", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Przechodzisz do Portfela Trezor Beta",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Nie masz Trezor? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Nie masz Trezor? {getOne}",
"TR_GET_ONE": "Zdobądź go", "TR_GET_ONE": "Zdobądź go",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "Aby dodać konta, upewnij się, że Twoje urządzenie jest podłączone i ostatnie konto nie jest puste.", "TR_TO_ADD_ACCOUNTS": "Aby dodać konta, upewnij się, że Twoje urządzenie jest podłączone i ostatnie konto nie jest puste.",
"TR_ADD_ACCOUNT": "Dodaj konto", "TR_ADD_ACCOUNT": "Dodaj konto",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Stan", "TR_BALANCE": "Stan",
"TR_RATE": "Kurs", "TR_RATE": "Kurs",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Termos", "TR_TERMS": "Termos",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Fechar", "TR_MENU_CLOSE": "Fechar",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Suporte", "TR_SUPPORT": "Suporte",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Aviso: Este log pode conter sua XPUB. Se você fornecê-lo para terceiros, permitirá que vejam todo o seu histórico de transações.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Aviso: Este log pode conter sua XPUB. Se você fornecê-lo para terceiros, permitirá que vejam todo o seu histórico de transações.",
"TR_LOG": "Log", "TR_LOG": "Log",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Enviar", "TR_SEND_LABEL": "Enviar",
"TR_FEE_LABEL": "Taxa", "TR_FEE_LABEL": "Taxa",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Se você esquecer sua senha de segurança, perderá sua carteira para sempre. Não há nenhuma maneira de recuperar seus fundos.", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Se você esquecer sua senha de segurança, perderá sua carteira para sempre. Não há nenhuma maneira de recuperar seus fundos.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Limpar", "TR_CLEAR": "Limpar",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Endereço", "TR_ADDRESS": "Endereço",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Esquecer dispositivo?", "TR_FORGET_DEVICE": "Esquecer dispositivo?",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Você está abrindo a Trezor Beta Wallet", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Você está abrindo a Trezor Beta Wallet",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Não tem um Trezor? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Não tem um Trezor? {getOne}",
"TR_GET_ONE": "Compre um", "TR_GET_ONE": "Compre um",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "Para adicionar contas, certifique-se que o dispositivo esteja conectado e que a última conta não está vazia.", "TR_TO_ADD_ACCOUNTS": "Para adicionar contas, certifique-se que o dispositivo esteja conectado e que a última conta não está vazia.",
"TR_ADD_ACCOUNT": "Adicionar conta", "TR_ADD_ACCOUNT": "Adicionar conta",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Saldo", "TR_BALANCE": "Saldo",
"TR_RATE": "Cotação", "TR_RATE": "Cotação",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,51 +1,57 @@
{ {
"TR_TERMS": "Условия", "TR_TERMS": "Условия",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Курсы валют на {service}",
"TR_MENU": "Menu", "TR_WE_THANK_OUR_TRANSLATORS": "Мы благодарим наших переводчиков за их {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "вклад",
"TR_MENU": "Меню",
"TR_MENU_CLOSE": "Закрыть", "TR_MENU_CLOSE": "Закрыть",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
"TR_WIKI": "Wiki", "TR_WIKI": "Вики",
"TR_BLOG": "Blog", "TR_BLOG": "Блог",
"TR_SUPPORT": "Поддержка", "TR_SUPPORT": "Поддержка",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Внимание: этот журнал содержит ваши XPUB, по которым посторонние люди смогут увидеть историю операций вашего счета.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Внимание: этот журнал содержит ваши XPUB, по которым посторонние люди смогут увидеть историю операций вашего счета.",
"TR_LOG": "Журнал", "TR_LOG": "Журнал",
"TR_COPY_TO_CLIPBOARD": "Копировать в буфер",
"TR_COPIED": "Скопировано!",
"TR_CONFIRM_ACTION_ON_YOUR": "Подтвердите действие на Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Подтвердите действие на Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on Trezor", "TR_CONFIRM_ADDRESS_ON_TREZOR": "Подтвердите адрес на Trezor",
"TR_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow", "TR_PLEASE_COMPARE_YOUR_ADDRESS": "Пожалуйста, сравните ваш адрес на устройстве с адресом, показанным ниже",
"TR_CONFIRM_TRANSACTION_ON": "Confirm transaction on {deviceLabel} device", "TR_CONFIRM_TRANSACTION_ON": "Подтвердите транзакцию на устройстве {deviceLabel}",
"TR_DETAILS_ARE_SHOWN_ON": "Details are shown on display", "TR_DETAILS_ARE_SHOWN_ON": "Подробности показаны на дисплее",
"TR_TO_LABEL": "Кому", "TR_TO_LABEL": "Кому",
"TR_SEND_LABEL": "Отправить", "TR_SEND_LABEL": "Отправить",
"TR_FEE_LABEL": "Комиссия", "TR_FEE_LABEL": "Комиссия",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Устройство {deviceLabel} не подключено",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Устройство {deviceLabel} не имеет резервной копии",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Устройство {deviceLabel} недоступно",
"TR_PLEASE_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.", "TR_PLEASE_CONNECT_YOUR_DEVICE": "Пожалуйста, подключите устройство для продолжения процесса проверки",
"TR_PLEASE_DISABLE_PASSPHRASE": "Please disable passphrase settings to continue with the verification process.", "TR_PLEASE_ENABLE_PASSPHRASE": "Пожалуйста, активируйте настройки кодовой фразы для продолжения процесса проверки.",
"TR_PLEASE_DISABLE_PASSPHRASE": "Пожалуйста, выключите использование кодовой фразы для продолжения процесса проверки.",
"TR_SHOW_UNVERIFIED_ADDRESS": "Показать непроверенный адрес", "TR_SHOW_UNVERIFIED_ADDRESS": "Показать непроверенный адрес",
"TR_TRY_AGAIN": "Попробовать снова", "TR_TRY_AGAIN": "Попробовать снова",
"TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "To prevent phishing attacks, you should verify the address on your Trezor first. {claim}", "TR_TO_PREVENT_PHISHING_ATTACKS_COMMA": "Чтобы избежать фишинг-атак, следует сначала проверить адрес на вашем Trezor. {claim}",
"TR_FORGET_LABEL": "Forget {deviceLabel}?", "TR_FORGET_LABEL": "Забыть {deviceLabel}?",
"TR_DONT_FORGET": "Не удалять", "TR_DONT_FORGET": "Не забывать",
"TR_FORGETTING_ONLY_REMOVES_THE_DEVICE_FROM": "При удалении записи устройство исчезнет из списка слева, но сами биткоины никуда не денутся и будут доступны при последующих подключениях Trezor.", "TR_FORGETTING_ONLY_REMOVES_THE_DEVICE_FROM": "При удалении устройство исчезнет из списка слева, но сами биткоины никуда не денутся и будут доступны при последующих подключениях Trezor.",
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Желаете ли вы, чтобы Trezor Wallet забыл {deviceCount, plural, one {ваше устройство} other {ваши устройства}}, или запомнил {deviceCount, plural, one {его} other {их}}, так что {deviceCount, plural, one {оно будет видно} other {они будут видны}} даже после отключения?",
"TR_REMEMBER_DEVICE": "Запомнить устройство", "TR_REMEMBER_DEVICE": "Запомнить устройство",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Выберите тип кошелька для {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Измените тип кошелька для {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Стандартный кошелёк",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Скрытый кошелёк",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_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_PASSPHRASE_IS_OPTIONAL_FEATURE": "Кодовая фраза является дополнительной функцией Trezor устройства, которое рекомендуется только для продвинутых пользователей. Это слово или предложение по вашему выбору. Его основной целью является доступ к скрытым кошелькам.",
"TR_ASKED_ENTER_YOUR_PASSPHRASE_TO_UNLOCK": "You will be asked to enter your passphrase to unlock your hidden wallet.", "TR_ASKED_ENTER_YOUR_PASSPHRASE_TO_UNLOCK": "Вам будет предложено ввести вашу кодовую фразу для того, чтобы разблокировать скрытый кошелёк.",
"TR_CARDANO_WALLET": "Cardano wallet", "TR_CARDANO_WALLET": "Кошелёк Cardano",
"TR_YOU_WILL_BE_REDIRECTED_TO_EXTERNAL": "You will be redirected to external wallet", "TR_YOU_WILL_BE_REDIRECTED_TO_EXTERNAL": "Вы будете перенаправлены на внешний кошелёк",
"TR_GO_TO_EXTERNAL_WALLET": "Go to external wallet", "TR_GO_TO_EXTERNAL_WALLET": "Перейти на внешний кошелёк",
"TR_NEM_WALLET": "Кошелек NEM", "TR_NEM_WALLET": "Кошелек NEM",
"TR_WE_HAVE_PARTNERED_UP_WITH_THE_NEM": "Мы совместно с NEM Foundation предлагаем полнофункциональный кошелек NEM.", "TR_WE_HAVE_PARTNERED_UP_WITH_THE_NEM": "Мы, совместно с NEM Foundation, предлагаем полнофункциональный кошелек NEM.",
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Обязательно скачайте универсальный клиент для поддержки Trezor.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Обязательно скачайте универсальный клиент для поддержки Trezor.",
"TR_GO_TO_NEM_DOT_IO": "Перейти на nem.io", "TR_GO_TO_NEM_DOT_IO": "Перейти на nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Кошелёк Stellar",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_TEZOS_WALLET": "Кошелёк Tezos",
"TR_ENTER_DEVICE_PASSPHRASE": "Введите кодовую фразу для {deviceLabel}",
"TR_NOTE_COLON_PASSPHRASE": " Примечание: кодовая фраза чувствительна к регистру.", "TR_NOTE_COLON_PASSPHRASE": " Примечание: кодовая фраза чувствительна к регистру.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Если вы забудете кодовую фразу, то средства потеряются навсегда. Другого способа их восстановить нет.", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Если вы забудете кодовую фразу, то средства потеряются навсегда. Другого способа их восстановить нет.",
"TR_CONFIRM_PASSPHRASE": "Подтвердите кодовую фразу", "TR_CONFIRM_PASSPHRASE": "Подтвердите кодовую фразу",
@ -53,44 +59,53 @@
"TR_SHOW_PASSPHRASE": "Показать кодовую фразу", "TR_SHOW_PASSPHRASE": "Показать кодовую фразу",
"TR_ENTER": "Ввод", "TR_ENTER": "Ввод",
"TR_PASSPHRASE": "Кодовая фраза", "TR_PASSPHRASE": "Кодовая фраза",
"TR_CHANGED_YOUR_MIND": "Changed your mind? {TR_GO_TO_STANDARD_WALLET}", "TR_CHANGED_YOUR_MIND": "Передумали? {TR_GO_TO_STANDARD_WALLET}",
"TR_ENTERED_PIN_NOT_CORRECT": "Entered PIN for {deviceLabel} is not correct", "TR_ENTERED_PIN_NOT_CORRECT": "Введенный неправильный PIN-код для {deviceLabel}",
"TR_RETRYING_DOT_DOT": "Retrying...", "TR_RETRYING_DOT_DOT": "Повторная попытка...",
"TR_THE_PIN_LAYOUT_IS_DISPLAYED_ON": "Раскладка PIN отображается на устройстве Trezor.", "TR_THE_PIN_LAYOUT_IS_DISPLAYED_ON": "Раскладка PIN показана на устройстве Trezor.",
"TR_ENTER_DEVICE_PIN": "Enter {deviceLabel} PIN", "TR_ENTER_DEVICE_PIN": "Введите PIN-код для {deviceLabel}",
"TR_ENTER_PIN": "Введите PIN", "TR_ENTER_PIN": "Введите PIN",
"TR_NOT_SURE_HOW_PIN_WORKS": "Не знаете, как работает PIN? {TR_LEARN_MORE}", "TR_NOT_SURE_HOW_PIN_WORKS": "Не знаете, как работает PIN? {TR_LEARN_MORE}",
"TR_SCAN_QR_CODE": "Сканировать QR-код", "TR_SCAN_QR_CODE": "Сканировать QR-код",
"TR_WAITING_FOR_CAMERA": "Ожидание камеры...", "TR_WAITING_FOR_CAMERA": "Ожидание камеры...",
"TR_OOPS_SOMETHING_WENT_WRONG": "Oops! Something went wrong!", "TR_OOPS_SOMETHING_WENT_WRONG": "Ой! Что-то пошло не так!",
"TR_CAMERA_PERMISSION_DENIED": "Permission to access the camera was denied.", "TR_CAMERA_PERMISSION_DENIED": "В доступе к камере было отказано.",
"TR_CAMERA_NOT_RECOGNIZED": "The camera was not recognized.", "TR_CAMERA_NOT_RECOGNIZED": "Камеру не удалось распознать.",
"TR_UNKOWN_ERROR_SEE_CONSOLE": "Unknown error. See console logs for details.", "TR_UNKOWN_ERROR_SEE_CONSOLE": "Неизвестная ошибка. Проверьте логи консоли для деталей.",
"TR_YOU_WERE_DISCONNECTED_DOT": "Соединение разорвано.", "TR_YOU_WERE_DISCONNECTED_DOT": "Соединение разорвано.",
"TR_PLEASE_RELOAD_THE_PAGE_DOT": "Проверьте подключение к Интернету и обновите страницу.", "TR_PLEASE_RELOAD_THE_PAGE_DOT": "Проверьте подключение к Интернету и обновите страницу.",
"TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "New Trezor Bridge is available.", "TR_NEW_TREZOR_BRIDGE_IS_AVAILABLE": "Доступен новый Trezor Bridge.",
"TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "Доступен новый микрокод Trezor.", "TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT": "Доступна новая прошивка Trezor.",
"TR_CONNECT_TO_BACKEND": "Connect", "TR_CONNECT_TO_BACKEND": "Подключиться",
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "TR_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_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": "Адреса Ripple требуют минимальный баланс в размере {minBalance} XRP для того, чтобы активировать и использовать счёт. {TR_LEARN_MORE}",
"TR_DEVICE_SETTINGS": "Device settings", "TR_DEVICE_SETTINGS": "Настройки устройства",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_APPLICATION_SETTINGS": "Настройки приложения",
"TR_ACCOUNT_HASH": "Счёт #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Импортированный аккаунт #{number}",
"TR_CLEAR": "Очистить", "TR_CLEAR": "Очистить",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Ручной поиск устройств",
"TR_ADDRESS": "Адрес", "TR_ADDRESS": "Адрес",
"TR_LOADING_DOT_DOT_DOT": "Загрузка...", "TR_LOADING_DOT_DOT_DOT": "Загрузка...",
"TR_TAKE_ME_TO_BITCOIN_WALLET": "Take me to the Bitcoin wallet", "TR_TAKE_ME_TO_BITCOIN_WALLET": "Перейти к Bitcoin кошельку",
"TR_I_WILL_DO_THAT_LATER": "Ill do that later.", "TR_I_WILL_DO_THAT_LATER": "Я сделаю это позже.",
"TR_SHOW_DETAILS": "Показать детали", "TR_SHOW_DETAILS": "Показать детали",
"TR_UPGRADE_FOR_THE_NEWEST_FEATURES_DOT": "Upgrade for the newest features.", "TR_UPGRADE_FOR_THE_NEWEST_FEATURES_DOT": "Обновите устройство для доступа к новейшим функциям.",
"TR_LEARN_MORE": "Подробнее", "TR_LEARN_MORE": "Подробнее",
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Перейдите на ваш стандартный кошелёк",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Перейдите на ваш скрытый кошелёк",
"TR_FORGET_DEVICE": "Забыть устройство", "TR_FORGET_DEVICE": "Забыть устройство",
"TR_CLOSE": "Закрыть",
"TR_HIDE_BALANCE": "Скрыть баланс",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "Баланс счетов скрыт.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "В случае утраты или поломки устройства средства будут потеряны. Чтобы этого не произошло, создайте резервную копию устройства.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Создайте резервную копию за 3 минуты",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "У вас нет резервной копии Trezor",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Показать адрес, я понимаю все риски",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Вы открываете Trezor Beta Wallet", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Вы открываете Trezor Beta Wallet",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} это публичная версия для тестирования новейших функций {TR_TREZOR_WALLET}, которая позволяет оценить эти их до того, как они станут общедоступными.",
"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_IN_CONTRAST_COMMA_TREZOR": "В отличие от него, {TR_TREZOR_WALLET} предлагает стандартную функциональность, но при этом максимальную надежность и доступность для обычных пользователей.",
"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_PLEASE_NOTE_THAT_THE_TREZOR": "Обратите внимание, что {TR_TREZOR_BETA_WALLET} может собирать анонимные данные об использовании для разработчиков, в частности журналы ошибок. {TR_TREZOR_WALLET} не ведет учет никаких данных.",
"TR_OK_COMMA_I_UNDERSTAND": "ОК, понятно", "TR_OK_COMMA_I_UNDERSTAND": "ОК, понятно",
"TR_TREZOR_WALLET": "Trezor Wallet", "TR_TREZOR_WALLET": "Trezor Wallet",
"TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet", "TR_TREZOR_BETA_WALLET": "Trezor Beta Wallet",
@ -98,107 +113,114 @@
"TR_PLEASE_CHOOSE_ONE_OF_THE_SUPPORTED": "Выберите один из поддерживаемых браузеров", "TR_PLEASE_CHOOSE_ONE_OF_THE_SUPPORTED": "Выберите один из поддерживаемых браузеров",
"TR_GET_CHROME": "Скачать Chrome", "TR_GET_CHROME": "Скачать Chrome",
"TR_GET_FIREFOX": "Скачать Firefox", "TR_GET_FIREFOX": "Скачать Firefox",
"TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet это простой и удобный интерфейс для Trezor, позволяющий контролировать средства, управлять остатками и отправлять средства.", "TR_TREZOR_WALLET_IS_AN_EASY_DASH": "Trezor Wallet это простой и удобный интерфейс для Trezor, позволяющий c лёгкостью контролировать средства, управлять балансами и совершать переводы.",
"TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "Частный банк у вас в руках.", "TR_THE_PRIVATE_BANK_IN_YOUR_HANDS": "Частный банк в Ваших руках.",
"TR_CONNECT_TREZOR_TO_CONTINUE": "Для продолжения подключите Trezor", "TR_CONNECT_TREZOR_TO_CONTINUE": "Для продолжения подключите Trezor",
"TR_AND": "и", "TR_AND": "и",
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Устройство не опознано? Установите {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Устройство не опознано? Установите {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Нет Trezor?{getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "У вас ещё нет Trezor? {getOne}",
"TR_GET_ONE": "Купите его", "TR_GET_ONE": "Купите его!",
"TR_UNPLUG_DEVICE_LABEL": "Отключите ваше устройство \"{deviceLabel}\"",
"TR_NEW_COMMUNICATION_TOOL": "Новый инструмент коммуникации, который облегчает взаимодействие между Trezor и веб-браузером.", "TR_NEW_COMMUNICATION_TOOL": "Новый инструмент коммуникации, который облегчает взаимодействие между Trezor и веб-браузером.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Скачать новейший Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Проверьте {TR_CHANGELOG} для того, чтобы узнать подробности о новой версии.",
"TR_CHANGELOG": "Changelog", "TR_CHANGELOG": "Журнал изменений",
"TR_CHECK_PGP_SIGNATURE": "Check PGP signature", "TR_CHECK_PGP_SIGNATURE": "Проверить PGP-подпись",
"TR_DONT_UPGRADE_BRIDGE": "No, I don't want to upgrade Bridge now", "TR_DONT_UPGRADE_BRIDGE": "Нет, я не хочу обновлять Bridge сейчас",
"TR_TAKE_ME_BACK_TO_WALLET": "Take me back to the wallet", "TR_TAKE_ME_BACK_TO_WALLET": "Назад к кошельку",
"TR_FIND_OUT_MORE_INFO": "Find out more info", "TR_FIND_OUT_MORE_INFO": "Узнать больше",
"TR_MODEL_DOES_NOT_SUPPORT_COIN": "Валюта {coin} не поддерживается на этой модели Trezor.", "TR_MODEL_DOES_NOT_SUPPORT_COIN": "Монета {coin} не поддерживается вашей Trezor модели.",
"TR_INITIALIZING_ACCOUNTS": "Initializing accounts", "TR_INITIALIZING_ACCOUNTS": "Инициализация счетов",
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "Чтобы добавить новый счет, в старом счете должны быть транзакции.",
"TR_TO_ADD_ACCOUNTS": "Чтобы добавить счета, убедитесь, что устройство подключено.", "TR_TO_ADD_ACCOUNTS": "Чтобы добавить счета, убедитесь, что устройство подключено.",
"TR_ADD_ACCOUNT": "Добавить счет", "TR_ADD_ACCOUNT": "Добавить счет",
"TR_OTHER_COINS": "Other coins", "TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "Можно добавить не более 10 счетов",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)", "TR_OTHER_COINS": "Другие монеты",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Изменить тип кошелька",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Возобновить сессию",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "Вы находитесь в вашем стандартном кошельке.",
"TR_YOU_ARE_IN_YOUR_WALLET": "You are in your hidden wallet.", "TR_YOU_ARE_IN_YOUR_WALLET": "Вы находитесь в скрытом кошельке.",
"TR_CLICK_HERE_TO_ACCESS_YOUR_HIDDEN": "Click here to access your hidden wallet.", "TR_CLICK_HERE_TO_ACCESS_YOUR_HIDDEN": "Нажмите здесь, чтобы доступ к вашему скрытому кошельку.",
"TR_CLICK_HERE_TO_ACCESS_YOUR_STANDARD": "Click here to access your standard or another hidden wallet.", "TR_CLICK_HERE_TO_ACCESS_YOUR_STANDARD": "Нажмите здесь, чтобы получить доступ к вашему стандартному или скрытому бумажнику.",
"TR_TO_ACCESS_OTHER_WALLETS": "To access other wallets please connect your device.", "TR_TO_ACCESS_OTHER_WALLETS": "Для доступа к другим кошелькам, подключите, пожалуйста, ваше устройство.",
"TR_NEED_HELP": "Нужна помощь?", "TR_NEED_HELP": "Нужна помощь?",
"TR_NUMBER_OF_DEVICES": "Number of devices", "TR_NUMBER_OF_DEVICES": "Количество устройств",
"TR_NAV_SUMMARY": "Summary", "TR_NAV_SUMMARY": "Обзор",
"TR_NAV_RECEIVE": "Получить", "TR_NAV_RECEIVE": "Получить",
"TR_NAV_SEND": "Отправить", "TR_NAV_SEND": "Отправить",
"TR_NAV_SIGN_AND_VERIFY": "Подписать и заверить", "TR_NAV_SIGN_AND_VERIFY": "Подписать и заверить",
"TR_AMOUNT": "Сумма", "TR_AMOUNT": "Сумма",
"TR_SET_MAX": "Set max", "TR_SET_MAX": "Весь баланс",
"TR_FEE": "Комиссия", "TR_FEE": "Комиссия",
"TR_RECOMMENDED_FEES_UPDATED": "Recommended fees updated.", "TR_RECOMMENDED_FEES_UPDATED": "Рекомендованная комиссия обновлена.",
"TR_CLICK_HERE_TO_USE_THEM": "Click here to use them", "TR_CLICK_HERE_TO_USE_THEM": "Нажмите здесь, чтобы использовать её",
"TR_ADVANCED_SETTINGS": "Advanced settings", "TR_ADVANCED_SETTINGS": "Продвинутые настройки",
"TR_DEVICE_IS_NOT_CONNECTED": "Device is not connected", "TR_DEVICE_IS_NOT_CONNECTED": "Устройство не подключено",
"TR_DEVICE_IS_UNAVAILABLE": "Device is unavailable", "TR_DEVICE_IS_UNAVAILABLE": "Устройство недоступно",
"TR_LOADING_ACCOUNTS": "Загрузка счетов", "TR_LOADING_ACCOUNTS": "Загрузка счетов",
"TR_SEND": "Send {amount}", "TR_SEND": "Отправить {amount}",
"TR_CHECK_ADDRESS_ON_TREZOR": "Проверьте адрес в Trezor", "TR_CHECK_ADDRESS_ON_TREZOR": "Проверьте адрес в Trezor",
"TR_SHOW_FULL_ADDRESS": "Показать полный адрес", "TR_SHOW_FULL_ADDRESS": "Показать полный адрес",
"TR_QR_CODE": "QR Code", "TR_QR_CODE": "QR-код",
"TR_UNVERIFIED_ADDRESS_COMMA_CONNECT": "Unverified address, connect your Trezor to verify it", "TR_UNVERIFIED_ADDRESS_COMMA_CONNECT": "Неподтверждённый адрес, подключите Trezor для проверки",
"TR_UNVERIFIED_ADDRESS_COMMA_SHOW": "Unverified address, show on Trezor.", "TR_UNVERIFIED_ADDRESS_COMMA_SHOW": "Неподтверждённый адрес, показать на Trezor.",
"TR_SHOW_ON_TREZOR": "Показать на Trezor", "TR_SHOW_ON_TREZOR": "Показать на Trezor",
"TR_CONNECT_YOUR_TREZOR_TO_CHECK": "Connect your Trezor to verify this address", "TR_CONNECT_YOUR_TREZOR_TO_CHECK": "Подключите ваш Trezor для проверки этого адреса",
"TR_RECEIVE_ETHEREUM_OR_TOKENS": "Receive Ethereum or tokens", "TR_RECEIVE_ETHEREUM_OR_TOKENS": "Получить Ethereum или токены",
"TR_RECEIVE_RIPPLE": "Receive Ripple", "TR_RECEIVE_RIPPLE": "Получить Ripple",
"TR_GAS_LIMIT": "Gas limit", "TR_GAS_LIMIT": "Gas-лимит",
"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_LIMIT_REFERS_TO": "{TR_GAS_LIMIT} означает максимальное количеству газа, которое пользователь готов потратить в конкретной транзакции. {TR_GAS_QUOTATION}. Увеличение лимита газа ускорит подтверждение транзакции. Значение по умолчанию для отправки {gasLimitTooltipCurrency} - {gasLimitTooltipValue}.",
"TR_GAS_QUOTATION": "Transaction fee = gas limit * gas price", "TR_GAS_QUOTATION": "Плата за транзакцию = лимит газа * цена на газ",
"TR_SET_DEFAULT": "Set default", "TR_SET_DEFAULT": "Установить по умолчанию",
"TR_CALCULATING_DOT_DOT": "Calculating...", "TR_CALCULATING_DOT_DOT": "Вычисление...",
"TR_GAS_PRICE": "Gas price", "TR_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_REFERS_TO": "Цена на газ - это количество эфира, которое вы готовы платить за каждую единицу газа и обычно измеряется в «Gwei». {TR_GAS_PRICE_QUOTATION}. Повышение цены на газ ускорит время подтверждения транзакции, но сделает её дороже. Рекомендуемая цена газа составляет {recommendedGasPrice} Gwei.",
"TR_GAS_PRICE_QUOTATION": "Transaction fee = gas limit * gas price", "TR_GAS_PRICE_QUOTATION": "Плата за сделку = лимит газа * цена на газ",
"TR_DATA": "Data", "TR_DATA": "Данные",
"TR_DATA_IS_USUALLY_USED": "Data is usually used when you send transactions to contracts.", "TR_DATA_IS_USUALLY_USED": "Данные обычно используется при отправке транзакций контрактам.",
"TR_SEND_ETHEREUM_OR_TOKENS": "Send Ethereum or tokens", "TR_SEND_ETHEREUM_OR_TOKENS": "Отправить Ethereum или токены",
"YOU_HAVE_TOKEN_BALANCE": "You have: {tokenBalance}", "YOU_HAVE_TOKEN_BALANCE": "У вас есть: {tokenBalance}",
"TR_XRP_TRANSFER_COST": "Transfer cost in XRP drops", "TR_XRP_TRANSFER_COST": "Стоимость перевода в XRP drops",
"TR_XRP_DESTINATION_TAG": "Destination tag", "TR_XRP_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_DESTINATION_TAG_EXPLAINED": "Конечный тег это произвольное число, которое служит уникальным идентификатором транзакции. Некоторые службы могут потребовать его для обработки вашего перевода.",
"TR_XRP_RESERVE": "Reserve: {value}", "TR_XRP_RESERVE": "Резерв: {value}",
"TR_SEND_RIPPLE": "Send Ripple", "TR_SEND_RIPPLE": "Отправить Ripple",
"TR_MESSAGE": "Сообщение", "TR_MESSAGE": "Сообщение",
"TR_SIGNATURE": "Подпись", "TR_SIGNATURE": "Подпись",
"TR_SIGN": "Подписать", "TR_SIGN": "Подписать",
"TR_VERIFY": "Проверить", "TR_VERIFY": "Проверить",
"TR_VERIFY_MESSAGE": "Проверка сообщения", "TR_VERIFY_MESSAGE": "Проверка сообщения",
"TR_SIGN_MESSAGE": "Подписать сообщение", "TR_SIGN_MESSAGE": "Подписать сообщение",
"TR_SEE_FULL_TRANSACTION_HISTORY": "See full transaction history", "TR_SEE_FULL_TRANSACTION_HISTORY": "Просмотреть полную историю транзакций",
"TR_TOKENS": "Tokens", "TR_TOKENS": "Токены",
"TR_INSERT_TOKEN_NAME": "Insert token name, symbol or address to be able to send it.", "TR_INSERT_TOKEN_NAME": "Впишите название токена, его символ или адрес для того, чтобы иметь возможность отправлять их.",
"TR_TYPE_IN_A_TOKEN_NAME": "Type in a token name or a token address.", "TR_TYPE_IN_A_TOKEN_NAME": "Впишите имя или адрес токена.",
"TR_TOKEN_NOT_FOUND": "Token not found", "TR_TOKEN_NOT_FOUND": "Токен не найден",
"TR_ALREADY_USED": "Already used", "TR_ALREADY_USED": "Уже используется",
"TR_HISTORY": "History", "TR_HISTORY": "История",
"TR_ADD_YOUR_TOKENS": "Add your tokens", "TR_ADD_YOUR_TOKENS": "Добавьте ваши токены",
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Найдите токен и добавьте его вручную, скопировав адрес токена в поисковое поле.",
"TR_BALANCE": "Баланс", "TR_BALANCE": "Баланс",
"TR_RATE": "Курс", "TR_RATE": "Курс",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_RESERVE": "Резерв",
"TR_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?", "TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Курсы фиатных валют в настоящее время недоступны.",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_DEVICE_USED_IN_OTHER": "Устройство используется в другом окне",
"TR_YOUR_DEVICE_IS_IN_FIRMWARE": "Your device is in firmware update mode", "TR_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Вы хотите использовать ваше устройство в этом окне?",
"TR_PLEASE_RECONNECT_IT": "Please re-connect it", "TR_ACQUIRE_DEVICE": "Использовать устройство",
"TR_PLEASE_SELECT_YOUR": "Please select your coin", "TR_YOUR_DEVICE_IS_IN_FIRMWARE": "Устройство находится в режиме обновления прошивки",
"TR_YOU_WILL_GAIN_ACCESS": "You will gain access to receiving & sending selected coin", "TR_PLEASE_RECONNECT_IT": "Пожалуйста, подключите его снова",
"TR_ITS_TIME_TO_UPDATE_FIRMWARE": "Its time to update your firmware", "TR_PLEASE_SELECT_YOUR": "Пожалуйста, выберите вашу монету",
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface to update your firmware.", "TR_YOU_WILL_GAIN_ACCESS": "Вы получите доступ к приёму и отправке выбранных монет",
"TR_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized", "TR_ITS_TIME_TO_UPDATE_FIRMWARE": "Пришло время обновить прошивку",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_OLD_WALLET": "Пожалуйста, используйте интерфейс Bitcoin-кошелька для обновления прошивки.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_YOUR_DEVICE_IS_NOT_INITIALIZED": "Ваше устройство не инициализировано",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Пожалуйста, используйте интерфейс Bitcoin-кошелька для начала процесса инициализации",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_PLEASE_USE_TO_CREATE_BACKUP": "Пожалуйста, используйте интерфейс Bitcoin-кошелька для создания резервной копии.",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Устройство инициализировано в seedless-режиме и поэтому доступ к кошельку не разрешён",
"TR_DEVICE_IS_IN_SEEDLESS": "Устройство находится в seedless-режиме",
"TR_UNREADABLE_DEVICE": "Несчитываемое устройство",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Пожалуйста, установите Trezor Bridge",
"TR_LOCAL_CURRENCY": "Местная валюта",
"TR_HIDE_BALANCE_EXPLAINED": "Скрывает ваш баланс, так что вам не придётся беспокоиться о тех, кто подглядывает через плечо.",
"TR_THE_CHANGES_ARE_SAVED": "Изменения сохраняются автоматически, как только они сделаны"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Villkor", "TR_TERMS": "Villkor",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Stäng", "TR_MENU_CLOSE": "Stäng",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Support", "TR_SUPPORT": "Support",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Uppmärksamma: Loggen innehåller dina XPUBs. Den som har dem kan se ditt kontos historik.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Uppmärksamma: Loggen innehåller dina XPUBs. Den som har dem kan se ditt kontos historik.",
"TR_LOG": "Logg", "TR_LOG": "Logg",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Skicka", "TR_SEND_LABEL": "Skicka",
"TR_FEE_LABEL": "Avgift", "TR_FEE_LABEL": "Avgift",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Om du glömmer din lösenfras, är din plånbok förlorad för gott. Det finns inget sätt att återfå dina medel.", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Om du glömmer din lösenfras, är din plånbok förlorad för gott. Det finns inget sätt att återfå dina medel.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Check for devices", "TR_CLEAR": "Check for devices",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Adress", "TR_ADDRESS": "Adress",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Glöm enhet", "TR_FORGET_DEVICE": "Glöm enhet",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Du öppnar Trezor Beta Wallet", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Du öppnar Trezor Beta Wallet",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Har du ingen Trezor?{getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Har du ingen Trezor?{getOne}",
"TR_GET_ONE": "Skaffa en", "TR_GET_ONE": "Skaffa en",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "För att lägga till konton, se till att din enhet är ansluten.", "TR_TO_ADD_ACCOUNTS": "För att lägga till konton, se till att din enhet är ansluten.",
"TR_ADD_ACCOUNT": "Lägg till konto", "TR_ADD_ACCOUNT": "Lägg till konto",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Balans", "TR_BALANCE": "Balans",
"TR_RATE": "Kurs", "TR_RATE": "Kurs",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Şartlar", "TR_TERMS": "Şartlar",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Kapat", "TR_MENU_CLOSE": "Kapat",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Destek", "TR_SUPPORT": "Destek",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Dikkat: Sıralı kayıtlar XPUB'larınızı içerir. XPUB'ları elde eden kişiler, geçmiş hesap hareketlerinizi görebilir.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Dikkat: Sıralı kayıtlar XPUB'larınızı içerir. XPUB'ları elde eden kişiler, geçmiş hesap hareketlerinizi görebilir.",
"TR_LOG": "Sıralı kayıt", "TR_LOG": "Sıralı kayıt",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Gönder", "TR_SEND_LABEL": "Gönder",
"TR_FEE_LABEL": "Masraf", "TR_FEE_LABEL": "Masraf",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Parolanızı unutmanız durumunda, cüzdanınız sizin için kaybolur. Birikimlerinizi kurtarmanın hiçbir yolu yoktur.", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Parolanızı unutmanız durumunda, cüzdanınız sizin için kaybolur. Birikimlerinizi kurtarmanın hiçbir yolu yoktur.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Check for devices", "TR_CLEAR": "Check for devices",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Adres", "TR_ADDRESS": "Adres",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Cihazı unut", "TR_FORGET_DEVICE": "Cihazı unut",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Trezor Beta Cüzdanınııyorsunuz", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Trezor Beta Cüzdanınııyorsunuz",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Trezor sahibi değil misiniz? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Trezor sahibi değil misiniz? {getOne}",
"TR_GET_ONE": "Satın al", "TR_GET_ONE": "Satın al",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "Hesap eklemek için cihazınızın bağlı olduğuna emin olunuz.", "TR_TO_ADD_ACCOUNTS": "Hesap eklemek için cihazınızın bağlı olduğuna emin olunuz.",
"TR_ADD_ACCOUNT": "Hesap ekle", "TR_ADD_ACCOUNT": "Hesap ekle",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Bakiye", "TR_BALANCE": "Bakiye",
"TR_RATE": "Kur", "TR_RATE": "Kur",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Terms", "TR_TERMS": "Terms",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Закрити", "TR_MENU_CLOSE": "Закрити",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Підтримка", "TR_SUPPORT": "Підтримка",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Попередження: Цей журнал може містити Ваш XPUB. Ви даєте йому до третьої сторони, ви дозволяєте його, щоб побачити всю цю операцію історії. Надаючи його третій стороні, Ви тим самим дозволяєте побачити історію Ваших транзакцій.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Попередження: Цей журнал може містити Ваш XPUB. Ви даєте йому до третьої сторони, ви дозволяєте його, щоб побачити всю цю операцію історії. Надаючи його третій стороні, Ви тим самим дозволяєте побачити історію Ваших транзакцій.",
"TR_LOG": "Журнал", "TR_LOG": "Журнал",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Надіслати", "TR_SEND_LABEL": "Надіслати",
"TR_FEE_LABEL": "Fee", "TR_FEE_LABEL": "Fee",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": "Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": "Note: Passphrase is case-sensitive.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Якщо Ви забудете свою кодову фразу, Ваш гаманець втрачається назавжди. Не існує ніякого способу для його відновлення.", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Якщо Ви забудете свою кодову фразу, Ваш гаманець втрачається назавжди. Не існує ніякого способу для його відновлення.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Очистити", "TR_CLEAR": "Очистити",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Адреса", "TR_ADDRESS": "Адреса",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Забути пристрій?", "TR_FORGET_DEVICE": "Забути пристрій?",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}",
"TR_GET_ONE": "Get one", "TR_GET_ONE": "Get one",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "Щоб додати рахунки, переконайтеся, що пристрій підключено і останній рахунок не є порожнім.", "TR_TO_ADD_ACCOUNTS": "Щоб додати рахунки, переконайтеся, що пристрій підключено і останній рахунок не є порожнім.",
"TR_ADD_ACCOUNT": "Додати рахунок", "TR_ADD_ACCOUNT": "Додати рахунок",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Balance", "TR_BALANCE": "Balance",
"TR_RATE": "Rate", "TR_RATE": "Rate",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "Điều khoản", "TR_TERMS": "Điều khoản",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "Đóng", "TR_MENU_CLOSE": "Đóng",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "Hỗ trợ", "TR_SUPPORT": "Hỗ trợ",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "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_ATTENTION_COLON_THE_LOG_CONTAINS": "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": "Bản ghi", "TR_LOG": "Bản ghi",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "Gửi", "TR_SEND_LABEL": "Gửi",
"TR_FEE_LABEL": "Phí", "TR_FEE_LABEL": "Phí",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": " Note: Passphrase is case-sensitive.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Nếu bạn quên cụm mật khẩu của bạn, ví của bạn sẽ không sử dụng được. Không còn cách để phục hồi các khoản tiền của bạn.", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "Nếu bạn quên cụm mật khẩu của bạn, ví của bạn sẽ không sử dụng được. Không còn cách để phục hồi các khoản tiền của bạn.",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "Recherchez des appareils", "TR_CLEAR": "Recherchez des appareils",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "Địa chỉ", "TR_ADDRESS": "Địa chỉ",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "Quên thiết bị", "TR_FORGET_DEVICE": "Quên thiết bị",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Bạn đang tạo Ví Trezor Beta", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "Bạn đang tạo Ví Trezor Beta",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Không có Trezor? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Không có Trezor? {getOne}",
"TR_GET_ONE": "Hãy mua một cái", "TR_GET_ONE": "Hãy mua một cái",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "Để thêm tài khoản, hãy chắc chắn rằng thiết bị đã được kết nối.", "TR_TO_ADD_ACCOUNTS": "Để 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": "Thêm tài khoản", "TR_ADD_ACCOUNT": "Thêm tài khoản",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "Số dư", "TR_BALANCE": "Số dư",
"TR_RATE": "Tỷ giá", "TR_RATE": "Tỷ giá",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "條款", "TR_TERMS": "條款",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "關閉", "TR_MENU_CLOSE": "關閉",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "技術支持", "TR_SUPPORT": "技術支持",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.",
"TR_LOG": "日誌", "TR_LOG": "日誌",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor", "TR_CONFIRM_ACTION_ON_YOUR": "Confirm action on your Trezor",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "發送", "TR_SEND_LABEL": "發送",
"TR_FEE_LABEL": "Fee", "TR_FEE_LABEL": "Fee",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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", "TR_REMEMBER_DEVICE": "Remember device",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "Make sure you download the Universal Client for Trezor support.",
"TR_GO_TO_NEM_DOT_IO": "Go to nem.io", "TR_GO_TO_NEM_DOT_IO": "Go to nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": "Note: Passphrase is case-sensitive.", "TR_NOTE_COLON_PASSPHRASE": "Note: Passphrase is case-sensitive.",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "如果你忘記你的短語密碼,你的錢包將永久地遺失,並且絕對不可能恢復你的資金。", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "如果你忘記你的短語密碼,你的錢包將永久地遺失,並且絕對不可能恢復你的資金。",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "清除", "TR_CLEAR": "清除",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "地址", "TR_ADDRESS": "地址",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "是否記住設備?", "TR_FORGET_DEVICE": "是否記住設備?",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "You are opening Trezor Beta Wallet",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "Device not recognized? Try installing the {link}.",
"TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "Don't have a Trezor? {getOne}",
"TR_GET_ONE": "立即获取", "TR_GET_ONE": "立即获取",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.", "TR_NEW_COMMUNICATION_TOOL": "New communication tool to facilitate the connection between your Trezor and your internet browser.",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "如果要新增帳戶,請先確認你的裝置已連接上電腦,且最後一個帳戶裡不是空白的(有過交易紀錄)。", "TR_TO_ADD_ACCOUNTS": "如果要新增帳戶,請先確認你的裝置已連接上電腦,且最後一個帳戶裡不是空白的(有過交易紀錄)。",
"TR_ADD_ACCOUNT": "新增帳戶", "TR_ADD_ACCOUNT": "新增帳戶",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "收支總和", "TR_BALANCE": "收支總和",
"TR_RATE": "匯率", "TR_RATE": "匯率",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -1,6 +1,8 @@
{ {
"TR_TERMS": "条款", "TR_TERMS": "条款",
"TR_EXCHANGE_RATES_BY": "Exchange rates by {service}", "TR_EXCHANGE_RATES_BY": "Exchange rates by {service}",
"TR_WE_THANK_OUR_TRANSLATORS": "We thank our translators for their {TR_CONTRIBUTION}",
"TR_CONTRIBUTION": "contribution",
"TR_MENU": "Menu", "TR_MENU": "Menu",
"TR_MENU_CLOSE": "关闭", "TR_MENU_CLOSE": "关闭",
"TR_TREZOR": "Trezor", "TR_TREZOR": "Trezor",
@ -9,6 +11,8 @@
"TR_SUPPORT": "支持", "TR_SUPPORT": "支持",
"TR_ATTENTION_COLON_THE_LOG_CONTAINS": "注意:日志中包含您的 XPUB。任何持有您的 XPUB 的人都可以看到您的账户历史记录。", "TR_ATTENTION_COLON_THE_LOG_CONTAINS": "注意:日志中包含您的 XPUB。任何持有您的 XPUB 的人都可以看到您的账户历史记录。",
"TR_LOG": "日志", "TR_LOG": "日志",
"TR_COPY_TO_CLIPBOARD": "Copy to clipboard",
"TR_COPIED": "Copied!",
"TR_CONFIRM_ACTION_ON_YOUR": "在您的 Trezor 上确认操作", "TR_CONFIRM_ACTION_ON_YOUR": "在您的 Trezor 上确认操作",
"TR_CONFIRM_ADDRESS_ON_TREZOR": "Confirm address on 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_PLEASE_COMPARE_YOUR_ADDRESS": "Please compare your address on device with address shown bellow",
@ -18,6 +22,7 @@
"TR_SEND_LABEL": "发送", "TR_SEND_LABEL": "发送",
"TR_FEE_LABEL": "手续费", "TR_FEE_LABEL": "手续费",
"TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected", "TR_DEVICE_LABEL_IS_NOT_CONNECTED": "Device {deviceLabel} is not connected",
"TR_DEVICE_LABEL_IS_NOT_BACKED_UP": "Device {deviceLabel} is not backed up",
"TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable", "TR_DEVICE_LABEL_IS_UNAVAILABLE": "Device {deviceLabel} is unavailable",
"TR_PLEASE_CONNECT_YOUR_DEVICE": "Please connect your device to continue with the verification process", "TR_PLEASE_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_ENABLE_PASSPHRASE": "Please enable passphrase settings to continue with the verification process.",
@ -31,7 +36,7 @@
"TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?", "TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO": "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": "记住设备", "TR_REMEMBER_DEVICE": "记住设备",
"TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_SELECT_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}",
"TR_CHANGE_WALLET_TYPE_FOR": "Select wallet type for {deviceLabel}", "TR_CHANGE_WALLET_TYPE_FOR": "Change wallet type for {deviceLabel}",
"TR_STANDARD_WALLET": "Standard wallet", "TR_STANDARD_WALLET": "Standard wallet",
"TR_HIDDEN_WALLET": "Hidden wallet", "TR_HIDDEN_WALLET": "Hidden wallet",
"TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.", "TR_CONTINUE_TO_ACCESS_STANDARD_WALLET": "Continue to access your standard wallet.",
@ -45,6 +50,7 @@
"TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "确保下载通用客户单以支持 Trezor。", "TR_MAKE_SURE_YOU_DOWNLOAD_THE_UNIVERSAL": "确保下载通用客户单以支持 Trezor。",
"TR_GO_TO_NEM_DOT_IO": "转到 nem.io", "TR_GO_TO_NEM_DOT_IO": "转到 nem.io",
"TR_STELLAR_WALLET": "Stellar wallet", "TR_STELLAR_WALLET": "Stellar wallet",
"TR_TEZOS_WALLET": "Tezos wallet",
"TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase", "TR_ENTER_DEVICE_PASSPHRASE": "Enter {deviceLabel} passphrase",
"TR_NOTE_COLON_PASSPHRASE": " 注:密码区分大小写。", "TR_NOTE_COLON_PASSPHRASE": " 注:密码区分大小写。",
"TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "如果您忘记密码,您的钱包将永久地丢失,您的资金将无法恢复。", "TR_IF_YOU_FORGET_YOUR_PASSPHRASE_COMMA": "如果您忘记密码,您的钱包将永久地丢失,您的资金将无法恢复。",
@ -74,7 +80,9 @@
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": "Minimum account reserve required", "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_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_DEVICE_SETTINGS": "Device settings",
"TR_APPLICATION_SETTINGS": "Application settings",
"TR_ACCOUNT_HASH": "Account #{number}", "TR_ACCOUNT_HASH": "Account #{number}",
"TR_IMPORTED_ACCOUNT_HASH": "Imported account #{number}",
"TR_CLEAR": "清除", "TR_CLEAR": "清除",
"TR_CHECK_FOR_DEVICES": "Check for devices", "TR_CHECK_FOR_DEVICES": "Check for devices",
"TR_ADDRESS": "地址", "TR_ADDRESS": "地址",
@ -87,6 +95,13 @@
"TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet", "TR_GO_TO_STANDARD_WALLET": "Go to your standard wallet",
"TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet", "TR_GO_TO_HIDDEN_WALLET": "Go to your hidden wallet",
"TR_FORGET_DEVICE": "忘记设备", "TR_FORGET_DEVICE": "忘记设备",
"TR_CLOSE": "Close",
"TR_HIDE_BALANCE": "Hide balance",
"TR_THE_ACCOUNT_BALANCE_IS_HIDDEN": "The account balance is hidden.",
"TR_IF_YOUR_DEVICE_IS_EVER_LOST": "If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.",
"TR_CREATE_BACKUP_IN_3_MINUTES": "Create a backup in 3 minutes",
"TR_YOUR_TREZOR_IS_NOT_BACKED_UP": "Your Trezor is not backed up",
"TR_SHOW_ADDRESS_I_WILL_TAKE_THE_RISK": "Show address, I will take the risk",
"TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "您即将打开 Trezor Beta Wallet", "TR_YOU_ARE_OPENING_TREZOR_BETA_WALLET": "您即将打开 Trezor Beta Wallet",
"TR_TREZOR_BETA_WALLET_IS": "{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.", "TR_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_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.",
@ -105,6 +120,7 @@
"TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "未识别设备?尝试安装 {link}。", "TR_DEVICE_NOT_RECOGNIZED_TRY_INSTALLING": "未识别设备?尝试安装 {link}。",
"TR_DONT_HAVE_A_TREZOR_GET": "没有 Trezor{getOne}", "TR_DONT_HAVE_A_TREZOR_GET": "没有 Trezor{getOne}",
"TR_GET_ONE": "একটি নিন", "TR_GET_ONE": "একটি নিন",
"TR_UNPLUG_DEVICE_LABEL": "Unplug \"{deviceLabel}\" device",
"TR_NEW_COMMUNICATION_TOOL": "全新的通信工具,帮助在您的 Trezor 与网络浏览器之间建立连接。", "TR_NEW_COMMUNICATION_TOOL": "全新的通信工具,帮助在您的 Trezor 与网络浏览器之间建立连接。",
"TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}", "TR_DOWNLOAD_LATEST_BRIDGE": "Download latest Bridge {version}",
"TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.", "TR_LEARN_MORE_ABOUT_LATEST_VERSION": "Learn more about latest version in {TR_CHANGELOG}.",
@ -118,8 +134,8 @@
"TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.", "TR_TO_ADD_A_NEW_ACCOUNT_LAST": "To add a new account, last account must have some transactions.",
"TR_TO_ADD_ACCOUNTS": "要添加账户,请确保您的设备已连接。", "TR_TO_ADD_ACCOUNTS": "要添加账户,请确保您的设备已连接。",
"TR_ADD_ACCOUNT": "添加账户", "TR_ADD_ACCOUNT": "添加账户",
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": "You cannot add more than 10 accounts",
"TR_OTHER_COINS": "Other coins", "TR_OTHER_COINS": "Other coins",
"TR_YOU_WILL_BE_REDIRECTED": "(You will be redirected)",
"TR_CHANGE_WALLET_TYPE": "Change wallet type", "TR_CHANGE_WALLET_TYPE": "Change wallet type",
"TR_RENEW_SESSION": "Renew session", "TR_RENEW_SESSION": "Renew session",
"TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.", "TR_YOU_ARE_IN_YOUR_STANDARD_WALLET": "You are in your standard wallet.",
@ -186,6 +202,8 @@
"TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.", "TR_SEARCH_FOR_THE_TOKEN": "Search for the token or add them manually by pasting token address into search input.",
"TR_BALANCE": "余额", "TR_BALANCE": "余额",
"TR_RATE": "汇率", "TR_RATE": "汇率",
"TR_RESERVE": "Reserve",
"TR_FIAT_RATES_ARE_NOT_CURRENTLY": "Fiat rates are not currently available.",
"TR_DEVICE_USED_IN_OTHER": "Device is used in other window", "TR_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_USE_YOUR_DEVICE_IN_THIS_WINDOW": "Do you want to use your device in this window?",
"TR_ACQUIRE_DEVICE": "Acquire device", "TR_ACQUIRE_DEVICE": "Acquire device",
@ -197,8 +215,12 @@
"TR_PLEASE_USE_OLD_WALLET": "Please use Bitcoin wallet interface 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_YOUR_DEVICE_IS_NOT_INITIALIZED": "Your device is not initialized",
"TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process", "TR_PLEASE_USE_TO_START_INITIALIZATION": "Please use Bitcoin wallet interface to start initialization process",
"TR_PLEASE_USE_TO_CREATE_BACKUP": "Please use Bitcoin wallet interface to create a backup.",
"TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet", "TR_DEVICE_IS_INITIALIZED_IN_SEEDLESS_MODE": "Device is initialized in seedless mode and therefore not allowed to access wallet",
"TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode", "TR_DEVICE_IS_IN_SEEDLESS": "Device is in seedless mode",
"TR_UNREADABLE_DEVICE": "Unreadable device", "TR_UNREADABLE_DEVICE": "Unreadable device",
"TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge" "TR_PLEASE_INSTALL_TREZOR_BRIDGE": "Please install Trezor Bridge",
"TR_LOCAL_CURRENCY": "Local currency",
"TR_HIDE_BALANCE_EXPLAINED": "Hides your account balance so you don't have to worry about anyone looking over your shoulder.",
"TR_THE_CHANGES_ARE_SAVED": "The changes are saved automatically as they are made"
} }

@ -9,7 +9,7 @@ const definedMessages: Messages = defineMessages({
}, },
TR_CHANGE_WALLET_TYPE_FOR: { TR_CHANGE_WALLET_TYPE_FOR: {
id: 'TR_CHANGE_WALLET_TYPE_FOR', id: 'TR_CHANGE_WALLET_TYPE_FOR',
defaultMessage: 'Select wallet type for {deviceLabel}', defaultMessage: 'Change wallet type for {deviceLabel}',
}, },
TR_STANDARD_WALLET: { TR_STANDARD_WALLET: {
id: 'TR_STANDARD_WALLET', id: 'TR_STANDARD_WALLET',

@ -6,18 +6,24 @@ const definedMessages: Messages = defineMessages({
TR_NAV_SUMMARY: { TR_NAV_SUMMARY: {
id: 'TR_NAV_SUMMARY', id: 'TR_NAV_SUMMARY',
defaultMessage: 'Summary', defaultMessage: 'Summary',
description:
'Title of the navigation tab that contains information about selected account (balance, tx history).',
}, },
TR_NAV_RECEIVE: { TR_NAV_RECEIVE: {
id: 'TR_NAV_RECEIVE', id: 'TR_NAV_RECEIVE',
defaultMessage: 'Receive', defaultMessage: 'Receive',
description: 'Title of the navigation tab that contains the account address',
}, },
TR_NAV_SEND: { TR_NAV_SEND: {
id: 'TR_NAV_SEND', id: 'TR_NAV_SEND',
defaultMessage: 'Send', defaultMessage: 'Send',
description: 'Title of the navigation tab that contains a form for sending funds',
}, },
TR_NAV_SIGN_AND_VERIFY: { TR_NAV_SIGN_AND_VERIFY: {
id: 'TR_NAV_SIGN_AND_VERIFY', id: 'TR_NAV_SIGN_AND_VERIFY',
defaultMessage: 'Sign & Verify', defaultMessage: 'Sign & Verify',
description:
'Title of the navigation tab that contains a form for signing and verifying messages',
}, },
}); });

@ -310,7 +310,7 @@
} }
}, },
"TR_CHANGE_WALLET_TYPE_FOR": { "TR_CHANGE_WALLET_TYPE_FOR": {
"source": "Select wallet type for {deviceLabel}", "source": "Change wallet type for {deviceLabel}",
"meta": { "meta": {
"occurrences": [ "occurrences": [
"src/components/modals/device/WalletType/index.messages.js" "src/components/modals/device/WalletType/index.messages.js"
@ -681,6 +681,15 @@
] ]
} }
}, },
"TR_IMPORTED_ACCOUNT_HASH": {
"source": "Imported account #{number}",
"meta": {
"comment": "Used in auto-generated label for imported accounts",
"occurrences": [
"src/views/common.messages.js"
]
}
},
"TR_CLEAR": { "TR_CLEAR": {
"source": "Clear", "source": "Clear",
"meta": { "meta": {
@ -1093,6 +1102,14 @@
] ]
} }
}, },
"TR_YOU_CANNOT_ADD_MORE_THAN_10_ACCOUNTS": {
"source": "You cannot add more than 10 accounts",
"meta": {
"occurrences": [
"src/views/Wallet/components/LeftNavigation/components/AccountMenu/index.messages.js"
]
}
},
"TR_OTHER_COINS": { "TR_OTHER_COINS": {
"source": "Other coins", "source": "Other coins",
"meta": { "meta": {
@ -1177,6 +1194,7 @@
"TR_NAV_SUMMARY": { "TR_NAV_SUMMARY": {
"source": "Summary", "source": "Summary",
"meta": { "meta": {
"comment": "Title of the navigation tab that contains information about selected account (balance, tx history).",
"occurrences": [ "occurrences": [
"src/views/Wallet/components/TopNavigationAccount/index.messages.js" "src/views/Wallet/components/TopNavigationAccount/index.messages.js"
] ]
@ -1185,6 +1203,7 @@
"TR_NAV_RECEIVE": { "TR_NAV_RECEIVE": {
"source": "Receive", "source": "Receive",
"meta": { "meta": {
"comment": "Title of the navigation tab that contains the account address",
"occurrences": [ "occurrences": [
"src/views/Wallet/components/TopNavigationAccount/index.messages.js" "src/views/Wallet/components/TopNavigationAccount/index.messages.js"
] ]
@ -1193,6 +1212,7 @@
"TR_NAV_SEND": { "TR_NAV_SEND": {
"source": "Send", "source": "Send",
"meta": { "meta": {
"comment": "Title of the navigation tab that contains a form for sending funds",
"occurrences": [ "occurrences": [
"src/views/Wallet/components/TopNavigationAccount/index.messages.js" "src/views/Wallet/components/TopNavigationAccount/index.messages.js"
] ]
@ -1201,6 +1221,7 @@
"TR_NAV_SIGN_AND_VERIFY": { "TR_NAV_SIGN_AND_VERIFY": {
"source": "Sign & Verify", "source": "Sign & Verify",
"meta": { "meta": {
"comment": "Title of the navigation tab that contains a form for signing and verifying messages",
"occurrences": [ "occurrences": [
"src/views/Wallet/components/TopNavigationAccount/index.messages.js" "src/views/Wallet/components/TopNavigationAccount/index.messages.js"
] ]

Loading…
Cancel
Save