mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
24 lines
715 B
PHP
24 lines
715 B
PHP
<?php
|
|
|
|
return[
|
|
"category" => [
|
|
"name" =>"الفئة",
|
|
"option" => [
|
|
"read" =>"يمكن قراءة الفئة؟ ",
|
|
"write" =>"يمكن إنشاء / تحرير الفئة؟ ",
|
|
"delete" =>"يمكن حذف الفئة؟"
|
|
],
|
|
|
|
],
|
|
"placeholderforsearch" => [
|
|
"name" =>"Placeholderforsearch",
|
|
"option" => [
|
|
"read" =>"يمكن قراءة placeholderforsearch؟ ",
|
|
"write" =>"هل يمكن إنشاء / تعديل العنصر النائب؟ ",
|
|
"delete" =>"يمكن حذف placeholderforsearch؟",
|
|
|
|
],
|
|
|
|
],
|
|
|
|
]; |