diff options
| author | 2018-01-01 18:53:53 +0100 | |
|---|---|---|
| committer | 2018-01-01 18:53:53 +0100 | |
| commit | e73fae159168b1ed9c0469e1d5bce55a3ef1f911 (patch) | |
| tree | 29a7218bdb8643dc75496929407cc17d1e98f61e /app/i18n/kr/conf.php | |
| parent | 568eccd3a87ea424c7a54fa616acb5750a2bb8ef (diff) | |
Add shortcuts to switch views (#1755)
Diffstat (limited to 'app/i18n/kr/conf.php')
| -rw-r--r-- | app/i18n/kr/conf.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php index 35d412078..e36079a87 100644 --- a/app/i18n/kr/conf.php +++ b/app/i18n/kr/conf.php @@ -148,6 +148,7 @@ return array( 'collapse_article' => '접기', 'first_article' => '첫 글 보기', 'focus_search' => '검색창 사용하기', + 'global_view' => 'Switch to global view', // TODO 'help' => '도움말 보기', 'javascript' => '단축키를 사용하기 위해선 자바스크립트를 사용하도록 설정하여야 합니다', 'last_article' => '마지막 글 보기', @@ -157,13 +158,17 @@ return array( 'navigation' => '탐색', 'navigation_help' => '"Shift" 키를 누른 상태에선 탐색 단축키가 피드에 적용됩니다.<br/>"Alt" 키를 누른 상태에선 탐색 단축키가 카테고리에 적용됩니다.', 'next_article' => '다음 글 보기', + 'normal_view' => 'Switch to normal view', // TODO 'other_action' => '다른 동작', 'previous_article' => '이전 글 보기', + 'reading_view' => 'Switch to reading view', // TODO + 'rss_view' => 'Open RSS view in a new tab', // TODO 'see_on_website' => '글이 게재된 웹사이트에서 보기', 'shift_for_all_read' => '+ <code>shift</code>를 누른 상태에선 모두 읽음으로 표시', 'title' => '단축키', 'user_filter' => '사용자 필터 사용하기', 'user_filter_help' => '사용자 필터가 하나만 설정되어 있다면 해당 필터를 사용하고, 그렇지 않다면 필터를 번호로 선택할 수 있습니다.', + 'views' => 'Views', // TODO ), 'user' => array( 'articles_and_size' => '%s 개의 글 (%s)', |
