mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations section.php (Korean)
This commit is contained in:
parent
d2f4b7f1a6
commit
8a23411cd5
@ -0,0 +1,43 @@
|
||||
<?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' => '사용자',
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user