lion/packages/ui/components/input-file/translations/nl.js
Vladimir Skorokhod f9f55193c3
LionInputFile: Customize the text content of the selected files for screen reader if uploadOnSelect is enabled (#2509)
* update lion input file component and en translations

* update tests for input file

* add changeset

* add german and russian translations

* chore: add NL translations and fix small 2 bugs in fileNameDescriptionLabels

* fix lint error

---------

Co-authored-by: gerjanvangeest <Gerjan.van.Geest@ing.com>
2025-05-13 13:00:20 +02:00

20 lines
1.1 KiB
JavaScript

export default {
allowedFileSize: 'Upload een bestand van maximaal {maxSize}.',
allowedFileValidatorSimple: 'Upload een {allowedType}-bestand van maximaal {maxSize}.',
allowedFileValidatorComplex:
'Upload een {allowedTypesArray} of {allowedTypesLastItem}-bestand van maximaal {maxSize}.',
dragAndDropText: 'Sleep uw bestanden hierheen of',
fileNameDescriptionLabel: 'Bestandsnaam: ',
generalValidatorMessage: '"{validatorMessage}", voor {listOfErroneousFiles}.',
noFilesSelected: 'Geen bestanden geselecteerd.',
numberOfFiles: '{numberOfFiles} bestanden.',
noFilesUploaded: 'Geen bestanden geüpload.',
fileSelected: 'Geselecteerd bestand: ',
fileUploaded: 'Geüpload bestand: ',
filesSelected: 'Geselecteerde bestanden: {numberOfFiles} bestanden.',
filesUploaded: 'Geüploade bestanden: {numberOfFiles} bestanden.',
removeButtonLabel: 'Verwijder het bestand {fileName}',
selectTextDuplicateFileName: 'Er bestaat al een bestand met dezelfde bestandsnaam.',
selectTextMultipleFile: 'Selecteer bestanden',
selectTextSingleFile: 'Selecteer bestand',
};