* 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
840 B
JavaScript
15 lines
840 B
JavaScript
export default {
|
|
allowedFileSize: 'Cargue un archivo de {maxSize} como máximo.',
|
|
allowedFileValidatorSimple: 'Cargue un archivo {allowedType} de {maxSize} como máximo.',
|
|
allowedFileValidatorComplex:
|
|
'Cargue un archivo {allowedTypesArray} o {allowedTypesLastItem} de {maxSize} como máximo.',
|
|
dragAndDropText: 'Arrastre y suelte los archivos aquí o',
|
|
fileNameDescriptionLabel: 'Nombre de archivo: ',
|
|
generalValidatorMessage: '"{validatorMessage}", para {listOfErroneousFiles}.',
|
|
noFilesSelected: 'No se han seleccionado archivos.',
|
|
numberOfFiles: '{numberOfFiles} archivos.',
|
|
removeButtonLabel: 'Elimine el archivo: {fileName}',
|
|
selectTextDuplicateFileName: 'Ya había un archivo con el mismo nombre de archivo.',
|
|
selectTextMultipleFile: 'Seleccionar archivos',
|
|
selectTextSingleFile: 'Seleccionar archivo',
|
|
};
|