mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
New translations field.php (Italian)
This commit is contained in:
parent
b0e8439a16
commit
d28a4bdbe9
@ -1,21 +1,27 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
"name" => [
|
'name' => [
|
||||||
"name" =>"Titolo",
|
'name' => 'Titolo',
|
||||||
|
|
||||||
],
|
],
|
||||||
"order" => [
|
'order' => [
|
||||||
"name" =>"Ordine",
|
'name' => 'Ordine',
|
||||||
|
|
||||||
],
|
],
|
||||||
"slug" => [
|
'slug' => [
|
||||||
"name" =>"lumaca",
|
'name' => 'lumaca'
|
||||||
|
|
||||||
],
|
],
|
||||||
"files" => [
|
'files' => [
|
||||||
"name" =>"Immagine",
|
'name' => 'Immagine'
|
||||||
|
|
||||||
],
|
],
|
||||||
"please_wait" =>"Attendere. Eliminazione delle sottocategorie"
|
'seo_keyword' => [
|
||||||
|
'name' => 'Seo Keyword'
|
||||||
|
],
|
||||||
|
'seo_description' => [
|
||||||
|
'name' => 'Seo Description'
|
||||||
|
],
|
||||||
|
'icon' => [
|
||||||
|
'name' => 'Icon'
|
||||||
|
],
|
||||||
|
|
||||||
|
'please_wait' => 'Attendere. Eliminazione delle sottocategorie',
|
||||||
];
|
];
|
||||||
Loading…
Reference in New Issue
Block a user