From c8e99036f557038c1579c8cb9191b20026256d8c Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 19 Jun 2018 14:14:54 +0200 Subject: [PATCH 1/3] New translations app.yml (French) --- static/i18n/fr/app.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/i18n/fr/app.yml b/static/i18n/fr/app.yml index b04103c1..b98f23bf 100644 --- a/static/i18n/fr/app.yml +++ b/static/i18n/fr/app.yml @@ -79,6 +79,10 @@ account: unit: title: Unit desc: Lorem ipsum dolort amet + endpointConfig: + title: Node + desc: The API node to use + error: Invalid endpoint dashboard: title: Dashboard accounts: From 532393fbc5cae8bb185dc263eea826b1fb678c57 Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 19 Jun 2018 14:14:55 +0200 Subject: [PATCH 2/3] New translations errors.yml (French) --- static/i18n/fr/errors.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/i18n/fr/errors.yml b/static/i18n/fr/errors.yml index 3a00f039..c8209f96 100644 --- a/static/i18n/fr/errors.yml +++ b/static/i18n/fr/errors.yml @@ -17,3 +17,8 @@ LedgerAPIError: 'A problem occurred with Ledger API. Please try again later. (HT NetworkDown: 'Your internet connection seems down. Please try again later.' NoAddressesFound: 'No accounts found' UserRefusedOnDevice: Transaction have been aborted +WebsocketConnectionError: An error occurred with the socket connection +WebsocketConnectionFailed: Failed to establish a socket connection +DeviceSocketFail: Device socket failure +DeviceSocketNoBulkStatus: Device socket failure (bulk) +DeviceSocketNoHandler: Device socket failure (handler {{query}}) From 6b5b262cc088d2ea2429bb7b36239c52a0d6de6a Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 19 Jun 2018 14:14:56 +0200 Subject: [PATCH 3/3] New translations language.yml (French) --- static/i18n/fr/language.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/i18n/fr/language.yml b/static/i18n/fr/language.yml index 1eb9d4d1..0e320439 100644 --- a/static/i18n/fr/language.yml +++ b/static/i18n/fr/language.yml @@ -1,3 +1,3 @@ --- -en: Anglais -fr: Français +en: English +fr: French