lion/packages/ui/components/input-file/translations/ru.js
Vladimir Skorokhod f9f55193c3
LionInputFile: Customize the text content of the selected files for screen reader if uploadOnSelect is enabled (#2509)
* update lion input file component and en translations

* update tests for input file

* add changeset

* add german and russian translations

* chore: add NL translations and fix small 2 bugs in fileNameDescriptionLabels

* fix lint error

---------

Co-authored-by: gerjanvangeest <Gerjan.van.Geest@ing.com>
2025-05-13 13:00:20 +02:00

19 lines
1.3 KiB
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: 'Название файла: ',
generalValidatorMessage: '"{validatorMessage}", для {listOfErroneousFiles}.',
noFilesSelected: 'Не выбрано ни одного файла.',
noFilesUploaded: 'Не загружено ни одного файла.',
fileSelected: 'Выбранный файл: ',
fileUploaded: 'Загруженный файл: ',
filesSelected: 'Выбранные файлы: {numberOfFiles} файлов.',
filesUploaded: 'Загруженные файлы: {numberOfFiles} файлов.',
removeButtonLabel: 'Удалить файл {fileName}',
selectTextDuplicateFileName: 'Файл с таким названием уже существует.',
selectTextMultipleFile: 'Выберите файлы',
selectTextSingleFile: 'Выберите файл',
};