@uploadcare/file-uploader 1.4.1-alpha.2 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/abstract/ActivityBlock.d.ts +14 -3
- package/abstract/ActivityBlock.d.ts.map +1 -1
- package/abstract/ActivityBlock.js +19 -6
- package/abstract/Block.d.ts +3 -3
- package/abstract/Block.d.ts.map +1 -1
- package/abstract/Block.js +2 -0
- package/abstract/CTX.d.ts +0 -1
- package/abstract/CTX.d.ts.map +1 -1
- package/abstract/CTX.js +0 -1
- package/abstract/SolutionBlock.d.ts +0 -1
- package/abstract/SolutionBlock.d.ts.map +1 -1
- package/abstract/UploaderBlock.d.ts +0 -1
- package/abstract/UploaderBlock.d.ts.map +1 -1
- package/abstract/UploaderBlock.js +3 -1
- package/abstract/UploaderPublicApi.d.ts +11 -3
- package/abstract/UploaderPublicApi.d.ts.map +1 -1
- package/abstract/UploaderPublicApi.js +27 -31
- package/blocks/CloudImageEditor/src/EditorButtonControl.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorButtonControl.js +2 -1
- package/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorCropButtonControl.js +6 -1
- package/blocks/CloudImageEditor/src/EditorFilterControl.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorFilterControl.js +7 -1
- package/blocks/CloudImageEditor/src/EditorOperationControl.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorOperationControl.js +5 -0
- package/blocks/CloudImageEditor/src/EditorToolbar.d.ts +5 -0
- package/blocks/CloudImageEditor/src/EditorToolbar.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorToolbar.js +11 -5
- package/blocks/CloudImageEditor/src/css/common.css +11 -0
- package/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts +1 -0
- package/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/elements/button/BtnUi.js +6 -1
- package/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/elements/slider/SliderUi.js +1 -0
- package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts +16 -21
- package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts.map +1 -1
- package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.js +34 -25
- package/blocks/Config/Config.d.ts +1 -1
- package/blocks/DropArea/DropArea.d.ts +0 -1
- package/blocks/DropArea/DropArea.d.ts.map +1 -1
- package/blocks/ExternalSource/ExternalSource.d.ts +2 -1
- package/blocks/ExternalSource/ExternalSource.d.ts.map +1 -1
- package/blocks/ExternalSource/ExternalSource.js +9 -0
- package/blocks/FileItem/FileItem.d.ts +2 -3
- package/blocks/FileItem/FileItem.d.ts.map +1 -1
- package/blocks/FileItem/FileItem.js +4 -8
- package/blocks/Modal/Modal.d.ts.map +1 -1
- package/blocks/Modal/Modal.js +2 -0
- package/blocks/SimpleBtn/SimpleBtn.d.ts +0 -1
- package/blocks/SimpleBtn/SimpleBtn.d.ts.map +1 -1
- package/blocks/SourceBtn/SourceBtn.d.ts +0 -1
- package/blocks/SourceBtn/SourceBtn.d.ts.map +1 -1
- package/blocks/UploadCtxProvider/EventEmitter.d.ts +1 -1
- package/blocks/UploadCtxProvider/UploadCtxProvider.d.ts +2 -2
- package/blocks/UploadList/UploadList.d.ts +0 -1
- package/blocks/UploadList/UploadList.d.ts.map +1 -1
- package/blocks/UploadList/UploadList.js +6 -1
- package/blocks/themes/uc-basic/index.css +3 -0
- package/blocks/themes/uc-basic/post-reset.css +3 -0
- package/env.d.ts +1 -1
- package/env.js +1 -1
- package/index.ssr.d.ts +1 -17
- package/index.ssr.d.ts.map +1 -1
- package/index.ssr.js +19 -29
- package/locales/file-uploader/ar.d.ts +9 -0
- package/locales/file-uploader/ar.js +11 -2
- package/locales/file-uploader/az.d.ts +9 -0
- package/locales/file-uploader/az.js +11 -2
- package/locales/file-uploader/ca.d.ts +9 -0
- package/locales/file-uploader/ca.js +11 -2
- package/locales/file-uploader/cs.d.ts +9 -0
- package/locales/file-uploader/cs.js +11 -2
- package/locales/file-uploader/da.d.ts +9 -0
- package/locales/file-uploader/da.js +11 -2
- package/locales/file-uploader/de.d.ts +9 -0
- package/locales/file-uploader/de.js +11 -2
- package/locales/file-uploader/el.d.ts +9 -0
- package/locales/file-uploader/el.js +11 -2
- package/locales/file-uploader/en.d.ts +9 -0
- package/locales/file-uploader/en.js +11 -2
- package/locales/file-uploader/es.d.ts +9 -0
- package/locales/file-uploader/es.js +11 -2
- package/locales/file-uploader/et.d.ts +9 -0
- package/locales/file-uploader/et.js +11 -2
- package/locales/file-uploader/fr.d.ts +9 -0
- package/locales/file-uploader/fr.js +11 -2
- package/locales/file-uploader/he.d.ts +9 -0
- package/locales/file-uploader/he.js +11 -2
- package/locales/file-uploader/hy.d.ts +9 -0
- package/locales/file-uploader/hy.js +11 -2
- package/locales/file-uploader/is.d.ts +9 -0
- package/locales/file-uploader/is.js +11 -2
- package/locales/file-uploader/it.d.ts +9 -0
- package/locales/file-uploader/it.js +11 -2
- package/locales/file-uploader/ja.d.ts +9 -0
- package/locales/file-uploader/ja.js +11 -2
- package/locales/file-uploader/ka.d.ts +9 -0
- package/locales/file-uploader/ka.js +11 -2
- package/locales/file-uploader/kk.d.ts +9 -0
- package/locales/file-uploader/kk.js +11 -2
- package/locales/file-uploader/ko.d.ts +9 -0
- package/locales/file-uploader/ko.js +11 -2
- package/locales/file-uploader/lv.d.ts +9 -0
- package/locales/file-uploader/lv.js +11 -2
- package/locales/file-uploader/nb.d.ts +9 -0
- package/locales/file-uploader/nb.js +11 -2
- package/locales/file-uploader/nl.d.ts +9 -0
- package/locales/file-uploader/nl.js +11 -2
- package/locales/file-uploader/pl.d.ts +9 -0
- package/locales/file-uploader/pl.js +11 -2
- package/locales/file-uploader/pt.d.ts +9 -0
- package/locales/file-uploader/pt.js +11 -2
- package/locales/file-uploader/ro.d.ts +9 -0
- package/locales/file-uploader/ro.js +11 -2
- package/locales/file-uploader/ru.d.ts +9 -0
- package/locales/file-uploader/ru.js +11 -2
- package/locales/file-uploader/sk.d.ts +9 -0
- package/locales/file-uploader/sk.js +11 -2
- package/locales/file-uploader/sr.d.ts +9 -0
- package/locales/file-uploader/sr.js +11 -2
- package/locales/file-uploader/sv.d.ts +9 -0
- package/locales/file-uploader/sv.js +11 -2
- package/locales/file-uploader/tr.d.ts +9 -0
- package/locales/file-uploader/tr.js +11 -2
- package/locales/file-uploader/uk.d.ts +9 -0
- package/locales/file-uploader/uk.js +11 -2
- package/locales/file-uploader/vi.d.ts +9 -0
- package/locales/file-uploader/vi.js +11 -2
- package/locales/file-uploader/zh-TW.d.ts +9 -0
- package/locales/file-uploader/zh-TW.js +11 -2
- package/locales/file-uploader/zh.d.ts +9 -0
- package/locales/file-uploader/zh.js +11 -2
- package/package.json +1 -1
- package/solutions/file-uploader/inline/FileUploaderInline.d.ts +0 -1
- package/solutions/file-uploader/inline/FileUploaderInline.d.ts.map +1 -1
- package/solutions/file-uploader/regular/FileUploaderRegular.d.ts +1 -2
- package/solutions/file-uploader/regular/FileUploaderRegular.d.ts.map +1 -1
- package/web/file-uploader.iife.min.js +4 -4
- package/web/file-uploader.min.js +1 -1
- package/web/uc-basic.min.css +1 -1
- package/web/uc-cloud-image-editor.min.css +1 -1
- package/web/uc-cloud-image-editor.min.js +3 -3
- package/web/uc-file-uploader-inline.min.css +1 -1
- package/web/uc-file-uploader-inline.min.js +1 -1
- package/web/uc-file-uploader-minimal.min.js +3 -3
- package/web/uc-file-uploader-regular.min.css +1 -1
- package/web/uc-file-uploader-regular.min.js +1 -1
- package/web/uc-img.min.js +1 -1
package/index.ssr.js
CHANGED
|
@@ -7,7 +7,6 @@ export const ActivityBlock = class {
|
|
|
7
7
|
URL: "url",
|
|
8
8
|
CLOUD_IMG_EDIT: "cloud-image-edit",
|
|
9
9
|
EXTERNAL: "external",
|
|
10
|
-
DETAILS: "details",
|
|
11
10
|
};
|
|
12
11
|
static reg = () => {};
|
|
13
12
|
static styleAttrs = [];
|
|
@@ -23,7 +22,6 @@ export const ActivityHeader = class {
|
|
|
23
22
|
URL: "url",
|
|
24
23
|
CLOUD_IMG_EDIT: "cloud-image-edit",
|
|
25
24
|
EXTERNAL: "external",
|
|
26
|
-
DETAILS: "details",
|
|
27
25
|
};
|
|
28
26
|
static reg = () => {};
|
|
29
27
|
static styleAttrs = [];
|
|
@@ -44,7 +42,7 @@ export const Block = class {
|
|
|
44
42
|
export const BtnUi = class {
|
|
45
43
|
static observedAttributes = ["text", "icon", "reverse", "theme"];
|
|
46
44
|
static template = `
|
|
47
|
-
<button type="button" set="@role:aria-role; @aria-controls: aria-controls">
|
|
45
|
+
<button type="button" set="@role:aria-role; @aria-controls: aria-controls;" l10n="@title:title-prop">
|
|
48
46
|
<uc-icon set="className: iconCss; @name: icon; @hidden: !icon"></uc-icon>
|
|
49
47
|
<div class="uc-text">{{text}}</div>
|
|
50
48
|
</button>
|
|
@@ -131,7 +129,6 @@ export const CameraSource = class {
|
|
|
131
129
|
URL: "url",
|
|
132
130
|
CLOUD_IMG_EDIT: "cloud-image-edit",
|
|
133
131
|
EXTERNAL: "external",
|
|
134
|
-
DETAILS: "details",
|
|
135
132
|
};
|
|
136
133
|
static reg = () => {};
|
|
137
134
|
static styleAttrs = [];
|
|
@@ -217,7 +214,6 @@ export const CloudImageEditorActivity = class {
|
|
|
217
214
|
URL: "url",
|
|
218
215
|
CLOUD_IMG_EDIT: "cloud-image-edit",
|
|
219
216
|
EXTERNAL: "external",
|
|
220
|
-
DETAILS: "details",
|
|
221
217
|
};
|
|
222
218
|
static reg = () => {};
|
|
223
219
|
static styleAttrs = [];
|
|
@@ -451,7 +447,6 @@ export const DropArea = class {
|
|
|
451
447
|
URL: "url",
|
|
452
448
|
CLOUD_IMG_EDIT: "cloud-image-edit",
|
|
453
449
|
EXTERNAL: "external",
|
|
454
|
-
DETAILS: "details",
|
|
455
450
|
};
|
|
456
451
|
static reg = () => {};
|
|
457
452
|
static is = `sym-1`;
|
|
@@ -459,7 +454,7 @@ export const DropArea = class {
|
|
|
459
454
|
};
|
|
460
455
|
export const EditorCropButtonControl = class {
|
|
461
456
|
static template = `
|
|
462
|
-
<button type="button" role="option">
|
|
457
|
+
<button type="button" role="option" l10n="@title:title-prop">
|
|
463
458
|
<uc-icon set="@name: icon;"></uc-icon>
|
|
464
459
|
<div class="uc-title" ref="title-el">{{title}}</div>
|
|
465
460
|
</button>
|
|
@@ -471,7 +466,7 @@ export const EditorCropButtonControl = class {
|
|
|
471
466
|
};
|
|
472
467
|
export const EditorFilterControl = class {
|
|
473
468
|
static template = `
|
|
474
|
-
<button type="button" role="option">
|
|
469
|
+
<button type="button" role="option" l10n="@title:title-prop">
|
|
475
470
|
<uc-icon set="@name: icon;"></uc-icon>
|
|
476
471
|
<div class="uc-title" ref="title-el">{{title}}</div>
|
|
477
472
|
</button>
|
|
@@ -499,7 +494,7 @@ export const EditorImageFader = class {
|
|
|
499
494
|
};
|
|
500
495
|
export const EditorOperationControl = class {
|
|
501
496
|
static template = `
|
|
502
|
-
<button type="button" role="option">
|
|
497
|
+
<button type="button" role="option" l10n="@title:title-prop">
|
|
503
498
|
<uc-icon set="@name: icon;"></uc-icon>
|
|
504
499
|
<div class="uc-title" ref="title-el">{{title}}</div>
|
|
505
500
|
</button>
|
|
@@ -610,7 +605,7 @@ export const EditorToolbar = class {
|
|
|
610
605
|
ref="tab-toggle-crop"
|
|
611
606
|
data-id="crop"
|
|
612
607
|
icon="crop"
|
|
613
|
-
set="onclick: on.clickTab; aria-role:tab_role; aria-controls:tab_crop"
|
|
608
|
+
set="onclick: on.clickTab; aria-role:tab_role; aria-controls:tab_crop; title-prop: a11y-editor-tab-crop"
|
|
614
609
|
>
|
|
615
610
|
</uc-btn-ui>
|
|
616
611
|
</uc-presence-toggle>
|
|
@@ -624,7 +619,7 @@ export const EditorToolbar = class {
|
|
|
624
619
|
ref="tab-toggle-tuning"
|
|
625
620
|
data-id="tuning"
|
|
626
621
|
icon="tuning"
|
|
627
|
-
set="onclick: on.clickTab; aria-role:tab_role; aria-controls:tab_tuning"
|
|
622
|
+
set="onclick: on.clickTab; aria-role:tab_role; aria-controls:tab_tuning; title-prop: a11y-editor-tab-tuning"
|
|
628
623
|
>
|
|
629
624
|
</uc-btn-ui>
|
|
630
625
|
</uc-presence-toggle>
|
|
@@ -638,14 +633,15 @@ export const EditorToolbar = class {
|
|
|
638
633
|
ref="tab-toggle-filters"
|
|
639
634
|
data-id="filters"
|
|
640
635
|
icon="filters"
|
|
641
|
-
set="onclick: on.clickTab; aria-role:tab_role; aria-controls:tab_filters"
|
|
636
|
+
set="onclick: on.clickTab; aria-role:tab_role; aria-controls:tab_filters; title-prop: a11y-editor-tab-filters"
|
|
642
637
|
>
|
|
643
638
|
</uc-btn-ui>
|
|
644
639
|
</uc-presence-toggle>
|
|
645
640
|
|
|
646
641
|
</uc-presence-toggle>
|
|
647
|
-
<uc-btn-ui style="order: -1" theme="secondary-icon" icon="closeMax" set="onclick: on.cancel
|
|
648
|
-
|
|
642
|
+
<uc-btn-ui style="order: -1" theme="secondary-icon" icon="closeMax" set="onclick: on.cancel; title-prop:cancel">
|
|
643
|
+
</uc-btn-ui>
|
|
644
|
+
<uc-btn-ui theme="primary-icon" icon="done" set="onclick: on.apply; title-prop:apply"> </uc-btn-ui>
|
|
649
645
|
</div>
|
|
650
646
|
</uc-presence-toggle>
|
|
651
647
|
<uc-presence-toggle
|
|
@@ -656,8 +652,8 @@ export const EditorToolbar = class {
|
|
|
656
652
|
<uc-editor-slider ref="slider-el"></uc-editor-slider>
|
|
657
653
|
</div>
|
|
658
654
|
<div class="uc-controls-row">
|
|
659
|
-
<uc-btn-ui theme="secondary" set="onclick: on.cancelSlider
|
|
660
|
-
<uc-btn-ui theme="primary" set="onclick: on.applySlider
|
|
655
|
+
<uc-btn-ui theme="secondary" set="onclick: on.cancelSlider" l10n="@text:cancel"> </uc-btn-ui>
|
|
656
|
+
<uc-btn-ui theme="primary" set="onclick: on.applySlider" l10n="@text:apply"> </uc-btn-ui>
|
|
661
657
|
</div>
|
|
662
658
|
</uc-presence-toggle>
|
|
663
659
|
</div>
|
|
@@ -734,7 +730,6 @@ export const ExternalSource = class {
|
|
|
734
730
|
URL: "url",
|
|
735
731
|
CLOUD_IMG_EDIT: "cloud-image-edit",
|
|
736
732
|
EXTERNAL: "external",
|
|
737
|
-
DETAILS: "details",
|
|
738
733
|
};
|
|
739
734
|
static reg = () => {};
|
|
740
735
|
static styleAttrs = [];
|
|
@@ -816,7 +811,6 @@ export const FileItem = class {
|
|
|
816
811
|
URL: "url",
|
|
817
812
|
CLOUD_IMG_EDIT: "cloud-image-edit",
|
|
818
813
|
EXTERNAL: "external",
|
|
819
|
-
DETAILS: "details",
|
|
820
814
|
};
|
|
821
815
|
static reg = () => {};
|
|
822
816
|
static styleAttrs = [];
|
|
@@ -881,7 +875,6 @@ export const FormInput = class {
|
|
|
881
875
|
URL: "url",
|
|
882
876
|
CLOUD_IMG_EDIT: "cloud-image-edit",
|
|
883
877
|
EXTERNAL: "external",
|
|
884
|
-
DETAILS: "details",
|
|
885
878
|
};
|
|
886
879
|
static reg = () => {};
|
|
887
880
|
static styleAttrs = [];
|
|
@@ -950,7 +943,7 @@ export const Modal = class {
|
|
|
950
943
|
static bindAttributes = () => {};
|
|
951
944
|
};
|
|
952
945
|
export const PACKAGE_NAME = `blocks`;
|
|
953
|
-
export const PACKAGE_VERSION = `1.
|
|
946
|
+
export const PACKAGE_VERSION = `1.5.1`;
|
|
954
947
|
export const PresenceToggle = class {
|
|
955
948
|
static template = `<slot></slot> `;
|
|
956
949
|
static reg = () => {};
|
|
@@ -1005,7 +998,6 @@ export const ProgressBarCommon = class {
|
|
|
1005
998
|
URL: "url",
|
|
1006
999
|
CLOUD_IMG_EDIT: "cloud-image-edit",
|
|
1007
1000
|
EXTERNAL: "external",
|
|
1008
|
-
DETAILS: "details",
|
|
1009
1001
|
};
|
|
1010
1002
|
static reg = () => {};
|
|
1011
1003
|
static styleAttrs = [];
|
|
@@ -1070,7 +1062,6 @@ export const SimpleBtn = class {
|
|
|
1070
1062
|
URL: "url",
|
|
1071
1063
|
CLOUD_IMG_EDIT: "cloud-image-edit",
|
|
1072
1064
|
EXTERNAL: "external",
|
|
1073
|
-
DETAILS: "details",
|
|
1074
1065
|
};
|
|
1075
1066
|
static reg = () => {};
|
|
1076
1067
|
static is = `sym-1`;
|
|
@@ -1144,7 +1135,6 @@ export const SourceBtn = class {
|
|
|
1144
1135
|
URL: "url",
|
|
1145
1136
|
CLOUD_IMG_EDIT: "cloud-image-edit",
|
|
1146
1137
|
EXTERNAL: "external",
|
|
1147
|
-
DETAILS: "details",
|
|
1148
1138
|
};
|
|
1149
1139
|
static reg = () => {};
|
|
1150
1140
|
static styleAttrs = [];
|
|
@@ -1167,7 +1157,6 @@ export const StartFrom = class {
|
|
|
1167
1157
|
URL: "url",
|
|
1168
1158
|
CLOUD_IMG_EDIT: "cloud-image-edit",
|
|
1169
1159
|
EXTERNAL: "external",
|
|
1170
|
-
DETAILS: "details",
|
|
1171
1160
|
};
|
|
1172
1161
|
static reg = () => {};
|
|
1173
1162
|
static styleAttrs = [];
|
|
@@ -1245,7 +1234,6 @@ export const UploadCtxProvider = class {
|
|
|
1245
1234
|
URL: "url",
|
|
1246
1235
|
CLOUD_IMG_EDIT: "cloud-image-edit",
|
|
1247
1236
|
EXTERNAL: "external",
|
|
1248
|
-
DETAILS: "details",
|
|
1249
1237
|
};
|
|
1250
1238
|
static reg = () => {};
|
|
1251
1239
|
static styleAttrs = [];
|
|
@@ -1256,7 +1244,12 @@ export const UploadList = class {
|
|
|
1256
1244
|
static template = `
|
|
1257
1245
|
<uc-activity-header>
|
|
1258
1246
|
<span class="uc-header-text">{{headerText}}</span>
|
|
1259
|
-
<button
|
|
1247
|
+
<button
|
|
1248
|
+
type="button"
|
|
1249
|
+
class="uc-mini-btn uc-close-btn"
|
|
1250
|
+
set="onclick: *closeModal"
|
|
1251
|
+
l10n="@title:a11y-activity-header-button-close"
|
|
1252
|
+
>
|
|
1260
1253
|
<uc-icon name="close"></uc-icon>
|
|
1261
1254
|
</button>
|
|
1262
1255
|
</uc-activity-header>
|
|
@@ -1333,7 +1326,6 @@ export const UploadList = class {
|
|
|
1333
1326
|
URL: "url",
|
|
1334
1327
|
CLOUD_IMG_EDIT: "cloud-image-edit",
|
|
1335
1328
|
EXTERNAL: "external",
|
|
1336
|
-
DETAILS: "details",
|
|
1337
1329
|
};
|
|
1338
1330
|
static reg = () => {};
|
|
1339
1331
|
static styleAttrs = [];
|
|
@@ -1379,7 +1371,6 @@ export const UploaderBlock = class {
|
|
|
1379
1371
|
URL: "url",
|
|
1380
1372
|
CLOUD_IMG_EDIT: "cloud-image-edit",
|
|
1381
1373
|
EXTERNAL: "external",
|
|
1382
|
-
DETAILS: "details",
|
|
1383
1374
|
};
|
|
1384
1375
|
static reg = () => {};
|
|
1385
1376
|
static styleAttrs = [];
|
|
@@ -1448,7 +1439,6 @@ export const UrlSource = class {
|
|
|
1448
1439
|
URL: "url",
|
|
1449
1440
|
CLOUD_IMG_EDIT: "cloud-image-edit",
|
|
1450
1441
|
EXTERNAL: "external",
|
|
1451
|
-
DETAILS: "details",
|
|
1452
1442
|
};
|
|
1453
1443
|
static reg = () => {};
|
|
1454
1444
|
static styleAttrs = [];
|
|
@@ -109,6 +109,15 @@ declare const _default: {
|
|
|
109
109
|
'some-files-were-not-uploaded': string;
|
|
110
110
|
'file-item-edit-button': string;
|
|
111
111
|
'file-item-remove-button': string;
|
|
112
|
+
'a11y-activity-header-button-close': string;
|
|
113
|
+
'a11y-editor-tab-filters': string;
|
|
114
|
+
'a11y-editor-tab-tuning': string;
|
|
115
|
+
'a11y-editor-tab-crop': string;
|
|
116
|
+
flip: string;
|
|
117
|
+
mirror: string;
|
|
118
|
+
'a11y-cloud-editor-apply-filter': string;
|
|
119
|
+
'a11y-cloud-editor-apply-crop': string;
|
|
120
|
+
'a11y-cloud-editor-apply-tuning': string;
|
|
112
121
|
};
|
|
113
122
|
export default _default;
|
|
114
123
|
//# sourceMappingURL=ar.d.ts.map
|
|
@@ -108,6 +108,15 @@ export default {
|
|
|
108
108
|
'images-only-accepted': 'يتم قبول ملفات الصور فقط.',
|
|
109
109
|
'file-type-not-allowed': 'رفع هذه أنواع الملفات غير مسموح به.',
|
|
110
110
|
'some-files-were-not-uploaded': 'لم يتم رفع بعض الملفات.',
|
|
111
|
-
'file-item-edit-button': '
|
|
112
|
-
'file-item-remove-button': '
|
|
111
|
+
'file-item-edit-button': 'تحرير',
|
|
112
|
+
'file-item-remove-button': 'إزالة',
|
|
113
|
+
'a11y-activity-header-button-close': 'إغلاق',
|
|
114
|
+
'a11y-editor-tab-filters': 'فلاتر',
|
|
115
|
+
'a11y-editor-tab-tuning': 'ضبط',
|
|
116
|
+
'a11y-editor-tab-crop': 'قص',
|
|
117
|
+
flip: 'قلب',
|
|
118
|
+
mirror: 'مرآة',
|
|
119
|
+
'a11y-cloud-editor-apply-filter': 'تطبيق فلتر {{name}}',
|
|
120
|
+
'a11y-cloud-editor-apply-crop': 'تطبيق عملية {{name}}',
|
|
121
|
+
'a11y-cloud-editor-apply-tuning': 'تطبيق ضبط {{name}}',
|
|
113
122
|
};
|
|
@@ -101,6 +101,15 @@ declare const _default: {
|
|
|
101
101
|
'some-files-were-not-uploaded': string;
|
|
102
102
|
'file-item-edit-button': string;
|
|
103
103
|
'file-item-remove-button': string;
|
|
104
|
+
'a11y-activity-header-button-close': string;
|
|
105
|
+
'a11y-editor-tab-filters': string;
|
|
106
|
+
'a11y-editor-tab-tuning': string;
|
|
107
|
+
'a11y-editor-tab-crop': string;
|
|
108
|
+
flip: string;
|
|
109
|
+
mirror: string;
|
|
110
|
+
'a11y-cloud-editor-apply-filter': string;
|
|
111
|
+
'a11y-cloud-editor-apply-crop': string;
|
|
112
|
+
'a11y-cloud-editor-apply-tuning': string;
|
|
104
113
|
};
|
|
105
114
|
export default _default;
|
|
106
115
|
//# sourceMappingURL=az.d.ts.map
|
|
@@ -100,6 +100,15 @@ export default {
|
|
|
100
100
|
'images-only-accepted': 'Yalnız şəkil faylları qəbul edilir.',
|
|
101
101
|
'file-type-not-allowed': 'Bu fayl növlərinin yüklənməsinə icazə verilmir.',
|
|
102
102
|
'some-files-were-not-uploaded': 'Bəzi fayllar yüklənmədi.',
|
|
103
|
-
'file-item-edit-button': '
|
|
104
|
-
'file-item-remove-button': 'Sil
|
|
103
|
+
'file-item-edit-button': 'Dəyişdir',
|
|
104
|
+
'file-item-remove-button': 'Sil',
|
|
105
|
+
'a11y-activity-header-button-close': 'Bağla',
|
|
106
|
+
'a11y-editor-tab-filters': 'Filtrlər',
|
|
107
|
+
'a11y-editor-tab-tuning': 'Tənzimləmə',
|
|
108
|
+
'a11y-editor-tab-crop': 'Kəsmə',
|
|
109
|
+
flip: 'Tərsinə çevir',
|
|
110
|
+
mirror: 'Ayna',
|
|
111
|
+
'a11y-cloud-editor-apply-filter': '{{name}} filtrini tətbiq et',
|
|
112
|
+
'a11y-cloud-editor-apply-crop': '{{name}} əməliyyatını tətbiq et',
|
|
113
|
+
'a11y-cloud-editor-apply-tuning': '{{name}} tənzimləməsini tətbiq et',
|
|
105
114
|
};
|
|
@@ -103,6 +103,15 @@ declare const _default: {
|
|
|
103
103
|
'some-files-were-not-uploaded': string;
|
|
104
104
|
'file-item-edit-button': string;
|
|
105
105
|
'file-item-remove-button': string;
|
|
106
|
+
'a11y-activity-header-button-close': string;
|
|
107
|
+
'a11y-editor-tab-filters': string;
|
|
108
|
+
'a11y-editor-tab-tuning': string;
|
|
109
|
+
'a11y-editor-tab-crop': string;
|
|
110
|
+
flip: string;
|
|
111
|
+
mirror: string;
|
|
112
|
+
'a11y-cloud-editor-apply-filter': string;
|
|
113
|
+
'a11y-cloud-editor-apply-crop': string;
|
|
114
|
+
'a11y-cloud-editor-apply-tuning': string;
|
|
106
115
|
};
|
|
107
116
|
export default _default;
|
|
108
117
|
//# sourceMappingURL=ca.d.ts.map
|
|
@@ -103,6 +103,15 @@ export default {
|
|
|
103
103
|
'images-only-accepted': "Només s'accepten fitxers d'imatge.",
|
|
104
104
|
'file-type-not-allowed': "No està permès pujar fitxers d'aquest tipus.",
|
|
105
105
|
'some-files-were-not-uploaded': "Alguns fitxers no s'han pujat.",
|
|
106
|
-
'file-item-edit-button':
|
|
107
|
-
'file-item-remove-button': '
|
|
106
|
+
'file-item-edit-button': 'Editar',
|
|
107
|
+
'file-item-remove-button': 'Eliminar',
|
|
108
|
+
'a11y-activity-header-button-close': 'Tancar',
|
|
109
|
+
'a11y-editor-tab-filters': 'Filtres',
|
|
110
|
+
'a11y-editor-tab-tuning': 'Ajust',
|
|
111
|
+
'a11y-editor-tab-crop': 'Retallar',
|
|
112
|
+
flip: 'Capgirar',
|
|
113
|
+
mirror: 'Mirall',
|
|
114
|
+
'a11y-cloud-editor-apply-filter': 'Aplicar el filtre {{name}}',
|
|
115
|
+
'a11y-cloud-editor-apply-crop': "Aplicar l'operació {{name}}",
|
|
116
|
+
'a11y-cloud-editor-apply-tuning': "Aplicar l'ajust {{name}}",
|
|
108
117
|
};
|
|
@@ -105,6 +105,15 @@ declare const _default: {
|
|
|
105
105
|
'some-files-were-not-uploaded': string;
|
|
106
106
|
'file-item-edit-button': string;
|
|
107
107
|
'file-item-remove-button': string;
|
|
108
|
+
'a11y-activity-header-button-close': string;
|
|
109
|
+
'a11y-editor-tab-filters': string;
|
|
110
|
+
'a11y-editor-tab-tuning': string;
|
|
111
|
+
'a11y-editor-tab-crop': string;
|
|
112
|
+
flip: string;
|
|
113
|
+
mirror: string;
|
|
114
|
+
'a11y-cloud-editor-apply-filter': string;
|
|
115
|
+
'a11y-cloud-editor-apply-crop': string;
|
|
116
|
+
'a11y-cloud-editor-apply-tuning': string;
|
|
108
117
|
};
|
|
109
118
|
export default _default;
|
|
110
119
|
//# sourceMappingURL=cs.d.ts.map
|
|
@@ -105,6 +105,15 @@ export default {
|
|
|
105
105
|
'images-only-accepted': 'Přijímány jsou pouze obrázkové soubory.',
|
|
106
106
|
'file-type-not-allowed': 'Nahrávání těchto typů souborů není povoleno.',
|
|
107
107
|
'some-files-were-not-uploaded': 'Některé soubory nebyly nahrány.',
|
|
108
|
-
'file-item-edit-button': '
|
|
109
|
-
'file-item-remove-button': '
|
|
108
|
+
'file-item-edit-button': 'Upravit',
|
|
109
|
+
'file-item-remove-button': 'Odstranit',
|
|
110
|
+
'a11y-activity-header-button-close': 'Zavřít',
|
|
111
|
+
'a11y-editor-tab-filters': 'Filtry',
|
|
112
|
+
'a11y-editor-tab-tuning': 'Ladění',
|
|
113
|
+
'a11y-editor-tab-crop': 'Oříznutí',
|
|
114
|
+
flip: 'Převrátit',
|
|
115
|
+
mirror: 'Zrcadlit',
|
|
116
|
+
'a11y-cloud-editor-apply-filter': 'Použít filtr {{name}}',
|
|
117
|
+
'a11y-cloud-editor-apply-crop': 'Použít operaci {{name}}',
|
|
118
|
+
'a11y-cloud-editor-apply-tuning': 'Použít ladění {{name}}',
|
|
110
119
|
};
|
|
@@ -101,6 +101,15 @@ declare const _default: {
|
|
|
101
101
|
'some-files-were-not-uploaded': string;
|
|
102
102
|
'file-item-edit-button': string;
|
|
103
103
|
'file-item-remove-button': string;
|
|
104
|
+
'a11y-activity-header-button-close': string;
|
|
105
|
+
'a11y-editor-tab-filters': string;
|
|
106
|
+
'a11y-editor-tab-tuning': string;
|
|
107
|
+
'a11y-editor-tab-crop': string;
|
|
108
|
+
flip: string;
|
|
109
|
+
mirror: string;
|
|
110
|
+
'a11y-cloud-editor-apply-filter': string;
|
|
111
|
+
'a11y-cloud-editor-apply-crop': string;
|
|
112
|
+
'a11y-cloud-editor-apply-tuning': string;
|
|
104
113
|
};
|
|
105
114
|
export default _default;
|
|
106
115
|
//# sourceMappingURL=da.d.ts.map
|
|
@@ -101,6 +101,15 @@ export default {
|
|
|
101
101
|
'images-only-accepted': 'Kun billedfiler accepteres.',
|
|
102
102
|
'file-type-not-allowed': 'Upload af denne filtype er ikke tilladt.',
|
|
103
103
|
'some-files-were-not-uploaded': 'Nogle filer blev ikke uploadet.',
|
|
104
|
-
'file-item-edit-button': '
|
|
105
|
-
'file-item-remove-button': '
|
|
104
|
+
'file-item-edit-button': 'Rediger',
|
|
105
|
+
'file-item-remove-button': 'Fjern',
|
|
106
|
+
'a11y-activity-header-button-close': 'Luk',
|
|
107
|
+
'a11y-editor-tab-filters': 'Filtre',
|
|
108
|
+
'a11y-editor-tab-tuning': 'Justering',
|
|
109
|
+
'a11y-editor-tab-crop': 'Beskær',
|
|
110
|
+
flip: 'Vend',
|
|
111
|
+
mirror: 'Spejl',
|
|
112
|
+
'a11y-cloud-editor-apply-filter': 'Anvend {{name}} filter',
|
|
113
|
+
'a11y-cloud-editor-apply-crop': 'Anvend {{name}} handling',
|
|
114
|
+
'a11y-cloud-editor-apply-tuning': 'Anvend {{name}} justering',
|
|
106
115
|
};
|
|
@@ -101,6 +101,15 @@ declare const _default: {
|
|
|
101
101
|
'some-files-were-not-uploaded': string;
|
|
102
102
|
'file-item-edit-button': string;
|
|
103
103
|
'file-item-remove-button': string;
|
|
104
|
+
'a11y-activity-header-button-close': string;
|
|
105
|
+
'a11y-editor-tab-filters': string;
|
|
106
|
+
'a11y-editor-tab-tuning': string;
|
|
107
|
+
'a11y-editor-tab-crop': string;
|
|
108
|
+
flip: string;
|
|
109
|
+
mirror: string;
|
|
110
|
+
'a11y-cloud-editor-apply-filter': string;
|
|
111
|
+
'a11y-cloud-editor-apply-crop': string;
|
|
112
|
+
'a11y-cloud-editor-apply-tuning': string;
|
|
104
113
|
};
|
|
105
114
|
export default _default;
|
|
106
115
|
//# sourceMappingURL=de.d.ts.map
|
|
@@ -102,6 +102,15 @@ export default {
|
|
|
102
102
|
'images-only-accepted': 'Nur Bilddateien werden akzeptiert.',
|
|
103
103
|
'file-type-not-allowed': 'Das Hochladen dieser Dateitypen ist nicht erlaubt.',
|
|
104
104
|
'some-files-were-not-uploaded': 'Einige Dateien wurden nicht hochgeladen.',
|
|
105
|
-
'file-item-edit-button': 'Bearbeiten
|
|
106
|
-
'file-item-remove-button': 'Entfernen
|
|
105
|
+
'file-item-edit-button': 'Bearbeiten',
|
|
106
|
+
'file-item-remove-button': 'Entfernen',
|
|
107
|
+
'a11y-activity-header-button-close': 'Schließen',
|
|
108
|
+
'a11y-editor-tab-filters': 'Filter',
|
|
109
|
+
'a11y-editor-tab-tuning': 'Feinabstimmung',
|
|
110
|
+
'a11y-editor-tab-crop': 'Zuschneiden',
|
|
111
|
+
flip: 'Drehen',
|
|
112
|
+
mirror: 'Spiegeln',
|
|
113
|
+
'a11y-cloud-editor-apply-filter': '{{name}}-Filter anwenden',
|
|
114
|
+
'a11y-cloud-editor-apply-crop': '{{name}}-Operation anwenden',
|
|
115
|
+
'a11y-cloud-editor-apply-tuning': '{{name}}-Abstimmung anwenden',
|
|
107
116
|
};
|
|
@@ -101,6 +101,15 @@ declare const _default: {
|
|
|
101
101
|
'some-files-were-not-uploaded': string;
|
|
102
102
|
'file-item-edit-button': string;
|
|
103
103
|
'file-item-remove-button': string;
|
|
104
|
+
'a11y-activity-header-button-close': string;
|
|
105
|
+
'a11y-editor-tab-filters': string;
|
|
106
|
+
'a11y-editor-tab-tuning': string;
|
|
107
|
+
'a11y-editor-tab-crop': string;
|
|
108
|
+
flip: string;
|
|
109
|
+
mirror: string;
|
|
110
|
+
'a11y-cloud-editor-apply-filter': string;
|
|
111
|
+
'a11y-cloud-editor-apply-crop': string;
|
|
112
|
+
'a11y-cloud-editor-apply-tuning': string;
|
|
104
113
|
};
|
|
105
114
|
export default _default;
|
|
106
115
|
//# sourceMappingURL=el.d.ts.map
|
|
@@ -102,6 +102,15 @@ export default {
|
|
|
102
102
|
'images-only-accepted': 'Επιτρέπονται μόνο αρχεία εικόνων.',
|
|
103
103
|
'file-type-not-allowed': 'Η μεταφόρτωση αυτών των τύπων αρχείων δεν επιτρέπεται.',
|
|
104
104
|
'some-files-were-not-uploaded': 'Κάποια αρχεία δεν μεταφορτώθηκαν.',
|
|
105
|
-
'file-item-edit-button': '
|
|
106
|
-
'file-item-remove-button': '
|
|
105
|
+
'file-item-edit-button': 'Επεξεργασία',
|
|
106
|
+
'file-item-remove-button': 'Αφαίρεση',
|
|
107
|
+
'a11y-activity-header-button-close': 'Κλείσιμο',
|
|
108
|
+
'a11y-editor-tab-filters': 'Φίλτρα',
|
|
109
|
+
'a11y-editor-tab-tuning': 'Ρύθμιση',
|
|
110
|
+
'a11y-editor-tab-crop': 'Περικοπή',
|
|
111
|
+
flip: 'Αναστροφή',
|
|
112
|
+
mirror: 'Καθρέφτης',
|
|
113
|
+
'a11y-cloud-editor-apply-filter': 'Εφαρμογή φίλτρου {{name}}',
|
|
114
|
+
'a11y-cloud-editor-apply-crop': 'Εφαρμογή της λειτουργίας {{name}}',
|
|
115
|
+
'a11y-cloud-editor-apply-tuning': 'Εφαρμογή της ρύθμισης {{name}}',
|
|
107
116
|
};
|
|
@@ -101,6 +101,15 @@ declare const _default: {
|
|
|
101
101
|
'some-files-were-not-uploaded': string;
|
|
102
102
|
'file-item-edit-button': string;
|
|
103
103
|
'file-item-remove-button': string;
|
|
104
|
+
'a11y-editor-tab-filters': string;
|
|
105
|
+
'a11y-editor-tab-tuning': string;
|
|
106
|
+
'a11y-editor-tab-crop': string;
|
|
107
|
+
'a11y-activity-header-button-close': string;
|
|
108
|
+
flip: string;
|
|
109
|
+
mirror: string;
|
|
110
|
+
'a11y-cloud-editor-apply-filter': string;
|
|
111
|
+
'a11y-cloud-editor-apply-crop': string;
|
|
112
|
+
'a11y-cloud-editor-apply-tuning': string;
|
|
104
113
|
};
|
|
105
114
|
export default _default;
|
|
106
115
|
//# sourceMappingURL=en.d.ts.map
|
|
@@ -100,6 +100,15 @@ export default {
|
|
|
100
100
|
'images-only-accepted': 'Only image files are accepted.',
|
|
101
101
|
'file-type-not-allowed': 'Uploading of these file types is not allowed.',
|
|
102
102
|
'some-files-were-not-uploaded': 'Some files were not uploaded.',
|
|
103
|
-
'file-item-edit-button': 'Edit
|
|
104
|
-
'file-item-remove-button': 'Remove
|
|
103
|
+
'file-item-edit-button': 'Edit',
|
|
104
|
+
'file-item-remove-button': 'Remove',
|
|
105
|
+
'a11y-editor-tab-filters': 'Filters',
|
|
106
|
+
'a11y-editor-tab-tuning': 'Tuning',
|
|
107
|
+
'a11y-editor-tab-crop': 'Crop',
|
|
108
|
+
'a11y-activity-header-button-close': 'Close',
|
|
109
|
+
flip: 'Flip',
|
|
110
|
+
mirror: 'Mirror',
|
|
111
|
+
'a11y-cloud-editor-apply-filter': 'Apply {{name}} filter',
|
|
112
|
+
'a11y-cloud-editor-apply-crop': 'Apply {{name}} operation',
|
|
113
|
+
'a11y-cloud-editor-apply-tuning': 'Apply {{name}} tuning',
|
|
105
114
|
};
|
|
@@ -103,6 +103,15 @@ declare const _default: {
|
|
|
103
103
|
'some-files-were-not-uploaded': string;
|
|
104
104
|
'file-item-edit-button': string;
|
|
105
105
|
'file-item-remove-button': string;
|
|
106
|
+
'a11y-activity-header-button-close': string;
|
|
107
|
+
'a11y-editor-tab-filters': string;
|
|
108
|
+
'a11y-editor-tab-tuning': string;
|
|
109
|
+
'a11y-editor-tab-crop': string;
|
|
110
|
+
flip: string;
|
|
111
|
+
mirror: string;
|
|
112
|
+
'a11y-cloud-editor-apply-filter': string;
|
|
113
|
+
'a11y-cloud-editor-apply-crop': string;
|
|
114
|
+
'a11y-cloud-editor-apply-tuning': string;
|
|
106
115
|
};
|
|
107
116
|
export default _default;
|
|
108
117
|
//# sourceMappingURL=es.d.ts.map
|
|
@@ -103,6 +103,15 @@ export default {
|
|
|
103
103
|
'images-only-accepted': 'Solo se aceptan archivos de imagen.',
|
|
104
104
|
'file-type-not-allowed': 'No se permite la subida de estos tipos de archivos.',
|
|
105
105
|
'some-files-were-not-uploaded': 'Algunos archivos no fueron subidos.',
|
|
106
|
-
'file-item-edit-button': '
|
|
107
|
-
'file-item-remove-button': '
|
|
106
|
+
'file-item-edit-button': 'Editar',
|
|
107
|
+
'file-item-remove-button': 'Eliminar',
|
|
108
|
+
'a11y-activity-header-button-close': 'Cerrar',
|
|
109
|
+
'a11y-editor-tab-filters': 'Filtros',
|
|
110
|
+
'a11y-editor-tab-tuning': 'Ajustes',
|
|
111
|
+
'a11y-editor-tab-crop': 'Recortar',
|
|
112
|
+
flip: 'Voltear',
|
|
113
|
+
mirror: 'Espejo',
|
|
114
|
+
'a11y-cloud-editor-apply-filter': 'Aplicar filtro {{name}}',
|
|
115
|
+
'a11y-cloud-editor-apply-crop': 'Aplicar operación {{name}}',
|
|
116
|
+
'a11y-cloud-editor-apply-tuning': 'Aplicar ajuste {{name}}',
|
|
108
117
|
};
|
|
@@ -101,6 +101,15 @@ declare const _default: {
|
|
|
101
101
|
'some-files-were-not-uploaded': string;
|
|
102
102
|
'file-item-edit-button': string;
|
|
103
103
|
'file-item-remove-button': string;
|
|
104
|
+
'a11y-activity-header-button-close': string;
|
|
105
|
+
'a11y-editor-tab-filters': string;
|
|
106
|
+
'a11y-editor-tab-tuning': string;
|
|
107
|
+
'a11y-editor-tab-crop': string;
|
|
108
|
+
flip: string;
|
|
109
|
+
mirror: string;
|
|
110
|
+
'a11y-cloud-editor-apply-filter': string;
|
|
111
|
+
'a11y-cloud-editor-apply-crop': string;
|
|
112
|
+
'a11y-cloud-editor-apply-tuning': string;
|
|
104
113
|
};
|
|
105
114
|
export default _default;
|
|
106
115
|
//# sourceMappingURL=et.d.ts.map
|
|
@@ -100,6 +100,15 @@ export default {
|
|
|
100
100
|
'images-only-accepted': 'Aktsepteeritud on ainult pildifailid.',
|
|
101
101
|
'file-type-not-allowed': 'Nende failitüüpide üleslaadimine pole lubatud.',
|
|
102
102
|
'some-files-were-not-uploaded': 'Mõned failid ei laetud üles.',
|
|
103
|
-
'file-item-edit-button': '
|
|
104
|
-
'file-item-remove-button': 'Eemalda
|
|
103
|
+
'file-item-edit-button': 'Redigeeri',
|
|
104
|
+
'file-item-remove-button': 'Eemalda',
|
|
105
|
+
'a11y-activity-header-button-close': 'Sulge',
|
|
106
|
+
'a11y-editor-tab-filters': 'Filtrid',
|
|
107
|
+
'a11y-editor-tab-tuning': 'Häälestus',
|
|
108
|
+
'a11y-editor-tab-crop': 'Kärbi',
|
|
109
|
+
flip: 'Pööra',
|
|
110
|
+
mirror: 'Peegelda',
|
|
111
|
+
'a11y-cloud-editor-apply-filter': 'Rakenda filter {{name}}',
|
|
112
|
+
'a11y-cloud-editor-apply-crop': 'Rakenda toiming {{name}}',
|
|
113
|
+
'a11y-cloud-editor-apply-tuning': 'Rakenda häälestus {{name}}',
|
|
105
114
|
};
|
|
@@ -103,6 +103,15 @@ declare const _default: {
|
|
|
103
103
|
'some-files-were-not-uploaded': string;
|
|
104
104
|
'file-item-edit-button': string;
|
|
105
105
|
'file-item-remove-button': string;
|
|
106
|
+
'a11y-activity-header-button-close': string;
|
|
107
|
+
'a11y-editor-tab-filters': string;
|
|
108
|
+
'a11y-editor-tab-tuning': string;
|
|
109
|
+
'a11y-editor-tab-crop': string;
|
|
110
|
+
flip: string;
|
|
111
|
+
mirror: string;
|
|
112
|
+
'a11y-cloud-editor-apply-filter': string;
|
|
113
|
+
'a11y-cloud-editor-apply-crop': string;
|
|
114
|
+
'a11y-cloud-editor-apply-tuning': string;
|
|
106
115
|
};
|
|
107
116
|
export default _default;
|
|
108
117
|
//# sourceMappingURL=fr.d.ts.map
|
|
@@ -103,6 +103,15 @@ export default {
|
|
|
103
103
|
'images-only-accepted': 'Seuls les fichiers image sont acceptés.',
|
|
104
104
|
'file-type-not-allowed': "Le téléchargement de ces types de fichiers n'est pas autorisé.",
|
|
105
105
|
'some-files-were-not-uploaded': "Certains fichiers n'ont pas été téléchargés.",
|
|
106
|
-
'file-item-edit-button':
|
|
107
|
-
'file-item-remove-button': '
|
|
106
|
+
'file-item-edit-button': 'Modifier',
|
|
107
|
+
'file-item-remove-button': 'Supprimer',
|
|
108
|
+
'a11y-activity-header-button-close': 'Fermer',
|
|
109
|
+
'a11y-editor-tab-filters': 'Filtres',
|
|
110
|
+
'a11y-editor-tab-tuning': 'Réglage',
|
|
111
|
+
'a11y-editor-tab-crop': 'Recadrer',
|
|
112
|
+
flip: 'Retourner',
|
|
113
|
+
mirror: 'Miroir',
|
|
114
|
+
'a11y-cloud-editor-apply-filter': 'Appliquer le filtre {{name}}',
|
|
115
|
+
'a11y-cloud-editor-apply-crop': "Appliquer l'opération {{name}}",
|
|
116
|
+
'a11y-cloud-editor-apply-tuning': 'Appliquer le réglage {{name}}',
|
|
108
117
|
};
|
|
@@ -103,6 +103,15 @@ declare const _default: {
|
|
|
103
103
|
'some-files-were-not-uploaded': string;
|
|
104
104
|
'file-item-edit-button': string;
|
|
105
105
|
'file-item-remove-button': string;
|
|
106
|
+
'a11y-activity-header-button-close': string;
|
|
107
|
+
'a11y-editor-tab-filters': string;
|
|
108
|
+
'a11y-editor-tab-tuning': string;
|
|
109
|
+
'a11y-editor-tab-crop': string;
|
|
110
|
+
flip: string;
|
|
111
|
+
mirror: string;
|
|
112
|
+
'a11y-cloud-editor-apply-filter': string;
|
|
113
|
+
'a11y-cloud-editor-apply-crop': string;
|
|
114
|
+
'a11y-cloud-editor-apply-tuning': string;
|
|
106
115
|
};
|
|
107
116
|
export default _default;
|
|
108
117
|
//# sourceMappingURL=he.d.ts.map
|