aboutsummaryrefslogtreecommitdiff
path: root/internal/locale/translations/zh_TW.json
diff options
context:
space:
mode:
authorGravatar privatmamtora <privat.mamtora@gmail.com> 2024-07-03 04:03:49 +0000
committerGravatar GitHub <noreply@github.com> 2024-07-02 21:03:49 -0700
commit1a81866bb93a96d91fa5d61cb91949b5f4bad840 (patch)
tree14db5c7a1bafd67943c8452d5b80420345fc3140 /internal/locale/translations/zh_TW.json
parentc4278821cbaf392873380396d3590d936e0dbcf1 (diff)
downloadv2-1a81866bb93a96d91fa5d61cb91949b5f4bad840.tar.gz
v2-1a81866bb93a96d91fa5d61cb91949b5f4bad840.tar.zst
v2-1a81866bb93a96d91fa5d61cb91949b5f4bad840.zip
Add global block and keep filters
Diffstat (limited to 'internal/locale/translations/zh_TW.json')
-rw-r--r--internal/locale/translations/zh_TW.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/internal/locale/translations/zh_TW.json b/internal/locale/translations/zh_TW.json
index 79020d9f..2c84bd7b 100644
--- a/internal/locale/translations/zh_TW.json
+++ b/internal/locale/translations/zh_TW.json
@@ -285,6 +285,14 @@
"error.password_min_length": "請至少輸入 6 個字元",
"error.settings_mandatory_fields": "必須填寫使用者名稱、主題、語言以及時區",
"error.settings_reading_speed_is_positive": "閱讀速度必須是正整數。",
+ "error.settings_block_rule_fieldname_invalid": "Invalid Block rule: rule #%d is missing a valid field name (Options: %s)",
+ "error.settings_block_rule_separator_required": "Invalid Block rule: rule #%d's pattern is required to be seperated by a '='",
+ "error.settings_block_rule_regex_required": "Invalid Block rule: rule #%d's pattern is not provided",
+ "error.settings_block_rule_invalid_regex": "Invalid Block rule: rule #%d's pattern is not a valid regex",
+ "error.settings_keep_rule_fieldname_invalid": "Invalid Keep rule: rule #%d is missing a valid field name (Options: %s)",
+ "error.settings_keep_rule_separator_required": "Invalid Keep rule: rule #%d's pattern is required to be seperated by a '='",
+ "error.settings_keep_rule_regex_required": "Invalid Keep rule: rule #%d pattern is not provided",
+ "error.settings_keep_rule_invalid_regex": "Invalid Keep rule: rule #%d's pattern is not a valid regex",
"error.entries_per_page_invalid": "每頁的文章數無效。",
"error.feed_mandatory_fields": "必須填寫網址和分類",
"error.feed_already_exists": "此Feed已存在。",
@@ -372,6 +380,7 @@
"form.prefs.fieldset.application_settings": "應用程式設定",
"form.prefs.fieldset.authentication_settings": "使用者認證設定",
"form.prefs.fieldset.reader_settings": "閱讀器設定",
+ "form.prefs.fieldset.global_feed_settings": "Global Feed Settings",
"form.import.label.file": "OPML 檔案",
"form.import.label.url": "URL",
"form.integration.fever_activate": "啟用 Fever API",