Browse Source

New Crowdin translations (#1205)

* New translations app.json (English)

* New translations errors.json (English)

* New translations app.json (French)

* New translations errors.json (French)
master
ledger-bot 7 years ago
committed by Meriadec Pillet
parent
commit
d0ef6cf21f
  1. 13
      static/i18n/fr/app.json
  2. 8
      static/i18n/fr/errors.json

13
static/i18n/fr/app.json

@ -323,6 +323,9 @@
"title": "Transaction sent", "title": "Transaction sent",
"text": "The transaction has been signed and sent to the network. Your account balance will update once the blockchain has confirmed the transaction.", "text": "The transaction has been signed and sent to the network. Your account balance will update once the blockchain has confirmed the transaction.",
"cta": "View operation details" "cta": "View operation details"
},
"pending": {
"title": "Broadcasting transaction..."
} }
} }
} }
@ -375,8 +378,8 @@
"analyticsDesc": "Enable analytics of anonymous data to help Ledger improve the user experience. This includes the operating system, language, firmware versions and the number of added accounts.", "analyticsDesc": "Enable analytics of anonymous data to help Ledger improve the user experience. This includes the operating system, language, firmware versions and the number of added accounts.",
"reportErrors": "Report bugs", "reportErrors": "Report bugs",
"reportErrorsDesc": "Share anonymous usage and diagnostics data to help improve Ledger products, services and security features.", "reportErrorsDesc": "Share anonymous usage and diagnostics data to help improve Ledger products, services and security features.",
"launchOnboarding": "Onboarding", "launchOnboarding": "Configure device",
"launchOnboardingDesc": "Launch again the onboarding to add a new device to the Ledger Live application" "launchOnboardingDesc": "Securely initialize or restore a Ledger device to use with Ledger Live. Your accounts and settings are kept."
}, },
"about": { "about": {
"desc": "Information about Ledger Live, terms and conditions, and privacy policy." "desc": "Information about Ledger Live, terms and conditions, and privacy policy."
@ -407,9 +410,9 @@
"desc": "The account will no longer be included in your portfolio. This operation does not affect your assets. Accounts can always be re-added." "desc": "The account will no longer be included in your portfolio. This operation does not affect your assets. Accounts can always be re-added."
}, },
"openUserDataDirectory": { "openUserDataDirectory": {
"title": "Open user data directory", "title": "View user data",
"desc": "Open the user data directory", "desc": "View the user data that is stored on your computer, including your accounts, caches and settings.",
"btn": "Open" "btn": "View"
}, },
"exportLogs": { "exportLogs": {
"title": "Export logs", "title": "Export logs",

8
static/i18n/fr/errors.json

@ -37,7 +37,7 @@
}, },
"EnpointConfig": { "EnpointConfig": {
"title": "Invalid endpoint", "title": "Invalid endpoint",
"description": "Please provide with a valid endpoint" "description": "Please provide a valid endpoint"
}, },
"FeeEstimationFailed": { "FeeEstimationFailed": {
"title": "Sorry, fee estimation failed", "title": "Sorry, fee estimation failed",
@ -96,7 +96,7 @@
"description": "Something went wrong with address calculation, try again or contact Ledger Support." "description": "Something went wrong with address calculation, try again or contact Ledger Support."
}, },
"NotEnoughBalance": { "NotEnoughBalance": {
"title": "Oops, not enough balance", "title": "Oops, insufficient balance",
"description": "Make sure the account to debit has sufficient balance" "description": "Make sure the account to debit has sufficient balance"
}, },
"PasswordsDontMatch": { "PasswordsDontMatch": {
@ -116,11 +116,11 @@
"description": "It took too long for the server to respond." "description": "It took too long for the server to respond."
}, },
"TransportError": { "TransportError": {
"title": "Something went wrong. Please replug your device.", "title": "Something went wrong. Please reconnect your device.",
"description": "{{message}}" "description": "{{message}}"
}, },
"TransportStatusError": { "TransportStatusError": {
"title": "Something went wrong. Please replug your device.", "title": "Something went wrong. Please reconnect your device.",
"description": "{{message}}" "description": "{{message}}"
}, },
"UserRefusedFirmwareUpdate": { "UserRefusedFirmwareUpdate": {

Loading…
Cancel
Save