From 43396c0c4a9cbe8e2367b6df2bc88554ec4d73a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthew=20Fallah=20=28=E3=83=9E=E3=82=B7=E3=83=A5=E3=83=BC?= =?UTF-8?q?=E3=83=BB=E3=83=95=E3=82=A1=E3=83=A9=E3=83=BC=29?= <107450287+moi-cest-matthew@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:36:23 -1000 Subject: [PATCH] es-ES: Do not use plural when one second is left --- i18n/es/cosmic_greeter.ftl | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/i18n/es/cosmic_greeter.ftl b/i18n/es/cosmic_greeter.ftl index 0557de3..b304a58 100644 --- a/i18n/es/cosmic_greeter.ftl +++ b/i18n/es/cosmic_greeter.ftl @@ -2,10 +2,15 @@ cancel = Cancelar keyboard-layout = Distribución de teclado restart = Reiniciar restart-now = ¿Reiniciar ahora? -restart-timeout = El ordenador se reiniciará automáticamente en {$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} segundos. +shutdown-timeout = El ordenador se apagará automáticamente en { $seconds -> + [one] 1 segundo. + *[other] {$seconds} segundos.} suspend = Suspender user = Utente