From db901563ea2400370b3f730ce55f1633dffdb9bd Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 5 Sep 2026 10:59:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(i18n):=20=E6=96=B0=E5=A2=9E=E5=AF=B9?= =?UTF-8?q?=E8=AF=9D=E5=AE=8C=E6=AF=95=E8=AF=8D=E6=9D=A1=E5=9B=9B=E8=AF=AD?= =?UTF-8?q?(##=20=E5=AE=8C=E6=AF=95=20##/Done/=E5=AE=8C=E4=BA=86/=EC=99=84?= =?UTF-8?q?=EB=A3=8C)+merge=E4=BA=A7=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/en/i18n.json | 3 +++ i18n/jp/i18n.json | 3 +++ i18n/ko/i18n.json | 3 +++ i18n/zh/i18n.json | 3 +++ wwwroot/i18n/en/i18n.json | 3 ++- wwwroot/i18n/jp/i18n.json | 3 ++- wwwroot/i18n/ko/i18n.json | 3 ++- wwwroot/i18n/zh/i18n.json | 3 ++- 8 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 i18n/en/i18n.json create mode 100644 i18n/jp/i18n.json create mode 100644 i18n/ko/i18n.json create mode 100644 i18n/zh/i18n.json diff --git a/i18n/en/i18n.json b/i18n/en/i18n.json new file mode 100644 index 0000000..74098e1 --- /dev/null +++ b/i18n/en/i18n.json @@ -0,0 +1,3 @@ +{ + "## 完毕 ##": "## Done ##" +} diff --git a/i18n/jp/i18n.json b/i18n/jp/i18n.json new file mode 100644 index 0000000..6c34fb0 --- /dev/null +++ b/i18n/jp/i18n.json @@ -0,0 +1,3 @@ +{ + "## 完毕 ##": "## 完了 ##" +} diff --git a/i18n/ko/i18n.json b/i18n/ko/i18n.json new file mode 100644 index 0000000..081b08e --- /dev/null +++ b/i18n/ko/i18n.json @@ -0,0 +1,3 @@ +{ + "## 完毕 ##": "## 완료 ##" +} diff --git a/i18n/zh/i18n.json b/i18n/zh/i18n.json new file mode 100644 index 0000000..e7b2e20 --- /dev/null +++ b/i18n/zh/i18n.json @@ -0,0 +1,3 @@ +{ + "## 完毕 ##": "## 完毕 ##" +} diff --git a/wwwroot/i18n/en/i18n.json b/wwwroot/i18n/en/i18n.json index 87dddc7..5530321 100644 --- a/wwwroot/i18n/en/i18n.json +++ b/wwwroot/i18n/en/i18n.json @@ -275,5 +275,6 @@ "🎵 音乐": "🎵 Music", "📱 短视频": "📱 Short Video", "切换主题": "Toggle theme", - "显示所有已最小化的窗口": "Show all minimized windows" + "显示所有已最小化的窗口": "Show all minimized windows", + "## 完毕 ##": "## Done ##" } \ No newline at end of file diff --git a/wwwroot/i18n/jp/i18n.json b/wwwroot/i18n/jp/i18n.json index 5a52417..2f06fcd 100644 --- a/wwwroot/i18n/jp/i18n.json +++ b/wwwroot/i18n/jp/i18n.json @@ -275,5 +275,6 @@ "🎵 音乐": "🎵 音楽", "📱 短视频": "📱 ショート動画", "切换主题": "テーマ切替", - "显示所有已最小化的窗口": "最小化されたすべてのウィンドウを表示" + "显示所有已最小化的窗口": "最小化されたすべてのウィンドウを表示", + "## 完毕 ##": "## 完了 ##" } \ No newline at end of file diff --git a/wwwroot/i18n/ko/i18n.json b/wwwroot/i18n/ko/i18n.json index a735d11..8ce7274 100644 --- a/wwwroot/i18n/ko/i18n.json +++ b/wwwroot/i18n/ko/i18n.json @@ -275,5 +275,6 @@ "🎵 音乐": "🎵 음악", "📱 短视频": "📱 숏폼 영상", "切换主题": "테마 전환", - "显示所有已最小化的窗口": "최소화된 모든 창 표시" + "显示所有已最小化的窗口": "최소화된 모든 창 표시", + "## 完毕 ##": "## 완료 ##" } \ No newline at end of file diff --git a/wwwroot/i18n/zh/i18n.json b/wwwroot/i18n/zh/i18n.json index 7b78796..c761d3e 100644 --- a/wwwroot/i18n/zh/i18n.json +++ b/wwwroot/i18n/zh/i18n.json @@ -97,5 +97,6 @@ "🎵 音乐": "🎵 音乐", "📱 短视频": "📱 短视频", "切换主题": "切换主题", - "显示所有已最小化的窗口": "显示所有已最小化的窗口" + "显示所有已最小化的窗口": "显示所有已最小化的窗口", + "## 完毕 ##": "## 完毕 ##" } \ No newline at end of file