mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Persian) * New translations setting.php (Urdu (Pakistan)) * New translations setting.php (French) * New translations setting.php (Korean) * New translations setting.php (Spanish) * New translations setting.php (Arabic) * New translations setting.php (German) * New translations setting.php (Greek) * New translations setting.php (Hebrew) * New translations setting.php (Italian) * New translations setting.php (Japanese)
38 lines
699 B
PHP
38 lines
699 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' => '状态',
|
|
],
|
|
];
|