mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-11 07:46:07 -06:00
New translations field.php (Arabic)
This commit is contained in:
parent
0bd2c45de3
commit
11a8158c33
@ -1,21 +1,27 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return[
|
return [
|
||||||
"name" => [
|
'name' => [
|
||||||
"name" =>"عنوان",
|
'name' => 'عنوان',
|
||||||
|
|
||||||
],
|
],
|
||||||
"order" => [
|
'order' => [
|
||||||
"name" =>"طلب",
|
'name' => 'طلب',
|
||||||
|
|
||||||
],
|
],
|
||||||
"slug" => [
|
'slug' => [
|
||||||
"name" =>"سبيكة",
|
'name' => 'سبيكة'
|
||||||
|
|
||||||
],
|
],
|
||||||
"files" => [
|
'files' => [
|
||||||
"name" =>"صورة",
|
'name' => 'صورة'
|
||||||
|
|
||||||
],
|
],
|
||||||
"please_wait" =>"يرجى الانتظار"
|
'seo_keyword' => [
|
||||||
|
'name' => 'Seo Keyword'
|
||||||
|
],
|
||||||
|
'seo_description' => [
|
||||||
|
'name' => 'Seo Description'
|
||||||
|
],
|
||||||
|
'icon' => [
|
||||||
|
'name' => 'Icon'
|
||||||
|
],
|
||||||
|
|
||||||
|
'please_wait' => 'يرجى الانتظار',
|
||||||
];
|
];
|
||||||
Loading…
Reference in New Issue
Block a user