|
1 | 1 | export default { |
2 | | - labelIdle: '拖放文件,或者 <span class="filepond--label-action"> 瀏覽 </span>', |
3 | | - labelInvalidField: '不支援此文件', |
| 2 | + labelIdle: '拖放檔案,或者 <span class="filepond--label-action"> 瀏覽 </span>', |
| 3 | + labelInvalidField: '不支援此檔案', |
4 | 4 | labelFileWaitingForSize: '正在計算檔案大小', |
5 | | - labelFileSizeNotAvailable: '文件大小不可用', |
6 | | - labelFileLoading: '加載中', |
7 | | - labelFileLoadError: '加載錯誤', |
8 | | - labelFileProcessing: '上載', |
9 | | - labelFileProcessingComplete: '已上載', |
10 | | - labelFileProcessingAborted: '上載已取消', |
11 | | - labelFileProcessingError: '上載出错', |
| 5 | + labelFileSizeNotAvailable: '檔案大小不符', |
| 6 | + labelFileLoading: '讀取中', |
| 7 | + labelFileLoadError: '讀取錯誤', |
| 8 | + labelFileProcessing: '上傳', |
| 9 | + labelFileProcessingComplete: '已上傳', |
| 10 | + labelFileProcessingAborted: '上傳已取消', |
| 11 | + labelFileProcessingError: '上傳發生錯誤', |
12 | 12 | labelFileProcessingRevertError: '還原錯誤', |
13 | 13 | labelFileRemoveError: '刪除錯誤', |
14 | 14 | labelTapToCancel: '點擊取消', |
15 | 15 | labelTapToRetry: '點擊重試', |
16 | 16 | labelTapToUndo: '點擊還原', |
17 | | - labelButtonRemoveItem: '删除', |
18 | | - labelButtonAbortItemLoad: '中止', |
| 17 | + labelButtonRemoveItem: '刪除', |
| 18 | + labelButtonAbortItemLoad: '停止', |
19 | 19 | labelButtonRetryItemLoad: '重試', |
20 | 20 | labelButtonAbortItemProcessing: '取消', |
21 | 21 | labelButtonUndoItemProcessing: '取消', |
22 | 22 | labelButtonRetryItemProcessing: '重試', |
23 | | - labelButtonProcessItem: '上載', |
24 | | - labelMaxFileSizeExceeded: '文件太大', |
25 | | - labelMaxFileSize: '最大值: {filesize}', |
| 23 | + labelButtonProcessItem: '上傳', |
| 24 | + labelMaxFileSizeExceeded: '檔案過大', |
| 25 | + labelMaxFileSize: '最大值:{filesize}', |
26 | 26 | labelMaxTotalFileSizeExceeded: '超過最大可上傳大小', |
27 | 27 | labelMaxTotalFileSize: '最大可上傳大小:{filesize}', |
28 | | - labelFileTypeNotAllowed: '不支援此類型文件', |
| 28 | + labelFileTypeNotAllowed: '不支援此類型檔案', |
29 | 29 | fileValidateTypeLabelExpectedTypes: '應為 {allButLastType} 或 {lastType}', |
30 | | - imageValidateSizeLabelFormatError: '不支持此類圖像類型', |
31 | | - imageValidateSizeLabelImageSizeTooSmall: '圖像太小', |
32 | | - imageValidateSizeLabelImageSizeTooBig: '圖像太大', |
33 | | - imageValidateSizeLabelExpectedMinSize: '最小值: {minWidth} × {minHeight}', |
34 | | - imageValidateSizeLabelExpectedMaxSize: '最大值: {maxWidth} × {maxHeight}', |
35 | | - imageValidateSizeLabelImageResolutionTooLow: '分辨率太低', |
36 | | - imageValidateSizeLabelImageResolutionTooHigh: '分辨率太高', |
37 | | - imageValidateSizeLabelExpectedMinResolution: '最小分辨率:{minResolution}', |
38 | | - imageValidateSizeLabelExpectedMaxResolution: '最大分辨率:{maxResolution}' |
| 30 | + imageValidateSizeLabelFormatError: '不支持此類圖片類型', |
| 31 | + imageValidateSizeLabelImageSizeTooSmall: '圖片過小', |
| 32 | + imageValidateSizeLabelImageSizeTooBig: '圖片過大', |
| 33 | + imageValidateSizeLabelExpectedMinSize: '最小尺寸:{minWidth} × {minHeight}', |
| 34 | + imageValidateSizeLabelExpectedMaxSize: '最大尺寸:{maxWidth} × {maxHeight}', |
| 35 | + imageValidateSizeLabelImageResolutionTooLow: '解析度過低', |
| 36 | + imageValidateSizeLabelImageResolutionTooHigh: '解析度過高', |
| 37 | + imageValidateSizeLabelExpectedMinResolution: '最低解析度:{minResolution}', |
| 38 | + imageValidateSizeLabelExpectedMaxResolution: '最高解析度:{maxResolution}' |
39 | 39 | }; |
0 commit comments