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

15 lines
791 B
JavaScript

export default {
allowedFileSize: '请上传最大 {maxSize} 的文件。',
allowedFileValidatorSimple: '请上传最大 {maxSize} 的 {allowedType} 文件。',
allowedFileValidatorComplex:
'请上传最大 {maxSize} 的 {allowedTypesArray} 或 {allowedTypesLastItem} 文件。',
dragAndDropText: '将您的文件拖放到此处,或',
fileNameDescriptionLabel: '文件名: ',
generalValidatorMessage: '"{validatorMessage}", 例如 {listOfErroneousFiles}。',
noFilesSelected: '未选择任何文件。',
numberOfFiles: '{numberOfFiles} 个文件。',
removeButtonLabel: '删除 {fileName} 文件',
selectTextDuplicateFileName: '已存在具有相同文件名的文件。',
selectTextMultipleFile: '选择多个文件',
selectTextSingleFile: '选择文件',
};