Mise a jour

This commit is contained in:
SoraxDubbing 2022-02-22 16:19:25 +01:00
parent 7dfdb1973e
commit ccc9e01ce6
2 changed files with 27 additions and 27 deletions

View File

@ -5,44 +5,44 @@
"js": { "js": {
"login": { "login": {
"error": { "error": {
"invalidValue": "* Invalid Value", "invalidValue": "* Valeur Invalide",
"requiredValue": "* Required", "requiredValue": "* Requis",
"userMigrated": { "userMigrated": {
"title": "Error During Login:<br>Invalid Credentials", "title": "Erreur lors de la connexion:<br>Créances invalides",
"desc": "You've attempted to login with a migrated account. Try again using the account email as the username." "desc": "Vous avez tenté de vous connecter avec un compte migré. Essayez à nouveau en utilisant l'email du compte comme nom d'utilisateur."
}, },
"invalidCredentials": { "invalidCredentials": {
"title": "Error During Login:<br>Invalid Credentials", "title": "Erreur lors de la connexion:<br>Créances invalides",
"desc": "The email or password you've entered is incorrect. Please try again." "desc": "L'adresse électronique ou le mot de passe que vous avez saisi est incorrect. Veuillez réessayer."
}, },
"rateLimit": { "rateLimit": {
"title": "Error During Login:<br>Too Many Attempts", "title": "Erreur pendant la connexion : Trop de tentatives.",
"desc": "There have been too many login attempts with this account recently. Please try again later." "desc": "Il y a eu trop de tentatives de connexion avec ce compte récemment. Veuillez réessayer plus tard."
}, },
"noInternet": { "noInternet": {
"title": "Error During Login:<br>No Internet Connection", "title": "Erreur pendant la connexion:<br>Pas de connexion Internet",
"desc": "You must be connected to the internet in order to login. Please connect and try again." "desc": "Vous devez être connecté à l'Internet pour pouvoir vous connecter. Veuillez vous connecter et réessayer."
}, },
"authDown": { "authDown": {
"title": "Error During Login:<br>Authentication Server Offline", "title": "Erreur pendant la connexion:<br>Serveur d'authentification déconnecté",
"desc": "Mojang's authentication server is currently offline or unreachable. Please wait a bit and try again. You can check the status of the server on <a href=\"https://help.mojang.com/\">Mojang's help portal</a>." "desc": "Le serveur d'authentification de Mojang est actuellement hors ligne ou inaccessible. Veuillez patienter un peu et réessayer. Vous pouvez vérifier l'état du serveur sur <a href=\"https://help.mojang.com/\">le portail d'aide de Mojang.</a>."
}, },
"notPaid": { "notPaid": {
"title": "Error During Login:<br>Game Not Purchased", "title": "Erreur pendant la connexion:<br>Jeu non acheté",
"desc": "The account you are trying to login with has not purchased a copy of Minecraft.<br>You may purchase a copy on <a href=\"https://minecraft.net/\">Minecraft.net</a>" "desc": "Le compte avec lequel vous essayez de vous connecter n'a pas acheté de copie de Minecraft.<br>Vous pouvez acheter une copie sur <a href=\"https://minecraft.net/\">Minecraft.net</a>."
}, },
"unknown": { "unknown": {
"title": "Error During Login:<br>Unknown Error" "title": "Erreur pendant la connexion : <br>Erreur inconnue"
} }
}, },
"login": "LOGIN", "login": "LOGIN",
"loggingIn": "LOGGING IN", "loggingIn": "CONNEXION",
"success": "SUCCESS", "success": "SUCCÈS",
"tryAgain": "Try Again" "tryAgain": "Essayez à nouveau"
}, },
"landing": { "landing": {
"launch": { "launch": {
"pleaseWait": "Please wait.." "pleaseWait": "Veuillez patienter.."
} }
} }
} }

View File

