updated translations
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
return [
|
||||
|
||||
'profile' => 'Perfil',
|
||||
'logout' => 'Cerrar sesión',
|
||||
'login' => 'Iniciar sesión',
|
||||
'logout' => 'Salir',
|
||||
'login' => 'Entrar',
|
||||
'login_to' => 'Inicia sesión para comenzar',
|
||||
'remember_me' => 'Recordarme',
|
||||
'forgot_password' => 'Olvidé mi contraseña',
|
||||
'reset_password' => 'Restablecer Contraseña',
|
||||
'enter_email' => 'Introduce tu Dirección de Correo Electrónico',
|
||||
'current_email' => 'Dirección de Correo electrónico Actual',
|
||||
'reset' => 'Resetear',
|
||||
'reset' => 'Restablecer',
|
||||
'never' => 'nunca',
|
||||
|
||||
'password' => [
|
||||
@@ -23,7 +23,7 @@ return [
|
||||
|
||||
'error' => [
|
||||
'self_delete' => 'Error: ¡No puede eliminarse usted mismo!',
|
||||
'no_company' => 'Error: No company assigned to your account. Please, contact the system administrator.',
|
||||
'no_company' => 'Error: No se asigno una compañía para tu cuenta. Por favor, contacte al administrador del sistema.',
|
||||
],
|
||||
|
||||
'failed' => 'Estas credenciales no coinciden con nuestros registros.',
|
||||
@@ -31,9 +31,9 @@ return [
|
||||
'throttle' => 'Demasiados intentos fallidos de inicio de sesión. Por favor, vuelva a intentarlo después de :seconds segundos.',
|
||||
|
||||
'notification' => [
|
||||
'message_1' => 'You are receiving this email because we received a password reset request for your account.',
|
||||
'message_2' => 'If you did not request a password reset, no further action is required.',
|
||||
'button' => 'Reset Password',
|
||||
'message_1' => 'Has recibido este correo electrónico porque se solicito un restablecimiento de contraseña para tu cuenta.',
|
||||
'message_2' => 'Si no solicitaste que se restablezca tu contraseña, no es necesario realizar ninguna acción',
|
||||
'button' => 'Restablecer Contraseña',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -100,9 +100,9 @@ return [
|
||||
'overdue' => 'Vencida',
|
||||
'partially' => 'Parcial',
|
||||
'partially_paid' => 'Pagada Parcialmente',
|
||||
'export' => 'Export',
|
||||
'enable' => 'Enable',
|
||||
'disable' => 'Disable',
|
||||
'export' => 'Exportar',
|
||||
'enable' => 'Activar',
|
||||
'disable' => 'Desactivar',
|
||||
|
||||
'title' => [
|
||||
'new' => 'Nuevo :type',
|
||||
|
||||
@@ -4,6 +4,6 @@ return [
|
||||
|
||||
'import' => 'Importar',
|
||||
'title' => 'Importar :type',
|
||||
'message' => 'Allowed file types: XLS, XLSX. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
|
||||
'message' => 'Tipos de archivos permitidos: XLS, XLSX. Por favor, <a target="_blank" href=":link"><strong>descarga</strong></a> el archivo de ejemplo.',
|
||||
|
||||
];
|
||||
|
||||
@@ -8,8 +8,8 @@ return [
|
||||
'deleted' => '¡:type eliminado!',
|
||||
'duplicated' => '¡:type duplicado!',
|
||||
'imported' => '¡:type importado!',
|
||||
'enabled' => ':type enabled!',
|
||||
'disabled' => ':type disabled!',
|
||||
'enabled' => ':type activado!',
|
||||
'disabled' => ':type desactivado!',
|
||||
],
|
||||
'error' => [
|
||||
'over_payment' => 'Error: Pago no agregado! Cantidad sobre pasa el total.',
|
||||
|
||||
@@ -4,7 +4,7 @@ return [
|
||||
|
||||
'title' => 'Token de API',
|
||||
'api_token' => 'Token',
|
||||
'my_apps' => 'My Apps',
|
||||
'my_apps' => 'Mis Apps',
|
||||
'top_paid' => 'Más Pagado',
|
||||
'new' => 'Nuevo',
|
||||
'top_free' => 'Top Gratis',
|
||||
@@ -42,7 +42,7 @@ return [
|
||||
],
|
||||
|
||||
'badge' => [
|
||||
'installed' => 'Installed',
|
||||
'installed' => 'Instalado',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
@@ -52,7 +52,7 @@ return [
|
||||
],
|
||||
|
||||
'my' => [
|
||||
'purchased' => 'Purchased',
|
||||
'installed' => 'Installed',
|
||||
'purchased' => 'Comprado',
|
||||
'installed' => 'Instalado',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -6,7 +6,7 @@ return [
|
||||
'to_account' => 'A la Cuenta',
|
||||
|
||||
'messages' => [
|
||||
'delete' => ':from to :to (:amount)',
|
||||
'delete' => ':from a :to (:amount)',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user