nextcloud/apps/comments/l10n/it.json

32 lines
2.1 KiB
JSON
Raw Normal View History

2016-02-17 09:56:11 +03:00
{ "translations": {
2016-10-18 03:06:51 +03:00
"Comments" : "Commenti",
2016-10-30 03:06:56 +03:00
"Unknown user" : "Utente sconosciuto",
2016-09-04 03:09:21 +03:00
"New comment …" : "Nuovo commento...",
2016-02-17 09:56:11 +03:00
"Delete comment" : "Elimina commento",
2016-07-11 03:09:22 +03:00
"Post" : "Commento",
2016-02-17 09:56:11 +03:00
"Cancel" : "Annulla",
"Edit comment" : "Modifica commento",
"[Deleted user]" : "[Utente eliminato]",
2016-09-04 03:09:21 +03:00
"No comments yet, start the conversation!" : "Ancora nessun commento, inizia la conversazione!",
"More comments …" : "Altri commenti...",
2016-02-17 09:56:11 +03:00
"Save" : "Salva",
"Allowed characters {count} of {max}" : "Caratteri consentiti {count} di {max}",
2016-06-26 08:55:53 +03:00
"Error occurred while retrieving comment with id {id}" : "Si è verificato un errore durante il tentativo di recupero del commento con id {id}",
"Error occurred while updating comment with id {id}" : "Si è verificato un errore durante il tentativo di aggiornamento del commento con id {id}",
"Error occurred while posting comment" : "Si è verificato un errore durante la pubblicazione del commento.",
2016-10-03 03:12:47 +03:00
"_%n unread comment_::_%n unread comments_" : ["%n commento non letto","%n commenti non letti"],
2016-05-10 10:30:51 +03:00
"Comment" : "Commento",
"You commented" : "Hai commentato",
"%1$s commented" : "%1$s ha commentato",
2016-11-26 04:06:57 +03:00
"{author} commented" : "{author} ha commentato",
"You commented on %1$s" : "Hai commentato su %1$s",
"You commented on {file}" : "Hai commentato su {file}",
2016-08-17 03:09:19 +03:00
"%1$s commented on %2$s" : "%1$s ha commentato %2$s",
2016-11-26 04:06:57 +03:00
"{author} commented on {file}" : "{author} ha commentato su {file}",
"<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file",
2016-12-03 04:07:26 +03:00
"A (now) deleted user mentioned you in a comment on “%s”" : "Un utente eliminato (ora) ti ha menzionato in un commento su \"%s\".",
"A (now) deleted user mentioned you in a comment on “{file}”" : "Un utente eliminato (ora) ti ha menzionato in un commento su \"{file}\".",
2016-11-30 17:18:08 +03:00
"%1$s mentioned you in a comment on “%2$s”" : "%1$s ti ha menzionato in un commento su \"%2$s\"",
2017-03-27 03:07:55 +03:00
"{user} mentioned you in a comment on “{file}”" : "{user} ti ha menzionato in un commento su \"{file}\"."
2016-02-17 09:56:11 +03:00
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}