From 8a705efa48148883ab17eb412bb9d289c9e7967e Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Fri, 6 Jul 2018 11:52:07 +0200 Subject: [PATCH 01/11] New translations errors.yml (French) --- static/i18n/fr/errors.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/i18n/fr/errors.yml b/static/i18n/fr/errors.yml index b90a1120..37cfcff1 100644 --- a/static/i18n/fr/errors.yml +++ b/static/i18n/fr/errors.yml @@ -23,6 +23,12 @@ DisconnectedDevice: Error: title: '{{message}}' description: Something went wrong. Please retry or contact us. +"Invariant Violation": + title: '{{message}}' + description: Something went wrong. Please retry or contact us. +InternalError: + title: '{{message}}' + description: Something went wrong. Please retry or contact us. TypeError: title: '{{message}}' description: Something went wrong. Please retry or contact us. From 4d7178cd5d3a6ec83210e80fe102ce7a57380720 Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Fri, 6 Jul 2018 12:02:04 +0200 Subject: [PATCH 02/11] New translations app.yml (French) --- static/i18n/fr/app.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/static/i18n/fr/app.yml b/static/i18n/fr/app.yml index d8762798..0b1eb4fc 100644 --- a/static/i18n/fr/app.yml +++ b/static/i18n/fr/app.yml @@ -217,27 +217,27 @@ manager: installed: 'Firmware version {{version}}' titleNano: Ledger Nano S titleBlue: Ledger Blue - update: Update firmware - continue: Continue update + update: Update + continue: Continue latest: 'Firmware version {{version}} is available' - disclaimerTitle: 'You are about to install the latest <1><0>firmware {{version}}' - disclaimerAppDelete: Please note that all the apps installed on your device will be deleted. - disclaimerAppReinstall: You will be able to re-install your apps after the firmware update + disclaimerTitle: 'You are about to install <1><0>firmware version {{version}}' + disclaimerAppDelete: Apps installed on your device have to re-installed after the update. + disclaimerAppReinstall: "This does not affect your crypto assets in the blockchain." modal: steps: - idCheck: Identifier check - updateMCU: Update MCU + idCheck: Identifier + updateMCU: MCU update confirm: Confirmation installing: Firmware updating... - confirmIdentifier: Confirm identifier - confirmIdentifierText: Please confirm identifier on your Device. Be sure the identifier is the same as below + 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. identifier: Identifier mcuTitle: Updating MCU - mcuFirst: Unplug your device from your computer - mcuSecond: Press and hold left button and plug your device until the processing screen appears + mcuFirst: Disconnect the USB cable from your device + 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 - successTitle: Firmware has been updated with success - successText: You can now re-install your applications on your device + successTitle: Firmware updated + successText: You may re-install the apps on your device title: Manager subtitle: Install or uninstall apps on your device device: From 995f0fc08590ee4ccfb2e5e4359b2501c56fea47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Fri, 6 Jul 2018 12:32:30 +0200 Subject: [PATCH 03/11] Send: step4: Fix missing Button in some coins like stealth --- .../modals/Send/steps/04-step-confirmation.js | 37 ++++++++----------- 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/src/components/modals/Send/steps/04-step-confirmation.js b/src/components/modals/Send/steps/04-step-confirmation.js index 8a14a587..c6f07766 100644 --- a/src/components/modals/Send/steps/04-step-confirmation.js +++ b/src/components/modals/Send/steps/04-step-confirmation.js @@ -2,7 +2,6 @@ import React, { Fragment } from 'react' import styled from 'styled-components' -import { getAccountOperationExplorer } from '@ledgerhq/live-common/lib/explorers' import { MODAL_OPERATION_DETAILS } from 'config/constants' import { colors } from 'styles/theme' @@ -82,29 +81,25 @@ export function StepConfirmationFooter({ openModal, closeModal, }: StepProps<*>) { - const url = - optimisticOperation && account && getAccountOperationExplorer(account, optimisticOperation) return ( {optimisticOperation ? ( - url ? ( - - ) : null + ) : error ? (