Skip to content

Commit ff93c23

Browse files
authored
Merge pull request #137 from pboivin/enh/dutch-translations
enh: Add Dutch translations
2 parents e7f0018 + a141133 commit ff93c23

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

resources/lang/nl/ui.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
3+
return [
4+
'preview-action-label' => 'Preview',
5+
6+
'preview-modal-title' => 'Preview',
7+
8+
'close-modal-action-label' => 'Sluiten',
9+
10+
'builder-editor-title' => 'Editor',
11+
12+
'refresh-action-label' => 'Preview verversen',
13+
14+
'editor-settings-label' => 'Instellingen',
15+
16+
'editor-auto-refresh-label' => 'Automatisch verversen',
17+
18+
'accept-action-label' => 'Accepteren',
19+
20+
'discard-action-label' => 'Weggooien',
21+
];

0 commit comments

Comments
 (0)