-
-
Notifications
You must be signed in to change notification settings - Fork 828
/
Copy pathpl-pl.js
39 lines (39 loc) · 2.2 KB
/
pl-pl.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
export default {
labelIdle: 'Przeciągnij i upuść lub <span class="filepond--label-action">wybierz</span> pliki',
labelInvalidField: 'Nieprawidłowe pliki',
labelFileWaitingForSize: 'Pobieranie rozmiaru',
labelFileSizeNotAvailable: 'Nieznany rozmiar',
labelFileLoading: 'Wczytywanie',
labelFileLoadError: 'Błąd wczytywania',
labelFileProcessing: 'Przesyłanie',
labelFileProcessingComplete: 'Przesłano',
labelFileProcessingAborted: 'Przerwano',
labelFileProcessingError: 'Przesyłanie nie powiodło się',
labelFileProcessingRevertError: 'Coś poszło nie tak',
labelFileRemoveError: 'Nieudane usunięcie',
labelTapToCancel: 'Anuluj',
labelTapToRetry: 'Ponów',
labelTapToUndo: 'Cofnij',
labelButtonRemoveItem: 'Usuń',
labelButtonAbortItemLoad: 'Przerwij',
labelButtonRetryItemLoad: 'Ponów',
labelButtonAbortItemProcessing: 'Anuluj',
labelButtonUndoItemProcessing: 'Cofnij',
labelButtonRetryItemProcessing: 'Ponów',
labelButtonProcessItem: 'Prześlij',
labelMaxFileSizeExceeded: 'Plik jest zbyt duży',
labelMaxFileSize: 'Dopuszczalna wielkość pliku to {filesize}',
labelMaxTotalFileSizeExceeded: 'Przekroczono łączny rozmiar plików',
labelMaxTotalFileSize: 'Łączny rozmiar plików nie może przekroczyć {filesize}',
labelFileTypeNotAllowed: 'Niedozwolony rodzaj pliku',
fileValidateTypeLabelExpectedTypes: 'Oczekiwano {allButLastType} lub {lastType}',
imageValidateSizeLabelFormatError: 'Nieobsługiwany format obrazu',
imageValidateSizeLabelImageSizeTooSmall: 'Obraz jest zbyt mały',
imageValidateSizeLabelImageSizeTooBig: 'Obraz jest zbyt duży',
imageValidateSizeLabelExpectedMinSize: 'Minimalne wymiary obrazu to {minWidth}×{minHeight}',
imageValidateSizeLabelExpectedMaxSize: 'Maksymalna wymiary obrazu to {maxWidth}×{maxHeight}',
imageValidateSizeLabelImageResolutionTooLow: 'Rozdzielczość jest zbyt niska',
imageValidateSizeLabelImageResolutionTooHigh: 'Rozdzielczość jest zbyt wysoka',
imageValidateSizeLabelExpectedMinResolution: 'Minimalna rozdzielczość to {minResolution}',
imageValidateSizeLabelExpectedMaxResolution: 'Maksymalna rozdzielczość to {maxResolution}'
};