Browse Source

New translations errors.yml (French)

master
ledger-bot 7 years ago
parent
commit
e9a0339d7c
  1. 2
      static/i18n/fr/errors.yml

2
static/i18n/fr/errors.yml

@ -4,6 +4,7 @@ RangeError: '{{message}}'
Error: '{{message}}' Error: '{{message}}'
LedgerAPIErrorWithMessage: '{{message}}' LedgerAPIErrorWithMessage: '{{message}}'
TransportStatusError: '{{message}}' TransportStatusError: '{{message}}'
TimeoutError: 'Timeout reached'
FeeEstimationFailed: 'fee estimation failed (status: {{status}})' FeeEstimationFailed: 'fee estimation failed (status: {{status}})'
NotEnoughBalance: 'Not enough balance' NotEnoughBalance: 'Not enough balance'
BtcUnmatchedApp: 'You must open application ‘{{currencyName}}’ on the device' BtcUnmatchedApp: 'You must open application ‘{{currencyName}}’ on the device'
@ -19,3 +20,4 @@ WebsocketConnectionFailed: Failed to establish a socket connection
DeviceSocketFail: Device socket failure DeviceSocketFail: Device socket failure
DeviceSocketNoBulkStatus: Device socket failure (bulk) DeviceSocketNoBulkStatus: Device socket failure (bulk)
DeviceSocketNoHandler: Device socket failure (handler {{query}}) DeviceSocketNoHandler: Device socket failure (handler {{query}})
LatestMCUInstalledError: The latest MCU is already installed on the Device

Loading…
Cancel
Save