2024-02-02 17:30:48 -10:00
|
|
|
power = 電源
|
|
|
|
|
settings = 設定...
|
|
|
|
|
lock-screen = 画面をロック
|
2024-02-06 10:59:07 -10:00
|
|
|
lock-screen-shortcut = スーパー + エスケープ
|
2024-02-02 17:30:48 -10:00
|
|
|
log-out = ログアウト
|
|
|
|
|
suspend = サスペンド
|
|
|
|
|
restart = 再起動
|
|
|
|
|
shutdown = シャットダウン
|
|
|
|
|
confirm = 確認
|
|
|
|
|
cancel = キャンセル
|
2024-06-10 07:25:36 -07:00
|
|
|
confirm-button = {
|
|
|
|
|
$action ->
|
|
|
|
|
[restart] { restart }
|
|
|
|
|
[suspend] { suspend }
|
|
|
|
|
[shutdown] 電源オフ
|
|
|
|
|
[log-out] { log-out }
|
|
|
|
|
*[other] { confirm}
|
|
|
|
|
}
|
|
|
|
|
confirm-title =
|
|
|
|
|
今{ $action ->
|
|
|
|
|
[restart] { restart }しますか?
|
|
|
|
|
[suspend] { suspend }しますか?
|
|
|
|
|
[shutdown] 電源を切りますか?
|
|
|
|
|
[log-out] アプリケーションをすべて閉じてログアウトしますか?
|
|
|
|
|
*[other] 選択した処理を実行しますか?
|
|
|
|
|
}
|
2024-05-06 15:16:34 -04:00
|
|
|
confirm-body =
|
2024-05-06 15:28:16 -04:00
|
|
|
{ $countdown }秒後にシステムは自動的に{ $action ->
|
2024-02-02 17:30:48 -10:00
|
|
|
[restart] { restart }
|
|
|
|
|
[suspend] { suspend }
|
|
|
|
|
[shutdown] { shutdown }
|
|
|
|
|
[lock-screen] { lock-screen }
|
|
|
|
|
[log-out] { log-out }
|
2024-06-10 07:25:36 -07:00
|
|
|
*[other] 選択した処理を
|
2024-02-02 17:30:48 -10:00
|
|
|
}します。
|
|
|
|
|
|