mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations validation.php (Arabic) * New translations validation.php (Spanish) * New translations validation.php (French) * New translations validation.php (Romanian) * New translations validation.php (Hindi) * New translations validation.php (Bengali) * New translations validation.php (German) * New translations validation.php (Arabic) * New translations validation.php (Greek) * New translations validation.php (Romanian) * New translations validation.php (Spanish) * New translations validation.php (French * New translations validation.php (Portuguese)
35 lines
682 B
PHP
35 lines
682 B
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'name' => 'Advs',
|
|
],
|
|
'categories' => [
|
|
'name' => 'Kategorî',
|
|
],
|
|
'village' => [
|
|
'name' => 'Gûnd',
|
|
],
|
|
'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',
|
|
],
|
|
];
|