fix: i18n

This commit is contained in:
Dogtiti 2024-10-11 20:49:43 +08:00
parent a0d4a04192
commit 819238acaf
1 changed files with 2 additions and 2 deletions

View File

@ -205,8 +205,8 @@ const cn = {
IsChecking: "正在检查更新...", IsChecking: "正在检查更新...",
FoundUpdate: (x: string) => `发现新版本:${x}`, FoundUpdate: (x: string) => `发现新版本:${x}`,
GoToUpdate: "前往更新", GoToUpdate: "前往更新",
Success: "Update Succesfull.", Success: "更新成功!",
Failed: "Update Failed.", Failed: "更新失败",
}, },
SendKey: "发送键", SendKey: "发送键",
Theme: "主题", Theme: "主题",