Skip to content

Commit

Permalink
Merge pull request #137 from pboivin/enh/dutch-translations
Browse files Browse the repository at this point in the history
enh: Add Dutch translations
  • Loading branch information
pboivin authored Aug 29, 2024
2 parents e7f0018 + a141133 commit ff93c23
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions resources/lang/nl/ui.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

return [
'preview-action-label' => 'Preview',

'preview-modal-title' => 'Preview',

'close-modal-action-label' => 'Sluiten',

'builder-editor-title' => 'Editor',

'refresh-action-label' => 'Preview verversen',

'editor-settings-label' => 'Instellingen',

'editor-auto-refresh-label' => 'Automatisch verversen',

'accept-action-label' => 'Accepteren',

'discard-action-label' => 'Weggooien',
];

0 comments on commit ff93c23

Please sign in to comment.