refactor(power): Remove questions from confirm-body values
This commit is contained in:
parent
ba9100ec9d
commit
9b46f032ef
13 changed files with 13 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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á
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ shutdown = Sammuta
|
|||
confirm = Varmista
|
||||
cancel = Peruuta
|
||||
confirm-body =
|
||||
Oletko Varma? { $action ->
|
||||
{ $action ->
|
||||
[restart] { restart }
|
||||
[suspend] { suspend }
|
||||
[shutdown] { shutdown }
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ shutdown = Spegni
|
|||
confirm = Conferma
|
||||
cancel = Annulla
|
||||
confirm-body =
|
||||
Confermi? { $action ->
|
||||
{ $action ->
|
||||
[restart] { restart }
|
||||
[suspend] { suspend }
|
||||
[shutdown] { shutdown }
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ shutdown = シャットダウン
|
|||
confirm = 確認
|
||||
cancel = キャンセル
|
||||
confirm-body =
|
||||
よろしいでしょうか? { $countdown }秒後にシステムは自動的に{ $action ->
|
||||
{ $countdown }秒後にシステムは自動的に{ $action ->
|
||||
[restart] { restart }
|
||||
[suspend] { suspend }
|
||||
[shutdown] { shutdown }
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ shutdown = 시스템 종료
|
|||
confirm = 확인
|
||||
cancel = 취소
|
||||
confirm-body =
|
||||
계속하시겠습니까? { $countdown }초 후 { $action ->
|
||||
{ $countdown }초 후 { $action ->
|
||||
[restart] { restart }
|
||||
[suspend] { suspend }
|
||||
[shutdown] { shutdown }
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ shutdown = Afsluiten
|
|||
confirm = Bevestigen
|
||||
cancel = Annuleren
|
||||
confirm-body =
|
||||
Weet je het zeker? { $action ->
|
||||
{ $action ->
|
||||
[restart] { restart }
|
||||
[suspend] { suspend }
|
||||
[shutdown] { shutdown }
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ shutdown = Encerrar
|
|||
confirm = Confirmar
|
||||
cancel = Cancelar
|
||||
confirm-body =
|
||||
Tem a certeza? { $action ->
|
||||
{ $action ->
|
||||
[restart] { restart }
|
||||
[suspend] { suspend }
|
||||
[shutdown] { shutdown }
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ shutdown = Выключение
|
|||
confirm = Подтвердить
|
||||
cancel = Отмена
|
||||
confirm-body =
|
||||
Вы уверены? { $action ->
|
||||
{ $action ->
|
||||
[restart] Перезагрузка
|
||||
[suspend] Переход в режим сна
|
||||
[shutdown] Выключение
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ shutdown = Искључи
|
|||
confirm = Потврди
|
||||
cancel = Откажи
|
||||
confirm-body =
|
||||
Јесте ли сигурни? { $action ->
|
||||
{ $action ->
|
||||
[restart] Поновно покретање
|
||||
[suspend] Стање спавања
|
||||
[shutdown] Искључивање
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ shutdown = Вимкнути
|
|||
confirm = Підтвердити
|
||||
cancel = Скасувати
|
||||
confirm-body =
|
||||
Are you sure? { $action ->
|
||||
{ $action ->
|
||||
[restart] { restart }
|
||||
[suspend] { suspend }
|
||||
[shutdown] { shutdown }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue