diff options
| author | 2022-02-04 15:54:31 +0100 | |
|---|---|---|
| committer | 2022-02-04 15:54:31 +0100 | |
| commit | 827cec6d13bd5a6068da0892c7709032e1f6314d (patch) | |
| tree | 941c5a0163c6df7b1b0fa31db7704c96d174fbd5 /app/i18n/ko | |
| parent | b127777887969617ed8358912876af962edde139 (diff) | |
Improved: Browser notification: unread message (#4193)
* notification
* i18n (english string)
* i18n: en-us + de
* Update gen.php
* i18n: PL + RU
* Update app/i18n/fr/gen.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/ko')
| -rw-r--r-- | app/i18n/ko/gen.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/ko/gen.php b/app/i18n/ko/gen.php index c3f0c5fa1..1599f602d 100644 --- a/app/i18n/ko/gen.php +++ b/app/i18n/ko/gen.php @@ -127,6 +127,7 @@ return array( 'confirm_action_feed_cat' => '정말 이 작업을 수행하시겠습니까? 관련된 즐겨찾기와 사용자 쿼리가 삭제됩니다. 이 작업은 되돌릴 수 없습니다!!', 'feedback' => array( 'body_new_articles' => '%%d 개의 새 글이 FreshRSS에 있습니다.', + 'body_unread_articles' => '(unread: %%d)', // TODO 'request_failed' => '요청한 작업을 수행할 수 없습니다. 인터넷 연결에 문제가 발생한 것 같습니다.', 'title_new_articles' => 'FreshRSS: 새 글이 있습니다!', ), |
