Skip to content

Commit

Permalink
Update en and es languages
Browse files Browse the repository at this point in the history
  • Loading branch information
Usbac committed Jan 14, 2024
1 parent 0d9543e commit 4230947
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions app/languages/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
'error_sending_email' => 'Error sending email. Verify the server configuration or contact an administrator',
'error_upload_file' => 'Error uploading file. The name is invalid, the size excees the <a href="/admin/settings#info">server rules</a> or the path is not writable.',
'field_errors' => 'One or more fields have an error. Please check and try again',
'file_size_upload_limit' => 'File size upload limit',
'file_size_upload_limit_description' => 'The value is the lowest possible value between the <code>post_max_size</code> and the <code>upload_max_filesize</code> options of your PHP configuration.',
'folder' => 'Folder',
'forgot_password' => 'Forgot password?',
'general' => 'General',
Expand Down Expand Up @@ -81,9 +83,8 @@
'logout' => 'Logout',
'made_with' => 'Made with Aurora with love.',
'maintenance_mode' => 'Maintenance mode',
'max_upload_file_size' => 'Maximum upload file size',
'max_upload_file_size_description' => 'The value is the lowest possible value between the <code>post_max_size</code> and the <code>upload_max_filesize</code> options of your PHP configuration.',
'media' => 'Media',
'memory_limit' => 'Memory limit',
'meta' => 'Meta',
'meta_description' => 'Meta description',
'meta_keywords' => 'Meta keywords',
Expand All @@ -103,6 +104,7 @@
'number_views' => 'No. views',
'order' => 'Order',
'order_by' => 'Order by',
'operating_system' => 'Operating system',
'owner' => 'Owner',
'page' => 'Page',
'pages' => 'Pages',
Expand Down
6 changes: 4 additions & 2 deletions app/languages/es.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
'error_sending_email' => 'Error al enviar el correo. Verifica la configuración del servidor o contacta con un administrador',
'error_upload_file' => 'Error al subir el archivo. El nombre es inválido, el tamaño excede las <a href="/admin/settings#info">reglas del servidor</a> o no tiene permisos de escritura en esa ruta.',
'field_errors' => 'Al menos un campo tiene un error. Por favor verifique e intente nuevamente',
'file_size_upload_limit' => 'Tamaño máximo de subida de archivos',
'file_size_upload_limit_description' => 'El valor es el valor mínimo entre las opciones de <code>post_max_size</code> y <code>upload_max_filesize</code> de tu configuración de PHP.',
'folder' => 'Carpeta',
'forgot_password' => '¿Olvidó su contraseña?',
'general' => 'General',
Expand Down Expand Up @@ -81,9 +83,8 @@
'logout' => 'Cerrar sesión',
'made_with' => 'Hecho con Aurora con amor.',
'maintenance_mode' => 'Modo mantenimiento',
'max_upload_file_size' => 'Tamaño máximo de subida de archivos',
'max_upload_file_size_description' => 'El valor es el valor mínimo entre las opciones de <code>post_max_size</code> y <code>upload_max_filesize</code> de tu configuración de PHP.',
'media' => 'Media',
'memory_limit' => 'Limite de memoria',
'meta' => 'Meta',
'meta_description' => 'Meta descripción',
'meta_keywords' => 'Meta palabras clave',
Expand All @@ -103,6 +104,7 @@
'number_views' => 'Nro. de vistas',
'order' => 'Orden',
'order_by' => 'Ordenar por',
'operating_system' => 'Sistema operativo',
'owner' => 'Dueño',
'page' => 'Página',
'pages' => 'Páginas',
Expand Down

0 comments on commit 4230947

Please sign in to comment.