From 81984f1181fa50b72e9d337946d7f9bfaf994c5d Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:15:42 +0300 Subject: [PATCH] New translations field.php (Portuguese) --- .../cats-module/resources/lang/pt/field.php | 48 ++++++++++++------- 1 file changed, 31 insertions(+), 17 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/pt/field.php b/addons/default/visiosoft/cats-module/resources/lang/pt/field.php index 3cfba8fe7..9f8bd82ce 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/pt/field.php +++ b/addons/default/visiosoft/cats-module/resources/lang/pt/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' => 'Ordem', + ], - ], - "order" => [ - "name" =>"Ordem", + 'slug' => [ + 'name' => 'Lesma', + 'instructions' => 'Specify any organizational tags to help group your post with others.', - ], - "slug" => [ - "name" =>"Lesma", + ], + 'files' => [ + 'name' => 'Imagem', + ], + '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" =>"Imagem", - - ], - "please_wait" =>"Por favor, - aguarde. Excluindo Subcategorias" -]; \ No newline at end of file + 'please_wait' => 'Por favor, + aguarde. Excluindo Subcategorias', + 'category_selection' => 'Category Selection', +];