Browse Source
Merge pull request #616 from LedgerHQ/l10n_master
New Crowdin translations
master
Gaëtan Renaudeau
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
9 additions and
0 deletions
-
static/i18n/fr/app.yml
-
static/i18n/fr/errors.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}}) |
|
|
|