mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
New translations stream.php (Korean)
This commit is contained in:
parent
3895b2144b
commit
d2f4b7f1a6
@ -0,0 +1,22 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'advs' => [
|
||||||
|
'name' => 'Advs',
|
||||||
|
],
|
||||||
|
'categories' => [
|
||||||
|
'name' => '카테고리',
|
||||||
|
],
|
||||||
|
'village' => [
|
||||||
|
'name' => '마을',
|
||||||
|
],
|
||||||
|
'custom_fields' => [
|
||||||
|
'name' => '맞춤 입력란',
|
||||||
|
],
|
||||||
|
'custom_field_advs' => [
|
||||||
|
'name' => '맞춤 필드 광고',
|
||||||
|
],
|
||||||
|
'cf_values' => [
|
||||||
|
'name' => 'CF 값',
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user