@uploadcare/file-uploader 1.30.0-alpha.6 → 1.30.0
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 +2 -2
- package/dist/env.js +3 -3
- package/dist/index.css +2 -2
- package/dist/index.d.ts +1 -11
- package/dist/index.js +3 -3
- package/dist/index.layered.css +2 -2
- package/dist/index.ssr.js +1 -161
- package/dist/locales/file-uploader/ar.js +2 -2
- package/dist/locales/file-uploader/az.js +2 -2
- package/dist/locales/file-uploader/ca.js +2 -2
- package/dist/locales/file-uploader/cs.js +2 -2
- package/dist/locales/file-uploader/da.js +2 -2
- package/dist/locales/file-uploader/de.js +2 -2
- package/dist/locales/file-uploader/el.js +2 -2
- package/dist/locales/file-uploader/en.js +2 -2
- package/dist/locales/file-uploader/es.js +2 -2
- package/dist/locales/file-uploader/et.js +2 -2
- package/dist/locales/file-uploader/fi.js +2 -2
- package/dist/locales/file-uploader/fr.js +2 -2
- package/dist/locales/file-uploader/he.js +2 -2
- package/dist/locales/file-uploader/hy.js +2 -2
- package/dist/locales/file-uploader/is.js +2 -2
- package/dist/locales/file-uploader/it.js +2 -2
- package/dist/locales/file-uploader/ja.js +2 -2
- package/dist/locales/file-uploader/ka.js +2 -2
- package/dist/locales/file-uploader/kk.js +2 -2
- package/dist/locales/file-uploader/ko.js +2 -2
- package/dist/locales/file-uploader/lv.js +2 -2
- package/dist/locales/file-uploader/nb.js +2 -2
- package/dist/locales/file-uploader/nl.js +2 -2
- package/dist/locales/file-uploader/pl.js +2 -2
- package/dist/locales/file-uploader/pt.js +2 -2
- package/dist/locales/file-uploader/ro.js +2 -2
- package/dist/locales/file-uploader/ru.js +2 -2
- package/dist/locales/file-uploader/sk.js +2 -2
- package/dist/locales/file-uploader/sr.js +2 -2
- package/dist/locales/file-uploader/sv.js +2 -2
- package/dist/locales/file-uploader/tr.js +2 -2
- package/dist/locales/file-uploader/uk.js +2 -2
- package/dist/locales/file-uploader/vi.js +2 -2
- package/dist/locales/file-uploader/zh-TW.js +2 -2
- package/dist/locales/file-uploader/zh.js +2 -2
- package/package.json +1 -1
- package/web/file-uploader.iife.min.d.ts +1 -11
- package/web/file-uploader.iife.min.js +3 -3
- package/web/file-uploader.min.d.ts +1 -11
- package/web/file-uploader.min.js +3 -3
- package/web/uc-basic.layered.min.css +2 -2
- package/web/uc-basic.min.css +2 -2
- package/web/uc-cloud-image-editor.layered.min.css +2 -2
- package/web/uc-cloud-image-editor.min.css +2 -2
- package/web/uc-cloud-image-editor.min.d.ts +1 -11
- package/web/uc-cloud-image-editor.min.js +3 -3
- package/web/uc-file-uploader-inline.layered.min.css +2 -2
- package/web/uc-file-uploader-inline.min.css +2 -2
- package/web/uc-file-uploader-inline.min.d.ts +1 -11
- package/web/uc-file-uploader-inline.min.js +3 -3
- package/web/uc-file-uploader-minimal.layered.min.css +2 -2
- package/web/uc-file-uploader-minimal.min.css +2 -2
- package/web/uc-file-uploader-minimal.min.d.ts +1 -11
- package/web/uc-file-uploader-minimal.min.js +3 -3
- package/web/uc-file-uploader-regular.layered.min.css +2 -2
- package/web/uc-file-uploader-regular.min.css +2 -2
- package/web/uc-file-uploader-regular.min.d.ts +1 -11
- package/web/uc-file-uploader-regular.min.js +3 -3
- package/web/uc-img.min.js +3 -3
package/dist/index.ssr.js
CHANGED
|
@@ -91,12 +91,8 @@ export const CameraSource = class {
|
|
|
91
91
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
92
92
|
GDRIVE: "gdrive",
|
|
93
93
|
GPHOTOS: "gphotos",
|
|
94
|
-
FLICKR: "flickr",
|
|
95
|
-
VK: "vk",
|
|
96
|
-
EVERNOTE: "evernote",
|
|
97
94
|
BOX: "box",
|
|
98
95
|
ONEDRIVE: "onedrive",
|
|
99
|
-
HUDDLE: "huddle",
|
|
100
96
|
};
|
|
101
97
|
static sourceTypes = {
|
|
102
98
|
LOCAL: "local",
|
|
@@ -112,12 +108,8 @@ export const CameraSource = class {
|
|
|
112
108
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
113
109
|
GDRIVE: "gdrive",
|
|
114
110
|
GPHOTOS: "gphotos",
|
|
115
|
-
FLICKR: "flickr",
|
|
116
|
-
VK: "vk",
|
|
117
|
-
EVERNOTE: "evernote",
|
|
118
111
|
BOX: "box",
|
|
119
112
|
ONEDRIVE: "onedrive",
|
|
120
|
-
HUDDLE: "huddle",
|
|
121
113
|
};
|
|
122
114
|
static finalized = {};
|
|
123
115
|
static elementStyles = [];
|
|
@@ -161,12 +153,8 @@ export const CloudImageEditorActivity = class {
|
|
|
161
153
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
162
154
|
GDRIVE: "gdrive",
|
|
163
155
|
GPHOTOS: "gphotos",
|
|
164
|
-
FLICKR: "flickr",
|
|
165
|
-
VK: "vk",
|
|
166
|
-
EVERNOTE: "evernote",
|
|
167
156
|
BOX: "box",
|
|
168
157
|
ONEDRIVE: "onedrive",
|
|
169
|
-
HUDDLE: "huddle",
|
|
170
158
|
};
|
|
171
159
|
static sourceTypes = {
|
|
172
160
|
LOCAL: "local",
|
|
@@ -182,12 +170,8 @@ export const CloudImageEditorActivity = class {
|
|
|
182
170
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
183
171
|
GDRIVE: "gdrive",
|
|
184
172
|
GPHOTOS: "gphotos",
|
|
185
|
-
FLICKR: "flickr",
|
|
186
|
-
VK: "vk",
|
|
187
|
-
EVERNOTE: "evernote",
|
|
188
173
|
BOX: "box",
|
|
189
174
|
ONEDRIVE: "onedrive",
|
|
190
|
-
HUDDLE: "huddle",
|
|
191
175
|
};
|
|
192
176
|
static finalized = {};
|
|
193
177
|
static elementStyles = [];
|
|
@@ -415,12 +399,8 @@ export const DropArea = class {
|
|
|
415
399
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
416
400
|
GDRIVE: "gdrive",
|
|
417
401
|
GPHOTOS: "gphotos",
|
|
418
|
-
FLICKR: "flickr",
|
|
419
|
-
VK: "vk",
|
|
420
|
-
EVERNOTE: "evernote",
|
|
421
402
|
BOX: "box",
|
|
422
403
|
ONEDRIVE: "onedrive",
|
|
423
|
-
HUDDLE: "huddle",
|
|
424
404
|
};
|
|
425
405
|
static sourceTypes = {
|
|
426
406
|
LOCAL: "local",
|
|
@@ -436,12 +416,8 @@ export const DropArea = class {
|
|
|
436
416
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
437
417
|
GDRIVE: "gdrive",
|
|
438
418
|
GPHOTOS: "gphotos",
|
|
439
|
-
FLICKR: "flickr",
|
|
440
|
-
VK: "vk",
|
|
441
|
-
EVERNOTE: "evernote",
|
|
442
419
|
BOX: "box",
|
|
443
420
|
ONEDRIVE: "onedrive",
|
|
444
|
-
HUDDLE: "huddle",
|
|
445
421
|
};
|
|
446
422
|
static finalized = {};
|
|
447
423
|
static elementStyles = [];
|
|
@@ -624,12 +600,8 @@ export const ExternalSource = class {
|
|
|
624
600
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
625
601
|
GDRIVE: "gdrive",
|
|
626
602
|
GPHOTOS: "gphotos",
|
|
627
|
-
FLICKR: "flickr",
|
|
628
|
-
VK: "vk",
|
|
629
|
-
EVERNOTE: "evernote",
|
|
630
603
|
BOX: "box",
|
|
631
604
|
ONEDRIVE: "onedrive",
|
|
632
|
-
HUDDLE: "huddle",
|
|
633
605
|
};
|
|
634
606
|
static sourceTypes = {
|
|
635
607
|
LOCAL: "local",
|
|
@@ -645,12 +617,8 @@ export const ExternalSource = class {
|
|
|
645
617
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
646
618
|
GDRIVE: "gdrive",
|
|
647
619
|
GPHOTOS: "gphotos",
|
|
648
|
-
FLICKR: "flickr",
|
|
649
|
-
VK: "vk",
|
|
650
|
-
EVERNOTE: "evernote",
|
|
651
620
|
BOX: "box",
|
|
652
621
|
ONEDRIVE: "onedrive",
|
|
653
|
-
HUDDLE: "huddle",
|
|
654
622
|
};
|
|
655
623
|
static finalized = {};
|
|
656
624
|
static elementStyles = [];
|
|
@@ -678,12 +646,8 @@ export const ExternalUploadSource = {
|
|
|
678
646
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
679
647
|
GDRIVE: "gdrive",
|
|
680
648
|
GPHOTOS: "gphotos",
|
|
681
|
-
FLICKR: "flickr",
|
|
682
|
-
VK: "vk",
|
|
683
|
-
EVERNOTE: "evernote",
|
|
684
649
|
BOX: "box",
|
|
685
650
|
ONEDRIVE: "onedrive",
|
|
686
|
-
HUDDLE: "huddle",
|
|
687
651
|
};
|
|
688
652
|
export const FileActionButton = class {
|
|
689
653
|
static styleAttrs = [];
|
|
@@ -694,12 +658,8 @@ export const FileActionButton = class {
|
|
|
694
658
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
695
659
|
GDRIVE: "gdrive",
|
|
696
660
|
GPHOTOS: "gphotos",
|
|
697
|
-
FLICKR: "flickr",
|
|
698
|
-
VK: "vk",
|
|
699
|
-
EVERNOTE: "evernote",
|
|
700
661
|
BOX: "box",
|
|
701
662
|
ONEDRIVE: "onedrive",
|
|
702
|
-
HUDDLE: "huddle",
|
|
703
663
|
};
|
|
704
664
|
static sourceTypes = {
|
|
705
665
|
LOCAL: "local",
|
|
@@ -715,12 +675,8 @@ export const FileActionButton = class {
|
|
|
715
675
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
716
676
|
GDRIVE: "gdrive",
|
|
717
677
|
GPHOTOS: "gphotos",
|
|
718
|
-
FLICKR: "flickr",
|
|
719
|
-
VK: "vk",
|
|
720
|
-
EVERNOTE: "evernote",
|
|
721
678
|
BOX: "box",
|
|
722
679
|
ONEDRIVE: "onedrive",
|
|
723
|
-
HUDDLE: "huddle",
|
|
724
680
|
};
|
|
725
681
|
static finalized = {};
|
|
726
682
|
static elementStyles = [];
|
|
@@ -752,12 +708,8 @@ export const FileItem = class {
|
|
|
752
708
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
753
709
|
GDRIVE: "gdrive",
|
|
754
710
|
GPHOTOS: "gphotos",
|
|
755
|
-
FLICKR: "flickr",
|
|
756
|
-
VK: "vk",
|
|
757
|
-
EVERNOTE: "evernote",
|
|
758
711
|
BOX: "box",
|
|
759
712
|
ONEDRIVE: "onedrive",
|
|
760
|
-
HUDDLE: "huddle",
|
|
761
713
|
};
|
|
762
714
|
static sourceTypes = {
|
|
763
715
|
LOCAL: "local",
|
|
@@ -773,12 +725,8 @@ export const FileItem = class {
|
|
|
773
725
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
774
726
|
GDRIVE: "gdrive",
|
|
775
727
|
GPHOTOS: "gphotos",
|
|
776
|
-
FLICKR: "flickr",
|
|
777
|
-
VK: "vk",
|
|
778
|
-
EVERNOTE: "evernote",
|
|
779
728
|
BOX: "box",
|
|
780
729
|
ONEDRIVE: "onedrive",
|
|
781
|
-
HUDDLE: "huddle",
|
|
782
730
|
};
|
|
783
731
|
static activities = {
|
|
784
732
|
START_FROM: "start-from",
|
|
@@ -875,12 +823,8 @@ export const FormInput = class {
|
|
|
875
823
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
876
824
|
GDRIVE: "gdrive",
|
|
877
825
|
GPHOTOS: "gphotos",
|
|
878
|
-
FLICKR: "flickr",
|
|
879
|
-
VK: "vk",
|
|
880
|
-
EVERNOTE: "evernote",
|
|
881
826
|
BOX: "box",
|
|
882
827
|
ONEDRIVE: "onedrive",
|
|
883
|
-
HUDDLE: "huddle",
|
|
884
828
|
};
|
|
885
829
|
static sourceTypes = {
|
|
886
830
|
LOCAL: "local",
|
|
@@ -896,12 +840,8 @@ export const FormInput = class {
|
|
|
896
840
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
897
841
|
GDRIVE: "gdrive",
|
|
898
842
|
GPHOTOS: "gphotos",
|
|
899
|
-
FLICKR: "flickr",
|
|
900
|
-
VK: "vk",
|
|
901
|
-
EVERNOTE: "evernote",
|
|
902
843
|
BOX: "box",
|
|
903
844
|
ONEDRIVE: "onedrive",
|
|
904
|
-
HUDDLE: "huddle",
|
|
905
845
|
};
|
|
906
846
|
static finalized = {};
|
|
907
847
|
static elementStyles = [];
|
|
@@ -1014,12 +954,8 @@ export const NoWrapModeSmartBtn = class {
|
|
|
1014
954
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1015
955
|
GDRIVE: "gdrive",
|
|
1016
956
|
GPHOTOS: "gphotos",
|
|
1017
|
-
FLICKR: "flickr",
|
|
1018
|
-
VK: "vk",
|
|
1019
|
-
EVERNOTE: "evernote",
|
|
1020
957
|
BOX: "box",
|
|
1021
958
|
ONEDRIVE: "onedrive",
|
|
1022
|
-
HUDDLE: "huddle",
|
|
1023
959
|
};
|
|
1024
960
|
static sourceTypes = {
|
|
1025
961
|
LOCAL: "local",
|
|
@@ -1035,12 +971,8 @@ export const NoWrapModeSmartBtn = class {
|
|
|
1035
971
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1036
972
|
GDRIVE: "gdrive",
|
|
1037
973
|
GPHOTOS: "gphotos",
|
|
1038
|
-
FLICKR: "flickr",
|
|
1039
|
-
VK: "vk",
|
|
1040
|
-
EVERNOTE: "evernote",
|
|
1041
974
|
BOX: "box",
|
|
1042
975
|
ONEDRIVE: "onedrive",
|
|
1043
|
-
HUDDLE: "huddle",
|
|
1044
976
|
};
|
|
1045
977
|
static finalized = {};
|
|
1046
978
|
static elementProperties = {};
|
|
@@ -1063,7 +995,7 @@ export const NoWrapModeSmartBtn = class {
|
|
|
1063
995
|
static shadowRootOptions = { mode: "open" };
|
|
1064
996
|
};
|
|
1065
997
|
export const PACKAGE_NAME = `blocks`;
|
|
1066
|
-
export const PACKAGE_VERSION = `1.30.0
|
|
998
|
+
export const PACKAGE_VERSION = `1.30.0`;
|
|
1067
999
|
export const PluginActivityHost = class {
|
|
1068
1000
|
static elementProperties = {};
|
|
1069
1001
|
static activities = {
|
|
@@ -1130,12 +1062,8 @@ export const PrimaryAction = class {
|
|
|
1130
1062
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1131
1063
|
GDRIVE: "gdrive",
|
|
1132
1064
|
GPHOTOS: "gphotos",
|
|
1133
|
-
FLICKR: "flickr",
|
|
1134
|
-
VK: "vk",
|
|
1135
|
-
EVERNOTE: "evernote",
|
|
1136
1065
|
BOX: "box",
|
|
1137
1066
|
ONEDRIVE: "onedrive",
|
|
1138
|
-
HUDDLE: "huddle",
|
|
1139
1067
|
};
|
|
1140
1068
|
static sourceTypes = {
|
|
1141
1069
|
LOCAL: "local",
|
|
@@ -1151,12 +1079,8 @@ export const PrimaryAction = class {
|
|
|
1151
1079
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1152
1080
|
GDRIVE: "gdrive",
|
|
1153
1081
|
GPHOTOS: "gphotos",
|
|
1154
|
-
FLICKR: "flickr",
|
|
1155
|
-
VK: "vk",
|
|
1156
|
-
EVERNOTE: "evernote",
|
|
1157
1082
|
BOX: "box",
|
|
1158
1083
|
ONEDRIVE: "onedrive",
|
|
1159
|
-
HUDDLE: "huddle",
|
|
1160
1084
|
};
|
|
1161
1085
|
static finalized = {};
|
|
1162
1086
|
static elementStyles = [];
|
|
@@ -1199,12 +1123,8 @@ export const ProgressBarCommon = class {
|
|
|
1199
1123
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1200
1124
|
GDRIVE: "gdrive",
|
|
1201
1125
|
GPHOTOS: "gphotos",
|
|
1202
|
-
FLICKR: "flickr",
|
|
1203
|
-
VK: "vk",
|
|
1204
|
-
EVERNOTE: "evernote",
|
|
1205
1126
|
BOX: "box",
|
|
1206
1127
|
ONEDRIVE: "onedrive",
|
|
1207
|
-
HUDDLE: "huddle",
|
|
1208
1128
|
};
|
|
1209
1129
|
static sourceTypes = {
|
|
1210
1130
|
LOCAL: "local",
|
|
@@ -1220,12 +1140,8 @@ export const ProgressBarCommon = class {
|
|
|
1220
1140
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1221
1141
|
GDRIVE: "gdrive",
|
|
1222
1142
|
GPHOTOS: "gphotos",
|
|
1223
|
-
FLICKR: "flickr",
|
|
1224
|
-
VK: "vk",
|
|
1225
|
-
EVERNOTE: "evernote",
|
|
1226
1143
|
BOX: "box",
|
|
1227
1144
|
ONEDRIVE: "onedrive",
|
|
1228
|
-
HUDDLE: "huddle",
|
|
1229
1145
|
};
|
|
1230
1146
|
static finalized = {};
|
|
1231
1147
|
static elementStyles = [];
|
|
@@ -1270,12 +1186,8 @@ export const SimpleBtn = class {
|
|
|
1270
1186
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1271
1187
|
GDRIVE: "gdrive",
|
|
1272
1188
|
GPHOTOS: "gphotos",
|
|
1273
|
-
FLICKR: "flickr",
|
|
1274
|
-
VK: "vk",
|
|
1275
|
-
EVERNOTE: "evernote",
|
|
1276
1189
|
BOX: "box",
|
|
1277
1190
|
ONEDRIVE: "onedrive",
|
|
1278
|
-
HUDDLE: "huddle",
|
|
1279
1191
|
};
|
|
1280
1192
|
static sourceTypes = {
|
|
1281
1193
|
LOCAL: "local",
|
|
@@ -1291,12 +1203,8 @@ export const SimpleBtn = class {
|
|
|
1291
1203
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1292
1204
|
GDRIVE: "gdrive",
|
|
1293
1205
|
GPHOTOS: "gphotos",
|
|
1294
|
-
FLICKR: "flickr",
|
|
1295
|
-
VK: "vk",
|
|
1296
|
-
EVERNOTE: "evernote",
|
|
1297
1206
|
BOX: "box",
|
|
1298
1207
|
ONEDRIVE: "onedrive",
|
|
1299
|
-
HUDDLE: "huddle",
|
|
1300
1208
|
};
|
|
1301
1209
|
static finalized = {};
|
|
1302
1210
|
static elementStyles = [];
|
|
@@ -1340,12 +1248,8 @@ export const SmartBtn = class {
|
|
|
1340
1248
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1341
1249
|
GDRIVE: "gdrive",
|
|
1342
1250
|
GPHOTOS: "gphotos",
|
|
1343
|
-
FLICKR: "flickr",
|
|
1344
|
-
VK: "vk",
|
|
1345
|
-
EVERNOTE: "evernote",
|
|
1346
1251
|
BOX: "box",
|
|
1347
1252
|
ONEDRIVE: "onedrive",
|
|
1348
|
-
HUDDLE: "huddle",
|
|
1349
1253
|
};
|
|
1350
1254
|
static sourceTypes = {
|
|
1351
1255
|
LOCAL: "local",
|
|
@@ -1361,12 +1265,8 @@ export const SmartBtn = class {
|
|
|
1361
1265
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1362
1266
|
GDRIVE: "gdrive",
|
|
1363
1267
|
GPHOTOS: "gphotos",
|
|
1364
|
-
FLICKR: "flickr",
|
|
1365
|
-
VK: "vk",
|
|
1366
|
-
EVERNOTE: "evernote",
|
|
1367
1268
|
BOX: "box",
|
|
1368
1269
|
ONEDRIVE: "onedrive",
|
|
1369
|
-
HUDDLE: "huddle",
|
|
1370
1270
|
};
|
|
1371
1271
|
static finalized = {};
|
|
1372
1272
|
static elementStyles = [];
|
|
@@ -1409,12 +1309,8 @@ export const SourceBtn = class {
|
|
|
1409
1309
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1410
1310
|
GDRIVE: "gdrive",
|
|
1411
1311
|
GPHOTOS: "gphotos",
|
|
1412
|
-
FLICKR: "flickr",
|
|
1413
|
-
VK: "vk",
|
|
1414
|
-
EVERNOTE: "evernote",
|
|
1415
1312
|
BOX: "box",
|
|
1416
1313
|
ONEDRIVE: "onedrive",
|
|
1417
|
-
HUDDLE: "huddle",
|
|
1418
1314
|
};
|
|
1419
1315
|
static sourceTypes = {
|
|
1420
1316
|
LOCAL: "local",
|
|
@@ -1430,12 +1326,8 @@ export const SourceBtn = class {
|
|
|
1430
1326
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1431
1327
|
GDRIVE: "gdrive",
|
|
1432
1328
|
GPHOTOS: "gphotos",
|
|
1433
|
-
FLICKR: "flickr",
|
|
1434
|
-
VK: "vk",
|
|
1435
|
-
EVERNOTE: "evernote",
|
|
1436
1329
|
BOX: "box",
|
|
1437
1330
|
ONEDRIVE: "onedrive",
|
|
1438
|
-
HUDDLE: "huddle",
|
|
1439
1331
|
};
|
|
1440
1332
|
static finalized = {};
|
|
1441
1333
|
static elementStyles = [];
|
|
@@ -1465,12 +1357,8 @@ export const SourceList = class {
|
|
|
1465
1357
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1466
1358
|
GDRIVE: "gdrive",
|
|
1467
1359
|
GPHOTOS: "gphotos",
|
|
1468
|
-
FLICKR: "flickr",
|
|
1469
|
-
VK: "vk",
|
|
1470
|
-
EVERNOTE: "evernote",
|
|
1471
1360
|
BOX: "box",
|
|
1472
1361
|
ONEDRIVE: "onedrive",
|
|
1473
|
-
HUDDLE: "huddle",
|
|
1474
1362
|
};
|
|
1475
1363
|
static sourceTypes = {
|
|
1476
1364
|
LOCAL: "local",
|
|
@@ -1486,12 +1374,8 @@ export const SourceList = class {
|
|
|
1486
1374
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1487
1375
|
GDRIVE: "gdrive",
|
|
1488
1376
|
GPHOTOS: "gphotos",
|
|
1489
|
-
FLICKR: "flickr",
|
|
1490
|
-
VK: "vk",
|
|
1491
|
-
EVERNOTE: "evernote",
|
|
1492
1377
|
BOX: "box",
|
|
1493
1378
|
ONEDRIVE: "onedrive",
|
|
1494
|
-
HUDDLE: "huddle",
|
|
1495
1379
|
};
|
|
1496
1380
|
static finalized = {};
|
|
1497
1381
|
static elementStyles = [];
|
|
@@ -1559,12 +1443,8 @@ export const Thumb = class {
|
|
|
1559
1443
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1560
1444
|
GDRIVE: "gdrive",
|
|
1561
1445
|
GPHOTOS: "gphotos",
|
|
1562
|
-
FLICKR: "flickr",
|
|
1563
|
-
VK: "vk",
|
|
1564
|
-
EVERNOTE: "evernote",
|
|
1565
1446
|
BOX: "box",
|
|
1566
1447
|
ONEDRIVE: "onedrive",
|
|
1567
|
-
HUDDLE: "huddle",
|
|
1568
1448
|
};
|
|
1569
1449
|
static sourceTypes = {
|
|
1570
1450
|
LOCAL: "local",
|
|
@@ -1580,12 +1460,8 @@ export const Thumb = class {
|
|
|
1580
1460
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1581
1461
|
GDRIVE: "gdrive",
|
|
1582
1462
|
GPHOTOS: "gphotos",
|
|
1583
|
-
FLICKR: "flickr",
|
|
1584
|
-
VK: "vk",
|
|
1585
|
-
EVERNOTE: "evernote",
|
|
1586
1463
|
BOX: "box",
|
|
1587
1464
|
ONEDRIVE: "onedrive",
|
|
1588
|
-
HUDDLE: "huddle",
|
|
1589
1465
|
};
|
|
1590
1466
|
static activities = {
|
|
1591
1467
|
START_FROM: "start-from",
|
|
@@ -1646,12 +1522,8 @@ export const UploadCtxProvider = class {
|
|
|
1646
1522
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1647
1523
|
GDRIVE: "gdrive",
|
|
1648
1524
|
GPHOTOS: "gphotos",
|
|
1649
|
-
FLICKR: "flickr",
|
|
1650
|
-
VK: "vk",
|
|
1651
|
-
EVERNOTE: "evernote",
|
|
1652
1525
|
BOX: "box",
|
|
1653
1526
|
ONEDRIVE: "onedrive",
|
|
1654
|
-
HUDDLE: "huddle",
|
|
1655
1527
|
};
|
|
1656
1528
|
static sourceTypes = {
|
|
1657
1529
|
LOCAL: "local",
|
|
@@ -1667,12 +1539,8 @@ export const UploadCtxProvider = class {
|
|
|
1667
1539
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1668
1540
|
GDRIVE: "gdrive",
|
|
1669
1541
|
GPHOTOS: "gphotos",
|
|
1670
|
-
FLICKR: "flickr",
|
|
1671
|
-
VK: "vk",
|
|
1672
|
-
EVERNOTE: "evernote",
|
|
1673
1542
|
BOX: "box",
|
|
1674
1543
|
ONEDRIVE: "onedrive",
|
|
1675
|
-
HUDDLE: "huddle",
|
|
1676
1544
|
};
|
|
1677
1545
|
static finalized = {};
|
|
1678
1546
|
static elementProperties = {};
|
|
@@ -1702,12 +1570,8 @@ export const UploadList = class {
|
|
|
1702
1570
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1703
1571
|
GDRIVE: "gdrive",
|
|
1704
1572
|
GPHOTOS: "gphotos",
|
|
1705
|
-
FLICKR: "flickr",
|
|
1706
|
-
VK: "vk",
|
|
1707
|
-
EVERNOTE: "evernote",
|
|
1708
1573
|
BOX: "box",
|
|
1709
1574
|
ONEDRIVE: "onedrive",
|
|
1710
|
-
HUDDLE: "huddle",
|
|
1711
1575
|
};
|
|
1712
1576
|
static sourceTypes = {
|
|
1713
1577
|
LOCAL: "local",
|
|
@@ -1723,12 +1587,8 @@ export const UploadList = class {
|
|
|
1723
1587
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1724
1588
|
GDRIVE: "gdrive",
|
|
1725
1589
|
GPHOTOS: "gphotos",
|
|
1726
|
-
FLICKR: "flickr",
|
|
1727
|
-
VK: "vk",
|
|
1728
|
-
EVERNOTE: "evernote",
|
|
1729
1590
|
BOX: "box",
|
|
1730
1591
|
ONEDRIVE: "onedrive",
|
|
1731
|
-
HUDDLE: "huddle",
|
|
1732
1592
|
};
|
|
1733
1593
|
static finalized = {};
|
|
1734
1594
|
static elementStyles = [];
|
|
@@ -1764,12 +1624,8 @@ export const UploadSource = {
|
|
|
1764
1624
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1765
1625
|
GDRIVE: "gdrive",
|
|
1766
1626
|
GPHOTOS: "gphotos",
|
|
1767
|
-
FLICKR: "flickr",
|
|
1768
|
-
VK: "vk",
|
|
1769
|
-
EVERNOTE: "evernote",
|
|
1770
1627
|
BOX: "box",
|
|
1771
1628
|
ONEDRIVE: "onedrive",
|
|
1772
|
-
HUDDLE: "huddle",
|
|
1773
1629
|
};
|
|
1774
1630
|
export const UploaderBlock = class {
|
|
1775
1631
|
static extSrcList = {
|
|
@@ -1778,12 +1634,8 @@ export const UploaderBlock = class {
|
|
|
1778
1634
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1779
1635
|
GDRIVE: "gdrive",
|
|
1780
1636
|
GPHOTOS: "gphotos",
|
|
1781
|
-
FLICKR: "flickr",
|
|
1782
|
-
VK: "vk",
|
|
1783
|
-
EVERNOTE: "evernote",
|
|
1784
1637
|
BOX: "box",
|
|
1785
1638
|
ONEDRIVE: "onedrive",
|
|
1786
|
-
HUDDLE: "huddle",
|
|
1787
1639
|
};
|
|
1788
1640
|
static sourceTypes = {
|
|
1789
1641
|
LOCAL: "local",
|
|
@@ -1799,12 +1651,8 @@ export const UploaderBlock = class {
|
|
|
1799
1651
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1800
1652
|
GDRIVE: "gdrive",
|
|
1801
1653
|
GPHOTOS: "gphotos",
|
|
1802
|
-
FLICKR: "flickr",
|
|
1803
|
-
VK: "vk",
|
|
1804
|
-
EVERNOTE: "evernote",
|
|
1805
1654
|
BOX: "box",
|
|
1806
1655
|
ONEDRIVE: "onedrive",
|
|
1807
|
-
HUDDLE: "huddle",
|
|
1808
1656
|
};
|
|
1809
1657
|
static finalized = {};
|
|
1810
1658
|
static elementProperties = {};
|
|
@@ -1835,12 +1683,8 @@ export const UrlSource = class {
|
|
|
1835
1683
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1836
1684
|
GDRIVE: "gdrive",
|
|
1837
1685
|
GPHOTOS: "gphotos",
|
|
1838
|
-
FLICKR: "flickr",
|
|
1839
|
-
VK: "vk",
|
|
1840
|
-
EVERNOTE: "evernote",
|
|
1841
1686
|
BOX: "box",
|
|
1842
1687
|
ONEDRIVE: "onedrive",
|
|
1843
|
-
HUDDLE: "huddle",
|
|
1844
1688
|
};
|
|
1845
1689
|
static sourceTypes = {
|
|
1846
1690
|
LOCAL: "local",
|
|
@@ -1856,12 +1700,8 @@ export const UrlSource = class {
|
|
|
1856
1700
|
DROPBOX_CHOOSER: "dropboxchooser",
|
|
1857
1701
|
GDRIVE: "gdrive",
|
|
1858
1702
|
GPHOTOS: "gphotos",
|
|
1859
|
-
FLICKR: "flickr",
|
|
1860
|
-
VK: "vk",
|
|
1861
|
-
EVERNOTE: "evernote",
|
|
1862
1703
|
BOX: "box",
|
|
1863
1704
|
ONEDRIVE: "onedrive",
|
|
1864
|
-
HUDDLE: "huddle",
|
|
1865
1705
|
};
|
|
1866
1706
|
static finalized = {};
|
|
1867
1707
|
static elementStyles = [];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Package: @uploadcare/file-uploader@1.30.0
|
|
3
|
+
* Package: @uploadcare/file-uploader@1.30.0 (MIT)
|
|
4
4
|
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
-
* Built: 2026-05-
|
|
5
|
+
* Built: 2026-05-27T12:20:38.398Z
|
|
6
6
|
*/
|
|
7
7
|
var e={"locale-id":"ar","social-source-lang":"ar","upload-file":"\u0631\u0641\u0639 \u0645\u0644\u0641","upload-files":"\u0631\u0641\u0639 \u0645\u0644\u0641\u0627\u062A","choose-file":"\u0627\u062E\u062A\u0631 \u0645\u0644\u0641","choose-files":"\u0627\u062E\u062A\u0631 \u0645\u0644\u0641\u0627\u062A","drop-files-here":"\u0623\u0633\u0642\u0637 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0647\u0646\u0627","drop-file-here":"\u0623\u0633\u0642\u0637 \u0627\u0644\u0645\u0644\u0641 \u0647\u0646\u0627","select-file-source":"\u0627\u062E\u062A\u0631 \u0645\u0635\u062F\u0631 \u0627\u0644\u0645\u0644\u0641",selected:"\u0645\u062E\u062A\u0627\u0631",upload:"\u0631\u0641\u0639","add-more":"\u0623\u0636\u0641 \u0627\u0644\u0645\u0632\u064A\u062F",cancel:"\u0625\u0644\u063A\u0627\u0621","start-from-cancel":"\u0625\u0644\u063A\u0627\u0621",clear:"\u0645\u0633\u062D","camera-shot":"\u0627\u0644\u062A\u0642\u0627\u0637","upload-url":"\u0627\u0633\u062A\u064A\u0631\u0627\u062F","upload-url-placeholder":"\u0627\u0644\u0635\u0642 \u0627\u0644\u0631\u0627\u0628\u0637 \u0647\u0646\u0627","edit-image":"\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0635\u0648\u0631\u0629","edit-detail":"\u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644",back:"\u0639\u0648\u062F\u0629",done:"\u062A\u0645",ok:"\u0645\u0648\u0627\u0641\u0642","remove-from-list":"\u0625\u0632\u0627\u0644\u0629",no:"\u0644\u0627",yes:"\u0646\u0639\u0645","confirm-your-action":"\u062A\u0623\u0643\u064A\u062F \u0627\u0644\u0625\u062C\u0631\u0627\u0621","are-you-sure":"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F\u061F","selected-count":"\u0627\u0644\u0645\u062E\u062A\u0627\u0631\u0629:","select-all":"\u0627\u062E\u062A\u0631 \u0627\u0644\u0643\u0644","deselect-all":"\u0625\u0644\u063A\u0627\u0621 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0644\u0643\u0644","upload-error":"\u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u0631\u0641\u0639","validation-error":"\u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u062D\u0642\u0642","no-files":"\u0644\u0645 \u064A\u062A\u0645 \u0627\u062E\u062A\u064A\u0627\u0631 \u0645\u0644\u0641\u0627\u062A",browse:"\u062A\u0635\u0641\u062D","not-uploaded-yet":"\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0631\u0641\u0639 \u0628\u0639\u062F...",file__zero:"\u0645\u0644\u0641",file__one:"\u0645\u0644\u0641",file__two:"\u0645\u0644\u0641\u0627\u0646",file__few:"\u0645\u0644\u0641\u0627\u062A",file__many:"\u0645\u0644\u0641",file__other:"\u0645\u0644\u0641\u0627\u062A",error__zero:"\u062E\u0637\u0623",error__one:"\u062E\u0637\u0623",error__two:"\u062E\u0637\u0622\u0646",error__few:"\u0623\u062E\u0637\u0627\u0621",error__many:"\u062E\u0637\u0623",error__other:"\u0623\u062E\u0637\u0627\u0621","header-uploading":"\u062C\u0627\u0631\u064A \u0631\u0641\u0639 {{count}} {{plural:file(count)}}","header-failed":"\u0641\u0634\u0644 \u0641\u064A {{count}} {{plural:error(count)}}","header-succeed":"\u062A\u0645 \u0631\u0641\u0639 {{count}} {{plural:file(count)}}","header-total":"\u062A\u0645 \u0627\u062E\u062A\u064A\u0627\u0631 {{count}} {{plural:file(count)}}","src-type-local":"\u0645\u0646 \u0627\u0644\u062C\u0647\u0627\u0632","src-type-from-url":"\u0645\u0646 \u0631\u0627\u0628\u0637","src-type-camera":"\u0643\u0627\u0645\u064A\u0631\u0627","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":"\u0623\u062E\u0631\u0649","src-type-mobile-video-camera":"\u0641\u064A\u062F\u064A\u0648","src-type-mobile-photo-camera":"\u0635\u0648\u0631\u0629","caption-from-url":"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0631\u0627\u0628\u0637","caption-camera":"\u0643\u0627\u0645\u064A\u0631\u0627","caption-edit-file":"\u062A\u0639\u062F\u064A\u0644 \u0645\u0644\u0641","file-no-name":"\u0628\u062F\u0648\u0646 \u0627\u0633\u0645...","toggle-fullscreen":"\u062A\u0628\u062F\u064A\u0644 \u0648\u0636\u0639 \u0645\u0644\u0621 \u0627\u0644\u0634\u0627\u0634\u0629","toggle-guides":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0625\u0631\u0634\u0627\u062F\u0627\u062A",rotate:"\u062A\u062F\u0648\u064A\u0631","flip-vertical":"\u0639\u0643\u0633 \u0631\u0623\u0633\u064A","flip-horizontal":"\u0639\u0643\u0633 \u0623\u0641\u0642\u064A",apply:"\u062A\u0637\u0628\u064A\u0642",brightness:"\u0633\u0637\u0648\u0639",contrast:"\u062A\u0628\u0627\u064A\u0646",saturation:"\u062A\u0634\u0628\u0639",exposure:"\u062A\u0639\u0631\u064A\u0636",gamma:"\u063A\u0627\u0645\u0627",vibrance:"\u062D\u064A\u0648\u064A\u0629",warmth:"\u062F\u0641\u0621",enhance:"\u062A\u062D\u0633\u064A\u0646",original:"\u0623\u0635\u0644\u064A",resize:"\u062A\u063A\u064A\u064A\u0631 \u062D\u062C\u0645 \u0627\u0644\u0635\u0648\u0631\u0629",crop:"\u0642\u0635","select-color":"\u0627\u062E\u062A\u0631 \u0644\u0648\u0646",text:"\u0646\u0635",draw:"\u0631\u0633\u0645","cancel-edit":"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0639\u062F\u064A\u0644","tab-view":"\u0645\u0639\u0627\u064A\u0646\u0629","tab-details":"\u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644","file-name":"\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641","file-size":"\u062D\u062C\u0645 \u0627\u0644\u0645\u0644\u0641","cdn-url":"\u0631\u0627\u0628\u0637 CDN","file-size-unknown":"\u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641","camera-permissions-denied":"\u062A\u0645 \u0631\u0641\u0636 \u0627\u0644\u0648\u0635\u0648\u0644 \u0644\u0644\u0643\u0627\u0645\u064A\u0631\u0627","camera-permissions-prompt":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0633\u0645\u0627\u062D \u0628\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0643\u0627\u0645\u064A\u0631\u0627","camera-permissions-request":"\u0637\u0644\u0628 \u0627\u0644\u0648\u0635\u0648\u0644","files-count-limit-error-title":"\u062A\u062C\u0627\u0648\u0632 \u062D\u062F \u0639\u062F\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A","files-count-limit-error-too-few":"\u0644\u0642\u062F \u0627\u062E\u062A\u0631\u062A {{total}} {{plural:file(total)}}. \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644 {{min}} {{plural:file(min)}} \u0645\u0637\u0644\u0648\u0628.","files-count-limit-error-too-many":"\u0644\u0642\u062F \u0627\u062E\u062A\u0631\u062A \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u0644\u0641\u0627\u062A. \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0647\u0648 {{max}} {{plural:file(max)}}.","files-max-size-limit-error":"\u062D\u062C\u0645 \u0627\u0644\u0645\u0644\u0641 \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627. \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u062D\u062C\u0645 \u0627\u0644\u0645\u0644\u0641 \u0647\u0648 {{maxFileSize}}.","has-validation-errors":"\u062D\u062F\u062B \u062E\u0637\u0623 \u0641\u064A \u062A\u062D\u0642\u0642 \u0635\u062D\u0629 \u0627\u0644\u0645\u0644\u0641. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0645\u0644\u0641\u0627\u062A\u0643 \u0642\u0628\u0644 \u0627\u0644\u0631\u0641\u0639.","images-only-accepted":"\u064A\u062A\u0645 \u0642\u0628\u0648\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0635\u0648\u0631 \u0641\u0642\u0637.","file-type-not-allowed":"\u0631\u0641\u0639 \u0647\u0630\u0647 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u063A\u064A\u0631 \u0645\u0633\u0645\u0648\u062D \u0628\u0647.","some-files-were-not-uploaded":"\u0644\u0645 \u064A\u062A\u0645 \u0631\u0641\u0639 \u0628\u0639\u0636 \u0627\u0644\u0645\u0644\u0641\u0627\u062A.","file-item-edit-button":"\u062A\u062D\u0631\u064A\u0631","file-item-remove-button":"\u0625\u0632\u0627\u0644\u0629","a11y-activity-header-button-close":"\u0625\u063A\u0644\u0627\u0642","a11y-editor-tab-filters":"\u0641\u0644\u0627\u062A\u0631","a11y-editor-tab-tuning":"\u0636\u0628\u0637","a11y-editor-tab-crop":"\u0642\u0635",flip:"\u0642\u0644\u0628",mirror:"\u0645\u0631\u0622\u0629","a11y-cloud-editor-apply-filter":"\u062A\u0637\u0628\u064A\u0642 \u0641\u0644\u062A\u0631 {{name}}","a11y-cloud-editor-apply-crop":"\u062A\u0637\u0628\u064A\u0642 \u0639\u0645\u0644\u064A\u0629 {{name}}","a11y-cloud-editor-apply-tuning":"\u062A\u0637\u0628\u064A\u0642 \u0636\u0628\u0637 {{name}}",finished:"\u062A\u0645 \u0627\u0644\u0627\u0646\u062A\u0647\u0627\u0621",failed:"\u0641\u0634\u0644",uploading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0645\u064A\u0644",idle:"\u062E\u0627\u0645\u0644","a11y-file-item-status":"\u0627\u0644\u0645\u0644\u0641 {{fileName}} \u0641\u064A \u062D\u0627\u0644\u0629 {{status}}","waiting-for":"\u0641\u064A \u0627\u0646\u062A\u0638\u0627\u0631 {{source}}","queued-uploading":"\u0641\u064A \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u0631\u0641\u0639","queued-validation":"\u0641\u064A \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u062D\u0642\u0642",validation:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642","a11y-cloud-editor-apply-aspect-ratio":"\u062A\u0637\u0628\u064A\u0642 \u0639\u0645\u0644\u064A\u0629 {{name}} {{value}}","crop-to-shape":"\u0627\u0642\u062A\u0635\u0627\u0635 \u0625\u0644\u0649 {{value}}",custom:"\u062D\u0631 \u0627\u0644\u0634\u0643\u0644","freeform-crop":"\u0642\u0635 \u062D\u0631","upload-from":"\u0631\u0641\u0639 {{source}}","get-from":"\u0627\u0644\u062D\u0635\u0648\u0644 \u0645\u0646 {{source}}","capture-with":"\u0627\u0644\u062A\u0642\u0627\u0637 \u0645\u0639 {{source}}",take:"\u0623\u062E\u0630 {{source}}",record:"\u062A\u0633\u062C\u064A\u0644 {{source}}",retake:"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0635\u0648\u064A\u0631",accept:"\u0642\u0628\u0648\u0644"};export{e as default};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Package: @uploadcare/file-uploader@1.30.0
|
|
3
|
+
* Package: @uploadcare/file-uploader@1.30.0 (MIT)
|
|
4
4
|
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
-
* Built: 2026-05-
|
|
5
|
+
* Built: 2026-05-27T12:20:38.398Z
|
|
6
6
|
*/
|
|
7
7
|
var e={"locale-id":"az","social-source-lang":"az","upload-file":"Fayl y\xFCkl\u0259","upload-files":"Fayllar\u0131 y\xFCkl\u0259","choose-file":"Fayl se\xE7","choose-files":"Fayllar\u0131 se\xE7","drop-files-here":"Fayllar\u0131 buraya at\u0131n","drop-file-here":"Fayl\u0131 buraya at\u0131n","select-file-source":"Fayl m\u0259nb\u0259yi se\xE7",selected:"Se\xE7ildi",upload:"Y\xFCkl\u0259","add-more":"Daha \u0259lav\u0259 et",cancel:"L\u0259\u011Fv et","start-from-cancel":"L\u0259\u011Fv et",clear:"T\u0259mizl\u0259","camera-shot":"\u015E\u0259kil \xE7\u0259k","upload-url":"Linkd\u0259n import et","upload-url-placeholder":"Linki buraya yap\u0131\u015Fd\u0131r\u0131n","edit-image":"\u015E\u0259kili redakt\u0259 et","edit-detail":"Detallar",back:"Geri",done:"Tamamland\u0131",ok:"Tamam","remove-from-list":"Siyah\u0131dan \xE7\u0131xar",no:"Xeyr",yes:"B\u0259li","confirm-your-action":"\u018Fm\u0259liyyat\u0131n\u0131z\u0131 t\u0259sdiql\u0259yin","are-you-sure":"\u018Fminsinizmi?","selected-count":"Se\xE7ildi:","select-all":"Ham\u0131s\u0131n\u0131 se\xE7","deselect-all":"Ham\u0131s\u0131n\u0131 l\u0259\u011Fv et","upload-error":"Y\xFCkl\u0259m\u0259 x\u0259tas\u0131","validation-error":"Do\u011Frulama x\u0259tas\u0131","no-files":"Fayl se\xE7ilm\u0259yib",browse:"G\xF6zd\u0259n ke\xE7ir","not-uploaded-yet":"H\u0259l\u0259 y\xFCkl\u0259nm\u0259yib...",file__one:"fayl",file__other:"fayl",error__one:"x\u0259ta",error__other:"x\u0259talar","header-uploading":"Y\xFCkl\u0259nir {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} y\xFCkl\u0259ndi","header-total":"{{count}} {{plural:file(count)}} se\xE7ildi","src-type-local":"Cihazdan","src-type-from-url":"Linkd\u0259n","src-type-camera":"Kamera","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":"Dig\u0259r","src-type-mobile-video-camera":"Video","src-type-mobile-photo-camera":"Foto","caption-from-url":"Linkd\u0259n import et","caption-camera":"Kamera","caption-edit-file":"Fayl\u0131 redakt\u0259 et","file-no-name":"Ads\u0131z...","toggle-fullscreen":"Tam ekran\u0131 d\u0259yi\u015Fdir","toggle-guides":"Y\xF6nl\u0259ndirm\u0259l\u0259ri d\u0259yi\u015Fdir",rotate:"D\xF6nd\u0259r","flip-vertical":"\u015Eaquli \xE7evir","flip-horizontal":"\xDCf\xFCqi \xE7evir",apply:"T\u0259tbiq et",brightness:"Parlaql\u0131q",contrast:"Kontrast",saturation:"Doygunluq",exposure:"Pozlama",gamma:"Qamma",vibrance:"Canl\u0131l\u0131q",warmth:"\u0130stilik",enhance:"Yax\u015F\u0131la\u015Fd\u0131rmaq",original:"Orijinal",resize:"\u015E\u0259kil \xF6l\xE7\xFCs\xFCn\xFC d\u0259yi\u015Fdir",crop:"K\u0259s","select-color":"R\u0259ng se\xE7",text:"M\u0259tn",draw:"\xC7\u0259k","cancel-edit":"Redakt\u0259ni l\u0259\u011Fv et","tab-view":"\xD6nizl\u0259m\u0259","tab-details":"Detallar","file-name":"Ad","file-size":"\xD6l\xE7\xFC","cdn-url":"CDN URL","file-size-unknown":"Nam\u0259lum","camera-permissions-denied":"Kamera giri\u015Fi qada\u011Fand\u0131r","camera-permissions-prompt":"L\xFCtf\u0259n, kameraya giri\u015F\u0259 icaz\u0259 verin","camera-permissions-request":"Giri\u015F\u0259 icaz\u0259 ist\u0259","files-count-limit-error-title":"Fayllar\u0131n say limiti a\u015F\u0131ld\u0131","files-count-limit-error-too-few":"{{total}} {{plural:file(total)}} se\xE7diniz. \u018Fn az {{min}} {{plural:file(min)}} t\u0259l\u0259b olunur.","files-count-limit-error-too-many":"\xC7ox sayda fayl se\xE7diniz. Maksimum {{max}} {{plural:file(max)}} olmal\u0131d\u0131r.","files-max-size-limit-error":"Fayl \xE7ox b\xF6y\xFCkd\xFCr. Maksimum fayl \xF6l\xE7\xFCs\xFC {{maxFileSize}}.","has-validation-errors":"Fayl do\u011Frulama x\u0259tas\u0131 ba\u015F verdi. L\xFCtf\u0259n, y\xFCkl\u0259m\u0259d\u0259n \u0259vv\u0259l fayllar\u0131n\u0131z\u0131 yoxlay\u0131n.","images-only-accepted":"Yaln\u0131z \u015F\u0259kil fayllar\u0131 q\u0259bul edilir.","file-type-not-allowed":"Bu fayl n\xF6vl\u0259rinin y\xFCkl\u0259nm\u0259sin\u0259 icaz\u0259 verilmir.","some-files-were-not-uploaded":"B\u0259zi fayllar y\xFCkl\u0259nm\u0259di.","file-item-edit-button":"D\u0259yi\u015Fdir","file-item-remove-button":"Sil","a11y-activity-header-button-close":"Ba\u011Fla","a11y-editor-tab-filters":"Filtrl\u0259r","a11y-editor-tab-tuning":"T\u0259nziml\u0259m\u0259","a11y-editor-tab-crop":"K\u0259sm\u0259",flip:"T\u0259rsin\u0259 \xE7evir",mirror:"Ayna","a11y-cloud-editor-apply-filter":"{{name}} filtrini t\u0259tbiq et","a11y-cloud-editor-apply-crop":"{{name}} \u0259m\u0259liyyat\u0131n\u0131 t\u0259tbiq et","a11y-cloud-editor-apply-tuning":"{{name}} t\u0259nziml\u0259m\u0259sini t\u0259tbiq et",finished:"Bitdi",failed:"U\u011Fursuz",uploading:"Y\xFCkl\u0259nir",idle:"Bo\u015F","a11y-file-item-status":"{{fileName}} fayl\u0131 {{status}} statusundad\u0131r","waiting-for":"{{source}} g\xF6zl\u0259nilir","queued-uploading":"Y\xFCkl\u0259m\u0259 \xFC\xE7\xFCn n\xF6vb\u0259d\u0259","queued-validation":"Do\u011Frulama \xFC\xE7\xFCn n\xF6vb\u0259d\u0259",validation:"Do\u011Frulan\u0131r","a11y-cloud-editor-apply-aspect-ratio":"{{name}} {{value}} \u0259m\u0259liyyat\u0131n\u0131 t\u0259tbiq et","crop-to-shape":"{{value}} \xF6l\xE7\xFCs\xFCn\u0259 k\u0259s",custom:"S\u0259rb\u0259st forma","freeform-crop":"S\u0259rb\u0259st k\u0259sm\u0259","upload-from":"{{source}} y\xFCkl\u0259","get-from":"{{source}}-d\u0259n al","capture-with":"{{source}} il\u0259 \xE7\u0259ki\u015F",take:"{{source}} \xE7\u0259k",record:"{{source}} yaz",retake:"Yenid\u0259n \xE7\u0259k",accept:"Q\u0259bul et"};export{e as default};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Package: @uploadcare/file-uploader@1.30.0
|
|
3
|
+
* Package: @uploadcare/file-uploader@1.30.0 (MIT)
|
|
4
4
|
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
-
* Built: 2026-05-
|
|
5
|
+
* Built: 2026-05-27T12:20:38.398Z
|
|
6
6
|
*/
|
|
7
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","drop-file-here":"Deixa caure el fitxer 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-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-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","upload-from":"Pujar des de {{source}}","get-from":"Obtenir de {{source}}","capture-with":"Capturar amb {{source}}",take:"Prendre {{source}}",record:"Gravar {{source}}",retake:"Tornar a capturar",accept:"Acceptar"};export{e as default};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Package: @uploadcare/file-uploader@1.30.0
|
|
3
|
+
* Package: @uploadcare/file-uploader@1.30.0 (MIT)
|
|
4
4
|
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
-
* Built: 2026-05-
|
|
5
|
+
* Built: 2026-05-27T12:20:38.398Z
|
|
6
6
|
*/
|
|
7
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","drop-file-here":"P\u0159et\xE1hn\u011Bte soubor 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-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-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","upload-from":"Nahr\xE1t z {{source}}","get-from":"Z\xEDskat z {{source}}","capture-with":"Zachytit pomoc\xED {{source}}",take:"Vz\xEDt {{source}}",record:"Nahr\xE1t {{source}}",retake:"Znovu po\u0159\xEDdit",accept:"P\u0159ijmout"};export{e as default};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Package: @uploadcare/file-uploader@1.30.0
|
|
3
|
+
* Package: @uploadcare/file-uploader@1.30.0 (MIT)
|
|
4
4
|
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
-
* Built: 2026-05-
|
|
5
|
+
* Built: 2026-05-27T12:20:38.398Z
|
|
6
6
|
*/
|
|
7
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","drop-file-here":"Slip filen 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-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-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","upload-from":"Upload fra {{source}}","get-from":"Hent fra {{source}}","capture-with":"Optag med {{source}}",take:"Tag {{source}}",record:"Optag {{source}}",retake:"Tag igen",accept:"Accepter"};export{e as default};
|