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 0790e20 + fd051ab commit 8b08212Copy full SHA for 8b08212
resources/lang/nl/filament-comments.php
@@ -0,0 +1,13 @@
1
+<?php
2
+
3
+return [
4
+ 'comments' => 'Reacties',
5
+ 'comments.add' => 'Reactie toevoegen',
6
+ 'comments.empty' => 'Nog geen reacties.',
7
+ 'comments.placeholder' => 'Voeg een reactie toe...',
8
9
+ 'notifications.created' => 'Reactie toegevoegd.',
10
+ 'notifications.deleted' => 'Reactie verwijderd.',
11
12
+ 'modal.heading' => 'Reacties',
13
+];
0 commit comments