lion/packages/ui/components/input-file/translations/ru.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
996 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: 'Выберите файл',
};