* 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
824 B
JavaScript
15 lines
824 B
JavaScript
export default {
|
|
allowedFileSize: 'Încărcaţi un fişier de max. {maxSize}.',
|
|
allowedFileValidatorSimple: 'Încărcaţi un fişier {allowedType} de max. {maxSize}.',
|
|
allowedFileValidatorComplex:
|
|
'Încărcaţi un fişier {allowedTypesArray} sau {allowedTypesLastItem} de max. {maxSize}.',
|
|
dragAndDropText: 'Glisaţi şi fixaţi fişierele aici sau',
|
|
fileNameDescriptionLabel: 'Nume fişier: ',
|
|
generalValidatorMessage: '"{validatorMessage}", pentru {listOfErroneousFiles}.',
|
|
noFilesSelected: 'Niciun fișier selectat.',
|
|
numberOfFiles: '{numberOfFiles} fișiere.',
|
|
removeButtonLabel: 'Eliminaţi fişierul {filename}',
|
|
selectTextDuplicateFileName: 'Există deja un fişier cu acelaşi nume de fişier.',
|
|
selectTextMultipleFile: 'Selectare fișiere',
|
|
selectTextSingleFile: 'Selectare fișier',
|
|
};
|