diff --git a/src/components/modals/AddAccounts/steps/02-step-connect-device.js b/src/components/modals/AddAccounts/steps/02-step-connect-device.js index f3815588..81e2bd2e 100644 --- a/src/components/modals/AddAccounts/steps/02-step-connect-device.js +++ b/src/components/modals/AddAccounts/steps/02-step-connect-device.js @@ -12,7 +12,7 @@ import { CurrencyCircleIcon } from 'components/base/CurrencyBadge' import type { StepProps } from '../index' function StepConnectDevice({ t, currency, device, setAppOpened }: StepProps) { - invariant(currency, 'No currency given') + invariant(currency, 'No crypto asset given') return ( diff --git a/static/i18n/en/app.yml b/static/i18n/en/app.yml index 3d94114d..e01bd94b 100644 --- a/static/i18n/en/app.yml +++ b/static/i18n/en/app.yml @@ -13,14 +13,14 @@ common: selectAccount: Select an account selectAccountNoOption: 'No account matching "{{accountName}}"' selectCurrency: Choose a crypto asset - selectCurrencyNoOption: 'No currency matching "{{currencyName}}"' + selectCurrencyNoOption: 'No crypto asset "{{currencyName}}"' selectExchange: Select an exchange selectExchangeNoOption: 'No exchange matching "{{exchangeName}}"' sortBy: Sort by search: Search save: Save password: Password - editProfile: Edit profile + editProfile: Preferences lockApplication: Lock Ledger Live showMore: Show more max: Max @@ -61,10 +61,10 @@ time: month: Month year: Year since: - day: since a day - week: since a week - month: since a month - year: since a year + day: past day + week: past week + month: past month + year: past year sidebar: menu: Menu accounts: Accounts ({{count}}) @@ -75,20 +75,20 @@ account: receive: Receive lastOperations: Last operations emptyState: - title: No funds yet? - desc: Make sure the <1><0>{{currency}} app is installed to receive funds. # replace [cryptocurrency] and make it bold + title: No crypto assets yet? + desc: Make sure the <1><0>{{currency}} app is installed to receive crypto assets # replace [cryptocurrency] and make it bold buttons: - receiveFunds: Receive funds + receiveFunds: Receive settings: title: Edit account advancedLogs: Advanced logs accountName: title: Account name - desc: Describe this account. - error: An account name is required. + desc: Describe this account + error: An account name is required unit: title: Unit - desc: Choose the unit to display. + desc: Choose the unit to display endpointConfig: title: Node desc: The API node to use @@ -96,16 +96,16 @@ account: dashboard: title: Portfolio emptyAccountTile: - desc: Lorem ipsum dolor sit amet, consectetur adipiscing elit - createAccount: Create Account + desc: Add accounts to manage more crypto assets + createAccount: Add account accounts: title: Accounts ({{count}}) greeting: morning: "Good morning" evening: "Good evening" afternoon: "Good afternoon" - summary: "Here's the summary of your account." - summary_plural: "Here's the summary of your {{count}} accounts." + summary: "Here's the summary of your account" + summary_plural: "Here's the summary of your {{count}} accounts" noAccounts: No accounts yet recentActivity: Recent activity totalBalance: Total balance @@ -115,15 +115,15 @@ dashboard: currentAddress: title: Current address for: Address for <1><0>{{accountName}} - message: Your receive address has not been confirmed on your Ledger device. Verify the address for optimal security. + message: Your receive address has not been confirmed on your Ledger device. Please verify the address for optimal security. deviceConnect: step1: choose: "We detected {{count}} connected devices, please select one:" connect: Connect and unlock your <1>Ledger device # remove key: <3>PIN code - dashboard: test + dashboard: Not used. # This key is not used. Still managed in JS. emptyState: sidebar: - text: Press the + button to add an account to your portfolio. + text: Press the + button to add an account to your portfolio dashboard: title: 'Add accounts to your portfolio' desc: Your portfolio has no accounts the first time Ledger Live is launched. Open the Manager to install apps on your Ledger device before you start adding accounts to your portfolio. @@ -153,13 +153,13 @@ addAccounts: editName: Edit name newAccount: New account legacyAccount: '{{accountName}} (legacy)' - noAccountToImport: All {{currencyName}} accounts found are already in your portfolio. - success: Account successfully added to your portfolio. + noAccountToImport: No existing {{currencyName}} accounts to add + success: Account added to your portfolio # success_plural: Accounts successfully added to your portfolio. createNewAccount: title: Create new account - noOperationOnLastAccount: 'You have to receive funds on {{accountName}} before you can create a new account.' - noAccountToCreate: No {{currencyName}} account was found to create. + noOperationOnLastAccount: 'You have to receive crypto assets on {{accountName}} before you can create a new account.' + noAccountToCreate: No {{currencyName}} account was found to create somethingWentWrong: Something went wrong during synchronization, please try again. cta: add: 'Add account' @@ -189,21 +189,21 @@ manager: all: Apps installing: 'Installing {{app}}...' uninstalling: 'Uninstalling {{app}}...' - installSuccess: '{{app}} is now installed on your device.' - uninstallSuccess: '{{app}} has been uninstalled from your device.' - alreadyInstalled: '{{app}} is already installed on your device.' + installSuccess: '{{app}} is now installed on your device' + uninstallSuccess: '{{app}} has been uninstalled from your device' + alreadyInstalled: '{{app}} is already installed on your device' help: Remove and reinstall to update apps firmware: installed: 'Firmware version {{version}}' update: Update firmware updateTitle: Firmware update continue: Continue update - latest: 'Firmware version {{version}} is available.' + latest: 'Firmware version {{version}} is available' disclaimerTitle: 'You are about to install the latest <1><0>firmware {{version}}' disclaimerAppDelete: Please note that all the apps installed on your device will be deleted. disclaimerAppReinstall: You will be able to re-install your apps after the firmware update title: Manager - subtitle: Install apps or update your device. + subtitle: Select apps to use on your device device: title: Connect your device desc: Follow the steps below to use the Manager @@ -213,7 +213,7 @@ manager: noDashboard: Navigate to the dashboard on your device (TEMPLATED NEEDED) noGenuine: Allow the Manager to continue (TEMPLATE NEEDED) receive: - title: Receive funds + title: Receive crypto assets steps: chooseAccount: title: Choose account @@ -224,27 +224,27 @@ receive: confirmAddress: title: Confirm address action: Confirm address on device - text: To receive funds, confirm the address on your device. + text: To receive crypto assets, confirm the address on your device support: Ledger Support error: title: Receive address rejected - text: Please try again or request Ledger Support assistance when in doubt. + text: Please try again or contact Support when in doubt receiveFunds: - title: Receive funds + title: Receive crypto assets label: Amount (optional) send: - title: Send funds + title: Send crypto assets totalSpent: Total steps: amount: - title: Create payment + title: Send crypto assets selectAccountDebit: Select an account to debit recipientAddress: Recipient address # can't control the tooltip! amount: Amount max: Max fees: Fees advancedOptions: Advanced options - useRBF: Use the RBF transaction. + useRBF: Use a replace-by-fee transaction message: Leave a message (140) rippleTag: Tag ethereumGasLimit: Gas limit @@ -258,7 +258,7 @@ send: Carefully verify the transaction details displayed one by one on your device before you proceed. # blue # nano - body: Press the right button to confirm the transaction. + body: Press the right button to confirm the transaction confirmation: title: Confirmation success: @@ -283,24 +283,26 @@ settings: about: Help display: desc: - language: Language - languageDesc: Choose the language to display. + language: Display language + languageDesc: Set the language displayed in Ledger Live. counterValue: Base currency - counterValueDesc: Choose the currency to display next to your balance and operations. An exchange is used (via BTC pair). + counterValueDesc: Choose the currency to display next to your balance and operations. + exchange: Rate provider ({{ticker}}) + exchangeDesc: Choose the provider of the base currency exchange rates region: Region - regionDesc: Choose the region in which you’re located to set the application’s time zone. + regionDesc: Choose the region in which you’re located to set the Ledger Live's time zone. stock: Regional market indicator stockDesc: Choose Western to display an increase in market value in blue. Choose Eastern to display an increase in market value in red. currencies: - desc: Select a cryptocurrency to edit its settings. + desc: Select a cryptocurrency to edit its settings exchange: Rate provider ({{ticker}}) - exchangeDesc: Choose the provider of the base currency exchange rates (via BTC). + exchangeDesc: Choose the provider of the base currency exchange rates confirmationsToSpend: Number of confirmations required to spend - confirmationsToSpendDesc: Set the number of confirmations required for your funds to be spendable. # A higher number of confirmations decreases the probability that a transaction is rejected. + confirmationsToSpendDesc: Set the number of network confirmations required for your crypto assets to be spendable. # A higher number of confirmations decreases the probability that a transaction is rejected. confirmationsNb: Number of confirmations - confirmationsNbDesc: Set the number of blocks a transaction needs to be included in to consider it as confirmed. # A higher number of confirmations increases the certainty that a transaction cannot be reversed. + confirmationsNbDesc: Set the number of network confirmations for a transaction to be marked as confirmed. # A higher number of confirmations increases the certainty that a transaction cannot be reversed. transactionsFees: Default transaction fees - transactionsFeesDesc: Select your default transaction fees. The higher the fee, the quicker the transaction will be processed. + transactionsFeesDesc: Select your default transaction fees. The higher the fee, the faster the transaction will be processed. explorer: Blockchain explorer explorerDesc: Choose which explorer is used to look up the operation details in the blockchain. profile: @@ -309,17 +311,17 @@ settings: passwordDesc: Enhance your privacy. Set a password to encrypt Ledger Live data stored on your computer, including account names, balances, transactions and public addresses. changePassword: Change password sync: Synchronize accounts - syncDesc: Resynchronize your accounts with the network. + syncDesc: Resynchronize your accounts with the network export: Export logs - exportDesc: Exporting Ledger Live logs may be necessary for troubleshooting purposes. + exportDesc: Exporting Ledger Live logs may be necessary for troubleshooting purposes softResetTitle: Clear cache - softResetDesc: Clear the Ledger Live cache to force resynchronization with the blockchain. + softResetDesc: Clear the Ledger Live cache to force resynchronization with the blockchain softReset: Clear hardResetTitle: Reset Ledger Live - hardResetDesc: Erase all Ledger Live data stored on your computer, including your profile, accounts, transaction history and settings. The private keys that manage your crypto assets remain secure on your Ledger device. + hardResetDesc: Erase all Ledger Live data stored on your computer, including your accounts, transaction history and preferences. The private keys that manage your crypto assets remain secure on your Ledger device. hardReset: Reset developerMode: Developer mode - developerModeDesc: Show developer apps in the Manager and enable testnet currencies. + developerModeDesc: Show developer apps in the Manager analytics: Analytics analyticsDesc: Enable analytics of anonymous data to help Ledger improve the user experience. This includes the operating system, language, firmware versions and the number of added accounts. reportErrors: Usage and diagnostics @@ -340,31 +342,31 @@ settings: softResetModal: title: Clear cache subTitle: Are you sure? - desc: Clearing the Ledger Live cache forces network resynchronization. + desc: Clearing the Ledger Live cache forces network resynchronization removeAccountModal: title: Remove account subTitle: Are you sure? - desc: The account will no longer be included in your portfolio. Accounts can always be re-added. + desc: The account will no longer be included in your portfolio. This operation does not affect your assets. Accounts can always be re-added. exportLogs: title: Export logs - desc: Exporting Ledger Live logs may be necessary for troubleshooting purposes. + desc: Exporting Ledger Live logs may be necessary for troubleshooting purposes btn: Export password: - warning_0: Warning 0 - warning_1: Warning 1 - warning_2: Warning 2 - warning_3: Warning 3 - warning_4: Warning 4 - errorMessageIncorrectPassword: The password you entered is incorrect. - errorMessageNotMatchingPassword: Passwords don't match. + warning_0: Very weak + warning_1: Weak + warning_2: Medium + warning_3: Strong + warning_4: Very strong + errorMessageIncorrectPassword: The password you entered is incorrect + errorMessageNotMatchingPassword: Passwords don't match inputFields: newPassword: label: Password - placeholder: + placeholder: #remove confirmPassword: label: Confirm password - placeholder: - currentPassword: + placeholder: #remove + currentPassword: #remove label: Current password placeholder: changePassword: @@ -379,7 +381,7 @@ password: title: Disable data encryption desc: Ledger Live data will be stored unencrypted on your computer. This includes account names, balances, transactions and public addresses. update: - newVersionReady: A new update is available. + newVersionReady: A new update is available relaunch: Update now crash: oops: Oops, something went wrong diff --git a/static/i18n/en/errors.yml b/static/i18n/en/errors.yml index dfa2a70b..be247375 100644 --- a/static/i18n/en/errors.yml +++ b/static/i18n/en/errors.yml @@ -10,7 +10,7 @@ BtcUnmatchedApp: 'Open the ‘{{currencyName}}’ app on your Ledger device to p WrongAppOpened: 'Open the ‘{{currencyName}}’ app on your Ledger device to proceed.' WrongDeviceForAccount: 'Use the device associated with the account ‘{{accountName}}’.' LedgerAPINotAvailable: 'Ledger API not available for {{currencyName}}.' -LedgerAPIError: 'Ledger API error. Try again later. (HTTP {{status}})' +LedgerAPIError: 'Ledger API error. Try again. (HTTP {{status}})' NetworkDown: 'Your internet connection seems down.' NoAddressesFound: 'No accounts were found.' UserRefusedOnDevice: Transaction refused on device. diff --git a/static/i18n/en/onboarding.yml b/static/i18n/en/onboarding.yml index d813a43f..e4078a2d 100644 --- a/static/i18n/en/onboarding.yml +++ b/static/i18n/en/onboarding.yml @@ -26,7 +26,7 @@ noDevice: trackOrder: title: Track your order learnMore: - title: Learn about Ledger Live + title: Learn about Ledger selectDevice: title: Select your device ledgerNanoCard: @@ -35,9 +35,9 @@ selectDevice: title: Ledger Blue selectPIN: disclaimer: - note1: Choose your own PIN code. This code will unlock your device. - note2: An 8-digit PIN code offers an optimum level of security. - note3: Never use a device supplied with a PIN code or a 24-word recovery phrase. + note1: Choose your own PIN code. This code will unlock your device #remove dot - dotted line should be in red. Increase size of the hand (+50%?) + note2: An 8-digit PIN code offers an optimum level of security + note3: Never use a device supplied with a PIN code or a 24-word recovery phrase initialize: title: Choose your PIN code instructions: @@ -87,10 +87,10 @@ writeSeed: step2: Type the first word of your recovery phrase. Select the word when it appears. step3: Repeat the process until the last word. disclaimer: - note1: Carefully secure your 24-word recovery phrase out of sight. - note2: Make sure you are the sole holder of your recovery phrase. - note3: Ledger does not keep any backup of your recovery phrase. - note4: Never use a device supplied with a recovery phrase or a PIN code. + note1: Carefully secure your 24-word recovery phrase out of sight + note2: Make sure you are the sole holder of your recovery phrase + note3: Ledger does not keep any backup of your recovery phrase + note4: Never use a device supplied with a recovery phrase or a PIN code genuineCheck: title: Security checklist descNano: Before getting started, please confirm @@ -101,7 +101,7 @@ genuineCheck: step2: title: Did you save your recovery phrase by yourself? step3: - title: Do you have a genuine Ledger device? + title: Is your Ledger device genuine? isGenuinePassed: Your device is genuine buttons: genuineCheck: Check now @@ -109,10 +109,10 @@ genuineCheck: errorPage: ledgerNano: title: Oops, something went wrong... - desc: Go back to the security checklist or request Ledger Support assistance. + desc: Go back to the security checklist or request Ledger Support assistance ledgerBlue: title: Oops, something went wrong... - desc: Go back to the security checklist or request Ledger Support assistance. + desc: Go back to the security checklist or request Ledger Support assistance setPassword: title: Encrypt Ledger Live data desc: Set a password to encrypt Ledger Live data stored on your computer, including account names, balances, transactions and public addresses. @@ -131,7 +131,7 @@ analytics: desc: Enable analytics of anonymous data to help Ledger improve the user experience. This includes the operating system, language, firmware versions and the number of added accounts. sentryLogs: title: Report bugs - desc: Automatically send reports to help Ledger fix bugs. + desc: Automatically send reports to help Ledger fix bugs finish: title: Your device is ready! desc: Proceed to your porfolio and start adding your accounts... diff --git a/static/i18n/fr/app.yml b/static/i18n/fr/app.yml index c156fedd..6c1ac554 100644 --- a/static/i18n/fr/app.yml +++ b/static/i18n/fr/app.yml @@ -14,7 +14,7 @@ common: selectAccount: Select an account selectAccountNoOption: 'No account matching "{{accountName}}"' selectCurrency: Choose a crypto asset - selectCurrencyNoOption: 'No currency matching "{{currencyName}}"' + selectCurrencyNoOption: 'No crypto asset matching "{{currencyName}}"' selectExchange: Select an exchange selectExchangeNoOption: 'No exchange matching "{{exchangeName}}"' sortBy: Sort by