From 98879824651cbf739f34c30aa579ac769dde26ca Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Fri, 20 Jul 2018 17:35:09 +0200 Subject: [PATCH 1/4] New translations app.json (English) --- static/i18n/en/app.json | 1 + 1 file changed, 1 insertion(+) diff --git a/static/i18n/en/app.json b/static/i18n/en/app.json index 836de549..a5164b1a 100644 --- a/static/i18n/en/app.json +++ b/static/i18n/en/app.json @@ -9,6 +9,7 @@ "launch": "Launch", "continue": "Continue", "learnMore": "Learn more", + "help": "Help", "skipThisStep": "Skip this step", "needHelp": "Need help?", "areYouSure": "Are you sure?", From 6532b1afe4e4d9f5309a683d9b348c8b5d4e0046 Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Fri, 20 Jul 2018 17:35:11 +0200 Subject: [PATCH 2/4] New translations errors.json (English) --- static/i18n/en/errors.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/i18n/en/errors.json b/static/i18n/en/errors.json index 53f7a6c2..b504a56d 100644 --- a/static/i18n/en/errors.json +++ b/static/i18n/en/errors.json @@ -153,5 +153,9 @@ }, "InvalidAddress": { "title": "This is not a valid {{currencyName}} address" + }, + "CantOpenDevice": { + "title": "Oops, couldn’t connect to device", + "description": "Device detected but connection failed. Please retry and get help if the problem persists." } } \ No newline at end of file From e2d46888cc819bca1e66cede01ecf538fadcf6eb Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Fri, 20 Jul 2018 17:35:12 +0200 Subject: [PATCH 3/4] New translations app.json (French) --- static/i18n/fr/app.json | 1 + 1 file changed, 1 insertion(+) diff --git a/static/i18n/fr/app.json b/static/i18n/fr/app.json index 836de549..a5164b1a 100644 --- a/static/i18n/fr/app.json +++ b/static/i18n/fr/app.json @@ -9,6 +9,7 @@ "launch": "Launch", "continue": "Continue", "learnMore": "Learn more", + "help": "Help", "skipThisStep": "Skip this step", "needHelp": "Need help?", "areYouSure": "Are you sure?", From bb7bd6e75341ecb22739c84c81c728a8783f2dca Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Fri, 20 Jul 2018 17:35:13 +0200 Subject: [PATCH 4/4] New translations errors.json (French) --- static/i18n/fr/errors.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/i18n/fr/errors.json b/static/i18n/fr/errors.json index 53f7a6c2..b504a56d 100644 --- a/static/i18n/fr/errors.json +++ b/static/i18n/fr/errors.json @@ -153,5 +153,9 @@ }, "InvalidAddress": { "title": "This is not a valid {{currencyName}} address" + }, + "CantOpenDevice": { + "title": "Oops, couldn’t connect to device", + "description": "Device detected but connection failed. Please retry and get help if the problem persists." } } \ No newline at end of file