openclassify/addons/default/visiosoft/advs-module/resources/lang/ko/stream.php
Fatih Alp 35c593d5b1
L10n master32 (#916)
* New translations permission.php (Swedish)

* New translations section.php (Swedish)

* New translations setting.php (Swedish)

* New translations stream.php (Swedish)
2021-01-18 14:46:00 +03:00

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' => '상태',
],
];