mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations preference.php (Korean)
This commit is contained in:
parent
00b1e7b4db
commit
d40e3184a7
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'sidebar_hover' => [
|
||||
'name' => '사이드 바 호버',
|
||||
'instructions' => '호버에서 사이드 바를 확장 하시겠습니까?',
|
||||
],
|
||||
'navigation' => [
|
||||
'name' => '항해',
|
||||
'instructions' => '<em>개인</em> 탐색 순서를 지정하십시오.',
|
||||
'warning' => '첫 번째로 액세스 가능한 탐색 항목은 <strong>홈</strong> 영역으로 사용됩니다.',
|
||||
'reorder' => '<strong>사이드 바</strong> 에서 기본 탐색 항목을 끌어다 놓아 순서를 바꿉니다.',
|
||||
],
|
||||
'display' => [
|
||||
'name' => '디스플레이 밀도',
|
||||
'instructions' => '컴팩트 한 디스플레이로 한 번에 더 많은 콘텐츠를 화면에 표시 할 수 있습니다.',
|
||||
'option' => [
|
||||
'default' => '기본',
|
||||
'compact' => '콤팩트',
|
||||
],
|
||||
],
|
||||
'sidebars' => [
|
||||
'name' => '사이드 바 모드',
|
||||
'instructions' => '정적 사이드 바는 항상 표시됩니다.',
|
||||
'option' => [
|
||||
'default' => '기본',
|
||||
'static' => '공전',
|
||||
],
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user