aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/kr
diff options
context:
space:
mode:
authorGravatar Julien-Pierre Avérous <github@sourcemac.com> 2020-02-13 19:22:35 +0200
committerGravatar GitHub <noreply@github.com> 2020-02-13 18:22:35 +0100
commitd30ac40772ec1b4706922afd8acab8448af39a9e (patch)
tree6b7cec8455a542875959a09f7bdcc7a2af285fa1 /app/i18n/kr
parent4ddd1821bb0fc1186937551d59100294b8833727 (diff)
Enhance content path feature (#2778)
- Add a maintenance section to be able to clear cache and force reload a feed. - Add an icon next to path field to show a pop-up with the result of the content path. Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> Co-authored-by: Marien Fressinaud <dev@marienfressinaud.fr>
Diffstat (limited to 'app/i18n/kr')
-rw-r--r--app/i18n/kr/feedback.php10
-rw-r--r--app/i18n/kr/sub.php11
2 files changed, 21 insertions, 0 deletions
diff --git a/app/i18n/kr/feedback.php b/app/i18n/kr/feedback.php
index def6c0745..cd702903a 100644
--- a/app/i18n/kr/feedback.php
+++ b/app/i18n/kr/feedback.php
@@ -84,15 +84,25 @@ return array(
'actualizeds' => 'RSS 피드에서 새 글을 가져왔습니다',
'added' => '<em>%s</em> 피드가 추가되었습니다',
'already_subscribed' => '이미 <em>%s</em> 피드를 구독 중입니다',
+ 'cache_cleared' => '<em>%s</em> cache has been cleared', // TODO - Translation
'deleted' => '피드가 삭제되었습니다',
'error' => '피드를 변경할 수 없습니다',
'internal_problem' => 'RSS 피드를 추가할 수 없습니다. 자세한 내용은 <a href="%s">FreshRSS 로그</a>를 참고하세요.',
'invalid_url' => 'URL (<em>%s</em>)이 유효하지 않습니다',
'not_added' => '<em>%s</em> 피드를 추가할 수 없습니다',
+ 'not_found' => 'Feed cannot be found', // TODO - Translation
'no_refresh' => '새 글을 가져올 피드가 없습니다…',
'n_actualized' => '%d 개의 피드에서 새 글을 가져왔습니다',
'n_entries_deleted' => '%d 개의 글을 삭제했습니다',
'over_max' => '피드 개수 제한에 다다랐습니다 (%d)',
+ 'reloaded' => '<em>%s</em> has been reloaded', // TODO - Translation
+ 'selector_preview' => array(
+ 'http_error' => 'Failed to load website content.', // TODO - Translation
+ 'no_entries' => 'There is no entries in your feed. You need at least one entry to create a preview.', // TODO - Translation
+ 'no_feed' => 'Internal error (no feed to entry).', // TODO - Translation
+ 'no_result' => 'The selector didn\'t match anything. As a fallback the original feed text will be displayed instead.', // TODO - Translation
+ 'selector_empty' => 'The selector is empty. You need to define one to create a preview.', // TODO - Translation
+ ),
'updated' => '피드가 변경되었습니다',
),
'purge_completed' => '삭제 완료 (%d 개의 글을 삭제했습니다)',
diff --git a/app/i18n/kr/sub.php b/app/i18n/kr/sub.php
index bc339f30f..934bef88d 100644
--- a/app/i18n/kr/sub.php
+++ b/app/i18n/kr/sub.php
@@ -44,6 +44,13 @@ return array(
),
'information' => '정보',
'keep_min' => '최소 유지 글 개수',
+ 'maintenance' => array(
+ 'clear_cache' => 'Clear cache', // TODO - Translation
+ 'clear_cache_help' => 'Clear the cache of this feed on disk', // TODO - Translation
+ 'reload_articles' => 'Reload articles', // TODO - Translation
+ 'reload_articles_help' => 'Reload articles and fetch complete content', // TODO - Translation
+ 'title' => 'Maintenance', // TODO - Translation
+ ),
'moved_category_deleted' => '카테고리를 삭제하면, 해당 카테고리 아래에 있던 피드들은 자동적으로 <em>%s</em> 아래로 분류됩니다.',
'mute' => '무기한 새로고침 금지',
'no_selected' => '선택된 피드가 없습니다.',
@@ -54,6 +61,10 @@ return array(
'normal' => '피드가 속한 카테고리에만 표시하기',
'_' => '표시',
),
+ 'selector_preview' => array(
+ 'show_raw' => 'Show source', // TODO - Translation
+ 'show_rendered' => 'Show content', // TODO - Translation
+ ),
'show' => array(
'all' => '모든 피드 보기',
'error' => '오류가 발생한 피드만 보기',