From b505591ead0296a41dd866e014fabc4c5bb26f0a Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:17:15 +0300 Subject: [PATCH] New translations field.php (Italian) --- .../cats-module/resources/lang/it/field.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 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 f4c25be85..ef2de55cf 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/it/field.php +++ b/addons/default/visiosoft/cats-module/resources/lang/it/field.php @@ -3,7 +3,7 @@ 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.', + 'instructions' => 'È il nome della categoria principale che definirai. Permette all\'utente di trovare facilmente il prodotto che sta cercando.', ], 'order' => [ 'name' => 'Ordine', @@ -11,25 +11,25 @@ return [ 'slug' => [ 'name' => 'lumaca', - 'instructions' => 'Specify any organizational tags to help group your post with others.', + 'instructions' => 'Specifica eventuali tag organizzativi per aiutare a raggruppare il tuo post con altri.', ], 'files' => [ 'name' => 'Immagine', ], 'seo_keyword' => [ - 'name' => 'Seo Keyword', - 'instructions' => 'Words added to the site in the Google browser to appear above the search results.', + 'name' => 'Parola chiave Seo', + 'instructions' => 'Le parole aggiunte al sito nel browser di Google vengono visualizzate sopra i risultati della ricerca.', ], '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.', + 'name' => 'Descrizione SEO', + 'instructions' => 'Può influire sulla decisione dei tuoi visitatori se desiderano fare clic sul contenuto nei risultati di ricerca.', ], 'icon' => [ - 'name' => 'Icon', - 'instructions' => 'It is used to add icons indicating the category type.', + 'name' => 'Icona', + 'instructions' => 'Viene utilizzato per aggiungere icone che indicano il tipo di categoria.', ], 'please_wait' => 'Attendere. Eliminazione delle sottocategorie', - 'category_selection' => 'Category Selection', + 'category_selection' => 'Selezione della categoria', ];