@uploadcare/file-uploader 1.25.0-alpha.3 → 1.25.0-alpha.6
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 +925 -928
- package/dist/index.js +6 -13630
- package/dist/index.layered.css +4 -2720
- package/dist/index.ssr.js +33 -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 +19 -18
- package/types/jsx.d.ts +75 -48
- package/web/file-uploader.iife.min.d.ts +927 -930
- 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 +927 -930
- 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 -495
- 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 +927 -930
- 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 +927 -930
- 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 +927 -930
- 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.6 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2025-12-12T00:37:30.012Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/ca.ts
|
|
28
|
-
var ca_default = {
|
|
29
|
-
"locale-id": "ca",
|
|
30
|
-
"social-source-lang": "ca",
|
|
31
|
-
"upload-file": "Pujar fitxer",
|
|
32
|
-
"upload-files": "Pujar fitxers",
|
|
33
|
-
"choose-file": "Tria fitxer",
|
|
34
|
-
"choose-files": "Tria fitxers",
|
|
35
|
-
"drop-files-here": "Deixa caure els fitxers aqu\xED",
|
|
36
|
-
"select-file-source": "Selecciona l'origen del fitxer",
|
|
37
|
-
selected: "Seleccionat",
|
|
38
|
-
upload: "Pujar",
|
|
39
|
-
"add-more": "Afegir m\xE9s",
|
|
40
|
-
cancel: "Cancel\xB7lar",
|
|
41
|
-
"start-from-cancel": "Cancel\xB7lar",
|
|
42
|
-
clear: "Netejar",
|
|
43
|
-
"camera-shot": "Captura",
|
|
44
|
-
"upload-url": "Importar",
|
|
45
|
-
"upload-url-placeholder": "Enganxa l'enlla\xE7 aqu\xED",
|
|
46
|
-
"edit-image": "Editar imatge",
|
|
47
|
-
"edit-detail": "Detalls",
|
|
48
|
-
back: "Enrere",
|
|
49
|
-
done: "Fet",
|
|
50
|
-
ok: "D'acord",
|
|
51
|
-
"remove-from-list": "Eliminar",
|
|
52
|
-
no: "No",
|
|
53
|
-
yes: "S\xED",
|
|
54
|
-
"confirm-your-action": "Confirma l'acci\xF3",
|
|
55
|
-
"are-you-sure": "Est\xE0s segur?",
|
|
56
|
-
"selected-count": "Seleccionat:",
|
|
57
|
-
"select-all": "Seleccionar tot",
|
|
58
|
-
"deselect-all": "Deseleccionar tot",
|
|
59
|
-
"upload-error": "Error de c\xE0rrega",
|
|
60
|
-
"validation-error": "Error de validaci\xF3",
|
|
61
|
-
"no-files": "Cap fitxer seleccionat",
|
|
62
|
-
browse: "Navegar",
|
|
63
|
-
file__one: "fitxer",
|
|
64
|
-
"not-uploaded-yet": "Encara no s'ha pujat...",
|
|
65
|
-
file__other: "fitxers",
|
|
66
|
-
file__many: "fitxers",
|
|
67
|
-
error__one: "error",
|
|
68
|
-
error__other: "errors",
|
|
69
|
-
error__many: "errors",
|
|
70
|
-
"header-uploading": "S'est\xE0 pujant {{count}} {{plural:file(count)}}",
|
|
71
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
72
|
-
"header-succeed": "{{count}} {{plural:file(count)}} pujat",
|
|
73
|
-
"header-total": "{{count}} {{plural:file(count)}} seleccionat",
|
|
74
|
-
"src-type-local": "Des de dispositiu",
|
|
75
|
-
"src-type-from-url": "Des d'enlla\xE7",
|
|
76
|
-
"src-type-camera": "C\xE0mera",
|
|
77
|
-
"src-type-draw": "Dibuix",
|
|
78
|
-
"src-type-facebook": "Facebook",
|
|
79
|
-
"src-type-dropbox": "Dropbox",
|
|
80
|
-
"src-type-gdrive": "Google Drive",
|
|
81
|
-
"src-type-ngdrive": "Google Drive",
|
|
82
|
-
"src-type-gphotos": "Google Photos",
|
|
83
|
-
"src-type-flickr": "Flickr",
|
|
84
|
-
"src-type-vk": "VK",
|
|
85
|
-
"src-type-evernote": "Evernote",
|
|
86
|
-
"src-type-box": "Box",
|
|
87
|
-
"src-type-onedrive": "OneDrive",
|
|
88
|
-
"src-type-huddle": "Huddle",
|
|
89
|
-
"src-type-other": "Altres",
|
|
90
|
-
"src-type-mobile-video-camera": "V\xEDdeo",
|
|
91
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
92
|
-
"caption-from-url": "Importar des d'enlla\xE7",
|
|
93
|
-
"caption-camera": "C\xE0mera",
|
|
94
|
-
"caption-draw": "Dibuix",
|
|
95
|
-
"caption-edit-file": "Editar fitxer",
|
|
96
|
-
"file-no-name": "Sense nom...",
|
|
97
|
-
"toggle-fullscreen": "Commuta pantalla completa",
|
|
98
|
-
"toggle-guides": "Commuta guies",
|
|
99
|
-
rotate: "Rotar",
|
|
100
|
-
"flip-vertical": "Voltejar verticalment",
|
|
101
|
-
"flip-horizontal": "Voltejar horitzontalment",
|
|
102
|
-
apply: "Aplica",
|
|
103
|
-
brightness: "Brillantor",
|
|
104
|
-
contrast: "Contrast",
|
|
105
|
-
saturation: "Saturaci\xF3",
|
|
106
|
-
exposure: "Exposici\xF3",
|
|
107
|
-
gamma: "Gamma",
|
|
108
|
-
vibrance: "Vibraci\xF3",
|
|
109
|
-
warmth: "Calidesa",
|
|
110
|
-
enhance: "Millora",
|
|
111
|
-
original: "Original",
|
|
112
|
-
resize: "Redimensionar imatge",
|
|
113
|
-
crop: "Retallar",
|
|
114
|
-
"select-color": "Selecciona color",
|
|
115
|
-
text: "Text",
|
|
116
|
-
draw: "Dibuixar",
|
|
117
|
-
"cancel-edit": "Cancel\xB7lar edici\xF3",
|
|
118
|
-
"tab-view": "Vista pr\xE8via",
|
|
119
|
-
"tab-details": "Detalls",
|
|
120
|
-
"file-name": "Nom",
|
|
121
|
-
"file-size": "Mida",
|
|
122
|
-
"cdn-url": "URL CDN",
|
|
123
|
-
"file-size-unknown": "Desconeguda",
|
|
124
|
-
"camera-permissions-denied": "Acc\xE9s a la c\xE0mera denegat",
|
|
125
|
-
"camera-permissions-prompt": "Si us plau, permet l'acc\xE9s a la c\xE0mera",
|
|
126
|
-
"camera-permissions-request": "Sol\xB7licitar acc\xE9s",
|
|
127
|
-
"files-count-limit-error-title": "L\xEDmit de fitxers superat",
|
|
128
|
-
"files-count-limit-error-too-few": "Has seleccionat {{total}} {{plural:file(total)}}. S'exigeix un m\xEDnim de {{min}} {{plural:file(min)}}.",
|
|
129
|
-
"files-count-limit-error-too-many": "Has seleccionat massa fitxers. El m\xE0xim perm\xE8s \xE9s {{max}} {{plural:file(max)}}.",
|
|
130
|
-
"files-max-size-limit-error": "El fitxer \xE9s massa gran. La mida m\xE0xima de fitxer \xE9s {{maxFileSize}}.",
|
|
131
|
-
"has-validation-errors": "S'ha produ\xEFt un error de validaci\xF3 dels fitxers. Si us plau, revisa els teus fitxers abans de pujar-los.",
|
|
132
|
-
"images-only-accepted": "Nom\xE9s s'accepten fitxers d'imatge.",
|
|
133
|
-
"file-type-not-allowed": "No est\xE0 perm\xE8s pujar fitxers d'aquest tipus.",
|
|
134
|
-
"some-files-were-not-uploaded": "Alguns fitxers no s'han pujat.",
|
|
135
|
-
"file-item-edit-button": "Editar",
|
|
136
|
-
"file-item-remove-button": "Eliminar",
|
|
137
|
-
"a11y-activity-header-button-close": "Tancar",
|
|
138
|
-
"a11y-editor-tab-filters": "Filtres",
|
|
139
|
-
"a11y-editor-tab-tuning": "Ajust",
|
|
140
|
-
"a11y-editor-tab-crop": "Retallar",
|
|
141
|
-
flip: "Capgirar",
|
|
142
|
-
mirror: "Mirall",
|
|
143
|
-
"a11y-cloud-editor-apply-filter": "Aplicar el filtre {{name}}",
|
|
144
|
-
"a11y-cloud-editor-apply-crop": "Aplicar l'operaci\xF3 {{name}}",
|
|
145
|
-
"a11y-cloud-editor-apply-tuning": "Aplicar l'ajust {{name}}",
|
|
146
|
-
finished: "Acabat",
|
|
147
|
-
failed: "Fallat",
|
|
148
|
-
uploading: "Carregant",
|
|
149
|
-
idle: "Inactiu",
|
|
150
|
-
"a11y-file-item-status": "El fitxer {{fileName}} est\xE0 en estat {{status}}",
|
|
151
|
-
"waiting-for": "Esperant per {{source}}",
|
|
152
|
-
"queued-uploading": "En cua per pujar",
|
|
153
|
-
"queued-validation": "En cua per validar",
|
|
154
|
-
validation: "Validant",
|
|
155
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Aplicar operaci\xF3 {{name}} {{value}}",
|
|
156
|
-
"crop-to-shape": "Retalla a {{value}}",
|
|
157
|
-
custom: "Forma lliure",
|
|
158
|
-
"freeform-crop": "Retallat lliure"
|
|
159
|
-
};
|
|
160
|
-
export {
|
|
161
|
-
ca_default as default
|
|
162
|
-
};
|
|
7
|
+
var e={"locale-id":"ca","social-source-lang":"ca","upload-file":"Pujar fitxer","upload-files":"Pujar fitxers","choose-file":"Tria fitxer","choose-files":"Tria fitxers","drop-files-here":"Deixa caure els fitxers aqu\xED","select-file-source":"Selecciona l'origen del fitxer",selected:"Seleccionat",upload:"Pujar","add-more":"Afegir m\xE9s",cancel:"Cancel\xB7lar","start-from-cancel":"Cancel\xB7lar",clear:"Netejar","camera-shot":"Captura","upload-url":"Importar","upload-url-placeholder":"Enganxa l'enlla\xE7 aqu\xED","edit-image":"Editar imatge","edit-detail":"Detalls",back:"Enrere",done:"Fet",ok:"D'acord","remove-from-list":"Eliminar",no:"No",yes:"S\xED","confirm-your-action":"Confirma l'acci\xF3","are-you-sure":"Est\xE0s segur?","selected-count":"Seleccionat:","select-all":"Seleccionar tot","deselect-all":"Deseleccionar tot","upload-error":"Error de c\xE0rrega","validation-error":"Error de validaci\xF3","no-files":"Cap fitxer seleccionat",browse:"Navegar",file__one:"fitxer","not-uploaded-yet":"Encara no s'ha pujat...",file__other:"fitxers",file__many:"fitxers",error__one:"error",error__other:"errors",error__many:"errors","header-uploading":"S'est\xE0 pujant {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} pujat","header-total":"{{count}} {{plural:file(count)}} seleccionat","src-type-local":"Des de dispositiu","src-type-from-url":"Des d'enlla\xE7","src-type-camera":"C\xE0mera","src-type-draw":"Dibuix","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":"Altres","src-type-mobile-video-camera":"V\xEDdeo","src-type-mobile-photo-camera":"Foto","caption-from-url":"Importar des d'enlla\xE7","caption-camera":"C\xE0mera","caption-draw":"Dibuix","caption-edit-file":"Editar fitxer","file-no-name":"Sense nom...","toggle-fullscreen":"Commuta pantalla completa","toggle-guides":"Commuta guies",rotate:"Rotar","flip-vertical":"Voltejar verticalment","flip-horizontal":"Voltejar horitzontalment",apply:"Aplica",brightness:"Brillantor",contrast:"Contrast",saturation:"Saturaci\xF3",exposure:"Exposici\xF3",gamma:"Gamma",vibrance:"Vibraci\xF3",warmth:"Calidesa",enhance:"Millora",original:"Original",resize:"Redimensionar imatge",crop:"Retallar","select-color":"Selecciona color",text:"Text",draw:"Dibuixar","cancel-edit":"Cancel\xB7lar edici\xF3","tab-view":"Vista pr\xE8via","tab-details":"Detalls","file-name":"Nom","file-size":"Mida","cdn-url":"URL CDN","file-size-unknown":"Desconeguda","camera-permissions-denied":"Acc\xE9s a la c\xE0mera denegat","camera-permissions-prompt":"Si us plau, permet l'acc\xE9s a la c\xE0mera","camera-permissions-request":"Sol\xB7licitar acc\xE9s","files-count-limit-error-title":"L\xEDmit de fitxers superat","files-count-limit-error-too-few":"Has seleccionat {{total}} {{plural:file(total)}}. S'exigeix un m\xEDnim de {{min}} {{plural:file(min)}}.","files-count-limit-error-too-many":"Has seleccionat massa fitxers. El m\xE0xim perm\xE8s \xE9s {{max}} {{plural:file(max)}}.","files-max-size-limit-error":"El fitxer \xE9s massa gran. La mida m\xE0xima de fitxer \xE9s {{maxFileSize}}.","has-validation-errors":"S'ha produ\xEFt un error de validaci\xF3 dels fitxers. Si us plau, revisa els teus fitxers abans de pujar-los.","images-only-accepted":"Nom\xE9s s'accepten fitxers d'imatge.","file-type-not-allowed":"No est\xE0 perm\xE8s pujar fitxers d'aquest tipus.","some-files-were-not-uploaded":"Alguns fitxers no s'han pujat.","file-item-edit-button":"Editar","file-item-remove-button":"Eliminar","a11y-activity-header-button-close":"Tancar","a11y-editor-tab-filters":"Filtres","a11y-editor-tab-tuning":"Ajust","a11y-editor-tab-crop":"Retallar",flip:"Capgirar",mirror:"Mirall","a11y-cloud-editor-apply-filter":"Aplicar el filtre {{name}}","a11y-cloud-editor-apply-crop":"Aplicar l'operaci\xF3 {{name}}","a11y-cloud-editor-apply-tuning":"Aplicar l'ajust {{name}}",finished:"Acabat",failed:"Fallat",uploading:"Carregant",idle:"Inactiu","a11y-file-item-status":"El fitxer {{fileName}} est\xE0 en estat {{status}}","waiting-for":"Esperant per {{source}}","queued-uploading":"En cua per pujar","queued-validation":"En cua per validar",validation:"Validant","a11y-cloud-editor-apply-aspect-ratio":"Aplicar operaci\xF3 {{name}} {{value}}","crop-to-shape":"Retalla a {{value}}",custom:"Forma lliure","freeform-crop":"Retallat lliure"};export{e as default};
|
|
@@ -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.25.0-alpha.6 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2025-12-12T00:37:30.012Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/cs.ts
|
|
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.25.0-alpha.6 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2025-12-12T00:37:30.012Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/da.ts
|
|
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};
|