diff options
Diffstat (limited to 'apps/comments/l10n/it.json')
-rw-r--r-- | apps/comments/l10n/it.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/comments/l10n/it.json b/apps/comments/l10n/it.json index 72d426da628..cb54b7134c1 100644 --- a/apps/comments/l10n/it.json +++ b/apps/comments/l10n/it.json @@ -19,8 +19,8 @@ "No more messages" : "Non ci sono altri messaggi", "Retry" : "Riprova", "Unable to load the comments list" : "Impossibile caricare l'elenco dei commenti", - "_%n unread comment_::_%n unread comments_" : ["%n commento non letto","%n commenti non letti"], - "_1 new comment_::_{unread} new comments_" : ["1 nuovo commento","{unread} nuovi commenti"], + "_%n unread comment_::_%n unread comments_" : ["%n commento non letto","%n commenti non letti","%n commenti non letti"], + "_1 new comment_::_{unread} new comments_" : ["1 nuovo commento","{unread} nuovi commenti","{unread} nuovi commenti"], "Comment" : "Commento", "An error occurred while trying to edit the comment" : "Si è verificato un errore durante il tentativo di modificare il commento", "Comment deleted" : "Commento eliminato", @@ -28,5 +28,5 @@ "An error occurred while trying to create the comment" : "Si è verificato un errore durante il tentativo di creare il commento", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Sei stato menzionato su \"{file}\", in un commento di un utente che è stato eliminato", "{user} mentioned you in a comment on “{file}”" : "{user} ti ha menzionato in un commento su \"{file}\"." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |