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