openclassify/addons/default/visiosoft/advs-module/resources/lang/zh/stream.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* 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)
2021-04-05 19:44:46 +03:00

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' => '状态',
],
];