From fd051ab7c6c4ed6425273eeb8b2a8aa3b91cc260 Mon Sep 17 00:00:00 2001 From: Dennis Elsinga Date: Wed, 31 Jan 2024 15:38:58 +0100 Subject: [PATCH] Add dutch translation file --- resources/lang/nl/filament-comments.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 resources/lang/nl/filament-comments.php diff --git a/resources/lang/nl/filament-comments.php b/resources/lang/nl/filament-comments.php new file mode 100644 index 0000000..df5a59f --- /dev/null +++ b/resources/lang/nl/filament-comments.php @@ -0,0 +1,13 @@ + 'Reacties', + 'comments.add' => 'Reactie toevoegen', + 'comments.empty' => 'Nog geen reacties.', + 'comments.placeholder' => 'Voeg een reactie toe...', + + 'notifications.created' => 'Reactie toegevoegd.', + 'notifications.deleted' => 'Reactie verwijderd.', + + 'modal.heading' => 'Reacties', +]; \ No newline at end of file