New translations button.php (French)

This commit is contained in:
Fatih Alp 2020-01-09 13:11:11 +03:00
parent 9f09a691ab
commit d6c9d66047

View File

@ -1,7 +1,28 @@
<?php
return [
'title' => 'Ads',
'name' => 'Ads Module',
'description' => 'Ads Module',
'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'
],
];