* 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>
15 lines
791 B
JavaScript
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: '选择文件',
|
|
};
|