aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ko/conf.php
diff options
context:
space:
mode:
authorGravatar Thomas White <TomW1605@users.noreply.github.com> 2024-06-06 02:44:38 +0800
committerGravatar GitHub <noreply@github.com> 2024-06-05 20:44:38 +0200
commit2ed58f814eab9c3bbdada6b8e2ebfccfc9395894 (patch)
treee949b1cce6842490eca9c5490ead7903ca7bfb33 /app/i18n/ko/conf.php
parente17c2c447906deb471e25cdc889b9f74e1d715d2 (diff)
add image and description to user query share (#6541)
* add description to user queries and rss feed * add image url to user queries and rss feed * Fix i18n * remove itunes image tag and xml definition --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/ko/conf.php')
-rw-r--r--app/i18n/ko/conf.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/ko/conf.php b/app/i18n/ko/conf.php
index 2814933f3..8cc9eb193 100644
--- a/app/i18n/ko/conf.php
+++ b/app/i18n/ko/conf.php
@@ -114,6 +114,7 @@ return array(
'query' => array(
'_' => '사용자 쿼리',
'deprecated' => '이 쿼리는 더 이상 유효하지 않습니다. 해당하는 카테고리나 피드가 삭제되었습니다.',
+ 'description' => 'Description', // TODO
'filter' => array(
'_' => '필터 적용:',
'categories' => '카테고리별로 표시',
@@ -134,6 +135,7 @@ return array(
'get_important' => '중요 피드의 글 표시',
'get_label' => '“%s” 라벨을 가진 글 표시',
'help' => '<a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">유저 쿼리 및 HTML / RSS / OPML을 사용한 재공유 방법 문서</a> 살펴보기.',
+ 'image_url' => 'Image URL', // TODO
'name' => '이름',
'no_filter' => '필터가 없습니다',
'number' => '쿼리 #%d',