Skip to content

Commit f789f65

Browse files
committed
fix: translation
1 parent 9faa463 commit f789f65

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

frontend/src/lang/locale/en.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,8 +607,9 @@ export default {
607607
new: 'New',
608608
restart: 'Restart APP',
609609
noDownloadLink: 'No download link found',
610-
updateSuccessful: 'Update completed, please restart the App',
610+
updateSuccessfulRestart: 'Update completed, please restart the App',
611611
updateSuccessfulReplace: 'Download completed, please manually replace the App',
612+
updateSuccessful: 'Update completed',
612613
newVersion: 'New version found',
613614
latestVersion: 'Already the latest version',
614615
},

frontend/src/lang/locale/zh.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,9 @@ export default {
606606
new: '新版本',
607607
restart: '重启软件',
608608
noDownloadLink: '没有发现下载链接',
609-
updateSuccessful: '更新完成,请重启软件',
609+
updateSuccessfulRestart: '更新完成,请重启软件',
610610
updateSuccessfulReplace: '下载完成,请手动替换软件',
611+
updateSuccessful: '更新完成',
611612
newVersion: '发现新版本',
612613
latestVersion: '已经是最新版本了',
613614
},

0 commit comments

Comments
 (0)