From 17bdfb12843566dd9b0539584a49f85e0b96dddf Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 24 May 2022 02:32:52 +0000 Subject: [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- apps/comments/l10n/es_CR.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/comments/l10n/es_CR.js') diff --git a/apps/comments/l10n/es_CR.js b/apps/comments/l10n/es_CR.js index 79eba9e8a36..e21efedfd34 100644 --- a/apps/comments/l10n/es_CR.js +++ b/apps/comments/l10n/es_CR.js @@ -14,9 +14,9 @@ OC.L10N.register( "Delete comment" : "Borrar comentario", "No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!", "Retry" : "Reintentar", - "_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer"], + "_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer","%n comentarios sin leer"], "Comment" : "Comentario", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”" }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); -- cgit v1.2.3