client app tauri updater #2966

This commit is contained in:
lloydzhou
2024-10-11 11:29:22 +08:00
parent c5074f0aa4
commit 2eebfcf6fe
6 changed files with 48 additions and 4 deletions

View File

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

View File

@@ -207,6 +207,8 @@ const en: LocaleType = {
IsChecking: "Checking update...",
FoundUpdate: (x: string) => `Found new version: ${x}`,
GoToUpdate: "Update",
Success: "Update Succesfull.",
Failed: "Update Failed.",
},
SendKey: "Send Key",
Theme: "Theme",