Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pqina/filepond
Browse files Browse the repository at this point in the history
  • Loading branch information
rikschennink committed May 27, 2021
2 parents fcc88a1 + 2197c4b commit aa65a02
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .github/ISSUE_TEMPLATE/questions_and_help.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ labels: 'Question'
assignees: ''

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

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

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

https://stackoverflow.com/questions/tagged/filepond

Any issues opened for help requests will be closed to keep from clogging up the issue tracker.
39 changes: 39 additions & 0 deletions locale/sk-sk.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
export default {
labelIdle: 'Natiahnúť súbor (drag&drop) alebo <span class="filepond--label-action"> Vyhľadať </span>',
labelInvalidField: 'Pole obsahuje chybné súbory',
labelFileWaitingForSize: 'Zisťuje sa veľkosť',
labelFileSizeNotAvailable: 'Neznáma veľkosť',
labelFileLoading: 'Prenáša sa',
labelFileLoadError: 'Chyba pri prenose',
labelFileProcessing: 'Prebieha upload',
labelFileProcessingComplete: 'Upload dokončený',
labelFileProcessingAborted: 'Upload stornovaný',
labelFileProcessingError: 'Chyba pri uploade',
labelFileProcessingRevertError: 'Chyba pri obnove',
labelFileRemoveError: 'Chyba pri odstránení',
labelTapToCancel: 'Kliknite pre storno',
labelTapToRetry: 'Kliknite pre opakovanie',
labelTapToUndo: 'Kliknite pre vrátenie',
labelButtonRemoveItem: 'Odstrániť',
labelButtonAbortItemLoad: 'Storno',
labelButtonRetryItemLoad: 'Opakovať',
labelButtonAbortItemProcessing: 'Späť',
labelButtonUndoItemProcessing: 'Vrátiť',
labelButtonRetryItemProcessing: 'Opakovať',
labelButtonProcessItem: 'Upload',
labelMaxFileSizeExceeded: 'Súbor je príliš veľký',
labelMaxFileSize: 'Najväčšia veľkosť súboru je {filesize}',
labelMaxTotalFileSizeExceeded: 'Prekročená maximálna celková veľkosť súboru',
labelMaxTotalFileSize: 'Maximálna celková veľkosť súboru je {filesize}',
labelFileTypeNotAllowed: 'Súbor je nesprávneho typu',
fileValidateTypeLabelExpectedTypes: 'Očakáva sa {allButLastType} alebo {lastType}',
imageValidateSizeLabelFormatError: 'Obrázok tohto typu nie je podporovaný',
imageValidateSizeLabelImageSizeTooSmall: 'Obrázok je príliš malý',
imageValidateSizeLabelImageSizeTooBig: 'Obrázok je príliš veľký',
imageValidateSizeLabelExpectedMinSize: 'Minimálny rozmer je {minWidth} × {minHeight}',
imageValidateSizeLabelExpectedMaxSize: 'Maximálny rozmer je {maxWidth} × {maxHeight}',
imageValidateSizeLabelImageResolutionTooLow: 'Rozlíšenie je príliš malé',
imageValidateSizeLabelImageResolutionTooHigh: 'Rozlišenie je príliš veľké',
imageValidateSizeLabelExpectedMinResolution: 'Minimálne rozlíšenie je {minResolution}',
imageValidateSizeLabelExpectedMaxResolution: 'Maximálne rozlíšenie je {maxResolution}'
};
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ export interface FilePondStyleProps {
* Set a different layout render mode.
* @default null
*/
stylePanelLayout?: 'integrated' | 'compact' | 'circle' | null;
stylePanelLayout?: 'integrated' | 'compact' | 'circle' | 'integrated circle' | 'compact circle' | null;
/**
* Set a forced aspect ratio for the FilePond drop area.
*
Expand Down

0 comments on commit aa65a02

Please sign in to comment.