From d0b5fe54eb899085a97fad39ff8b7190ac62ddef Mon Sep 17 00:00:00 2001 From: expload <38076731+expload233@users.noreply.github.com> Date: Fri, 24 May 2024 19:00:58 +0800 Subject: [PATCH 1/2] Add new Chinese simplified Translation text --- src/locales/zh/translation.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/locales/zh/translation.json b/src/locales/zh/translation.json index 134e83a1..0b8e52a2 100644 --- a/src/locales/zh/translation.json +++ b/src/locales/zh/translation.json @@ -174,5 +174,11 @@ }, "modal": { "close": "关闭按钮" - } + }, + "splash": { + "downloading_version": "正在下载新版本 {{version}}", + "searching_updates": "检查更新...", + "update_found": "有新版本 {{version}} 可用", + "restarting_and_applying": "重启并应用更新" + } } From 43197ee153533278077d26ab7949055e9cf2c027 Mon Sep 17 00:00:00 2001 From: expload <38076731+expload233@users.noreply.github.com> Date: Fri, 24 May 2024 11:06:18 +0000 Subject: [PATCH 2/2] format code --- src/locales/zh/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/zh/translation.json b/src/locales/zh/translation.json index 0b8e52a2..8481362a 100644 --- a/src/locales/zh/translation.json +++ b/src/locales/zh/translation.json @@ -180,5 +180,5 @@ "searching_updates": "检查更新...", "update_found": "有新版本 {{version}} 可用", "restarting_and_applying": "重启并应用更新" - } + } }