aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ko/sub.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/ko/sub.php')
-rw-r--r--app/i18n/ko/sub.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/i18n/ko/sub.php b/app/i18n/ko/sub.php
index e28f22f74..917d71b68 100644
--- a/app/i18n/ko/sub.php
+++ b/app/i18n/ko/sub.php
@@ -228,6 +228,16 @@ return array(
'title' => '제목',
'title_add' => 'RSS 피드 추가',
'ttl' => '다음 시간이 지나기 전에 새로고침 금지',
+ 'unicityCriteria' => array(
+ '_' => 'Article unicity criteria', // TODO
+ 'forced' => '<span title="Block the unicity criteria, even when the feed has duplicate articles">forced</span>', // TODO
+ 'help' => 'Relevant for invalid feeds.<br />⚠️ Changing the policy will create duplicates.', // TODO
+ 'id' => 'Standard ID (default)', // TODO
+ 'link' => 'Link', // TODO
+ 'sha1:link_published' => 'Link + Date', // TODO
+ 'sha1:link_published_title' => 'Link + Date + Title', // TODO
+ 'sha1:link_published_title_content' => 'Link + Date + Title + Content', // TODO
+ ),
'url' => '피드 URL',
'useragent' => '이 피드를 가져올 때 사용할 유저 에이전트 설정',
'useragent_help' => '예시: <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>',