IDOCRAFT LAUNCHER

login
This commit is contained in:
PanaNotFound 2021-04-08 11:02:23 -04:00
parent dfcd39ea69
commit c96d832be2
2 changed files with 28 additions and 28 deletions

View File

@ -5,44 +5,44 @@
"js": {
"login": {
"error": {
"invalidValue": "* Invalid Value",
"requiredValue": "* Required",
"invalidValue": "* Valor no válido",
"requiredValue": "* Requerido",
"userMigrated": {
"title": "Error During Login:<br>Invalid Credentials",
"desc": "You've attempted to login with a migrated account. Try again using the account email as the username."
"title": "Error durante el inicio de sesión: Credenciales no válidas",
"desc": "Intentó iniciar sesión con una cuenta migrada. Vuelve a intentarlo usando el correo electrónico de la cuenta como nombre de usuario."
},
"invalidCredentials": {
"title": "Error During Login:<br>Invalid Credentials",
"desc": "The email or password you've entered is incorrect. Please try again."
"title": "Error durante el inicio de sesión: Credenciales no válidas",
"desc": "El correo electrónico o la contraseña que ingresaste son incorrectos. Inténtalo de nuevo."
},
"rateLimit": {
"title": "Error During Login:<br>Too Many Attempts",
"desc": "There have been too many login attempts with this account recently. Please try again later."
"title": "Error durante el inicio de sesión: <br> demasiados intentos",
"desc": "Ha habido demasiados intentos de inicio de sesión con esta cuenta recientemente. Por favor, inténtelo de nuevo más tarde."
},
"noInternet": {
"title": "Error During Login:<br>No Internet Connection",
"desc": "You must be connected to the internet in order to login. Please connect and try again."
"title": "Error durante el inicio de sesión: <br> No hay conexión a Internet",
"desc": "Debe estar conectado a Internet para iniciar sesión. Conéctese y vuelva a intentarlo."
},
"authDown": {
"title": "Error During Login:<br>Authentication Server Offline",
"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": "El servidor de autenticación de Mojang está actualmente fuera de línea o inaccesible. Espere un poco y vuelva a intentarlo. Puede comprobar el estado del servidor en <a href=\"https://help.mojang.com/\">Mojang's help portal</a>."
},
"notPaid": {
"title": "Error During Login:<br>Game Not Purchased",
"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>"
"title": "Error durante el inicio de sesión: juego no comprado",
"desc": "La cuenta con la que estás intentando iniciar sesión no ha comprado una copia de Minecraft. <br> Puedes comprar una copia en <a href=\"https://minecraft.net/\">Minecraft.net</a>"
},
"unknown": {
"title": "Error During Login:<br>Unknown Error"
"title": "Error durante el inicio de sesión: <br> Error desconocido"
}
},
"login": "LOGIN",
"loggingIn": "LOGGING IN",
"success": "SUCCESS",
"tryAgain": "Try Again"
"login": "ACCESO",
"loggingIn": "INICIANDO SESIÓN",
"success": "ÉXITO",
"tryAgain": "Intentar otra vez"
},
"landing": {
"launch": {
"pleaseWait": "Please wait.."
"pleaseWait": "Espere por favor.."
}
}
}

View File

@ -2,20 +2,20 @@
<div id="loginCancelContainer" style="display: none;">
<button id="loginCancelButton">
<div id="loginCancelIcon">X</div>
<span id="loginCancelText">Cancel</span>
<span id="loginCancelText">Cancelar</span>
</button>
</div>
<div id="loginContent">
<form id="loginForm">
<img id="loginImageSeal" src="assets/images/SealCircle.png"/>
<span id="loginSubheader">MINECRAFT LOGIN</span>
<span id="loginSubheader">INICIAR SESIÓN EN MINECRAFT</span>
<div class="loginFieldContainer">
<svg id="profileSVG" class="loginSVG" viewBox="40 37 65.36 61.43">
<g>
<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>
</svg>
<span class="loginErrorSpan" id="loginEmailError">* Invalid Value</span>
<span class="loginErrorSpan" id="loginEmailError">* Valor no válido</span>
<input id="loginUsername" class="loginField" type="text" placeholder="EMAIL OR USERNAME"/>
</div>
<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"/>
</g>
</svg>
<span class="loginErrorSpan" id="loginPasswordError">* Required</span>
<span class="loginErrorSpan" id="loginPasswordError">* Requerido</span>
<input id="loginPassword" class="loginField" type="password" placeholder="PASSWORD"/>
</div>
<div id="loginOptions">
<span class="loginSpanDim">
<a href="https://my.minecraft.net/en-us/password/forgot/">forgot password?</a>
<a href="https://my.minecraft.net/en-us/password/forgot/">¿Has olvidado tu contraseña?</a>
</span>
<label id="checkmarkContainer">
<input id="loginRememberOption" type="checkbox" checked>
<span id="loginRememberText" class="loginSpanDim">remember me?</span>
<span id="loginRememberText" class="loginSpanDim">¿Recuérdame?</span>
<span class="loginCheckmark"></span>
</label>
</div>
@ -54,10 +54,10 @@
</button>
<div id="loginDisclaimer">
<span class="loginSpanDim" id="loginRegisterSpan">
<a href="https://minecraft.net/en-us/store/minecraft/">Need an Account?</a>
<a href="https://minecraft.net/en-us/store/minecraft/">¿Necesitas una cuenta?</a>
</span>
<p class="loginDisclaimerText">Your password is sent directly to mojang and never stored.</p>
<p class="loginDisclaimerText">Helios Launcher is not affiliated with Mojang AB.</p>
<p class="loginDisclaimerText">Su contraseña se envía directamente a mojang y nunca se almacena.</p>
<p class="loginDisclaimerText">Idocraft Launcher no está afiliado con Mojang AB.</p>
</div>
</form>
</div>