@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
package/dist/index.ssr.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export const ActivityBlock = class {
|
|
2
|
+
static Gt = {};
|
|
2
3
|
static activities = {
|
|
3
4
|
START_FROM: "start-from",
|
|
4
5
|
CAMERA: "camera",
|
|
@@ -22,6 +23,7 @@ export const ActivityBlock = class {
|
|
|
22
23
|
static shadowRootOptions = { mode: "open" };
|
|
23
24
|
};
|
|
24
25
|
export const ActivityHeader = class {
|
|
26
|
+
static Gt = {};
|
|
25
27
|
static activities = {
|
|
26
28
|
START_FROM: "start-from",
|
|
27
29
|
CAMERA: "camera",
|
|
@@ -44,6 +46,19 @@ export const ActivityHeader = class {
|
|
|
44
46
|
static finalizeStyles = () => {};
|
|
45
47
|
static shadowRootOptions = { mode: "open" };
|
|
46
48
|
};
|
|
49
|
+
export const BaseComponent = class {
|
|
50
|
+
static reg = () => {};
|
|
51
|
+
static elementProperties = {};
|
|
52
|
+
static finalized = {};
|
|
53
|
+
static elementStyles = [];
|
|
54
|
+
static addInitializer = () => {};
|
|
55
|
+
static createProperty = () => {};
|
|
56
|
+
static getPropertyDescriptor = () => {};
|
|
57
|
+
static getPropertyOptions = () => {};
|
|
58
|
+
static finalize = () => {};
|
|
59
|
+
static finalizeStyles = () => {};
|
|
60
|
+
static shadowRootOptions = { mode: "open" };
|
|
61
|
+
};
|
|
47
62
|
export const Block = class {
|
|
48
63
|
static styleAttrs = [];
|
|
49
64
|
static finalized = {};
|
|
@@ -109,6 +124,7 @@ export const CameraSource = class {
|
|
|
109
124
|
};
|
|
110
125
|
static finalized = {};
|
|
111
126
|
static elementStyles = [];
|
|
127
|
+
static Gt = {};
|
|
112
128
|
static activities = {
|
|
113
129
|
START_FROM: "start-from",
|
|
114
130
|
CAMERA: "camera",
|
|
@@ -179,6 +195,7 @@ export const CloudImageEditorActivity = class {
|
|
|
179
195
|
};
|
|
180
196
|
static finalized = {};
|
|
181
197
|
static elementStyles = [];
|
|
198
|
+
static Gt = {};
|
|
182
199
|
static activities = {
|
|
183
200
|
START_FROM: "start-from",
|
|
184
201
|
CAMERA: "camera",
|
|
@@ -378,7 +395,7 @@ export const Data = class {
|
|
|
378
395
|
static registerCtx = () => {};
|
|
379
396
|
static deleteCtx = () => {};
|
|
380
397
|
static getCtx = () => {};
|
|
381
|
-
static
|
|
398
|
+
static hasCtx = () => {};
|
|
382
399
|
static apply = () => {};
|
|
383
400
|
static bind = () => {};
|
|
384
401
|
static call = () => {};
|
|
@@ -427,6 +444,7 @@ export const DropArea = class {
|
|
|
427
444
|
};
|
|
428
445
|
static finalized = {};
|
|
429
446
|
static elementStyles = [];
|
|
447
|
+
static Gt = {};
|
|
430
448
|
static activities = {
|
|
431
449
|
START_FROM: "start-from",
|
|
432
450
|
CAMERA: "camera",
|
|
@@ -622,6 +640,7 @@ export const ExternalSource = class {
|
|
|
622
640
|
};
|
|
623
641
|
static finalized = {};
|
|
624
642
|
static elementStyles = [];
|
|
643
|
+
static Gt = {};
|
|
625
644
|
static activities = {
|
|
626
645
|
START_FROM: "start-from",
|
|
627
646
|
CAMERA: "camera",
|
|
@@ -691,6 +710,7 @@ export const FileItem = class {
|
|
|
691
710
|
ONEDRIVE: "onedrive",
|
|
692
711
|
HUDDLE: "huddle",
|
|
693
712
|
};
|
|
713
|
+
static Gt = {};
|
|
694
714
|
static activities = {
|
|
695
715
|
START_FROM: "start-from",
|
|
696
716
|
CAMERA: "camera",
|
|
@@ -789,6 +809,7 @@ export const FormInput = class {
|
|
|
789
809
|
static finalized = {};
|
|
790
810
|
static elementProperties = {};
|
|
791
811
|
static elementStyles = [];
|
|
812
|
+
static Gt = {};
|
|
792
813
|
static activities = {
|
|
793
814
|
START_FROM: "start-from",
|
|
794
815
|
CAMERA: "camera",
|
|
@@ -892,7 +913,7 @@ export const ModalEvents = {
|
|
|
892
913
|
DESTROY: "modal:destroy",
|
|
893
914
|
};
|
|
894
915
|
export const PACKAGE_NAME = `blocks`;
|
|
895
|
-
export const PACKAGE_VERSION = `1.25.0-alpha.
|
|
916
|
+
export const PACKAGE_VERSION = `1.25.0-alpha.6`;
|
|
896
917
|
export const PresenceToggle = class {
|
|
897
918
|
static elementProperties = {};
|
|
898
919
|
static styleAttrs = [];
|
|
@@ -958,6 +979,7 @@ export const ProgressBarCommon = class {
|
|
|
958
979
|
};
|
|
959
980
|
static finalized = {};
|
|
960
981
|
static elementStyles = [];
|
|
982
|
+
static Gt = {};
|
|
961
983
|
static activities = {
|
|
962
984
|
START_FROM: "start-from",
|
|
963
985
|
CAMERA: "camera",
|
|
@@ -977,21 +999,6 @@ export const ProgressBarCommon = class {
|
|
|
977
999
|
static finalizeStyles = () => {};
|
|
978
1000
|
static shadowRootOptions = { mode: "open" };
|
|
979
1001
|
};
|
|
980
|
-
export const PubSub = class {
|
|
981
|
-
static registerCtx = () => {};
|
|
982
|
-
static deleteCtx = () => {};
|
|
983
|
-
static getCtx = () => {};
|
|
984
|
-
static globalStore = {};
|
|
985
|
-
static apply = () => {};
|
|
986
|
-
static bind = () => {};
|
|
987
|
-
static call = () => {};
|
|
988
|
-
static toString = () => {};
|
|
989
|
-
static hasOwnProperty = () => {};
|
|
990
|
-
static isPrototypeOf = () => {};
|
|
991
|
-
static propertyIsEnumerable = () => {};
|
|
992
|
-
static valueOf = () => {};
|
|
993
|
-
static toLocaleString = () => {};
|
|
994
|
-
};
|
|
995
1002
|
export const Select = class {
|
|
996
1003
|
static elementProperties = {};
|
|
997
1004
|
static styleAttrs = [];
|
|
@@ -1044,6 +1051,7 @@ export const SimpleBtn = class {
|
|
|
1044
1051
|
};
|
|
1045
1052
|
static finalized = {};
|
|
1046
1053
|
static elementStyles = [];
|
|
1054
|
+
static Gt = {};
|
|
1047
1055
|
static activities = {
|
|
1048
1056
|
START_FROM: "start-from",
|
|
1049
1057
|
CAMERA: "camera",
|
|
@@ -1127,6 +1135,7 @@ export const SourceBtn = class {
|
|
|
1127
1135
|
};
|
|
1128
1136
|
static finalized = {};
|
|
1129
1137
|
static elementStyles = [];
|
|
1138
|
+
static Gt = {};
|
|
1130
1139
|
static activities = {
|
|
1131
1140
|
START_FROM: "start-from",
|
|
1132
1141
|
CAMERA: "camera",
|
|
@@ -1175,6 +1184,7 @@ export const Spinner = class {
|
|
|
1175
1184
|
static shadowRootOptions = { mode: "open" };
|
|
1176
1185
|
};
|
|
1177
1186
|
export const StartFrom = class {
|
|
1187
|
+
static Gt = {};
|
|
1178
1188
|
static activities = {
|
|
1179
1189
|
START_FROM: "start-from",
|
|
1180
1190
|
CAMERA: "camera",
|
|
@@ -1234,6 +1244,7 @@ export const Thumb = class {
|
|
|
1234
1244
|
ONEDRIVE: "onedrive",
|
|
1235
1245
|
HUDDLE: "huddle",
|
|
1236
1246
|
};
|
|
1247
|
+
static Gt = {};
|
|
1237
1248
|
static activities = {
|
|
1238
1249
|
START_FROM: "start-from",
|
|
1239
1250
|
CAMERA: "camera",
|
|
@@ -1253,18 +1264,7 @@ export const Thumb = class {
|
|
|
1253
1264
|
static finalizeStyles = () => {};
|
|
1254
1265
|
static shadowRootOptions = { mode: "open" };
|
|
1255
1266
|
};
|
|
1256
|
-
export const UID =
|
|
1257
|
-
static generate = () => {};
|
|
1258
|
-
static apply = () => {};
|
|
1259
|
-
static bind = () => {};
|
|
1260
|
-
static call = () => {};
|
|
1261
|
-
static toString = () => {};
|
|
1262
|
-
static hasOwnProperty = () => {};
|
|
1263
|
-
static isPrototypeOf = () => {};
|
|
1264
|
-
static propertyIsEnumerable = () => {};
|
|
1265
|
-
static valueOf = () => {};
|
|
1266
|
-
static toLocaleString = () => {};
|
|
1267
|
-
};
|
|
1267
|
+
export const UID = () => {};
|
|
1268
1268
|
export const UploadCtxProvider = class {
|
|
1269
1269
|
static styleAttrs = [];
|
|
1270
1270
|
static EventType = {
|
|
@@ -1323,6 +1323,7 @@ export const UploadCtxProvider = class {
|
|
|
1323
1323
|
static finalized = {};
|
|
1324
1324
|
static elementProperties = {};
|
|
1325
1325
|
static elementStyles = [];
|
|
1326
|
+
static Gt = {};
|
|
1326
1327
|
static activities = {
|
|
1327
1328
|
START_FROM: "start-from",
|
|
1328
1329
|
CAMERA: "camera",
|
|
@@ -1378,6 +1379,7 @@ export const UploadList = class {
|
|
|
1378
1379
|
};
|
|
1379
1380
|
static finalized = {};
|
|
1380
1381
|
static elementStyles = [];
|
|
1382
|
+
static Gt = {};
|
|
1381
1383
|
static activities = {
|
|
1382
1384
|
START_FROM: "start-from",
|
|
1383
1385
|
CAMERA: "camera",
|
|
@@ -1455,6 +1457,7 @@ export const UploaderBlock = class {
|
|
|
1455
1457
|
static finalized = {};
|
|
1456
1458
|
static elementProperties = {};
|
|
1457
1459
|
static elementStyles = [];
|
|
1460
|
+
static Gt = {};
|
|
1458
1461
|
static activities = {
|
|
1459
1462
|
START_FROM: "start-from",
|
|
1460
1463
|
CAMERA: "camera",
|
|
@@ -1511,6 +1514,7 @@ export const UrlSource = class {
|
|
|
1511
1514
|
};
|
|
1512
1515
|
static finalized = {};
|
|
1513
1516
|
static elementStyles = [];
|
|
1517
|
+
static Gt = {};
|
|
1514
1518
|
static activities = {
|
|
1515
1519
|
START_FROM: "start-from",
|
|
1516
1520
|
CAMERA: "camera",
|
|
@@ -1,168 +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/ar.ts
|
|
28
|
-
var ar_default = {
|
|
29
|
-
"locale-id": "ar",
|
|
30
|
-
"social-source-lang": "ar",
|
|
31
|
-
"upload-file": "\u0631\u0641\u0639 \u0645\u0644\u0641",
|
|
32
|
-
"upload-files": "\u0631\u0641\u0639 \u0645\u0644\u0641\u0627\u062A",
|
|
33
|
-
"choose-file": "\u0627\u062E\u062A\u0631 \u0645\u0644\u0641",
|
|
34
|
-
"choose-files": "\u0627\u062E\u062A\u0631 \u0645\u0644\u0641\u0627\u062A",
|
|
35
|
-
"drop-files-here": "\u0623\u0633\u0642\u0637 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0647\u0646\u0627",
|
|
36
|
-
"select-file-source": "\u0627\u062E\u062A\u0631 \u0645\u0635\u062F\u0631 \u0627\u0644\u0645\u0644\u0641",
|
|
37
|
-
selected: "\u0645\u062E\u062A\u0627\u0631",
|
|
38
|
-
upload: "\u0631\u0641\u0639",
|
|
39
|
-
"add-more": "\u0623\u0636\u0641 \u0627\u0644\u0645\u0632\u064A\u062F",
|
|
40
|
-
cancel: "\u0625\u0644\u063A\u0627\u0621",
|
|
41
|
-
"start-from-cancel": "\u0625\u0644\u063A\u0627\u0621",
|
|
42
|
-
clear: "\u0645\u0633\u062D",
|
|
43
|
-
"camera-shot": "\u0627\u0644\u062A\u0642\u0627\u0637",
|
|
44
|
-
"upload-url": "\u0627\u0633\u062A\u064A\u0631\u0627\u062F",
|
|
45
|
-
"upload-url-placeholder": "\u0627\u0644\u0635\u0642 \u0627\u0644\u0631\u0627\u0628\u0637 \u0647\u0646\u0627",
|
|
46
|
-
"edit-image": "\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0635\u0648\u0631\u0629",
|
|
47
|
-
"edit-detail": "\u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644",
|
|
48
|
-
back: "\u0639\u0648\u062F\u0629",
|
|
49
|
-
done: "\u062A\u0645",
|
|
50
|
-
ok: "\u0645\u0648\u0627\u0641\u0642",
|
|
51
|
-
"remove-from-list": "\u0625\u0632\u0627\u0644\u0629",
|
|
52
|
-
no: "\u0644\u0627",
|
|
53
|
-
yes: "\u0646\u0639\u0645",
|
|
54
|
-
"confirm-your-action": "\u062A\u0623\u0643\u064A\u062F \u0627\u0644\u0625\u062C\u0631\u0627\u0621",
|
|
55
|
-
"are-you-sure": "\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F\u061F",
|
|
56
|
-
"selected-count": "\u0627\u0644\u0645\u062E\u062A\u0627\u0631\u0629:",
|
|
57
|
-
"select-all": "\u0627\u062E\u062A\u0631 \u0627\u0644\u0643\u0644",
|
|
58
|
-
"deselect-all": "\u0625\u0644\u063A\u0627\u0621 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0644\u0643\u0644",
|
|
59
|
-
"upload-error": "\u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u0631\u0641\u0639",
|
|
60
|
-
"validation-error": "\u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u062D\u0642\u0642",
|
|
61
|
-
"no-files": "\u0644\u0645 \u064A\u062A\u0645 \u0627\u062E\u062A\u064A\u0627\u0631 \u0645\u0644\u0641\u0627\u062A",
|
|
62
|
-
browse: "\u062A\u0635\u0641\u062D",
|
|
63
|
-
"not-uploaded-yet": "\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0631\u0641\u0639 \u0628\u0639\u062F...",
|
|
64
|
-
file__zero: "\u0645\u0644\u0641",
|
|
65
|
-
file__one: "\u0645\u0644\u0641",
|
|
66
|
-
file__two: "\u0645\u0644\u0641\u0627\u0646",
|
|
67
|
-
file__few: "\u0645\u0644\u0641\u0627\u062A",
|
|
68
|
-
file__many: "\u0645\u0644\u0641",
|
|
69
|
-
file__other: "\u0645\u0644\u0641\u0627\u062A",
|
|
70
|
-
error__zero: "\u062E\u0637\u0623",
|
|
71
|
-
error__one: "\u062E\u0637\u0623",
|
|
72
|
-
error__two: "\u062E\u0637\u0622\u0646",
|
|
73
|
-
error__few: "\u0623\u062E\u0637\u0627\u0621",
|
|
74
|
-
error__many: "\u062E\u0637\u0623",
|
|
75
|
-
error__other: "\u0623\u062E\u0637\u0627\u0621",
|
|
76
|
-
"header-uploading": "\u062C\u0627\u0631\u064A \u0631\u0641\u0639 {{count}} {{plural:file(count)}}",
|
|
77
|
-
"header-failed": "\u0641\u0634\u0644 \u0641\u064A {{count}} {{plural:error(count)}}",
|
|
78
|
-
"header-succeed": "\u062A\u0645 \u0631\u0641\u0639 {{count}} {{plural:file(count)}}",
|
|
79
|
-
"header-total": "\u062A\u0645 \u0627\u062E\u062A\u064A\u0627\u0631 {{count}} {{plural:file(count)}}",
|
|
80
|
-
"src-type-local": "\u0645\u0646 \u0627\u0644\u062C\u0647\u0627\u0632",
|
|
81
|
-
"src-type-from-url": "\u0645\u0646 \u0631\u0627\u0628\u0637",
|
|
82
|
-
"src-type-camera": "\u0643\u0627\u0645\u064A\u0631\u0627",
|
|
83
|
-
"src-type-draw": "\u0631\u0633\u0645",
|
|
84
|
-
"src-type-facebook": "Facebook",
|
|
85
|
-
"src-type-dropbox": "Dropbox",
|
|
86
|
-
"src-type-gdrive": "Google Drive",
|
|
87
|
-
"src-type-ngdrive": "Google Drive",
|
|
88
|
-
"src-type-gphotos": "Google Photos",
|
|
89
|
-
"src-type-flickr": "Flickr",
|
|
90
|
-
"src-type-vk": "VK",
|
|
91
|
-
"src-type-evernote": "Evernote",
|
|
92
|
-
"src-type-box": "Box",
|
|
93
|
-
"src-type-onedrive": "OneDrive",
|
|
94
|
-
"src-type-huddle": "Huddle",
|
|
95
|
-
"src-type-other": "\u0623\u062E\u0631\u0649",
|
|
96
|
-
"src-type-mobile-video-camera": "\u0641\u064A\u062F\u064A\u0648",
|
|
97
|
-
"src-type-mobile-photo-camera": "\u0635\u0648\u0631\u0629",
|
|
98
|
-
"caption-from-url": "\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0631\u0627\u0628\u0637",
|
|
99
|
-
"caption-camera": "\u0643\u0627\u0645\u064A\u0631\u0627",
|
|
100
|
-
"caption-draw": "\u0631\u0633\u0645",
|
|
101
|
-
"caption-edit-file": "\u062A\u0639\u062F\u064A\u0644 \u0645\u0644\u0641",
|
|
102
|
-
"file-no-name": "\u0628\u062F\u0648\u0646 \u0627\u0633\u0645...",
|
|
103
|
-
"toggle-fullscreen": "\u062A\u0628\u062F\u064A\u0644 \u0648\u0636\u0639 \u0645\u0644\u0621 \u0627\u0644\u0634\u0627\u0634\u0629",
|
|
104
|
-
"toggle-guides": "\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0625\u0631\u0634\u0627\u062F\u0627\u062A",
|
|
105
|
-
rotate: "\u062A\u062F\u0648\u064A\u0631",
|
|
106
|
-
"flip-vertical": "\u0639\u0643\u0633 \u0631\u0623\u0633\u064A",
|
|
107
|
-
"flip-horizontal": "\u0639\u0643\u0633 \u0623\u0641\u0642\u064A",
|
|
108
|
-
apply: "\u062A\u0637\u0628\u064A\u0642",
|
|
109
|
-
brightness: "\u0633\u0637\u0648\u0639",
|
|
110
|
-
contrast: "\u062A\u0628\u0627\u064A\u0646",
|
|
111
|
-
saturation: "\u062A\u0634\u0628\u0639",
|
|
112
|
-
exposure: "\u062A\u0639\u0631\u064A\u0636",
|
|
113
|
-
gamma: "\u063A\u0627\u0645\u0627",
|
|
114
|
-
vibrance: "\u062D\u064A\u0648\u064A\u0629",
|
|
115
|
-
warmth: "\u062F\u0641\u0621",
|
|
116
|
-
enhance: "\u062A\u062D\u0633\u064A\u0646",
|
|
117
|
-
original: "\u0623\u0635\u0644\u064A",
|
|
118
|
-
resize: "\u062A\u063A\u064A\u064A\u0631 \u062D\u062C\u0645 \u0627\u0644\u0635\u0648\u0631\u0629",
|
|
119
|
-
crop: "\u0642\u0635",
|
|
120
|
-
"select-color": "\u0627\u062E\u062A\u0631 \u0644\u0648\u0646",
|
|
121
|
-
text: "\u0646\u0635",
|
|
122
|
-
draw: "\u0631\u0633\u0645",
|
|
123
|
-
"cancel-edit": "\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0639\u062F\u064A\u0644",
|
|
124
|
-
"tab-view": "\u0645\u0639\u0627\u064A\u0646\u0629",
|
|
125
|
-
"tab-details": "\u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644",
|
|
126
|
-
"file-name": "\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641",
|
|
127
|
-
"file-size": "\u062D\u062C\u0645 \u0627\u0644\u0645\u0644\u0641",
|
|
128
|
-
"cdn-url": "\u0631\u0627\u0628\u0637 CDN",
|
|
129
|
-
"file-size-unknown": "\u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",
|
|
130
|
-
"camera-permissions-denied": "\u062A\u0645 \u0631\u0641\u0636 \u0627\u0644\u0648\u0635\u0648\u0644 \u0644\u0644\u0643\u0627\u0645\u064A\u0631\u0627",
|
|
131
|
-
"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",
|
|
132
|
-
"camera-permissions-request": "\u0637\u0644\u0628 \u0627\u0644\u0648\u0635\u0648\u0644",
|
|
133
|
-
"files-count-limit-error-title": "\u062A\u062C\u0627\u0648\u0632 \u062D\u062F \u0639\u062F\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A",
|
|
134
|
-
"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.",
|
|
135
|
-
"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)}}.",
|
|
136
|
-
"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}}.",
|
|
137
|
-
"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.",
|
|
138
|
-
"images-only-accepted": "\u064A\u062A\u0645 \u0642\u0628\u0648\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0635\u0648\u0631 \u0641\u0642\u0637.",
|
|
139
|
-
"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.",
|
|
140
|
-
"some-files-were-not-uploaded": "\u0644\u0645 \u064A\u062A\u0645 \u0631\u0641\u0639 \u0628\u0639\u0636 \u0627\u0644\u0645\u0644\u0641\u0627\u062A.",
|
|
141
|
-
"file-item-edit-button": "\u062A\u062D\u0631\u064A\u0631",
|
|
142
|
-
"file-item-remove-button": "\u0625\u0632\u0627\u0644\u0629",
|
|
143
|
-
"a11y-activity-header-button-close": "\u0625\u063A\u0644\u0627\u0642",
|
|
144
|
-
"a11y-editor-tab-filters": "\u0641\u0644\u0627\u062A\u0631",
|
|
145
|
-
"a11y-editor-tab-tuning": "\u0636\u0628\u0637",
|
|
146
|
-
"a11y-editor-tab-crop": "\u0642\u0635",
|
|
147
|
-
flip: "\u0642\u0644\u0628",
|
|
148
|
-
mirror: "\u0645\u0631\u0622\u0629",
|
|
149
|
-
"a11y-cloud-editor-apply-filter": "\u062A\u0637\u0628\u064A\u0642 \u0641\u0644\u062A\u0631 {{name}}",
|
|
150
|
-
"a11y-cloud-editor-apply-crop": "\u062A\u0637\u0628\u064A\u0642 \u0639\u0645\u0644\u064A\u0629 {{name}}",
|
|
151
|
-
"a11y-cloud-editor-apply-tuning": "\u062A\u0637\u0628\u064A\u0642 \u0636\u0628\u0637 {{name}}",
|
|
152
|
-
finished: "\u062A\u0645 \u0627\u0644\u0627\u0646\u062A\u0647\u0627\u0621",
|
|
153
|
-
failed: "\u0641\u0634\u0644",
|
|
154
|
-
uploading: "\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0645\u064A\u0644",
|
|
155
|
-
idle: "\u062E\u0627\u0645\u0644",
|
|
156
|
-
"a11y-file-item-status": "\u0627\u0644\u0645\u0644\u0641 {{fileName}} \u0641\u064A \u062D\u0627\u0644\u0629 {{status}}",
|
|
157
|
-
"waiting-for": "\u0641\u064A \u0627\u0646\u062A\u0638\u0627\u0631 {{source}}",
|
|
158
|
-
"queued-uploading": "\u0641\u064A \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u0631\u0641\u0639",
|
|
159
|
-
"queued-validation": "\u0641\u064A \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u062D\u0642\u0642",
|
|
160
|
-
validation: "\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642",
|
|
161
|
-
"a11y-cloud-editor-apply-aspect-ratio": "\u062A\u0637\u0628\u064A\u0642 \u0639\u0645\u0644\u064A\u0629 {{name}} {{value}}",
|
|
162
|
-
"crop-to-shape": "\u0627\u0642\u062A\u0635\u0627\u0635 \u0625\u0644\u0649 {{value}}",
|
|
163
|
-
custom: "\u062D\u0631 \u0627\u0644\u0634\u0643\u0644",
|
|
164
|
-
"freeform-crop": "\u0642\u0635 \u062D\u0631"
|
|
165
|
-
};
|
|
166
|
-
export {
|
|
167
|
-
ar_default as default
|
|
168
|
-
};
|
|
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","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-draw":"\u0631\u0633\u0645","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-draw":"\u0631\u0633\u0645","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"};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/az.ts
|
|
28
|
-
var az_default = {
|
|
29
|
-
"locale-id": "az",
|
|
30
|
-
"social-source-lang": "az",
|
|
31
|
-
"upload-file": "Fayl y\xFCkl\u0259",
|
|
32
|
-
"upload-files": "Fayllar\u0131 y\xFCkl\u0259",
|
|
33
|
-
"choose-file": "Fayl se\xE7",
|
|
34
|
-
"choose-files": "Fayllar\u0131 se\xE7",
|
|
35
|
-
"drop-files-here": "Fayllar\u0131 buraya at\u0131n",
|
|
36
|
-
"select-file-source": "Fayl m\u0259nb\u0259yi se\xE7",
|
|
37
|
-
selected: "Se\xE7ildi",
|
|
38
|
-
upload: "Y\xFCkl\u0259",
|
|
39
|
-
"add-more": "Daha \u0259lav\u0259 et",
|
|
40
|
-
cancel: "L\u0259\u011Fv et",
|
|
41
|
-
"start-from-cancel": "L\u0259\u011Fv et",
|
|
42
|
-
clear: "T\u0259mizl\u0259",
|
|
43
|
-
"camera-shot": "\u015E\u0259kil \xE7\u0259k",
|
|
44
|
-
"upload-url": "Linkd\u0259n import et",
|
|
45
|
-
"upload-url-placeholder": "Linki buraya yap\u0131\u015Fd\u0131r\u0131n",
|
|
46
|
-
"edit-image": "\u015E\u0259kili redakt\u0259 et",
|
|
47
|
-
"edit-detail": "Detallar",
|
|
48
|
-
back: "Geri",
|
|
49
|
-
done: "Tamamland\u0131",
|
|
50
|
-
ok: "Tamam",
|
|
51
|
-
"remove-from-list": "Siyah\u0131dan \xE7\u0131xar",
|
|
52
|
-
no: "Xeyr",
|
|
53
|
-
yes: "B\u0259li",
|
|
54
|
-
"confirm-your-action": "\u018Fm\u0259liyyat\u0131n\u0131z\u0131 t\u0259sdiql\u0259yin",
|
|
55
|
-
"are-you-sure": "\u018Fminsinizmi?",
|
|
56
|
-
"selected-count": "Se\xE7ildi:",
|
|
57
|
-
"select-all": "Ham\u0131s\u0131n\u0131 se\xE7",
|
|
58
|
-
"deselect-all": "Ham\u0131s\u0131n\u0131 l\u0259\u011Fv et",
|
|
59
|
-
"upload-error": "Y\xFCkl\u0259m\u0259 x\u0259tas\u0131",
|
|
60
|
-
"validation-error": "Do\u011Frulama x\u0259tas\u0131",
|
|
61
|
-
"no-files": "Fayl se\xE7ilm\u0259yib",
|
|
62
|
-
browse: "G\xF6zd\u0259n ke\xE7ir",
|
|
63
|
-
"not-uploaded-yet": "H\u0259l\u0259 y\xFCkl\u0259nm\u0259yib...",
|
|
64
|
-
file__one: "fayl",
|
|
65
|
-
file__other: "fayl",
|
|
66
|
-
error__one: "x\u0259ta",
|
|
67
|
-
error__other: "x\u0259talar",
|
|
68
|
-
"header-uploading": "Y\xFCkl\u0259nir {{count}} {{plural:file(count)}}",
|
|
69
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
70
|
-
"header-succeed": "{{count}} {{plural:file(count)}} y\xFCkl\u0259ndi",
|
|
71
|
-
"header-total": "{{count}} {{plural:file(count)}} se\xE7ildi",
|
|
72
|
-
"src-type-local": "Cihazdan",
|
|
73
|
-
"src-type-from-url": "Linkd\u0259n",
|
|
74
|
-
"src-type-camera": "Kamera",
|
|
75
|
-
"src-type-draw": "\xC7\u0259k",
|
|
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": "Dig\u0259r",
|
|
88
|
-
"src-type-mobile-video-camera": "Video",
|
|
89
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
90
|
-
"caption-from-url": "Linkd\u0259n import et",
|
|
91
|
-
"caption-camera": "Kamera",
|
|
92
|
-
"caption-draw": "\xC7\u0259k",
|
|
93
|
-
"caption-edit-file": "Fayl\u0131 redakt\u0259 et",
|
|
94
|
-
"file-no-name": "Ads\u0131z...",
|
|
95
|
-
"toggle-fullscreen": "Tam ekran\u0131 d\u0259yi\u015Fdir",
|
|
96
|
-
"toggle-guides": "Y\xF6nl\u0259ndirm\u0259l\u0259ri d\u0259yi\u015Fdir",
|
|
97
|
-
rotate: "D\xF6nd\u0259r",
|
|
98
|
-
"flip-vertical": "\u015Eaquli \xE7evir",
|
|
99
|
-
"flip-horizontal": "\xDCf\xFCqi \xE7evir",
|
|
100
|
-
apply: "T\u0259tbiq et",
|
|
101
|
-
brightness: "Parlaql\u0131q",
|
|
102
|
-
contrast: "Kontrast",
|
|
103
|
-
saturation: "Doygunluq",
|
|
104
|
-
exposure: "Pozlama",
|
|
105
|
-
gamma: "Qamma",
|
|
106
|
-
vibrance: "Canl\u0131l\u0131q",
|
|
107
|
-
warmth: "\u0130stilik",
|
|
108
|
-
enhance: "Yax\u015F\u0131la\u015Fd\u0131rmaq",
|
|
109
|
-
original: "Orijinal",
|
|
110
|
-
resize: "\u015E\u0259kil \xF6l\xE7\xFCs\xFCn\xFC d\u0259yi\u015Fdir",
|
|
111
|
-
crop: "K\u0259s",
|
|
112
|
-
"select-color": "R\u0259ng se\xE7",
|
|
113
|
-
text: "M\u0259tn",
|
|
114
|
-
draw: "\xC7\u0259k",
|
|
115
|
-
"cancel-edit": "Redakt\u0259ni l\u0259\u011Fv et",
|
|
116
|
-
"tab-view": "\xD6nizl\u0259m\u0259",
|
|
117
|
-
"tab-details": "Detallar",
|
|
118
|
-
"file-name": "Ad",
|
|
119
|
-
"file-size": "\xD6l\xE7\xFC",
|
|
120
|
-
"cdn-url": "CDN URL",
|
|
121
|
-
"file-size-unknown": "Nam\u0259lum",
|
|
122
|
-
"camera-permissions-denied": "Kamera giri\u015Fi qada\u011Fand\u0131r",
|
|
123
|
-
"camera-permissions-prompt": "L\xFCtf\u0259n, kameraya giri\u015F\u0259 icaz\u0259 verin",
|
|
124
|
-
"camera-permissions-request": "Giri\u015F\u0259 icaz\u0259 ist\u0259",
|
|
125
|
-
"files-count-limit-error-title": "Fayllar\u0131n say limiti a\u015F\u0131ld\u0131",
|
|
126
|
-
"files-count-limit-error-too-few": "{{total}} {{plural:file(total)}} se\xE7diniz. \u018Fn az {{min}} {{plural:file(min)}} t\u0259l\u0259b olunur.",
|
|
127
|
-
"files-count-limit-error-too-many": "\xC7ox sayda fayl se\xE7diniz. Maksimum {{max}} {{plural:file(max)}} olmal\u0131d\u0131r.",
|
|
128
|
-
"files-max-size-limit-error": "Fayl \xE7ox b\xF6y\xFCkd\xFCr. Maksimum fayl \xF6l\xE7\xFCs\xFC {{maxFileSize}}.",
|
|
129
|
-
"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.",
|
|
130
|
-
"images-only-accepted": "Yaln\u0131z \u015F\u0259kil fayllar\u0131 q\u0259bul edilir.",
|
|
131
|
-
"file-type-not-allowed": "Bu fayl n\xF6vl\u0259rinin y\xFCkl\u0259nm\u0259sin\u0259 icaz\u0259 verilmir.",
|
|
132
|
-
"some-files-were-not-uploaded": "B\u0259zi fayllar y\xFCkl\u0259nm\u0259di.",
|
|
133
|
-
"file-item-edit-button": "D\u0259yi\u015Fdir",
|
|
134
|
-
"file-item-remove-button": "Sil",
|
|
135
|
-
"a11y-activity-header-button-close": "Ba\u011Fla",
|
|
136
|
-
"a11y-editor-tab-filters": "Filtrl\u0259r",
|
|
137
|
-
"a11y-editor-tab-tuning": "T\u0259nziml\u0259m\u0259",
|
|
138
|
-
"a11y-editor-tab-crop": "K\u0259sm\u0259",
|
|
139
|
-
flip: "T\u0259rsin\u0259 \xE7evir",
|
|
140
|
-
mirror: "Ayna",
|
|
141
|
-
"a11y-cloud-editor-apply-filter": "{{name}} filtrini t\u0259tbiq et",
|
|
142
|
-
"a11y-cloud-editor-apply-crop": "{{name}} \u0259m\u0259liyyat\u0131n\u0131 t\u0259tbiq et",
|
|
143
|
-
"a11y-cloud-editor-apply-tuning": "{{name}} t\u0259nziml\u0259m\u0259sini t\u0259tbiq et",
|
|
144
|
-
finished: "Bitdi",
|
|
145
|
-
failed: "U\u011Fursuz",
|
|
146
|
-
uploading: "Y\xFCkl\u0259nir",
|
|
147
|
-
idle: "Bo\u015F",
|
|
148
|
-
"a11y-file-item-status": "{{fileName}} fayl\u0131 {{status}} statusundad\u0131r",
|
|
149
|
-
"waiting-for": "{{source}} g\xF6zl\u0259nilir",
|
|
150
|
-
"queued-uploading": "Y\xFCkl\u0259m\u0259 \xFC\xE7\xFCn n\xF6vb\u0259d\u0259",
|
|
151
|
-
"queued-validation": "Do\u011Frulama \xFC\xE7\xFCn n\xF6vb\u0259d\u0259",
|
|
152
|
-
validation: "Do\u011Frulan\u0131r",
|
|
153
|
-
"a11y-cloud-editor-apply-aspect-ratio": "{{name}} {{value}} \u0259m\u0259liyyat\u0131n\u0131 t\u0259tbiq et",
|
|
154
|
-
"crop-to-shape": "{{value}} \xF6l\xE7\xFCs\xFCn\u0259 k\u0259s",
|
|
155
|
-
custom: "S\u0259rb\u0259st forma",
|
|
156
|
-
"freeform-crop": "S\u0259rb\u0259st k\u0259sm\u0259"
|
|
157
|
-
};
|
|
158
|
-
export {
|
|
159
|
-
az_default as default
|
|
160
|
-
};
|
|
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","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-draw":"\xC7\u0259k","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-draw":"\xC7\u0259k","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"};export{e as default};
|