Comparing version 4.27.0 to 4.27.1
# Changelog | ||
## 4.27.1 | ||
- Fix issue with `allowMinimumUploadDuration` set to `false` throwing error. | ||
## 4.27.0 | ||
- add `allowMinimumUploadDuration` set to `false` to prevent a minimum upload time of 750ms. | ||
- Add `allowMinimumUploadDuration` set to `false` to prevent a minimum upload time of 750ms. | ||
@@ -7,0 +11,0 @@ ## 4.26.2 |
export default { | ||
labelIdle: '拖放文件,或者 <span class="filepond--label-action"> 瀏覽 </span>', | ||
labelInvalidField: '不支援此文件', | ||
labelIdle: '拖放檔案,或者 <span class="filepond--label-action"> 瀏覽 </span>', | ||
labelInvalidField: '不支援此檔案', | ||
labelFileWaitingForSize: '正在計算檔案大小', | ||
labelFileSizeNotAvailable: '文件大小不可用', | ||
labelFileLoading: '加載中', | ||
labelFileLoadError: '加載錯誤', | ||
labelFileProcessing: '上載', | ||
labelFileProcessingComplete: '已上載', | ||
labelFileProcessingAborted: '上載已取消', | ||
labelFileProcessingError: '上載出错', | ||
labelFileSizeNotAvailable: '檔案大小不符', | ||
labelFileLoading: '讀取中', | ||
labelFileLoadError: '讀取錯誤', | ||
labelFileProcessing: '上傳', | ||
labelFileProcessingComplete: '已上傳', | ||
labelFileProcessingAborted: '上傳已取消', | ||
labelFileProcessingError: '上傳發生錯誤', | ||
labelFileProcessingRevertError: '還原錯誤', | ||
@@ -17,4 +17,4 @@ labelFileRemoveError: '刪除錯誤', | ||
labelTapToUndo: '點擊還原', | ||
labelButtonRemoveItem: '删除', | ||
labelButtonAbortItemLoad: '中止', | ||
labelButtonRemoveItem: '刪除', | ||
labelButtonAbortItemLoad: '停止', | ||
labelButtonRetryItemLoad: '重試', | ||
@@ -24,18 +24,18 @@ labelButtonAbortItemProcessing: '取消', | ||
labelButtonRetryItemProcessing: '重試', | ||
labelButtonProcessItem: '上載', | ||
labelMaxFileSizeExceeded: '文件太大', | ||
labelMaxFileSize: '最大值: {filesize}', | ||
labelButtonProcessItem: '上傳', | ||
labelMaxFileSizeExceeded: '檔案過大', | ||
labelMaxFileSize: '最大值:{filesize}', | ||
labelMaxTotalFileSizeExceeded: '超過最大可上傳大小', | ||
labelMaxTotalFileSize: '最大可上傳大小:{filesize}', | ||
labelFileTypeNotAllowed: '不支援此類型文件', | ||
labelFileTypeNotAllowed: '不支援此類型檔案', | ||
fileValidateTypeLabelExpectedTypes: '應為 {allButLastType} 或 {lastType}', | ||
imageValidateSizeLabelFormatError: '不支持此類圖像類型', | ||
imageValidateSizeLabelImageSizeTooSmall: '圖像太小', | ||
imageValidateSizeLabelImageSizeTooBig: '圖像太大', | ||
imageValidateSizeLabelExpectedMinSize: '最小值: {minWidth} × {minHeight}', | ||
imageValidateSizeLabelExpectedMaxSize: '最大值: {maxWidth} × {maxHeight}', | ||
imageValidateSizeLabelImageResolutionTooLow: '分辨率太低', | ||
imageValidateSizeLabelImageResolutionTooHigh: '分辨率太高', | ||
imageValidateSizeLabelExpectedMinResolution: '最小分辨率:{minResolution}', | ||
imageValidateSizeLabelExpectedMaxResolution: '最大分辨率:{maxResolution}' | ||
imageValidateSizeLabelFormatError: '不支持此類圖片類型', | ||
imageValidateSizeLabelImageSizeTooSmall: '圖片過小', | ||
imageValidateSizeLabelImageSizeTooBig: '圖片過大', | ||
imageValidateSizeLabelExpectedMinSize: '最小尺寸:{minWidth} × {minHeight}', | ||
imageValidateSizeLabelExpectedMaxSize: '最大尺寸:{maxWidth} × {maxHeight}', | ||
imageValidateSizeLabelImageResolutionTooLow: '解析度過低', | ||
imageValidateSizeLabelImageResolutionTooHigh: '解析度過高', | ||
imageValidateSizeLabelExpectedMinResolution: '最低解析度:{minResolution}', | ||
imageValidateSizeLabelExpectedMaxResolution: '最高解析度:{maxResolution}' | ||
}; |
{ | ||
"name": "filepond", | ||
"version": "4.27.0", | ||
"version": "4.27.1", | ||
"description": "FilePond, Where files go to stretch their bits.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -8,3 +8,3 @@ # <img src="https://github.com/pqina/filepond-github-assets/blob/master/logo.svg" height="44" alt="FilePond"/> | ||
21 KB gzipped. FilePond adapters are available for **[React](https://github.com/pqina/react-filepond)**, **[Vue](https://github.com/pqina/vue-filepond)**, **[Angular](https://github.com/pqina/ngx-filepond)** and **[jQuery](https://github.com/pqina/jquery-filepond)** | ||
21 KB gzipped. FilePond adapters are available for **[React](https://github.com/pqina/react-filepond)**, **[Vue](https://github.com/pqina/vue-filepond)**, **[Angular](https://github.com/pqina/ngx-filepond)**, **[Svelte](https://github.com/pqina/svelte-filepond)**, and **[jQuery](https://github.com/pqina/jquery-filepond)** | ||
@@ -11,0 +11,0 @@ FilePond is maintained by **[Rik Schennink](https://twitter.com/rikschennink/)** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1094557
21986