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.
2 parents 66cb266 + 501a1d4 commit 1f634bcCopy full SHA for 1f634bc
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