mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations permission.php (Swedish) * New translations section.php (Swedish) * New translations setting.php (Swedish) * New translations stream.php (Swedish)
38 lines
769 B
PHP
38 lines
769 B
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'name' => 'ایڈز',
|
|
],
|
|
'categories' => [
|
|
'name' => 'اقسام',
|
|
],
|
|
'village' => [
|
|
'name' => 'گاؤں',
|
|
],
|
|
'custom_fields' => [
|
|
'name' => 'کسٹم فیلڈز',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'کسٹم فیلڈ',
|
|
],
|
|
'cf_values' => [
|
|
'name' => 'CF اقدار',
|
|
],
|
|
'options' => [
|
|
'name' => 'اختیارات',
|
|
],
|
|
'product_options' => [
|
|
'name' => 'مصنوع کے اختیارات',
|
|
],
|
|
'productoptions_value' => [
|
|
'name' => 'اختیارات کی قیمت',
|
|
],
|
|
'option_configuration' => [
|
|
'name' => 'تشکیل',
|
|
],
|
|
'status' => [
|
|
'name' => 'حالت',
|
|
],
|
|
];
|