mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 20:29:03 +08:00
feat: 设置页新增应用重启与退出快捷按钮
This commit is contained in:
@@ -263,6 +263,18 @@
|
||||
"registerFailed": "Registration failed",
|
||||
"installerRequired": "Requires installed SecScore, may not work in development mode."
|
||||
},
|
||||
"app": {
|
||||
"title": "App Controls",
|
||||
"description": "Quickly restart or quit the app.",
|
||||
"restart": "Restart App",
|
||||
"quit": "Quit App",
|
||||
"confirmRestartTitle": "Restart the app now?",
|
||||
"confirmRestartContent": "The app will close and start again immediately.",
|
||||
"confirmQuitTitle": "Quit the app now?",
|
||||
"confirmQuitContent": "The app will exit immediately.",
|
||||
"restartFailed": "Restart failed",
|
||||
"quitFailed": "Quit failed"
|
||||
},
|
||||
"about": {
|
||||
"title": "About",
|
||||
"appName": "Education Points Management",
|
||||
|
||||
@@ -263,6 +263,18 @@
|
||||
"registerFailed": "注册失败",
|
||||
"installerRequired": "需要安装版 SecScore,开发模式下可能无效。"
|
||||
},
|
||||
"app": {
|
||||
"title": "应用控制",
|
||||
"description": "快速重启或退出应用。",
|
||||
"restart": "重启应用",
|
||||
"quit": "退出应用",
|
||||
"confirmRestartTitle": "确认重启应用?",
|
||||
"confirmRestartContent": "应用将立即关闭并重新启动。",
|
||||
"confirmQuitTitle": "确认退出应用?",
|
||||
"confirmQuitContent": "应用将立即退出。",
|
||||
"restartFailed": "重启失败",
|
||||
"quitFailed": "退出失败"
|
||||
},
|
||||
"about": {
|
||||
"title": "关于",
|
||||
"appName": "教育积分管理",
|
||||
|
||||
Reference in New Issue
Block a user