Language Update
This commit is contained in:
parent
3a60be7f3d
commit
942dc07ca3
@ -223,8 +223,8 @@ loginButton.addEventListener('click', () => {
|
|||||||
// Uh oh.
|
// Uh oh.
|
||||||
msftLoginLogger.error('Unhandled error during login.', displayableError)
|
msftLoginLogger.error('Unhandled error during login.', displayableError)
|
||||||
actualDisplayableError = {
|
actualDisplayableError = {
|
||||||
title: 'Unknown Error During Login',
|
title: 'Erreur lors de la connection',
|
||||||
desc: 'An unknown error has occurred. Please see the console for details.'
|
desc: 'Une erreur inconnu est survenue lors de la connexion. Merci de vérifier la console pour voir les détails'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"html": {
|
"html": {
|
||||||
"avatarOverlay": "Edit"
|
"avatarOverlay": "Compte"
|
||||||
},
|
},
|
||||||
"js": {
|
"js": {
|
||||||
"login": {
|
"login": {
|
||||||
@ -38,11 +38,11 @@
|
|||||||
"login": "LOGIN",
|
"login": "LOGIN",
|
||||||
"loggingIn": "LOGGING IN",
|
"loggingIn": "LOGGING IN",
|
||||||
"success": "SUCCESS",
|
"success": "SUCCESS",
|
||||||
"tryAgain": "Try Again"
|
"tryAgain": "Réessayer"
|
||||||
},
|
},
|
||||||
"landing": {
|
"landing": {
|
||||||
"launch": {
|
"launch": {
|
||||||
"pleaseWait": "Please wait.."
|
"pleaseWait": "S'il vous plaît, attendez.."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user