openclassify/addons/default/visiosoft/advs-module/resources/lang/ko/section.php
Fatih Alp df2afcd562
New Crowdin updates (#709)
* New translations message.php (Japanese)

* New translations section.php (Japanese)

* New translations setting.php (Japanese)

* New translations section.php (Korean)

* New translations setting.php (Korean)

* New translations section.php (Italian)

* New translations setting.php (Italian)

* New translations message.php (Hebrew)

* New translations message.php (Italian)

* New translations message.php (Korean)

* New translations message.php (Polish)

* New translations message.php (Portuguese)

* New translations section.php (Portuguese)

* New translations setting.php (Portuguese)

* New translations section.php (Dutch)

* New translations setting.php (Dutch)

* New translations section.php (Polish)

* New translations setting.php (Polish)

* New translations message.php (Dutch)

* New translations section.php (Spanish)

* New translations setting.php (Spanish)

* New translations section.php (Arabic)

* New translations setting.php (Arabic)

* New translations message.php (Spanish)

* New translations message.php (French)

* New translations message.php (Romanian)

* New translations section.php (Romanian)

* New translations setting.php (Romanian)

* New translations section.php (French)

* New translations setting.php (French)

* New translations section.php (Greek)

* New translations setting.php (Greek)

* New translations message.php (Greek)

* New translations section.php (Hebrew)

* New translations setting.php (Hebrew)

* New translations message.php (Arabic)

* New translations message.php (German)

* New translations section.php (German)

* New translations setting.php (German)

* New translations message.php (Swedish)

* New translations section.php (Swedish)

* New translations setting.php (Swedish)

* New translations message.php (Turkish)

* New translations section.php (Turkish)

* New translations setting.php (Turkish)

* New translations message.php (Russian)

* New translations section.php (Russian)

* New translations setting.php (Russian)

* New translations message.php (Albanian)

* New translations section.php (Albanian)

* New translations setting.php (Albanian)

* New translations message.php (Bengali)

* New translations setting.php (Azerbaijani)

* New translations section.php (Azerbaijani)

* New translations message.php (Persian)

* New translations setting.php (Bengali)

* New translations section.php (Bengali)

* New translations setting.php (Hindi)

* New translations message.php (Hindi)

* New translations section.php (Hindi)

* New translations message.php (Azerbaijani)

* New translations message.php (Ukrainian)

* New translations setting.php (Urdu (Pakistan))

* New translations section.php (Urdu (Pakistan))

* New translations setting.php (Ukrainian)

* New translations section.php (Ukrainian)

* New translations message.php (Vietnamese)

* New translations setting.php (Persian)

* New translations section.php (Persian)

* New translations message.php (Urdu (Pakistan))

* New translations setting.php (Vietnamese)

* New translations section.php (Vietnamese)
2020-10-08 17:58:17 +03:00

49 lines
954 B
PHP

<?php
return [
'advs' => [
'title' => '광고',
],
'categories' => [
'title' => '카테고리',
],
'countries' => [
'title' => '국가',
],
'cities' => [
'title' => '도시들',
],
'districts' => [
'title' => '지구',
],
'neighborhoods' => [
'title' => '이웃',
],
'village' => [
'title' => '마을',
],
'custom_fields' => [
'title' => '맞춤 입력란',
],
'custom_field_advs' => [
'title' => '맞춤 필드 광고',
],
'cf_values' => [
'title' => 'CF 값',
],
'fields' => [
'title' => '맞춤 입력란'
],
'assets_clear' => [
'name' => '자산 정리'
],
'general' => '일반',
'ads' => '광고',
'user' => '사용자',
'filter' => '필터',
'options' => [
'title' => '옵션',
],
'ads_image' => '광고 이미지',
];