summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/pt_PT.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/pt_PT.js')
-rw-r--r--apps/comments/l10n/pt_PT.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/comments/l10n/pt_PT.js b/apps/comments/l10n/pt_PT.js
index 3aeb03cbe9f..c8dc88b7fed 100644
--- a/apps/comments/l10n/pt_PT.js
+++ b/apps/comments/l10n/pt_PT.js
@@ -15,10 +15,10 @@ OC.L10N.register(
"Delete comment" : "Eliminar comentário",
"No comments yet, start the conversation!" : "Ainda sem comentários, inicie uma conversação!",
"Retry" : "Repetir",
- "_%n unread comment_::_%n unread comments_" : ["%n comentários por ler","%n comentários por ler"],
- "_1 new comment_::_{unread} new comments_" : ["1 novo comentário","{unread} novos comentários"],
+ "_%n unread comment_::_%n unread comments_" : ["%n comentários por ler","%n comentários por ler","%n comentários por ler"],
+ "_1 new comment_::_{unread} new comments_" : ["1 novo comentário","{unread} novos comentários","{unread} novos comentários"],
"Comment" : "Comentário",
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Foste mencionado e, “{file}”, num comentário de um utilizador que foi entretanto removido",
"{user} mentioned you in a comment on “{file}”" : "{user} mencionou-te num comentário em “{file}”"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");