@ -2,7 +2,7 @@
<div id="loginCancelContainer" style="display: none;"> <div id="loginCancelContainer" style="display: none;">
<button id="loginCancelButton"> <button id="loginCancelButton">
<div id="loginCancelIcon">X</div> <div id="loginCancelIcon">X</div>
<span id="loginCancelText">Cancel</span> <span id="loginCancelText">Annulé</span>
</button> </button>
</div> </div>
<div id="loginContent"> <div id="loginContent">
@ -15,7 +15,7 @@
<path d="M86.77,58.12A13.79,13.79,0,1,0,73,71.91,13.79,13.79,0,0,0,86.77,58.12M97,103.67a3.41,3.41,0,0,0,3.39-3.84,27.57,27.57,0,0,0-54.61,0,3.41,3.41,0,0,0,3.39,3.84Z"/> <path d="M86.77,58.12A13.79,13.79,0,1,0,73,71.91,13.79,13.79,0,0,0,86.77,58.12M97,103.67a3.41,3.41,0,0,0,3.39-3.84,27.57,27.57,0,0,0-54.61,0,3.41,3.41,0,0,0,3.39,3.84Z"/>
</g> </g>
</svg> </svg>
<span class="loginErrorSpan" id="loginEmailError">* Invalid Value</span> <span class="loginErrorSpan" id="loginEmailError">* Valeur invalide</span>
<input id="loginUsername" class="loginField" type="text" placeholder="EMAIL OR USERNAME"/> <input id="loginUsername" class="loginField" type="text" placeholder="EMAIL OR USERNAME"/>
</div> </div>
<div class="loginFieldContainer"> <div class="loginFieldContainer">
@ -24,16 +24,16 @@
<path d="M86.16,54a16.38,16.38,0,1,0-32,0H44V102.7H96V54Zm-25.9-3.39a9.89,9.89,0,1,1,19.77,0A9.78,9.78,0,0,1,79.39,54H60.89A9.78,9.78,0,0,1,60.26,50.59ZM70,96.2a6.5,6.5,0,0,1-6.5-6.5,6.39,6.39,0,0,1,3.1-5.4V67h6.5V84.11a6.42,6.42,0,0,1,3.39,5.6A6.5,6.5,0,0,1,70,96.2Z"/> <path d="M86.16,54a16.38,16.38,0,1,0-32,0H44V102.7H96V54Zm-25.9-3.39a9.89,9.89,0,1,1,19.77,0A9.78,9.78,0,0,1,79.39,54H60.89A9.78,9.78,0,0,1,60.26,50.59ZM70,96.2a6.5,6.5,0,0,1-6.5-6.5,6.39,6.39,0,0,1,3.1-5.4V67h6.5V84.11a6.42,6.42,0,0,1,3.39,5.6A6.5,6.5,0,0,1,70,96.2Z"/>
</g> </g>
</svg> </svg>
<span class="loginErrorSpan" id="loginPasswordError">* Required</span> <span class="loginErrorSpan" id="loginPasswordError">* Requis</span>
<input id="loginPassword" class="loginField" type="password" placeholder="PASSWORD"/> <input id="loginPassword" class="loginField" type="password" placeholder="PASSWORD"/>
</div> </div>
<div id="loginOptions"> <div id="loginOptions">
<span class="loginSpanDim"> <span class="loginSpanDim">
<a href="https://minecraft.net/password/forgot/">forgot password?</a> <a href="https://minecraft.net/password/forgot/">Mot de passe oublié?</a>
</span> </span>
<label id="checkmarkContainer"> <label id="checkmarkContainer">
<input id="loginRememberOption" type="checkbox" checked> <input id="loginRememberOption" type="checkbox" checked>
<span id="loginRememberText" class="loginSpanDim">remember me?</span> <span id="loginRememberText" class="loginSpanDim">Se souvenir de moi?</span>
<span class="loginCheckmark"></span> <span class="loginCheckmark"></span>
</label> </label>
</div> </div>
@ -54,10 +54,10 @@
</button> </button>
<div id="loginDisclaimer"> <div id="loginDisclaimer">
<span class="loginSpanDim" id="loginRegisterSpan"> <span class="loginSpanDim" id="loginRegisterSpan">
<a href="https://minecraft.net/store/minecraft-java-edition/">Need an Account?</a> <a href="https://minecraft.net/store/minecraft-java-edition/">Besoin d'un compte?</a>
</span> </span>
<p class="loginDisclaimerText">Your password is sent directly to mojang and never stored.</p> <p class="loginDisclaimerText">Votre mot de passe est envoyé directement à Mojang et n'est jamais stocké.</p>
<p class="loginDisclaimerText">Helios Launcher is not affiliated with Mojang AB.</p> <p class="loginDisclaimerText">LukiEnLive Launcher n'est pas affilié à Mojang AB.</p>
</div> </div>
</form> </form>
</div> </div>