New translations button.php (Albanian)

This commit is contained in:
Fatih Alp 2020-02-12 13:17:42 +03:00
parent 7aa7f621dd
commit 3d91a8e87f

View File

@ -0,0 +1,28 @@
<?php
return [
'new_adv' => 'New Adv',
'new_category' => 'New Category',
'new_country' => 'New Country',
'new_city' => 'New City',
'new_district' => 'New District',
'new_neighborhood' => 'New Neighborhood',
'new_village' => 'New Village',
'approve' => "Approve",
'decline' => 'Decline',
'extend' => 'Extend',
'sub_category' => 'Sub Categories',
'add_sub_category' => 'Add Sub Category',
'sub_cities' => 'Sub Cities',
'add_sub_cities' => 'Add Sub City',
'add_sub_districts' => 'Add Sub District',
'add_sub_neighborhoods' => 'Add Sub Neighborhood',
'add_sub_village' => 'Add Sub Village',
'sub_districts' => 'Sub Districts',
'sub_neighborhoods' => 'Sub Neighborhoods',
'sub_village' => 'Sub Village',
'general_settings' => 'General Settings',
'update_category' => [
'name' => 'Update Category'
],
];