mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-27 16:14:39 -06:00
New translations setting.php (Korean)
This commit is contained in:
parent
470d50b746
commit
fcc77e41db
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'navigation_title' => [
|
||||
'name' => '탐색 제목',
|
||||
],
|
||||
'navigation_action' => [
|
||||
'name' => '네비게이션 액션',
|
||||
],
|
||||
'country_fields' => [
|
||||
'name' => '국가 필드',
|
||||
],
|
||||
'date_fields' => [
|
||||
'name' => '날짜 필드',
|
||||
],
|
||||
'price_fields' => [
|
||||
'name' => '가격 필드',
|
||||
],
|
||||
'breadcrumbs' => [
|
||||
'name' => '빵 부스러기',
|
||||
],
|
||||
'ad_details' => [
|
||||
'name' => '광고 세부 정보',
|
||||
],
|
||||
'ad_details_tab' => [
|
||||
'name' => '광고 세부 정보 탭',
|
||||
],
|
||||
'latest_and_view_all_btn' => [
|
||||
'name' => '최신 및 모든 Btn보기',
|
||||
],
|
||||
'register_page_instruction_logo' => [
|
||||
'name' => '페이지 지시 로고 등록',
|
||||
],
|
||||
'style' => [
|
||||
'name' => '스타일 (CSS)',
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user