lion/packages/ui/components/input-file/translations/fr.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

16 lines
949 B
JavaScript

export default {
allowedFileSize: 'Veuillez télécharger un fichier avec une taille maximale de {maxSize}.',
allowedFileValidatorSimple:
'Veuillez télécharger un fichier {allowedType} avec une taille maximale de {maxSize}.',
allowedFileValidatorComplex:
'Veuillez télécharger un fichier {allowedTypesArray} ou {allowedTypesLastItem} avec une taille maximale de {maxSize}.',
dragAndDropText: 'Glissez et déposez vos fichiers ici ou',
fileNameDescriptionLabel: 'Nom de fichier: ',
generalValidatorMessage: '"{validatorMessage}", pour {listOfErroneousFiles}.',
noFilesSelected: 'Aucun fichier sélectionné.',
numberOfFiles: '{numberOfFiles} fichiers.',
removeButtonLabel: 'Supprimer le fichier {fileName}',
selectTextDuplicateFileName: 'Un fichier portant le même nom de fichier était déjà présent.',
selectTextMultipleFile: 'Sélectionnez des fichiers',
selectTextSingleFile: 'Sélectionnez un fichier',
};