New translations field.php (Spanish)

This commit is contained in:
Fatih Alp 2020-05-12 19:06:55 +03:00
parent 6e743192b6
commit 75e30cb80f

View File

@ -3,7 +3,7 @@
return [ return [
'name' => [ 'name' => [
'name' => 'Título', 'name' => 'Título',
'instructions' => 'It is the name of the main category that you will define. It allows the user to easily find the product they are looking for.', 'instructions' => 'Es el nombre de la categoría principal que definirá. Permite al usuario encontrar fácilmente el producto que está buscando.',
], ],
'order' => [ 'order' => [
'name' => 'Orden', 'name' => 'Orden',
@ -11,7 +11,7 @@ return [
'slug' => [ 'slug' => [
'name' => 'Babosa', 'name' => 'Babosa',
'instructions' => 'Specify any organizational tags to help group your post with others.', 'instructions' => 'Especifique las etiquetas de organización para ayudar a agrupar su publicación con otras personas.',
], ],
'files' => [ 'files' => [
@ -19,18 +19,18 @@ return [
], ],
'seo_keyword' => [ 'seo_keyword' => [
'name' => 'Seo Keyword', 'name' => 'Seo Keyword',
'instructions' => 'Words added to the site in the Google browser to appear above the search results.', 'instructions' => 'Las palabras agregadas al sitio en el navegador de Google aparecen sobre los resultados de búsqueda.',
], ],
'seo_description' => [ 'seo_description' => [
'name' => 'Seo Description', 'name' => 'Seo Descripción',
'instructions' => 'It can affect your visitors\' decision on whether they want to click on the content in the search results.', 'instructions' => 'Puede afectar la decisión de sus visitantes sobre si desean hacer clic en el contenido de los resultados de búsqueda.',
], ],
'icon' => [ 'icon' => [
'name' => 'Icon', 'name' => 'Icono',
'instructions' => 'It is used to add icons indicating the category type.', 'instructions' => 'Se utiliza para agregar iconos que indican el tipo de categoría.',
], ],
'please_wait' => 'Por favor, 'please_wait' => 'Por favor,
espere. Eliminar subcategorías', espere. Eliminar subcategorías',
'category_selection' => 'Category Selection', 'category_selection' => 'Selección de categoría',
]; ];