update sessionmenu translation

This commit is contained in:
pugaizai
2025-09-30 19:00:16 +08:00
parent 78cf0bc8a2
commit 2008ba85bc
7 changed files with 29 additions and 23 deletions
+3 -3
View File
@@ -1268,14 +1268,14 @@
"title": "Sitzungsmenü",
"click-again": "Erneut klicken für sofortige Ausführung",
"action-in-seconds": "{action} in {seconds} Sekunden...",
"lock": "Sperren",
"lock-subtitle": "Sitzung sperren",
"lock-and-suspend": "Sperren und Ruhezustand",
"lock-and-suspend-subtitle": "Sitzung sperren und System in den Ruhezustand versetzen",
"end-subtitle": "Sitzung beenden",
"lock": "Sperren",
"suspend": "Ruhezustand",
"reboot": "Neu starten",
"logout": "Abmelden",
"logout-subtitle": "Sitzung beenden",
"shutdown": "Herunterfahren"
},
"plugins": {
@@ -1399,4 +1399,4 @@
"description": "Das Control-Center-Widget wurde aus der Leiste entfernt. Um es erneut über die Leiste zu öffnen, fügen Sie das Widget wieder hinzu."
}
}
}
}
+6 -3
View File
@@ -1259,15 +1259,18 @@
"title": "Session Menu",
"click-again": "Click again to execute immediately",
"action-in-seconds": "{action} in {seconds} seconds...",
"lock": "Lock",
"lock-subtitle": "Lock your session",
"lock-and-suspend": "Lock and Suspend",
"lock-and-suspend-subtitle": "Lock session and put system to sleep",
"end-subtitle": "End your session",
"lock": "Lock",
"suspend": "Suspend",
"suspend-subtitle": "Put system to sleep",
"reboot": "Reboot",
"reboot-subtitle": "Restart your computer",
"logout": "Logout",
"shutdown": "Shutdown"
"logout-subtitle": "End your session",
"shutdown": "Shutdown",
"shutdown-subtitle": "Turn off your computer"
},
"plugins": {
"applications": "Applications",
+3 -3
View File
@@ -1237,14 +1237,14 @@
"title": "Menú de sesión",
"click-again": "Haz clic de nuevo para ejecutar inmediatamente",
"action-in-seconds": "{action} en {seconds} segundos...",
"lock": "Bloquear",
"lock-subtitle": "Bloquea tu sesión",
"lock-and-suspend": "Bloquear y Suspender",
"lock-and-suspend-subtitle": "Bloquear sesión y poner el sistema en suspensión",
"end-subtitle": "Finaliza tu sesión",
"lock": "Bloquear",
"suspend": "Suspender",
"reboot": "Reiniciar",
"logout": "Cerrar sesión",
"logout-subtitle": "Finaliza tu sesión",
"shutdown": "Apagar"
},
"plugins": {
@@ -1385,4 +1385,4 @@
"charging": "Cargando.",
"discharging": "Descargando."
}
}
}
+3 -3
View File
@@ -1237,14 +1237,14 @@
"title": "Menu de session",
"click-again": "Cliquez à nouveau pour exécuter immédiatement",
"action-in-seconds": "{action} dans {seconds} secondes...",
"lock": "Verrouiller",
"lock-subtitle": "Verrouiller votre session",
"lock-and-suspend": "Verrouiller et Mettre en veille",
"lock-and-suspend-subtitle": "Verrouiller la session et mettre le système en veille",
"end-subtitle": "Terminer votre session",
"lock": "Verrouiller",
"suspend": "Mettre en veille",
"reboot": "Redémarrer",
"logout": "Déconnexion",
"logout-subtitle": "Terminer votre session",
"shutdown": "Éteindre"
},
"plugins": {
@@ -1385,4 +1385,4 @@
"charging": "En charge.",
"discharging": "En décharge."
}
}
}
+3 -3
View File
@@ -1237,14 +1237,14 @@
"title": "Menu da Sessão",
"click-again": "Clique novamente para executar imediatamente",
"action-in-seconds": "{action} em {seconds} segundos...",
"lock": "Bloquear",
"lock-subtitle": "Bloqueie sua sessão",
"lock-and-suspend": "Bloquear e Suspender",
"lock-and-suspend-subtitle": "Bloquear sessão e colocar o sistema em suspensão",
"end-subtitle": "Encerre sua sessão",
"lock": "Bloquear",
"suspend": "Suspender",
"reboot": "Reiniciar",
"logout": "Sair",
"logout-subtitle": "Encerre sua sessão",
"shutdown": "Desligar"
},
"plugins": {
@@ -1385,4 +1385,4 @@
"charging": "Carregando.",
"discharging": "Descarregando."
}
}
}
+7 -4
View File
@@ -1256,15 +1256,18 @@
"title": "会话菜单",
"click-again": "再次点击立即执行",
"action-in-seconds": "{seconds} 秒后{action}...",
"lock": "锁定",
"lock-subtitle": "锁定您的会话",
"lock-and-suspend": "锁定并挂起",
"lock-and-suspend-subtitle": "锁定会话并系统挂起",
"end-subtitle": "结束您的会话",
"lock": "锁定",
"lock-and-suspend-subtitle": "锁定会话并使系统进入睡眠状态",
"suspend": "挂起",
"suspend-subtitle": "使系统进入睡眠状态",
"reboot": "重启",
"reboot-subtitle": "重新启动计算机",
"logout": "注销",
"shutdown": "关机"
"logout-subtitle": "结束您的会话",
"shutdown": "关机",
"shutdown-subtitle": "关闭计算机"
},
"plugins": {
"applications": "应用程序",
+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
}]