lion/packages/ui/components/input-file/translations/pl.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
799 B
JavaScript

export default {
allowedFileSize: 'Prześlij plik o maks. rozmiarze {maxSize}.',
allowedFileValidatorSimple: 'Prześlij plik {allowedType} o maks. rozmiarze {maxSize}.',
allowedFileValidatorComplex:
'Prześlij plik {allowedTypesArray} lub {allowedTypesLastItem} o maks. rozmiarze {maxSize}.',
dragAndDropText: 'Przeciągnij i upuść pliki tutaj lub',
fileNameDescriptionLabel: 'Nazwa pliku: ',
generalValidatorMessage: '"{validatorMessage}", dla {listOfErroneousFiles}.',
noFilesSelected: 'Nie wybrano żadnych plików.',
numberOfFiles: 'Liczba plików: {numberOfFiles}.',
removeButtonLabel: 'Usuń plik {fileName}',
selectTextDuplicateFileName: 'Plik o tej samej nazwie już istnieje.',
selectTextMultipleFile: 'Wybierz pliki',
selectTextSingleFile: 'Wybierz plik',
};