diff options
author | 2023-09-11 11:35:08 -0700 | |
---|---|---|
committer | 2023-09-11 12:13:12 -0700 | |
commit | 2104eb85d7b571c2db4f0df5ce980041b57fe211 (patch) | |
tree | a4b49394ea26ed9106994aa0f1a84daba68e09b8 /internal/locale/translations/zh_TW.json | |
parent | 9990afb7227efbb68bca9bb204d581e87c6d8d4a (diff) | |
download | v2-2104eb85d7b571c2db4f0df5ce980041b57fe211.tar.gz v2-2104eb85d7b571c2db4f0df5ce980041b57fe211.tar.zst v2-2104eb85d7b571c2db4f0df5ce980041b57fe211.zip |
Group settings form fields into fieldsets
Diffstat (limited to 'internal/locale/translations/zh_TW.json')
-rw-r--r-- | internal/locale/translations/zh_TW.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/locale/translations/zh_TW.json b/internal/locale/translations/zh_TW.json index 19605e5a..9f5e4d30 100644 --- a/internal/locale/translations/zh_TW.json +++ b/internal/locale/translations/zh_TW.json @@ -289,6 +289,10 @@ "form.feed.label.disabled": "請勿重新整理此Feed", "form.feed.label.no_media_player": "No media player (audio/video)", "form.feed.label.hide_globally": "隱藏全域性未讀列表中的文章", + "form.feed.fieldset.general": "General", + "form.feed.fieldset.rules": "Rules", + "form.feed.fieldset.network_settings": "Network Settings", + "form.feed.fieldset.integration": "Third-Party Services", "form.category.label.title": "標題", "form.category.hide_globally": "隱藏全域性未讀列表中的文章", "form.user.label.username": "使用者名稱", @@ -325,6 +329,9 @@ "form.prefs.label.default_home_page": "默認主頁", "form.prefs.label.categories_sorting_order": "分類排序", "form.prefs.label.mark_read_on_view": "查看時自動將條目標記為已讀", + "form.prefs.fieldset.application_settings": "Application Settings", + "form.prefs.fieldset.authentication_settings": "Authentication Settings", + "form.prefs.fieldset.reader_settings": "Reader Settings", "form.import.label.file": "OPML 檔案", "form.import.label.url": "URL", "form.integration.fever_activate": "啟用 Fever API", |