From 487fabae302dd4a98b78d852b1ba663b2d5cbd1d Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:14:47 +0300 Subject: [PATCH] New translations field.php (Italian) --- .../cats-module/resources/lang/it/field.php | 46 ++++++++++++------- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/it/field.php b/addons/default/visiosoft/cats-module/resources/lang/it/field.php index faf6b72ae..f4c25be85 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/it/field.php +++ b/addons/default/visiosoft/cats-module/resources/lang/it/field.php @@ -1,21 +1,35 @@ [ - "name" =>"Titolo", +return [ + 'name' => [ + 'name' => 'Titolo', + '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' => 'Ordine', + ], - ], - "order" => [ - "name" =>"Ordine", + 'slug' => [ + 'name' => 'lumaca', + 'instructions' => 'Specify any organizational tags to help group your post with others.', - ], - "slug" => [ - "name" =>"lumaca", + ], + 'files' => [ + 'name' => 'Immagine', + ], + '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" =>"Immagine", - - ], - "please_wait" =>"Attendere. Eliminazione delle sottocategorie" -]; \ No newline at end of file + 'please_wait' => 'Attendere. Eliminazione delle sottocategorie', + 'category_selection' => 'Category Selection', +];