Create cosmic_applet_power.ftl
This commit is contained in:
parent
cb3a7d8381
commit
e1e00a695b
1 changed files with 36 additions and 0 deletions
36
cosmic-applet-power/i18n/es-419/cosmic_applet_power.ftl
Normal file
36
cosmic-applet-power/i18n/es-419/cosmic_applet_power.ftl
Normal file
|
|
@ -0,0 +1,36 @@
|
||||||
|
power = Energía
|
||||||
|
settings = Configuración...
|
||||||
|
lock-screen = Bloquear pantalla
|
||||||
|
lock-screen-shortcut = Súper + Escape
|
||||||
|
log-out = Cerrar sesión
|
||||||
|
log-out-shortcut = Ctrl + Alt + Supr
|
||||||
|
suspend = Suspender
|
||||||
|
restart = Reiniciar
|
||||||
|
shutdown = Apagar
|
||||||
|
confirm = Confirmar
|
||||||
|
cancel = Cancelar
|
||||||
|
confirm-button = {
|
||||||
|
$action ->
|
||||||
|
[restart] { restart }
|
||||||
|
[suspend] { suspend}
|
||||||
|
[shutdown] Apagar
|
||||||
|
[log-out] { log-out }
|
||||||
|
*[other] { confirm}
|
||||||
|
}
|
||||||
|
confirm-title =
|
||||||
|
¿{ $action ->
|
||||||
|
[restart] { restart }
|
||||||
|
[suspend] { suspend }
|
||||||
|
[shutdown] { shutdown }
|
||||||
|
[log-out] Cerrar todas las aplicaciones y cerrar sesión
|
||||||
|
*[other] Realizar la sesión seleccionada
|
||||||
|
} ahora?
|
||||||
|
confirm-body =
|
||||||
|
El sistema { $action ->
|
||||||
|
[restart] se reiniciará
|
||||||
|
[suspend] se suspenderá
|
||||||
|
[shutdown] se apagará
|
||||||
|
[lock-screen] bloqueará la pantalla
|
||||||
|
[log-out] cerrará sesión
|
||||||
|
*[other] realizará la acción seleccionada
|
||||||
|
} automáticamente en { $countdown } segundos.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue