lion/packages/ui/components/input-file/translations/sk.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

15 lines
857 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: {fileName}',
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',
};