The package vue-i18n (https://vue-i18n.intlify.dev/) offers a $tm-function to pass all keys at once as an array from a translation file. Maybe it's good to adapt this in the documentation.
<?php
return [
'fileTypeNotAllowed' => 'Je moet een bestand van het type',
'tooLarge' => 'Bestand te groot, maximaal',
'tooSmall' => 'Bestand te klein, minimaal',
'tryAgain' => 'probeer dit bestand opnieuw te uploaden',
// ...
];
The package vue-i18n (https://vue-i18n.intlify.dev/) offers a $tm-function to pass all keys at once as an array from a translation file. Maybe it's good to adapt this in the documentation.
See: https://vue-i18n.intlify.dev/api/composition.html#tm-key
lang/media-library.php