We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4425e61 commit fcfa1e2Copy full SHA for fcfa1e2
resources/lang/it/filament-comments.php
@@ -0,0 +1,13 @@
1
+<?php
2
+
3
+return [
4
+ 'comments' => 'Commenti',
5
+ 'comments.add' => 'Aggiungi commento',
6
+ 'comments.empty' => 'Ancora nessun commento.',
7
+ 'comments.placeholder' => 'Aggiungi un commento...',
8
9
+ 'notifications.created' => 'Commento aggiunto.',
10
+ 'notifications.deleted' => 'Commento cancellato.',
11
12
+ 'modal.heading' => 'Commenti',
13
+];
0 commit comments