New translations errors.php (Spanish, Argentina)

This commit is contained in:
Dan Brown 2020-03-14 18:41:28 +00:00
parent 3bd9e4fb86
commit 74c65f90ab

View File

@ -83,6 +83,7 @@ return [
// Error pages
'404_page_not_found' => 'Página no encontrada',
'sorry_page_not_found' => 'Lo sentimos, la página que intenta acceder no pudo ser encontrada.',
'sorry_page_not_found_permission_warning' => 'If you expected this page to exist, you might not have permission to view it.',
'return_home' => 'Volver al home',
'error_occurred' => 'Ha ocurrido un error',
'app_down' => 'La aplicación :appName se encuentra caída en este momento',
@ -97,6 +98,6 @@ return [
'api_user_token_expired' => 'El token de autorización usado ha caducado',
// Settings & Maintenance
'maintenance_test_email_failure' => 'Error thrown when sending a test email:',
'maintenance_test_email_failure' => 'Error al enviar un email de prueba:',
];