New translations button.php (Arabic)

This commit is contained in:
Fatih Alp 2020-01-10 17:20:58 +03:00
parent 69f098e4fa
commit 91a85654fb

View File

@ -1,8 +1,8 @@
<?php
return[
"new_category" =>"فئة جديدة",
"add_sub_category" =>"إضافة فئة فرعية",
"sub_category" =>"عرض الفئة الفرعية",
"new_placeholderforsearch" =>"Placeholderforsearch جديد"
];
return [
'new_category' => 'فئة جديدة',
'add_sub_category' => 'إضافة فئة فرعية',
'sub_category' => 'عرض الفئة الفرعية',
'new_placeholderforsearch' => 'Placeholderforsearch جديد',
];