New translations button.php (Italian)

This commit is contained in:
Fatih Alp 2020-05-12 13:14:59 +03:00
parent 50957ae082
commit 5d4b967d36

View File

@ -1,17 +1,17 @@
<?php <?php
return [ return [
"new_country" =>"Nuovo Paese", 'new_country' => 'Nuovo Paese',
"new_city" =>"Nuova città", 'new_city' => 'Nuova città',
"new_district" =>"New District", 'new_district' => 'New District',
"new_neighborhood" =>"Nuovo quartiere", 'new_neighborhood' => 'Nuovo quartiere',
"new_village" =>"New Village", 'new_village' => 'New Village',
"sub_cities" =>"Sotto città", 'sub_cities' => 'Sotto città',
"add_sub_cities" =>"Aggiungi città secondaria", 'add_sub_cities' => 'Aggiungi città secondaria',
"add_sub_districts" =>"Aggiungi sotto distretto", 'add_sub_districts' => 'Aggiungi sotto distretto',
"add_sub_neighborhoods" =>"Aggiungi sotto vicinato", 'add_sub_neighborhoods' => 'Aggiungi sotto vicinato',
"add_sub_village" =>"Aggiungi villaggio secondario", 'add_sub_village' => 'Aggiungi villaggio secondario',
"sub_districts" =>"Sottodistretti", 'sub_districts' => 'Sottodistretti',
"sub_neighborhoods" =>"Quartieri secondari", 'sub_neighborhoods' => 'Quartieri secondari',
"sub_village" =>"Sub Village" 'sub_village' => 'Sub Village',
]; ];