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
703 B
PHP
38 lines
703 B
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'name' => 'Advs',
|
|
],
|
|
'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' => '상태',
|
|
],
|
|
];
|