Skip to content

Commit

Permalink
Spanish files translation (#542)
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge Cabal <jcabala14>
  • Loading branch information
jcabala14 authored Feb 10, 2020
1 parent 6b79ad7 commit 2e1bcc1
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 3 deletions.
19 changes: 19 additions & 0 deletions resources/lang/es/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,23 @@
'failed' => 'Estas credenciales no coinciden con nuestros registros.',
'throttle' => 'Demasiados intentos de inicio de sesión. Por favor intente nuevamente en :seconds segundos.',

'password' => 'Contraseña',
'createaccount' => 'Crear cuenta',
'forgotpassword' => 'Olvidé la contraseña',
'fullname' => 'Nombre completo',
'emailaddress' => 'Dirección de correo electrónico',
'fillcaptcha' => 'Completa el captcha',
'tocaccept' => 'Al registrarse, acepta los términos y condiciones.',
'register' => 'Registrarse',
'registrationpending' => 'Registro pendiente',
'pendingmessage' => 'Tu registro está pendiente de aprobación. Por favor, revise su correo electrónico.',
'registrationsubmitted' => 'Registro enviado',
'registrationconfirmation' => 'Confirmación de registro',
'confirmationmessage' => 'Tu solicitud ha sido enviada. Requiere la aprobación de un miembro del Staff. Una vez haya sido revisado, recibirás un correo de confirmación.',
'registrationdenied' => 'Registro denegado',
'deniedmessage' => 'Tu registro fue denegado. Por favor, contacta con un administrador.',
'accountsuspended' => 'Cuenta suspendida',
'suspendedmessage' => 'Tu cuenta ha sido suspendida. Por favor, contacta con un administrador.',
'transferhours' => 'Transferir horas',

];
2 changes: 1 addition & 1 deletion resources/lang/es/flights.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'departuretime' => 'Hora de salida',
'arrivaltime' => 'Hora de llegada',
'type' => [
'pass_scheduled' => 'Pasagero - Programado',
'pass_scheduled' => 'Pasajero - Programado',
'cargo_scheduled' => 'Carga - Programado',
'charter_pass_only' => 'Charter - Solo pasajeros',
'addtl_cargo_mail' => 'Carga/correo adicional',
Expand Down
1 change: 1 addition & 0 deletions resources/lang/es/passwords.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
'sent' => '¡Le hemos enviado por correo electrónico el enlace de restablecimiento de contraseña!',
'token' => 'Este token de restablecimiento de contraseña no es válido.',
'user' => 'No podemos encontrar un usuario con esa dirección de correo electrónico.',
'confirm' => 'Confirmar contraseña',

];
1 change: 1 addition & 0 deletions resources/lang/es/profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
'updateprofile' => 'Actualizar perfil',
'editprofile' => 'Editar perfil',
'edityourprofile' => 'Editar tu perfil',
'transferhours' => 'Horas transferidas',
'opt-in' => 'Inscribirse',
'opt-in-descrip' => 'Sí, incluirme en correos electrónicos no administrativos',
];
2 changes: 1 addition & 1 deletion resources/lang/es/user.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'location' => 'Location',
'location' => 'Localización',
'state' => [
'pending' => 'Pendiente',
'active' => 'Activo',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/es/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'numeric' => 'El :attribute debe tener al menos :min.',
'file' => 'El :attribute debe tener al menos :min kilobytes.',
'string' => 'El :attribute debe tener al menos :min caracteres.',
'array' => 'El :attribute must have at least :min objetos.',
'array' => 'El :attribute debe tener al menos :min objetos.',
],
'not_in' => 'El :attribute seleccionado es invalido.',
'numeric' => 'El :attribute debe ser un número.',
Expand Down

0 comments on commit 2e1bcc1

Please sign in to comment.