Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spanish files translation #542

Merged
merged 3 commits into from
Feb 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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