New translations button.php (Albanian)

This commit is contained in:
Fatih Alp 2020-02-12 14:18:17 +03:00
parent c3f185cff3
commit d23130113b

View File

@ -1,17 +1,17 @@
<?php <?php
return [ return [
'new_country' => 'New Country', 'new_country' => 'Vendi i ri',
'new_city' => 'New City', 'new_city' => 'Qyteti i ri',
'new_district' => 'New District', 'new_district' => 'Rrethi i Ri',
'new_neighborhood' => 'New Neighborhood', 'new_neighborhood' => 'Lagjja e re',
'new_village' => 'New Village', 'new_village' => 'Fshati i Ri',
'sub_cities' => 'Sub Cities', 'sub_cities' => 'Qytetet nën-qytet',
'add_sub_cities' => 'Add Sub City', 'add_sub_cities' => 'Shtoni Nën Qytetin',
'add_sub_districts' => 'Add Sub District', 'add_sub_districts' => 'Shtoni nën-rrethin',
'add_sub_neighborhoods' => 'Add Sub Neighborhood', 'add_sub_neighborhoods' => 'Shtoni lagjen nën',
'add_sub_village' => 'Add Sub Village', 'add_sub_village' => 'Shtoni Nën Fshatin',
'sub_districts' => 'Sub Districts', 'sub_districts' => 'Nën Rrethet',
'sub_neighborhoods' => 'Sub Neighborhoods', 'sub_neighborhoods' => 'Nën lagjet',
'sub_village' => 'Sub Village', 'sub_village' => 'Nën fshat',
]; ];