2024-06-05 12:29:08 -03:00
|
|
|
power = Energia
|
|
|
|
|
settings = Configurações...
|
|
|
|
|
lock-screen = Bloquear Tela
|
2025-03-26 14:49:41 -03:00
|
|
|
lock-screen-shortcut = Super + Esc
|
2024-06-05 12:29:08 -03:00
|
|
|
log-out = Sair
|
2025-03-26 14:49:41 -03:00
|
|
|
log-out-shortcut = Super + Shift + Esc
|
2024-06-05 12:29:08 -03:00
|
|
|
suspend = Suspender
|
|
|
|
|
restart = Reiniciar
|
|
|
|
|
shutdown = Desligar
|
|
|
|
|
confirm = Confirmar
|
|
|
|
|
cancel = Cancelar
|
|
|
|
|
confirm-button = {
|
|
|
|
|
$action ->
|
|
|
|
|
[restart] { restart }
|
|
|
|
|
[suspend] { suspend}
|
|
|
|
|
[shutdown] Desligar
|
|
|
|
|
[log-out] { log-out }
|
|
|
|
|
*[other] { confirm}
|
|
|
|
|
}
|
|
|
|
|
confirm-title =
|
|
|
|
|
{ $action ->
|
|
|
|
|
[restart] { restart }
|
|
|
|
|
[suspend] { suspend }
|
|
|
|
|
[shutdown] { shutdown }
|
2025-03-26 14:49:41 -03:00
|
|
|
[log-out] Fechar todos os aplicativos e sair
|
2024-06-05 12:29:08 -03:00
|
|
|
*[other] Aplicar a ação selecionada
|
|
|
|
|
} agora?
|
|
|
|
|
confirm-body =
|
|
|
|
|
O sistema irá { $action ->
|
|
|
|
|
[restart] reiniciar
|
|
|
|
|
[suspend] suspender
|
|
|
|
|
[shutdown] desligar
|
|
|
|
|
[lock-screen] bloquear a tela
|
|
|
|
|
[log-out] sair
|
|
|
|
|
*[other] aplicar a ação selecionada
|
|
|
|
|
} automaticamente em { $countdown } segundos.
|
|
|
|
|
|