mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations permission.php (Swedish) * New translations section.php (Swedish) * New translations setting.php (Swedish) * New translations stream.php (Swedish)
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',
|
|
],
|
|
];
|