mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Persian) * New translations setting.php (Urdu (Pakistan)) * New translations setting.php (French) * New translations setting.php (Korean) * New translations setting.php (Spanish) * New translations setting.php (Arabic) * New translations setting.php (German) * New translations setting.php (Greek) * New translations setting.php (Hebrew) * New translations setting.php (Italian) * New translations setting.php (Japanese)
65 lines
1.3 KiB
PHP
65 lines
1.3 KiB
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' => '필터',
|
|
'create_ad' => '광고 작성',
|
|
'options' => [
|
|
'title' => '옵션',
|
|
],
|
|
'ads_image' => '광고 이미지',
|
|
'product_options' => [
|
|
'title' => '옵션',
|
|
],
|
|
'productoptions_value' => [
|
|
'title' => '옵션 값',
|
|
],
|
|
'option_configuration' => [
|
|
'title' => '구성',
|
|
],
|
|
'translations' => '번역',
|
|
'status' => [
|
|
'title' => '상태',
|
|
],
|
|
'ads_detail' => '광고 세부 정보',
|
|
|
|
];
|