update sessionmenu translation

This commit is contained in:
pugaizai
2025-09-30 19:07:49 +08:00
parent 78cf0bc8a2
commit 2008ba85bc
7 changed files with 29 additions and 23 deletions
+4 -4
View File
@@ -41,22 +41,22 @@ NPanel {
"action": "suspend",
"icon": "suspend",
"title": I18n.tr("session-menu.suspend"),
"subtitle": "Put the system to sleep"
"subtitle": I18n.tr("session-menu.suspend-subtitle")
}, {
"action": "reboot",
"icon": "reboot",
"title": I18n.tr("session-menu.reboot"),
"subtitle": "Restart the system"
"subtitle": I18n.tr("session-menu.reboot-subtitle")
}, {
"action": "logout",
"icon": "logout",
"title": I18n.tr("session-menu.logout"),
"subtitle": I18n.tr("session-menu.end-subtitle")
"subtitle": I18n.tr("session-menu.logout-subtitle")
}, {
"action": "shutdown",
"icon": "shutdown",
"title": I18n.tr("session-menu.shutdown"),
"subtitle": "Turn off the system",
"subtitle": I18n.tr("session-menu.shutdown-subtitle"),
"isShutdown": true
}]