lion/packages/ui/components/input-file/translations/ro.js
gerjanvangeest b2d7d9b4a4
Fix/input file a11y (#2304)
* fix(input-file): improve accessibility

* chore: update the message

* chore: add the translations

* chore: fix linting

* chore: add changeset
2024-06-17 10:52:21 +02:00

15 lines
834 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: {fileName}',
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',
};