i18n(pl): power applet translation

This commit is contained in:
VandaLHJ 2024-06-10 16:26:24 +02:00 committed by GitHub
parent 4905e98d9c
commit 0640c91967
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,40 @@
power = Zasilanie
settings = Ustawienia...
lock-screen = Ekran Blokady
lock-screen-shortcut = Super + Esc
log-out = Wyloguj się
log-out-shortcut = Ctrl + Alt + Del
suspend = Wstrzymaj
restart = Uruchom Ponownie
shutdown = Wyłącz
confirm = Potwierdź
cancel = Anuluj
confirm-button = {
$action ->
[restart] { restart }
[suspend] { suspend}
[shutdown] { shutdown}
[log-out] { log-out }
*[other] { confirm}
}
confirm-title =
{ $action ->
[restart] Uruchomić ponownie
[suspend] Wstrzymać
[shutdown] Wyłączyć
[log-out] Zamknąć wszystkie aplikacje i wylogować się
*[other] Wykonać wybraną akcję
}?
confirm-body =
Urządzenie automatycznie { $action ->
[restart] uruchomi się ponownie
[suspend] przejdzie w stan uśpienia
[shutdown] wyłączy się
[lock-screen] zablokuje ekran
[log-out] log out
*[other] apply the selected action
} za { $countdown ->
[1] sekundę.
[few] {$countdown} sekundy
*[other] {$countdown} sekund
}