From 80f727501187b4ae9b614a13af1e707c9c83ff53 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 14 Mar 2020 18:41:30 +0000 Subject: [PATCH] New translations errors.php (Spanish) --- resources/lang/es/errors.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/es/errors.php b/resources/lang/es/errors.php index 892f186b6..c18fccfa6 100644 --- a/resources/lang/es/errors.php +++ b/resources/lang/es/errors.php @@ -83,6 +83,7 @@ return [ // Error pages '404_page_not_found' => 'Página no encontrada', 'sorry_page_not_found' => 'Lo sentimos, la página a la 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 a la página de inicio', 'error_occurred' => 'Ha ocurrido un error', 'app_down' => 'La aplicación :appName se encuentra caída en este momento',