Browse Source

Merge pull request #806 from dasilvarosa/wording

Version button in settings, exchanges subtitle, safe trading modal
master
Gaëtan Renaudeau 7 years ago
committed by GitHub
parent
commit
c685024869
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      static/i18n/en/app.yml

16
static/i18n/en/app.yml

@ -139,7 +139,7 @@ emptyState:
installApp: Open Manager installApp: Open Manager
exchange: exchange:
title: Exchanges title: Exchanges
desc: Try a selection of exchange services offered by our sponsors desc: Try a few exchange services we've selected for you
visitWebsite: Visit website visitWebsite: Visit website
coinhouse: 'Coinhouse is a 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.'
@ -294,7 +294,7 @@ send:
title: Broadcasting transaction... title: Broadcasting transaction...
releaseNotes: releaseNotes:
title: Release notes title: Release notes
version: Version {{versionNb}} version: Ledger Live {{versionNb}}
settings: # Always ensure descriptions carry full stops (.) settings: # Always ensure descriptions carry full stops (.)
title: Settings title: Settings
tabs: tabs:
@ -309,7 +309,7 @@ settings: # Always ensure descriptions carry full stops (.)
counterValue: Countervalue counterValue: Countervalue
counterValueDesc: Choose the currency to display next to your balance and operations. counterValueDesc: Choose the currency to display next to your balance and operations.
exchange: Rate provider exchange: Rate provider
exchangeDesc: Choose the provider of the exchange rate from Bitcoin to {{fiat}}. Crypto assets are first converted to a Bitcoin countervalue, before they're converted to {{fiat}} (crypto asset → BTC → {{fiat}}). exchangeDesc: Choose the provider of the exchange rate from Bitcoin to {{fiat}}. The value of crypto assets is first calculated in Bitcoin, before being converted to {{fiat}} (crypto asset → BTC → {{fiat}}).
region: Region region: Region
regionDesc: Choose the region in which you’re located to set the Ledger Live's time zone. regionDesc: Choose the region in which you’re located to set the Ledger Live's time zone.
stock: Regional market indicator stock: Regional market indicator
@ -339,7 +339,7 @@ settings: # Always ensure descriptions carry full stops (.)
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 softReset: Clear
hardResetTitle: Reset Ledger Live hardResetTitle: Reset Ledger Live
hardResetDesc: 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. hardResetDesc: Erase all Ledger Live data stored on your computer, including your accounts, transaction history and settings.
hardReset: Reset hardReset: Reset
developerMode: Developer mode developerMode: Developer mode
developerModeDesc: Show developer apps in the Manager and enable testnet apps. developerModeDesc: Show developer apps in the Manager and enable testnet apps.
@ -349,8 +349,8 @@ settings: # Always ensure descriptions carry full stops (.)
reportErrorsDesc: Share anonymous usage and diagnostics data to help improve Ledger products, services and security features. reportErrorsDesc: Share anonymous usage and diagnostics data to help improve Ledger products, services and security features.
about: about:
desc: Learn about Ledger Live features or get help. desc: Learn about Ledger Live features or get help.
version: Ledger Live version version: Version
releaseNotesBtn: Show release notes # Close button instead of continue. releaseNotesBtn: Details # Close button instead of continue.
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
@ -414,7 +414,7 @@ crash:
showDetails: Show details showDetails: Show details
showError: Show error showError: Show error
disclaimerModal: disclaimerModal:
title: Trade Safely title: Trade safely
desc_1: Before sending and receiving crypto assets, educate yourself to make informed decisions. Crypto assets are volatile and the prices can go up and down. Carefully evaluate your trading goals and the financial risk you are willing to take. desc_1: Before sending and receiving crypto assets, educate yourself to make informed decisions. Crypto assets are volatile and the prices can go up and down. Carefully evaluate your trading goals and the financial risk you are willing to take.
desc_2: Please beware that Ledger does not provide financial, tax, or legal advice. You should take such decisions on your own or rely on opinions of licensed experts. desc_2: Please beware that Ledger does not provide financial, tax, or legal advice. You should take such decisions on your own or rely on opinions of reliable experts.
cta: Got it cta: Got it

Loading…
Cancel
Save