lion/packages/ui/components/input-file/translations/cs.js
gerjanvangeest b2d7d9b4a4
Fix/input file a11y (#2304)
* fix(input-file): improve accessibility

* chore: update the message

* chore: add the translations

* chore: fix linting

* chore: add changeset
2024-06-17 10:52:21 +02:00

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',
};