* fix(input-file): improve accessibility * chore: update the message * chore: add the translations * chore: fix linting * chore: add changeset
16 lines
851 B
JavaScript
16 lines
851 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: {fileName}',
|
|
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',
|
|
};
|