From eb3a7f9d52e8885ac849de753e7766e5999962f2 Mon Sep 17 00:00:00 2001 From: AnxuNA <41771421+axlmly@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:27:47 +0800 Subject: [PATCH] add Chapter && Page translate (#54) add Chapter && Page translate --- assets/translation.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/translation.json b/assets/translation.json index d2dc8bc..f56d9f9 100644 --- a/assets/translation.json +++ b/assets/translation.json @@ -229,7 +229,9 @@ "No Explore Pages": "没有探索页面", "Add a comic source in home page": "在主页添加一个漫画源", "Please check your settings": "请检查您的设置", - "No Category Pages": "没有分类页面" + "No Category Pages": "没有分类页面", + "Chapter @ep": "第 @ep 章", + "Page @page": "第 @page 页" }, "zh_TW": { "Home": "首頁", @@ -461,6 +463,8 @@ "No Explore Pages": "沒有探索頁面", "Add a comic source in home page": "在主頁添加一個漫畫源", "Please check your settings": "請檢查您的設定", - "No Category Pages": "沒有分類頁面" + "No Category Pages": "沒有分類頁面", + "Chapter @ep": "第 @ep 章", + "Page @page": "第 @page 頁" } } \ No newline at end of file