From 85ea22ff0c2002fa0979f95a398a704c3261ee58 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 5 Apr 2022 02:39:58 +0000 Subject: [PATCH] [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- l10n/fr.js | 2 +- l10n/fr.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n/fr.js b/l10n/fr.js index 8cbea1a84..e9efafa7f 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -292,4 +292,4 @@ OC.L10N.register( "\"{card}\" was added to \"{board}\"" : "La carte \"{card}\" a été ajoutée au tableau \"{board}\"", "(circle)" : "(cercle)" }, -"nplurals=2; plural=(n > 1);"); +"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/fr.json b/l10n/fr.json index b2f52570e..588ee23b9 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -289,5 +289,5 @@ "Creating the new card…" : "Création de la nouvelle carte…", "\"{card}\" was added to \"{board}\"" : "La carte \"{card}\" a été ajoutée au tableau \"{board}\"", "(circle)" : "(cercle)" -},"pluralForm" :"nplurals=2; plural=(n > 1);" +},"pluralForm" :"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file