[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot
2022-04-05 02:39:55 +00:00
parent 2cde9ac16c
commit 51433ac4a9
2 changed files with 2 additions and 2 deletions

View File

@@ -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;");

View File

@@ -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;"
}