mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations field.php (Italian) * New translations field.php (Hebrew) * New translations field.php (Greek) * New translations field.php (German) * New translations field.php (Arabic) * New translations field.php (Spanish) * New translations field.php (Bulgarian) * New translations field.php (Hebrew) * New translations field.php (Greek)
38 lines
764 B
PHP
38 lines
764 B
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'name' => 'ڕیکلامەکان',
|
|
],
|
|
'categories' => [
|
|
'name' => 'کەتێگۆریکان',
|
|
],
|
|
'village' => [
|
|
'name' => 'گوند',
|
|
],
|
|
'custom_fields' => [
|
|
'name' => 'Zeviyên xwerû',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'Fieldêwirmendên qada xwerû',
|
|
],
|
|
'cf_values' => [
|
|
'name' => 'Nirxên Cf',
|
|
],
|
|
'options' => [
|
|
'name' => 'Vebijarkên',
|
|
],
|
|
'product_options' => [
|
|
'name' => 'Vebijarkên Hilberê',
|
|
],
|
|
'productoptions_value' => [
|
|
'name' => 'Nirxê vebijarkan',
|
|
],
|
|
'option_configuration' => [
|
|
'name' => 'Veavakirina',
|
|
],
|
|
'status' => [
|
|
'name' => 'Cî',
|
|
],
|
|
];
|