mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
28 lines
497 B
PHP
28 lines
497 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => 'عنوان',
|
|
],
|
|
'order' => [
|
|
'name' => 'طلب',
|
|
],
|
|
'slug' => [
|
|
'name' => 'سبيكة'
|
|
],
|
|
'files' => [
|
|
'name' => 'صورة'
|
|
],
|
|
'seo_keyword' => [
|
|
'name' => 'سيو الكلمات الرئيسية'
|
|
],
|
|
'seo_description' => [
|
|
'name' => 'سيو الوصف'
|
|
],
|
|
'icon' => [
|
|
'name' => 'أيقونة'
|
|
],
|
|
|
|
'please_wait' => 'يرجى الانتظار',
|
|
];
|