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
50957ae082
commit
5d4b967d36
@ -1,17 +1,17 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"new_country" =>"Nuovo Paese",
|
||||
"new_city" =>"Nuova città",
|
||||
"new_district" =>"New District",
|
||||
"new_neighborhood" =>"Nuovo quartiere",
|
||||
"new_village" =>"New Village",
|
||||
"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"
|
||||
];
|
||||
return [
|
||||
'new_country' => 'Nuovo Paese',
|
||||
'new_city' => 'Nuova città',
|
||||
'new_district' => 'New District',
|
||||
'new_neighborhood' => 'Nuovo quartiere',
|
||||
'new_village' => 'New Village',
|
||||
'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',
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user