@uploadcare/file-uploader 1.25.0 → 1.26.1
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 -75
- package/dist/env.js +4 -33
- package/dist/index.css +5 -2660
- package/dist/index.d.ts +2326 -1670
- package/dist/index.js +6 -12012
- package/dist/index.layered.css +4 -2716
- package/dist/index.ssr.js +532 -768
- 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 +44 -32
- package/types/jsx.d.ts +75 -48
- package/web/file-uploader.iife.min.d.ts +2619 -1833
- package/web/file-uploader.iife.min.js +6 -27
- package/web/file-uploader.iife.min.js.LEGAL.txt +71 -0
- package/web/file-uploader.min.d.ts +2619 -1833
- package/web/file-uploader.min.js +5 -26
- 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 +1835 -580
- package/web/uc-cloud-image-editor.min.js +5 -26
- 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 +2619 -1833
- package/web/uc-file-uploader-inline.min.js +5 -26
- 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 +2619 -1833
- package/web/uc-file-uploader-minimal.min.js +5 -26
- 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 +2619 -1833
- package/web/uc-file-uploader-regular.min.js +5 -26
- package/web/uc-file-uploader-regular.min.js.LEGAL.txt +71 -0
- package/web/uc-img.min.d.ts +60 -100
- package/web/uc-img.min.js +5 -25
- package/web/uc-img.min.js.LEGAL.txt +24 -0
|
@@ -1,164 +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.26.1 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2026-01-29T13:51:28.487Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/cs.js
|
|
28
|
-
var cs_default = {
|
|
29
|
-
"locale-id": "cs",
|
|
30
|
-
"social-source-lang": "cs",
|
|
31
|
-
"upload-file": "Nahr\xE1t soubor",
|
|
32
|
-
"upload-files": "Nahr\xE1t soubory",
|
|
33
|
-
"choose-file": "Vybrat soubor",
|
|
34
|
-
"choose-files": "Vybrat soubory",
|
|
35
|
-
"drop-files-here": "P\u0159et\xE1hn\u011Bte soubory sem",
|
|
36
|
-
"select-file-source": "Vyberte zdroj souboru",
|
|
37
|
-
selected: "Vybr\xE1no",
|
|
38
|
-
upload: "Nahr\xE1t",
|
|
39
|
-
"add-more": "P\u0159idat dal\u0161\xED",
|
|
40
|
-
cancel: "Zru\u0161it",
|
|
41
|
-
"start-from-cancel": "Zru\u0161it",
|
|
42
|
-
clear: "Vy\u010Distit",
|
|
43
|
-
"camera-shot": "Sn\xEDmek",
|
|
44
|
-
"upload-url": "Importovat",
|
|
45
|
-
"upload-url-placeholder": "Vlo\u017Ete odkaz zde",
|
|
46
|
-
"edit-image": "Upravit obr\xE1zek",
|
|
47
|
-
"edit-detail": "Detaily",
|
|
48
|
-
back: "Zp\u011Bt",
|
|
49
|
-
done: "Hotovo",
|
|
50
|
-
ok: "Ok",
|
|
51
|
-
"remove-from-list": "Odebrat",
|
|
52
|
-
no: "Ne",
|
|
53
|
-
yes: "Ano",
|
|
54
|
-
"confirm-your-action": "Potvrdit akci",
|
|
55
|
-
"are-you-sure": "Jste si jist\xED?",
|
|
56
|
-
"selected-count": "Vybr\xE1no:",
|
|
57
|
-
"select-all": "Vybrat v\u0161e",
|
|
58
|
-
"deselect-all": "Zru\u0161it v\xFDb\u011Br v\u0161eho",
|
|
59
|
-
"upload-error": "Chyba nahr\xE1v\xE1n\xED",
|
|
60
|
-
"validation-error": "Chyba validace",
|
|
61
|
-
"no-files": "Nebyly vybr\xE1ny \u017E\xE1dn\xE9 soubory",
|
|
62
|
-
browse: "Proch\xE1zet",
|
|
63
|
-
"not-uploaded-yet": "Je\u0161t\u011B nebylo nahr\xE1no...",
|
|
64
|
-
file__one: "soubor",
|
|
65
|
-
file__few: "soubory",
|
|
66
|
-
file__many: "soubor\u016F",
|
|
67
|
-
file__other: "soubor\u016F",
|
|
68
|
-
error__one: "chyba",
|
|
69
|
-
error__few: "chyby",
|
|
70
|
-
error__many: "chyby",
|
|
71
|
-
error__other: "chyb",
|
|
72
|
-
"header-uploading": "Nahr\xE1v\xE1 se {{count}} {{plural:file(count)}}",
|
|
73
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
74
|
-
"header-succeed": "{{count}} {{plural:file(count)}} nahr\xE1no",
|
|
75
|
-
"header-total": "{{count}} {{plural:file(count)}} vybr\xE1no",
|
|
76
|
-
"src-type-local": "Za\u0159\xEDzen\xED",
|
|
77
|
-
"src-type-from-url": "Z odkazu",
|
|
78
|
-
"src-type-camera": "Kamera",
|
|
79
|
-
"src-type-draw": "Kreslit",
|
|
80
|
-
"src-type-facebook": "Facebook",
|
|
81
|
-
"src-type-dropbox": "Dropbox",
|
|
82
|
-
"src-type-gdrive": "Google Drive",
|
|
83
|
-
"src-type-ngdrive": "Google Drive",
|
|
84
|
-
"src-type-gphotos": "Google Photos",
|
|
85
|
-
"src-type-flickr": "Flickr",
|
|
86
|
-
"src-type-vk": "VK",
|
|
87
|
-
"src-type-evernote": "Evernote",
|
|
88
|
-
"src-type-box": "Box",
|
|
89
|
-
"src-type-onedrive": "OneDrive",
|
|
90
|
-
"src-type-huddle": "Huddle",
|
|
91
|
-
"src-type-other": "Jin\xE9",
|
|
92
|
-
"src-type-mobile-video-camera": "Video",
|
|
93
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
94
|
-
"caption-from-url": "Importovat z odkazu",
|
|
95
|
-
"caption-camera": "Kamera",
|
|
96
|
-
"caption-draw": "Kreslit",
|
|
97
|
-
"caption-edit-file": "Upravit soubor",
|
|
98
|
-
"file-no-name": "Bez n\xE1zvu...",
|
|
99
|
-
"toggle-fullscreen": "P\u0159epnout celou obrazovku",
|
|
100
|
-
"toggle-guides": "P\u0159epnout pr\u016Fvodce",
|
|
101
|
-
rotate: "Oto\u010Dit",
|
|
102
|
-
"flip-vertical": "P\u0159evr\xE1tit vertik\xE1ln\u011B",
|
|
103
|
-
"flip-horizontal": "P\u0159evr\xE1tit horizont\xE1ln\u011B",
|
|
104
|
-
apply: "Pou\u017E\xEDt",
|
|
105
|
-
brightness: "Jas",
|
|
106
|
-
contrast: "Kontrast",
|
|
107
|
-
saturation: "Sytost",
|
|
108
|
-
exposure: "Expozice",
|
|
109
|
-
gamma: "Gama",
|
|
110
|
-
vibrance: "Vibrance",
|
|
111
|
-
warmth: "Teplo",
|
|
112
|
-
enhance: "Vylep\u0161it",
|
|
113
|
-
original: "Origin\xE1l",
|
|
114
|
-
resize: "Zm\u011Bnit velikost",
|
|
115
|
-
crop: "O\u0159\xEDznout",
|
|
116
|
-
"select-color": "Vybrat barvu",
|
|
117
|
-
text: "Text",
|
|
118
|
-
draw: "Kreslit",
|
|
119
|
-
"cancel-edit": "Zru\u0161it \xFApravy",
|
|
120
|
-
"tab-view": "N\xE1hled",
|
|
121
|
-
"tab-details": "Detaily",
|
|
122
|
-
"file-name": "N\xE1zev",
|
|
123
|
-
"file-size": "Velikost",
|
|
124
|
-
"cdn-url": "CDN URL",
|
|
125
|
-
"file-size-unknown": "Nezn\xE1m\xE1",
|
|
126
|
-
"camera-permissions-denied": "P\u0159\xEDstup ke kame\u0159e byl zam\xEDtnut",
|
|
127
|
-
"camera-permissions-prompt": "Pros\xEDm, povolte p\u0159\xEDstup ke kame\u0159e",
|
|
128
|
-
"camera-permissions-request": "Po\u017E\xE1dat o p\u0159\xEDstup",
|
|
129
|
-
"files-count-limit-error-title": "P\u0159ekro\u010Den limit po\u010Dtu soubor\u016F",
|
|
130
|
-
"files-count-limit-error-too-few": "Vybrali jste {{total}} {{plural:file(total)}}. Minim\xE1ln\u011B je vy\u017Eadov\xE1no {{min}} {{plural:file(min)}}.",
|
|
131
|
-
"files-count-limit-error-too-many": "Vybrali jste p\u0159\xEDli\u0161 mnoho soubor\u016F. Maxim\xE1ln\u011B je mo\u017En\xE9 {{max}} {{plural:file(max)}}.",
|
|
132
|
-
"files-max-size-limit-error": "Soubor je p\u0159\xEDli\u0161 velk\xFD. Maxim\xE1ln\xED velikost souboru je {{maxFileSize}}.",
|
|
133
|
-
"has-validation-errors": "P\u0159i validaci soubor\u016F do\u0161lo k chyb\xE1m. Pros\xEDm, p\u0159ekontrolujte sv\xE9 soubory p\u0159ed nahr\xE1n\xEDm.",
|
|
134
|
-
"images-only-accepted": "P\u0159ij\xEDm\xE1ny jsou pouze obr\xE1zkov\xE9 soubory.",
|
|
135
|
-
"file-type-not-allowed": "Nahr\xE1v\xE1n\xED t\u011Bchto typ\u016F soubor\u016F nen\xED povoleno.",
|
|
136
|
-
"some-files-were-not-uploaded": "N\u011Bkter\xE9 soubory nebyly nahr\xE1ny.",
|
|
137
|
-
"file-item-edit-button": "Upravit",
|
|
138
|
-
"file-item-remove-button": "Odstranit",
|
|
139
|
-
"a11y-activity-header-button-close": "Zav\u0159\xEDt",
|
|
140
|
-
"a11y-editor-tab-filters": "Filtry",
|
|
141
|
-
"a11y-editor-tab-tuning": "Lad\u011Bn\xED",
|
|
142
|
-
"a11y-editor-tab-crop": "O\u0159\xEDznut\xED",
|
|
143
|
-
flip: "P\u0159evr\xE1tit",
|
|
144
|
-
mirror: "Zrcadlit",
|
|
145
|
-
"a11y-cloud-editor-apply-filter": "Pou\u017E\xEDt filtr {{name}}",
|
|
146
|
-
"a11y-cloud-editor-apply-crop": "Pou\u017E\xEDt operaci {{name}}",
|
|
147
|
-
"a11y-cloud-editor-apply-tuning": "Pou\u017E\xEDt lad\u011Bn\xED {{name}}",
|
|
148
|
-
finished: "Dokon\u010Deno",
|
|
149
|
-
failed: "Selhalo",
|
|
150
|
-
uploading: "Nahr\xE1v\xE1 se",
|
|
151
|
-
idle: "Ne\u010Dinn\xFD",
|
|
152
|
-
"a11y-file-item-status": "Soubor {{fileName}} je ve stavu {{status}}",
|
|
153
|
-
"waiting-for": "\u010Cek\xE1n\xED na {{source}}",
|
|
154
|
-
"queued-uploading": "Ve front\u011B na nahr\xE1n\xED",
|
|
155
|
-
"queued-validation": "Ve front\u011B na validaci",
|
|
156
|
-
validation: "Prob\xEDh\xE1 validace",
|
|
157
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Pou\u017E\xEDt operaci {{name}} {{value}}",
|
|
158
|
-
"crop-to-shape": "O\u0159\xEDznout na {{value}}",
|
|
159
|
-
custom: "Voln\xE1 forma",
|
|
160
|
-
"freeform-crop": "Voln\xE9 o\u0159ez\xE1n\xED"
|
|
161
|
-
};
|
|
162
|
-
export {
|
|
163
|
-
cs_default as default
|
|
164
|
-
};
|
|
7
|
+
var e={"locale-id":"cs","social-source-lang":"cs","upload-file":"Nahr\xE1t soubor","upload-files":"Nahr\xE1t soubory","choose-file":"Vybrat soubor","choose-files":"Vybrat soubory","drop-files-here":"P\u0159et\xE1hn\u011Bte soubory sem","select-file-source":"Vyberte zdroj souboru",selected:"Vybr\xE1no",upload:"Nahr\xE1t","add-more":"P\u0159idat dal\u0161\xED",cancel:"Zru\u0161it","start-from-cancel":"Zru\u0161it",clear:"Vy\u010Distit","camera-shot":"Sn\xEDmek","upload-url":"Importovat","upload-url-placeholder":"Vlo\u017Ete odkaz zde","edit-image":"Upravit obr\xE1zek","edit-detail":"Detaily",back:"Zp\u011Bt",done:"Hotovo",ok:"Ok","remove-from-list":"Odebrat",no:"Ne",yes:"Ano","confirm-your-action":"Potvrdit akci","are-you-sure":"Jste si jist\xED?","selected-count":"Vybr\xE1no:","select-all":"Vybrat v\u0161e","deselect-all":"Zru\u0161it v\xFDb\u011Br v\u0161eho","upload-error":"Chyba nahr\xE1v\xE1n\xED","validation-error":"Chyba validace","no-files":"Nebyly vybr\xE1ny \u017E\xE1dn\xE9 soubory",browse:"Proch\xE1zet","not-uploaded-yet":"Je\u0161t\u011B nebylo nahr\xE1no...",file__one:"soubor",file__few:"soubory",file__many:"soubor\u016F",file__other:"soubor\u016F",error__one:"chyba",error__few:"chyby",error__many:"chyby",error__other:"chyb","header-uploading":"Nahr\xE1v\xE1 se {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} nahr\xE1no","header-total":"{{count}} {{plural:file(count)}} vybr\xE1no","src-type-local":"Za\u0159\xEDzen\xED","src-type-from-url":"Z odkazu","src-type-camera":"Kamera","src-type-draw":"Kreslit","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":"Jin\xE9","src-type-mobile-video-camera":"Video","src-type-mobile-photo-camera":"Foto","caption-from-url":"Importovat z odkazu","caption-camera":"Kamera","caption-draw":"Kreslit","caption-edit-file":"Upravit soubor","file-no-name":"Bez n\xE1zvu...","toggle-fullscreen":"P\u0159epnout celou obrazovku","toggle-guides":"P\u0159epnout pr\u016Fvodce",rotate:"Oto\u010Dit","flip-vertical":"P\u0159evr\xE1tit vertik\xE1ln\u011B","flip-horizontal":"P\u0159evr\xE1tit horizont\xE1ln\u011B",apply:"Pou\u017E\xEDt",brightness:"Jas",contrast:"Kontrast",saturation:"Sytost",exposure:"Expozice",gamma:"Gama",vibrance:"Vibrance",warmth:"Teplo",enhance:"Vylep\u0161it",original:"Origin\xE1l",resize:"Zm\u011Bnit velikost",crop:"O\u0159\xEDznout","select-color":"Vybrat barvu",text:"Text",draw:"Kreslit","cancel-edit":"Zru\u0161it \xFApravy","tab-view":"N\xE1hled","tab-details":"Detaily","file-name":"N\xE1zev","file-size":"Velikost","cdn-url":"CDN URL","file-size-unknown":"Nezn\xE1m\xE1","camera-permissions-denied":"P\u0159\xEDstup ke kame\u0159e byl zam\xEDtnut","camera-permissions-prompt":"Pros\xEDm, povolte p\u0159\xEDstup ke kame\u0159e","camera-permissions-request":"Po\u017E\xE1dat o p\u0159\xEDstup","files-count-limit-error-title":"P\u0159ekro\u010Den limit po\u010Dtu soubor\u016F","files-count-limit-error-too-few":"Vybrali jste {{total}} {{plural:file(total)}}. Minim\xE1ln\u011B je vy\u017Eadov\xE1no {{min}} {{plural:file(min)}}.","files-count-limit-error-too-many":"Vybrali jste p\u0159\xEDli\u0161 mnoho soubor\u016F. Maxim\xE1ln\u011B je mo\u017En\xE9 {{max}} {{plural:file(max)}}.","files-max-size-limit-error":"Soubor je p\u0159\xEDli\u0161 velk\xFD. Maxim\xE1ln\xED velikost souboru je {{maxFileSize}}.","has-validation-errors":"P\u0159i validaci soubor\u016F do\u0161lo k chyb\xE1m. Pros\xEDm, p\u0159ekontrolujte sv\xE9 soubory p\u0159ed nahr\xE1n\xEDm.","images-only-accepted":"P\u0159ij\xEDm\xE1ny jsou pouze obr\xE1zkov\xE9 soubory.","file-type-not-allowed":"Nahr\xE1v\xE1n\xED t\u011Bchto typ\u016F soubor\u016F nen\xED povoleno.","some-files-were-not-uploaded":"N\u011Bkter\xE9 soubory nebyly nahr\xE1ny.","file-item-edit-button":"Upravit","file-item-remove-button":"Odstranit","a11y-activity-header-button-close":"Zav\u0159\xEDt","a11y-editor-tab-filters":"Filtry","a11y-editor-tab-tuning":"Lad\u011Bn\xED","a11y-editor-tab-crop":"O\u0159\xEDznut\xED",flip:"P\u0159evr\xE1tit",mirror:"Zrcadlit","a11y-cloud-editor-apply-filter":"Pou\u017E\xEDt filtr {{name}}","a11y-cloud-editor-apply-crop":"Pou\u017E\xEDt operaci {{name}}","a11y-cloud-editor-apply-tuning":"Pou\u017E\xEDt lad\u011Bn\xED {{name}}",finished:"Dokon\u010Deno",failed:"Selhalo",uploading:"Nahr\xE1v\xE1 se",idle:"Ne\u010Dinn\xFD","a11y-file-item-status":"Soubor {{fileName}} je ve stavu {{status}}","waiting-for":"\u010Cek\xE1n\xED na {{source}}","queued-uploading":"Ve front\u011B na nahr\xE1n\xED","queued-validation":"Ve front\u011B na validaci",validation:"Prob\xEDh\xE1 validace","a11y-cloud-editor-apply-aspect-ratio":"Pou\u017E\xEDt operaci {{name}} {{value}}","crop-to-shape":"O\u0159\xEDznout na {{value}}",custom:"Voln\xE1 forma","freeform-crop":"Voln\xE9 o\u0159ez\xE1n\xED"};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.26.1 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2026-01-29T13:51:28.487Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/da.js
|
|
28
|
-
var da_default = {
|
|
29
|
-
"locale-id": "da",
|
|
30
|
-
"social-source-lang": "da",
|
|
31
|
-
"upload-file": "Upload fil",
|
|
32
|
-
"upload-files": "Upload filer",
|
|
33
|
-
"choose-file": "V\xE6lg fil",
|
|
34
|
-
"choose-files": "V\xE6lg filer",
|
|
35
|
-
"drop-files-here": "Slip filer her",
|
|
36
|
-
"select-file-source": "V\xE6lg filkilde",
|
|
37
|
-
selected: "Valgt",
|
|
38
|
-
upload: "Upload",
|
|
39
|
-
"add-more": "Tilf\xF8j flere",
|
|
40
|
-
cancel: "Annuller",
|
|
41
|
-
"start-from-cancel": "Annuller",
|
|
42
|
-
clear: "Ryd",
|
|
43
|
-
"camera-shot": "Tag billede",
|
|
44
|
-
"upload-url": "Importer",
|
|
45
|
-
"upload-url-placeholder": "Inds\xE6t link her",
|
|
46
|
-
"edit-image": "Rediger billede",
|
|
47
|
-
"edit-detail": "Detaljer",
|
|
48
|
-
back: "Tilbage",
|
|
49
|
-
done: "F\xE6rdig",
|
|
50
|
-
ok: "Ok",
|
|
51
|
-
"remove-from-list": "Fjern",
|
|
52
|
-
no: "Nej",
|
|
53
|
-
yes: "Ja",
|
|
54
|
-
"confirm-your-action": "Bekr\xE6ft din handling",
|
|
55
|
-
"are-you-sure": "Er du sikker?",
|
|
56
|
-
"selected-count": "Valgt:",
|
|
57
|
-
"select-all": "V\xE6lg alle",
|
|
58
|
-
"deselect-all": "Frav\xE6lg alle",
|
|
59
|
-
"upload-error": "Fejl ved upload",
|
|
60
|
-
"validation-error": "Valideringsfejl",
|
|
61
|
-
"no-files": "Ingen filer valgt",
|
|
62
|
-
browse: "Gennemse",
|
|
63
|
-
"not-uploaded-yet": "Ikke uploadet endnu...",
|
|
64
|
-
file__one: "fil",
|
|
65
|
-
file__other: "filer",
|
|
66
|
-
error__one: "fejl",
|
|
67
|
-
error__other: "fejl",
|
|
68
|
-
"header-uploading": "Uploader {{count}} {{plural:file(count)}}",
|
|
69
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
70
|
-
"header-succeed": "{{count}} {{plural:file(count)}} uploadet",
|
|
71
|
-
"header-total": "{{count}} {{plural:file(count)}} valgt",
|
|
72
|
-
"src-type-local": "Fra enhed",
|
|
73
|
-
"src-type-from-url": "Fra link",
|
|
74
|
-
"src-type-camera": "Kamera",
|
|
75
|
-
"src-type-draw": "Tegn",
|
|
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": "Andet",
|
|
88
|
-
"src-type-mobile-video-camera": "Video",
|
|
89
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
90
|
-
"caption-from-url": "Importer fra link",
|
|
91
|
-
"caption-camera": "Kamera",
|
|
92
|
-
"caption-draw": "Tegn",
|
|
93
|
-
"caption-edit-file": "Rediger fil",
|
|
94
|
-
"file-no-name": "Intet navn...",
|
|
95
|
-
"toggle-fullscreen": "Fuldsk\xE6rm til/fra",
|
|
96
|
-
"toggle-guides": "Guides til/fra",
|
|
97
|
-
rotate: "Roter",
|
|
98
|
-
"flip-vertical": "Vend lodret",
|
|
99
|
-
"flip-horizontal": "Vend vandret",
|
|
100
|
-
apply: "Anvend",
|
|
101
|
-
brightness: "Lysstyrke",
|
|
102
|
-
contrast: "Kontrast",
|
|
103
|
-
saturation: "M\xE6tning",
|
|
104
|
-
exposure: "Eksponering",
|
|
105
|
-
gamma: "Gamma",
|
|
106
|
-
vibrance: "Levende farver",
|
|
107
|
-
warmth: "Varme",
|
|
108
|
-
enhance: "Forbedre",
|
|
109
|
-
original: "Original",
|
|
110
|
-
resize: "\xC6ndre st\xF8rrelse",
|
|
111
|
-
crop: "Besk\xE6r",
|
|
112
|
-
"select-color": "V\xE6lg farve",
|
|
113
|
-
text: "Tekst",
|
|
114
|
-
draw: "Tegn",
|
|
115
|
-
"cancel-edit": "Annuller redigering",
|
|
116
|
-
"tab-view": "Forh\xE5ndsvisning",
|
|
117
|
-
"tab-details": "Detaljer",
|
|
118
|
-
"file-name": "Navn",
|
|
119
|
-
"file-size": "St\xF8rrelse",
|
|
120
|
-
"cdn-url": "CDN URL",
|
|
121
|
-
"file-size-unknown": "Ukendt",
|
|
122
|
-
"camera-permissions-denied": "Kameraadgang n\xE6gtet",
|
|
123
|
-
"camera-permissions-prompt": "Tillad venligst adgang til kameraet",
|
|
124
|
-
"camera-permissions-request": "Anmod om adgang",
|
|
125
|
-
"files-count-limit-error-title": "Filantal gr\xE6nse overskredet",
|
|
126
|
-
"files-count-limit-error-too-few": "Du har valgt {{total}} {{plural:file(total)}}. Mindst {{min}} {{plural:file(min)}} er p\xE5kr\xE6vet.",
|
|
127
|
-
"files-count-limit-error-too-many": "Du har valgt for mange filer. Maksimalt {{max}} {{plural:file(max)}} er tilladt.",
|
|
128
|
-
"files-max-size-limit-error": "Filen er for stor. Maksimal filst\xF8rrelse er {{maxFileSize}}.",
|
|
129
|
-
"has-validation-errors": "Der opstod en valideringsfejl p\xE5 filen. Tjek venligst dine filer f\xF8r upload.",
|
|
130
|
-
"images-only-accepted": "Kun billedfiler accepteres.",
|
|
131
|
-
"file-type-not-allowed": "Upload af denne filtype er ikke tilladt.",
|
|
132
|
-
"some-files-were-not-uploaded": "Nogle filer blev ikke uploadet.",
|
|
133
|
-
"file-item-edit-button": "Rediger",
|
|
134
|
-
"file-item-remove-button": "Fjern",
|
|
135
|
-
"a11y-activity-header-button-close": "Luk",
|
|
136
|
-
"a11y-editor-tab-filters": "Filtre",
|
|
137
|
-
"a11y-editor-tab-tuning": "Justering",
|
|
138
|
-
"a11y-editor-tab-crop": "Besk\xE6r",
|
|
139
|
-
flip: "Vend",
|
|
140
|
-
mirror: "Spejl",
|
|
141
|
-
"a11y-cloud-editor-apply-filter": "Anvend {{name}} filter",
|
|
142
|
-
"a11y-cloud-editor-apply-crop": "Anvend {{name}} handling",
|
|
143
|
-
"a11y-cloud-editor-apply-tuning": "Anvend {{name}} justering",
|
|
144
|
-
finished: "Afsluttet",
|
|
145
|
-
failed: "Mislykkedes",
|
|
146
|
-
uploading: "Uploader",
|
|
147
|
-
idle: "Inaktiv",
|
|
148
|
-
"a11y-file-item-status": "Filen {{fileName}} er i status {{status}}",
|
|
149
|
-
"waiting-for": "Venter p\xE5 {{source}}",
|
|
150
|
-
"queued-uploading": "I k\xF8 til upload",
|
|
151
|
-
"queued-validation": "I k\xF8 til validering",
|
|
152
|
-
validation: "Validerer",
|
|
153
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Anvend handling {{name}} {{value}}",
|
|
154
|
-
"crop-to-shape": "Besk\xE6r til {{value}}",
|
|
155
|
-
custom: "Fri form",
|
|
156
|
-
"freeform-crop": "Fri besk\xE6ring"
|
|
157
|
-
};
|
|
158
|
-
export {
|
|
159
|
-
da_default as default
|
|
160
|
-
};
|
|
7
|
+
var e={"locale-id":"da","social-source-lang":"da","upload-file":"Upload fil","upload-files":"Upload filer","choose-file":"V\xE6lg fil","choose-files":"V\xE6lg filer","drop-files-here":"Slip filer her","select-file-source":"V\xE6lg filkilde",selected:"Valgt",upload:"Upload","add-more":"Tilf\xF8j flere",cancel:"Annuller","start-from-cancel":"Annuller",clear:"Ryd","camera-shot":"Tag billede","upload-url":"Importer","upload-url-placeholder":"Inds\xE6t link her","edit-image":"Rediger billede","edit-detail":"Detaljer",back:"Tilbage",done:"F\xE6rdig",ok:"Ok","remove-from-list":"Fjern",no:"Nej",yes:"Ja","confirm-your-action":"Bekr\xE6ft din handling","are-you-sure":"Er du sikker?","selected-count":"Valgt:","select-all":"V\xE6lg alle","deselect-all":"Frav\xE6lg alle","upload-error":"Fejl ved upload","validation-error":"Valideringsfejl","no-files":"Ingen filer valgt",browse:"Gennemse","not-uploaded-yet":"Ikke uploadet endnu...",file__one:"fil",file__other:"filer",error__one:"fejl",error__other:"fejl","header-uploading":"Uploader {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} uploadet","header-total":"{{count}} {{plural:file(count)}} valgt","src-type-local":"Fra enhed","src-type-from-url":"Fra link","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":"Andet","src-type-mobile-video-camera":"Video","src-type-mobile-photo-camera":"Foto","caption-from-url":"Importer fra link","caption-camera":"Kamera","caption-draw":"Tegn","caption-edit-file":"Rediger fil","file-no-name":"Intet navn...","toggle-fullscreen":"Fuldsk\xE6rm til/fra","toggle-guides":"Guides til/fra",rotate:"Roter","flip-vertical":"Vend lodret","flip-horizontal":"Vend vandret",apply:"Anvend",brightness:"Lysstyrke",contrast:"Kontrast",saturation:"M\xE6tning",exposure:"Eksponering",gamma:"Gamma",vibrance:"Levende farver",warmth:"Varme",enhance:"Forbedre",original:"Original",resize:"\xC6ndre st\xF8rrelse",crop:"Besk\xE6r","select-color":"V\xE6lg farve",text:"Tekst",draw:"Tegn","cancel-edit":"Annuller redigering","tab-view":"Forh\xE5ndsvisning","tab-details":"Detaljer","file-name":"Navn","file-size":"St\xF8rrelse","cdn-url":"CDN URL","file-size-unknown":"Ukendt","camera-permissions-denied":"Kameraadgang n\xE6gtet","camera-permissions-prompt":"Tillad venligst adgang til kameraet","camera-permissions-request":"Anmod om adgang","files-count-limit-error-title":"Filantal gr\xE6nse overskredet","files-count-limit-error-too-few":"Du har valgt {{total}} {{plural:file(total)}}. Mindst {{min}} {{plural:file(min)}} er p\xE5kr\xE6vet.","files-count-limit-error-too-many":"Du har valgt for mange filer. Maksimalt {{max}} {{plural:file(max)}} er tilladt.","files-max-size-limit-error":"Filen er for stor. Maksimal filst\xF8rrelse er {{maxFileSize}}.","has-validation-errors":"Der opstod en valideringsfejl p\xE5 filen. Tjek venligst dine filer f\xF8r upload.","images-only-accepted":"Kun billedfiler accepteres.","file-type-not-allowed":"Upload af denne filtype er ikke tilladt.","some-files-were-not-uploaded":"Nogle filer blev ikke uploadet.","file-item-edit-button":"Rediger","file-item-remove-button":"Fjern","a11y-activity-header-button-close":"Luk","a11y-editor-tab-filters":"Filtre","a11y-editor-tab-tuning":"Justering","a11y-editor-tab-crop":"Besk\xE6r",flip:"Vend",mirror:"Spejl","a11y-cloud-editor-apply-filter":"Anvend {{name}} filter","a11y-cloud-editor-apply-crop":"Anvend {{name}} handling","a11y-cloud-editor-apply-tuning":"Anvend {{name}} justering",finished:"Afsluttet",failed:"Mislykkedes",uploading:"Uploader",idle:"Inaktiv","a11y-file-item-status":"Filen {{fileName}} er i status {{status}}","waiting-for":"Venter p\xE5 {{source}}","queued-uploading":"I k\xF8 til upload","queued-validation":"I k\xF8 til validering",validation:"Validerer","a11y-cloud-editor-apply-aspect-ratio":"Anvend handling {{name}} {{value}}","crop-to-shape":"Besk\xE6r til {{value}}",custom:"Fri form","freeform-crop":"Fri besk\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.26.1 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2026-01-29T13:51:28.487Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/de.js
|
|
28
|
-
var de_default = {
|
|
29
|
-
"locale-id": "de",
|
|
30
|
-
"social-source-lang": "de",
|
|
31
|
-
"upload-file": "Datei hochladen",
|
|
32
|
-
"upload-files": "Dateien hochladen",
|
|
33
|
-
"choose-file": "Datei w\xE4hlen",
|
|
34
|
-
"choose-files": "Dateien w\xE4hlen",
|
|
35
|
-
"drop-files-here": "Dateien hier ablegen",
|
|
36
|
-
"select-file-source": "Dateiquelle ausw\xE4hlen",
|
|
37
|
-
selected: "Ausgew\xE4hlt",
|
|
38
|
-
upload: "Hochladen",
|
|
39
|
-
"add-more": "Weitere hinzuf\xFCgen",
|
|
40
|
-
cancel: "Abbrechen",
|
|
41
|
-
"start-from-cancel": "Abbrechen",
|
|
42
|
-
clear: "Leeren",
|
|
43
|
-
"camera-shot": "Aufnahme",
|
|
44
|
-
"upload-url": "Importieren",
|
|
45
|
-
"upload-url-placeholder": "Link hier einf\xFCgen",
|
|
46
|
-
"edit-image": "Bild bearbeiten",
|
|
47
|
-
"edit-detail": "Details",
|
|
48
|
-
back: "Zur\xFCck",
|
|
49
|
-
done: "Fertig",
|
|
50
|
-
ok: "OK",
|
|
51
|
-
"remove-from-list": "Entfernen",
|
|
52
|
-
no: "Nein",
|
|
53
|
-
yes: "Ja",
|
|
54
|
-
"confirm-your-action": "Aktion best\xE4tigen",
|
|
55
|
-
"are-you-sure": "Sind Sie sicher?",
|
|
56
|
-
"selected-count": "Ausgew\xE4hlt:",
|
|
57
|
-
"select-all": "Alles ausw\xE4hlen",
|
|
58
|
-
"deselect-all": "Alles abw\xE4hlen",
|
|
59
|
-
"upload-error": "Fehler beim Hochladen",
|
|
60
|
-
"validation-error": "Validierungsfehler",
|
|
61
|
-
"no-files": "Keine Dateien ausgew\xE4hlt",
|
|
62
|
-
browse: "Durchsuchen",
|
|
63
|
-
"not-uploaded-yet": "Noch nicht hochgeladen...",
|
|
64
|
-
file__one: "Datei",
|
|
65
|
-
file__other: "Dateien",
|
|
66
|
-
error__one: "Fehler",
|
|
67
|
-
error__other: "Fehler",
|
|
68
|
-
"header-uploading": "Lade {{count}} {{plural:file(count)}} hoch",
|
|
69
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
70
|
-
"header-succeed": "{{count}} {{plural:file(count)}} hochgeladen",
|
|
71
|
-
"header-total": "{{count}} {{plural:file(count)}} ausgew\xE4hlt",
|
|
72
|
-
"src-type-local": "Vom Ger\xE4t",
|
|
73
|
-
"src-type-from-url": "Vom Link",
|
|
74
|
-
"src-type-camera": "Kamera",
|
|
75
|
-
"src-type-draw": "Zeichnen",
|
|
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": "Andere",
|
|
88
|
-
"src-type-mobile-video-camera": "Video",
|
|
89
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
90
|
-
"caption-from-url": "Von Link importieren",
|
|
91
|
-
"caption-camera": "Kamera",
|
|
92
|
-
"caption-draw": "Zeichnen",
|
|
93
|
-
"caption-edit-file": "Datei bearbeiten",
|
|
94
|
-
"file-no-name": "Kein Name...",
|
|
95
|
-
"toggle-fullscreen": "Vollbild umschalten",
|
|
96
|
-
"toggle-guides": "Anleitungen umschalten",
|
|
97
|
-
rotate: "Drehen",
|
|
98
|
-
"flip-vertical": "Vertikal spiegeln",
|
|
99
|
-
"flip-horizontal": "Horizontal spiegeln",
|
|
100
|
-
apply: "Anwenden",
|
|
101
|
-
brightness: "Helligkeit",
|
|
102
|
-
contrast: "Kontrast",
|
|
103
|
-
saturation: "S\xE4ttigung",
|
|
104
|
-
exposure: "Belichtung",
|
|
105
|
-
gamma: "Gamma",
|
|
106
|
-
vibrance: "Lebendigkeit",
|
|
107
|
-
warmth: "W\xE4rme",
|
|
108
|
-
enhance: "Verbessern",
|
|
109
|
-
original: "Original",
|
|
110
|
-
resize: "Bildgr\xF6\xDFe \xE4ndern",
|
|
111
|
-
crop: "Zuschneiden",
|
|
112
|
-
"select-color": "Farbe ausw\xE4hlen",
|
|
113
|
-
text: "Text",
|
|
114
|
-
draw: "Zeichnen",
|
|
115
|
-
"cancel-edit": "Bearbeitung abbrechen",
|
|
116
|
-
"tab-view": "Vorschau",
|
|
117
|
-
"tab-details": "Details",
|
|
118
|
-
"file-name": "Name",
|
|
119
|
-
"file-size": "Gr\xF6\xDFe",
|
|
120
|
-
"cdn-url": "CDN-URL",
|
|
121
|
-
"file-size-unknown": "Unbekannt",
|
|
122
|
-
"camera-permissions-denied": "Kamerazugriff verweigert",
|
|
123
|
-
"camera-permissions-prompt": "Bitte Zugriff auf die Kamera erlauben",
|
|
124
|
-
"camera-permissions-request": "Zugriff anfordern",
|
|
125
|
-
"files-count-limit-error-title": "Dateianzahlbegrenzung \xFCberschritten",
|
|
126
|
-
"files-count-limit-error-too-few": "Sie haben {{total}} {{plural:file(total)}} ausgew\xE4hlt. Mindestens {{min}} {{plural:file(min)}} erforderlich.",
|
|
127
|
-
"files-count-limit-error-too-many": "Sie haben zu viele Dateien ausgew\xE4hlt. Maximal {{max}} {{plural:file(max)}} m\xF6glich.",
|
|
128
|
-
"files-max-size-limit-error": "Datei ist zu gro\xDF. Maximale Dateigr\xF6\xDFe ist {{maxFileSize}}.",
|
|
129
|
-
"has-validation-errors": "Es ist ein Validierungsfehler aufgetreten. Bitte \xFCberpr\xFCfen Sie Ihre Dateien vor dem Hochladen.",
|
|
130
|
-
"images-only-accepted": "Nur Bilddateien werden akzeptiert.",
|
|
131
|
-
"file-type-not-allowed": "Das Hochladen dieser Dateitypen ist nicht erlaubt.",
|
|
132
|
-
"some-files-were-not-uploaded": "Einige Dateien wurden nicht hochgeladen.",
|
|
133
|
-
"file-item-edit-button": "Bearbeiten",
|
|
134
|
-
"file-item-remove-button": "Entfernen",
|
|
135
|
-
"a11y-activity-header-button-close": "Schlie\xDFen",
|
|
136
|
-
"a11y-editor-tab-filters": "Filter",
|
|
137
|
-
"a11y-editor-tab-tuning": "Feinabstimmung",
|
|
138
|
-
"a11y-editor-tab-crop": "Zuschneiden",
|
|
139
|
-
flip: "Drehen",
|
|
140
|
-
mirror: "Spiegeln",
|
|
141
|
-
"a11y-cloud-editor-apply-filter": "{{name}}-Filter anwenden",
|
|
142
|
-
"a11y-cloud-editor-apply-crop": "{{name}}-Operation anwenden",
|
|
143
|
-
"a11y-cloud-editor-apply-tuning": "{{name}}-Abstimmung anwenden",
|
|
144
|
-
finished: "Abgeschlossen",
|
|
145
|
-
failed: "Fehlgeschlagen",
|
|
146
|
-
uploading: "Hochladen",
|
|
147
|
-
idle: "Leerlauf",
|
|
148
|
-
"a11y-file-item-status": "Datei {{fileName}} im Status {{status}}",
|
|
149
|
-
"waiting-for": "Warten auf {{source}}",
|
|
150
|
-
"queued-uploading": "In Warteschlange zum Hochladen",
|
|
151
|
-
"queued-validation": "In Warteschlange zur Validierung",
|
|
152
|
-
validation: "Validierung l\xE4uft",
|
|
153
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Vorgang {{name}} {{value}} anwenden",
|
|
154
|
-
"crop-to-shape": "Zuschneiden auf {{value}}",
|
|
155
|
-
custom: "Freiform",
|
|
156
|
-
"freeform-crop": "Freier Zuschnitt"
|
|
157
|
-
};
|
|
158
|
-
export {
|
|
159
|
-
de_default as default
|
|
160
|
-
};
|
|
7
|
+
var e={"locale-id":"de","social-source-lang":"de","upload-file":"Datei hochladen","upload-files":"Dateien hochladen","choose-file":"Datei w\xE4hlen","choose-files":"Dateien w\xE4hlen","drop-files-here":"Dateien hier ablegen","select-file-source":"Dateiquelle ausw\xE4hlen",selected:"Ausgew\xE4hlt",upload:"Hochladen","add-more":"Weitere hinzuf\xFCgen",cancel:"Abbrechen","start-from-cancel":"Abbrechen",clear:"Leeren","camera-shot":"Aufnahme","upload-url":"Importieren","upload-url-placeholder":"Link hier einf\xFCgen","edit-image":"Bild bearbeiten","edit-detail":"Details",back:"Zur\xFCck",done:"Fertig",ok:"OK","remove-from-list":"Entfernen",no:"Nein",yes:"Ja","confirm-your-action":"Aktion best\xE4tigen","are-you-sure":"Sind Sie sicher?","selected-count":"Ausgew\xE4hlt:","select-all":"Alles ausw\xE4hlen","deselect-all":"Alles abw\xE4hlen","upload-error":"Fehler beim Hochladen","validation-error":"Validierungsfehler","no-files":"Keine Dateien ausgew\xE4hlt",browse:"Durchsuchen","not-uploaded-yet":"Noch nicht hochgeladen...",file__one:"Datei",file__other:"Dateien",error__one:"Fehler",error__other:"Fehler","header-uploading":"Lade {{count}} {{plural:file(count)}} hoch","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} hochgeladen","header-total":"{{count}} {{plural:file(count)}} ausgew\xE4hlt","src-type-local":"Vom Ger\xE4t","src-type-from-url":"Vom Link","src-type-camera":"Kamera","src-type-draw":"Zeichnen","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":"Von Link importieren","caption-camera":"Kamera","caption-draw":"Zeichnen","caption-edit-file":"Datei bearbeiten","file-no-name":"Kein Name...","toggle-fullscreen":"Vollbild umschalten","toggle-guides":"Anleitungen umschalten",rotate:"Drehen","flip-vertical":"Vertikal spiegeln","flip-horizontal":"Horizontal spiegeln",apply:"Anwenden",brightness:"Helligkeit",contrast:"Kontrast",saturation:"S\xE4ttigung",exposure:"Belichtung",gamma:"Gamma",vibrance:"Lebendigkeit",warmth:"W\xE4rme",enhance:"Verbessern",original:"Original",resize:"Bildgr\xF6\xDFe \xE4ndern",crop:"Zuschneiden","select-color":"Farbe ausw\xE4hlen",text:"Text",draw:"Zeichnen","cancel-edit":"Bearbeitung abbrechen","tab-view":"Vorschau","tab-details":"Details","file-name":"Name","file-size":"Gr\xF6\xDFe","cdn-url":"CDN-URL","file-size-unknown":"Unbekannt","camera-permissions-denied":"Kamerazugriff verweigert","camera-permissions-prompt":"Bitte Zugriff auf die Kamera erlauben","camera-permissions-request":"Zugriff anfordern","files-count-limit-error-title":"Dateianzahlbegrenzung \xFCberschritten","files-count-limit-error-too-few":"Sie haben {{total}} {{plural:file(total)}} ausgew\xE4hlt. Mindestens {{min}} {{plural:file(min)}} erforderlich.","files-count-limit-error-too-many":"Sie haben zu viele Dateien ausgew\xE4hlt. Maximal {{max}} {{plural:file(max)}} m\xF6glich.","files-max-size-limit-error":"Datei ist zu gro\xDF. Maximale Dateigr\xF6\xDFe ist {{maxFileSize}}.","has-validation-errors":"Es ist ein Validierungsfehler aufgetreten. Bitte \xFCberpr\xFCfen Sie Ihre Dateien vor dem Hochladen.","images-only-accepted":"Nur Bilddateien werden akzeptiert.","file-type-not-allowed":"Das Hochladen dieser Dateitypen ist nicht erlaubt.","some-files-were-not-uploaded":"Einige Dateien wurden nicht hochgeladen.","file-item-edit-button":"Bearbeiten","file-item-remove-button":"Entfernen","a11y-activity-header-button-close":"Schlie\xDFen","a11y-editor-tab-filters":"Filter","a11y-editor-tab-tuning":"Feinabstimmung","a11y-editor-tab-crop":"Zuschneiden",flip:"Drehen",mirror:"Spiegeln","a11y-cloud-editor-apply-filter":"{{name}}-Filter anwenden","a11y-cloud-editor-apply-crop":"{{name}}-Operation anwenden","a11y-cloud-editor-apply-tuning":"{{name}}-Abstimmung anwenden",finished:"Abgeschlossen",failed:"Fehlgeschlagen",uploading:"Hochladen",idle:"Leerlauf","a11y-file-item-status":"Datei {{fileName}} im Status {{status}}","waiting-for":"Warten auf {{source}}","queued-uploading":"In Warteschlange zum Hochladen","queued-validation":"In Warteschlange zur Validierung",validation:"Validierung l\xE4uft","a11y-cloud-editor-apply-aspect-ratio":"Vorgang {{name}} {{value}} anwenden","crop-to-shape":"Zuschneiden auf {{value}}",custom:"Freiform","freeform-crop":"Freier Zuschnitt"};export{e as default};
|