lion/packages/ui/components/input-file/translations/es.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
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',
};