i18n(cs): Add Czech translation (#1068)

This commit is contained in:
lorduskordus 2025-09-29 20:34:53 +02:00 committed by GitHub
parent 2dba07fcae
commit 6aec81ebb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 171 additions and 0 deletions

View file

@ -1,6 +1,7 @@
[Desktop Entry]
Name=User Session
Name[ar]=جلسة المستخدم
Name[cs]=Uživatelská relace
Name[zh_CN]=
Name[hu]=Felhasználói Munkamenet
Name[pl]=Sesja użytkownika

View file

@ -0,0 +1,41 @@
power = Napájení
settings = Nastavení...
lock-screen = Zamknout obrazovku
lock-screen-shortcut = Super + Escape
log-out = Odhlásit se
log-out-shortcut = Super + Shift + Escape
suspend = Uspat
restart = Restartovat
shutdown = Vypnout
confirm = Potvrdit
cancel = Zrušit
confirm-button = {
$action ->
[restart] { restart }
[suspend] { suspend }
[shutdown] Vypnout
[log-out] { log-out }
*[other] { confirm}
}
confirm-title =
{ $action ->
[restart] { restart }
[suspend] { suspend }
[shutdown] { shutdown }
[log-out] Ukončit všechny aplikace a odhlásit se
*[other] Použít vybranou akci
} nyní?
confirm-body =
Systém { $action ->
[restart] se restartuje
[suspend] se uspí
[shutdown] se vypne
[lock-screen] se uzamkne
[log-out] odhlásí uživatele
*[other] vykoná vybranou akci
} automaticky za { $countdown ->
[one] { $countdown } sekundu.
[few] { $countdown } sekundy.
[many] { $countdown } sekund.
*[other] { $countdown } sekund.
}