Skip to content

Commit aa65a02

Browse files
committed
Merge branch 'master' of https://github.com/pqina/filepond
2 parents fcc88a1 + 2197c4b commit aa65a02

File tree

3 files changed

+47
-6
lines changed

3 files changed

+47
-6
lines changed

.github/ISSUE_TEMPLATE/questions_and_help.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ labels: 'Question'
66
assignees: ''
77

88
---
9-
This issue tracker is intended to collect bug reports and feature requests.
9+
This issue tracker is intended to collect **bug reports** and **feature requests**, it is *not* to be used for asking questions.
1010

11-
- If you need help with integrating FilePond;
12-
- If you are looking for information on how features work;
13-
- If you have questions about specific features of FilePond;
11+
Please use Stack Overflow when:
1412

15-
Please use Stack Overflow https://stackoverflow.com/questions/tagged/filepond
13+
- You need help with integrating FilePond;
14+
- You are looking for information on how a feature works;
15+
- You have a question about a specific feature of FilePond;
16+
17+
https://stackoverflow.com/questions/tagged/filepond
1618

1719
Any issues opened for help requests will be closed to keep from clogging up the issue tracker.

locale/sk-sk.js

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
export default {
2+
labelIdle: 'Natiahnúť súbor (drag&drop) alebo <span class="filepond--label-action"> Vyhľadať </span>',
3+
labelInvalidField: 'Pole obsahuje chybné súbory',
4+
labelFileWaitingForSize: 'Zisťuje sa veľkosť',
5+
labelFileSizeNotAvailable: 'Neznáma veľkosť',
6+
labelFileLoading: 'Prenáša sa',
7+
labelFileLoadError: 'Chyba pri prenose',
8+
labelFileProcessing: 'Prebieha upload',
9+
labelFileProcessingComplete: 'Upload dokončený',
10+
labelFileProcessingAborted: 'Upload stornovaný',
11+
labelFileProcessingError: 'Chyba pri uploade',
12+
labelFileProcessingRevertError: 'Chyba pri obnove',
13+
labelFileRemoveError: 'Chyba pri odstránení',
14+
labelTapToCancel: 'Kliknite pre storno',
15+
labelTapToRetry: 'Kliknite pre opakovanie',
16+
labelTapToUndo: 'Kliknite pre vrátenie',
17+
labelButtonRemoveItem: 'Odstrániť',
18+
labelButtonAbortItemLoad: 'Storno',
19+
labelButtonRetryItemLoad: 'Opakovať',
20+
labelButtonAbortItemProcessing: 'Späť',
21+
labelButtonUndoItemProcessing: 'Vrátiť',
22+
labelButtonRetryItemProcessing: 'Opakovať',
23+
labelButtonProcessItem: 'Upload',
24+
labelMaxFileSizeExceeded: 'Súbor je príliš veľký',
25+
labelMaxFileSize: 'Najväčšia veľkosť súboru je {filesize}',
26+
labelMaxTotalFileSizeExceeded: 'Prekročená maximálna celková veľkosť súboru',
27+
labelMaxTotalFileSize: 'Maximálna celková veľkosť súboru je {filesize}',
28+
labelFileTypeNotAllowed: 'Súbor je nesprávneho typu',
29+
fileValidateTypeLabelExpectedTypes: 'Očakáva sa {allButLastType} alebo {lastType}',
30+
imageValidateSizeLabelFormatError: 'Obrázok tohto typu nie je podporovaný',
31+
imageValidateSizeLabelImageSizeTooSmall: 'Obrázok je príliš malý',
32+
imageValidateSizeLabelImageSizeTooBig: 'Obrázok je príliš veľký',
33+
imageValidateSizeLabelExpectedMinSize: 'Minimálny rozmer je {minWidth} × {minHeight}',
34+
imageValidateSizeLabelExpectedMaxSize: 'Maximálny rozmer je {maxWidth} × {maxHeight}',
35+
imageValidateSizeLabelImageResolutionTooLow: 'Rozlíšenie je príliš malé',
36+
imageValidateSizeLabelImageResolutionTooHigh: 'Rozlišenie je príliš veľké',
37+
imageValidateSizeLabelExpectedMinResolution: 'Minimálne rozlíšenie je {minResolution}',
38+
imageValidateSizeLabelExpectedMaxResolution: 'Maximálne rozlíšenie je {maxResolution}'
39+
};

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ export interface FilePondStyleProps {
583583
* Set a different layout render mode.
584584
* @default null
585585
*/
586-
stylePanelLayout?: 'integrated' | 'compact' | 'circle' | null;
586+
stylePanelLayout?: 'integrated' | 'compact' | 'circle' | 'integrated circle' | 'compact circle' | null;
587587
/**
588588
* Set a forced aspect ratio for the FilePond drop area.
589589
*

0 commit comments

Comments
 (0)