Browse Source

Merge pull request #1800 from dasilvarosa/updatewording

Improve update wording
develop
Gaëtan Renaudeau 6 years ago
committed by GitHub
parent
commit
ddc6f2ca31
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      static/i18n/en/app.json

16
static/i18n/en/app.json

@ -258,9 +258,9 @@
"titleBlue": "Ledger Blue", "titleBlue": "Ledger Blue",
"update": "Update", "update": "Update",
"latest": "Firmware version {{version}} is available", "latest": "Firmware version {{version}} is available",
"disclaimerTitle": "You are about to install <1><0>firmware version {{version}}</0></1>", "disclaimerTitle": "You are about to install <1><0>firmware version {{version}}</0></1>.",
"disclaimerAppDelete": "Apps installed on your device have to be re-installed after the update.", "disclaimerAppDelete": "Please uninstall all applications to make room for the update. ",
"disclaimerAppReinstall": "This does not affect your crypto assets in the blockchain." "disclaimerAppReinstall": "Uninstalling apps does not affect your crypto assets."
}, },
"modal": { "modal": {
"steps": { "steps": {
@ -272,14 +272,14 @@
"flash": "Flashing your device..." "flash": "Flashing your device..."
}, },
"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 and enter your PIN code 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",
"mcuSecond": "Press the left button and hold it while you reconnect the USB cable until the bootloader screen appears", "mcuSecond": "Press the left button and hold it while you reconnect the USB cable until the Processing screen appears",
"mcuPin": "If asked on device, please enter your pin code to finish the process", "mcuPin": "Please be patient while the update is finalized",
"successTitle": "Firmware updated", "successTitle": "Firmware updated",
"successText": "You may re-install the apps on your device" "successText": "Please re-install the apps on your device"
}, },
"title": "Manager", "title": "Manager",
"subtitle": "Install or uninstall apps on your device", "subtitle": "Install or uninstall apps on your device",
@ -920,7 +920,7 @@
"description": null "description": null
}, },
"CantScanQRCode": { "CantScanQRCode": {
"title": "Couldn't scan this QR-code: auto-verification not supported by this address" "title": "Couldn't scan this QR code: auto-verification not supported by this address"
}, },
"FeeNotLoaded": { "FeeNotLoaded": {
"title": "Couldn’t load fee rates, please set manual fees" "title": "Couldn’t load fee rates, please set manual fees"

Loading…
Cancel
Save