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 Dec 10, 2020
2 parents c86a473 + c19d7d1 commit cf42e82
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FilePond is maintained by **[Rik Schennink](https://twitter.com/rikschennink/)**

**Doka.js** is what you're looking for. It's a Modern JavaScript Image Editor, Doka supports setting **crop aspect ratios**, **resizing**, **rotating**, **cropping**, and **flipping** images. Above all, it integrates beautifully with FilePond.

[Learn more about Doka](https://pqina.nl/doka/?ref=github)
[Learn more about Doka](https://pqina.nl/doka/?ref=github-filepond)

<img src="https://github.com/pqina/filepond-github-assets/blob/master/doka.gif?raw=true" width="478" alt=""/>

Expand All @@ -42,7 +42,7 @@ Waiting for a reponse to [Stack Overflow](https://stackoverflow.com/questions/ta
- 🗓 Max 2 business day reponse time
- 👨‍💻 8 support hours per developer

[Purchase support package](https://pqina.nl/filepond/#support)
[Purchase support package](https://pqina.nl/filepond/?ref=github-filepond#support)

---

Expand All @@ -64,7 +64,9 @@ Waiting for a reponse to [Stack Overflow](https://stackoverflow.com/questions/ta
* [Image EXIF orientation](https://github.com/pqina/filepond-plugin-image-exif-orientation)
* [Image overlay](https://github.com/nielsboogaard/filepond-plugin-image-overlay) ([nielsboogaard/filepond-plugin-image-overlay](https://github.com/nielsboogaard/filepond-plugin-image-overlay))
* [Media preview](https://github.com/nielsboogaard/filepond-plugin-media-preview) ([nielsboogaard/filepond-plugin-media-preview](https://github.com/nielsboogaard/filepond-plugin-media-preview))
* [Media preview + PDF](https://github.com/ErnestBrandi/filepond-plugin-media-preview) ([ErnestBrandi/filepond-plugin-media-preview](https://github.com/ErnestBrandi/filepond-plugin-media-preview))
* [Get file](https://github.com/nielsboogaard/filepond-plugin-get-file) ([nielsboogaard/filepond-plugin-get-file](https://github.com/nielsboogaard/filepond-plugin-get-file))
* [Zip Directory Uploads](https://github.com/tzsk/filepond-plugin-zipper) ([tzsk/filepond-plugin-zipper](https://github.com/tzsk/filepond-plugin-zipper))


### Adapters
Expand Down
39 changes: 39 additions & 0 deletions locale/en-en.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
export default {
labelIdle: 'Drag & Drop your files or <span class="filepond--label-action"> Browse </span>',
labelInvalidField: 'Field contains invalid files',
labelFileWaitingForSize: 'Waiting for size',
labelFileSizeNotAvailable: 'Size not available',
labelFileLoading: 'Loading',
labelFileLoadError: 'Error during load',
labelFileProcessing: 'Uploading',
labelFileProcessingComplete: 'Upload complete',
labelFileProcessingAborted: 'Upload cancelled',
labelFileProcessingError: 'Error during upload',
labelFileProcessingRevertError: 'Error during revert',
labelFileRemoveError: 'Error during remove',
labelTapToCancel: 'tap to cancel',
labelTapToRetry: 'tap to retry',
labelTapToUndo: 'tap to undo',
labelButtonRemoveItem: 'Remove',
labelButtonAbortItemLoad: 'Abort',
labelButtonRetryItemLoad: 'Retry',
labelButtonAbortItemProcessing: 'Cancel',
labelButtonUndoItemProcessing: 'Undo',
labelButtonRetryItemProcessing: 'Retry',
labelButtonProcessItem: 'Upload',
labelMaxFileSizeExceeded: 'File is too large',
labelMaxFileSize: 'Maximum file size is {filesize}',
labelMaxTotalFileSizeExceeded: 'Maximum total size exceeded',
labelMaxTotalFileSize: 'Maximum total file size is {filesize}',
labelFileTypeNotAllowed: 'File of invalid type',
fileValidateTypeLabelExpectedTypes: 'Expects {allButLastType} or {lastType}',
imageValidateSizeLabelFormatError: 'Image type not supported',
imageValidateSizeLabelImageSizeTooSmall: 'Image is too small',
imageValidateSizeLabelImageSizeTooBig: 'Image is too big',
imageValidateSizeLabelExpectedMinSize: 'Minimum size is {minWidth} × {minHeight}',
imageValidateSizeLabelExpectedMaxSize: 'Maximum size is {maxWidth} × {maxHeight}',
imageValidateSizeLabelImageResolutionTooLow: 'Resolution is too low',
imageValidateSizeLabelImageResolutionTooHigh: 'Resolution is too high',
imageValidateSizeLabelExpectedMinResolution: 'Minimum resolution is {minResolution}',
imageValidateSizeLabelExpectedMaxResolution: 'Maximum resolution is {maxResolution}'
};
39 changes: 39 additions & 0 deletions locale/pl-pl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,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}'
};
39 changes: 39 additions & 0 deletions locale/sv_se.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
export default {
labelIdle: 'Drag och släpp dina filer eller <span class="filepond--label-action"> Bläddra </span>',
labelInvalidField: 'Fältet innehåller felaktiga filer',
labelFileWaitingForSize: 'Väntar på storlek',
labelFileSizeNotAvailable: 'Storleken finns inte tillgänglig',
labelFileLoading: 'Laddar',
labelFileLoadError: 'Fel under laddning',
labelFileProcessing: 'Laddar upp',
labelFileProcessingComplete: 'Uppladdning klar',
labelFileProcessingAborted: 'Uppladdning avbruten',
labelFileProcessingError: 'Fel under uppladdning',
labelFileProcessingRevertError: 'Fel under återställning',
labelFileRemoveError: 'Fel under borttagning',
labelTapToCancel: 'tryck för att avbryta',
labelTapToRetry: 'tryck för att försöka igen',
labelTapToUndo: 'tryck för att ångra',
labelButtonRemoveItem: 'Tabort',
labelButtonAbortItemLoad: 'Avbryt',
labelButtonRetryItemLoad: 'Försök igen',
labelButtonAbortItemProcessing: 'Avbryt',
labelButtonUndoItemProcessing: 'Ångra',
labelButtonRetryItemProcessing: 'Försök igen',
labelButtonProcessItem: 'Ladda upp',
labelMaxFileSizeExceeded: 'Filen är för stor',
labelMaxFileSize: 'Största tillåtna filstorlek är {filesize}',
labelMaxTotalFileSizeExceeded: 'Maximal uppladdningsstorlek uppnåd',
labelMaxTotalFileSize: 'Maximal uppladdningsstorlek är {filesize}',
labelFileTypeNotAllowed: 'Felaktig filtyp',
fileValidateTypeLabelExpectedTypes: 'Godkända filtyper {allButLastType} eller {lastType}',
imageValidateSizeLabelFormatError: 'Bildtypen saknar stöd',
imageValidateSizeLabelImageSizeTooSmall: 'Bilden är för liten',
imageValidateSizeLabelImageSizeTooBig: 'Bilden är för stor',
imageValidateSizeLabelExpectedMinSize: 'Minimal storlek är {minWidth} × {minHeight}',
imageValidateSizeLabelExpectedMaxSize: 'Maximal storlek är {maxWidth} × {maxHeight}',
imageValidateSizeLabelImageResolutionTooLow: 'Upplösningen är för låg',
imageValidateSizeLabelImageResolutionTooHigh: 'Upplösningen är för hög',
imageValidateSizeLabelExpectedMinResolution: 'Minsta tillåtna upplösning är {minResolution}',
imageValidateSizeLabelExpectedMaxResolution: 'Högsta tillåtna upplösning är {maxResolution}'
};

0 comments on commit cf42e82

Please sign in to comment.