lion/packages/ui/components/input-file/translations/uk.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
979 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
allowedFileSize: 'Завантажте файл розміром до {maxSize}.',
allowedFileValidatorSimple: 'Завантажте файл {allowedType} розміром до {maxSize}.',
allowedFileValidatorComplex:
'Завантажте файл {allowedTypesArray} або {allowedTypesLastItem} розміром до {maxSize}.',
dragAndDropText: 'Перетягніть файли сюди або',
fileNameDescriptionLabel: 'Ім’я файлу: {fileName}',
generalValidatorMessage: '"{validatorMessage}", для {listOfErroneousFiles}.',
noFilesSelected: 'Не вибрано жодного файлу.',
numberOfFiles: '{numberOfFiles} файли(-ів).',
removeButtonLabel: 'Видалення файлу {fileName}',
selectTextDuplicateFileName: 'Файл із такою назвою вже існував.',
selectTextMultipleFile: 'Виберіть файли',
selectTextSingleFile: 'Виберіть файл',
};