From d53d928b550399cca42192486572245ffccbbed0 Mon Sep 17 00:00:00 2001 From: Feike Donia Date: Mon, 7 Apr 2025 22:56:23 +0200 Subject: [PATCH] i18n(nl) Update Dutch & i18n(en) propose English plural / singular distinction (#183) * Update cosmic_greeter.ftl * improve Dutch translation * i18n(en) propose differenciate beteween plural and singulare of (a) second(s) * Update cosmic_greeter.ftl * Update cosmic_greeter.ftl --- i18n/en/cosmic_greeter.ftl | 8 ++++++-- i18n/nl/cosmic_greeter.ftl | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/i18n/en/cosmic_greeter.ftl b/i18n/en/cosmic_greeter.ftl index 357034e..2fbe58c 100644 --- a/i18n/en/cosmic_greeter.ftl +++ b/i18n/en/cosmic_greeter.ftl @@ -2,10 +2,14 @@ cancel = Cancel keyboard-layout = Keyboard layout restart = Restart restart-now = Restart now? -restart-timeout = The system will restart automatically in {$seconds} seconds. +restart-timeout = The system will restart automatically in {$seconds -> + [1] 1 second. + *[other] {$seconds} seconds. } session = Session shutdown = Shut down shutdown-now = Shut down now? -shutdown-timeout = The system will shut down automatically in {$seconds} seconds. +shutdown-timeout = The system will shut down automatically in {$seconds -> + [1] 1 second. + *[other] {$seconds} seconds. } suspend = Suspend user = User diff --git a/i18n/nl/cosmic_greeter.ftl b/i18n/nl/cosmic_greeter.ftl index affbd45..40f1ff8 100644 --- a/i18n/nl/cosmic_greeter.ftl +++ b/i18n/nl/cosmic_greeter.ftl @@ -3,13 +3,13 @@ keyboard-layout = Toetsenbordindeling restart = Opnieuw opstarten restart-now = Nu opnieuw opstarten? restart-timeout = Het systeem zal na { $seconds -> - [one] 1 seconde + [1] 1 seconde *[other] {$seconds} seconden} automatisch opnieuw opstarten. session = Sessie shutdown = Afsluiten shutdown-now = Nu afsluiten? shutdown-timeout = Het systeem zal na { $seconds -> - [one] één seconde + [1] 1 seconde *[other] {$seconds} seconden} automatisch afsluiten. suspend = Slaapstand user = Gebruiker