mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Move resources/lang folder
This commit is contained in:
committed by
HolgerHatGarKeineNode
parent
df2d3d03ba
commit
7403e0e457
19
lang/vendor/laravel-comments/it/comments.php
vendored
Normal file
19
lang/vendor/laravel-comments/it/comments.php
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'cancel' => 'Annulla',
|
||||
'copied' => 'Link copiato',
|
||||
'copy_link' => 'Copia link',
|
||||
'create_comment' => 'Commenta',
|
||||
'create_reply' => 'Rispondi',
|
||||
'delete' => 'Cancella',
|
||||
'delete_confirmation_text' => 'Si è sicuri? La decisione sarà definitiva.',
|
||||
'delete_confirmation_title' => 'Cancella commento',
|
||||
'edit' => 'Modifica',
|
||||
'edit_comment' => 'Salva',
|
||||
'just_now' => 'Adesso',
|
||||
'no_comments_yet' => 'Non ci sono commenti…',
|
||||
'send_notifications' => 'Notifica se qualcuno risponde',
|
||||
'write_comment' => 'Lascia un commento',
|
||||
'write_reply' => 'Rispondi al commento',
|
||||
);
|
||||
18
lang/vendor/laravel-comments/it/notifications.php
vendored
Normal file
18
lang/vendor/laravel-comments/it/notifications.php
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'approve_comment' => 'Approva commento',
|
||||
'approved_comment_mail_body' => 'Pubblicato da :commentator_name',
|
||||
'approved_comment_mail_subject' => 'Un nuovo commento è stato pubblicato',
|
||||
'approved_comment_mail_title' => 'Un nuovo commento su ":commentable_name"',
|
||||
'enum_description_all' => 'Su tutti i commenti',
|
||||
'enum_description_none' => 'Mai',
|
||||
'enum_description_participating' => 'Quando si partecipa',
|
||||
'enum_longdescription_all' => 'Ricevi una notifica su tutti i commenti',
|
||||
'enum_longdescription_none' => 'Non essere mai avvisato',
|
||||
'enum_longdescription_participating' => 'Ricevi una notifica quando partecipi',
|
||||
'pending_comment_mail_body' => 'Un nuovo commento :commentable_name di :commentator_name è in attesa di approvazione',
|
||||
'pending_comment_mail_subject' => 'Un nuovo commento è in attesa di approvazione',
|
||||
'reject_comment' => 'Rifiuta commento',
|
||||
'view_comment' => 'Visualizza commento',
|
||||
);
|
||||
Reference in New Issue
Block a user