Skip to content

Commit

Permalink
fix(locale): add missing Dutch translations (#20839)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr authored Jan 15, 2025
1 parent 0e7b814 commit bfc25df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/vuetify/src/locale/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
badge: 'Insigne',
open: 'Openen',
close: 'Sluiten',
dismiss: 'Dismiss',
dismiss: 'Sluiten',
confirmEdit: {
ok: 'OK',
cancel: 'Annuleren',
Expand Down Expand Up @@ -70,14 +70,14 @@ export default {
counterSize: '{0} bestanden ({1} in totaal)',
},
fileUpload: {
title: 'Drag and drop files here',
divider: 'or',
browse: 'Browse Files',
title: 'Sleep en zet bestanden hier neer',
divider: 'of',
browse: 'Blader door bestanden',
},
timePicker: {
am: 'AM',
pm: 'PM',
title: 'Select Time',
title: 'Selecteer tijd',
},
pagination: {
ariaLabel: {
Expand Down

0 comments on commit bfc25df

Please sign in to comment.