diff --git a/resources/lang/de/filament-comments.php b/resources/lang/de/filament-comments.php new file mode 100644 index 0000000..bcc2888 --- /dev/null +++ b/resources/lang/de/filament-comments.php @@ -0,0 +1,13 @@ + 'Kommentare', + 'comments.add' => 'Kommentar hinzufügen', + 'comments.empty' => 'Noch keine Kommentare.', + 'comments.placeholder' => 'Kommentar hinzufügen...', + + 'notifications.created' => 'Kommentar hinzugefügt.', + 'notifications.deleted' => 'Kommentar gelöscht.', + + 'modal.heading' => 'Kommentare', +];