Modified IT comment translations as per recent changes

This commit is contained in:
Dan Brown 2017-09-10 16:43:05 +01:00
parent 2329a5cedf
commit cd7e727f8c
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -242,21 +242,10 @@ return [
*/
'comment' => 'Commento',
'comments' => 'Commenti',
'comment_placeholder' => 'Enter your comments here, markdown supported...',
'no_comments' => 'Nessun Commento',
'x_comments' => ':numComments Commenti',
'one_comment' => '1 Commento',
'comments_loading' => 'Caricamento...',
'comment_count' => '1 Commento|:count Commenti',
'comment_save' => 'Salva Commento',
'comment_reply' => 'Rispondi',
'comment_edit' => 'Modifica',
'comment_delete' => 'Elimina',
'comment_cancel' => 'Annulla',
'comment_created' => 'Commento aggiunto',
'comment_updated' => 'Commento aggiornato',
'comment_deleted' => 'Commento eliminato',
'comment_updated_text' => 'Aggiornato :updateDiff da',
'comment_delete_confirm' => 'Questo rimuoverà il contenuto del commento. Sei sicuro di voler eliminare questo commento?',
'comment_create' => 'Creato'
'comment_deleted_success' => 'Commento eliminato',
'comment_created_success' => 'Commento aggiunto',
'comment_updated_success' => 'Commento aggiornato',
'comment_delete_confirm' => 'Questo rimuoverà il contenuto del commento?',
];