mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 19:04:23 +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",
|
||||
|
||||
Reference in New Issue
Block a user