From fcfa1e26f093e4ce3f06cc1b92f0ebe7a294397f Mon Sep 17 00:00:00 2001 From: Daniele Caluri Date: Sun, 4 Feb 2024 20:59:19 +0100 Subject: [PATCH] Italian Translation --- resources/lang/it/filament-comments.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 resources/lang/it/filament-comments.php 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', +];