mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations field.php (Romanian) * New translations field.php (Albanian) * New translations field.php (Bulgarian) * New translations field.php (Serbian (Latin)) * New translations field.php (Hindi) * New translations field.php (Azerbaijani) * New translations field.php (Bengali) * New translations field.php (Persian) * New translations field.php (Vietnamese) * New translations field.php (Urdu (Pakistan)) * New translations field.php (Ukrainian) * New translations field.php (Turkish) * New translations field.php (Swedish) * New translations field.php (Russian) * New translations field.php (French)
44 lines
894 B
PHP
44 lines
894 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => 'عنوان'
|
|
],
|
|
'slug' => [
|
|
'name' => 'مثل حلزون حرکت کردن'
|
|
],
|
|
'city' => [
|
|
'name' => 'شهر'
|
|
],
|
|
'country' => [
|
|
'name' => 'کشور'
|
|
],
|
|
'district' => [
|
|
'name' => 'ناحیه'
|
|
],
|
|
'order' => [
|
|
'name' => 'ترتیب مرتب سازی'
|
|
],
|
|
'neighborhood' => [
|
|
'name' => 'محله'
|
|
],
|
|
'village' => [
|
|
'name' => 'روستا'
|
|
],
|
|
'description' => [
|
|
'name' => 'شرح'
|
|
],
|
|
'pick_option' => [
|
|
'name' => 'گزینه ای را انتخاب کنید',
|
|
],
|
|
'address' => [
|
|
'name' => 'نشانی',
|
|
],
|
|
'selected' => 'انتخاب شد',
|
|
'choose_an_option' => 'گزینه ای را انتخاب کنید ...',
|
|
'abv' => [
|
|
'name' => 'مخفف',
|
|
],
|
|
'location' => 'محل',
|
|
];
|