mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations button.php (Italian)
This commit is contained in:
parent
7cae7a8e71
commit
68f3b7ddf5
@ -1,24 +1,28 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"new_adv" =>"Nuovo Adv",
|
||||
"new_category" =>"Nuova categoria",
|
||||
"new_country" =>"Nuovo Paese",
|
||||
"new_city" =>"Nuova città",
|
||||
"new_district" =>"New District",
|
||||
"new_neighborhood" =>"Nuovo quartiere",
|
||||
"new_village" =>"New Village",
|
||||
"approve" =>"Approvare",
|
||||
"decline" =>"Declino",
|
||||
"sub_category" =>"Sottocategorie",
|
||||
"add_sub_category" =>"Aggiungi sottocategoria",
|
||||
"sub_cities" =>"Sotto città",
|
||||
"add_sub_cities" =>"Aggiungi città secondaria",
|
||||
"add_sub_districts" =>"Aggiungi sotto distretto",
|
||||
"add_sub_neighborhoods" =>"Aggiungi sotto vicinato",
|
||||
"add_sub_village" =>"Aggiungi villaggio secondario",
|
||||
"sub_districts" =>"Sottodistretti",
|
||||
"sub_neighborhoods" =>"Quartieri secondari",
|
||||
"sub_village" =>"Sub Village",
|
||||
"general_settings" =>"impostazioni generali"
|
||||
];
|
||||
return [
|
||||
'new_adv' => 'Nuovo Adv',
|
||||
'new_category' => 'Nuova categoria',
|
||||
'new_country' => 'Nuovo Paese',
|
||||
'new_city' => 'Nuova città',
|
||||
'new_district' => 'New District',
|
||||
'new_neighborhood' => 'Nuovo quartiere',
|
||||
'new_village' => 'New Village',
|
||||
'approve' => "Approvare",
|
||||
'decline' => 'Declino',
|
||||
'extend' => 'Extend',
|
||||
'sub_category' => 'Sottocategorie',
|
||||
'add_sub_category' => 'Aggiungi sottocategoria',
|
||||
'sub_cities' => 'Sotto città',
|
||||
'add_sub_cities' => 'Aggiungi città secondaria',
|
||||
'add_sub_districts' => 'Aggiungi sotto distretto',
|
||||
'add_sub_neighborhoods' => 'Aggiungi sotto vicinato',
|
||||
'add_sub_village' => 'Aggiungi villaggio secondario',
|
||||
'sub_districts' => 'Sottodistretti',
|
||||
'sub_neighborhoods' => 'Quartieri secondari',
|
||||
'sub_village' => 'Sub Village',
|
||||
'general_settings' => 'impostazioni generali',
|
||||
'update_category' => [
|
||||
'name' => 'Update Category'
|
||||
],
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user