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. 2
      static/i18n/en/app.json
  2. 2
      static/i18n/en/errors.json
  3. 13
      static/i18n/fr/app.json
  4. 8
      static/i18n/fr/errors.json

2
static/i18n/en/app.json

@ -465,4 +465,4 @@
"desc_2": "Please beware that Ledger does not provide financial, tax, or legal advice. You should take such decisions on your own or consult with reliable experts.",
"cta": "Got it"
}
}
}

2
static/i18n/en/errors.json

@ -154,4 +154,4 @@
"InvalidAddress": {
"title": "This is not a valid {{currencyName}} address"
}
}
}

13
static/i18n/fr/app.json

@ -323,6 +323,9 @@
"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.",
"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.",
"reportErrors": "Report bugs",
"reportErrorsDesc": "Share anonymous usage and diagnostics data to help improve Ledger products, services and security features.",
"launchOnboarding": "Onboarding",
"launchOnboardingDesc": "Launch again the onboarding to add a new device to the Ledger Live application"
"launchOnboarding": "Configure device",
"launchOnboardingDesc": "Securely initialize or restore a Ledger device to use with Ledger Live. Your accounts and settings are kept."
},
"about": {
"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."
},
"openUserDataDirectory": {
"title": "Open user data directory",
"desc": "Open the user data directory",
"btn": "Open"
"title": "View user data",
"desc": "View the user data that is stored on your computer, including your accounts, caches and settings.",
"btn": "View"
},
"exportLogs": {
"title": "Export logs",

8
static/i18n/fr/errors.json

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

Loading…
Cancel
Save