2024-06-14 20:43:21 +08:00
|
|
|
power = 电源
|
|
|
|
|
settings = 设置...
|
|
|
|
|
lock-screen = 锁定屏幕
|
|
|
|
|
lock-screen-shortcut = Super + Escape
|
2025-03-23 06:34:57 +08:00
|
|
|
log-out = 登出
|
2025-05-01 23:11:41 +08:00
|
|
|
log-out-shortcut = Super + Shift + Escape
|
2025-03-23 06:34:57 +08:00
|
|
|
suspend = 挂起
|
2024-06-14 20:43:21 +08:00
|
|
|
restart = 重启
|
|
|
|
|
shutdown = 关机
|
|
|
|
|
confirm = 确认
|
|
|
|
|
cancel = 取消
|
|
|
|
|
confirm-button = {
|
|
|
|
|
$action ->
|
2025-05-01 23:11:41 +08:00
|
|
|
[restart] { restart }
|
|
|
|
|
[suspend] { suspend }
|
|
|
|
|
[shutdown] { shutdown }
|
|
|
|
|
[log-out] { log-out }
|
|
|
|
|
*[other] { confirm }
|
2024-06-14 20:43:21 +08:00
|
|
|
}
|
|
|
|
|
confirm-title =
|
|
|
|
|
确认要 { $action ->
|
2025-05-01 23:11:41 +08:00
|
|
|
[restart] { restart }
|
|
|
|
|
[suspend] { suspend }
|
|
|
|
|
[shutdown] { shutdown }
|
|
|
|
|
[log-out] 退出所有应用并 { log-out }
|
2024-06-14 20:43:21 +08:00
|
|
|
*[other] 应用所选操作
|
|
|
|
|
} 吗?
|
|
|
|
|
confirm-body =
|
2025-05-02 22:06:06 +08:00
|
|
|
系统将在 { $countdown } 秒后自动 { $action ->
|
2025-05-01 23:11:41 +08:00
|
|
|
[restart] { restart }
|
|
|
|
|
[suspend] { suspend }
|
|
|
|
|
[shutdown] { shutdown }
|
|
|
|
|
[lock-screen] { lock-screen }
|
|
|
|
|
[log-out] { log-out }
|
2024-06-14 20:43:21 +08:00
|
|
|
*[other] 应用所选操作
|
2025-05-01 23:11:41 +08:00
|
|
|
} 。
|
2024-06-14 20:43:21 +08:00
|
|
|
|