Browse Source

some corrections for crowdin english version

master
Anastasia Poupeney 7 years ago
parent
commit
eed46b2cc8
  1. 4
      src/components/Onboarding/steps/GenuineCheck/index.js
  2. 3
      src/components/SettingsPage/PasswordForm.js
  3. 26
      static/i18n/en/app.yml
  4. 10
      static/i18n/en/errors.yml
  5. 28
      static/i18n/en/onboarding.yml

4
src/components/Onboarding/steps/GenuineCheck/index.js

@ -61,12 +61,12 @@ class GenuineCheck extends PureComponent<StepProps, State> {
const { t } = this.props const { t } = this.props
return [ return [
{ {
label: t('app:common.yes'), label: t('app:common.labelYes'),
key: 'yes', key: 'yes',
pass: true, pass: true,
}, },
{ {
label: t('app:common.no'), label: t('app:common.labelNo'),
key: 'no', key: 'no',
pass: false, pass: false,
}, },

3
src/components/SettingsPage/PasswordForm.js

@ -44,7 +44,6 @@ class PasswordForm extends PureComponent<Props> {
</Label> </Label>
<InputPassword <InputPassword
autoFocus autoFocus
placeholder={t('app:password.inputFields.currentPassword.placeholder')}
id="currentPassword" id="currentPassword"
onChange={onChange('currentPassword')} onChange={onChange('currentPassword')}
value={currentPassword} value={currentPassword}
@ -57,7 +56,6 @@ class PasswordForm extends PureComponent<Props> {
<InputPassword <InputPassword
style={{ mt: 4, width: 240 }} style={{ mt: 4, width: 240 }}
autoFocus={!isPasswordEnabled} autoFocus={!isPasswordEnabled}
placeholder={t('app:password.inputFields.newPassword.placeholder')}
id="newPassword" id="newPassword"
onChange={onChange('newPassword')} onChange={onChange('newPassword')}
value={newPassword} value={newPassword}
@ -69,7 +67,6 @@ class PasswordForm extends PureComponent<Props> {
</Label> </Label>
<InputPassword <InputPassword
style={{ width: 240 }} style={{ width: 240 }}
placeholder={t('app:password.inputFields.confirmPassword.placeholder')}
id="confirmPassword" id="confirmPassword"
onChange={onChange('confirmPassword')} onChange={onChange('confirmPassword')}
value={confirmPassword} value={confirmPassword}

26
static/i18n/en/app.yml

@ -1,7 +1,7 @@
common: common:
ok: OK ok: OK
yes: Yes labelYes: Yes
no: No labelNo: No
apply: Apply apply: Apply
confirm: Confirm confirm: Confirm
cancel: Cancel cancel: Cancel
@ -63,11 +63,7 @@ buttons:
operation: operation:
type: type:
IN: Received IN: Received
# conf: Received
# unconf: Receiving...
OUT: Sent OUT: Sent
# conf: Sent
# unconf: Sending...
time: time:
day: Day day: Day
week: Week week: Week
@ -134,8 +130,7 @@ currentAddress:
deviceConnect: deviceConnect:
step1: step1:
choose: "We detected {{count}} connected devices, please select one:" choose: "We detected {{count}} connected devices, please select one:"
connect: Connect and unlock your <1>Ledger device</1> # remove key: <3>PIN code</3> connect: Connect and unlock your <1>Ledger device</1>
dashboard: Not used. # This key is not used. Still managed in JS.
step2: step2:
open: 'Open the <1><0>{{managerAppName}}</0></1> app on your device' open: 'Open the <1><0>{{managerAppName}}</0></1> app on your device'
emptyState: emptyState:
@ -279,7 +274,7 @@ send:
amount: amount:
title: Details title: Details
selectAccountDebit: Select an account to debit selectAccountDebit: Select an account to debit
recipientAddress: Recipient address # can't control the tooltip! recipientAddress: Recipient address
amount: Amount amount: Amount
max: Max max: Max
fees: Network fees fees: Network fees
@ -312,7 +307,7 @@ send:
releaseNotes: releaseNotes:
title: Release notes title: Release notes
version: Ledger Live {{versionNb}} version: Ledger Live {{versionNb}}
settings: # Always ensure descriptions carry full stops (.) settings:
title: Settings title: Settings
tabs: tabs:
display: General display: General
@ -337,9 +332,9 @@ settings: # Always ensure descriptions carry full stops (.)
exchange: Rate provider ({{ticker}} → BTC) exchange: Rate provider ({{ticker}} → BTC)
exchangeDesc: Choose the provider of the rate between {{currencyName}} and Bitcoin. The indicative total value of your portfolio is calculated by converting your {{currencyName}} to Bitcoin, which is then converted to your base currency. exchangeDesc: Choose the provider of the rate between {{currencyName}} and Bitcoin. The indicative total value of your portfolio is calculated by converting your {{currencyName}} to Bitcoin, which is then converted to your base currency.
confirmationsToSpend: Number of confirmations required to spend confirmationsToSpend: Number of confirmations required to spend
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. confirmationsToSpendDesc: Set the number of network confirmations required for your crypto assets to be spendable.
confirmationsNb: Number of confirmations confirmationsNb: Number of confirmations
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. confirmationsNbDesc: Set the number of network confirmations for a transaction to be marked as confirmed.
transactionsFees: Default transaction fees transactionsFees: Default transaction fees
transactionsFeesDesc: Select your default transaction fees. The higher the fee, the faster 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 explorer: Blockchain explorer
@ -368,7 +363,7 @@ settings: # Always ensure descriptions carry full stops (.)
help: help:
desc: Learn about Ledger Live features or get help. desc: Learn about Ledger Live features or get help.
version: Version version: Version
releaseNotesBtn: Details # Close button instead of continue. releaseNotesBtn: Details
faq: Ledger Support faq: Ledger Support
faqDesc: A problem? Get help with Ledger Live, Ledger devices, supported crypto assets and apps. faqDesc: A problem? Get help with Ledger Live, Ledger devices, supported crypto assets and apps.
terms: Terms and conditions terms: Terms and conditions
@ -401,13 +396,10 @@ password:
inputFields: inputFields:
newPassword: newPassword:
label: New password label: New password
placeholder: #remove
confirmPassword: confirmPassword:
label: Confirm password label: Confirm password
placeholder: #remove currentPassword:
currentPassword: #remove
label: Current password label: Current password
placeholder:
changePassword: changePassword:
title: Password lock title: Password lock
subTitle: Change your password subTitle: Change your password

10
static/i18n/en/errors.yml

@ -45,13 +45,13 @@ LedgerAPINotAvailable:
description: Please retry or contact Ledger Support. description: Please retry or contact Ledger Support.
ManagerAPIsFail: ManagerAPIsFail:
title: Oops, Manager services unavailable. title: Oops, Manager services unavailable.
description: Please check the network status. #link to status.ledger.fr ? description: Please check the network status.
ManagerAppAlreadyInstalled: ManagerAppAlreadyInstalled:
title: Oops, that's already installed. # include {{currencyName}} title: Oops, that's already installed.
description: Check your device to see which apps are already installed. description: Check your device to see which apps are already installed.
ManagerAppRelyOnBTC: ManagerAppRelyOnBTC:
title: Bitcoin app required title: Bitcoin app required
description: Install the Bitcoin app before installing this app. # include {{currencyName}} description: Install the Bitcoin app before installing this app.
ManagerDeviceLocked: ManagerDeviceLocked:
title: Please unlock your device title: Please unlock your device
description: Your device was locked. Please unlock it. description: Your device was locked. Please unlock it.
@ -59,7 +59,7 @@ ManagerNotEnoughSpace:
title: Sorry, insufficient device storage title: Sorry, insufficient device storage
description: Uninstall some apps to increase available storage and try again. description: Uninstall some apps to increase available storage and try again.
ManagerUninstallBTCDep: ManagerUninstallBTCDep:
title: Sorry, Bitcoin is required # include {{currencyName}} title: Sorry, Bitcoin is required
description: First uninstall apps that depend on Bitcoin. description: First uninstall apps that depend on Bitcoin.
NetworkDown: NetworkDown:
title: Oops, internet seems down title: Oops, internet seems down
@ -90,7 +90,7 @@ UserRefusedAddress:
description: Please try again or contact Ledger Support description: Please try again or contact Ledger Support
WebsocketConnectionError: WebsocketConnectionError:
title: Sorry, try again (websocket error). title: Sorry, try again (websocket error).
description: #context description:
WebsocketConnectionFailed: WebsocketConnectionFailed:
title: Sorry, try again (websocket failed). title: Sorry, try again (websocket failed).
description: description:

28
static/i18n/en/onboarding.yml

@ -35,7 +35,7 @@ selectDevice:
title: Ledger Blue title: Ledger Blue
selectPIN: selectPIN:
disclaimer: disclaimer:
note1: 'Choose your own PIN code, this code will unlock your device.' # dotted line should be in red. Increase size of the hand (+50%?) note1: 'Choose your own PIN code, this code will unlock your device.'
note2: An 8-digit PIN code offers an optimum level of security. 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. note3: Never use a device supplied with a PIN code or a 24-word recovery phrase.
initialize: initialize:
@ -68,7 +68,7 @@ writeSeed:
desc: Your device will generate a 24-word recovery phrase to back up your private keys desc: Your device will generate a 24-word recovery phrase to back up your private keys
nano: nano:
step1: 'Copy the word displayed below <1><0>Word #1</0></1> in position 1 on a blank Recovery sheet.' step1: 'Copy the word displayed below <1><0>Word #1</0></1> in position 1 on a blank Recovery sheet.'
step2: 'Press the right button to display <1><0>Word #2</0></1> and repeat the process until all 24 words are copied on the Recovery sheet.' #<italic>Recovery sheet</italic> step2: 'Press the right button to display <1><0>Word #2</0></1> and repeat the process until all 24 words are copied on the Recovery sheet.'
step3: 'Confirm your recovery phrase: select each requested word and press both buttons to validate it.' step3: 'Confirm your recovery phrase: select each requested word and press both buttons to validate it.'
blue: blue:
step1: Copy each word of the recovery phrase on a blank Recovery sheet. Copy the words in the same order. step1: Copy each word of the recovery phrase on a blank Recovery sheet. Copy the words in the same order.
@ -146,21 +146,17 @@ analytics:
title: Report bugs title: Report bugs
desc: Automatically send reports to help Ledger fix bugs. desc: Automatically send reports to help Ledger fix bugs.
technicalData: technicalData:
title: Technical data * title: Technical data *
desc: Ledger will automatically collect technical information to get basic feedback on usage. This information is anonymous and does not contain personal data. desc: Ledger will automatically collect technical information to get basic feedback on usage. This information is anonymous and does not contain personal data.
mandatoryText: '* mandatory' mandatoryText: '* mandatory'
mandatoryContextual: mandatoryContextual:
title: Technical data title: Technical data
item1: Anonymous unique application ID item1: Anonymous unique application ID
item2: OS name and version item2: OS name and version
item3: Ledger Live version item3: Ledger Live version
item4: Application language or region item4: Application language or region
item5: OS language or region item5: OS language or region
finish: finish:
title: Your device is ready! title: Your device is ready!
desc: Proceed to your portfolio and start adding your accounts... desc: Proceed to your portfolio and start adding your accounts...
openAppButton: Open Ledger Live openAppButton: Open Ledger Live
#tooltip:
# twitter: Twitter
# github: GitHub
# reddit: Reddit

Loading…
Cancel
Save