From f901d94f661d6bd19836f394d5c27d995493ffde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20F=C3=A9lix?= <130353271+enriquezaf@users.noreply.github.com> Date: Thu, 8 May 2025 12:08:22 +0200 Subject: [PATCH] i18n(es): Fix ParserError, kind: UnbalancedClosingBrace --- i18n/es/cosmic_greeter.ftl | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/i18n/es/cosmic_greeter.ftl b/i18n/es/cosmic_greeter.ftl index ead9355..d639134 100644 --- a/i18n/es/cosmic_greeter.ftl +++ b/i18n/es/cosmic_greeter.ftl @@ -2,14 +2,18 @@ cancel = Cancelar keyboard-layout = Distribución de teclado restart = Reiniciar restart-now = ¿Reiniciar ahora? -restart-timeout = El ordenador se reiniciará automáticamente en { $seconds -> - [one] 1 segundo. - *[other] {$seconds} segundos.} +restart-timeout = El ordenador se reiniciará automáticamente en + { $seconds -> + [one] 1 segundo. + *[other] {$seconds} segundos. + } session = Sesión shutdown = Apagar shutdown-now = ¿Apagar ahora? -shutdown-timeout = El ordenador se apagará automáticamente en { $seconds -> - [one] 1 segundo. - *[other] {$seconds} segundos.} +shutdown-timeout = El ordenador se apagará automáticamente en + { $seconds -> + [one] 1 segundo. + *[other] {$seconds} segundos. + } suspend = Suspender user = Usuario