mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-08 06:16:05 -06:00
New translations field.php (Italian)
This commit is contained in:
parent
0c72618b88
commit
b505591ead
@ -3,7 +3,7 @@
|
|||||||
return [
|
return [
|
||||||
'name' => [
|
'name' => [
|
||||||
'name' => 'Titolo',
|
'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' => [
|
'order' => [
|
||||||
'name' => 'Ordine',
|
'name' => 'Ordine',
|
||||||
@ -11,25 +11,25 @@ return [
|
|||||||
|
|
||||||
'slug' => [
|
'slug' => [
|
||||||
'name' => 'lumaca',
|
'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' => [
|
'files' => [
|
||||||
'name' => 'Immagine',
|
'name' => 'Immagine',
|
||||||
],
|
],
|
||||||
'seo_keyword' => [
|
'seo_keyword' => [
|
||||||
'name' => 'Seo Keyword',
|
'name' => 'Parola chiave Seo',
|
||||||
'instructions' => 'Words added to the site in the Google browser to appear above the search results.',
|
'instructions' => 'Le parole aggiunte al sito nel browser di Google vengono visualizzate sopra i risultati della ricerca.',
|
||||||
],
|
],
|
||||||
'seo_description' => [
|
'seo_description' => [
|
||||||
'name' => 'Seo Description',
|
'name' => 'Descrizione SEO',
|
||||||
'instructions' => 'It can affect your visitors\' decision on whether they want to click on the content in the search results.',
|
'instructions' => 'Può influire sulla decisione dei tuoi visitatori se desiderano fare clic sul contenuto nei risultati di ricerca.',
|
||||||
],
|
],
|
||||||
'icon' => [
|
'icon' => [
|
||||||
'name' => 'Icon',
|
'name' => 'Icona',
|
||||||
'instructions' => 'It is used to add icons indicating the category type.',
|
'instructions' => 'Viene utilizzato per aggiungere icone che indicano il tipo di categoria.',
|
||||||
],
|
],
|
||||||
|
|
||||||
'please_wait' => 'Attendere. Eliminazione delle sottocategorie',
|
'please_wait' => 'Attendere. Eliminazione delle sottocategorie',
|
||||||
'category_selection' => 'Category Selection',
|
'category_selection' => 'Selezione della categoria',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user