i18n(en): fix translations for restart-timeout and shutdown-timeout

This commit is contained in:
Adam Chance 2025-04-08 14:12:10 +01:00 committed by Jeremy Soller
parent d53d928b55
commit 48fa38d983

View file

@ -2,14 +2,18 @@ cancel = Cancel
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 {$seconds -> restart-timeout = The system will restart automatically in
[1] 1 second. { $seconds ->
*[other] {$seconds} seconds. } [1] 1 second.
*[other] {$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 {$seconds -> shutdown-timeout = The system will shut down automatically in
[1] 1 second. { $seconds ->
*[other] {$seconds} seconds. } [1] 1 second.
*[other] {$seconds} seconds.
}
suspend = Suspend suspend = Suspend
user = User user = User