Browse Source

Merge pull request #1700 from dasilvarosa/wording

Minor wording polishes
gre-patch-1
Gaëtan Renaudeau 6 years ago
committed by GitHub
parent
commit
4736d38c03
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      static/i18n/en/app.json

20
static/i18n/en/app.json

@ -148,7 +148,7 @@
}, },
"emptyState": { "emptyState": {
"sidebar": { "sidebar": {
"text": "Press this button to add accounts to the Portfolio" "text": "Click this button to add accounts to the Portfolio"
}, },
"dashboard": { "dashboard": {
"title": "Install apps or add accounts", "title": "Install apps or add accounts",
@ -160,7 +160,7 @@
} }
}, },
"exchange": { "exchange": {
"title": "Trade", "title": "Buy crypto",
"desc": "Try a few services we've selected", "desc": "Try a few services we've selected",
"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.",
@ -242,8 +242,8 @@
"all": "App catalog", "all": "App catalog",
"installing": "Installing {{app}}...", "installing": "Installing {{app}}...",
"uninstalling": "Uninstalling {{app}}...", "uninstalling": "Uninstalling {{app}}...",
"installSuccess": "{{app}} is now installed on your device", "installSuccess": "Successfully installed {{app}}",
"uninstallSuccess": "{{app}} has been uninstalled from your device", "uninstallSuccess": "{{app}} uninstalled",
"help": "Check on your device to see which apps are already installed" "help": "Check on your device to see which apps are already installed"
}, },
"firmware": { "firmware": {
@ -262,7 +262,7 @@
}, },
"installing": "Firmware updating...", "installing": "Firmware updating...",
"confirmIdentifier": "Verify the identifier", "confirmIdentifier": "Verify the identifier",
"confirmIdentifierText": "Verify that the identifier on your device is the same as the identifier below. Press the right button to confirm.", "confirmIdentifierText": "Verify that the identifier on your device is the same as the identifier below. Press the right button and enter your PIN code to confirm",
"identifier": "Identifier", "identifier": "Identifier",
"mcuTitle": "Updating MCU", "mcuTitle": "Updating MCU",
"mcuFirst": "Disconnect the USB cable from your device", "mcuFirst": "Disconnect the USB cable from your device",
@ -389,7 +389,7 @@
"password": "Password lock", "password": "Password lock",
"passwordDesc": "Set a password to prevent unauthorized access to Ledger Live data stored on your computer, including account names, balances, transactions and public addresses.", "passwordDesc": "Set a password to prevent unauthorized access to Ledger Live data stored on your computer, including account names, balances, transactions and public addresses.",
"passwordAutoLock": "Auto-lock", "passwordAutoLock": "Auto-lock",
"passwordAutoLockDesc": "Optional, how long should the app be idle before it locks itself.", "passwordAutoLockDesc": "Automatically lock Ledger Live after inactivity.",
"changePassword": "Change password", "changePassword": "Change password",
"softResetTitle": "Clear cache", "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.",
@ -560,7 +560,7 @@
"instructions": { "instructions": {
"nano": { "nano": {
"step1": "Connect the Ledger Nano S to your computer. Press both buttons to begin.", "step1": "Connect the Ledger Nano S to your computer. Press both buttons to begin.",
"step2": "Press the right button to select <1><0>Configure as new device?.</0></1>", "step2": "Press the right button to select <1><0>Configure as new device?</0></1>.",
"step3": "Press the left or right button to select a digit. Press both buttons to validate.", "step3": "Press the left or right button to select a digit. Press both buttons to validate.",
"step4": "Select ✓ to confirm your PIN code. Select ⬅ to erase a digit." "step4": "Select ✓ to confirm your PIN code. Select ⬅ to erase a digit."
}, },
@ -667,7 +667,7 @@
}, },
"analytics": { "analytics": {
"title": "Bugs and analytics", "title": "Bugs and analytics",
"desc": "Share anonymized data to help improve Ledger security products and services.", "desc": "Share anonymized data to help improve Ledger security products and services",
"shareAnalytics": { "shareAnalytics": {
"title": "Analytics", "title": "Analytics",
"desc": "Enable analytics to help Ledger understand how to improve user experience.", "desc": "Enable analytics to help Ledger understand how to improve user experience.",
@ -866,8 +866,8 @@
"description": null "description": null
}, },
"WrongDeviceForAccount": { "WrongDeviceForAccount": {
"title": "Oops, wrong device for ‘{{accountName}}’", "title": "Wrong device or passphrase for ‘{{accountName}}’",
"description": "Please connect the device that manages the selected account" "description": "Please use the device or passphrase for the selected account"
}, },
"DeviceAppVerifyNotSupported": { "DeviceAppVerifyNotSupported": {
"title": "App update required", "title": "App update required",

Loading…
Cancel
Save