* 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>
15 lines
847 B
JavaScript
15 lines
847 B
JavaScript
export default {
|
|
allowedFileSize: 'Nahrajte súbor s maximálnou veľkosťou {maxSize}.',
|
|
allowedFileValidatorSimple: 'Nahrajte súbor {allowedType} s maximálnou veľkosťou {maxSize}.',
|
|
allowedFileValidatorComplex:
|
|
'Nahrajte súbor {allowedTypesArray} alebo {allowedTypesLastItem} s maximálnou veľkosťou {maxSize}.',
|
|
dragAndDropText: 'Súbory presuňte sem alebo',
|
|
fileNameDescriptionLabel: 'Názov súboru: ',
|
|
generalValidatorMessage: '"{validatorMessage}", pre {listOfErroneousFiles}.',
|
|
noFilesSelected: 'Neboli vybrané žiadne súbory.',
|
|
numberOfFiles: 'Počet súborov: {numberOfFiles}.',
|
|
removeButtonLabel: 'Odstrániť súbor {fileName}',
|
|
selectTextDuplicateFileName: 'Súbor s rovnakým názvom súboru už existoval.',
|
|
selectTextMultipleFile: 'Vybrať súbory',
|
|
selectTextSingleFile: 'Vybrať súbor',
|
|
};
|