Skip to content

Commit 8b08212

Browse files
Merge pull request #1 from CodeWithDennis/add-dutch-translations
Add dutch translation file
2 parents 0790e20 + fd051ab commit 8b08212

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
+13
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)