Browse Source

Merge pull request #758 from dasilvarosa/wording

Wording
master
Gaëtan Renaudeau 7 years ago
committed by GitHub
parent
commit
610d084523
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 53
      static/i18n/en/app.yml

53
static/i18n/en/app.yml

@ -73,7 +73,7 @@ sidebar:
menu: Menu menu: Menu
accounts: Accounts ({{count}}) accounts: Accounts ({{count}})
manager: Manager manager: Manager
exchange: Exchange exchange: Exchanges
account: account:
balance: Balance balance: Balance
receive: Receive receive: Receive
@ -111,14 +111,14 @@ dashboard:
summary: "Here's the summary of your account" summary: "Here's the summary of your account"
summary_plural: "Here's the summary of your {{count}} accounts" summary_plural: "Here's the summary of your {{count}} accounts"
noAccounts: No accounts yet noAccounts: No accounts yet
recentActivity: Recent activity recentActivity: Last operations
totalBalance: Total balance totalBalance: Total balance
accountsOrder: accountsOrder:
name: name name: name
balance: balance balance: balance
currentAddress: currentAddress:
title: Current address title: Current address
for: Address for <1><0>{{accountName}}</0></1> for: Address for account <1><0>{{accountName}}</0></1>
message: Your receive address has not been confirmed on your Ledger device. Please 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: deviceConnect:
step1: step1:
@ -135,9 +135,10 @@ emptyState:
addAccount: Add accounts addAccount: Add accounts
installApp: Open Manager installApp: Open Manager
exchange: exchange:
title: Exchange title: Exchanges
desc: Try a selection of exchange services offered by our sponsors
visitWebsite: Visit website visitWebsite: Visit website
coinhouse: 'Coinhouse is the trusted platform for individuals and institutional investors looking to analyze, acquire, sell and securely store crypto assets.' coinhouse: 'Coinhouse is a trusted platform for individuals and institutional investors looking to analyze, acquire, sell and securely store crypto assets.'
changelly: 'Changelly is a popular instant crypto asset exchange with 100+ coins and tokens listed.' changelly: 'Changelly is a popular instant crypto asset exchange with 100+ coins and tokens listed.'
coinmama: 'Coinmama is a financial service that makes it fast, safe and fun to buy digital assets, anywhere in the world.' coinmama: 'Coinmama is a financial service that makes it fast, safe and fun to buy digital assets, anywhere in the world.'
genuinecheck: genuinecheck:
@ -147,8 +148,8 @@ addAccounts:
title: Add accounts title: Add accounts
breadcrumb: breadcrumb:
informations: Crypto asset informations: Crypto asset
connectDevice: Connect device connectDevice: Device
import: Select accounts import: Accounts
finish: Confirmation finish: Confirmation
accountAlreadyImportedSubtitle: '{{count}} Already in portfolio' accountAlreadyImportedSubtitle: '{{count}} Already in portfolio'
accountToImportSubtitle: 'Add existing account' accountToImportSubtitle: 'Add existing account'
@ -186,7 +187,7 @@ operationDetails:
showMore: Show {{recipients}} more showMore: Show {{recipients}} more
showLess: Show less showLess: Show less
operationList: operationList:
noMoreOperations: That's all! noMoreOperations: That's all
manager: manager:
yourDeviceIsGenuine: Your device is genuine yourDeviceIsGenuine: Your device is genuine
tabs: tabs:
@ -236,25 +237,25 @@ receive:
title: Receive title: Receive
steps: steps:
chooseAccount: chooseAccount:
title: Choose account title: Account
label: Account label: Account to credit
connectDevice: connectDevice:
title: Connect device title: Device
withoutDevice: Receive without device withoutDevice: Don't have your device?
confirmAddress: confirmAddress:
title: Confirm address title: Verification
action: Confirm address on device action: Confirm address on device
text: To receive crypto assets, confirm the address on your device text: Verify that the address below matches the address displayed on your device
support: Ledger Support support: Contact us
error: error:
title: Receive address rejected title: Receive address rejected
text: Please try again or contact Support when in doubt text: Please try again or contact Support when in doubt
receiveFunds: receiveFunds:
title: Receive crypto assets title: Receive
label: Amount (optional) label: Amount (optional)
send: send:
title: Send title: Send
totalSpent: Total totalSpent: Total to debit
steps: steps:
amount: amount:
title: crypto assets title: crypto assets
@ -262,7 +263,7 @@ send:
recipientAddress: Recipient address # can't control the tooltip! recipientAddress: Recipient address # can't control the tooltip!
amount: Amount amount: Amount
max: Max max: Max
fees: Fees fees: Network fees
advancedOptions: Advanced options advancedOptions: Advanced options
useRBF: Use a replace-by-fee transaction useRBF: Use a replace-by-fee transaction
message: Leave a message (140) message: Leave a message (140)
@ -271,20 +272,18 @@ send:
unitPerByte: '{{unit}} per byte' unitPerByte: '{{unit}} per byte'
feePerByte: Fees per byte feePerByte: Fees per byte
connectDevice: connectDevice:
title: Connect device title: Device
verification: verification:
title: Verification title: Verification
warning: | warning: |
Carefully verify the transaction details displayed one by one on your device before you proceed. Carefully verify all transaction details now displayed on your device screen
# blue body: Once verified, press the right button to confirm and sign the transaction
# nano
body: Press the right button to confirm the transaction
confirmation: confirmation:
title: Confirmation title: Confirmation
success: success:
title: Transaction sent title: Transaction sent
text: | text: |
The transaction has been signed and sent to the network. Your account balance will update once the blockchain has confirmed the transaction. It has the following Transaction ID: The transaction has been signed and sent to the network. Your account balance will update once the the transaction is confirmed by the network.
cta: View operation details cta: View operation details
error: error:
title: Transaction canceled title: Transaction canceled
@ -354,8 +353,10 @@ settings: # Always ensure descriptions carry full stops (.)
faqDesc: A problem? Learn about Ledger Live, Ledger devices, supported crypto assets and apps. faqDesc: A problem? Learn about Ledger Live, Ledger devices, supported crypto assets and apps.
contactUs: Contact us contactUs: Contact us
contactUsDesc: Need help? Request assistance from Ledger Support by email or chat. contactUsDesc: Need help? Request assistance from Ledger Support by email or chat.
terms: --- Terms and Privacy policy --- terms: Terms and conditions
termsDesc: --- Check with Legal --- termsDesc: By using Ledger Live you are deemed to have accepted our terms and conditions.
#privacy: Privacy policy
#termsDesc: Refer to our privacy policy to learn what personal data we collect, and why and how we use it.
hardResetModal: hardResetModal:
title: Reset Ledger Live title: Reset Ledger Live
desc: Erase all Ledger Live data stored on your computer, including your accounts, transaction history and settings. The private keys to access your crypto assets in the blockchain remain secure on your Ledger device and on your Recovery sheet. desc: Erase all Ledger Live data stored on your computer, including your accounts, transaction history and settings. The private keys to access your crypto assets in the blockchain remain secure on your Ledger device and on your Recovery sheet.

Loading…
Cancel
Save