New translations setting.php (Arabic)

This commit is contained in:
Fatih Alp 2020-01-10 17:19:21 +03:00
parent 16bb0539d8
commit 47e3c3fa4c

View File

@ -1,5 +1,19 @@
<?php
return[
];
return [
'home_page_location' => [
'name' => 'الصفحة الرئيسية حقل الموقع',
],
'list_page_location' => [
'name' => 'حقل قائمة موقع الصفحة',
],
'detail_page_location' => [
'name' => 'التفاصيل حقل موقع الصفحة',
],
'show_search_location_btn' => [
'name' => 'عرض زر البحث في الموقع',
],
'default_country' => [
'name' => 'البلد الافتراضي',
],
];