From 701a89cf376a7a330d859d016e19e1da75bd38e5 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:09:24 +0300 Subject: [PATCH] New translations field.php (Spanish) --- .../cats-module/resources/lang/es/field.php | 48 ++++++++++++------- 1 file changed, 31 insertions(+), 17 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/es/field.php b/addons/default/visiosoft/cats-module/resources/lang/es/field.php index a3e9f369f..cb845ea05 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/es/field.php +++ b/addons/default/visiosoft/cats-module/resources/lang/es/field.php @@ -1,22 +1,36 @@ [ - "name" =>"Título", +return [ + 'name' => [ + '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.', + ], + 'order' => [ + 'name' => 'Orden', + ], - ], - "order" => [ - "name" =>"Orden", + 'slug' => [ + 'name' => 'Babosa', + 'instructions' => 'Specify any organizational tags to help group your post with others.', - ], - "slug" => [ - "name" =>"Babosa", + ], + 'files' => [ + 'name' => 'Imagen', + ], + 'seo_keyword' => [ + 'name' => 'Seo Keyword', + 'instructions' => 'Words added to the site in the Google browser to appear above the search results.', + ], + 'seo_description' => [ + 'name' => 'Seo Description', + 'instructions' => 'It can affect your visitors\' decision on whether they want to click on the content in the search results.', + ], + 'icon' => [ + 'name' => 'Icon', + 'instructions' => 'It is used to add icons indicating the category type.', + ], - ], - "files" => [ - "name" =>"Imagen", - - ], - "please_wait" =>"Por favor, - espere. Eliminar subcategorías" -]; \ No newline at end of file + 'please_wait' => 'Por favor, + espere. Eliminar subcategorías', + 'category_selection' => 'Category Selection', +];