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 = 登出
|
|
|
|
|
suspend = 挂起
|
2024-06-14 20:43:21 +08:00
|
|
|
restart = 重启
|
|
|
|
|
shutdown = 关机
|
|
|
|
|
confirm = 确认
|
|
|
|
|
cancel = 取消
|
|
|
|
|
confirm-button = {
|
|
|
|
|
$action ->
|
|
|
|
|
[restart] { 重启 }
|
2025-03-23 06:34:57 +08:00
|
|
|
[suspend] { 挂起 }
|
2024-06-14 20:43:21 +08:00
|
|
|
[shutdown] 关机
|
|
|
|
|
[log-out] { 注销 }
|
|
|
|
|
*[other] { 确认 }
|
|
|
|
|
}
|
|
|
|
|
confirm-title =
|
|
|
|
|
确认要 { $action ->
|
|
|
|
|
[restart] { 重启 }
|
2025-03-23 06:34:57 +08:00
|
|
|
[suspend] { 挂起 }
|
2024-06-14 20:43:21 +08:00
|
|
|
[shutdown] { 关机 }
|
|
|
|
|
[log-out] 退出所有应用并注销
|
|
|
|
|
*[other] 应用所选操作
|
|
|
|
|
} 吗?
|
|
|
|
|
confirm-body =
|
|
|
|
|
系统将在 { $countdown } 秒内自动 { $action ->
|
|
|
|
|
[restart] 重启
|
2025-03-23 06:34:57 +08:00
|
|
|
[suspend] 挂起
|
2024-06-14 20:43:21 +08:00
|
|
|
[shutdown] 关机
|
|
|
|
|
[lock-screen] 锁定屏幕
|
2025-03-23 06:34:57 +08:00
|
|
|
[log-out] 登出
|
2024-06-14 20:43:21 +08:00
|
|
|
*[other] 应用所选操作
|
|
|
|
|
}
|
|
|
|
|
|