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
b51f967184
commit
487fabae30
@ -1,21 +1,35 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
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.',
|
||||||
|
],
|
||||||
|
'order' => [
|
||||||
|
'name' => 'Ordine',
|
||||||
|
],
|
||||||
|
|
||||||
],
|
'slug' => [
|
||||||
"order" => [
|
'name' => 'lumaca',
|
||||||
"name" =>"Ordine",
|
'instructions' => 'Specify any organizational tags to help group your post with others.',
|
||||||
|
|
||||||
],
|
],
|
||||||
"slug" => [
|
'files' => [
|
||||||
"name" =>"lumaca",
|
'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.',
|
||||||
|
],
|
||||||
|
|
||||||
],
|
'please_wait' => 'Attendere. Eliminazione delle sottocategorie',
|
||||||
"files" => [
|
'category_selection' => 'Category Selection',
|
||||||
"name" =>"Immagine",
|
];
|
||||||
|
|
||||||
],
|
|
||||||
"please_wait" =>"Attendere. Eliminazione delle sottocategorie"
|
|
||||||
];
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user