From 0640c919670bd4f12f385ae654de5570cff84590 Mon Sep 17 00:00:00 2001 From: VandaLHJ Date: Mon, 10 Jun 2024 16:26:24 +0200 Subject: [PATCH] i18n(pl): power applet translation --- .../i18n/pl/cosmic_applet_power.ftl | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 cosmic-applet-power/i18n/pl/cosmic_applet_power.ftl diff --git a/cosmic-applet-power/i18n/pl/cosmic_applet_power.ftl b/cosmic-applet-power/i18n/pl/cosmic_applet_power.ftl new file mode 100644 index 00000000..136b0f0f --- /dev/null +++ b/cosmic-applet-power/i18n/pl/cosmic_applet_power.ftl @@ -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 + }