@apollo-office/drawing-ui 1.0.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/LICENSE +176 -0
- package/MODIFICATIONS.md +26 -0
- package/NOTICE +14 -0
- package/README.md +42 -0
- package/lib/cjs/index.js +3146 -0
- package/lib/cjs/locale/ar-SA.js +74 -0
- package/lib/cjs/locale/ca-ES.js +74 -0
- package/lib/cjs/locale/de-DE.js +74 -0
- package/lib/cjs/locale/en-US.js +89 -0
- package/lib/cjs/locale/es-ES.js +74 -0
- package/lib/cjs/locale/fa-IR.js +74 -0
- package/lib/cjs/locale/fr-FR.js +74 -0
- package/lib/cjs/locale/id-ID.js +74 -0
- package/lib/cjs/locale/it-IT.js +74 -0
- package/lib/cjs/locale/ja-JP.js +74 -0
- package/lib/cjs/locale/ko-KR.js +74 -0
- package/lib/cjs/locale/pl-PL.js +74 -0
- package/lib/cjs/locale/pt-BR.js +74 -0
- package/lib/cjs/locale/ru-RU.js +74 -0
- package/lib/cjs/locale/sk-SK.js +74 -0
- package/lib/cjs/locale/vi-VN.js +74 -0
- package/lib/cjs/locale/zh-CN.js +74 -0
- package/lib/cjs/locale/zh-HK.js +74 -0
- package/lib/cjs/locale/zh-TW.js +74 -0
- package/lib/es/index.js +3116 -0
- package/lib/es/locale/ar-SA.js +73 -0
- package/lib/es/locale/ca-ES.js +73 -0
- package/lib/es/locale/de-DE.js +73 -0
- package/lib/es/locale/en-US.js +88 -0
- package/lib/es/locale/es-ES.js +73 -0
- package/lib/es/locale/fa-IR.js +73 -0
- package/lib/es/locale/fr-FR.js +73 -0
- package/lib/es/locale/id-ID.js +73 -0
- package/lib/es/locale/it-IT.js +73 -0
- package/lib/es/locale/ja-JP.js +73 -0
- package/lib/es/locale/ko-KR.js +73 -0
- package/lib/es/locale/pl-PL.js +73 -0
- package/lib/es/locale/pt-BR.js +73 -0
- package/lib/es/locale/ru-RU.js +73 -0
- package/lib/es/locale/sk-SK.js +73 -0
- package/lib/es/locale/vi-VN.js +73 -0
- package/lib/es/locale/zh-CN.js +73 -0
- package/lib/es/locale/zh-HK.js +73 -0
- package/lib/es/locale/zh-TW.js +73 -0
- package/lib/index.css +311 -0
- package/lib/index.js +3116 -0
- package/lib/locale/ar-SA.js +73 -0
- package/lib/locale/ca-ES.js +73 -0
- package/lib/locale/de-DE.js +73 -0
- package/lib/locale/en-US.js +88 -0
- package/lib/locale/es-ES.js +73 -0
- package/lib/locale/fa-IR.js +73 -0
- package/lib/locale/fr-FR.js +73 -0
- package/lib/locale/id-ID.js +73 -0
- package/lib/locale/it-IT.js +73 -0
- package/lib/locale/ja-JP.js +73 -0
- package/lib/locale/ko-KR.js +73 -0
- package/lib/locale/pl-PL.js +73 -0
- package/lib/locale/pt-BR.js +73 -0
- package/lib/locale/ru-RU.js +73 -0
- package/lib/locale/sk-SK.js +73 -0
- package/lib/locale/vi-VN.js +73 -0
- package/lib/locale/zh-CN.js +73 -0
- package/lib/locale/zh-HK.js +73 -0
- package/lib/locale/zh-TW.js +73 -0
- package/lib/types/commands/operations/drawing-align.operation.d.ts +43 -0
- package/lib/types/commands/operations/drawing-arrange.operation.d.ts +29 -0
- package/lib/types/commands/operations/drawing-group.operation.d.ts +35 -0
- package/lib/types/commands/operations/image-crop.operation.d.ts +36 -0
- package/lib/types/commands/operations/image-reset-size.operation.d.ts +17 -0
- package/lib/types/config/config.d.ts +22 -0
- package/lib/types/controllers/drawing-ui.controller.d.ts +27 -0
- package/lib/types/controllers/drawing-update.controller.d.ts +49 -0
- package/lib/types/controllers/image-cropper.controller.d.ts +41 -0
- package/lib/types/controllers/image-update.controller.d.ts +40 -0
- package/lib/types/controllers/utils.d.ts +25 -0
- package/lib/types/index.d.ts +32 -0
- package/lib/types/locale/ar-SA.d.ts +18 -0
- package/lib/types/locale/ca-ES.d.ts +18 -0
- package/lib/types/locale/de-DE.d.ts +18 -0
- package/lib/types/locale/en-US.d.ts +89 -0
- package/lib/types/locale/es-ES.d.ts +18 -0
- package/lib/types/locale/fa-IR.d.ts +18 -0
- package/lib/types/locale/fr-FR.d.ts +18 -0
- package/lib/types/locale/id-ID.d.ts +18 -0
- package/lib/types/locale/it-IT.d.ts +18 -0
- package/lib/types/locale/ja-JP.d.ts +18 -0
- package/lib/types/locale/ko-KR.d.ts +18 -0
- package/lib/types/locale/pl-PL.d.ts +18 -0
- package/lib/types/locale/pt-BR.d.ts +18 -0
- package/lib/types/locale/ru-RU.d.ts +18 -0
- package/lib/types/locale/sk-SK.d.ts +18 -0
- package/lib/types/locale/vi-VN.d.ts +18 -0
- package/lib/types/locale/zh-CN.d.ts +18 -0
- package/lib/types/locale/zh-HK.d.ts +18 -0
- package/lib/types/locale/zh-TW.d.ts +18 -0
- package/lib/types/menu/align.menu.d.ts +27 -0
- package/lib/types/menu/arrange.menu.d.ts +22 -0
- package/lib/types/menu/group.menu.d.ts +21 -0
- package/lib/types/menu/schema.d.ts +17 -0
- package/lib/types/plugin.d.ts +29 -0
- package/lib/types/services/drawing-image-clip.service.d.ts +48 -0
- package/lib/types/services/drawing-render.service.d.ts +38 -0
- package/lib/types/utils/config.d.ts +18 -0
- package/lib/types/utils/get-update-params.d.ts +19 -0
- package/lib/types/views/crop/image-cropper-object.d.ts +49 -0
- package/lib/types/views/image-popup-menu/ImagePopupMenu.d.ts +35 -0
- package/lib/types/views/image-popup-menu/component-name.d.ts +16 -0
- package/lib/types/views/panel/DrawingAlign.d.ts +21 -0
- package/lib/types/views/panel/DrawingArrange.d.ts +21 -0
- package/lib/types/views/panel/DrawingCommonPanel.d.ts +25 -0
- package/lib/types/views/panel/DrawingGroup.d.ts +21 -0
- package/lib/types/views/panel/DrawingTransform.d.ts +21 -0
- package/lib/types/views/panel/ImageCropper.d.ts +21 -0
- package/lib/umd/index.js +4 -0
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +74 -0
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
//#region src/locale/ar-SA.ts
|
|
2
|
+
const locale = { "drawing-ui": {
|
|
3
|
+
"image-cropper": { error: "لا يمكن قص الكائنات غير الصورية." },
|
|
4
|
+
"image-panel": {
|
|
5
|
+
arrange: {
|
|
6
|
+
title: "ترتيب",
|
|
7
|
+
forward: "إحضار إلى الأمام",
|
|
8
|
+
backward: "إرسال إلى الخلف",
|
|
9
|
+
front: "إحضار إلى المقدمة",
|
|
10
|
+
back: "إرسال إلى المؤخرة"
|
|
11
|
+
},
|
|
12
|
+
transform: {
|
|
13
|
+
title: "تحويل",
|
|
14
|
+
rotate: "تدوير (°)",
|
|
15
|
+
x: "س (بكسل)",
|
|
16
|
+
y: "ص (بكسل)",
|
|
17
|
+
width: "العرض (بكسل)",
|
|
18
|
+
height: "الارتفاع (بكسل)",
|
|
19
|
+
lock: "قفل النسبة (%)"
|
|
20
|
+
},
|
|
21
|
+
crop: {
|
|
22
|
+
title: "قص",
|
|
23
|
+
start: "بدء القص",
|
|
24
|
+
mode: "حر"
|
|
25
|
+
},
|
|
26
|
+
group: {
|
|
27
|
+
title: "تجميع",
|
|
28
|
+
group: "تجميع",
|
|
29
|
+
unGroup: "فك التجميع"
|
|
30
|
+
},
|
|
31
|
+
align: {
|
|
32
|
+
title: "محاذاة",
|
|
33
|
+
default: "تحديد نوع المحاذاة",
|
|
34
|
+
left: "محاذاة لليسار",
|
|
35
|
+
center: "محاذاة للوسط",
|
|
36
|
+
right: "محاذاة لليمين",
|
|
37
|
+
top: "محاذاة للأعلى",
|
|
38
|
+
middle: "محاذاة للمنتصف",
|
|
39
|
+
bottom: "محاذاة للأسفل",
|
|
40
|
+
horizon: "توزيع أفقي ",
|
|
41
|
+
vertical: "توزيع عمودي "
|
|
42
|
+
},
|
|
43
|
+
null: "لا يوجد تحديد للكائن"
|
|
44
|
+
},
|
|
45
|
+
"image-text-wrap": {
|
|
46
|
+
title: "التفاف النص",
|
|
47
|
+
wrappingStyle: "نمط التفاف",
|
|
48
|
+
square: "مربع",
|
|
49
|
+
topAndBottom: "أعلى وأسفل",
|
|
50
|
+
inline: "في نفس السطر مع النص",
|
|
51
|
+
behindText: "خلف النص",
|
|
52
|
+
inFrontText: "أمام النص",
|
|
53
|
+
wrapText: "تفاف النص",
|
|
54
|
+
bothSide: "كلا الجانبين",
|
|
55
|
+
leftOnly: "يسار فقط",
|
|
56
|
+
rightOnly: "يمين فقط",
|
|
57
|
+
distanceFromText: "المسافة من النص",
|
|
58
|
+
top: "أعلى(بكسل)",
|
|
59
|
+
left: "يسار(بكسل)",
|
|
60
|
+
bottom: "أسفل(بكسل)",
|
|
61
|
+
right: "يمين(بكسل)"
|
|
62
|
+
},
|
|
63
|
+
"image-popup": {
|
|
64
|
+
replace: "استبدال",
|
|
65
|
+
delete: "حذف",
|
|
66
|
+
edit: "تحرير",
|
|
67
|
+
crop: "قص",
|
|
68
|
+
reset: "إعادة تعيين الحجم"
|
|
69
|
+
}
|
|
70
|
+
} };
|
|
71
|
+
|
|
72
|
+
//#endregion
|
|
73
|
+
export { locale as default };
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
//#region src/locale/ca-ES.ts
|
|
2
|
+
const locale = { "drawing-ui": {
|
|
3
|
+
"image-cropper": { error: "No es poden retallar objectes que no siguin imatges." },
|
|
4
|
+
"image-panel": {
|
|
5
|
+
arrange: {
|
|
6
|
+
title: "Organitza",
|
|
7
|
+
forward: "Porta endavant",
|
|
8
|
+
backward: "Envia enrere",
|
|
9
|
+
front: "Porta al davant",
|
|
10
|
+
back: "Envia al fons"
|
|
11
|
+
},
|
|
12
|
+
transform: {
|
|
13
|
+
title: "Transforma",
|
|
14
|
+
rotate: "Gira (°)",
|
|
15
|
+
x: "X (px)",
|
|
16
|
+
y: "Y (px)",
|
|
17
|
+
width: "Amplada (px)",
|
|
18
|
+
height: "Alçada (px)",
|
|
19
|
+
lock: "Bloca proporció (%)"
|
|
20
|
+
},
|
|
21
|
+
crop: {
|
|
22
|
+
title: "Retalla",
|
|
23
|
+
start: "Inicia retallada",
|
|
24
|
+
mode: "Lliure"
|
|
25
|
+
},
|
|
26
|
+
group: {
|
|
27
|
+
title: "Agrupa",
|
|
28
|
+
group: "Agrupa",
|
|
29
|
+
unGroup: "Desagrupa"
|
|
30
|
+
},
|
|
31
|
+
align: {
|
|
32
|
+
title: "Alinea",
|
|
33
|
+
default: "Selecciona tipus d’alineació",
|
|
34
|
+
left: "Alinea a l’esquerra",
|
|
35
|
+
center: "Alinea al centre",
|
|
36
|
+
right: "Alinea a la dreta",
|
|
37
|
+
top: "Alinea a dalt",
|
|
38
|
+
middle: "Alinea al mig",
|
|
39
|
+
bottom: "Alinea a baix",
|
|
40
|
+
horizon: "Distribueix horitzontalment",
|
|
41
|
+
vertical: "Distribueix verticalment"
|
|
42
|
+
},
|
|
43
|
+
null: "Cap objecte seleccionat"
|
|
44
|
+
},
|
|
45
|
+
"image-text-wrap": {
|
|
46
|
+
title: "Ajust del text",
|
|
47
|
+
wrappingStyle: "Estil d'ajust",
|
|
48
|
+
square: "Quadrat",
|
|
49
|
+
topAndBottom: "A dalt i a baix",
|
|
50
|
+
inline: "En línia amb el text",
|
|
51
|
+
behindText: "Darrere del text",
|
|
52
|
+
inFrontText: "Davant del text",
|
|
53
|
+
wrapText: "Ajusta el text",
|
|
54
|
+
bothSide: "Ambdós costats",
|
|
55
|
+
leftOnly: "Només esquerra",
|
|
56
|
+
rightOnly: "Només dreta",
|
|
57
|
+
distanceFromText: "Distància del text",
|
|
58
|
+
top: "A dalt(px)",
|
|
59
|
+
left: "Esquerra(px)",
|
|
60
|
+
bottom: "A baix(px)",
|
|
61
|
+
right: "Dreta(px)"
|
|
62
|
+
},
|
|
63
|
+
"image-popup": {
|
|
64
|
+
replace: "Reemplaça",
|
|
65
|
+
delete: "Elimina",
|
|
66
|
+
edit: "Edita",
|
|
67
|
+
crop: "Retalla",
|
|
68
|
+
reset: "Restableix la mida"
|
|
69
|
+
}
|
|
70
|
+
} };
|
|
71
|
+
|
|
72
|
+
//#endregion
|
|
73
|
+
export { locale as default };
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
//#region src/locale/de-DE.ts
|
|
2
|
+
const locale = { "drawing-ui": {
|
|
3
|
+
"image-cropper": { error: "Nicht-Bildobjekte können nicht zugeschnitten werden." },
|
|
4
|
+
"image-panel": {
|
|
5
|
+
arrange: {
|
|
6
|
+
title: "Anordnen",
|
|
7
|
+
forward: "Eine Ebene nach vorne",
|
|
8
|
+
backward: "Eine Ebene nach hinten",
|
|
9
|
+
front: "In den Vordergrund",
|
|
10
|
+
back: "In den Hintergrund"
|
|
11
|
+
},
|
|
12
|
+
transform: {
|
|
13
|
+
title: "Transformieren",
|
|
14
|
+
rotate: "Drehen (°)",
|
|
15
|
+
x: "X (px)",
|
|
16
|
+
y: "Y (px)",
|
|
17
|
+
width: "Breite (px)",
|
|
18
|
+
height: "Höhe (px)",
|
|
19
|
+
lock: "Verhältnis sperren (%)"
|
|
20
|
+
},
|
|
21
|
+
crop: {
|
|
22
|
+
title: "Zuschneiden",
|
|
23
|
+
start: "Zuschneiden starten",
|
|
24
|
+
mode: "Frei"
|
|
25
|
+
},
|
|
26
|
+
group: {
|
|
27
|
+
title: "Gruppe",
|
|
28
|
+
group: "Gruppieren",
|
|
29
|
+
unGroup: "Gruppierung aufheben"
|
|
30
|
+
},
|
|
31
|
+
align: {
|
|
32
|
+
title: "Ausrichten",
|
|
33
|
+
default: "Ausrichtungstyp auswählen",
|
|
34
|
+
left: "Linksbündig",
|
|
35
|
+
center: "Zentriert",
|
|
36
|
+
right: "Rechtsbündig",
|
|
37
|
+
top: "Oben bündig",
|
|
38
|
+
middle: "Mittig",
|
|
39
|
+
bottom: "Unten bündig",
|
|
40
|
+
horizon: "Horizontal verteilen",
|
|
41
|
+
vertical: "Vertikal verteilen"
|
|
42
|
+
},
|
|
43
|
+
null: "Keine Objektauswahl"
|
|
44
|
+
},
|
|
45
|
+
"image-text-wrap": {
|
|
46
|
+
title: "Textumbruch",
|
|
47
|
+
wrappingStyle: "Umbruchstil",
|
|
48
|
+
square: "Quadratisch",
|
|
49
|
+
topAndBottom: "Oben und unten",
|
|
50
|
+
inline: "Im Textfluss",
|
|
51
|
+
behindText: "Hinter dem Text",
|
|
52
|
+
inFrontText: "Vor dem Text",
|
|
53
|
+
wrapText: "Text umbrechen",
|
|
54
|
+
bothSide: "Beide Seiten",
|
|
55
|
+
leftOnly: "Nur links",
|
|
56
|
+
rightOnly: "Nur rechts",
|
|
57
|
+
distanceFromText: "Abstand vom Text",
|
|
58
|
+
top: "Oben(px)",
|
|
59
|
+
left: "Links(px)",
|
|
60
|
+
bottom: "Unten(px)",
|
|
61
|
+
right: "Rechts(px)"
|
|
62
|
+
},
|
|
63
|
+
"image-popup": {
|
|
64
|
+
replace: "Ersetzen",
|
|
65
|
+
delete: "Löschen",
|
|
66
|
+
edit: "Bearbeiten",
|
|
67
|
+
crop: "Zuschneiden",
|
|
68
|
+
reset: "Größe zurücksetzen"
|
|
69
|
+
}
|
|
70
|
+
} };
|
|
71
|
+
|
|
72
|
+
//#endregion
|
|
73
|
+
export { locale as default };
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
//#region src/locale/en-US.ts
|
|
2
|
+
/**
|
|
3
|
+
* Copyright 2023-present DreamNum Co., Ltd.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*/
|
|
17
|
+
const locale = { "drawing-ui": {
|
|
18
|
+
"image-cropper": { error: "Cannot crop non-image objects." },
|
|
19
|
+
"image-panel": {
|
|
20
|
+
arrange: {
|
|
21
|
+
title: "Arrange",
|
|
22
|
+
forward: "Bring Forward",
|
|
23
|
+
backward: "Send Backward",
|
|
24
|
+
front: "Bring to Front",
|
|
25
|
+
back: "Send to Back"
|
|
26
|
+
},
|
|
27
|
+
transform: {
|
|
28
|
+
title: "Transform",
|
|
29
|
+
rotate: "Rotate (°)",
|
|
30
|
+
x: "X (px)",
|
|
31
|
+
y: "Y (px)",
|
|
32
|
+
width: "Width (px)",
|
|
33
|
+
height: "Height (px)",
|
|
34
|
+
lock: "Lock Ratio (%)"
|
|
35
|
+
},
|
|
36
|
+
crop: {
|
|
37
|
+
title: "Crop",
|
|
38
|
+
start: "Start Crop",
|
|
39
|
+
mode: "Free"
|
|
40
|
+
},
|
|
41
|
+
group: {
|
|
42
|
+
title: "Group",
|
|
43
|
+
group: "Group",
|
|
44
|
+
unGroup: "Ungroup"
|
|
45
|
+
},
|
|
46
|
+
align: {
|
|
47
|
+
title: "Align",
|
|
48
|
+
default: "Select Align Type",
|
|
49
|
+
left: "Align Left",
|
|
50
|
+
center: "Align Center",
|
|
51
|
+
right: "Align Right",
|
|
52
|
+
top: "Align Top",
|
|
53
|
+
middle: "Align Middle",
|
|
54
|
+
bottom: "Align Bottom",
|
|
55
|
+
horizon: "Distribute Horizontally ",
|
|
56
|
+
vertical: "Distribute Vertically "
|
|
57
|
+
},
|
|
58
|
+
null: "No Object Selection"
|
|
59
|
+
},
|
|
60
|
+
"image-popup": {
|
|
61
|
+
replace: "Replace",
|
|
62
|
+
delete: "Delete",
|
|
63
|
+
edit: "Edit",
|
|
64
|
+
crop: "Crop",
|
|
65
|
+
reset: "Reset Size"
|
|
66
|
+
},
|
|
67
|
+
"image-text-wrap": {
|
|
68
|
+
title: "Text Wrapping",
|
|
69
|
+
wrappingStyle: "Wrapping Style",
|
|
70
|
+
square: "Square",
|
|
71
|
+
topAndBottom: "Top and Bottom",
|
|
72
|
+
inline: "In line with text",
|
|
73
|
+
behindText: "Behind text",
|
|
74
|
+
inFrontText: "In front of text",
|
|
75
|
+
wrapText: "Wrap text",
|
|
76
|
+
bothSide: "Both sides",
|
|
77
|
+
leftOnly: "Left only",
|
|
78
|
+
rightOnly: "Right only",
|
|
79
|
+
distanceFromText: "Distance from text",
|
|
80
|
+
top: "Top(px)",
|
|
81
|
+
left: "Left(px)",
|
|
82
|
+
bottom: "Bottom(px)",
|
|
83
|
+
right: "Right(px)"
|
|
84
|
+
}
|
|
85
|
+
} };
|
|
86
|
+
|
|
87
|
+
//#endregion
|
|
88
|
+
export { locale as default };
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
//#region src/locale/es-ES.ts
|
|
2
|
+
const locale = { "drawing-ui": {
|
|
3
|
+
"image-cropper": { error: "No se pueden recortar objetos que no sean imágenes." },
|
|
4
|
+
"image-panel": {
|
|
5
|
+
arrange: {
|
|
6
|
+
title: "Organizar",
|
|
7
|
+
forward: "Traer adelante",
|
|
8
|
+
backward: "Enviar atrás",
|
|
9
|
+
front: "Traer al frente",
|
|
10
|
+
back: "Enviar al fondo"
|
|
11
|
+
},
|
|
12
|
+
transform: {
|
|
13
|
+
title: "Transformar",
|
|
14
|
+
rotate: "Rotar (°)",
|
|
15
|
+
x: "X (px)",
|
|
16
|
+
y: "Y (px)",
|
|
17
|
+
width: "Ancho (px)",
|
|
18
|
+
height: "Alto (px)",
|
|
19
|
+
lock: "Bloquear proporción (%)"
|
|
20
|
+
},
|
|
21
|
+
crop: {
|
|
22
|
+
title: "Recortar",
|
|
23
|
+
start: "Iniciar recorte",
|
|
24
|
+
mode: "Libre"
|
|
25
|
+
},
|
|
26
|
+
group: {
|
|
27
|
+
title: "Agrupar",
|
|
28
|
+
group: "Agrupar",
|
|
29
|
+
unGroup: "Desagrupar"
|
|
30
|
+
},
|
|
31
|
+
align: {
|
|
32
|
+
title: "Alinear",
|
|
33
|
+
default: "Seleccionar tipo de alineación",
|
|
34
|
+
left: "Alinear a la izquierda",
|
|
35
|
+
center: "Alinear al centro",
|
|
36
|
+
right: "Alinear a la derecha",
|
|
37
|
+
top: "Alinear arriba",
|
|
38
|
+
middle: "Alinear al medio",
|
|
39
|
+
bottom: "Alinear abajo",
|
|
40
|
+
horizon: "Distribuir horizontalmente",
|
|
41
|
+
vertical: "Distribuir verticalmente"
|
|
42
|
+
},
|
|
43
|
+
null: "Ningún objeto seleccionado"
|
|
44
|
+
},
|
|
45
|
+
"image-text-wrap": {
|
|
46
|
+
title: "Ajuste de texto",
|
|
47
|
+
wrappingStyle: "Estilo de ajuste",
|
|
48
|
+
square: "Cuadrado",
|
|
49
|
+
topAndBottom: "Arriba y abajo",
|
|
50
|
+
inline: "En línea con el texto",
|
|
51
|
+
behindText: "Detrás del texto",
|
|
52
|
+
inFrontText: "Delante del texto",
|
|
53
|
+
wrapText: "Ajustar texto",
|
|
54
|
+
bothSide: "Ambos lados",
|
|
55
|
+
leftOnly: "Solo izquierda",
|
|
56
|
+
rightOnly: "Solo derecha",
|
|
57
|
+
distanceFromText: "Distancia del texto",
|
|
58
|
+
top: "Arriba(px)",
|
|
59
|
+
left: "Izquierda(px)",
|
|
60
|
+
bottom: "Abajo(px)",
|
|
61
|
+
right: "Derecha(px)"
|
|
62
|
+
},
|
|
63
|
+
"image-popup": {
|
|
64
|
+
replace: "Reemplazar",
|
|
65
|
+
delete: "Eliminar",
|
|
66
|
+
edit: "Editar",
|
|
67
|
+
crop: "Recortar",
|
|
68
|
+
reset: "Restablecer tamaño"
|
|
69
|
+
}
|
|
70
|
+
} };
|
|
71
|
+
|
|
72
|
+
//#endregion
|
|
73
|
+
export { locale as default };
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
//#region src/locale/fa-IR.ts
|
|
2
|
+
const locale = { "drawing-ui": {
|
|
3
|
+
"image-cropper": { error: "کراپ کردن اشیاء غیرتصویری امکانپذیر نیست." },
|
|
4
|
+
"image-panel": {
|
|
5
|
+
arrange: {
|
|
6
|
+
title: "ترتیبدهی",
|
|
7
|
+
forward: "آوردن به جلو",
|
|
8
|
+
backward: "فرستادن به عقب",
|
|
9
|
+
front: "آوردن به جلوی همه",
|
|
10
|
+
back: "فرستادن به پشت همه"
|
|
11
|
+
},
|
|
12
|
+
transform: {
|
|
13
|
+
title: "تبدیل",
|
|
14
|
+
rotate: "چرخش (°)",
|
|
15
|
+
x: "X (px)",
|
|
16
|
+
y: "Y (px)",
|
|
17
|
+
width: "عرض (px)",
|
|
18
|
+
height: "ارتفاع (px)",
|
|
19
|
+
lock: "قفل نسبت (%)"
|
|
20
|
+
},
|
|
21
|
+
crop: {
|
|
22
|
+
title: "کراپ",
|
|
23
|
+
start: "شروع کراپ",
|
|
24
|
+
mode: "آزاد"
|
|
25
|
+
},
|
|
26
|
+
group: {
|
|
27
|
+
title: "گروه",
|
|
28
|
+
group: "گروهبندی",
|
|
29
|
+
unGroup: "لغو گروهبندی"
|
|
30
|
+
},
|
|
31
|
+
align: {
|
|
32
|
+
title: "تراز",
|
|
33
|
+
default: "انتخاب نوع تراز",
|
|
34
|
+
left: "تراز چپ",
|
|
35
|
+
center: "تراز وسط",
|
|
36
|
+
right: "تراز راست",
|
|
37
|
+
top: "تراز بالا",
|
|
38
|
+
middle: "تراز وسط",
|
|
39
|
+
bottom: "تراز پایین",
|
|
40
|
+
horizon: "توزیع افقی",
|
|
41
|
+
vertical: "توزیع عمودی"
|
|
42
|
+
},
|
|
43
|
+
null: "هیچ شیئی انتخاب نشده است"
|
|
44
|
+
},
|
|
45
|
+
"image-text-wrap": {
|
|
46
|
+
title: "پیچش متن",
|
|
47
|
+
wrappingStyle: "سبک پیچش",
|
|
48
|
+
square: "مربع",
|
|
49
|
+
topAndBottom: "بالا و پایین",
|
|
50
|
+
inline: "در یک خط با متن",
|
|
51
|
+
behindText: "پشت متن",
|
|
52
|
+
inFrontText: "جلوی متن",
|
|
53
|
+
wrapText: "پیچش متن",
|
|
54
|
+
bothSide: "هر دو طرف",
|
|
55
|
+
leftOnly: "فقط سمت چپ",
|
|
56
|
+
rightOnly: "فقط سمت راست",
|
|
57
|
+
distanceFromText: "فاصله از متن",
|
|
58
|
+
top: "بالا(px)",
|
|
59
|
+
left: "چپ(px)",
|
|
60
|
+
bottom: "پایین(px)",
|
|
61
|
+
right: "راست(px)"
|
|
62
|
+
},
|
|
63
|
+
"image-popup": {
|
|
64
|
+
replace: "تعویض",
|
|
65
|
+
delete: "حذف",
|
|
66
|
+
edit: "ویرایش",
|
|
67
|
+
crop: "کراپ",
|
|
68
|
+
reset: "بازنشانی اندازه"
|
|
69
|
+
}
|
|
70
|
+
} };
|
|
71
|
+
|
|
72
|
+
//#endregion
|
|
73
|
+
export { locale as default };
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
//#region src/locale/fr-FR.ts
|
|
2
|
+
const locale = { "drawing-ui": {
|
|
3
|
+
"image-cropper": { error: "Impossible de rogner des objets non image." },
|
|
4
|
+
"image-panel": {
|
|
5
|
+
arrange: {
|
|
6
|
+
title: "Arranger",
|
|
7
|
+
forward: "Avancer",
|
|
8
|
+
backward: "Reculer",
|
|
9
|
+
front: "Mettre au premier plan",
|
|
10
|
+
back: "Mettre à l'arrière-plan"
|
|
11
|
+
},
|
|
12
|
+
transform: {
|
|
13
|
+
title: "Transformer",
|
|
14
|
+
rotate: "Pivoter (°)",
|
|
15
|
+
x: "X (px)",
|
|
16
|
+
y: "Y (px)",
|
|
17
|
+
width: "Largeur (px)",
|
|
18
|
+
height: "Hauteur (px)",
|
|
19
|
+
lock: "Verrouiller le ratio (%)"
|
|
20
|
+
},
|
|
21
|
+
crop: {
|
|
22
|
+
title: "Rogner",
|
|
23
|
+
start: "Commencer à rogner",
|
|
24
|
+
mode: "Libre"
|
|
25
|
+
},
|
|
26
|
+
group: {
|
|
27
|
+
title: "Grouper",
|
|
28
|
+
group: "Grouper",
|
|
29
|
+
unGroup: "Dégrouper"
|
|
30
|
+
},
|
|
31
|
+
align: {
|
|
32
|
+
title: "Aligner",
|
|
33
|
+
default: "Sélectionner le type d'alignement",
|
|
34
|
+
left: "Aligner à gauche",
|
|
35
|
+
center: "Aligner au centre",
|
|
36
|
+
right: "Aligner à droite",
|
|
37
|
+
top: "Aligner en haut",
|
|
38
|
+
middle: "Aligner au milieu",
|
|
39
|
+
bottom: "Aligner en bas",
|
|
40
|
+
horizon: "Distribuer horizontalement",
|
|
41
|
+
vertical: "Distribuer verticalement"
|
|
42
|
+
},
|
|
43
|
+
null: "Aucune sélection d'objet"
|
|
44
|
+
},
|
|
45
|
+
"image-text-wrap": {
|
|
46
|
+
title: "Habillage du texte",
|
|
47
|
+
wrappingStyle: "Style d'habillage",
|
|
48
|
+
square: "Carré",
|
|
49
|
+
topAndBottom: "Haut et bas",
|
|
50
|
+
inline: "Aligné avec le texte",
|
|
51
|
+
behindText: "Derrière le texte",
|
|
52
|
+
inFrontText: "Devant le texte",
|
|
53
|
+
wrapText: "Habiller le texte",
|
|
54
|
+
bothSide: "Des deux côtés",
|
|
55
|
+
leftOnly: "Seulement à gauche",
|
|
56
|
+
rightOnly: "Seulement à droite",
|
|
57
|
+
distanceFromText: "Distance du texte",
|
|
58
|
+
top: "Haut(px)",
|
|
59
|
+
left: "Gauche(px)",
|
|
60
|
+
bottom: "Bas(px)",
|
|
61
|
+
right: "Droite(px)"
|
|
62
|
+
},
|
|
63
|
+
"image-popup": {
|
|
64
|
+
replace: "Remplacer",
|
|
65
|
+
delete: "Supprimer",
|
|
66
|
+
edit: "Modifier",
|
|
67
|
+
crop: "Rogner",
|
|
68
|
+
reset: "Réinitialiser la taille"
|
|
69
|
+
}
|
|
70
|
+
} };
|
|
71
|
+
|
|
72
|
+
//#endregion
|
|
73
|
+
export { locale as default };
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
//#region src/locale/id-ID.ts
|
|
2
|
+
const locale = { "drawing-ui": {
|
|
3
|
+
"image-cropper": { error: "Tidak dapat memangkas objek non-gambar." },
|
|
4
|
+
"image-panel": {
|
|
5
|
+
arrange: {
|
|
6
|
+
title: "Atur",
|
|
7
|
+
forward: "Bawa ke Depan",
|
|
8
|
+
backward: "Kirim ke Belakang",
|
|
9
|
+
front: "Bawa ke Paling Depan",
|
|
10
|
+
back: "Kirim ke Paling Belakang"
|
|
11
|
+
},
|
|
12
|
+
transform: {
|
|
13
|
+
title: "Transformasi",
|
|
14
|
+
rotate: "Putar (°)",
|
|
15
|
+
x: "X (px)",
|
|
16
|
+
y: "Y (px)",
|
|
17
|
+
width: "Lebar (px)",
|
|
18
|
+
height: "Tinggi (px)",
|
|
19
|
+
lock: "Kunci Rasio (%)"
|
|
20
|
+
},
|
|
21
|
+
crop: {
|
|
22
|
+
title: "Pangkas",
|
|
23
|
+
start: "Mulai Pangkas",
|
|
24
|
+
mode: "Bebas"
|
|
25
|
+
},
|
|
26
|
+
group: {
|
|
27
|
+
title: "Grup",
|
|
28
|
+
group: "Grupkan",
|
|
29
|
+
unGroup: "Pisahkan Grup"
|
|
30
|
+
},
|
|
31
|
+
align: {
|
|
32
|
+
title: "Ratakan",
|
|
33
|
+
default: "Pilih Jenis Perataan",
|
|
34
|
+
left: "Rata Kiri",
|
|
35
|
+
center: "Rata Tengah",
|
|
36
|
+
right: "Rata Kanan",
|
|
37
|
+
top: "Rata Atas",
|
|
38
|
+
middle: "Rata Tengah",
|
|
39
|
+
bottom: "Rata Bawah",
|
|
40
|
+
horizon: "Distribusikan Secara Horizontal",
|
|
41
|
+
vertical: "Distribusikan Secara Vertikal"
|
|
42
|
+
},
|
|
43
|
+
null: "Tidak Ada Objek yang Dipilih"
|
|
44
|
+
},
|
|
45
|
+
"image-text-wrap": {
|
|
46
|
+
title: "Pembungkus Teks",
|
|
47
|
+
wrappingStyle: "Gaya Pembungkus",
|
|
48
|
+
square: "Kotak",
|
|
49
|
+
topAndBottom: "Atas dan Bawah",
|
|
50
|
+
inline: "Sejajar dengan teks",
|
|
51
|
+
behindText: "Di belakang teks",
|
|
52
|
+
inFrontText: "Di depan teks",
|
|
53
|
+
wrapText: "Bungkus teks",
|
|
54
|
+
bothSide: "Kedua sisi",
|
|
55
|
+
leftOnly: "Kiri saja",
|
|
56
|
+
rightOnly: "Kanan saja",
|
|
57
|
+
distanceFromText: "Jarak dari teks",
|
|
58
|
+
top: "Atas(px)",
|
|
59
|
+
left: "Kiri(px)",
|
|
60
|
+
bottom: "Bawah(px)",
|
|
61
|
+
right: "Kanan(px)"
|
|
62
|
+
},
|
|
63
|
+
"image-popup": {
|
|
64
|
+
replace: "Ganti",
|
|
65
|
+
delete: "Hapus",
|
|
66
|
+
edit: "Edit",
|
|
67
|
+
crop: "Pangkas",
|
|
68
|
+
reset: "Atur Ulang Ukuran"
|
|
69
|
+
}
|
|
70
|
+
} };
|
|
71
|
+
|
|
72
|
+
//#endregion
|
|
73
|
+
export { locale as default };
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
//#region src/locale/it-IT.ts
|
|
2
|
+
const locale = { "drawing-ui": {
|
|
3
|
+
"image-cropper": { error: "Impossibile ritagliare oggetti non immagine." },
|
|
4
|
+
"image-panel": {
|
|
5
|
+
arrange: {
|
|
6
|
+
title: "Disponi",
|
|
7
|
+
forward: "Porta avanti",
|
|
8
|
+
backward: "Porta indietro",
|
|
9
|
+
front: "Porta in primo piano",
|
|
10
|
+
back: "Porta in secondo piano"
|
|
11
|
+
},
|
|
12
|
+
transform: {
|
|
13
|
+
title: "Trasforma",
|
|
14
|
+
rotate: "Ruota (°)",
|
|
15
|
+
x: "X (px)",
|
|
16
|
+
y: "Y (px)",
|
|
17
|
+
width: "Larghezza (px)",
|
|
18
|
+
height: "Altezza (px)",
|
|
19
|
+
lock: "Blocca proporzioni (%)"
|
|
20
|
+
},
|
|
21
|
+
crop: {
|
|
22
|
+
title: "Ritaglia",
|
|
23
|
+
start: "Inizia ritaglio",
|
|
24
|
+
mode: "Libero"
|
|
25
|
+
},
|
|
26
|
+
group: {
|
|
27
|
+
title: "Raggruppa",
|
|
28
|
+
group: "Raggruppa",
|
|
29
|
+
unGroup: "Separa"
|
|
30
|
+
},
|
|
31
|
+
align: {
|
|
32
|
+
title: "Allinea",
|
|
33
|
+
default: "Seleziona tipo allineamento",
|
|
34
|
+
left: "Allinea a sinistra",
|
|
35
|
+
center: "Allinea al centro",
|
|
36
|
+
right: "Allinea a destra",
|
|
37
|
+
top: "Allinea in alto",
|
|
38
|
+
middle: "Allinea al centro",
|
|
39
|
+
bottom: "Allinea in basso",
|
|
40
|
+
horizon: "Distribuisci orizzontalmente ",
|
|
41
|
+
vertical: "Distribuisci verticalmente "
|
|
42
|
+
},
|
|
43
|
+
null: "Nessun oggetto selezionato"
|
|
44
|
+
},
|
|
45
|
+
"image-text-wrap": {
|
|
46
|
+
title: "Testo a capo",
|
|
47
|
+
wrappingStyle: "Stile a capo",
|
|
48
|
+
square: "Quadrato",
|
|
49
|
+
topAndBottom: "Superiore e inferiore",
|
|
50
|
+
inline: "In linea con il testo",
|
|
51
|
+
behindText: "Dietro il testo",
|
|
52
|
+
inFrontText: "Davanti al testo",
|
|
53
|
+
wrapText: "Testo a capo",
|
|
54
|
+
bothSide: "Entrambi i lati",
|
|
55
|
+
leftOnly: "Solo sinistra",
|
|
56
|
+
rightOnly: "Solo destra",
|
|
57
|
+
distanceFromText: "Distanza dal testo",
|
|
58
|
+
top: "Superiore(px)",
|
|
59
|
+
left: "Sinistra(px)",
|
|
60
|
+
bottom: "Inferiore(px)",
|
|
61
|
+
right: "Destra(px)"
|
|
62
|
+
},
|
|
63
|
+
"image-popup": {
|
|
64
|
+
replace: "Sostituisci",
|
|
65
|
+
delete: "Elimina",
|
|
66
|
+
edit: "Modifica",
|
|
67
|
+
crop: "Ritaglia",
|
|
68
|
+
reset: "Reimposta dimensione"
|
|
69
|
+
}
|
|
70
|
+
} };
|
|
71
|
+
|
|
72
|
+
//#endregion
|
|
73
|
+
export { locale as default };
|