From 85b898c623ae09d5caa88041bd8ceb26d4f1defc Mon Sep 17 00:00:00 2001 From: stysebae <32852093+stysebae@users.noreply.github.com> Date: Tue, 19 Oct 2021 10:46:39 +0200 Subject: 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 --- app/i18n/zh-cn/conf.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/zh-cn/conf.php') diff --git a/app/i18n/zh-cn/conf.php b/app/i18n/zh-cn/conf.php index c24c61199..c1c1452f1 100644 --- a/app/i18n/zh-cn/conf.php +++ b/app/i18n/zh-cn/conf.php @@ -198,6 +198,7 @@ return array( 'navigation_help' => '组合 ⇧ Shift 键,浏览快捷键将生效于订阅源。
组合 Alt ⎇ 键,浏览快捷键将生效于分类。', 'navigation_no_mod_help' => '以下快捷键不支持组合键(Shift 或 Alt)', 'next_article' => '打开下一篇文章', + 'next_unread_article' => 'Open the next unread article', // TODO - Translation 'non_standard' => '这些键 (%s) 可能不能作为快捷键', 'normal_view' => '切换到普通视图', 'other_action' => '其他操作', -- cgit v1.2.3