Skip to content

Commit

Permalink
Added Dutch translation
Browse files Browse the repository at this point in the history
  • Loading branch information
makkinga authored Mar 18, 2022
1 parent 8b51d07 commit 2480748
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ php artisan vendor:publish --provider="Benjacho\BelongsToManyField\FieldServiceP

This package come with the following translation for the vue-multiselect plugin.

- en, ru.
- en, ru, and nl.

To translate validations use Laravel validation translations.

Expand Down
11 changes: 11 additions & 0 deletions resources/lang/nl/vue-multiselect.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

return [
'select_label' => 'Druk op enter om te selecteren',
'select_group_label' => 'Druk op enter om groep te selecteren',
'selected_label' => 'Geselecteerd',
'deselect_label' => 'Druk op enter om te deselecteren',
'deselect_group_label' => 'Druk op enter om groep te deselecteren',
'no_options' => 'Lijst is leeg',
'no_result' => 'Oeps! Geen items gevonden. Probeer de zoekopdracht te wijzigen.',
];

0 comments on commit 2480748

Please sign in to comment.