mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add lang
This commit is contained in:
21
resources/lang/vendor/laravel-comments/it/notifications.php
vendored
Normal file
21
resources/lang/vendor/laravel-comments/it/notifications.php
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'approve_comment' => 'Approva commento',
|
||||
'reject_comment' => 'Rifiuta commento',
|
||||
'view_comment' => 'Visualizza commento',
|
||||
|
||||
'pending_comment_mail_subject' => 'Un nuovo commento è in attesa di approvazione',
|
||||
'pending_comment_mail_body' => 'Un nuovo commento :commentable_name di :commentator_name è in attesa di approvazione',
|
||||
|
||||
'approved_comment_mail_subject' => 'Un nuovo commento è stato pubblicato',
|
||||
'approved_comment_mail_title' => 'Un nuovo commento su ":commentable_name"',
|
||||
'approved_comment_mail_body' => 'Pubblicato da :commentator_name',
|
||||
|
||||
'enum_description_participating' => 'Quando si partecipa',
|
||||
'enum_description_all' => 'Su tutti i commenti',
|
||||
'enum_description_none' => 'Mai',
|
||||
'enum_longdescription_participating' => 'Ricevi una notifica quando partecipi',
|
||||
'enum_longdescription_all' => 'Ricevi una notifica su tutti i commenti',
|
||||
'enum_longdescription_none' => 'Non essere mai avvisato',
|
||||
];
|
||||
Reference in New Issue
Block a user