mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-23 15:27:40 -05:00
38 lines
761 B
PHP
38 lines
761 B
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'name' => 'Advs',
|
|
],
|
|
'categories' => [
|
|
'name' => 'Thể loại',
|
|
],
|
|
'village' => [
|
|
'name' => 'Làng',
|
|
],
|
|
'custom_fields' => [
|
|
'name' => 'Trường tùy chỉnh',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'Tùy chỉnh trường adv',
|
|
],
|
|
'cf_values' => [
|
|
'name' => 'Giá trị Cf',
|
|
],
|
|
'options' => [
|
|
'name' => 'Tùy chọn',
|
|
],
|
|
'product_options' => [
|
|
'name' => 'Tùy chọn sản phẩm',
|
|
],
|
|
'productoptions_value' => [
|
|
'name' => 'Giá trị tùy chọn',
|
|
],
|
|
'option_configuration' => [
|
|
'name' => 'Cấu hình',
|
|
],
|
|
'status' => [
|
|
'name' => 'Trạng thái',
|
|
],
|
|
];
|