Browse Source
Merge pull request #619 from LedgerHQ/l10n_develop
New Crowdin translations
master
Meriadec Pillet
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
11 additions and
2 deletions
-
static/i18n/fr/app.yml
-
static/i18n/fr/errors.yml
-
static/i18n/fr/language.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: |
|
|
|
|
|
@ -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}}) |
|
|
|
|
|
@ -1,3 +1,3 @@ |
|
|
|
--- |
|
|
|
en: Anglais |
|
|
|
fr: Français |
|
|
|
en: English |
|
|
|
fr: French |
|
|
|