From a2d46123dde93d3fb1e9801b2fe65d5f7cb63a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A7=92=E7=A0=82=E7=B3=96?= <90336521+lings03@users.noreply.github.com> Date: Sun, 22 Jun 2025 20:07:15 +0800 Subject: [PATCH] Add missing translation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit debug时发现之前少了这一句翻译,也不至于提个pr,顺便加在这里吧 --- assets/translation.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/translation.json b/assets/translation.json index e811b68..1c1896d 100644 --- a/assets/translation.json +++ b/assets/translation.json @@ -395,7 +395,8 @@ "Double tap to zoom": "双击缩放", "Clear Unfavorited": "清除未收藏", "Reverse": "反转", - "Delete Chapters": "删除章节" + "Delete Chapters": "删除章节", + "Path copied to clipboard": "路径已复制到剪贴板" }, "zh_TW": { "Home": "首頁", @@ -793,6 +794,7 @@ "Double tap to zoom": "雙擊縮放", "Clear Unfavorited": "清除未收藏", "Reverse": "反轉", - "Delete Chapters": "刪除章節" + "Delete Chapters": "刪除章節", + "Path copied to clipboard": "路徑已複製到剪貼簿" } } \ No newline at end of file