aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/kr/conf.php
diff options
context:
space:
mode:
authorGravatar stysebae <32852093+stysebae@users.noreply.github.com> 2021-10-19 10:46:39 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-19 10:46:39 +0200
commit85b898c623ae09d5caa88041bd8ceb26d4f1defc (patch)
tree2ac16791bc739d58b732f06c8cf60b6aefae9b18 /app/i18n/kr/conf.php
parentf96563ebb0c1e38a320eda1e7fdd8490785cd047 (diff)
Add shortcut to jump to next unread article (issue #3393) (#3891)
* Add shortcut to jump to next unread article * phpcbf Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/kr/conf.php')
-rw-r--r--app/i18n/kr/conf.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php
index 2128b1532..6288e1c30 100644
--- a/app/i18n/kr/conf.php
+++ b/app/i18n/kr/conf.php
@@ -198,6 +198,7 @@ return array(
'navigation_help' => '<kbd>⇧ Shift</kbd> 키를 누른 상태에선 탐색 단축키가 피드에 적용됩니다.<br/><kbd>Alt ⎇</kbd> 키를 누른 상태에선 탐색 단축키가 카테고리에 적용됩니다.',
'navigation_no_mod_help' => '아래 탐색 단축키에는 "Shift"와 "Alt" 키가 적용되지 않습니다.',
'next_article' => '다음 글 보기',
+ 'next_unread_article' => 'Open the next unread article', // TODO - Translation
'non_standard' => 'Some keys (<kbd>%s</kbd>) may not work as shortcuts.', // TODO - Translation
'normal_view' => '일반 모드로 전환',
'other_action' => '다른 동작',