i18n(pl): power applet translation
This commit is contained in:
parent
4905e98d9c
commit
0640c91967
1 changed files with 40 additions and 0 deletions
40
cosmic-applet-power/i18n/pl/cosmic_applet_power.ftl
Normal file
40
cosmic-applet-power/i18n/pl/cosmic_applet_power.ftl
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue