diff options
author | maTh <1645099+math-GH@users.noreply.github.com> | 2025-02-03 08:47:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-03 08:47:25 +0100 |
commit | a697ca54ad7f723e52fc6591761e1f2f8b7877d6 (patch) | |
tree | 7a0d7a852b90d5df41e16e33233cbb9c203cf2a1 /app/i18n/ko/index.php | |
parent | 7e90dfd0485a6684f5dfe7f2abdd92c6f7acb9d0 (diff) | |
download | freshrss-a697ca54ad7f723e52fc6591761e1f2f8b7877d6.tar.gz freshrss-a697ca54ad7f723e52fc6591761e1f2f8b7877d6.zip |
Shortcuts for adding labels (#7274)
* add shortcut in config
* open my labels menu with shortcut
* the first 9 items are selectable + input field
* i18n
* Update app/i18n/nl/conf.php
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* index.menu.mylabels
* order fixed
---------
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'app/i18n/ko/index.php')
-rw-r--r-- | app/i18n/ko/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/ko/index.php b/app/i18n/ko/index.php index 09c1f4ebe..ed6612aac 100644 --- a/app/i18n/ko/index.php +++ b/app/i18n/ko/index.php @@ -66,6 +66,7 @@ return array( 'mark_cat_read' => '카테고리를 읽음으로 표시', 'mark_feed_read' => '피드를 읽음으로 표시', 'mark_selection_unread' => '선택된 글을 읽지 않음으로 표시', + 'mylabels' => '내 라벨', 'newer_first' => '최근 글 먼저', 'non-starred' => '즐겨찾기를 제외하고 표시', 'normal_view' => '일반 모드', @@ -90,7 +91,6 @@ return array( 'starred' => '즐겨찾기만 표시', 'stats' => '통계', 'subscription' => '구독 관리', - 'tags' => '내 라벨', 'unread' => '읽지 않은 글만 표시', ), 'share' => '공유', |