aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ko
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-11-08 20:23:54 +0100
committerGravatar GitHub <noreply@github.com> 2023-11-08 20:23:54 +0100
commit348028a29043b7d1d0f80544c44f0454b2c375c3 (patch)
tree8f01badaa6983341f27e8afb05e2e9d42992b9b0 /app/i18n/ko
parent7d26dcc8475e4c7c3f68358405e9074ed61e018c (diff)
New feature important feeds (#5782)
* New feature important feeds * Fix PHPStan * Initial style for important feeds + keep unread * Change UI order * Count important unread * Never mark as read important feeds during scroll * Fix i18n conf.iew.normal regression * Fix reader view * More fix reader view * Create important.svg * Fix title * Fix counter * Account for important during mark-all-as-read * Fix underline colour * πŸ“Œ * Changelog --------- Co-authored-by: math-gh <> Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com>
Diffstat (limited to 'app/i18n/ko')
-rw-r--r--app/i18n/ko/conf.php2
-rw-r--r--app/i18n/ko/index.php1
-rw-r--r--app/i18n/ko/sub.php3
3 files changed, 4 insertions, 2 deletions
diff --git a/app/i18n/ko/conf.php b/app/i18n/ko/conf.php
index c666b0035..bba75096f 100644
--- a/app/i18n/ko/conf.php
+++ b/app/i18n/ko/conf.php
@@ -205,7 +205,7 @@ return array(
'article_open_on_website' => '글이 게재된 μ›Ήμ‚¬μ΄νŠΈλ₯Ό λ°©λ¬Έν–ˆμ„ λ•Œ',
'article_viewed' => '글을 μ½μ—ˆμ„ λ•Œ',
'keep_max_n_unread' => '읽지 μ•Šμ€ μƒνƒœλ‘œ μœ μ§€ν•  μ΅œλŒ€ κΈ€ 개수',
- 'scroll' => 'μŠ€ν¬λ‘€μ„ ν•˜λ©° μ§€λ‚˜κ°ˆ λ•Œ',
+ 'scroll' => 'μŠ€ν¬λ‘€μ„ ν•˜λ©° μ§€λ‚˜κ°ˆ λ•Œ (except for important feeds)', // DIRTY
'upon_gone' => '원본 λ‰΄μŠ€ ν”Όλ“œμ—μ„œ κΈ€ μ‚­μ œ λ˜μ—ˆμ„ λ•Œ',
'upon_reception' => '글을 κ°€μ Έμ˜€μžλ§ˆμž',
'when' => '읽음으둜 ν‘œμ‹œβ€¦',
diff --git a/app/i18n/ko/index.php b/app/i18n/ko/index.php
index a95eebf09..356258f4f 100644
--- a/app/i18n/ko/index.php
+++ b/app/i18n/ko/index.php
@@ -45,6 +45,7 @@ return array(
'bookmark_query' => 'ν˜„μž¬ 쿼리 뢁마크',
'favorites' => '즐겨찾기 (%s)',
'global_view' => '전체 λͺ¨λ“œ',
+ 'important' => 'Important feeds', // TODO
'main_stream' => '메인 슀트림',
'mark_all_read' => 'λͺ¨λ‘ 읽음으둜 ν‘œμ‹œ',
'mark_cat_read' => 'μΉ΄ν…Œκ³ λ¦¬λ₯Ό 읽음으둜 ν‘œμ‹œ',
diff --git a/app/i18n/ko/sub.php b/app/i18n/ko/sub.php
index 74bbc75d5..f4661de28 100644
--- a/app/i18n/ko/sub.php
+++ b/app/i18n/ko/sub.php
@@ -140,8 +140,9 @@ return array(
'priority' => array(
'_' => 'ν‘œμ‹œ',
'archived' => 'ν‘œμ‹œν•˜μ§€ μ•ŠμŒ (보관됨)',
+ 'category' => 'ν”Όλ“œκ°€ μ†ν•œ μΉ΄ν…Œκ³ λ¦¬μ—λ§Œ ν‘œμ‹œν•˜κΈ°',
+ 'important' => 'Show in important feeds', // TODO
'main_stream' => '메인 μŠ€νŠΈλ¦Όμ— ν‘œμ‹œν•˜κΈ°',
- 'normal' => 'ν”Όλ“œκ°€ μ†ν•œ μΉ΄ν…Œκ³ λ¦¬μ—λ§Œ ν‘œμ‹œν•˜κΈ°',
),
'proxy' => '이 ν”Όλ“œλ₯Ό κ°€μ Έμ˜¬ λ•Œ μ‚¬μš©ν•  ν”„λ‘μ‹œ μ„€μ •',
'proxy_help' => 'ν”„λ‘œν† μ½œ 선택 (예: SOCKS5) 그리고 ν”„λ‘μ‹œ μ£Όμ†Œ μž…λ ₯ (예: <kbd>127.0.0.1:1080</kbd> or <kbd>username:password@127.0.0.1:1080</kbd>)', // DIRTY