diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-06-02 07:28:46 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-06-02 07:28:46 +0300 |
| commit | 69d788dedffa922920ee264c767eff4f50ccc62d (patch) | |
| tree | 352b8f9334ed60aec4857cbb565bd120936a2826 | |
| parent | 74ee6ca4aeead99897ee65fa5834245aff91e47b (diff) | |
| parent | 7d746a91334e4c5711bd484850e4c29fe20d456d (diff) | |
Merge branch 'weblate-integration' into 'master'
WIP: weblate-integration
See merge request tt-rss/tt-rss-android!47
| -rw-r--r-- | org.fox.ttrss/src/main/res/values-zh-rTW/strings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/values-zh-rTW/strings.xml b/org.fox.ttrss/src/main/res/values-zh-rTW/strings.xml index 8951ba2c..0541ae60 100644 --- a/org.fox.ttrss/src/main/res/values-zh-rTW/strings.xml +++ b/org.fox.ttrss/src/main/res/values-zh-rTW/strings.xml @@ -269,4 +269,12 @@ <string name="blank">" "</string> <string name="headlines_display_mode">設定顯示模式</string> <string name="catchup_dialog_title_search">將 %1$s 的搜尋結果標示為已讀取嗎?</string> + <string name="article_enable_javascript">啟用 JavaScript</string> + <string name="article_edit_note">編輯註記</string> + <string name="error_success">操作完成</string> + <string name="error_bad_request">錯誤:400 錯誤的要求</string> + <string name="crash_dialog_text_email">很不幸,Tiny Tiny RSS 已停止運行。您願意透過電子郵件提交當機報告嗎?</string> + <string name="headlines_set_display_mode">設定顯示模式</string> + <string name="enable_dynamic_colors">動態顏色</string> + <string name="expand_special_cat">展開特殊類別</string> </resources> |