Browse Source

New translations errors.json (French)

master
ledger-bot 7 years ago
parent
commit
e0f9c6e739
  1. 29
      static/i18n/fr/errors.json

29
static/i18n/fr/errors.json

@ -3,6 +3,10 @@
"title": "{{message}}", "title": "{{message}}",
"description": "Something went wrong. Please retry or contact us." "description": "Something went wrong. Please retry or contact us."
}, },
"AccountNameRequired": {
"title": "An account name is required",
"description": "Please provide with an account name"
},
"BtcUnmatchedApp": { "BtcUnmatchedApp": {
"title": "That's the wrong app", "title": "That's the wrong app",
"description": "Open the ‘{{managerAppName}}’ app on your device" "description": "Open the ‘{{managerAppName}}’ app on your device"
@ -31,6 +35,10 @@
"title": "Oops, device was disconnected", "title": "Oops, device was disconnected",
"description": "The connection to the device was lost, so please try again." "description": "The connection to the device was lost, so please try again."
}, },
"EnpointConfig": {
"title": "Invalid endpoint",
"description": "Please provide with a valid endpoint"
},
"FeeEstimationFailed": { "FeeEstimationFailed": {
"title": "Sorry, fee estimation failed", "title": "Sorry, fee estimation failed",
"description": "Try setting a custom fee (status: {{status}})" "description": "Try setting a custom fee (status: {{status}})"
@ -41,8 +49,7 @@
}, },
"LatestMCUInstalledError": { "LatestMCUInstalledError": {
"title": "Oops, nothing to update", "title": "Oops, nothing to update",
"description": "description": "Needlessly tried to update the device microcontroller. Contact Ledger Support if there's a problem with your device."
"Needlessly tried to update the device microcontroller. Contact Ledger Support if there's a problem with your device."
}, },
"LedgerAPIError": { "LedgerAPIError": {
"title": "Sorry, try again (API HTTP {{status}})", "title": "Sorry, try again (API HTTP {{status}})",
@ -86,13 +93,24 @@
}, },
"NoAddressesFound": { "NoAddressesFound": {
"title": "Sorry, no accounts found", "title": "Sorry, no accounts found",
"description": "description": "Something went wrong with address calculation, try again or contact Ledger Support."
"Something went wrong with address calculation, try again or contact Ledger Support."
}, },
"NotEnoughBalance": { "NotEnoughBalance": {
"title": "Oops, not enough balance", "title": "Oops, not enough balance",
"description": "Make sure the account to debit has sufficient balance" "description": "Make sure the account to debit has sufficient balance"
}, },
"PasswordsDontMatch": {
"title": "Passwords don't match",
"description": "Please try again"
},
"PasswordIncorrect": {
"title": "The password you entered is incorrect",
"description": "Please try again"
},
"SelectExchangesLoadError": {
"title": "Unable to load",
"description": "Can't load the exchanges"
},
"TimeoutError": { "TimeoutError": {
"title": "Oops, a time out occurred", "title": "Oops, a time out occurred",
"description": "It took too long for the server to respond." "description": "It took too long for the server to respond."
@ -127,8 +145,7 @@
}, },
"WrongDeviceForAccount": { "WrongDeviceForAccount": {
"title": "Oops, wrong device for ‘{{accountName}}’.", "title": "Oops, wrong device for ‘{{accountName}}’.",
"description": "description": "The connected device is not associated with the account you selected. Please connect the right device."
"The connected device is not associated with the account you selected. Please connect the right device."
}, },
"DeviceAppVerifyNotSupported": { "DeviceAppVerifyNotSupported": {
"title": "Open Manager to update this App", "title": "Open Manager to update this App",

Loading…
Cancel
Save