* 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
759 B
JavaScript
15 lines
759 B
JavaScript
export default {
|
|
allowedFileSize: 'Caricare un file di {maxSize} max.',
|
|
allowedFileValidatorSimple: 'Caricare un file {allowedType} di {maxSize} max.',
|
|
allowedFileValidatorComplex:
|
|
'Caricare un file {allowedTypesArray} o {allowedTypesLastItem} di {maxSize} max.',
|
|
dragAndDropText: 'Trascinare i file qui o',
|
|
fileNameDescriptionLabel: 'Nome file: ',
|
|
generalValidatorMessage: '"{validatorMessage}", per {listOfErroneousFiles}.',
|
|
noFilesSelected: 'Nessun file selezionato.',
|
|
numberOfFiles: '{numberOfFiles} file.',
|
|
removeButtonLabel: 'Rimuovere il file {fileName}',
|
|
selectTextDuplicateFileName: 'Un file con lo stesso nome file era già presente.',
|
|
selectTextMultipleFile: 'Seleziona file',
|
|
selectTextSingleFile: 'Seleziona file',
|
|
};
|