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 66cb266 commit 501a1d4Copy full SHA for 501a1d4
resources/lang/de/filament-comments.php
@@ -0,0 +1,13 @@
1
+<?php
2
+
3
+return [
4
+ 'comments' => 'Kommentare',
5
+ 'comments.add' => 'Kommentar hinzufügen',
6
+ 'comments.empty' => 'Noch keine Kommentare.',
7
+ 'comments.placeholder' => 'Kommentar hinzufügen...',
8
9
+ 'notifications.created' => 'Kommentar hinzugefügt.',
10
+ 'notifications.deleted' => 'Kommentar gelöscht.',
11
12
+ 'modal.heading' => 'Kommentare',
13
+];
0 commit comments