i18n: Use "[0] now." on restarts/shutdowns (#414)

This commit is contained in:
lorduskordus 2026-03-03 00:43:35 +01:00 committed by GitHub
parent 325ab060a6
commit 93932ce4c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,18 +11,20 @@ type-username = Username:
keyboard-layout = Keyboard layout keyboard-layout = Keyboard layout
restart = Restart restart = Restart
restart-now = Restart now? restart-now = Restart now?
restart-timeout = The system will restart automatically in restart-timeout = The system will restart automatically
{ $seconds -> { $seconds ->
[1] 1 second. [0] now.
*[other] {$seconds} seconds. [1] in 1 second.
*[other] in {$seconds} seconds.
} }
session = Session session = Session
shutdown = Shut down shutdown = Shut down
shutdown-now = Shut down now? shutdown-now = Shut down now?
shutdown-timeout = The system will shut down automatically in shutdown-timeout = The system will shut down automatically
{ $seconds -> { $seconds ->
[1] 1 second. [0] now.
*[other] {$seconds} seconds. [1] in 1 second.
*[other] in {$seconds} seconds.
} }
suspend = Suspend suspend = Suspend
user = User user = User