Skip to content

Commit

Permalink
Merge pull request #107 from makkinga/master
Browse files Browse the repository at this point in the history
Added Dutch translation
  • Loading branch information
Benjacho committed Feb 24, 2023
2 parents 443cdeb + 2480748 commit e32969d
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 @@ -144,7 +144,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 e32969d

Please sign in to comment.