@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,162 +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/lv.ts
|
|
28
|
-
var lv_default = {
|
|
29
|
-
"locale-id": "lv",
|
|
30
|
-
"social-source-lang": "lv",
|
|
31
|
-
"upload-file": "Aug\u0161upiel\u0101d\u0113t failu",
|
|
32
|
-
"upload-files": "Aug\u0161upiel\u0101d\u0113t failus",
|
|
33
|
-
"choose-file": "Izv\u0113l\u0113ties failu",
|
|
34
|
-
"choose-files": "Izv\u0113l\u0113ties failus",
|
|
35
|
-
"drop-files-here": "Nomest failus \u0161eit",
|
|
36
|
-
"select-file-source": "Izv\u0113l\u0113ties faila avotu",
|
|
37
|
-
selected: "Izv\u0113l\u0113ts",
|
|
38
|
-
upload: "Aug\u0161upiel\u0101d\u0113t",
|
|
39
|
-
"add-more": "Pievienot v\u0113l",
|
|
40
|
-
cancel: "Atcelt",
|
|
41
|
-
"start-from-cancel": "Atcelt",
|
|
42
|
-
clear: "Not\u012Br\u012Bt",
|
|
43
|
-
"camera-shot": "Uz\u0146emt",
|
|
44
|
-
"upload-url": "Import\u0113t",
|
|
45
|
-
"upload-url-placeholder": "Ievietot saiti \u0161eit",
|
|
46
|
-
"edit-image": "Redi\u0123\u0113t att\u0113lu",
|
|
47
|
-
"edit-detail": "Detaliz\u0101cija",
|
|
48
|
-
back: "Atpaka\u013C",
|
|
49
|
-
done: "Pabeigts",
|
|
50
|
-
ok: "Labi",
|
|
51
|
-
"remove-from-list": "No\u0146emt",
|
|
52
|
-
no: "N\u0113",
|
|
53
|
-
yes: "J\u0101",
|
|
54
|
-
"confirm-your-action": "Apstiprin\u0101t darb\u012Bbu",
|
|
55
|
-
"are-you-sure": "Vai esat p\u0101rliecin\u0101ts?",
|
|
56
|
-
"selected-count": "Izv\u0113l\u0113ts:",
|
|
57
|
-
"upload-error": "Aug\u0161upiel\u0101des k\u013C\u016Bda",
|
|
58
|
-
"validation-error": "Valid\u0101cijas k\u013C\u016Bda",
|
|
59
|
-
"no-files": "Nav izv\u0113l\u0113tu failu",
|
|
60
|
-
browse: "P\u0101rl\u016Bkot",
|
|
61
|
-
"not-uploaded-yet": "V\u0113l nav aug\u0161upiel\u0101d\u0113ts...",
|
|
62
|
-
file__zero: "faili",
|
|
63
|
-
file__one: "fails",
|
|
64
|
-
file__other: "faili",
|
|
65
|
-
error__zero: "k\u013C\u016Bdu",
|
|
66
|
-
error__one: "k\u013C\u016Bda",
|
|
67
|
-
error__other: "k\u013C\u016Bdas",
|
|
68
|
-
"header-uploading": "Aug\u0161upiel\u0101d\u0113 {{count}} {{plural:file(count)}}",
|
|
69
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
70
|
-
"header-succeed": "{{count}} {{plural:file(count)}} aug\u0161upiel\u0101d\u0113ts",
|
|
71
|
-
"header-total": "{{count}} {{plural:file(count)}} izv\u0113l\u0113ts",
|
|
72
|
-
"src-type-local": "No ier\u012Bces",
|
|
73
|
-
"src-type-from-url": "No saites",
|
|
74
|
-
"src-type-camera": "Kamera",
|
|
75
|
-
"src-type-draw": "Z\u012Bm\u0113t",
|
|
76
|
-
"src-type-facebook": "Facebook",
|
|
77
|
-
"src-type-dropbox": "Dropbox",
|
|
78
|
-
"src-type-gdrive": "Google Drive",
|
|
79
|
-
"src-type-ngdrive": "Google Drive",
|
|
80
|
-
"src-type-gphotos": "Google Photos",
|
|
81
|
-
"src-type-flickr": "Flickr",
|
|
82
|
-
"src-type-vk": "VK",
|
|
83
|
-
"src-type-evernote": "Evernote",
|
|
84
|
-
"src-type-box": "Box",
|
|
85
|
-
"src-type-onedrive": "OneDrive",
|
|
86
|
-
"src-type-huddle": "Huddle",
|
|
87
|
-
"src-type-other": "Cits",
|
|
88
|
-
"src-type-mobile-video-camera": "Video",
|
|
89
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
90
|
-
"caption-from-url": "Import\u0113t no saites",
|
|
91
|
-
"caption-camera": "Kamera",
|
|
92
|
-
"caption-draw": "Z\u012Bm\u0113t",
|
|
93
|
-
"caption-edit-file": "Redi\u0123\u0113t failu",
|
|
94
|
-
"file-no-name": "Bez nosaukuma...",
|
|
95
|
-
"toggle-fullscreen": "Pilnekr\u0101na re\u017E\u012Bms",
|
|
96
|
-
"toggle-guides": "R\u0101d\u012Bt vadl\u012Bnijas",
|
|
97
|
-
rotate: "Pagriezt",
|
|
98
|
-
"flip-vertical": "Apgriezt vertik\u0101li",
|
|
99
|
-
"flip-horizontal": "Apgriezt horizont\u0101li",
|
|
100
|
-
apply: "Pielietot",
|
|
101
|
-
brightness: "Spilgtums",
|
|
102
|
-
contrast: "Kontrasts",
|
|
103
|
-
saturation: "Pies\u0101tin\u0101jums",
|
|
104
|
-
exposure: "Ekspoz\u012Bcija",
|
|
105
|
-
gamma: "Gamma",
|
|
106
|
-
vibrance: "Dz\u012Bv\u012Bgums",
|
|
107
|
-
warmth: "Siltums",
|
|
108
|
-
enhance: "Uzlabot",
|
|
109
|
-
original: "Ori\u0123in\u0101ls",
|
|
110
|
-
resize: "Main\u012Bt izm\u0113ru",
|
|
111
|
-
crop: "Apgriezt",
|
|
112
|
-
"select-color": "Izv\u0113l\u0113ties kr\u0101su",
|
|
113
|
-
text: "Teksts",
|
|
114
|
-
draw: "Z\u012Bm\u0113t",
|
|
115
|
-
"cancel-edit": "Atcelt redi\u0123\u0113\u0161anu",
|
|
116
|
-
"tab-view": "Priek\u0161skat\u012Bjums",
|
|
117
|
-
"tab-details": "Detaliz\u0101cija",
|
|
118
|
-
"file-name": "Nosaukums",
|
|
119
|
-
"file-size": "Izm\u0113rs",
|
|
120
|
-
"cdn-url": "CDN URL",
|
|
121
|
-
"file-size-unknown": "Nezin\u0101ms",
|
|
122
|
-
"camera-permissions-denied": "Kameras piek\u013Cuve liegta",
|
|
123
|
-
"camera-permissions-prompt": "L\u016Bdzu, at\u013Caujiet piek\u013Cuvi kamerai",
|
|
124
|
-
"camera-permissions-request": "Piepras\u012Bt piek\u013Cuvi",
|
|
125
|
-
"files-count-limit-error-title": "Failu skaita limits p\u0101rsniegts",
|
|
126
|
-
"files-count-limit-error-too-few": "J\u016Bs esat izv\u0113l\u0113jies {{total}} {{plural:file(total)}}. Nepiecie\u0161ami vismaz {{min}} {{plural:file(min)}}.",
|
|
127
|
-
"files-count-limit-error-too-many": "J\u016Bs esat izv\u0113l\u0113jies p\u0101r\u0101k daudz failu. Maksim\u0101lais failu skaits ir {{max}}.",
|
|
128
|
-
"files-max-size-limit-error": "Fails ir p\u0101r\u0101k liels. Maksim\u0101lais faila izm\u0113rs ir {{maxFileSize}}.",
|
|
129
|
-
"has-validation-errors": "Notika faila valid\u0101cijas k\u013C\u016Bda. L\u016Bdzu, p\u0101rbaudiet savus failus pirms aug\u0161upiel\u0101des.",
|
|
130
|
-
"images-only-accepted": "Tiek pie\u0146emti tikai att\u0113lu faili.",
|
|
131
|
-
"file-type-not-allowed": "\u0160\u0101da tipa failu aug\u0161upiel\u0101de nav at\u013Cauta.",
|
|
132
|
-
"some-files-were-not-uploaded": "Da\u017Ei faili netika aug\u0161upiel\u0101d\u0113ti.",
|
|
133
|
-
"file-item-edit-button": "Redi\u0123\u0113t",
|
|
134
|
-
"file-item-remove-button": "No\u0146emt",
|
|
135
|
-
"a11y-activity-header-button-close": "Aizv\u0113rt",
|
|
136
|
-
"a11y-editor-tab-filters": "Filtri",
|
|
137
|
-
"a11y-editor-tab-tuning": "Piel\u0101go\u0161ana",
|
|
138
|
-
"a11y-editor-tab-crop": "Apgriezt",
|
|
139
|
-
flip: "Pagriezt",
|
|
140
|
-
mirror: "Spogulis",
|
|
141
|
-
"a11y-cloud-editor-apply-filter": "Lietot filtru {{name}}",
|
|
142
|
-
"a11y-cloud-editor-apply-crop": "Lietot oper\u0101ciju {{name}}",
|
|
143
|
-
"a11y-cloud-editor-apply-tuning": "Lietot piel\u0101go\u0161anu {{name}}",
|
|
144
|
-
finished: "Pabeigts",
|
|
145
|
-
failed: "Neizdev\u0101s",
|
|
146
|
-
uploading: "Aug\u0161upiel\u0101d\u0113",
|
|
147
|
-
idle: "Gaida",
|
|
148
|
-
"a11y-file-item-status": "Fails {{fileName}} ir st\u0101vokl\u012B {{status}}",
|
|
149
|
-
"select-all": "Izv\u0113l\u0113ties visus",
|
|
150
|
-
"deselect-all": "No\u0146emt izv\u0113li visiem",
|
|
151
|
-
"waiting-for": "Gaida {{source}}",
|
|
152
|
-
"queued-uploading": "Rind\u0101 aug\u0161upiel\u0101dei",
|
|
153
|
-
"queued-validation": "Rind\u0101 valid\u0101cijai",
|
|
154
|
-
validation: "Notiek valid\u0101cija",
|
|
155
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Lietot darb\u012Bbu {{name}} {{value}}",
|
|
156
|
-
"crop-to-shape": "Apgriezt l\u012Bdz {{value}}",
|
|
157
|
-
custom: "Br\u012Bv\u0101 forma",
|
|
158
|
-
"freeform-crop": "Br\u012Bva apgrie\u0161ana"
|
|
159
|
-
};
|
|
160
|
-
export {
|
|
161
|
-
lv_default as default
|
|
162
|
-
};
|
|
7
|
+
var e={"locale-id":"lv","social-source-lang":"lv","upload-file":"Aug\u0161upiel\u0101d\u0113t failu","upload-files":"Aug\u0161upiel\u0101d\u0113t failus","choose-file":"Izv\u0113l\u0113ties failu","choose-files":"Izv\u0113l\u0113ties failus","drop-files-here":"Nomest failus \u0161eit","select-file-source":"Izv\u0113l\u0113ties faila avotu",selected:"Izv\u0113l\u0113ts",upload:"Aug\u0161upiel\u0101d\u0113t","add-more":"Pievienot v\u0113l",cancel:"Atcelt","start-from-cancel":"Atcelt",clear:"Not\u012Br\u012Bt","camera-shot":"Uz\u0146emt","upload-url":"Import\u0113t","upload-url-placeholder":"Ievietot saiti \u0161eit","edit-image":"Redi\u0123\u0113t att\u0113lu","edit-detail":"Detaliz\u0101cija",back:"Atpaka\u013C",done:"Pabeigts",ok:"Labi","remove-from-list":"No\u0146emt",no:"N\u0113",yes:"J\u0101","confirm-your-action":"Apstiprin\u0101t darb\u012Bbu","are-you-sure":"Vai esat p\u0101rliecin\u0101ts?","selected-count":"Izv\u0113l\u0113ts:","upload-error":"Aug\u0161upiel\u0101des k\u013C\u016Bda","validation-error":"Valid\u0101cijas k\u013C\u016Bda","no-files":"Nav izv\u0113l\u0113tu failu",browse:"P\u0101rl\u016Bkot","not-uploaded-yet":"V\u0113l nav aug\u0161upiel\u0101d\u0113ts...",file__zero:"faili",file__one:"fails",file__other:"faili",error__zero:"k\u013C\u016Bdu",error__one:"k\u013C\u016Bda",error__other:"k\u013C\u016Bdas","header-uploading":"Aug\u0161upiel\u0101d\u0113 {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} aug\u0161upiel\u0101d\u0113ts","header-total":"{{count}} {{plural:file(count)}} izv\u0113l\u0113ts","src-type-local":"No ier\u012Bces","src-type-from-url":"No saites","src-type-camera":"Kamera","src-type-draw":"Z\u012Bm\u0113t","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":"Cits","src-type-mobile-video-camera":"Video","src-type-mobile-photo-camera":"Foto","caption-from-url":"Import\u0113t no saites","caption-camera":"Kamera","caption-draw":"Z\u012Bm\u0113t","caption-edit-file":"Redi\u0123\u0113t failu","file-no-name":"Bez nosaukuma...","toggle-fullscreen":"Pilnekr\u0101na re\u017E\u012Bms","toggle-guides":"R\u0101d\u012Bt vadl\u012Bnijas",rotate:"Pagriezt","flip-vertical":"Apgriezt vertik\u0101li","flip-horizontal":"Apgriezt horizont\u0101li",apply:"Pielietot",brightness:"Spilgtums",contrast:"Kontrasts",saturation:"Pies\u0101tin\u0101jums",exposure:"Ekspoz\u012Bcija",gamma:"Gamma",vibrance:"Dz\u012Bv\u012Bgums",warmth:"Siltums",enhance:"Uzlabot",original:"Ori\u0123in\u0101ls",resize:"Main\u012Bt izm\u0113ru",crop:"Apgriezt","select-color":"Izv\u0113l\u0113ties kr\u0101su",text:"Teksts",draw:"Z\u012Bm\u0113t","cancel-edit":"Atcelt redi\u0123\u0113\u0161anu","tab-view":"Priek\u0161skat\u012Bjums","tab-details":"Detaliz\u0101cija","file-name":"Nosaukums","file-size":"Izm\u0113rs","cdn-url":"CDN URL","file-size-unknown":"Nezin\u0101ms","camera-permissions-denied":"Kameras piek\u013Cuve liegta","camera-permissions-prompt":"L\u016Bdzu, at\u013Caujiet piek\u013Cuvi kamerai","camera-permissions-request":"Piepras\u012Bt piek\u013Cuvi","files-count-limit-error-title":"Failu skaita limits p\u0101rsniegts","files-count-limit-error-too-few":"J\u016Bs esat izv\u0113l\u0113jies {{total}} {{plural:file(total)}}. Nepiecie\u0161ami vismaz {{min}} {{plural:file(min)}}.","files-count-limit-error-too-many":"J\u016Bs esat izv\u0113l\u0113jies p\u0101r\u0101k daudz failu. Maksim\u0101lais failu skaits ir {{max}}.","files-max-size-limit-error":"Fails ir p\u0101r\u0101k liels. Maksim\u0101lais faila izm\u0113rs ir {{maxFileSize}}.","has-validation-errors":"Notika faila valid\u0101cijas k\u013C\u016Bda. L\u016Bdzu, p\u0101rbaudiet savus failus pirms aug\u0161upiel\u0101des.","images-only-accepted":"Tiek pie\u0146emti tikai att\u0113lu faili.","file-type-not-allowed":"\u0160\u0101da tipa failu aug\u0161upiel\u0101de nav at\u013Cauta.","some-files-were-not-uploaded":"Da\u017Ei faili netika aug\u0161upiel\u0101d\u0113ti.","file-item-edit-button":"Redi\u0123\u0113t","file-item-remove-button":"No\u0146emt","a11y-activity-header-button-close":"Aizv\u0113rt","a11y-editor-tab-filters":"Filtri","a11y-editor-tab-tuning":"Piel\u0101go\u0161ana","a11y-editor-tab-crop":"Apgriezt",flip:"Pagriezt",mirror:"Spogulis","a11y-cloud-editor-apply-filter":"Lietot filtru {{name}}","a11y-cloud-editor-apply-crop":"Lietot oper\u0101ciju {{name}}","a11y-cloud-editor-apply-tuning":"Lietot piel\u0101go\u0161anu {{name}}",finished:"Pabeigts",failed:"Neizdev\u0101s",uploading:"Aug\u0161upiel\u0101d\u0113",idle:"Gaida","a11y-file-item-status":"Fails {{fileName}} ir st\u0101vokl\u012B {{status}}","select-all":"Izv\u0113l\u0113ties visus","deselect-all":"No\u0146emt izv\u0113li visiem","waiting-for":"Gaida {{source}}","queued-uploading":"Rind\u0101 aug\u0161upiel\u0101dei","queued-validation":"Rind\u0101 valid\u0101cijai",validation:"Notiek valid\u0101cija","a11y-cloud-editor-apply-aspect-ratio":"Lietot darb\u012Bbu {{name}} {{value}}","crop-to-shape":"Apgriezt l\u012Bdz {{value}}",custom:"Br\u012Bv\u0101 forma","freeform-crop":"Br\u012Bva apgrie\u0161ana"};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/nb.ts
|
|
28
|
-
var nb_default = {
|
|
29
|
-
"locale-id": "nb",
|
|
30
|
-
"social-source-lang": "nb",
|
|
31
|
-
"upload-file": "Last opp fil",
|
|
32
|
-
"upload-files": "Last opp filer",
|
|
33
|
-
"choose-file": "Velg fil",
|
|
34
|
-
"choose-files": "Velg filer",
|
|
35
|
-
"drop-files-here": "Slipp filer her",
|
|
36
|
-
"select-file-source": "Velg filkilde",
|
|
37
|
-
selected: "Valgt",
|
|
38
|
-
upload: "Last opp",
|
|
39
|
-
"add-more": "Legg til flere",
|
|
40
|
-
cancel: "Avbryt",
|
|
41
|
-
"start-from-cancel": "Avbryt",
|
|
42
|
-
clear: "T\xF8m",
|
|
43
|
-
"camera-shot": "Ta bilde",
|
|
44
|
-
"upload-url": "Importer",
|
|
45
|
-
"upload-url-placeholder": "Lim inn lenke her",
|
|
46
|
-
"edit-image": "Rediger bilde",
|
|
47
|
-
"edit-detail": "Detaljer",
|
|
48
|
-
back: "Tilbake",
|
|
49
|
-
done: "Ferdig",
|
|
50
|
-
ok: "Ok",
|
|
51
|
-
"remove-from-list": "Fjern",
|
|
52
|
-
no: "Nei",
|
|
53
|
-
yes: "Ja",
|
|
54
|
-
"confirm-your-action": "Bekreft handlingen din",
|
|
55
|
-
"are-you-sure": "Er du sikker?",
|
|
56
|
-
"selected-count": "Valgt:",
|
|
57
|
-
"upload-error": "Feil ved opplasting",
|
|
58
|
-
"validation-error": "Valideringsfeil",
|
|
59
|
-
"no-files": "Ingen filer valgt",
|
|
60
|
-
browse: "Bla gjennom",
|
|
61
|
-
"not-uploaded-yet": "Ikke lastet opp enn\xE5...",
|
|
62
|
-
file__one: "fil",
|
|
63
|
-
file__other: "filer",
|
|
64
|
-
error__one: "feil",
|
|
65
|
-
error__other: "feil",
|
|
66
|
-
"header-uploading": "Laster opp {{count}} {{plural:file(count)}}",
|
|
67
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
68
|
-
"header-succeed": "{{count}} {{plural:file(count)}} lastet opp",
|
|
69
|
-
"header-total": "{{count}} {{plural:file(count)}} valgt",
|
|
70
|
-
"src-type-local": "Fra enhet",
|
|
71
|
-
"src-type-from-url": "Fra lenke",
|
|
72
|
-
"src-type-camera": "Kamera",
|
|
73
|
-
"src-type-draw": "Tegn",
|
|
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": "Annet",
|
|
86
|
-
"src-type-mobile-video-camera": "Video",
|
|
87
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
88
|
-
"caption-from-url": "Importer fra lenke",
|
|
89
|
-
"caption-camera": "Kamera",
|
|
90
|
-
"caption-draw": "Tegn",
|
|
91
|
-
"caption-edit-file": "Rediger fil",
|
|
92
|
-
"file-no-name": "Ingen navn...",
|
|
93
|
-
"toggle-fullscreen": "Veksle fullskjerm",
|
|
94
|
-
"toggle-guides": "Veksle guider",
|
|
95
|
-
rotate: "Roter",
|
|
96
|
-
"flip-vertical": "Vend vertikalt",
|
|
97
|
-
"flip-horizontal": "Vend horisontalt",
|
|
98
|
-
apply: "Bruk",
|
|
99
|
-
brightness: "Lysstyrke",
|
|
100
|
-
contrast: "Kontrast",
|
|
101
|
-
saturation: "Metning",
|
|
102
|
-
exposure: "Eksponering",
|
|
103
|
-
gamma: "Gamma",
|
|
104
|
-
vibrance: "Fargeintensitet",
|
|
105
|
-
warmth: "Varme",
|
|
106
|
-
enhance: "Forbedre",
|
|
107
|
-
original: "Original",
|
|
108
|
-
resize: "Endre st\xF8rrelse p\xE5 bilde",
|
|
109
|
-
crop: "Beskj\xE6r",
|
|
110
|
-
"select-color": "Velg farge",
|
|
111
|
-
text: "Tekst",
|
|
112
|
-
draw: "Tegn",
|
|
113
|
-
"cancel-edit": "Avbryt redigering",
|
|
114
|
-
"tab-view": "Forh\xE5ndsvisning",
|
|
115
|
-
"tab-details": "Detaljer",
|
|
116
|
-
"file-name": "Navn",
|
|
117
|
-
"file-size": "St\xF8rrelse",
|
|
118
|
-
"cdn-url": "CDN URL",
|
|
119
|
-
"file-size-unknown": "Ukjent",
|
|
120
|
-
"camera-permissions-denied": "Tilgang til kamera nektet",
|
|
121
|
-
"camera-permissions-prompt": "Vennligst gi tilgang til kameraet",
|
|
122
|
-
"camera-permissions-request": "Be om tilgang",
|
|
123
|
-
"files-count-limit-error-title": "Filtellgrensen overskredet",
|
|
124
|
-
"files-count-limit-error-too-few": "Du har valgt {{total}} {{plural:file(total)}}. Minst {{min}} {{plural:file(min)}} kreves.",
|
|
125
|
-
"files-count-limit-error-too-many": "Du har valgt for mange filer. Maksimum {{max}} {{plural:file(max)}} er tillatt.",
|
|
126
|
-
"files-max-size-limit-error": "Filen er for stor. Maks filst\xF8rrelse er {{maxFileSize}}.",
|
|
127
|
-
"has-validation-errors": "Valideringsfeil har oppst\xE5tt. Vennligst sjekk filene dine f\xF8r opplasting.",
|
|
128
|
-
"images-only-accepted": "Kun bildefiler er akseptert.",
|
|
129
|
-
"file-type-not-allowed": "Opplasting av disse filtypene er ikke tillatt.",
|
|
130
|
-
"some-files-were-not-uploaded": "Noen filer ble ikke lastet opp.",
|
|
131
|
-
"file-item-edit-button": "Rediger",
|
|
132
|
-
"file-item-remove-button": "Fjern",
|
|
133
|
-
"a11y-activity-header-button-close": "Lukk",
|
|
134
|
-
"a11y-editor-tab-filters": "Filtre",
|
|
135
|
-
"a11y-editor-tab-tuning": "Innstillinger",
|
|
136
|
-
"a11y-editor-tab-crop": "Beskj\xE6r",
|
|
137
|
-
flip: "Vend",
|
|
138
|
-
mirror: "Speil",
|
|
139
|
-
"a11y-cloud-editor-apply-filter": "Bruk filter {{name}}",
|
|
140
|
-
"a11y-cloud-editor-apply-crop": "Bruk operasjon {{name}}",
|
|
141
|
-
"a11y-cloud-editor-apply-tuning": "Bruk innstilling {{name}}",
|
|
142
|
-
finished: "Fullf\xF8rt",
|
|
143
|
-
failed: "Mislyktes",
|
|
144
|
-
uploading: "Laster opp",
|
|
145
|
-
idle: "Inaktiv",
|
|
146
|
-
"a11y-file-item-status": "Fil {{fileName}} i status {{status}}",
|
|
147
|
-
"select-all": "Velg alle",
|
|
148
|
-
"deselect-all": "Fjern alle",
|
|
149
|
-
"waiting-for": "Venter p\xE5 {{source}}",
|
|
150
|
-
"queued-uploading": "I k\xF8 for opplasting",
|
|
151
|
-
"queued-validation": "I k\xF8 for validering",
|
|
152
|
-
validation: "Validerer",
|
|
153
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Bruk handling {{name}} {{value}}",
|
|
154
|
-
"crop-to-shape": "Beskj\xE6r til {{value}}",
|
|
155
|
-
custom: "Fri form",
|
|
156
|
-
"freeform-crop": "Fri beskj\xE6ring"
|
|
157
|
-
};
|
|
158
|
-
export {
|
|
159
|
-
nb_default as default
|
|
160
|
-
};
|
|
7
|
+
var e={"locale-id":"nb","social-source-lang":"nb","upload-file":"Last opp fil","upload-files":"Last opp filer","choose-file":"Velg fil","choose-files":"Velg filer","drop-files-here":"Slipp filer her","select-file-source":"Velg filkilde",selected:"Valgt",upload:"Last opp","add-more":"Legg til flere",cancel:"Avbryt","start-from-cancel":"Avbryt",clear:"T\xF8m","camera-shot":"Ta bilde","upload-url":"Importer","upload-url-placeholder":"Lim inn lenke her","edit-image":"Rediger bilde","edit-detail":"Detaljer",back:"Tilbake",done:"Ferdig",ok:"Ok","remove-from-list":"Fjern",no:"Nei",yes:"Ja","confirm-your-action":"Bekreft handlingen din","are-you-sure":"Er du sikker?","selected-count":"Valgt:","upload-error":"Feil ved opplasting","validation-error":"Valideringsfeil","no-files":"Ingen filer valgt",browse:"Bla gjennom","not-uploaded-yet":"Ikke lastet opp enn\xE5...",file__one:"fil",file__other:"filer",error__one:"feil",error__other:"feil","header-uploading":"Laster opp {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} lastet opp","header-total":"{{count}} {{plural:file(count)}} valgt","src-type-local":"Fra enhet","src-type-from-url":"Fra lenke","src-type-camera":"Kamera","src-type-draw":"Tegn","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":"Annet","src-type-mobile-video-camera":"Video","src-type-mobile-photo-camera":"Foto","caption-from-url":"Importer fra lenke","caption-camera":"Kamera","caption-draw":"Tegn","caption-edit-file":"Rediger fil","file-no-name":"Ingen navn...","toggle-fullscreen":"Veksle fullskjerm","toggle-guides":"Veksle guider",rotate:"Roter","flip-vertical":"Vend vertikalt","flip-horizontal":"Vend horisontalt",apply:"Bruk",brightness:"Lysstyrke",contrast:"Kontrast",saturation:"Metning",exposure:"Eksponering",gamma:"Gamma",vibrance:"Fargeintensitet",warmth:"Varme",enhance:"Forbedre",original:"Original",resize:"Endre st\xF8rrelse p\xE5 bilde",crop:"Beskj\xE6r","select-color":"Velg farge",text:"Tekst",draw:"Tegn","cancel-edit":"Avbryt redigering","tab-view":"Forh\xE5ndsvisning","tab-details":"Detaljer","file-name":"Navn","file-size":"St\xF8rrelse","cdn-url":"CDN URL","file-size-unknown":"Ukjent","camera-permissions-denied":"Tilgang til kamera nektet","camera-permissions-prompt":"Vennligst gi tilgang til kameraet","camera-permissions-request":"Be om tilgang","files-count-limit-error-title":"Filtellgrensen overskredet","files-count-limit-error-too-few":"Du har valgt {{total}} {{plural:file(total)}}. Minst {{min}} {{plural:file(min)}} kreves.","files-count-limit-error-too-many":"Du har valgt for mange filer. Maksimum {{max}} {{plural:file(max)}} er tillatt.","files-max-size-limit-error":"Filen er for stor. Maks filst\xF8rrelse er {{maxFileSize}}.","has-validation-errors":"Valideringsfeil har oppst\xE5tt. Vennligst sjekk filene dine f\xF8r opplasting.","images-only-accepted":"Kun bildefiler er akseptert.","file-type-not-allowed":"Opplasting av disse filtypene er ikke tillatt.","some-files-were-not-uploaded":"Noen filer ble ikke lastet opp.","file-item-edit-button":"Rediger","file-item-remove-button":"Fjern","a11y-activity-header-button-close":"Lukk","a11y-editor-tab-filters":"Filtre","a11y-editor-tab-tuning":"Innstillinger","a11y-editor-tab-crop":"Beskj\xE6r",flip:"Vend",mirror:"Speil","a11y-cloud-editor-apply-filter":"Bruk filter {{name}}","a11y-cloud-editor-apply-crop":"Bruk operasjon {{name}}","a11y-cloud-editor-apply-tuning":"Bruk innstilling {{name}}",finished:"Fullf\xF8rt",failed:"Mislyktes",uploading:"Laster opp",idle:"Inaktiv","a11y-file-item-status":"Fil {{fileName}} i status {{status}}","select-all":"Velg alle","deselect-all":"Fjern alle","waiting-for":"Venter p\xE5 {{source}}","queued-uploading":"I k\xF8 for opplasting","queued-validation":"I k\xF8 for validering",validation:"Validerer","a11y-cloud-editor-apply-aspect-ratio":"Bruk handling {{name}} {{value}}","crop-to-shape":"Beskj\xE6r til {{value}}",custom:"Fri form","freeform-crop":"Fri beskj\xE6ring"};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/nl.ts
|
|
28
|
-
var nl_default = {
|
|
29
|
-
"locale-id": "nl",
|
|
30
|
-
"social-source-lang": "nl",
|
|
31
|
-
"upload-file": "Bestand uploaden",
|
|
32
|
-
"upload-files": "Bestanden uploaden",
|
|
33
|
-
"choose-file": "Kies bestand",
|
|
34
|
-
"choose-files": "Kies bestanden",
|
|
35
|
-
"drop-files-here": "Bestanden hier neerzetten",
|
|
36
|
-
"select-file-source": "Selecteer bestandsbron",
|
|
37
|
-
selected: "Geselecteerd",
|
|
38
|
-
upload: "Uploaden",
|
|
39
|
-
"add-more": "Meer toevoegen",
|
|
40
|
-
cancel: "Annuleren",
|
|
41
|
-
"start-from-cancel": "Annuleren",
|
|
42
|
-
clear: "Wissen",
|
|
43
|
-
"camera-shot": "Foto maken",
|
|
44
|
-
"upload-url": "Importeren",
|
|
45
|
-
"upload-url-placeholder": "Plak hier de link",
|
|
46
|
-
"edit-image": "Afbeelding bewerken",
|
|
47
|
-
"edit-detail": "Details bewerken",
|
|
48
|
-
back: "Terug",
|
|
49
|
-
done: "Gedaan",
|
|
50
|
-
ok: "Ok",
|
|
51
|
-
"remove-from-list": "Verwijderen",
|
|
52
|
-
no: "Nee",
|
|
53
|
-
yes: "Ja",
|
|
54
|
-
"confirm-your-action": "Bevestig je actie",
|
|
55
|
-
"are-you-sure": "Weet je het zeker?",
|
|
56
|
-
"selected-count": "Geselecteerd:",
|
|
57
|
-
"upload-error": "Uploadfout",
|
|
58
|
-
"validation-error": "Validatiefout",
|
|
59
|
-
"no-files": "Geen bestanden geselecteerd",
|
|
60
|
-
browse: "Bladeren",
|
|
61
|
-
"not-uploaded-yet": "Nog niet ge\xFCpload...",
|
|
62
|
-
file__one: "bestand",
|
|
63
|
-
file__other: "bestanden",
|
|
64
|
-
error__one: "fout",
|
|
65
|
-
error__other: "fouten",
|
|
66
|
-
"header-uploading": "Uploaden van {{count}} {{plural:file(count)}}",
|
|
67
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
68
|
-
"header-succeed": "{{count}} {{plural:file(count)}} ge\xFCpload",
|
|
69
|
-
"header-total": "{{count}} {{plural:file(count)}} geselecteerd",
|
|
70
|
-
"src-type-local": "Van apparaat",
|
|
71
|
-
"src-type-from-url": "Van link",
|
|
72
|
-
"src-type-camera": "Camera",
|
|
73
|
-
"src-type-draw": "Tekenen",
|
|
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": "Andere",
|
|
86
|
-
"src-type-mobile-video-camera": "Video",
|
|
87
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
88
|
-
"caption-from-url": "Importeren van link",
|
|
89
|
-
"caption-camera": "Camera",
|
|
90
|
-
"caption-draw": "Tekenen",
|
|
91
|
-
"caption-edit-file": "Bestand bewerken",
|
|
92
|
-
"file-no-name": "Geen naam...",
|
|
93
|
-
"toggle-fullscreen": "Volledig scherm wisselen",
|
|
94
|
-
"toggle-guides": "Richtlijnen wisselen",
|
|
95
|
-
rotate: "Roteren",
|
|
96
|
-
"flip-vertical": "Verticaal spiegelen",
|
|
97
|
-
"flip-horizontal": "Horizontaal spiegelen",
|
|
98
|
-
apply: "Toepassen",
|
|
99
|
-
brightness: "Helderheid",
|
|
100
|
-
contrast: "Contrast",
|
|
101
|
-
saturation: "Verzadiging",
|
|
102
|
-
exposure: "Belichting",
|
|
103
|
-
gamma: "Gamma",
|
|
104
|
-
vibrance: "Levendigheid",
|
|
105
|
-
warmth: "Warmte",
|
|
106
|
-
enhance: "Verbeteren",
|
|
107
|
-
original: "Origineel",
|
|
108
|
-
resize: "Afbeelding schalen",
|
|
109
|
-
crop: "Bijsnijden",
|
|
110
|
-
"select-color": "Kleur selecteren",
|
|
111
|
-
text: "Tekst",
|
|
112
|
-
draw: "Tekenen",
|
|
113
|
-
"cancel-edit": "Bewerken annuleren",
|
|
114
|
-
"tab-view": "Voorbeeld",
|
|
115
|
-
"tab-details": "Details",
|
|
116
|
-
"file-name": "Naam",
|
|
117
|
-
"file-size": "Grootte",
|
|
118
|
-
"cdn-url": "CDN URL",
|
|
119
|
-
"file-size-unknown": "Onbekend",
|
|
120
|
-
"camera-permissions-denied": "Toegang tot de camera geweigerd",
|
|
121
|
-
"camera-permissions-prompt": "Geef toegang tot de camera alstublieft",
|
|
122
|
-
"camera-permissions-request": "Toegang aanvragen",
|
|
123
|
-
"files-count-limit-error-title": "Bestandslimiet overschreden",
|
|
124
|
-
"files-count-limit-error-too-few": "U heeft {{total}} {{plural:file(total)}} gekozen. Minimaal {{min}} {{plural:file(min)}} vereist.",
|
|
125
|
-
"files-count-limit-error-too-many": "U heeft te veel bestanden gekozen. Maximaal {{max}} {{plural:file(max)}} toegestaan.",
|
|
126
|
-
"files-max-size-limit-error": "Bestand is te groot. Max bestandsgrootte is {{maxFileSize}}.",
|
|
127
|
-
"has-validation-errors": "Er is een validatiefout opgetreden. Controleer uw bestanden voor het uploaden.",
|
|
128
|
-
"images-only-accepted": "Alleen afbeeldingsbestanden worden geaccepteerd.",
|
|
129
|
-
"file-type-not-allowed": "Dit bestandstype is niet toegestaan.",
|
|
130
|
-
"some-files-were-not-uploaded": "Sommige bestanden zijn niet ge\xFCpload.",
|
|
131
|
-
"file-item-edit-button": "Bewerken",
|
|
132
|
-
"file-item-remove-button": "Verwijderen",
|
|
133
|
-
"a11y-activity-header-button-close": "Sluiten",
|
|
134
|
-
"a11y-editor-tab-filters": "Filters",
|
|
135
|
-
"a11y-editor-tab-tuning": "Afstemming",
|
|
136
|
-
"a11y-editor-tab-crop": "Bijsnijden",
|
|
137
|
-
flip: "Omdraaien",
|
|
138
|
-
mirror: "Spiegel",
|
|
139
|
-
"a11y-cloud-editor-apply-filter": "{{name}} filter toepassen",
|
|
140
|
-
"a11y-cloud-editor-apply-crop": "{{name}} operatie toepassen",
|
|
141
|
-
"a11y-cloud-editor-apply-tuning": "{{name}} afstemming toepassen",
|
|
142
|
-
finished: "Voltooid",
|
|
143
|
-
failed: "Mislukt",
|
|
144
|
-
uploading: "Uploaden",
|
|
145
|
-
idle: "Inactief",
|
|
146
|
-
"a11y-file-item-status": "Bestand {{fileName}} in status {{status}}",
|
|
147
|
-
"select-all": "Selecteer alles",
|
|
148
|
-
"deselect-all": "Deselecteer alles",
|
|
149
|
-
"waiting-for": "Wachten op {{source}}",
|
|
150
|
-
"queued-uploading": "In de wachtrij voor upload",
|
|
151
|
-
"queued-validation": "In de wachtrij voor validatie",
|
|
152
|
-
validation: "Bezig met valideren",
|
|
153
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Bewerking {{name}} {{value}} toepassen",
|
|
154
|
-
"crop-to-shape": "Bijsnijden naar {{value}}",
|
|
155
|
-
custom: "Vrije vorm",
|
|
156
|
-
"freeform-crop": "Vrije uitsnijding"
|
|
157
|
-
};
|
|
158
|
-
export {
|
|
159
|
-
nl_default as default
|
|
160
|
-
};
|
|
7
|
+
var e={"locale-id":"nl","social-source-lang":"nl","upload-file":"Bestand uploaden","upload-files":"Bestanden uploaden","choose-file":"Kies bestand","choose-files":"Kies bestanden","drop-files-here":"Bestanden hier neerzetten","select-file-source":"Selecteer bestandsbron",selected:"Geselecteerd",upload:"Uploaden","add-more":"Meer toevoegen",cancel:"Annuleren","start-from-cancel":"Annuleren",clear:"Wissen","camera-shot":"Foto maken","upload-url":"Importeren","upload-url-placeholder":"Plak hier de link","edit-image":"Afbeelding bewerken","edit-detail":"Details bewerken",back:"Terug",done:"Gedaan",ok:"Ok","remove-from-list":"Verwijderen",no:"Nee",yes:"Ja","confirm-your-action":"Bevestig je actie","are-you-sure":"Weet je het zeker?","selected-count":"Geselecteerd:","upload-error":"Uploadfout","validation-error":"Validatiefout","no-files":"Geen bestanden geselecteerd",browse:"Bladeren","not-uploaded-yet":"Nog niet ge\xFCpload...",file__one:"bestand",file__other:"bestanden",error__one:"fout",error__other:"fouten","header-uploading":"Uploaden van {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} ge\xFCpload","header-total":"{{count}} {{plural:file(count)}} geselecteerd","src-type-local":"Van apparaat","src-type-from-url":"Van link","src-type-camera":"Camera","src-type-draw":"Tekenen","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":"Andere","src-type-mobile-video-camera":"Video","src-type-mobile-photo-camera":"Foto","caption-from-url":"Importeren van link","caption-camera":"Camera","caption-draw":"Tekenen","caption-edit-file":"Bestand bewerken","file-no-name":"Geen naam...","toggle-fullscreen":"Volledig scherm wisselen","toggle-guides":"Richtlijnen wisselen",rotate:"Roteren","flip-vertical":"Verticaal spiegelen","flip-horizontal":"Horizontaal spiegelen",apply:"Toepassen",brightness:"Helderheid",contrast:"Contrast",saturation:"Verzadiging",exposure:"Belichting",gamma:"Gamma",vibrance:"Levendigheid",warmth:"Warmte",enhance:"Verbeteren",original:"Origineel",resize:"Afbeelding schalen",crop:"Bijsnijden","select-color":"Kleur selecteren",text:"Tekst",draw:"Tekenen","cancel-edit":"Bewerken annuleren","tab-view":"Voorbeeld","tab-details":"Details","file-name":"Naam","file-size":"Grootte","cdn-url":"CDN URL","file-size-unknown":"Onbekend","camera-permissions-denied":"Toegang tot de camera geweigerd","camera-permissions-prompt":"Geef toegang tot de camera alstublieft","camera-permissions-request":"Toegang aanvragen","files-count-limit-error-title":"Bestandslimiet overschreden","files-count-limit-error-too-few":"U heeft {{total}} {{plural:file(total)}} gekozen. Minimaal {{min}} {{plural:file(min)}} vereist.","files-count-limit-error-too-many":"U heeft te veel bestanden gekozen. Maximaal {{max}} {{plural:file(max)}} toegestaan.","files-max-size-limit-error":"Bestand is te groot. Max bestandsgrootte is {{maxFileSize}}.","has-validation-errors":"Er is een validatiefout opgetreden. Controleer uw bestanden voor het uploaden.","images-only-accepted":"Alleen afbeeldingsbestanden worden geaccepteerd.","file-type-not-allowed":"Dit bestandstype is niet toegestaan.","some-files-were-not-uploaded":"Sommige bestanden zijn niet ge\xFCpload.","file-item-edit-button":"Bewerken","file-item-remove-button":"Verwijderen","a11y-activity-header-button-close":"Sluiten","a11y-editor-tab-filters":"Filters","a11y-editor-tab-tuning":"Afstemming","a11y-editor-tab-crop":"Bijsnijden",flip:"Omdraaien",mirror:"Spiegel","a11y-cloud-editor-apply-filter":"{{name}} filter toepassen","a11y-cloud-editor-apply-crop":"{{name}} operatie toepassen","a11y-cloud-editor-apply-tuning":"{{name}} afstemming toepassen",finished:"Voltooid",failed:"Mislukt",uploading:"Uploaden",idle:"Inactief","a11y-file-item-status":"Bestand {{fileName}} in status {{status}}","select-all":"Selecteer alles","deselect-all":"Deselecteer alles","waiting-for":"Wachten op {{source}}","queued-uploading":"In de wachtrij voor upload","queued-validation":"In de wachtrij voor validatie",validation:"Bezig met valideren","a11y-cloud-editor-apply-aspect-ratio":"Bewerking {{name}} {{value}} toepassen","crop-to-shape":"Bijsnijden naar {{value}}",custom:"Vrije vorm","freeform-crop":"Vrije uitsnijding"};export{e as default};
|