diff --git a/resources/lang/it/filament-comments.php b/resources/lang/it/filament-comments.php new file mode 100644 index 0000000..b635622 --- /dev/null +++ b/resources/lang/it/filament-comments.php @@ -0,0 +1,13 @@ + 'Commenti', + 'comments.add' => 'Aggiungi commento', + 'comments.empty' => 'Ancora nessun commento.', + 'comments.placeholder' => 'Aggiungi un commento...', + + 'notifications.created' => 'Commento aggiunto.', + 'notifications.deleted' => 'Commento cancellato.', + + 'modal.heading' => 'Commenti', +];