Skip to content

Commit fd051ab

Browse files
Add dutch translation file
1 parent 0790e20 commit fd051ab

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
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)