From 9b46f032ef7c5fdba462b4b8bccff74536f6fee1 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Mon, 6 May 2024 15:28:16 -0400 Subject: [PATCH] refactor(power): Remove questions from confirm-body values --- cosmic-applet-power/i18n/de/cosmic_applet_power.ftl | 2 +- cosmic-applet-power/i18n/es-ES/cosmic_applet_power.ftl | 2 +- cosmic-applet-power/i18n/fi/cosmic_applet_power.ftl | 2 +- cosmic-applet-power/i18n/fr/cosmic_applet_power.ftl | 2 +- cosmic-applet-power/i18n/it/cosmic_applet_power.ftl | 2 +- cosmic-applet-power/i18n/ja/cosmic_applet_power.ftl | 2 +- cosmic-applet-power/i18n/ko/cosmic_applet_power.ftl | 2 +- cosmic-applet-power/i18n/nl/cosmic_applet_power.ftl | 2 +- cosmic-applet-power/i18n/pt/cosmic_applet_power.ftl | 2 +- cosmic-applet-power/i18n/ru/cosmic_applet_power.ftl | 2 +- cosmic-applet-power/i18n/sr-Cyrl/cosmic_applet_power.ftl | 2 +- cosmic-applet-power/i18n/sr-Latn/cosmic_applet_power.ftl | 2 +- cosmic-applet-power/i18n/uk/cosmic_applet_power.ftl | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/cosmic-applet-power/i18n/de/cosmic_applet_power.ftl b/cosmic-applet-power/i18n/de/cosmic_applet_power.ftl index 537f3f5f..aee639e7 100644 --- a/cosmic-applet-power/i18n/de/cosmic_applet_power.ftl +++ b/cosmic-applet-power/i18n/de/cosmic_applet_power.ftl @@ -9,7 +9,7 @@ restart = Neustart shutdown = Ausschalten confirm = Bestätigen cancel = Abbrechen -confirm-body = Sind Sie sicher? { $action -> +confirm-body = { $action -> [restart] Ihr System wird [suspend] Ihr System wird [shutdown] Ihr System wird diff --git a/cosmic-applet-power/i18n/es-ES/cosmic_applet_power.ftl b/cosmic-applet-power/i18n/es-ES/cosmic_applet_power.ftl index 28767420..19e4e863 100644 --- a/cosmic-applet-power/i18n/es-ES/cosmic_applet_power.ftl +++ b/cosmic-applet-power/i18n/es-ES/cosmic_applet_power.ftl @@ -10,7 +10,7 @@ shutdown = Apagar confirm = Vale cancel = Cancelar confirm-body = - ¿Está bien? { $action -> + { $action -> [restart] El ordenador se reiniciará [suspend] El ordenador se suspenderá [shutdown] El ordenador se apagará diff --git a/cosmic-applet-power/i18n/fi/cosmic_applet_power.ftl b/cosmic-applet-power/i18n/fi/cosmic_applet_power.ftl index d0940943..f490be9d 100644 --- a/cosmic-applet-power/i18n/fi/cosmic_applet_power.ftl +++ b/cosmic-applet-power/i18n/fi/cosmic_applet_power.ftl @@ -10,7 +10,7 @@ shutdown = Sammuta confirm = Varmista cancel = Peruuta confirm-body = - Oletko Varma? { $action -> + { $action -> [restart] { restart } [suspend] { suspend } [shutdown] { shutdown } diff --git a/cosmic-applet-power/i18n/fr/cosmic_applet_power.ftl b/cosmic-applet-power/i18n/fr/cosmic_applet_power.ftl index 3f3001c8..adc21e1c 100644 --- a/cosmic-applet-power/i18n/fr/cosmic_applet_power.ftl +++ b/cosmic-applet-power/i18n/fr/cosmic_applet_power.ftl @@ -10,7 +10,7 @@ shutdown = Éteindre confirm = Confirmer cancel = Annuler confirm-body = - Êtes-vous sûr ? { $action -> + { $action -> [restart] Redémarrer l'ordinateur [suspend] Mettre en veille [shutdown] Éteindre l'ordinateur diff --git a/cosmic-applet-power/i18n/it/cosmic_applet_power.ftl b/cosmic-applet-power/i18n/it/cosmic_applet_power.ftl index 4a020f8c..8e353837 100644 --- a/cosmic-applet-power/i18n/it/cosmic_applet_power.ftl +++ b/cosmic-applet-power/i18n/it/cosmic_applet_power.ftl @@ -10,7 +10,7 @@ shutdown = Spegni confirm = Conferma cancel = Annulla confirm-body = - Confermi? { $action -> + { $action -> [restart] { restart } [suspend] { suspend } [shutdown] { shutdown } diff --git a/cosmic-applet-power/i18n/ja/cosmic_applet_power.ftl b/cosmic-applet-power/i18n/ja/cosmic_applet_power.ftl index 258be25b..0d0ef179 100644 --- a/cosmic-applet-power/i18n/ja/cosmic_applet_power.ftl +++ b/cosmic-applet-power/i18n/ja/cosmic_applet_power.ftl @@ -10,7 +10,7 @@ shutdown = シャットダウン confirm = 確認 cancel = キャンセル confirm-body = - よろしいでしょうか? { $countdown }秒後にシステムは自動的に{ $action -> + { $countdown }秒後にシステムは自動的に{ $action -> [restart] { restart } [suspend] { suspend } [shutdown] { shutdown } diff --git a/cosmic-applet-power/i18n/ko/cosmic_applet_power.ftl b/cosmic-applet-power/i18n/ko/cosmic_applet_power.ftl index cbd92c5a..1a22b10c 100644 --- a/cosmic-applet-power/i18n/ko/cosmic_applet_power.ftl +++ b/cosmic-applet-power/i18n/ko/cosmic_applet_power.ftl @@ -10,7 +10,7 @@ shutdown = 시스템 종료 confirm = 확인 cancel = 취소 confirm-body = - 계속하시겠습니까? { $countdown }초 후 { $action -> + { $countdown }초 후 { $action -> [restart] { restart } [suspend] { suspend } [shutdown] { shutdown } diff --git a/cosmic-applet-power/i18n/nl/cosmic_applet_power.ftl b/cosmic-applet-power/i18n/nl/cosmic_applet_power.ftl index 810c2272..d80b3700 100644 --- a/cosmic-applet-power/i18n/nl/cosmic_applet_power.ftl +++ b/cosmic-applet-power/i18n/nl/cosmic_applet_power.ftl @@ -10,7 +10,7 @@ shutdown = Afsluiten confirm = Bevestigen cancel = Annuleren confirm-body = - Weet je het zeker? { $action -> + { $action -> [restart] { restart } [suspend] { suspend } [shutdown] { shutdown } diff --git a/cosmic-applet-power/i18n/pt/cosmic_applet_power.ftl b/cosmic-applet-power/i18n/pt/cosmic_applet_power.ftl index de32d7fc..6097ec11 100644 --- a/cosmic-applet-power/i18n/pt/cosmic_applet_power.ftl +++ b/cosmic-applet-power/i18n/pt/cosmic_applet_power.ftl @@ -10,7 +10,7 @@ shutdown = Encerrar confirm = Confirmar cancel = Cancelar confirm-body = - Tem a certeza? { $action -> + { $action -> [restart] { restart } [suspend] { suspend } [shutdown] { shutdown } diff --git a/cosmic-applet-power/i18n/ru/cosmic_applet_power.ftl b/cosmic-applet-power/i18n/ru/cosmic_applet_power.ftl index 5330728e..375d8704 100644 --- a/cosmic-applet-power/i18n/ru/cosmic_applet_power.ftl +++ b/cosmic-applet-power/i18n/ru/cosmic_applet_power.ftl @@ -10,7 +10,7 @@ shutdown = Выключение confirm = Подтвердить cancel = Отмена confirm-body = - Вы уверены? { $action -> + { $action -> [restart] Перезагрузка [suspend] Переход в режим сна [shutdown] Выключение diff --git a/cosmic-applet-power/i18n/sr-Cyrl/cosmic_applet_power.ftl b/cosmic-applet-power/i18n/sr-Cyrl/cosmic_applet_power.ftl index 910cd608..13e06511 100644 --- a/cosmic-applet-power/i18n/sr-Cyrl/cosmic_applet_power.ftl +++ b/cosmic-applet-power/i18n/sr-Cyrl/cosmic_applet_power.ftl @@ -10,7 +10,7 @@ shutdown = Искључи confirm = Потврди cancel = Откажи confirm-body = - Јесте ли сигурни? { $action -> + { $action -> [restart] Поновно покретање [suspend] Стање спавања [shutdown] Искључивање diff --git a/cosmic-applet-power/i18n/sr-Latn/cosmic_applet_power.ftl b/cosmic-applet-power/i18n/sr-Latn/cosmic_applet_power.ftl index 07e107cd..e5364bc4 100644 --- a/cosmic-applet-power/i18n/sr-Latn/cosmic_applet_power.ftl +++ b/cosmic-applet-power/i18n/sr-Latn/cosmic_applet_power.ftl @@ -10,7 +10,7 @@ shutdown = Isključi confirm = Potvrdi cancel = Otkaži confirm-body = - Jeste li sigurni? { $action -> + { $action -> [restart] Ponovno pokretanje [suspend] Stanje spavanja [shutdown] Isključivanje diff --git a/cosmic-applet-power/i18n/uk/cosmic_applet_power.ftl b/cosmic-applet-power/i18n/uk/cosmic_applet_power.ftl index 74320fbd..9f4958d1 100644 --- a/cosmic-applet-power/i18n/uk/cosmic_applet_power.ftl +++ b/cosmic-applet-power/i18n/uk/cosmic_applet_power.ftl @@ -10,7 +10,7 @@ shutdown = Вимкнути confirm = Підтвердити cancel = Скасувати confirm-body = - Are you sure? { $action -> + { $action -> [restart] { restart } [suspend] { suspend } [shutdown] { shutdown }