* 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>
16 lines
841 B
JavaScript
16 lines
841 B
JavaScript
export default {
|
|
allowedFileSize: 'Nahrajte soubor s max. velikostí {maxSize}.',
|
|
allowedFileValidatorSimple:
|
|
'Nahrajte soubor typu {allowedTypesLastItem} s max. velikostí {maxSize}.',
|
|
allowedFileValidatorComplex:
|
|
'Nahrajte soubor typu {allowedTypesArray} nebo {allowedTypesLastItem} s max. velikostí {maxSize}.',
|
|
dragAndDropText: 'Přetáhněte soubory sem nebo',
|
|
fileNameDescriptionLabel: 'Název souboru: ',
|
|
generalValidatorMessage: '"{validatorMessage}", pro {listOfErroneousFiles}.',
|
|
noFilesSelected: 'Nebyly vybrány žádné soubory.',
|
|
numberOfFiles: '{numberOfFiles} soubory/souborů.',
|
|
removeButtonLabel: 'Odebrat soubor {fileName}',
|
|
selectTextDuplicateFileName: 'Soubor se stejným názvem byl již přítomen.',
|
|
selectTextMultipleFile: 'Vybrat soubory',
|
|
selectTextSingleFile: 'Vybrat soubor',
|
|
};
|