@uploadcare/file-uploader 1.25.0-alpha.2 → 1.25.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abstract/loadFileUploaderFrom.js +4 -79
- package/dist/env.js +4 -33
- package/dist/index.css +5 -2664
- package/dist/index.d.ts +933 -927
- package/dist/index.js +6 -13594
- package/dist/index.layered.css +4 -2720
- package/dist/index.ssr.js +34 -29
- package/dist/locales/file-uploader/ar.js +4 -165
- package/dist/locales/file-uploader/az.js +4 -157
- package/dist/locales/file-uploader/ca.js +4 -159
- package/dist/locales/file-uploader/cs.js +4 -161
- package/dist/locales/file-uploader/da.js +4 -157
- package/dist/locales/file-uploader/de.js +4 -157
- package/dist/locales/file-uploader/el.js +4 -157
- package/dist/locales/file-uploader/en.js +4 -157
- package/dist/locales/file-uploader/es.js +4 -159
- package/dist/locales/file-uploader/et.js +4 -157
- package/dist/locales/file-uploader/fi.js +4 -157
- package/dist/locales/file-uploader/fr.js +4 -159
- package/dist/locales/file-uploader/he.js +4 -159
- package/dist/locales/file-uploader/hy.js +4 -157
- package/dist/locales/file-uploader/is.js +4 -157
- package/dist/locales/file-uploader/it.js +4 -159
- package/dist/locales/file-uploader/ja.js +4 -157
- package/dist/locales/file-uploader/ka.js +4 -157
- package/dist/locales/file-uploader/kk.js +4 -157
- package/dist/locales/file-uploader/ko.js +4 -157
- package/dist/locales/file-uploader/lv.js +4 -159
- package/dist/locales/file-uploader/nb.js +4 -157
- package/dist/locales/file-uploader/nl.js +4 -157
- package/dist/locales/file-uploader/pl.js +4 -161
- package/dist/locales/file-uploader/pt.js +4 -159
- package/dist/locales/file-uploader/ro.js +4 -159
- package/dist/locales/file-uploader/ru.js +4 -161
- package/dist/locales/file-uploader/sk.js +4 -161
- package/dist/locales/file-uploader/sr.js +4 -159
- package/dist/locales/file-uploader/sv.js +4 -157
- package/dist/locales/file-uploader/tr.js +4 -157
- package/dist/locales/file-uploader/uk.js +4 -161
- package/dist/locales/file-uploader/vi.js +4 -157
- package/dist/locales/file-uploader/zh-TW.js +4 -157
- package/dist/locales/file-uploader/zh.js +4 -157
- package/package.json +12 -11
- package/types/jsx.d.ts +75 -48
- package/web/file-uploader.iife.min.d.ts +935 -929
- package/web/file-uploader.iife.min.js +6 -31
- package/web/file-uploader.iife.min.js.LEGAL.txt +71 -0
- package/web/file-uploader.min.d.ts +935 -929
- package/web/file-uploader.min.js +5 -29
- package/web/file-uploader.min.js.LEGAL.txt +71 -0
- package/web/uc-basic.layered.min.css +4 -23
- package/web/uc-basic.min.css +4 -23
- package/web/uc-cloud-image-editor.layered.min.css +4 -23
- package/web/uc-cloud-image-editor.min.css +4 -23
- package/web/uc-cloud-image-editor.min.d.ts +489 -494
- package/web/uc-cloud-image-editor.min.js +5 -29
- package/web/uc-cloud-image-editor.min.js.LEGAL.txt +70 -0
- package/web/uc-file-uploader-inline.layered.min.css +4 -23
- package/web/uc-file-uploader-inline.min.css +4 -23
- package/web/uc-file-uploader-inline.min.d.ts +935 -929
- package/web/uc-file-uploader-inline.min.js +5 -29
- package/web/uc-file-uploader-inline.min.js.LEGAL.txt +71 -0
- package/web/uc-file-uploader-minimal.layered.min.css +4 -23
- package/web/uc-file-uploader-minimal.min.css +4 -23
- package/web/uc-file-uploader-minimal.min.d.ts +935 -929
- package/web/uc-file-uploader-minimal.min.js +5 -29
- package/web/uc-file-uploader-minimal.min.js.LEGAL.txt +71 -0
- package/web/uc-file-uploader-regular.layered.min.css +4 -23
- package/web/uc-file-uploader-regular.min.css +4 -23
- package/web/uc-file-uploader-regular.min.d.ts +935 -929
- package/web/uc-file-uploader-regular.min.js +5 -29
- package/web/uc-file-uploader-regular.min.js.LEGAL.txt +71 -0
- package/web/uc-img.min.d.ts +28 -38
- package/web/uc-img.min.js +5 -25
- package/web/uc-img.min.js.LEGAL.txt +24 -0
|
@@ -1,160 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* MIT
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
* in the Software without restriction, including without limitation the rights
|
|
10
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
* furnished to do so, subject to the following conditions:
|
|
13
|
-
*
|
|
14
|
-
* The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
* copies or substantial portions of the Software.
|
|
16
|
-
*
|
|
17
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
* SOFTWARE.
|
|
24
|
-
*
|
|
3
|
+
* Package: @uploadcare/file-uploader@1.25.0-alpha.4 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2025-12-09T11:47:40.800Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/vi.ts
|
|
28
|
-
var vi_default = {
|
|
29
|
-
"locale-id": "vi",
|
|
30
|
-
"social-source-lang": "vi",
|
|
31
|
-
"upload-file": "T\u1EA3i l\xEAn t\u1EC7p",
|
|
32
|
-
"upload-files": "T\u1EA3i l\xEAn c\xE1c t\u1EC7p",
|
|
33
|
-
"choose-file": "Ch\u1ECDn t\u1EC7p",
|
|
34
|
-
"choose-files": "Ch\u1ECDn c\xE1c t\u1EC7p",
|
|
35
|
-
"drop-files-here": "Th\u1EA3 c\xE1c t\u1EC7p v\xE0o \u0111\xE2y",
|
|
36
|
-
"select-file-source": "Ch\u1ECDn ngu\u1ED3n t\u1EC7p",
|
|
37
|
-
selected: "\u0110\xE3 ch\u1ECDn",
|
|
38
|
-
upload: "T\u1EA3i l\xEAn",
|
|
39
|
-
"add-more": "Th\xEAm",
|
|
40
|
-
cancel: "H\u1EE7y b\u1ECF",
|
|
41
|
-
"start-from-cancel": "H\u1EE7y b\u1ECF",
|
|
42
|
-
clear: "X\xF3a",
|
|
43
|
-
"camera-shot": "Ch\u1EE5p",
|
|
44
|
-
"upload-url": "Nh\u1EADp kh\u1EA9u",
|
|
45
|
-
"upload-url-placeholder": "D\xE1n li\xEAn k\u1EBFt \u1EDF \u0111\xE2y",
|
|
46
|
-
"edit-image": "Ch\u1EC9nh s\u1EEDa \u1EA3nh",
|
|
47
|
-
"edit-detail": "Chi ti\u1EBFt",
|
|
48
|
-
back: "Quay l\u1EA1i",
|
|
49
|
-
done: "Ho\xE0n th\xE0nh",
|
|
50
|
-
ok: "\u0110\u1ED3ng \xFD",
|
|
51
|
-
"remove-from-list": "X\xF3a",
|
|
52
|
-
no: "Kh\xF4ng",
|
|
53
|
-
yes: "C\xF3",
|
|
54
|
-
"confirm-your-action": "X\xE1c nh\u1EADn h\xE0nh \u0111\u1ED9ng c\u1EE7a b\u1EA1n",
|
|
55
|
-
"are-you-sure": "B\u1EA1n c\xF3 ch\u1EAFc kh\xF4ng?",
|
|
56
|
-
"selected-count": "\u0110\xE3 ch\u1ECDn:",
|
|
57
|
-
"upload-error": "L\u1ED7i t\u1EA3i l\xEAn",
|
|
58
|
-
"validation-error": "L\u1ED7i x\xE1c th\u1EF1c",
|
|
59
|
-
"no-files": "Kh\xF4ng c\xF3 t\u1EC7p n\xE0o \u0111\u01B0\u1EE3c ch\u1ECDn",
|
|
60
|
-
browse: "Duy\u1EC7t",
|
|
61
|
-
"not-uploaded-yet": "Ch\u01B0a \u0111\u01B0\u1EE3c t\u1EA3i l\xEAn...",
|
|
62
|
-
file__one: "t\u1EC7p",
|
|
63
|
-
file__other: "t\u1EC7p",
|
|
64
|
-
error__one: "l\u1ED7i",
|
|
65
|
-
error__other: "l\u1ED7i",
|
|
66
|
-
"header-uploading": "\u0110ang t\u1EA3i l\xEAn {{count}} {{plural:file(count)}}",
|
|
67
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
68
|
-
"header-succeed": "{{count}} {{plural:file(count)}} \u0111\xE3 \u0111\u01B0\u1EE3c t\u1EA3i l\xEAn",
|
|
69
|
-
"header-total": "{{count}} {{plural:file(count)}} \u0111\xE3 \u0111\u01B0\u1EE3c ch\u1ECDn",
|
|
70
|
-
"src-type-local": "T\u1EEB thi\u1EBFt b\u1ECB",
|
|
71
|
-
"src-type-from-url": "T\u1EEB li\xEAn k\u1EBFt",
|
|
72
|
-
"src-type-camera": "M\xE1y \u1EA3nh",
|
|
73
|
-
"src-type-draw": "V\u1EBD",
|
|
74
|
-
"src-type-facebook": "Facebook",
|
|
75
|
-
"src-type-dropbox": "Dropbox",
|
|
76
|
-
"src-type-gdrive": "Google Drive",
|
|
77
|
-
"src-type-ngdrive": "Google Drive",
|
|
78
|
-
"src-type-gphotos": "Google Photos",
|
|
79
|
-
"src-type-flickr": "Flickr",
|
|
80
|
-
"src-type-vk": "VK",
|
|
81
|
-
"src-type-evernote": "Evernote",
|
|
82
|
-
"src-type-box": "Box",
|
|
83
|
-
"src-type-onedrive": "OneDrive",
|
|
84
|
-
"src-type-huddle": "Huddle",
|
|
85
|
-
"src-type-other": "Kh\xE1c",
|
|
86
|
-
"src-type-mobile-video-camera": "Video",
|
|
87
|
-
"src-type-mobile-photo-camera": "\u1EA2nh",
|
|
88
|
-
"caption-from-url": "Nh\u1EADp kh\u1EA9u t\u1EEB li\xEAn k\u1EBFt",
|
|
89
|
-
"caption-camera": "M\xE1y \u1EA3nh",
|
|
90
|
-
"caption-draw": "V\u1EBD",
|
|
91
|
-
"caption-edit-file": "Ch\u1EC9nh s\u1EEDa t\u1EC7p",
|
|
92
|
-
"file-no-name": "Kh\xF4ng t\xEAn...",
|
|
93
|
-
"toggle-fullscreen": "Chuy\u1EC3n \u0111\u1ED5i to\xE0n m\xE0n h\xECnh",
|
|
94
|
-
"toggle-guides": "Chuy\u1EC3n \u0111\u1ED5i h\u01B0\u1EDBng d\u1EABn",
|
|
95
|
-
rotate: "Xoay",
|
|
96
|
-
"flip-vertical": "L\u1EADt d\u1ECDc",
|
|
97
|
-
"flip-horizontal": "L\u1EADt ngang",
|
|
98
|
-
apply: "\xC1p d\u1EE5ng",
|
|
99
|
-
brightness: "\u0110\u1ED9 s\xE1ng",
|
|
100
|
-
contrast: "T\u01B0\u01A1ng ph\u1EA3n",
|
|
101
|
-
saturation: "\u0110\u1ED9 b\xE3o h\xF2a",
|
|
102
|
-
exposure: "Ph\u01A1i s\xE1ng",
|
|
103
|
-
gamma: "Gamma",
|
|
104
|
-
vibrance: "S\u1EE9c s\u1ED1ng",
|
|
105
|
-
warmth: "\u1EA4m \xE1p",
|
|
106
|
-
enhance: "C\u1EA3i thi\u1EC7n",
|
|
107
|
-
original: "B\u1EA3n g\u1ED1c",
|
|
108
|
-
resize: "Thay \u0111\u1ED5i k\xEDch th\u01B0\u1EDBc \u1EA3nh",
|
|
109
|
-
crop: "C\u1EAFt",
|
|
110
|
-
"select-color": "Ch\u1ECDn m\xE0u",
|
|
111
|
-
text: "V\u0103n b\u1EA3n",
|
|
112
|
-
draw: "V\u1EBD",
|
|
113
|
-
"cancel-edit": "H\u1EE7y ch\u1EC9nh s\u1EEDa",
|
|
114
|
-
"tab-view": "Xem tr\u01B0\u1EDBc",
|
|
115
|
-
"tab-details": "Chi ti\u1EBFt",
|
|
116
|
-
"file-name": "T\xEAn",
|
|
117
|
-
"file-size": "K\xEDch th\u01B0\u1EDBc",
|
|
118
|
-
"cdn-url": "URL CDN",
|
|
119
|
-
"file-size-unknown": "Kh\xF4ng x\xE1c \u0111\u1ECBnh",
|
|
120
|
-
"camera-permissions-denied": "Truy c\u1EADp m\xE1y \u1EA3nh b\u1ECB t\u1EEB ch\u1ED1i",
|
|
121
|
-
"camera-permissions-prompt": "Vui l\xF2ng cho ph\xE9p truy c\u1EADp v\xE0o m\xE1y \u1EA3nh",
|
|
122
|
-
"camera-permissions-request": "Y\xEAu c\u1EA7u truy c\u1EADp",
|
|
123
|
-
"files-count-limit-error-title": "Qu\xE1 gi\u1EDBi h\u1EA1n s\u1ED1 l\u01B0\u1EE3ng t\u1EC7p",
|
|
124
|
-
"files-count-limit-error-too-few": "B\u1EA1n \u0111\xE3 ch\u1ECDn {{total}} {{plural:file(total)}}. T\u1ED1i thi\u1EC3u {{min}} {{plural:file(min)}} l\xE0 c\u1EA7n thi\u1EBFt.",
|
|
125
|
-
"files-count-limit-error-too-many": "B\u1EA1n \u0111\xE3 ch\u1ECDn qu\xE1 nhi\u1EC1u t\u1EC7p. T\u1ED1i \u0111a {{max}} {{plural:file(max)}} l\xE0 \u0111\u01B0\u1EE3c ph\xE9p.",
|
|
126
|
-
"files-max-size-limit-error": "T\u1EC7p qu\xE1 l\u1EDBn. K\xEDch th\u01B0\u1EDBc t\u1ED1i \u0111a c\u1EE7a t\u1EC7p l\xE0 {{maxFileSize}}.",
|
|
127
|
-
"has-validation-errors": "X\u1EA3y ra l\u1ED7i x\xE1c th\u1EF1c t\u1EC7p. Vui l\xF2ng ki\u1EC3m tra l\u1EA1i t\u1EC7p c\u1EE7a b\u1EA1n tr\u01B0\u1EDBc khi t\u1EA3i l\xEAn.",
|
|
128
|
-
"images-only-accepted": "Ch\u1EC9 ch\u1EA5p nh\u1EADn t\u1EC7p \u1EA3nh.",
|
|
129
|
-
"file-type-not-allowed": "Kh\xF4ng cho ph\xE9p t\u1EA3i l\xEAn lo\u1EA1i t\u1EC7p n\xE0y.",
|
|
130
|
-
"some-files-were-not-uploaded": "M\u1ED9t s\u1ED1 t\u1EC7p ch\u01B0a \u0111\u01B0\u1EE3c t\u1EA3i l\xEAn.",
|
|
131
|
-
"file-item-edit-button": "Ch\u1EC9nh s\u1EEDa",
|
|
132
|
-
"file-item-remove-button": "G\u1EE1 b\u1ECF",
|
|
133
|
-
"a11y-activity-header-button-close": "\u0110\xF3ng",
|
|
134
|
-
"a11y-editor-tab-filters": "B\u1ED9 l\u1ECDc",
|
|
135
|
-
"a11y-editor-tab-tuning": "Tuning",
|
|
136
|
-
"a11y-editor-tab-crop": "C\u1EAFt",
|
|
137
|
-
flip: "L\u1EADt",
|
|
138
|
-
mirror: "G\u01B0\u01A1ng",
|
|
139
|
-
"a11y-cloud-editor-apply-filter": "\xC1p d\u1EE5ng b\u1ED9 l\u1ECDc {{name}}",
|
|
140
|
-
"a11y-cloud-editor-apply-crop": "\xC1p d\u1EE5ng thao t\xE1c {{name}}",
|
|
141
|
-
"a11y-cloud-editor-apply-tuning": "\xC1p d\u1EE5ng \u0111i\u1EC1u ch\u1EC9nh {{name}}",
|
|
142
|
-
finished: "Ho\xE0n th\xE0nh",
|
|
143
|
-
failed: "Th\u1EA5t b\u1EA1i",
|
|
144
|
-
uploading: "\u0110ang t\u1EA3i l\xEAn",
|
|
145
|
-
idle: "Nh\xE0n r\u1ED7i",
|
|
146
|
-
"a11y-file-item-status": "T\u1EC7p {{fileName}} \u1EDF tr\u1EA1ng th\xE1i {{status}}",
|
|
147
|
-
"select-all": "Ch\u1ECDn t\u1EA5t c\u1EA3",
|
|
148
|
-
"deselect-all": "B\u1ECF ch\u1ECDn t\u1EA5t c\u1EA3",
|
|
149
|
-
"waiting-for": "\u0110ang ch\u1EDD {{source}}",
|
|
150
|
-
"queued-uploading": "\u0110ang x\u1EBFp h\xE0ng \u0111\u1EC3 t\u1EA3i l\xEAn",
|
|
151
|
-
"queued-validation": "\u0110ang x\u1EBFp h\xE0ng \u0111\u1EC3 x\xE1c th\u1EF1c",
|
|
152
|
-
validation: "\u0110ang x\xE1c th\u1EF1c",
|
|
153
|
-
"a11y-cloud-editor-apply-aspect-ratio": "\xC1p d\u1EE5ng thao t\xE1c {{name}} {{value}}",
|
|
154
|
-
"crop-to-shape": "C\u1EAFt theo {{value}}",
|
|
155
|
-
custom: "D\u1EA1ng t\u1EF1 do",
|
|
156
|
-
"freeform-crop": "C\u1EAFt t\u1EF1 do"
|
|
157
|
-
};
|
|
158
|
-
export {
|
|
159
|
-
vi_default as default
|
|
160
|
-
};
|
|
7
|
+
var e={"locale-id":"vi","social-source-lang":"vi","upload-file":"T\u1EA3i l\xEAn t\u1EC7p","upload-files":"T\u1EA3i l\xEAn c\xE1c t\u1EC7p","choose-file":"Ch\u1ECDn t\u1EC7p","choose-files":"Ch\u1ECDn c\xE1c t\u1EC7p","drop-files-here":"Th\u1EA3 c\xE1c t\u1EC7p v\xE0o \u0111\xE2y","select-file-source":"Ch\u1ECDn ngu\u1ED3n t\u1EC7p",selected:"\u0110\xE3 ch\u1ECDn",upload:"T\u1EA3i l\xEAn","add-more":"Th\xEAm",cancel:"H\u1EE7y b\u1ECF","start-from-cancel":"H\u1EE7y b\u1ECF",clear:"X\xF3a","camera-shot":"Ch\u1EE5p","upload-url":"Nh\u1EADp kh\u1EA9u","upload-url-placeholder":"D\xE1n li\xEAn k\u1EBFt \u1EDF \u0111\xE2y","edit-image":"Ch\u1EC9nh s\u1EEDa \u1EA3nh","edit-detail":"Chi ti\u1EBFt",back:"Quay l\u1EA1i",done:"Ho\xE0n th\xE0nh",ok:"\u0110\u1ED3ng \xFD","remove-from-list":"X\xF3a",no:"Kh\xF4ng",yes:"C\xF3","confirm-your-action":"X\xE1c nh\u1EADn h\xE0nh \u0111\u1ED9ng c\u1EE7a b\u1EA1n","are-you-sure":"B\u1EA1n c\xF3 ch\u1EAFc kh\xF4ng?","selected-count":"\u0110\xE3 ch\u1ECDn:","upload-error":"L\u1ED7i t\u1EA3i l\xEAn","validation-error":"L\u1ED7i x\xE1c th\u1EF1c","no-files":"Kh\xF4ng c\xF3 t\u1EC7p n\xE0o \u0111\u01B0\u1EE3c ch\u1ECDn",browse:"Duy\u1EC7t","not-uploaded-yet":"Ch\u01B0a \u0111\u01B0\u1EE3c t\u1EA3i l\xEAn...",file__one:"t\u1EC7p",file__other:"t\u1EC7p",error__one:"l\u1ED7i",error__other:"l\u1ED7i","header-uploading":"\u0110ang t\u1EA3i l\xEAn {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} \u0111\xE3 \u0111\u01B0\u1EE3c t\u1EA3i l\xEAn","header-total":"{{count}} {{plural:file(count)}} \u0111\xE3 \u0111\u01B0\u1EE3c ch\u1ECDn","src-type-local":"T\u1EEB thi\u1EBFt b\u1ECB","src-type-from-url":"T\u1EEB li\xEAn k\u1EBFt","src-type-camera":"M\xE1y \u1EA3nh","src-type-draw":"V\u1EBD","src-type-facebook":"Facebook","src-type-dropbox":"Dropbox","src-type-gdrive":"Google Drive","src-type-ngdrive":"Google Drive","src-type-gphotos":"Google Photos","src-type-flickr":"Flickr","src-type-vk":"VK","src-type-evernote":"Evernote","src-type-box":"Box","src-type-onedrive":"OneDrive","src-type-huddle":"Huddle","src-type-other":"Kh\xE1c","src-type-mobile-video-camera":"Video","src-type-mobile-photo-camera":"\u1EA2nh","caption-from-url":"Nh\u1EADp kh\u1EA9u t\u1EEB li\xEAn k\u1EBFt","caption-camera":"M\xE1y \u1EA3nh","caption-draw":"V\u1EBD","caption-edit-file":"Ch\u1EC9nh s\u1EEDa t\u1EC7p","file-no-name":"Kh\xF4ng t\xEAn...","toggle-fullscreen":"Chuy\u1EC3n \u0111\u1ED5i to\xE0n m\xE0n h\xECnh","toggle-guides":"Chuy\u1EC3n \u0111\u1ED5i h\u01B0\u1EDBng d\u1EABn",rotate:"Xoay","flip-vertical":"L\u1EADt d\u1ECDc","flip-horizontal":"L\u1EADt ngang",apply:"\xC1p d\u1EE5ng",brightness:"\u0110\u1ED9 s\xE1ng",contrast:"T\u01B0\u01A1ng ph\u1EA3n",saturation:"\u0110\u1ED9 b\xE3o h\xF2a",exposure:"Ph\u01A1i s\xE1ng",gamma:"Gamma",vibrance:"S\u1EE9c s\u1ED1ng",warmth:"\u1EA4m \xE1p",enhance:"C\u1EA3i thi\u1EC7n",original:"B\u1EA3n g\u1ED1c",resize:"Thay \u0111\u1ED5i k\xEDch th\u01B0\u1EDBc \u1EA3nh",crop:"C\u1EAFt","select-color":"Ch\u1ECDn m\xE0u",text:"V\u0103n b\u1EA3n",draw:"V\u1EBD","cancel-edit":"H\u1EE7y ch\u1EC9nh s\u1EEDa","tab-view":"Xem tr\u01B0\u1EDBc","tab-details":"Chi ti\u1EBFt","file-name":"T\xEAn","file-size":"K\xEDch th\u01B0\u1EDBc","cdn-url":"URL CDN","file-size-unknown":"Kh\xF4ng x\xE1c \u0111\u1ECBnh","camera-permissions-denied":"Truy c\u1EADp m\xE1y \u1EA3nh b\u1ECB t\u1EEB ch\u1ED1i","camera-permissions-prompt":"Vui l\xF2ng cho ph\xE9p truy c\u1EADp v\xE0o m\xE1y \u1EA3nh","camera-permissions-request":"Y\xEAu c\u1EA7u truy c\u1EADp","files-count-limit-error-title":"Qu\xE1 gi\u1EDBi h\u1EA1n s\u1ED1 l\u01B0\u1EE3ng t\u1EC7p","files-count-limit-error-too-few":"B\u1EA1n \u0111\xE3 ch\u1ECDn {{total}} {{plural:file(total)}}. T\u1ED1i thi\u1EC3u {{min}} {{plural:file(min)}} l\xE0 c\u1EA7n thi\u1EBFt.","files-count-limit-error-too-many":"B\u1EA1n \u0111\xE3 ch\u1ECDn qu\xE1 nhi\u1EC1u t\u1EC7p. T\u1ED1i \u0111a {{max}} {{plural:file(max)}} l\xE0 \u0111\u01B0\u1EE3c ph\xE9p.","files-max-size-limit-error":"T\u1EC7p qu\xE1 l\u1EDBn. K\xEDch th\u01B0\u1EDBc t\u1ED1i \u0111a c\u1EE7a t\u1EC7p l\xE0 {{maxFileSize}}.","has-validation-errors":"X\u1EA3y ra l\u1ED7i x\xE1c th\u1EF1c t\u1EC7p. Vui l\xF2ng ki\u1EC3m tra l\u1EA1i t\u1EC7p c\u1EE7a b\u1EA1n tr\u01B0\u1EDBc khi t\u1EA3i l\xEAn.","images-only-accepted":"Ch\u1EC9 ch\u1EA5p nh\u1EADn t\u1EC7p \u1EA3nh.","file-type-not-allowed":"Kh\xF4ng cho ph\xE9p t\u1EA3i l\xEAn lo\u1EA1i t\u1EC7p n\xE0y.","some-files-were-not-uploaded":"M\u1ED9t s\u1ED1 t\u1EC7p ch\u01B0a \u0111\u01B0\u1EE3c t\u1EA3i l\xEAn.","file-item-edit-button":"Ch\u1EC9nh s\u1EEDa","file-item-remove-button":"G\u1EE1 b\u1ECF","a11y-activity-header-button-close":"\u0110\xF3ng","a11y-editor-tab-filters":"B\u1ED9 l\u1ECDc","a11y-editor-tab-tuning":"Tuning","a11y-editor-tab-crop":"C\u1EAFt",flip:"L\u1EADt",mirror:"G\u01B0\u01A1ng","a11y-cloud-editor-apply-filter":"\xC1p d\u1EE5ng b\u1ED9 l\u1ECDc {{name}}","a11y-cloud-editor-apply-crop":"\xC1p d\u1EE5ng thao t\xE1c {{name}}","a11y-cloud-editor-apply-tuning":"\xC1p d\u1EE5ng \u0111i\u1EC1u ch\u1EC9nh {{name}}",finished:"Ho\xE0n th\xE0nh",failed:"Th\u1EA5t b\u1EA1i",uploading:"\u0110ang t\u1EA3i l\xEAn",idle:"Nh\xE0n r\u1ED7i","a11y-file-item-status":"T\u1EC7p {{fileName}} \u1EDF tr\u1EA1ng th\xE1i {{status}}","select-all":"Ch\u1ECDn t\u1EA5t c\u1EA3","deselect-all":"B\u1ECF ch\u1ECDn t\u1EA5t c\u1EA3","waiting-for":"\u0110ang ch\u1EDD {{source}}","queued-uploading":"\u0110ang x\u1EBFp h\xE0ng \u0111\u1EC3 t\u1EA3i l\xEAn","queued-validation":"\u0110ang x\u1EBFp h\xE0ng \u0111\u1EC3 x\xE1c th\u1EF1c",validation:"\u0110ang x\xE1c th\u1EF1c","a11y-cloud-editor-apply-aspect-ratio":"\xC1p d\u1EE5ng thao t\xE1c {{name}} {{value}}","crop-to-shape":"C\u1EAFt theo {{value}}",custom:"D\u1EA1ng t\u1EF1 do","freeform-crop":"C\u1EAFt t\u1EF1 do"};export{e as default};
|
|
@@ -1,160 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* MIT
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
* in the Software without restriction, including without limitation the rights
|
|
10
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
* furnished to do so, subject to the following conditions:
|
|
13
|
-
*
|
|
14
|
-
* The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
* copies or substantial portions of the Software.
|
|
16
|
-
*
|
|
17
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
* SOFTWARE.
|
|
24
|
-
*
|
|
3
|
+
* Package: @uploadcare/file-uploader@1.25.0-alpha.4 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2025-12-09T11:47:40.800Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/zh-TW.ts
|
|
28
|
-
var zh_TW_default = {
|
|
29
|
-
"locale-id": "zh-TW",
|
|
30
|
-
"social-source-lang": "zh-TW",
|
|
31
|
-
"upload-file": "\u4E0A\u50B3\u6A94\u6848",
|
|
32
|
-
"upload-files": "\u4E0A\u50B3\u591A\u500B\u6A94\u6848",
|
|
33
|
-
"choose-file": "\u9078\u64C7\u6A94\u6848",
|
|
34
|
-
"choose-files": "\u9078\u64C7\u591A\u500B\u6A94\u6848",
|
|
35
|
-
"drop-files-here": "\u5C07\u6A94\u6848\u62D6\u66F3\u81F3\u6B64",
|
|
36
|
-
"select-file-source": "\u9078\u64C7\u6A94\u6848\u4F86\u6E90",
|
|
37
|
-
selected: "\u5DF2\u9078\u64C7",
|
|
38
|
-
upload: "\u4E0A\u50B3",
|
|
39
|
-
"add-more": "\u65B0\u589E\u66F4\u591A",
|
|
40
|
-
cancel: "\u53D6\u6D88",
|
|
41
|
-
"start-from-cancel": "\u53D6\u6D88",
|
|
42
|
-
clear: "\u6E05\u9664",
|
|
43
|
-
"camera-shot": "\u62CD\u651D",
|
|
44
|
-
"upload-url": "\u532F\u5165",
|
|
45
|
-
"upload-url-placeholder": "\u8CBC\u4E0A\u9023\u7D50",
|
|
46
|
-
"edit-image": "\u7DE8\u8F2F\u5716\u7247",
|
|
47
|
-
"edit-detail": "\u7DE8\u8F2F\u8A73\u60C5",
|
|
48
|
-
back: "\u8FD4\u56DE",
|
|
49
|
-
done: "\u5B8C\u6210",
|
|
50
|
-
ok: "\u78BA\u5B9A",
|
|
51
|
-
"remove-from-list": "\u79FB\u9664",
|
|
52
|
-
no: "\u5426",
|
|
53
|
-
yes: "\u662F",
|
|
54
|
-
"confirm-your-action": "\u78BA\u8A8D\u60A8\u7684\u64CD\u4F5C",
|
|
55
|
-
"are-you-sure": "\u60A8\u78BA\u5B9A\u55CE\uFF1F",
|
|
56
|
-
"selected-count": "\u5DF2\u9078\u64C7\uFF1A",
|
|
57
|
-
"upload-error": "\u4E0A\u50B3\u932F\u8AA4",
|
|
58
|
-
"validation-error": "\u9A57\u8B49\u932F\u8AA4",
|
|
59
|
-
"no-files": "\u672A\u9078\u64C7\u4EFB\u4F55\u6A94\u6848",
|
|
60
|
-
browse: "\u700F\u89BD",
|
|
61
|
-
"not-uploaded-yet": "\u5C1A\u672A\u4E0A\u50B3...",
|
|
62
|
-
file__one: "\u500B\u6A94\u6848",
|
|
63
|
-
file__other: "\u500B\u6A94\u6848",
|
|
64
|
-
error__one: "\u500B\u932F\u8AA4",
|
|
65
|
-
error__other: "\u500B\u932F\u8AA4",
|
|
66
|
-
"header-uploading": "\u6B63\u5728\u4E0A\u50B3 {{count}} {{plural:file(count)}}",
|
|
67
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
68
|
-
"header-succeed": "\u5DF2\u4E0A\u50B3 {{count}} {{plural:file(count)}}",
|
|
69
|
-
"header-total": "\u5DF2\u9078\u64C7 {{count}} {{plural:file(count)}}",
|
|
70
|
-
"src-type-local": "\u5F9E\u88DD\u7F6E",
|
|
71
|
-
"src-type-from-url": "\u5F9E\u9023\u7D50",
|
|
72
|
-
"src-type-camera": "\u76F8\u6A5F",
|
|
73
|
-
"src-type-draw": "\u7E6A\u5716",
|
|
74
|
-
"src-type-facebook": "Facebook",
|
|
75
|
-
"src-type-dropbox": "Dropbox",
|
|
76
|
-
"src-type-gdrive": "Google Drive",
|
|
77
|
-
"src-type-ngdrive": "Google Drive",
|
|
78
|
-
"src-type-gphotos": "Google Photos",
|
|
79
|
-
"src-type-flickr": "Flickr",
|
|
80
|
-
"src-type-vk": "VK",
|
|
81
|
-
"src-type-evernote": "Evernote",
|
|
82
|
-
"src-type-box": "Box",
|
|
83
|
-
"src-type-onedrive": "OneDrive",
|
|
84
|
-
"src-type-huddle": "Huddle",
|
|
85
|
-
"src-type-other": "\u5176\u4ED6",
|
|
86
|
-
"src-type-mobile-video-camera": "\u5F71\u7247",
|
|
87
|
-
"src-type-mobile-photo-camera": "\u7167\u7247",
|
|
88
|
-
"caption-from-url": "\u5F9E\u9023\u7D50\u532F\u5165",
|
|
89
|
-
"caption-camera": "\u76F8\u6A5F",
|
|
90
|
-
"caption-draw": "\u7E6A\u5716",
|
|
91
|
-
"caption-edit-file": "\u7DE8\u8F2F\u6A94\u6848",
|
|
92
|
-
"file-no-name": "\u7121\u540D\u7A31...",
|
|
93
|
-
"toggle-fullscreen": "\u5207\u63DB\u5168\u87A2\u5E55",
|
|
94
|
-
"toggle-guides": "\u5207\u63DB\u6307\u5357",
|
|
95
|
-
rotate: "\u65CB\u8F49",
|
|
96
|
-
"flip-vertical": "\u5782\u76F4\u7FFB\u8F49",
|
|
97
|
-
"flip-horizontal": "\u6C34\u5E73\u7FFB\u8F49",
|
|
98
|
-
apply: "\u61C9\u7528",
|
|
99
|
-
brightness: "\u4EAE\u5EA6",
|
|
100
|
-
contrast: "\u5C0D\u6BD4",
|
|
101
|
-
saturation: "\u98FD\u548C\u5EA6",
|
|
102
|
-
exposure: "\u66DD\u5149",
|
|
103
|
-
gamma: "\u4F3D\u746A",
|
|
104
|
-
vibrance: "\u6D3B\u529B",
|
|
105
|
-
warmth: "\u6EAB\u6696",
|
|
106
|
-
enhance: "\u589E\u5F37",
|
|
107
|
-
original: "\u539F\u59CB",
|
|
108
|
-
resize: "\u8ABF\u6574\u5716\u7247\u5927\u5C0F",
|
|
109
|
-
crop: "\u88C1\u526A",
|
|
110
|
-
"select-color": "\u9078\u64C7\u984F\u8272",
|
|
111
|
-
text: "\u6587\u5B57",
|
|
112
|
-
draw: "\u7E6A\u5716",
|
|
113
|
-
"cancel-edit": "\u53D6\u6D88\u7DE8\u8F2F",
|
|
114
|
-
"tab-view": "\u9810\u89BD",
|
|
115
|
-
"tab-details": "\u8A73\u60C5",
|
|
116
|
-
"file-name": "\u540D\u7A31",
|
|
117
|
-
"file-size": "\u5927\u5C0F",
|
|
118
|
-
"cdn-url": "CDN \u7DB2\u5740",
|
|
119
|
-
"file-size-unknown": "\u672A\u77E5",
|
|
120
|
-
"camera-permissions-denied": "\u76F8\u6A5F\u8A2A\u554F\u88AB\u62D2\u7D55",
|
|
121
|
-
"camera-permissions-prompt": "\u8ACB\u5141\u8A31\u8A2A\u554F\u76F8\u6A5F",
|
|
122
|
-
"camera-permissions-request": "\u8ACB\u6C42\u8A2A\u554F",
|
|
123
|
-
"files-count-limit-error-title": "\u6A94\u6848\u6578\u91CF\u8D85\u51FA\u9650\u5236",
|
|
124
|
-
"files-count-limit-error-too-few": "\u60A8\u9078\u64C7\u4E86 {{total}} {{plural:file(total)}}\u3002\u81F3\u5C11\u9700\u8981 {{min}} {{plural:file(min)}}\u3002",
|
|
125
|
-
"files-count-limit-error-too-many": "\u60A8\u9078\u64C7\u7684\u6A94\u6848\u592A\u591A\u3002\u6700\u591A {{max}} {{plural:file(max)}}\u3002",
|
|
126
|
-
"files-max-size-limit-error": "\u6A94\u6848\u904E\u5927\u3002\u6700\u5927\u6A94\u6848\u5927\u5C0F\u70BA {{maxFileSize}}\u3002",
|
|
127
|
-
"has-validation-errors": "\u6A94\u6848\u9A57\u8B49\u932F\u8AA4\u767C\u751F\u3002\u8ACB\u5728\u4E0A\u50B3\u524D\u6AA2\u67E5\u60A8\u7684\u6A94\u6848\u3002",
|
|
128
|
-
"images-only-accepted": "\u50C5\u63A5\u53D7\u5716\u7247\u6A94\u6848\u3002",
|
|
129
|
-
"file-type-not-allowed": "\u4E0D\u5141\u8A31\u4E0A\u50B3\u9019\u4E9B\u6A94\u6848\u985E\u578B\u3002",
|
|
130
|
-
"some-files-were-not-uploaded": "\u90E8\u5206\u6A94\u6848\u672A\u4E0A\u50B3\u3002",
|
|
131
|
-
"file-item-edit-button": "\u7DE8\u8F2F",
|
|
132
|
-
"file-item-remove-button": "\u79FB\u9664",
|
|
133
|
-
"a11y-activity-header-button-close": "\u95DC\u9589",
|
|
134
|
-
"a11y-editor-tab-filters": "\u7BE9\u9078\u5668",
|
|
135
|
-
"a11y-editor-tab-tuning": "\u8ABF\u6574",
|
|
136
|
-
"a11y-editor-tab-crop": "\u88C1\u526A",
|
|
137
|
-
flip: "\u7FFB\u8F49",
|
|
138
|
-
mirror: "\u93E1\u50CF",
|
|
139
|
-
"a11y-cloud-editor-apply-filter": "\u61C9\u7528 {{name}} \u7BE9\u9078\u5668",
|
|
140
|
-
"a11y-cloud-editor-apply-crop": "\u61C9\u7528 {{name}} \u64CD\u4F5C",
|
|
141
|
-
"a11y-cloud-editor-apply-tuning": "\u61C9\u7528 {{name}} \u8ABF\u6574",
|
|
142
|
-
finished: "\u5B8C\u6210",
|
|
143
|
-
failed: "\u5931\u6557",
|
|
144
|
-
uploading: "\u4E0A\u50B3\u4E2D",
|
|
145
|
-
idle: "\u9592\u7F6E",
|
|
146
|
-
"a11y-file-item-status": "\u6A94\u6848 {{fileName}} \u7684\u72C0\u614B\u662F {{status}}",
|
|
147
|
-
"select-all": "\u5168\u9078",
|
|
148
|
-
"deselect-all": "\u53D6\u6D88\u5168\u9078",
|
|
149
|
-
"waiting-for": "\u7B49\u5F85 {{source}}",
|
|
150
|
-
"queued-uploading": "\u6392\u968A\u7B49\u5F85\u4E0A\u50B3",
|
|
151
|
-
"queued-validation": "\u6392\u968A\u7B49\u5F85\u9A57\u8B49",
|
|
152
|
-
validation: "\u9A57\u8B49\u4E2D",
|
|
153
|
-
"a11y-cloud-editor-apply-aspect-ratio": "\u5957\u7528\u64CD\u4F5C {{name}} {{value}}",
|
|
154
|
-
"crop-to-shape": "\u88C1\u526A\u70BA {{value}}",
|
|
155
|
-
custom: "\u81EA\u7531\u5F62\u5F0F",
|
|
156
|
-
"freeform-crop": "\u81EA\u7531\u88C1\u526A"
|
|
157
|
-
};
|
|
158
|
-
export {
|
|
159
|
-
zh_TW_default as default
|
|
160
|
-
};
|
|
7
|
+
var e={"locale-id":"zh-TW","social-source-lang":"zh-TW","upload-file":"\u4E0A\u50B3\u6A94\u6848","upload-files":"\u4E0A\u50B3\u591A\u500B\u6A94\u6848","choose-file":"\u9078\u64C7\u6A94\u6848","choose-files":"\u9078\u64C7\u591A\u500B\u6A94\u6848","drop-files-here":"\u5C07\u6A94\u6848\u62D6\u66F3\u81F3\u6B64","select-file-source":"\u9078\u64C7\u6A94\u6848\u4F86\u6E90",selected:"\u5DF2\u9078\u64C7",upload:"\u4E0A\u50B3","add-more":"\u65B0\u589E\u66F4\u591A",cancel:"\u53D6\u6D88","start-from-cancel":"\u53D6\u6D88",clear:"\u6E05\u9664","camera-shot":"\u62CD\u651D","upload-url":"\u532F\u5165","upload-url-placeholder":"\u8CBC\u4E0A\u9023\u7D50","edit-image":"\u7DE8\u8F2F\u5716\u7247","edit-detail":"\u7DE8\u8F2F\u8A73\u60C5",back:"\u8FD4\u56DE",done:"\u5B8C\u6210",ok:"\u78BA\u5B9A","remove-from-list":"\u79FB\u9664",no:"\u5426",yes:"\u662F","confirm-your-action":"\u78BA\u8A8D\u60A8\u7684\u64CD\u4F5C","are-you-sure":"\u60A8\u78BA\u5B9A\u55CE\uFF1F","selected-count":"\u5DF2\u9078\u64C7\uFF1A","upload-error":"\u4E0A\u50B3\u932F\u8AA4","validation-error":"\u9A57\u8B49\u932F\u8AA4","no-files":"\u672A\u9078\u64C7\u4EFB\u4F55\u6A94\u6848",browse:"\u700F\u89BD","not-uploaded-yet":"\u5C1A\u672A\u4E0A\u50B3...",file__one:"\u500B\u6A94\u6848",file__other:"\u500B\u6A94\u6848",error__one:"\u500B\u932F\u8AA4",error__other:"\u500B\u932F\u8AA4","header-uploading":"\u6B63\u5728\u4E0A\u50B3 {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"\u5DF2\u4E0A\u50B3 {{count}} {{plural:file(count)}}","header-total":"\u5DF2\u9078\u64C7 {{count}} {{plural:file(count)}}","src-type-local":"\u5F9E\u88DD\u7F6E","src-type-from-url":"\u5F9E\u9023\u7D50","src-type-camera":"\u76F8\u6A5F","src-type-draw":"\u7E6A\u5716","src-type-facebook":"Facebook","src-type-dropbox":"Dropbox","src-type-gdrive":"Google Drive","src-type-ngdrive":"Google Drive","src-type-gphotos":"Google Photos","src-type-flickr":"Flickr","src-type-vk":"VK","src-type-evernote":"Evernote","src-type-box":"Box","src-type-onedrive":"OneDrive","src-type-huddle":"Huddle","src-type-other":"\u5176\u4ED6","src-type-mobile-video-camera":"\u5F71\u7247","src-type-mobile-photo-camera":"\u7167\u7247","caption-from-url":"\u5F9E\u9023\u7D50\u532F\u5165","caption-camera":"\u76F8\u6A5F","caption-draw":"\u7E6A\u5716","caption-edit-file":"\u7DE8\u8F2F\u6A94\u6848","file-no-name":"\u7121\u540D\u7A31...","toggle-fullscreen":"\u5207\u63DB\u5168\u87A2\u5E55","toggle-guides":"\u5207\u63DB\u6307\u5357",rotate:"\u65CB\u8F49","flip-vertical":"\u5782\u76F4\u7FFB\u8F49","flip-horizontal":"\u6C34\u5E73\u7FFB\u8F49",apply:"\u61C9\u7528",brightness:"\u4EAE\u5EA6",contrast:"\u5C0D\u6BD4",saturation:"\u98FD\u548C\u5EA6",exposure:"\u66DD\u5149",gamma:"\u4F3D\u746A",vibrance:"\u6D3B\u529B",warmth:"\u6EAB\u6696",enhance:"\u589E\u5F37",original:"\u539F\u59CB",resize:"\u8ABF\u6574\u5716\u7247\u5927\u5C0F",crop:"\u88C1\u526A","select-color":"\u9078\u64C7\u984F\u8272",text:"\u6587\u5B57",draw:"\u7E6A\u5716","cancel-edit":"\u53D6\u6D88\u7DE8\u8F2F","tab-view":"\u9810\u89BD","tab-details":"\u8A73\u60C5","file-name":"\u540D\u7A31","file-size":"\u5927\u5C0F","cdn-url":"CDN \u7DB2\u5740","file-size-unknown":"\u672A\u77E5","camera-permissions-denied":"\u76F8\u6A5F\u8A2A\u554F\u88AB\u62D2\u7D55","camera-permissions-prompt":"\u8ACB\u5141\u8A31\u8A2A\u554F\u76F8\u6A5F","camera-permissions-request":"\u8ACB\u6C42\u8A2A\u554F","files-count-limit-error-title":"\u6A94\u6848\u6578\u91CF\u8D85\u51FA\u9650\u5236","files-count-limit-error-too-few":"\u60A8\u9078\u64C7\u4E86 {{total}} {{plural:file(total)}}\u3002\u81F3\u5C11\u9700\u8981 {{min}} {{plural:file(min)}}\u3002","files-count-limit-error-too-many":"\u60A8\u9078\u64C7\u7684\u6A94\u6848\u592A\u591A\u3002\u6700\u591A {{max}} {{plural:file(max)}}\u3002","files-max-size-limit-error":"\u6A94\u6848\u904E\u5927\u3002\u6700\u5927\u6A94\u6848\u5927\u5C0F\u70BA {{maxFileSize}}\u3002","has-validation-errors":"\u6A94\u6848\u9A57\u8B49\u932F\u8AA4\u767C\u751F\u3002\u8ACB\u5728\u4E0A\u50B3\u524D\u6AA2\u67E5\u60A8\u7684\u6A94\u6848\u3002","images-only-accepted":"\u50C5\u63A5\u53D7\u5716\u7247\u6A94\u6848\u3002","file-type-not-allowed":"\u4E0D\u5141\u8A31\u4E0A\u50B3\u9019\u4E9B\u6A94\u6848\u985E\u578B\u3002","some-files-were-not-uploaded":"\u90E8\u5206\u6A94\u6848\u672A\u4E0A\u50B3\u3002","file-item-edit-button":"\u7DE8\u8F2F","file-item-remove-button":"\u79FB\u9664","a11y-activity-header-button-close":"\u95DC\u9589","a11y-editor-tab-filters":"\u7BE9\u9078\u5668","a11y-editor-tab-tuning":"\u8ABF\u6574","a11y-editor-tab-crop":"\u88C1\u526A",flip:"\u7FFB\u8F49",mirror:"\u93E1\u50CF","a11y-cloud-editor-apply-filter":"\u61C9\u7528 {{name}} \u7BE9\u9078\u5668","a11y-cloud-editor-apply-crop":"\u61C9\u7528 {{name}} \u64CD\u4F5C","a11y-cloud-editor-apply-tuning":"\u61C9\u7528 {{name}} \u8ABF\u6574",finished:"\u5B8C\u6210",failed:"\u5931\u6557",uploading:"\u4E0A\u50B3\u4E2D",idle:"\u9592\u7F6E","a11y-file-item-status":"\u6A94\u6848 {{fileName}} \u7684\u72C0\u614B\u662F {{status}}","select-all":"\u5168\u9078","deselect-all":"\u53D6\u6D88\u5168\u9078","waiting-for":"\u7B49\u5F85 {{source}}","queued-uploading":"\u6392\u968A\u7B49\u5F85\u4E0A\u50B3","queued-validation":"\u6392\u968A\u7B49\u5F85\u9A57\u8B49",validation:"\u9A57\u8B49\u4E2D","a11y-cloud-editor-apply-aspect-ratio":"\u5957\u7528\u64CD\u4F5C {{name}} {{value}}","crop-to-shape":"\u88C1\u526A\u70BA {{value}}",custom:"\u81EA\u7531\u5F62\u5F0F","freeform-crop":"\u81EA\u7531\u88C1\u526A"};export{e as default};
|
|
@@ -1,160 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* MIT
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
* in the Software without restriction, including without limitation the rights
|
|
10
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
* furnished to do so, subject to the following conditions:
|
|
13
|
-
*
|
|
14
|
-
* The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
* copies or substantial portions of the Software.
|
|
16
|
-
*
|
|
17
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
* SOFTWARE.
|
|
24
|
-
*
|
|
3
|
+
* Package: @uploadcare/file-uploader@1.25.0-alpha.4 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2025-12-09T11:47:40.800Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/zh.ts
|
|
28
|
-
var zh_default = {
|
|
29
|
-
"locale-id": "zh",
|
|
30
|
-
"social-source-lang": "zh",
|
|
31
|
-
"upload-file": "\u4E0A\u4F20\u6587\u4EF6",
|
|
32
|
-
"upload-files": "\u4E0A\u4F20\u591A\u4E2A\u6587\u4EF6",
|
|
33
|
-
"choose-file": "\u9009\u62E9\u6587\u4EF6",
|
|
34
|
-
"choose-files": "\u9009\u62E9\u591A\u4E2A\u6587\u4EF6",
|
|
35
|
-
"drop-files-here": "\u5C06\u6587\u4EF6\u62D6\u5230\u6B64\u5904",
|
|
36
|
-
"select-file-source": "\u9009\u62E9\u6587\u4EF6\u6E90",
|
|
37
|
-
selected: "\u5DF2\u9009\u62E9",
|
|
38
|
-
upload: "\u4E0A\u4F20",
|
|
39
|
-
"add-more": "\u6DFB\u52A0\u66F4\u591A",
|
|
40
|
-
cancel: "\u53D6\u6D88",
|
|
41
|
-
"start-from-cancel": "\u5F00\u59CB\u4ECE\u53D6\u6D88",
|
|
42
|
-
clear: "\u6E05\u9664",
|
|
43
|
-
"camera-shot": "\u62CD\u6444",
|
|
44
|
-
"upload-url": "\u5BFC\u5165",
|
|
45
|
-
"upload-url-placeholder": "\u5728\u6B64\u5904\u7C98\u8D34\u94FE\u63A5",
|
|
46
|
-
"edit-image": "\u7F16\u8F91\u56FE\u7247",
|
|
47
|
-
"edit-detail": "\u8BE6\u60C5",
|
|
48
|
-
back: "\u8FD4\u56DE",
|
|
49
|
-
done: "\u5B8C\u6210",
|
|
50
|
-
ok: "\u786E\u5B9A",
|
|
51
|
-
"remove-from-list": "\u79FB\u9664",
|
|
52
|
-
no: "\u5426",
|
|
53
|
-
yes: "\u662F",
|
|
54
|
-
"confirm-your-action": "\u786E\u8BA4\u60A8\u7684\u64CD\u4F5C",
|
|
55
|
-
"are-you-sure": "\u60A8\u786E\u5B9A\u5417\uFF1F",
|
|
56
|
-
"selected-count": "\u5DF2\u9009\u62E9\uFF1A",
|
|
57
|
-
"upload-error": "\u4E0A\u4F20\u9519\u8BEF",
|
|
58
|
-
"validation-error": "\u9A8C\u8BC1\u9519\u8BEF",
|
|
59
|
-
"no-files": "\u672A\u9009\u62E9\u6587\u4EF6",
|
|
60
|
-
browse: "\u6D4F\u89C8",
|
|
61
|
-
"not-uploaded-yet": "\u5C1A\u672A\u4E0A\u4F20...",
|
|
62
|
-
file__one: "\u6587\u4EF6",
|
|
63
|
-
file__other: "\u6587\u4EF6",
|
|
64
|
-
error__one: "\u9519\u8BEF",
|
|
65
|
-
error__other: "\u9519\u8BEF",
|
|
66
|
-
"header-uploading": "\u6B63\u5728\u4E0A\u4F20 {{count}} {{plural:file(count)}}",
|
|
67
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
68
|
-
"header-succeed": "{{count}} {{plural:file(count)}} \u5DF2\u4E0A\u4F20",
|
|
69
|
-
"header-total": "{{count}} {{plural:file(count)}} \u5DF2\u9009\u62E9",
|
|
70
|
-
"src-type-local": "\u4ECE\u8BBE\u5907",
|
|
71
|
-
"src-type-from-url": "\u4ECE\u94FE\u63A5",
|
|
72
|
-
"src-type-camera": "\u76F8\u673A",
|
|
73
|
-
"src-type-draw": "\u7ED8\u5236",
|
|
74
|
-
"src-type-facebook": "Facebook",
|
|
75
|
-
"src-type-dropbox": "Dropbox",
|
|
76
|
-
"src-type-gdrive": "Google Drive",
|
|
77
|
-
"src-type-ngdrive": "Google Drive",
|
|
78
|
-
"src-type-gphotos": "Google Photos",
|
|
79
|
-
"src-type-flickr": "Flickr",
|
|
80
|
-
"src-type-vk": "VK",
|
|
81
|
-
"src-type-evernote": "Evernote",
|
|
82
|
-
"src-type-box": "Box",
|
|
83
|
-
"src-type-onedrive": "OneDrive",
|
|
84
|
-
"src-type-huddle": "Huddle",
|
|
85
|
-
"src-type-other": "\u5176\u4ED6",
|
|
86
|
-
"src-type-mobile-video-camera": "\u89C6\u9891",
|
|
87
|
-
"src-type-mobile-photo-camera": "\u7167\u7247",
|
|
88
|
-
"caption-from-url": "\u4ECE\u94FE\u63A5\u5BFC\u5165",
|
|
89
|
-
"caption-camera": "\u76F8\u673A",
|
|
90
|
-
"caption-draw": "\u7ED8\u5236",
|
|
91
|
-
"caption-edit-file": "\u7F16\u8F91\u6587\u4EF6",
|
|
92
|
-
"file-no-name": "\u65E0\u540D\u79F0...",
|
|
93
|
-
"toggle-fullscreen": "\u5207\u6362\u5168\u5C4F",
|
|
94
|
-
"toggle-guides": "\u5207\u6362\u6307\u5357",
|
|
95
|
-
rotate: "\u65CB\u8F6C",
|
|
96
|
-
"flip-vertical": "\u5782\u76F4\u7FFB\u8F6C",
|
|
97
|
-
"flip-horizontal": "\u6C34\u5E73\u7FFB\u8F6C",
|
|
98
|
-
apply: "\u5E94\u7528",
|
|
99
|
-
brightness: "\u4EAE\u5EA6",
|
|
100
|
-
contrast: "\u5BF9\u6BD4",
|
|
101
|
-
saturation: "\u9971\u548C\u5EA6",
|
|
102
|
-
exposure: "\u66DD\u5149",
|
|
103
|
-
gamma: "\u4F3D\u9A6C",
|
|
104
|
-
vibrance: "\u6D3B\u529B",
|
|
105
|
-
warmth: "\u6E29\u6696",
|
|
106
|
-
enhance: "\u589E\u5F3A",
|
|
107
|
-
original: "\u539F\u59CB",
|
|
108
|
-
resize: "\u8C03\u6574\u56FE\u7247\u5927\u5C0F",
|
|
109
|
-
crop: "\u88C1\u526A",
|
|
110
|
-
"select-color": "\u9009\u62E9\u989C\u8272",
|
|
111
|
-
text: "\u6587\u672C",
|
|
112
|
-
draw: "\u7ED8\u5236",
|
|
113
|
-
"cancel-edit": "\u53D6\u6D88\u7F16\u8F91",
|
|
114
|
-
"tab-view": "\u9884\u89C8",
|
|
115
|
-
"tab-details": "\u8BE6\u60C5",
|
|
116
|
-
"file-name": "\u540D\u79F0",
|
|
117
|
-
"file-size": "\u5927\u5C0F",
|
|
118
|
-
"cdn-url": "CDN URL",
|
|
119
|
-
"file-size-unknown": "\u672A\u77E5",
|
|
120
|
-
"camera-permissions-denied": "\u76F8\u673A\u8BBF\u95EE\u88AB\u62D2\u7EDD",
|
|
121
|
-
"camera-permissions-prompt": "\u8BF7\u5141\u8BB8\u8BBF\u95EE\u76F8\u673A",
|
|
122
|
-
"camera-permissions-request": "\u8BF7\u6C42\u8BBF\u95EE",
|
|
123
|
-
"files-count-limit-error-title": "\u6587\u4EF6\u6570\u91CF\u9650\u5236\u8D85\u51FA",
|
|
124
|
-
"files-count-limit-error-too-few": "\u60A8\u9009\u62E9\u4E86 {{total}} {{plural:file(total)}}\u3002\u81F3\u5C11\u9700\u8981 {{min}} {{plural:file(min)}}\u3002",
|
|
125
|
-
"files-count-limit-error-too-many": "\u60A8\u9009\u62E9\u7684\u6587\u4EF6\u592A\u591A\u4E86\u3002\u6700\u591A {{max}} {{plural:file(max)}}\u3002",
|
|
126
|
-
"files-max-size-limit-error": "\u6587\u4EF6\u592A\u5927\u3002\u6700\u5927\u6587\u4EF6\u5927\u5C0F\u4E3A {{maxFileSize}}\u3002",
|
|
127
|
-
"has-validation-errors": "\u6587\u4EF6\u9A8C\u8BC1\u9519\u8BEF\u53D1\u751F\u3002\u8BF7\u5728\u4E0A\u4F20\u524D\u68C0\u67E5\u60A8\u7684\u6587\u4EF6\u3002",
|
|
128
|
-
"images-only-accepted": "\u53EA\u63A5\u53D7\u56FE\u50CF\u6587\u4EF6\u3002",
|
|
129
|
-
"file-type-not-allowed": "\u4E0D\u5141\u8BB8\u4E0A\u4F20\u8FD9\u4E9B\u6587\u4EF6\u7C7B\u578B\u3002",
|
|
130
|
-
"some-files-were-not-uploaded": "\u6709\u4E9B\u6587\u4EF6\u672A\u4E0A\u4F20\u3002",
|
|
131
|
-
"file-item-edit-button": "\u7F16\u8F91",
|
|
132
|
-
"file-item-remove-button": "\u79FB\u9664",
|
|
133
|
-
"a11y-activity-header-button-close": "\u5173\u95ED",
|
|
134
|
-
"a11y-editor-tab-filters": "\u8FC7\u6EE4\u5668",
|
|
135
|
-
"a11y-editor-tab-tuning": "\u8C03\u6574",
|
|
136
|
-
"a11y-editor-tab-crop": "\u88C1\u526A",
|
|
137
|
-
flip: "\u7FFB\u8F6C",
|
|
138
|
-
mirror: "\u955C\u50CF",
|
|
139
|
-
"a11y-cloud-editor-apply-filter": "\u5E94\u7528 {{name}} \u8FC7\u6EE4\u5668",
|
|
140
|
-
"a11y-cloud-editor-apply-crop": "\u5E94\u7528 {{name}} \u64CD\u4F5C",
|
|
141
|
-
"a11y-cloud-editor-apply-tuning": "\u5E94\u7528 {{name}} \u8C03\u6574",
|
|
142
|
-
finished: "\u5DF2\u5B8C\u6210",
|
|
143
|
-
failed: "\u5931\u8D25",
|
|
144
|
-
uploading: "\u4E0A\u4F20\u4E2D",
|
|
145
|
-
idle: "\u7A7A\u95F2",
|
|
146
|
-
"a11y-file-item-status": "\u6587\u4EF6 {{fileName}} \u7684\u72B6\u6001\u662F {{status}}",
|
|
147
|
-
"select-all": "\u5168\u9009",
|
|
148
|
-
"deselect-all": "\u53D6\u6D88\u5168\u9009",
|
|
149
|
-
"waiting-for": "\u7B49\u5F85 {{source}}",
|
|
150
|
-
"queued-uploading": "\u6392\u961F\u7B49\u5F85\u4E0A\u4F20",
|
|
151
|
-
"queued-validation": "\u6392\u961F\u7B49\u5F85\u9A8C\u8BC1",
|
|
152
|
-
validation: "\u6B63\u5728\u9A8C\u8BC1",
|
|
153
|
-
"a11y-cloud-editor-apply-aspect-ratio": "\u5E94\u7528\u64CD\u4F5C {{name}} {{value}}",
|
|
154
|
-
"crop-to-shape": "\u88C1\u526A\u4E3A {{value}}",
|
|
155
|
-
custom: "\u81EA\u7531\u5F62\u5F0F",
|
|
156
|
-
"freeform-crop": "\u81EA\u7531\u88C1\u526A"
|
|
157
|
-
};
|
|
158
|
-
export {
|
|
159
|
-
zh_default as default
|
|
160
|
-
};
|
|
7
|
+
var e={"locale-id":"zh","social-source-lang":"zh","upload-file":"\u4E0A\u4F20\u6587\u4EF6","upload-files":"\u4E0A\u4F20\u591A\u4E2A\u6587\u4EF6","choose-file":"\u9009\u62E9\u6587\u4EF6","choose-files":"\u9009\u62E9\u591A\u4E2A\u6587\u4EF6","drop-files-here":"\u5C06\u6587\u4EF6\u62D6\u5230\u6B64\u5904","select-file-source":"\u9009\u62E9\u6587\u4EF6\u6E90",selected:"\u5DF2\u9009\u62E9",upload:"\u4E0A\u4F20","add-more":"\u6DFB\u52A0\u66F4\u591A",cancel:"\u53D6\u6D88","start-from-cancel":"\u5F00\u59CB\u4ECE\u53D6\u6D88",clear:"\u6E05\u9664","camera-shot":"\u62CD\u6444","upload-url":"\u5BFC\u5165","upload-url-placeholder":"\u5728\u6B64\u5904\u7C98\u8D34\u94FE\u63A5","edit-image":"\u7F16\u8F91\u56FE\u7247","edit-detail":"\u8BE6\u60C5",back:"\u8FD4\u56DE",done:"\u5B8C\u6210",ok:"\u786E\u5B9A","remove-from-list":"\u79FB\u9664",no:"\u5426",yes:"\u662F","confirm-your-action":"\u786E\u8BA4\u60A8\u7684\u64CD\u4F5C","are-you-sure":"\u60A8\u786E\u5B9A\u5417\uFF1F","selected-count":"\u5DF2\u9009\u62E9\uFF1A","upload-error":"\u4E0A\u4F20\u9519\u8BEF","validation-error":"\u9A8C\u8BC1\u9519\u8BEF","no-files":"\u672A\u9009\u62E9\u6587\u4EF6",browse:"\u6D4F\u89C8","not-uploaded-yet":"\u5C1A\u672A\u4E0A\u4F20...",file__one:"\u6587\u4EF6",file__other:"\u6587\u4EF6",error__one:"\u9519\u8BEF",error__other:"\u9519\u8BEF","header-uploading":"\u6B63\u5728\u4E0A\u4F20 {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} \u5DF2\u4E0A\u4F20","header-total":"{{count}} {{plural:file(count)}} \u5DF2\u9009\u62E9","src-type-local":"\u4ECE\u8BBE\u5907","src-type-from-url":"\u4ECE\u94FE\u63A5","src-type-camera":"\u76F8\u673A","src-type-draw":"\u7ED8\u5236","src-type-facebook":"Facebook","src-type-dropbox":"Dropbox","src-type-gdrive":"Google Drive","src-type-ngdrive":"Google Drive","src-type-gphotos":"Google Photos","src-type-flickr":"Flickr","src-type-vk":"VK","src-type-evernote":"Evernote","src-type-box":"Box","src-type-onedrive":"OneDrive","src-type-huddle":"Huddle","src-type-other":"\u5176\u4ED6","src-type-mobile-video-camera":"\u89C6\u9891","src-type-mobile-photo-camera":"\u7167\u7247","caption-from-url":"\u4ECE\u94FE\u63A5\u5BFC\u5165","caption-camera":"\u76F8\u673A","caption-draw":"\u7ED8\u5236","caption-edit-file":"\u7F16\u8F91\u6587\u4EF6","file-no-name":"\u65E0\u540D\u79F0...","toggle-fullscreen":"\u5207\u6362\u5168\u5C4F","toggle-guides":"\u5207\u6362\u6307\u5357",rotate:"\u65CB\u8F6C","flip-vertical":"\u5782\u76F4\u7FFB\u8F6C","flip-horizontal":"\u6C34\u5E73\u7FFB\u8F6C",apply:"\u5E94\u7528",brightness:"\u4EAE\u5EA6",contrast:"\u5BF9\u6BD4",saturation:"\u9971\u548C\u5EA6",exposure:"\u66DD\u5149",gamma:"\u4F3D\u9A6C",vibrance:"\u6D3B\u529B",warmth:"\u6E29\u6696",enhance:"\u589E\u5F3A",original:"\u539F\u59CB",resize:"\u8C03\u6574\u56FE\u7247\u5927\u5C0F",crop:"\u88C1\u526A","select-color":"\u9009\u62E9\u989C\u8272",text:"\u6587\u672C",draw:"\u7ED8\u5236","cancel-edit":"\u53D6\u6D88\u7F16\u8F91","tab-view":"\u9884\u89C8","tab-details":"\u8BE6\u60C5","file-name":"\u540D\u79F0","file-size":"\u5927\u5C0F","cdn-url":"CDN URL","file-size-unknown":"\u672A\u77E5","camera-permissions-denied":"\u76F8\u673A\u8BBF\u95EE\u88AB\u62D2\u7EDD","camera-permissions-prompt":"\u8BF7\u5141\u8BB8\u8BBF\u95EE\u76F8\u673A","camera-permissions-request":"\u8BF7\u6C42\u8BBF\u95EE","files-count-limit-error-title":"\u6587\u4EF6\u6570\u91CF\u9650\u5236\u8D85\u51FA","files-count-limit-error-too-few":"\u60A8\u9009\u62E9\u4E86 {{total}} {{plural:file(total)}}\u3002\u81F3\u5C11\u9700\u8981 {{min}} {{plural:file(min)}}\u3002","files-count-limit-error-too-many":"\u60A8\u9009\u62E9\u7684\u6587\u4EF6\u592A\u591A\u4E86\u3002\u6700\u591A {{max}} {{plural:file(max)}}\u3002","files-max-size-limit-error":"\u6587\u4EF6\u592A\u5927\u3002\u6700\u5927\u6587\u4EF6\u5927\u5C0F\u4E3A {{maxFileSize}}\u3002","has-validation-errors":"\u6587\u4EF6\u9A8C\u8BC1\u9519\u8BEF\u53D1\u751F\u3002\u8BF7\u5728\u4E0A\u4F20\u524D\u68C0\u67E5\u60A8\u7684\u6587\u4EF6\u3002","images-only-accepted":"\u53EA\u63A5\u53D7\u56FE\u50CF\u6587\u4EF6\u3002","file-type-not-allowed":"\u4E0D\u5141\u8BB8\u4E0A\u4F20\u8FD9\u4E9B\u6587\u4EF6\u7C7B\u578B\u3002","some-files-were-not-uploaded":"\u6709\u4E9B\u6587\u4EF6\u672A\u4E0A\u4F20\u3002","file-item-edit-button":"\u7F16\u8F91","file-item-remove-button":"\u79FB\u9664","a11y-activity-header-button-close":"\u5173\u95ED","a11y-editor-tab-filters":"\u8FC7\u6EE4\u5668","a11y-editor-tab-tuning":"\u8C03\u6574","a11y-editor-tab-crop":"\u88C1\u526A",flip:"\u7FFB\u8F6C",mirror:"\u955C\u50CF","a11y-cloud-editor-apply-filter":"\u5E94\u7528 {{name}} \u8FC7\u6EE4\u5668","a11y-cloud-editor-apply-crop":"\u5E94\u7528 {{name}} \u64CD\u4F5C","a11y-cloud-editor-apply-tuning":"\u5E94\u7528 {{name}} \u8C03\u6574",finished:"\u5DF2\u5B8C\u6210",failed:"\u5931\u8D25",uploading:"\u4E0A\u4F20\u4E2D",idle:"\u7A7A\u95F2","a11y-file-item-status":"\u6587\u4EF6 {{fileName}} \u7684\u72B6\u6001\u662F {{status}}","select-all":"\u5168\u9009","deselect-all":"\u53D6\u6D88\u5168\u9009","waiting-for":"\u7B49\u5F85 {{source}}","queued-uploading":"\u6392\u961F\u7B49\u5F85\u4E0A\u4F20","queued-validation":"\u6392\u961F\u7B49\u5F85\u9A8C\u8BC1",validation:"\u6B63\u5728\u9A8C\u8BC1","a11y-cloud-editor-apply-aspect-ratio":"\u5E94\u7528\u64CD\u4F5C {{name}} {{value}}","crop-to-shape":"\u88C1\u526A\u4E3A {{value}}",custom:"\u81EA\u7531\u5F62\u5F0F","freeform-crop":"\u81EA\u7531\u88C1\u526A"};export{e as default};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uploadcare/file-uploader",
|
|
3
|
-
"version": "1.25.0-alpha.
|
|
3
|
+
"version": "1.25.0-alpha.4",
|
|
4
4
|
"description": "Building blocks for Uploadcare products integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web components",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"homepage": "https://uploadcare.com/",
|
|
69
69
|
"files": [
|
|
70
|
-
"{dist,web,types}/**/*.{js,css,d.ts,d.ts.map}",
|
|
70
|
+
"{dist,web,types}/**/*.{js,css,d.ts,d.ts.map,txt}",
|
|
71
71
|
"README.md",
|
|
72
72
|
"LICENSE"
|
|
73
73
|
],
|
|
@@ -110,9 +110,9 @@
|
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
113
|
-
"@biomejs/biome": "2.3.
|
|
113
|
+
"@biomejs/biome": "2.3.8",
|
|
114
114
|
"@biomejs/js-api": "^4.0.0",
|
|
115
|
-
"@biomejs/wasm-nodejs": "^2.3.
|
|
115
|
+
"@biomejs/wasm-nodejs": "^2.3.8",
|
|
116
116
|
"@csstools/postcss-cascade-layers": "^5.0.2",
|
|
117
117
|
"@happy-dom/global-registrator": "^20.0.10",
|
|
118
118
|
"@size-limit/esbuild-why": "^11.2.0",
|
|
@@ -121,10 +121,11 @@
|
|
|
121
121
|
"@types/node": "^24",
|
|
122
122
|
"@types/react": "^18.0.0",
|
|
123
123
|
"@types/svg-sprite": "^0.0.39",
|
|
124
|
-
"@vitest/browser": "^4.0.
|
|
125
|
-
"@vitest/browser-playwright": "^4.0.
|
|
126
|
-
"@vitest/coverage-v8": "^4.0.
|
|
124
|
+
"@vitest/browser": "^4.0.15",
|
|
125
|
+
"@vitest/browser-playwright": "^4.0.15",
|
|
126
|
+
"@vitest/coverage-v8": "^4.0.15",
|
|
127
127
|
"esbuild": "^0.25.12",
|
|
128
|
+
"esbuild-minify-templates": "^0.13.1",
|
|
128
129
|
"husky": "^9.1.7",
|
|
129
130
|
"lint-staged": "^16.2.6",
|
|
130
131
|
"node-watch": "^0.7.4",
|
|
@@ -145,21 +146,21 @@
|
|
|
145
146
|
"tsup": "^8.5.0",
|
|
146
147
|
"tsx": "^4.20.6",
|
|
147
148
|
"typescript": "^5.9.3",
|
|
148
|
-
"vite": "
|
|
149
|
-
"vitest": "^4.0.
|
|
149
|
+
"vite": "8.0.0-beta.0",
|
|
150
|
+
"vitest": "^4.0.15",
|
|
150
151
|
"vitest-browser-lit": "^1.0.1"
|
|
151
152
|
},
|
|
152
153
|
"author": "Uploadcare Inc.",
|
|
153
154
|
"license": "MIT",
|
|
154
155
|
"dependencies": {
|
|
155
156
|
"@lit/context": "^1.1.6",
|
|
156
|
-
"@symbiotejs/symbiote": "^2.3.3",
|
|
157
157
|
"@uploadcare/cname-prefix": "^6.18.2",
|
|
158
158
|
"@uploadcare/image-shrink": "^6.18.2",
|
|
159
159
|
"@uploadcare/quality-insights": "^6.18.2",
|
|
160
160
|
"@uploadcare/upload-client": "^6.18.2",
|
|
161
161
|
"keyux": "^0.7.1",
|
|
162
|
-
"lit": "^3.3.1"
|
|
162
|
+
"lit": "^3.3.1",
|
|
163
|
+
"nanostores": "^1.1.0"
|
|
163
164
|
},
|
|
164
165
|
"size-limit": [
|
|
165
166
|
{
|