From 31c6283f59f3352c6633c103cdf499de6536e64b Mon Sep 17 00:00:00 2001 From: bs10081 Date: Fri, 14 Apr 2023 10:30:23 +0800 Subject: [PATCH 1/2] Add Traditional Chinese support in search feature. --- public/locales/zh-TW/common.json | 6 ++++-- public/locales/zh-TW/site.json | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/public/locales/zh-TW/common.json b/public/locales/zh-TW/common.json index e1bbd483..63236314 100644 --- a/public/locales/zh-TW/common.json +++ b/public/locales/zh-TW/common.json @@ -72,5 +72,7 @@ "Successfully followed": "嘿!你已經開始<2>追蹤他們的最新動態囉。", "Enable AI Filtering": "AI 過濾", "Filter out possible low-quality content based on AI ratings.": "基於 AI 評分過濾可能不佳的內容", - "Refreshing": "重新載入中" -} + "Refreshing": "重新載入中", + "Search for your interest": "搜你所想", + "results": "項結果" +} \ No newline at end of file diff --git a/public/locales/zh-TW/site.json b/public/locales/zh-TW/site.json index c79c510a..8a38a7e0 100644 --- a/public/locales/zh-TW/site.json +++ b/public/locales/zh-TW/site.json @@ -13,5 +13,6 @@ "View on Hoot It": "在 Hoot It 上檢視", "View on Crossbell Scan": "在 Crossbell Scan 上檢視", "Subscribe to JSON Feed": "訂閱 JSON Feed", - "Subscribe to RSS": "訂閱 RSS" + "Subscribe to RSS": "訂閱 RSS", + "Search on this site": "在這個網站上搜尋" } \ No newline at end of file From d2e84cff98d54573e7c466cff913cfefd4323513 Mon Sep 17 00:00:00 2001 From: bs10081 Date: Fri, 14 Apr 2023 10:30:37 +0800 Subject: [PATCH 2/2] Improve Traditional Chinese message functionality. --- public/locales/zh-TW/common.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/zh-TW/common.json b/public/locales/zh-TW/common.json index 63236314..33285ad8 100644 --- a/public/locales/zh-TW/common.json +++ b/public/locales/zh-TW/common.json @@ -28,6 +28,9 @@ "Submit": "提交", "Reply": "回覆", "Cancel Reply": "取消回覆", + "Edit": "編輯", + "Cancel Edit": "取消編輯", + "Confirm Modification": "確認編輯", "ago": "{{time}}前", "joined ago": "{{time}}前加入", "obtained ago": "{{time}}前獲得",