From c309cb5309a14f7f5cf96f4c40fcc6d34c27711f Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 11:11:19 -0400 Subject: [PATCH 01/32] Update Spanish Core.php update the Spanish Translation for the core --- .../Resources/lang/core/es/core.php | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/Modules/Translation/Resources/lang/core/es/core.php b/Modules/Translation/Resources/lang/core/es/core.php index dc4d004cc..e94cd071e 100644 --- a/Modules/Translation/Resources/lang/core/es/core.php +++ b/Modules/Translation/Resources/lang/core/es/core.php @@ -34,6 +34,9 @@ 'reset' => 'Reiniciar', 'update and back' => 'Actualizar y regresar', ], + 'save' => 'Guardar', + 'confirm' => 'Confirmar', + 'move' => 'Mover', 'breadcrumb' => [ 'home' => 'Inicio', ], @@ -46,7 +49,8 @@ 'general' => [ 'available keyboard shortcuts' => 'Atajos de teclado disponibles en esta página', 'view website' => 'Ver sitio', - 'complete your profile' => 'Complete su perfil', + 'complete your profile' => 'Complete su perfil',+ + 'profile' => 'Perfil', 'sign out' => 'Salir', ], 'messages' => [ @@ -58,4 +62,24 @@ 'back' => 'Atrás', 'back to index' => 'Regresar a :name', 'permission denied' => 'Permiso denegado. (permiso requerido: ":permission")', + 'list resource' => 'Lista :name', + 'create resource' => 'Crear :name', + 'edit resource' => 'Editar :name', + 'destroy resource' => 'Eliminar :name', + 'error token mismatch' => 'Tu session se ha terminado, por favor envia el formulario nuevamente.', + 'error 404' => '404', + 'error 404 title' => 'Oops! Lo sentimos esta páginapágina no fue encontrada.', + 'error 404 description' => 'La página que estas buscando no fue encontrada.', + 'error 500' => '500', + 'error 500 title' => 'Oops! Algo salió mal', + 'error 500 description' => 'El Administrador ha sido notificado.', + 'delete cancelled' => 'Eliminar cancelado.', + 'unauthorized' => 'No autorizado', + 'unauthorized-access' => 'No tienes los permisos apropiados para acceder a esa página.', + 'unauthenticated' => 'No autenticado', + 'unauthenticated-access' => 'Debes iniciar sesión para acceder a esta página', + 'something went wrong' => 'Whoops! Algo salió mal.', + 'mark as online' => 'Marcar como Activo', + 'mark as offline' => 'Marcar como Inactivo', + 'back to backend' => 'Regresar a la Administración', ]; From 61a5d588ab3cb1f234bac22ec459e2a35b4f149f Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 11:13:14 -0400 Subject: [PATCH 02/32] Update Settings Translation to 3.5.2 Update the spanish setting translation to 3.5.2 --- Modules/Translation/Resources/lang/core/es/settings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Translation/Resources/lang/core/es/settings.php b/Modules/Translation/Resources/lang/core/es/settings.php index f33f1128c..b2a63a6cd 100644 --- a/Modules/Translation/Resources/lang/core/es/settings.php +++ b/Modules/Translation/Resources/lang/core/es/settings.php @@ -2,6 +2,7 @@ return [ 'site-name' => 'Nombre del Sitio', + 'site-name-mini' => 'Nombre del Sitio Minimizado', 'site-description' => 'Descripción del sitio', 'template' => 'Plantilla del sitio', 'google-analytics' => 'Código de Google Analytics', From 98c2e615ea99569d5483e9f67c4d18dca62016f3 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 11:15:34 -0400 Subject: [PATCH 03/32] Update sidebar spanish to 3.5.2 Update the sidebar translation to 3.5.2 --- Modules/Translation/Resources/lang/core/es/sidebar.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Translation/Resources/lang/core/es/sidebar.php b/Modules/Translation/Resources/lang/core/es/sidebar.php index a92f77ba5..bd99a2d20 100644 --- a/Modules/Translation/Resources/lang/core/es/sidebar.php +++ b/Modules/Translation/Resources/lang/core/es/sidebar.php @@ -2,4 +2,5 @@ return [ 'content' => 'Contenido', + 'show group' => 'Mostrar Grupo barra lateral', ]; From 8b62c00e0ca6b40c71db9dacc85fdbc346729799 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 11:19:31 -0400 Subject: [PATCH 04/32] Update dashboard to 3.5.2 Update dashboard translation to 3.5.2 --- .../Resources/lang/dashboard/es/dashboard.php | 25 +++++++++++++------ 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/Modules/Translation/Resources/lang/dashboard/es/dashboard.php b/Modules/Translation/Resources/lang/dashboard/es/dashboard.php index 070563b69..e05a5e0de 100644 --- a/Modules/Translation/Resources/lang/dashboard/es/dashboard.php +++ b/Modules/Translation/Resources/lang/dashboard/es/dashboard.php @@ -1,12 +1,21 @@ 'Escritorio', - 'edit grid' => 'Editar cuadrícula', - 'reset grid' => 'Restaurar cuadrícula', - 'save grid' => 'Guardar cuadrícula', - 'add widget' => 'Agregar widget', - 'add widget to dashboard' => 'Agregar widget al escritorio', - 'reset not needed' => 'El escritorio no necesita restaurarse', - 'dashboard reset' => 'El escritorio ha sido restaurado', + 'name' => 'Dashboard', + 'edit grid' => 'Edit grid', + 'reset grid' => 'Reset grid', + 'save grid' => 'Save grid', + 'add widget' => 'Add widget', + 'add widget to dashboard' => 'Add widget to dashboard', + 'reset not needed' => 'Dashboard didn\'t need resetting', + 'dashboard reset' => 'Dashboard has been reset', + 'list resource' => 'View dashboard', + 'edit resource' => 'Update dashboard', + 'reset resource' => 'Reset dashboard', + 'welcome-title' => 'Welcome title', + 'welcome-description' => 'Welcome description', + 'welcome-enabled' => 'Enable welcome box?', + 'configure your website' => 'Configure your website', + 'add pages' => 'Add pages', + 'add menus' => 'Add menus', ]; From ab2c25835b6b1aeaca5e55469d7397c5c6fb4326 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 11:20:06 -0400 Subject: [PATCH 05/32] Update Dashboard to 3.5.2 Update dashboard translation to 3.5.2 --- .../Resources/lang/dashboard/es/dashboard.php | 35 ++++++++++--------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/Modules/Translation/Resources/lang/dashboard/es/dashboard.php b/Modules/Translation/Resources/lang/dashboard/es/dashboard.php index e05a5e0de..1c6d66c12 100644 --- a/Modules/Translation/Resources/lang/dashboard/es/dashboard.php +++ b/Modules/Translation/Resources/lang/dashboard/es/dashboard.php @@ -1,21 +1,22 @@ 'Dashboard', - 'edit grid' => 'Edit grid', - 'reset grid' => 'Reset grid', - 'save grid' => 'Save grid', - 'add widget' => 'Add widget', - 'add widget to dashboard' => 'Add widget to dashboard', - 'reset not needed' => 'Dashboard didn\'t need resetting', - 'dashboard reset' => 'Dashboard has been reset', - 'list resource' => 'View dashboard', - 'edit resource' => 'Update dashboard', - 'reset resource' => 'Reset dashboard', - 'welcome-title' => 'Welcome title', - 'welcome-description' => 'Welcome description', - 'welcome-enabled' => 'Enable welcome box?', - 'configure your website' => 'Configure your website', - 'add pages' => 'Add pages', - 'add menus' => 'Add menus', + 'name' => 'Escritorio', + 'edit grid' => 'Editar cuadrícula', + 'reset grid' => 'Restaurar cuadrícula', + 'save grid' => 'Guardar cuadrícula', + 'add widget' => 'Agregar widget', + 'add widget to dashboard' => 'Agregar widget al escritorio', + 'reset not needed' => 'El escritorio no necesita restaurarse', + 'dashboard reset' => 'El escritorio ha sido restaurado', + 'list resource' => 'ver escritorio', + 'edit resource' => 'Actualizar Escritorio', + 'reset resource' => 'Reiniciar Escritorio', + 'welcome-title' => 'Titulo de bienvenida', + 'welcome-description' => 'Descripción de bienvenida', + 'welcome-enabled' => 'Habilitar la caja de bienvenida?', + 'configure your website' => 'Configurar tu sitio web', + 'add pages' => 'Agregar página', + 'add menus' => 'Agregar menus', ]; + From e3d0352ba255c528f7402c5579a0b089b1acb381 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 11:23:46 -0400 Subject: [PATCH 06/32] Create File Folders translation Create Folders.php spanish translation and update to 3.5.2 --- .../Translation/Resources/lang/media/es/folders.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Modules/Translation/Resources/lang/media/es/folders.php diff --git a/Modules/Translation/Resources/lang/media/es/folders.php b/Modules/Translation/Resources/lang/media/es/folders.php new file mode 100644 index 000000000..7177a4aac --- /dev/null +++ b/Modules/Translation/Resources/lang/media/es/folders.php @@ -0,0 +1,11 @@ + 'Listar carpeta', + 'create resource' => 'Nueva carpeta', + 'edit resource' => 'Editar carpeta', + 'destroy resource' => 'Eliminar carpeta', + 'folder was created' => 'Carpeta fue creado con éxito', + 'folder was updated' => 'Carpeta fue actualizada con éxito', + 'folder name' => 'Nombre de carpeta', +]; From c56aec5878875c16f06fb128c76cf053a18c1a0d Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 11:28:02 -0400 Subject: [PATCH 07/32] Update media translation to 3.52 Update media translation to 3.52 --- .../Resources/lang/media/es/media.php | 37 ++++++++++++------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/Modules/Translation/Resources/lang/media/es/media.php b/Modules/Translation/Resources/lang/media/es/media.php index d5c1b34f7..8069b0b9c 100644 --- a/Modules/Translation/Resources/lang/media/es/media.php +++ b/Modules/Translation/Resources/lang/media/es/media.php @@ -2,24 +2,24 @@ return [ 'title' => [ - 'media' => 'Multimedia', - 'edit media' => 'Editar multimedia', + 'media' => 'Media', + 'edit media' => 'Edit media', ], 'breadcrumb' => [ - 'media' => 'Multimedia', + 'media' => 'Media', ], 'table' => [ - 'filename' => 'Nombre del archivo', - 'width' => 'Ancho', - 'height' => 'Alto', + 'filename' => 'Filename', + 'width' => 'Width', + 'height' => 'Height', ], 'form' => [ - 'alt_attribute' => 'Atributo Alt', - 'description' => 'Descripción', - 'keywords' => 'Palabras claves', + 'alt_attribute' => 'Alt attribute', + 'description' => 'Description', + 'keywords' => 'Keywords', ], 'validation' => [ - 'max_size' => 'Tamaño (:size) máximo alcanzado de la carpeta multimedia.', + 'max_size' => 'Maximum folder size (:size) of the Media folder reached.', ], 'file-sizes' => [ 'B' => 'Bytes', @@ -28,8 +28,17 @@ 'GB' => 'Gb', 'TB' => 'Tb', ], - 'choose file' => 'Elija un archivo', - 'insert' => 'Insertar este archivo', - 'file picker' => 'Selector de archivo', - 'Browse' => 'Examinar...', + 'choose file' => 'Choose a file', + 'insert' => 'Insert this file', + 'file picker' => 'File Picker', + 'Browse' => 'Browse ...', + 'upload file' => 'Upload a file', + 'remove media' => 'Remove media', + 'list resource' => 'List media', + 'create resource' => 'Create media', + 'edit resource' => 'Edit media', + 'destroy resource' => 'Delete media', + 'file too large' => 'File is too large. Must be below :size MB.', + 'some files not moved' => 'Some files were not moved', + 'files moved successfully' => 'Files moved successfully', ]; From 56f86ba302799c2e137b79a1ad645e79849fa301 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 11:28:31 -0400 Subject: [PATCH 08/32] Update media translation to 3.52 Update media translation to 3.52 --- .../Resources/lang/media/es/media.php | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/Modules/Translation/Resources/lang/media/es/media.php b/Modules/Translation/Resources/lang/media/es/media.php index 8069b0b9c..3ef20b8d5 100644 --- a/Modules/Translation/Resources/lang/media/es/media.php +++ b/Modules/Translation/Resources/lang/media/es/media.php @@ -2,24 +2,24 @@ return [ 'title' => [ - 'media' => 'Media', - 'edit media' => 'Edit media', + 'media' => 'Multimedia', + 'edit media' => 'Editar multimedia', ], 'breadcrumb' => [ - 'media' => 'Media', + 'media' => 'Multimedia', ], 'table' => [ - 'filename' => 'Filename', - 'width' => 'Width', - 'height' => 'Height', + 'filename' => 'Nombre del archivo', + 'width' => 'Ancho', + 'height' => 'Alto', ], 'form' => [ - 'alt_attribute' => 'Alt attribute', - 'description' => 'Description', - 'keywords' => 'Keywords', + 'alt_attribute' => 'Atributo Alt', + 'description' => 'Descripción', + 'keywords' => 'Palabras claves', ], 'validation' => [ - 'max_size' => 'Maximum folder size (:size) of the Media folder reached.', + 'max_size' => 'Tamaño (:size) máximo alcanzado de la carpeta multimedia.', ], 'file-sizes' => [ 'B' => 'Bytes', @@ -28,17 +28,17 @@ 'GB' => 'Gb', 'TB' => 'Tb', ], - 'choose file' => 'Choose a file', - 'insert' => 'Insert this file', - 'file picker' => 'File Picker', - 'Browse' => 'Browse ...', - 'upload file' => 'Upload a file', - 'remove media' => 'Remove media', - 'list resource' => 'List media', - 'create resource' => 'Create media', - 'edit resource' => 'Edit media', - 'destroy resource' => 'Delete media', - 'file too large' => 'File is too large. Must be below :size MB.', - 'some files not moved' => 'Some files were not moved', - 'files moved successfully' => 'Files moved successfully', + 'choose file' => 'Elija un archivo', + 'insert' => 'Insertar este archivo', + 'file picker' => 'Selector de archivo', + 'Browse' => 'Examinar...', + 'upload file' => 'Subir un archivo', + 'remove media' => 'Quitar Multiemdia', + 'list resource' => 'Lista multimedia', + 'create resource' => 'Crear multimedia', + 'edit resource' => 'Editar multimedia', + 'destroy resource' => 'Eliminar multimedia', + 'file too large' => 'Archivo es muy pesado. debe ser menor a :size MB.', + 'some files not moved' => 'Algunos archivos no fueron movidos.', + 'files moved successfully' => 'archivos fueron movidos con éxito.', ]; From 57ed45100bd7c38004241d88249241c167449b28 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 11:31:23 -0400 Subject: [PATCH 09/32] Update media spanish translation 3.5.2 Update media spanish translation 3.5.2 --- Modules/Translation/Resources/lang/media/es/messages.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Modules/Translation/Resources/lang/media/es/messages.php b/Modules/Translation/Resources/lang/media/es/messages.php index 818cbdea9..cf885df15 100644 --- a/Modules/Translation/Resources/lang/media/es/messages.php +++ b/Modules/Translation/Resources/lang/media/es/messages.php @@ -3,4 +3,7 @@ return [ 'file updated' => 'Archivo actualizado', 'file deleted' => 'Archivo eliminado', + 'folder updated' => 'Carpeta actualizada', + 'folder deleted' => 'Carpeta eliminada', + 'selected items deleted' => 'Los Archivo(s) selecionados fueron eliminado', ]; From 05049bdb05950c49135dc89d9f99bcdc273b18ba Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 11:32:43 -0400 Subject: [PATCH 10/32] Update core spanish translation 3.52 Update core spanish translation 3.52 --- Modules/Translation/Resources/lang/core/es/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Translation/Resources/lang/core/es/core.php b/Modules/Translation/Resources/lang/core/es/core.php index e94cd071e..d41c96d7d 100644 --- a/Modules/Translation/Resources/lang/core/es/core.php +++ b/Modules/Translation/Resources/lang/core/es/core.php @@ -49,7 +49,7 @@ 'general' => [ 'available keyboard shortcuts' => 'Atajos de teclado disponibles en esta página', 'view website' => 'Ver sitio', - 'complete your profile' => 'Complete su perfil',+ + 'complete your profile' => 'Complete su perfil', 'profile' => 'Perfil', 'sign out' => 'Salir', ], From b79a46f63dbb4311b8ccebc79fc90bee4d418791 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 11:35:11 -0400 Subject: [PATCH 11/32] Update menu spanish translation to 3.5.2 Update menu spanish translation to 3.5.2 --- Modules/Translation/Resources/lang/menu/es/menu.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Modules/Translation/Resources/lang/menu/es/menu.php b/Modules/Translation/Resources/lang/menu/es/menu.php index 6753548d3..1d6ad693d 100644 --- a/Modules/Translation/Resources/lang/menu/es/menu.php +++ b/Modules/Translation/Resources/lang/menu/es/menu.php @@ -35,4 +35,8 @@ 'navigation' => [ 'back to index' => 'Regresar', ], + 'list resource' => 'Listar menús', + 'create resource' => 'Crear menús', + 'edit resource' => 'Editar menús', + 'destroy resource' => 'Eliminar menús', ]; From ca8b7828d5ed7980ba16454385d02cea11d83d3f Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 11:39:02 -0400 Subject: [PATCH 12/32] Update menu-items spanish translation to 3.5.2 Update menu-items spanish translation to 3.5.2 --- Modules/Translation/Resources/lang/menu/es/menu-items.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Modules/Translation/Resources/lang/menu/es/menu-items.php b/Modules/Translation/Resources/lang/menu/es/menu-items.php index c9e9ccf18..92e3f362c 100644 --- a/Modules/Translation/Resources/lang/menu/es/menu-items.php +++ b/Modules/Translation/Resources/lang/menu/es/menu-items.php @@ -8,6 +8,7 @@ 'same tab' => 'En la misma pestaña', 'new tab' => 'En una nueva pestaña', 'icon' => 'Icon', + 'class' => 'CSS Class', 'parent menu item' => 'Ítem del menú superior', ], 'link-type' => [ @@ -16,4 +17,8 @@ 'internal' => 'Interna', 'external' => 'Externa', ], + 'list resource' => 'Lista menú items', + 'create resource' => 'Crear menú items', + 'edit resource' => 'Editar menú items', + 'destroy resource' => 'Eliminar menú items', ]; From 6c621b6952ab2d46ba9b0cff4f5bdc3e0c65255e Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 11:42:05 -0400 Subject: [PATCH 13/32] Update Notification Spanish translation to 3.5.2 Update Notification Spanish translation to 3.5.2 --- .../Translation/Resources/lang/notification/es/messages.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Modules/Translation/Resources/lang/notification/es/messages.php b/Modules/Translation/Resources/lang/notification/es/messages.php index cae53fb6e..b6ce3de44 100644 --- a/Modules/Translation/Resources/lang/notification/es/messages.php +++ b/Modules/Translation/Resources/lang/notification/es/messages.php @@ -13,4 +13,8 @@ 'all notifications deleted' => 'Todas tus notificaciones fueron eliminadas éxitosamente.', 'all notifications marked as read' => 'Todas tus notificaciones fueron marcadas como leídas.', 'view all' => 'Ver todo', + 'list resource' => 'Lista notificaciones', + 'destroy resource' => 'Eliminar notificaciones', + 'destroy all resource' => 'Eliminar todas las notificaciones', + 'markAllAsRead resource' => 'Marca todas notificaciones como leídas', ]; From 4236a1d9c8fa9e71b116e53e0eb74f4854bd94a5 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 11:44:26 -0400 Subject: [PATCH 14/32] Update messages Spanish translation to 3.5.2 Update messages Spanish translation to 3.5.2 --- Modules/Translation/Resources/lang/page/es/messages.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Translation/Resources/lang/page/es/messages.php b/Modules/Translation/Resources/lang/page/es/messages.php index 360837bc9..16b57c056 100644 --- a/Modules/Translation/Resources/lang/page/es/messages.php +++ b/Modules/Translation/Resources/lang/page/es/messages.php @@ -8,6 +8,7 @@ 'template is required' => 'El nombre de la plantilla es requerido.', 'title is required' => 'El título es requerido.', + 'slug is required' => 'El slug es requerido.', 'body is required' => 'El cuerpo es requerido.', 'only one homepage allowed' => 'Sólo es permitida una página principal.', ]; From 58ae4b57262eebd5f18ada2a21e5d98c3acc791a Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 11:45:20 -0400 Subject: [PATCH 15/32] Update messages.php --- Modules/Translation/Resources/lang/page/es/messages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Translation/Resources/lang/page/es/messages.php b/Modules/Translation/Resources/lang/page/es/messages.php index 16b57c056..0f5daa289 100644 --- a/Modules/Translation/Resources/lang/page/es/messages.php +++ b/Modules/Translation/Resources/lang/page/es/messages.php @@ -8,7 +8,7 @@ 'template is required' => 'El nombre de la plantilla es requerido.', 'title is required' => 'El título es requerido.', - 'slug is required' => 'El slug es requerido.', + 'slug is required' => 'La URL amigable es requerida.', 'body is required' => 'El cuerpo es requerido.', 'only one homepage allowed' => 'Sólo es permitida una página principal.', ]; From f3f503b35ac8d7f52dc07b3ec6769202624af3f5 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 11:51:34 -0400 Subject: [PATCH 16/32] Update page spanish translation 3.5.2 Update page spanish translation 3.5.2 --- .../Resources/lang/page/es/pages.php | 58 +++++++++++-------- 1 file changed, 34 insertions(+), 24 deletions(-) diff --git a/Modules/Translation/Resources/lang/page/es/pages.php b/Modules/Translation/Resources/lang/page/es/pages.php index 36f6d990b..b2bcf39d0 100644 --- a/Modules/Translation/Resources/lang/page/es/pages.php +++ b/Modules/Translation/Resources/lang/page/es/pages.php @@ -1,34 +1,44 @@ 'Páginas', - 'create page' => 'Crear una página', - 'edit page' => 'Editar una página', - 'name' => 'Nombre', - 'slug' => 'URL amigable', - 'title' => 'Título', - 'meta_data' => 'Datos de Meta', - 'meta_title' => 'Título para el Meta', - 'meta_description' => 'Descripción para el Meta', - 'facebook_data' => 'Datos de Facebook', - 'og_title' => 'Título para Facebook', - 'og_description' => 'Descripción para Facebook', - 'og_type' => 'Tipo Facebook', - 'template' => 'Nombre de la plantilla de la página', - 'is homepage' => '¿Es la Página principal?', - 'body' => 'Cuerpo', + 'pages' => 'Pages', + 'create page' => 'Create a page', + 'edit page' => 'Edit a page', + 'name' => 'Name', + + 'slug' => 'Slug', + 'title' => 'Title', + + 'meta_data' => 'Meta data', + 'meta_title' => 'Meta title', + 'meta_description' => 'Meta description', + 'facebook_data' => 'Facebook data', + 'og_title' => 'Facebook title', + 'og_description' => 'Facebook description', + 'og_type' => 'Facebook type', + 'template' => 'Page template name', + 'is homepage' => 'Homepage ?', + 'body' => 'Body', + 'status' => 'Status', + 'pages were updated' => 'Pages were updated', + + 'back to index' => 'Go back to the pages index', + 'list resource' => 'List pages', + 'create resource' => 'Create pages', + 'edit resource' => 'Edit pages', + 'destroy resource' => 'Delete pages', + + 'view-page' => 'View page', + 'edit-page' => 'Edit page', 'validation' => [ 'attributes' => [ - 'title' => 'Título', - 'body' => 'Cuerpo', + 'title' => 'title', + 'body' => 'body', ], ], 'facebook-types' => [ - 'website' => 'Página web', - 'product' => 'Producto', - 'article' => 'Artículo', - ], - 'navigation' => [ - 'back to index' => 'Volver a la lista de páginas', + 'website' => 'Website', + 'product' => 'Product', + 'article' => 'Article', ], ]; From d6986b53ed57f08e1ada5af50b8493b011197192 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 11:51:46 -0400 Subject: [PATCH 17/32] Update pages.php --- .../Resources/lang/page/es/pages.php | 59 ++++++++++--------- 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/Modules/Translation/Resources/lang/page/es/pages.php b/Modules/Translation/Resources/lang/page/es/pages.php index b2bcf39d0..48ca24383 100644 --- a/Modules/Translation/Resources/lang/page/es/pages.php +++ b/Modules/Translation/Resources/lang/page/es/pages.php @@ -1,44 +1,45 @@ 'Pages', - 'create page' => 'Create a page', - 'edit page' => 'Edit a page', - 'name' => 'Name', + 'pages' => 'Páginas', + 'create page' => 'Crear una página', + 'edit page' => 'Editar una página', + 'name' => 'Nombre', - 'slug' => 'Slug', - 'title' => 'Title', + 'slug' => 'URL amigable', + 'title' => 'Título', - 'meta_data' => 'Meta data', - 'meta_title' => 'Meta title', - 'meta_description' => 'Meta description', - 'facebook_data' => 'Facebook data', - 'og_title' => 'Facebook title', - 'og_description' => 'Facebook description', - 'og_type' => 'Facebook type', - 'template' => 'Page template name', - 'is homepage' => 'Homepage ?', - 'body' => 'Body', + 'meta_data' => 'Datos de Meta', + 'meta_title' => 'Título para el Meta', + 'meta_description' => 'Descripción para el Meta', + 'facebook_data' => 'Datos de Facebook', + 'og_title' => 'Título para Facebook', + 'og_description' => 'Descripción para Facebook', + 'og_type' => 'Tipo Facebook', + 'template' => 'Nombre de la plantilla de la página', + 'is homepage' => '¿Es la Página principal?', + 'body' => 'Cuerpo', 'status' => 'Status', - 'pages were updated' => 'Pages were updated', + 'pages were updated' => 'Las Páginas fueron actualizadas', - 'back to index' => 'Go back to the pages index', - 'list resource' => 'List pages', - 'create resource' => 'Create pages', - 'edit resource' => 'Edit pages', - 'destroy resource' => 'Delete pages', + 'back to index' => 'Volver a la lista de páginas', + 'list resource' => 'Lista páginas', + 'create resource' => 'Crear páginas', + 'edit resource' => 'Editar páginas', + 'destroy resource' => 'Eliminar páginas', - 'view-page' => 'View page', - 'edit-page' => 'Edit page', + 'view-page' => 'Ver página', + 'edit-page' => 'Editar página', 'validation' => [ 'attributes' => [ - 'title' => 'title', - 'body' => 'body', + 'title' => 'Título', + 'body' => 'Cuerpo', ], ], 'facebook-types' => [ - 'website' => 'Website', - 'product' => 'Product', - 'article' => 'Article', + 'website' => 'Página web', + 'product' => 'Producto', + 'article' => 'Artículo', ], + ]; From 2367b7d16ad5d229d43dc4764690df22e9b378c1 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 11:52:09 -0400 Subject: [PATCH 18/32] Update pages.php --- Modules/Translation/Resources/lang/page/en/pages.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Modules/Translation/Resources/lang/page/en/pages.php b/Modules/Translation/Resources/lang/page/en/pages.php index 09882a963..b2bcf39d0 100644 --- a/Modules/Translation/Resources/lang/page/en/pages.php +++ b/Modules/Translation/Resources/lang/page/en/pages.php @@ -4,6 +4,7 @@ 'pages' => 'Pages', 'create page' => 'Create a page', 'edit page' => 'Edit a page', + 'name' => 'Name', 'slug' => 'Slug', 'title' => 'Title', @@ -21,6 +22,7 @@ 'status' => 'Status', 'pages were updated' => 'Pages were updated', + 'back to index' => 'Go back to the pages index', 'list resource' => 'List pages', 'create resource' => 'Create pages', 'edit resource' => 'Edit pages', @@ -39,7 +41,4 @@ 'product' => 'Product', 'article' => 'Article', ], - 'navigation' => [ - 'back to index' => 'Go back to the pages index', - ], ]; From 305756ed59a3da3b75d164a69b649d1e3e7a6966 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 13:01:14 -0400 Subject: [PATCH 19/32] Update Settings spanish translation 3.5.2 Update Settings Spanish translation 3.5.2 --- Modules/Translation/Resources/lang/setting/es/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/Translation/Resources/lang/setting/es/settings.php b/Modules/Translation/Resources/lang/setting/es/settings.php index 27b804392..547617846 100644 --- a/Modules/Translation/Resources/lang/setting/es/settings.php +++ b/Modules/Translation/Resources/lang/setting/es/settings.php @@ -11,4 +11,6 @@ 'settings' => 'Configuración', 'module settings' => 'Configuración del módulo :module', ], + 'list resource' => 'Lista Configuración', + 'edit resource' => 'Editar Configuración', ]; From 221a860014d77c668062218baca6488254ec46ee Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 13:05:09 -0400 Subject: [PATCH 20/32] Create es --- Modules/Translation/Resources/lang/tag/es | 1 + 1 file changed, 1 insertion(+) create mode 100644 Modules/Translation/Resources/lang/tag/es diff --git a/Modules/Translation/Resources/lang/tag/es b/Modules/Translation/Resources/lang/tag/es new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/Modules/Translation/Resources/lang/tag/es @@ -0,0 +1 @@ + From 8d4fac0b2e0f251051bd94a855cda61b0e533866 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 13:05:37 -0400 Subject: [PATCH 21/32] Delete es --- Modules/Translation/Resources/lang/tag/es | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Modules/Translation/Resources/lang/tag/es diff --git a/Modules/Translation/Resources/lang/tag/es b/Modules/Translation/Resources/lang/tag/es deleted file mode 100644 index 8b1378917..000000000 --- a/Modules/Translation/Resources/lang/tag/es +++ /dev/null @@ -1 +0,0 @@ - From cee903ad96cbcfe47021c08ace90a1460b5886a6 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 13:07:30 -0400 Subject: [PATCH 22/32] Create tags.php Spanish translation 3.5.2 Create tags.php Spanish translation 3.5.2 --- .../Translation/Resources/lang/tag/es/tags.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Modules/Translation/Resources/lang/tag/es/tags.php diff --git a/Modules/Translation/Resources/lang/tag/es/tags.php b/Modules/Translation/Resources/lang/tag/es/tags.php new file mode 100644 index 000000000..29cd6e835 --- /dev/null +++ b/Modules/Translation/Resources/lang/tag/es/tags.php @@ -0,0 +1,15 @@ + 'Listar etiquetas', + 'create resource' => 'Crear etiquetas', + 'edit resource' => 'Editar etiquetas', + 'destroy resource' => 'Eliminar etiquetas', + 'tags' => 'Etiquetas', + 'tag' => 'Etiqueta', + 'create tag' => 'Crear una etiquetas', + 'edit tag' => 'Editar una etiqueta', + 'name' => 'Nombre', + 'slug' => 'URL amigable', + 'namespace' => 'Namespace', +]; From 5764d91d482f50cfa6e705e7e9a95d45e951bfc6 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 13:08:49 -0400 Subject: [PATCH 23/32] Update tags Spanish translation 3.5.2 Update tags Spanish translation 3.5.2 --- Modules/Translation/Resources/lang/tag/es/tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Translation/Resources/lang/tag/es/tags.php b/Modules/Translation/Resources/lang/tag/es/tags.php index 29cd6e835..a38dd5449 100644 --- a/Modules/Translation/Resources/lang/tag/es/tags.php +++ b/Modules/Translation/Resources/lang/tag/es/tags.php @@ -7,7 +7,7 @@ 'destroy resource' => 'Eliminar etiquetas', 'tags' => 'Etiquetas', 'tag' => 'Etiqueta', - 'create tag' => 'Crear una etiquetas', + 'create tag' => 'Crear una etiqueta', 'edit tag' => 'Editar una etiqueta', 'name' => 'Nombre', 'slug' => 'URL amigable', From e29b0a2ee1adfa9d1e48669ca184da29606646b8 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 13:11:40 -0400 Subject: [PATCH 24/32] Update spanish translation module 3.5.2 Update spanish translation module 3.5.2 --- .../Resources/lang/translation/es/translations.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Modules/Translation/Resources/lang/translation/es/translations.php b/Modules/Translation/Resources/lang/translation/es/translations.php index 4faa2fceb..9f32a81a2 100644 --- a/Modules/Translation/Resources/lang/translation/es/translations.php +++ b/Modules/Translation/Resources/lang/translation/es/translations.php @@ -32,4 +32,10 @@ 'event' => 'Evento', 'created' => 'Creado', 'edited' => 'Editado', + 'revert history' => 'Revertir Historial', + 'list resource' => 'Listar traducciones', + 'edit resource' => 'Editar traducciones', + 'import resource' => 'Importar traducciones', + 'export resource' => 'Exportar traducciones', ]; + From f9816b5b0b1b1fb06e47ada34bb228e71c1d373a Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 13:13:25 -0400 Subject: [PATCH 25/32] Update auth spanish translation 3.5.2 Update auth spanish translation 3.5.2 --- Modules/Translation/Resources/lang/user/es/auth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Translation/Resources/lang/user/es/auth.php b/Modules/Translation/Resources/lang/user/es/auth.php index cedc43dbb..ff34a36c6 100644 --- a/Modules/Translation/Resources/lang/user/es/auth.php +++ b/Modules/Translation/Resources/lang/user/es/auth.php @@ -19,4 +19,5 @@ 'confirm email button' => 'Confirmar correo electrónico', 'end greeting' => 'El equipo', 'sign in welcome message' => 'Inicie sesión', + 'reset password email was sent' => 'Correo de reinicio de contraseña fue enviado', ]; From c391abdf3863dbd178ba195ad10dda5e8f2efd12 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 13:16:40 -0400 Subject: [PATCH 26/32] Update messages file for spanish translation 3.5.2 Update messages file for spanish translation 3.5.2 --- Modules/Translation/Resources/lang/user/es/messages.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Modules/Translation/Resources/lang/user/es/messages.php b/Modules/Translation/Resources/lang/user/es/messages.php index bee60d175..81d363975 100644 --- a/Modules/Translation/Resources/lang/user/es/messages.php +++ b/Modules/Translation/Resources/lang/user/es/messages.php @@ -11,6 +11,9 @@ 'user no longer exists' => 'El usuario ya no existe.', 'invalid reset code' => 'Código de restablecimiento inválido o caducado.', 'password reset' => 'La contraseña ha sido restablecida. Ahora ya puede iniciar sesión con su nueva contraseña.', + /* Email subjects */ + 'welcome' => 'Bievenido.', + 'reset password' => 'Reinicia la contraseña de cuenta.', /* User management */ 'user created' => 'Usuario creado exitosamente.', 'user not found' => 'Usuario no encontrado.', @@ -21,4 +24,5 @@ 'role not found' => 'Rol no encontrado.', 'role updated' => 'Rol actualizado exitosamente.', 'role deleted' => 'Rol eliminado exitosamete.', -]; + /* Profile management */ + 'profile updated' => 'Perfil se ha actualizado con éxito.', From c4e79e8161a0a7a8c2f2c395aa10c7b93c3b7d12 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 13:16:51 -0400 Subject: [PATCH 27/32] Update messages.php --- Modules/Translation/Resources/lang/user/es/messages.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Translation/Resources/lang/user/es/messages.php b/Modules/Translation/Resources/lang/user/es/messages.php index 81d363975..0862fbf82 100644 --- a/Modules/Translation/Resources/lang/user/es/messages.php +++ b/Modules/Translation/Resources/lang/user/es/messages.php @@ -26,3 +26,4 @@ 'role deleted' => 'Rol eliminado exitosamete.', /* Profile management */ 'profile updated' => 'Perfil se ha actualizado con éxito.', +]; From 2347dd93b07ae7a2d580caefd97dd5d9ebf16786 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 13:20:23 -0400 Subject: [PATCH 28/32] Update Roles spanish translation 3.5.2 Update Roles spanish translation 3.5.2 --- Modules/Translation/Resources/lang/user/es/roles.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Modules/Translation/Resources/lang/user/es/roles.php b/Modules/Translation/Resources/lang/user/es/roles.php index e08590270..f62ef0133 100644 --- a/Modules/Translation/Resources/lang/user/es/roles.php +++ b/Modules/Translation/Resources/lang/user/es/roles.php @@ -14,6 +14,7 @@ ], 'table' => [ 'name' => 'Nombre', + 'slug' => 'URL Amigable', ], 'tabs' => [ 'data' => 'Datos', @@ -28,6 +29,15 @@ ], 'select all' => 'Seleccionar todos', 'deselect all' => 'Deseleccionar todos', - 'inherit' => 'Heredar de rol', 'swap' => 'Cambiar', + 'allow all' => 'Allow all', + 'deny all' => 'Deny all', + 'inherit all' => 'Inherit all', + 'allow' => 'Permitir', + 'deny' => 'Denegar', + 'inherit' => 'Heredar de rol', + 'list resource' => 'Listar roles', + 'create resource' => 'Crear roles', + 'edit resource' => 'Editar roles', + 'destroy resource' => 'Eliminar roles', ]; From 0c9f7b2df38f14950b42fd0b95a445cddfb74c77 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 13:28:10 -0400 Subject: [PATCH 29/32] Update users Spanish translation 3.5.2 Update users Spanish translation 3.5.2 --- .../Resources/lang/user/es/users.php | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Modules/Translation/Resources/lang/user/es/users.php b/Modules/Translation/Resources/lang/user/es/users.php index f6815d13e..3965c78a7 100644 --- a/Modules/Translation/Resources/lang/user/es/users.php +++ b/Modules/Translation/Resources/lang/user/es/users.php @@ -8,12 +8,14 @@ 'users' => 'Usuarios', 'new-user' => 'Nuevo usuario', 'edit-user' => 'Editar usuario', + 'edit-profile' => 'Editar perfil', ], 'breadcrumb' => [ 'home' => 'Inicio', 'users' => 'Usuarios', 'new' => 'Nuevo', 'edit-user' => 'Editar usuario', + 'edit-profile' => 'Edit perfil', ], 'tabs' => [ 'data' => 'Datos', @@ -46,4 +48,25 @@ 'new password setup' => 'Configuración de la contraseña nueva', 'or send reset password mail' => 'o, enviar correo electrónico para restablecer contraseña', 'send reset password email' => 'enviar correo electrónico para restablecer contraseña', + 'my account' => 'My Account', + 'profile' => 'Profile', + 'api-keys' => 'Api clave', + 'generate new api key' => 'Genenar clave API nueva', + 'delete api key confirm' => 'Eliminar una clave api evitará que cualquier aplicación use esta clave.', + 'your api keys' => 'Tus claves API ', + 'you have no api keys' => 'No tienes claves API.', + 'generate one' => 'Generar una.', + 'token generated' => 'API token fue generado con éxito', + 'token deleted' => 'API token fue eliminado con éxito', + 'list user' => 'Listar usuarios', + 'create user' => 'Crear usuarios', + 'edit user' => 'Editar usuarios', + 'destroy user' => 'Eliminar usuarios', + 'edit profile' => 'Editar perfil', + 'list api key' => 'Listar claves api', + 'create api key' => 'Crear claves api', + 'destroy api key' => 'Eliminar claves api', + 'invalid login or password' => 'Usuario o contraseña invalida.', + 'account not validated' => 'Cuenta aún no validada, por favor revise su correo.', + 'account is blocked' => 'Su cuenta ha sido bloqueado por :delay segundo(s).', ]; From ea3ed0ba2ce16785279f738034b27301de95ffc9 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 13:30:28 -0400 Subject: [PATCH 30/32] Update modules Spanish translation 3.5.2 Update modules Spanish translation 3.5.2 --- Modules/Translation/Resources/lang/workshop/es/modules.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Modules/Translation/Resources/lang/workshop/es/modules.php b/Modules/Translation/Resources/lang/workshop/es/modules.php index f270684c5..7295b21a5 100644 --- a/Modules/Translation/Resources/lang/workshop/es/modules.php +++ b/Modules/Translation/Resources/lang/workshop/es/modules.php @@ -31,4 +31,9 @@ 'added' => 'Agregado', 'changed' => 'Editado', 'removed' => 'Eliminado', + 'list resource' => 'Listar módulos', + 'show resource' => 'Ver módulos', + 'update resource' => 'Actualizar módulos', + 'disable resource' => 'Desactivar módulos', + 'enable resource' => 'Activar módulos', ]; From 41fd9086084b183be75442f4e118aebcfce38c4b Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 13:31:54 -0400 Subject: [PATCH 31/32] Updte themes Spanish translation 3.5.2 Updte themes Spanish translation 3.5.2 --- Modules/Translation/Resources/lang/workshop/es/themes.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Modules/Translation/Resources/lang/workshop/es/themes.php b/Modules/Translation/Resources/lang/workshop/es/themes.php index 1c1994b68..a39a750e3 100644 --- a/Modules/Translation/Resources/lang/workshop/es/themes.php +++ b/Modules/Translation/Resources/lang/workshop/es/themes.php @@ -8,4 +8,7 @@ 'theme' => 'Tema', 'viewing theme' => 'Viendo el tema :theme', 'type' => 'Tipo', + 'list resource' => 'Listar temas', + 'show resource' => 'Ver temas', + 'publish assets' => 'Publicar assets', ]; From e7394a3cecacd2b1eebab38f909fa92a3a8785c6 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 13:34:10 -0400 Subject: [PATCH 32/32] Update workshop spanish translation 3.5.2 Update workshop spanish translation 3.5.2 --- Modules/Translation/Resources/lang/workshop/es/workshop.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Modules/Translation/Resources/lang/workshop/es/workshop.php b/Modules/Translation/Resources/lang/workshop/es/workshop.php index 323748736..1804c38fa 100644 --- a/Modules/Translation/Resources/lang/workshop/es/workshop.php +++ b/Modules/Translation/Resources/lang/workshop/es/workshop.php @@ -2,6 +2,7 @@ return [ 'title' => 'Workshop', - 'modules' => 'Modules', - 'themes' => 'Themes', + 'modules' => 'Módulos', + 'themes' => 'Temas', + 'show sidebar group' => 'Ver el grupo de la barra lateral', ];