aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/zh-tw/sub.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/zh-tw/sub.php')
-rw-r--r--app/i18n/zh-tw/sub.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/i18n/zh-tw/sub.php b/app/i18n/zh-tw/sub.php
index 8cbc0f9ae..4934b5e66 100644
--- a/app/i18n/zh-tw/sub.php
+++ b/app/i18n/zh-tw/sub.php
@@ -228,6 +228,16 @@ return array(
'title' => '標題',
'title_add' => '添加訂閱源',
'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' => '源地址',
'useragent' => '設置用於獲取此源的 User Agent',
'useragent_help' => '例:<kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>',