Skip to content

Commit

Permalink
Update page spanish translation 3.5.2
Browse files Browse the repository at this point in the history
Update page spanish translation 3.5.2
  • Loading branch information
kamekun authored Apr 5, 2018
1 parent 58ae4b5 commit f3f503b
Showing 1 changed file with 34 additions and 24 deletions.
58 changes: 34 additions & 24 deletions Modules/Translation/Resources/lang/page/es/pages.php
Original file line number Diff line number Diff line change
@@ -1,34 +1,44 @@
<?php

return [
'pages' => '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',
],
];

0 comments on commit f3f503b

Please sign in to comment.