@univerjs/docs-drawing-ui 0.24.0 → 0.25.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/lib/cjs/index.js +411 -280
- package/lib/cjs/locale/ar-SA.js +66 -0
- package/lib/cjs/locale/ca-ES.js +13 -7
- package/lib/cjs/locale/de-DE.js +66 -0
- package/lib/cjs/locale/en-US.js +13 -7
- package/lib/cjs/locale/es-ES.js +13 -7
- package/lib/cjs/locale/fa-IR.js +13 -7
- package/lib/cjs/locale/fr-FR.js +13 -7
- package/lib/cjs/locale/id-ID.js +66 -0
- package/lib/cjs/locale/it-IT.js +66 -0
- package/lib/cjs/locale/ja-JP.js +13 -7
- package/lib/cjs/locale/ko-KR.js +13 -7
- package/lib/cjs/locale/pl-PL.js +66 -0
- package/lib/cjs/locale/pt-BR.js +66 -0
- package/lib/cjs/locale/ru-RU.js +13 -7
- package/lib/cjs/locale/sk-SK.js +13 -7
- package/lib/cjs/locale/vi-VN.js +13 -7
- package/lib/cjs/locale/zh-CN.js +13 -7
- package/lib/cjs/locale/zh-HK.js +66 -0
- package/lib/cjs/locale/zh-TW.js +13 -7
- package/lib/es/index.js +413 -284
- package/lib/es/locale/ar-SA.js +65 -0
- package/lib/es/locale/ca-ES.js +13 -7
- package/lib/es/locale/de-DE.js +65 -0
- package/lib/es/locale/en-US.js +13 -7
- package/lib/es/locale/es-ES.js +13 -7
- package/lib/es/locale/fa-IR.js +13 -7
- package/lib/es/locale/fr-FR.js +13 -7
- package/lib/es/locale/id-ID.js +65 -0
- package/lib/es/locale/it-IT.js +65 -0
- package/lib/es/locale/ja-JP.js +13 -7
- package/lib/es/locale/ko-KR.js +13 -7
- package/lib/es/locale/pl-PL.js +65 -0
- package/lib/es/locale/pt-BR.js +65 -0
- package/lib/es/locale/ru-RU.js +13 -7
- package/lib/es/locale/sk-SK.js +13 -7
- package/lib/es/locale/vi-VN.js +13 -7
- package/lib/es/locale/zh-CN.js +13 -7
- package/lib/es/locale/zh-HK.js +65 -0
- package/lib/es/locale/zh-TW.js +13 -7
- package/lib/index.js +413 -284
- package/lib/locale/ar-SA.js +65 -0
- package/lib/locale/ca-ES.js +13 -7
- package/lib/locale/de-DE.js +65 -0
- package/lib/locale/en-US.js +13 -7
- package/lib/locale/es-ES.js +13 -7
- package/lib/locale/fa-IR.js +13 -7
- package/lib/locale/fr-FR.js +13 -7
- package/lib/locale/id-ID.js +65 -0
- package/lib/locale/it-IT.js +65 -0
- package/lib/locale/ja-JP.js +13 -7
- package/lib/locale/ko-KR.js +13 -7
- package/lib/locale/pl-PL.js +65 -0
- package/lib/locale/pt-BR.js +65 -0
- package/lib/locale/ru-RU.js +13 -7
- package/lib/locale/sk-SK.js +13 -7
- package/lib/locale/vi-VN.js +13 -7
- package/lib/locale/zh-CN.js +13 -7
- package/lib/locale/zh-HK.js +65 -0
- package/lib/locale/zh-TW.js +13 -7
- package/lib/types/commands/commands/update-doc-drawing.command.d.ts +8 -0
- package/lib/types/controllers/doc-drawing-transformer-update.controller.d.ts +13 -0
- package/lib/types/controllers/render-controllers/doc-drawing-transform-update.controller.d.ts +6 -1
- package/lib/types/controllers/render-controllers/doc-drawing-update.render-controller.d.ts +1 -0
- package/lib/types/index.d.ts +2 -0
- package/lib/types/locale/ar-SA.d.ts +18 -0
- package/lib/types/locale/de-DE.d.ts +18 -0
- package/lib/types/locale/en-US.d.ts +57 -49
- package/lib/types/locale/id-ID.d.ts +18 -0
- package/lib/types/locale/it-IT.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/zh-HK.d.ts +18 -0
- package/lib/types/menu/drawing-popup-menu.controller.d.ts +5 -2
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- 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 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- 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 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +13 -13
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/locale/ar-SA.ts
|
|
3
|
+
const locale = { "docs-drawing-ui": {
|
|
4
|
+
title: "صورة",
|
|
5
|
+
upload: { float: "إدراج صورة" },
|
|
6
|
+
panel: { title: "تحرير الصورة" },
|
|
7
|
+
"image-popup": {
|
|
8
|
+
replace: "استبدال",
|
|
9
|
+
delete: "حذف",
|
|
10
|
+
edit: "تحرير",
|
|
11
|
+
crop: "قص",
|
|
12
|
+
reset: "إعادة تعيين الحجم"
|
|
13
|
+
},
|
|
14
|
+
"image-text-wrap": {
|
|
15
|
+
title: "التفاف النص",
|
|
16
|
+
wrappingStyle: "نمط التفاف",
|
|
17
|
+
square: "مربع",
|
|
18
|
+
topAndBottom: "أعلى وأسفل",
|
|
19
|
+
inline: "في نفس السطر مع النص",
|
|
20
|
+
behindText: "خلف النص",
|
|
21
|
+
inFrontText: "أمام النص",
|
|
22
|
+
wrapText: "تفاف النص",
|
|
23
|
+
bothSide: "كلا الجانبين",
|
|
24
|
+
leftOnly: "يسار فقط",
|
|
25
|
+
rightOnly: "يمين فقط",
|
|
26
|
+
distanceFromText: "المسافة من النص",
|
|
27
|
+
top: "أعلى(بكسل)",
|
|
28
|
+
left: "يسار(بكسل)",
|
|
29
|
+
bottom: "أسفل(بكسل)",
|
|
30
|
+
right: "يمين(بكسل)"
|
|
31
|
+
},
|
|
32
|
+
"image-position": {
|
|
33
|
+
title: "موضع",
|
|
34
|
+
horizontal: "أفقي",
|
|
35
|
+
vertical: "عمودي",
|
|
36
|
+
absolutePosition: "موضع مطلق(بكسل)",
|
|
37
|
+
relativePosition: "موضع نسبي",
|
|
38
|
+
toTheRightOf: "إلى يمين",
|
|
39
|
+
relativeTo: "بالنسبة إلى",
|
|
40
|
+
bellow: "أسفل",
|
|
41
|
+
options: "خيارات",
|
|
42
|
+
moveObjectWithText: "نقل الكائن مع النص",
|
|
43
|
+
column: "عمود",
|
|
44
|
+
margin: "هامش",
|
|
45
|
+
page: "صفحة",
|
|
46
|
+
line: "سطر",
|
|
47
|
+
paragraph: "فقرة"
|
|
48
|
+
},
|
|
49
|
+
"update-status": {
|
|
50
|
+
exceedMaxSize: "حجم الصورة يتجاوز الحد، الحد هو {0}م",
|
|
51
|
+
invalidImageType: "نوع الصورة غير صالح",
|
|
52
|
+
exceedMaxCount: "يمكن رفع {0} صور فقط في المرة الواحدة",
|
|
53
|
+
invalidImage: "صورة غير صالحة"
|
|
54
|
+
},
|
|
55
|
+
shortcut: {
|
|
56
|
+
"drawing-view": "عرض الرسم",
|
|
57
|
+
"drawing-move-down": "نقل الرسم لأسفل",
|
|
58
|
+
"drawing-move-up": "نقل الرسم لأعلى",
|
|
59
|
+
"drawing-move-left": "نقل الرسم لليسار",
|
|
60
|
+
"drawing-move-right": "نقل الرسم لليمين",
|
|
61
|
+
"drawing-delete": "حذف الرسم"
|
|
62
|
+
}
|
|
63
|
+
} };
|
|
64
|
+
|
|
65
|
+
//#endregion
|
|
66
|
+
module.exports = locale;
|
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
//#region src/locale/ca-ES.ts
|
|
3
|
-
const locale = {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
panel: { title: "Edita la imatge" }
|
|
8
|
-
},
|
|
3
|
+
const locale = { "docs-drawing-ui": {
|
|
4
|
+
title: "Imatge",
|
|
5
|
+
upload: { float: "Insereix imatge" },
|
|
6
|
+
panel: { title: "Edita la imatge" },
|
|
9
7
|
"image-popup": {
|
|
10
8
|
replace: "Reemplaça",
|
|
11
9
|
delete: "Elimina",
|
|
@@ -53,8 +51,16 @@ const locale = {
|
|
|
53
51
|
invalidImageType: "Tipus d'imatge no vàlid",
|
|
54
52
|
exceedMaxCount: "Només es poden pujar {0} imatges alhora",
|
|
55
53
|
invalidImage: "Imatge no vàlida"
|
|
54
|
+
},
|
|
55
|
+
shortcut: {
|
|
56
|
+
"drawing-view": "Vista del dibuix",
|
|
57
|
+
"drawing-move-down": "Mou el dibuix cap avall",
|
|
58
|
+
"drawing-move-up": "Mou el dibuix cap amunt",
|
|
59
|
+
"drawing-move-left": "Mou el dibuix a l’esquerra",
|
|
60
|
+
"drawing-move-right": "Mou el dibuix a la dreta",
|
|
61
|
+
"drawing-delete": "Elimina el dibuix"
|
|
56
62
|
}
|
|
57
|
-
};
|
|
63
|
+
} };
|
|
58
64
|
|
|
59
65
|
//#endregion
|
|
60
66
|
module.exports = locale;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/locale/de-DE.ts
|
|
3
|
+
const locale = { "docs-drawing-ui": {
|
|
4
|
+
title: "Bild",
|
|
5
|
+
upload: { float: "Bild einfügen" },
|
|
6
|
+
panel: { title: "Bild bearbeiten" },
|
|
7
|
+
"image-popup": {
|
|
8
|
+
replace: "Ersetzen",
|
|
9
|
+
delete: "Löschen",
|
|
10
|
+
edit: "Bearbeiten",
|
|
11
|
+
crop: "Zuschneiden",
|
|
12
|
+
reset: "Größe zurücksetzen"
|
|
13
|
+
},
|
|
14
|
+
"image-text-wrap": {
|
|
15
|
+
title: "Textumbruch",
|
|
16
|
+
wrappingStyle: "Umbruchstil",
|
|
17
|
+
square: "Quadratisch",
|
|
18
|
+
topAndBottom: "Oben und unten",
|
|
19
|
+
inline: "Im Textfluss",
|
|
20
|
+
behindText: "Hinter dem Text",
|
|
21
|
+
inFrontText: "Vor dem Text",
|
|
22
|
+
wrapText: "Text umbrechen",
|
|
23
|
+
bothSide: "Beide Seiten",
|
|
24
|
+
leftOnly: "Nur links",
|
|
25
|
+
rightOnly: "Nur rechts",
|
|
26
|
+
distanceFromText: "Abstand vom Text",
|
|
27
|
+
top: "Oben(px)",
|
|
28
|
+
left: "Links(px)",
|
|
29
|
+
bottom: "Unten(px)",
|
|
30
|
+
right: "Rechts(px)"
|
|
31
|
+
},
|
|
32
|
+
"image-position": {
|
|
33
|
+
title: "Position",
|
|
34
|
+
horizontal: "Horizontal",
|
|
35
|
+
vertical: "Vertikal",
|
|
36
|
+
absolutePosition: "Absolute Position(px)",
|
|
37
|
+
relativePosition: "Relative Position",
|
|
38
|
+
toTheRightOf: "rechts von",
|
|
39
|
+
relativeTo: "relativ zu",
|
|
40
|
+
bellow: "unterhalb",
|
|
41
|
+
options: "Optionen",
|
|
42
|
+
moveObjectWithText: "Objekt mit Text verschieben",
|
|
43
|
+
column: "Spalte",
|
|
44
|
+
margin: "Rand",
|
|
45
|
+
page: "Seite",
|
|
46
|
+
line: "Zeile",
|
|
47
|
+
paragraph: "Absatz"
|
|
48
|
+
},
|
|
49
|
+
"update-status": {
|
|
50
|
+
exceedMaxSize: "Bildgröße überschreitet das Limit, das Limit ist {0}M",
|
|
51
|
+
invalidImageType: "Ungültiger Bildtyp",
|
|
52
|
+
exceedMaxCount: "Es können nur {0} Bilder gleichzeitig hochgeladen werden",
|
|
53
|
+
invalidImage: "Ungültiges Bild"
|
|
54
|
+
},
|
|
55
|
+
shortcut: {
|
|
56
|
+
"drawing-view": "Zeichnungsansicht",
|
|
57
|
+
"drawing-move-down": "Zeichnung nach unten verschieben",
|
|
58
|
+
"drawing-move-up": "Zeichnung nach oben verschieben",
|
|
59
|
+
"drawing-move-left": "Zeichnung nach links verschieben",
|
|
60
|
+
"drawing-move-right": "Zeichnung nach rechts verschieben",
|
|
61
|
+
"drawing-delete": "Zeichnung löschen"
|
|
62
|
+
}
|
|
63
|
+
} };
|
|
64
|
+
|
|
65
|
+
//#endregion
|
|
66
|
+
module.exports = locale;
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -15,12 +15,10 @@
|
|
|
15
15
|
* See the License for the specific language governing permissions and
|
|
16
16
|
* limitations under the License.
|
|
17
17
|
*/
|
|
18
|
-
const locale = {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
panel: { title: "Edit Image" }
|
|
23
|
-
},
|
|
18
|
+
const locale = { "docs-drawing-ui": {
|
|
19
|
+
title: "Image",
|
|
20
|
+
upload: { float: "Insert Image" },
|
|
21
|
+
panel: { title: "Edit Image" },
|
|
24
22
|
"image-popup": {
|
|
25
23
|
replace: "Replace",
|
|
26
24
|
delete: "Delete",
|
|
@@ -68,8 +66,16 @@ const locale = {
|
|
|
68
66
|
invalidImageType: "Invalid image type",
|
|
69
67
|
exceedMaxCount: "Only {0} images can be uploaded at a time",
|
|
70
68
|
invalidImage: "Invalid image"
|
|
69
|
+
},
|
|
70
|
+
shortcut: {
|
|
71
|
+
"drawing-view": "Drawing View",
|
|
72
|
+
"drawing-move-down": "Move Drawing down",
|
|
73
|
+
"drawing-move-up": "Move Drawing up",
|
|
74
|
+
"drawing-move-left": "Move Drawing left",
|
|
75
|
+
"drawing-move-right": "Move Drawing right",
|
|
76
|
+
"drawing-delete": "Delete Drawing"
|
|
71
77
|
}
|
|
72
|
-
};
|
|
78
|
+
} };
|
|
73
79
|
|
|
74
80
|
//#endregion
|
|
75
81
|
module.exports = locale;
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
//#region src/locale/es-ES.ts
|
|
3
|
-
const locale = {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
panel: { title: "Editar imagen" }
|
|
8
|
-
},
|
|
3
|
+
const locale = { "docs-drawing-ui": {
|
|
4
|
+
title: "Imagen",
|
|
5
|
+
upload: { float: "Insertar imagen" },
|
|
6
|
+
panel: { title: "Editar imagen" },
|
|
9
7
|
"image-popup": {
|
|
10
8
|
replace: "Reemplazar",
|
|
11
9
|
delete: "Eliminar",
|
|
@@ -53,8 +51,16 @@ const locale = {
|
|
|
53
51
|
invalidImageType: "Tipo de imagen no válido",
|
|
54
52
|
exceedMaxCount: "Solo se pueden subir {0} imágenes a la vez",
|
|
55
53
|
invalidImage: "Imagen no válida"
|
|
54
|
+
},
|
|
55
|
+
shortcut: {
|
|
56
|
+
"drawing-view": "Vista de dibujo",
|
|
57
|
+
"drawing-move-down": "Mover dibujo hacia abajo",
|
|
58
|
+
"drawing-move-up": "Mover dibujo hacia arriba",
|
|
59
|
+
"drawing-move-left": "Mover dibujo a la izquierda",
|
|
60
|
+
"drawing-move-right": "Mover dibujo a la derecha",
|
|
61
|
+
"drawing-delete": "Eliminar dibujo"
|
|
56
62
|
}
|
|
57
|
-
};
|
|
63
|
+
} };
|
|
58
64
|
|
|
59
65
|
//#endregion
|
|
60
66
|
module.exports = locale;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
//#region src/locale/fa-IR.ts
|
|
3
|
-
const locale = {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
panel: { title: "ویرایش تصویر" }
|
|
8
|
-
},
|
|
3
|
+
const locale = { "docs-drawing-ui": {
|
|
4
|
+
title: "تصویر",
|
|
5
|
+
upload: { float: "درج تصویر" },
|
|
6
|
+
panel: { title: "ویرایش تصویر" },
|
|
9
7
|
"image-popup": {
|
|
10
8
|
replace: "تعویض",
|
|
11
9
|
delete: "حذف",
|
|
@@ -53,8 +51,16 @@ const locale = {
|
|
|
53
51
|
invalidImageType: "نوع تصویر نامعتبر است",
|
|
54
52
|
exceedMaxCount: "فقط {0} تصویر میتوانند همزمان آپلود شوند",
|
|
55
53
|
invalidImage: "تصویر نامعتبر است"
|
|
54
|
+
},
|
|
55
|
+
shortcut: {
|
|
56
|
+
"drawing-view": "نمای طراحی",
|
|
57
|
+
"drawing-move-down": "جابهجایی طراحی به پایین",
|
|
58
|
+
"drawing-move-up": "جابهجایی طراحی به بالا",
|
|
59
|
+
"drawing-move-left": "جابهجایی طراحی به چپ",
|
|
60
|
+
"drawing-move-right": "جابهجایی طراحی به راست",
|
|
61
|
+
"drawing-delete": "حذف طراحی"
|
|
56
62
|
}
|
|
57
|
-
};
|
|
63
|
+
} };
|
|
58
64
|
|
|
59
65
|
//#endregion
|
|
60
66
|
module.exports = locale;
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
//#region src/locale/fr-FR.ts
|
|
3
|
-
const locale = {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
panel: { title: "Modifier l'image" }
|
|
8
|
-
},
|
|
3
|
+
const locale = { "docs-drawing-ui": {
|
|
4
|
+
title: "Image",
|
|
5
|
+
upload: { float: "Insérer une image" },
|
|
6
|
+
panel: { title: "Modifier l'image" },
|
|
9
7
|
"image-popup": {
|
|
10
8
|
replace: "Remplacer",
|
|
11
9
|
delete: "Supprimer",
|
|
@@ -53,8 +51,16 @@ const locale = {
|
|
|
53
51
|
invalidImageType: "Type d'image invalide",
|
|
54
52
|
exceedMaxCount: "Seulement {0} images peuvent être téléchargées à la fois",
|
|
55
53
|
invalidImage: "Image invalide"
|
|
54
|
+
},
|
|
55
|
+
shortcut: {
|
|
56
|
+
"drawing-view": "Vue du dessin",
|
|
57
|
+
"drawing-move-down": "Déplacer le dessin vers le bas",
|
|
58
|
+
"drawing-move-up": "Déplacer le dessin vers le haut",
|
|
59
|
+
"drawing-move-left": "Déplacer le dessin vers la gauche",
|
|
60
|
+
"drawing-move-right": "Déplacer le dessin vers la droite",
|
|
61
|
+
"drawing-delete": "Supprimer le dessin"
|
|
56
62
|
}
|
|
57
|
-
};
|
|
63
|
+
} };
|
|
58
64
|
|
|
59
65
|
//#endregion
|
|
60
66
|
module.exports = locale;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/locale/id-ID.ts
|
|
3
|
+
const locale = { "docs-drawing-ui": {
|
|
4
|
+
title: "Gambar",
|
|
5
|
+
upload: { float: "Sisipkan Gambar" },
|
|
6
|
+
panel: { title: "Edit Gambar" },
|
|
7
|
+
"image-popup": {
|
|
8
|
+
replace: "Ganti",
|
|
9
|
+
delete: "Hapus",
|
|
10
|
+
edit: "Edit",
|
|
11
|
+
crop: "Pangkas",
|
|
12
|
+
reset: "Atur Ulang Ukuran"
|
|
13
|
+
},
|
|
14
|
+
"image-text-wrap": {
|
|
15
|
+
title: "Pembungkus Teks",
|
|
16
|
+
wrappingStyle: "Gaya Pembungkus",
|
|
17
|
+
square: "Kotak",
|
|
18
|
+
topAndBottom: "Atas dan Bawah",
|
|
19
|
+
inline: "Sejajar dengan teks",
|
|
20
|
+
behindText: "Di belakang teks",
|
|
21
|
+
inFrontText: "Di depan teks",
|
|
22
|
+
wrapText: "Bungkus teks",
|
|
23
|
+
bothSide: "Kedua sisi",
|
|
24
|
+
leftOnly: "Kiri saja",
|
|
25
|
+
rightOnly: "Kanan saja",
|
|
26
|
+
distanceFromText: "Jarak dari teks",
|
|
27
|
+
top: "Atas(px)",
|
|
28
|
+
left: "Kiri(px)",
|
|
29
|
+
bottom: "Bawah(px)",
|
|
30
|
+
right: "Kanan(px)"
|
|
31
|
+
},
|
|
32
|
+
"image-position": {
|
|
33
|
+
title: "Posisi",
|
|
34
|
+
horizontal: "Horizontal",
|
|
35
|
+
vertical: "Vertikal",
|
|
36
|
+
absolutePosition: "Posisi Absolut(px)",
|
|
37
|
+
relativePosition: "Posisi Relatif",
|
|
38
|
+
toTheRightOf: "di sebelah kanan",
|
|
39
|
+
relativeTo: "relatif terhadap",
|
|
40
|
+
bellow: "di bawah",
|
|
41
|
+
options: "Opsi",
|
|
42
|
+
moveObjectWithText: "Pindahkan objek dengan teks",
|
|
43
|
+
column: "Kolom",
|
|
44
|
+
margin: "Margin",
|
|
45
|
+
page: "Halaman",
|
|
46
|
+
line: "Baris",
|
|
47
|
+
paragraph: "Paragraf"
|
|
48
|
+
},
|
|
49
|
+
"update-status": {
|
|
50
|
+
exceedMaxSize: "Ukuran gambar melebihi batas, batasnya adalah {0}M",
|
|
51
|
+
invalidImageType: "Jenis gambar tidak valid",
|
|
52
|
+
exceedMaxCount: "Hanya {0} gambar yang dapat diunggah dalam satu waktu",
|
|
53
|
+
invalidImage: "Gambar tidak valid"
|
|
54
|
+
},
|
|
55
|
+
shortcut: {
|
|
56
|
+
"drawing-view": "Tampilan Gambar",
|
|
57
|
+
"drawing-move-down": "Pindahkan Gambar ke Bawah",
|
|
58
|
+
"drawing-move-up": "Pindahkan Gambar ke Atas",
|
|
59
|
+
"drawing-move-left": "Pindahkan Gambar ke Kiri",
|
|
60
|
+
"drawing-move-right": "Pindahkan Gambar ke Kanan",
|
|
61
|
+
"drawing-delete": "Hapus Gambar"
|
|
62
|
+
}
|
|
63
|
+
} };
|
|
64
|
+
|
|
65
|
+
//#endregion
|
|
66
|
+
module.exports = locale;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/locale/it-IT.ts
|
|
3
|
+
const locale = { "docs-drawing-ui": {
|
|
4
|
+
title: "Immagine",
|
|
5
|
+
upload: { float: "Inserisci immagine" },
|
|
6
|
+
panel: { title: "Modifica immagine" },
|
|
7
|
+
"image-popup": {
|
|
8
|
+
replace: "Sostituisci",
|
|
9
|
+
delete: "Elimina",
|
|
10
|
+
edit: "Modifica",
|
|
11
|
+
crop: "Ritaglia",
|
|
12
|
+
reset: "Reimposta dimensione"
|
|
13
|
+
},
|
|
14
|
+
"image-text-wrap": {
|
|
15
|
+
title: "Testo a capo",
|
|
16
|
+
wrappingStyle: "Stile a capo",
|
|
17
|
+
square: "Quadrato",
|
|
18
|
+
topAndBottom: "Superiore e inferiore",
|
|
19
|
+
inline: "In linea con il testo",
|
|
20
|
+
behindText: "Dietro il testo",
|
|
21
|
+
inFrontText: "Davanti al testo",
|
|
22
|
+
wrapText: "Testo a capo",
|
|
23
|
+
bothSide: "Entrambi i lati",
|
|
24
|
+
leftOnly: "Solo sinistra",
|
|
25
|
+
rightOnly: "Solo destra",
|
|
26
|
+
distanceFromText: "Distanza dal testo",
|
|
27
|
+
top: "Superiore(px)",
|
|
28
|
+
left: "Sinistra(px)",
|
|
29
|
+
bottom: "Inferiore(px)",
|
|
30
|
+
right: "Destra(px)"
|
|
31
|
+
},
|
|
32
|
+
"image-position": {
|
|
33
|
+
title: "Posizione",
|
|
34
|
+
horizontal: "Orizzontale",
|
|
35
|
+
vertical: "Verticale",
|
|
36
|
+
absolutePosition: "Posizione assoluta(px)",
|
|
37
|
+
relativePosition: "Posizione relativa",
|
|
38
|
+
toTheRightOf: "a destra di",
|
|
39
|
+
relativeTo: "relativo a",
|
|
40
|
+
bellow: "sotto",
|
|
41
|
+
options: "Opzioni",
|
|
42
|
+
moveObjectWithText: "Sposta oggetto con il testo",
|
|
43
|
+
column: "Colonna",
|
|
44
|
+
margin: "Margine",
|
|
45
|
+
page: "Pagina",
|
|
46
|
+
line: "Riga",
|
|
47
|
+
paragraph: "Paragrafo"
|
|
48
|
+
},
|
|
49
|
+
"update-status": {
|
|
50
|
+
exceedMaxSize: "La dimensione dell'immagine supera il limite, il limite è {0}M",
|
|
51
|
+
invalidImageType: "Tipo di immagine non valido",
|
|
52
|
+
exceedMaxCount: "È possibile caricare solo {0} immagini alla volta",
|
|
53
|
+
invalidImage: "Immagine non valida"
|
|
54
|
+
},
|
|
55
|
+
shortcut: {
|
|
56
|
+
"drawing-view": "Vista disegno",
|
|
57
|
+
"drawing-move-down": "Sposta disegno in basso",
|
|
58
|
+
"drawing-move-up": "Sposta disegno in alto",
|
|
59
|
+
"drawing-move-left": "Sposta disegno a sinistra",
|
|
60
|
+
"drawing-move-right": "Sposta disegno a destra",
|
|
61
|
+
"drawing-delete": "Elimina disegno"
|
|
62
|
+
}
|
|
63
|
+
} };
|
|
64
|
+
|
|
65
|
+
//#endregion
|
|
66
|
+
module.exports = locale;
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
//#region src/locale/ja-JP.ts
|
|
3
|
-
const locale = {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
panel: { title: "画像の編集" }
|
|
8
|
-
},
|
|
3
|
+
const locale = { "docs-drawing-ui": {
|
|
4
|
+
title: "画像",
|
|
5
|
+
upload: { float: "画像を挿入" },
|
|
6
|
+
panel: { title: "画像の編集" },
|
|
9
7
|
"image-popup": {
|
|
10
8
|
replace: "置換",
|
|
11
9
|
delete: "削除",
|
|
@@ -53,8 +51,16 @@ const locale = {
|
|
|
53
51
|
invalidImageType: "無効な画像形式です",
|
|
54
52
|
exceedMaxCount: "一度にアップロードできる最大数は{0}件です",
|
|
55
53
|
invalidImage: "無効な画像です"
|
|
54
|
+
},
|
|
55
|
+
shortcut: {
|
|
56
|
+
"drawing-view": "図形表示",
|
|
57
|
+
"drawing-move-down": "図形を下へ移動",
|
|
58
|
+
"drawing-move-up": "図形を上へ移動",
|
|
59
|
+
"drawing-move-left": "図形を左へ移動",
|
|
60
|
+
"drawing-move-right": "図形を右へ移動",
|
|
61
|
+
"drawing-delete": "図形を削除"
|
|
56
62
|
}
|
|
57
|
-
};
|
|
63
|
+
} };
|
|
58
64
|
|
|
59
65
|
//#endregion
|
|
60
66
|
module.exports = locale;
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
//#region src/locale/ko-KR.ts
|
|
3
|
-
const locale = {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
panel: { title: "이미지 편집" }
|
|
8
|
-
},
|
|
3
|
+
const locale = { "docs-drawing-ui": {
|
|
4
|
+
title: "이미지",
|
|
5
|
+
upload: { float: "이미지 삽입" },
|
|
6
|
+
panel: { title: "이미지 편집" },
|
|
9
7
|
"image-popup": {
|
|
10
8
|
replace: "교체",
|
|
11
9
|
delete: "삭제",
|
|
@@ -53,8 +51,16 @@ const locale = {
|
|
|
53
51
|
invalidImageType: "유효하지 않은 이미지 유형입니다",
|
|
54
52
|
exceedMaxCount: "한 번에 최대 {0}개만 업로드할 수 있습니다",
|
|
55
53
|
invalidImage: "유효하지 않은 이미지입니다"
|
|
54
|
+
},
|
|
55
|
+
shortcut: {
|
|
56
|
+
"drawing-view": "그리기 보기",
|
|
57
|
+
"drawing-move-down": "그리기 아래로 이동",
|
|
58
|
+
"drawing-move-up": "그리기 위로 이동",
|
|
59
|
+
"drawing-move-left": "그리기 왼쪽으로 이동",
|
|
60
|
+
"drawing-move-right": "그리기 오른쪽으로 이동",
|
|
61
|
+
"drawing-delete": "그리기 삭제"
|
|
56
62
|
}
|
|
57
|
-
};
|
|
63
|
+
} };
|
|
58
64
|
|
|
59
65
|
//#endregion
|
|
60
66
|
module.exports = locale;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/locale/pl-PL.ts
|
|
3
|
+
const locale = { "docs-drawing-ui": {
|
|
4
|
+
title: "Obraz",
|
|
5
|
+
upload: { float: "Wstaw obraz" },
|
|
6
|
+
panel: { title: "Edytuj obraz" },
|
|
7
|
+
"image-popup": {
|
|
8
|
+
replace: "Zamień",
|
|
9
|
+
delete: "Usuń",
|
|
10
|
+
edit: "Edytuj",
|
|
11
|
+
crop: "Przytnij",
|
|
12
|
+
reset: "Resetuj rozmiar"
|
|
13
|
+
},
|
|
14
|
+
"image-text-wrap": {
|
|
15
|
+
title: "Zawijanie tekstu",
|
|
16
|
+
wrappingStyle: "Styl zawijania",
|
|
17
|
+
square: "Kwadrat",
|
|
18
|
+
topAndBottom: "Góra i dół",
|
|
19
|
+
inline: "W linii z tekstem",
|
|
20
|
+
behindText: "Za tekstem",
|
|
21
|
+
inFrontText: "Przed tekstem",
|
|
22
|
+
wrapText: "Zawijaj tekst",
|
|
23
|
+
bothSide: "Obie strony",
|
|
24
|
+
leftOnly: "Tylko lewa",
|
|
25
|
+
rightOnly: "Tylko prawa",
|
|
26
|
+
distanceFromText: "Odległość od tekstu",
|
|
27
|
+
top: "Góra(px)",
|
|
28
|
+
left: "Lewo(px)",
|
|
29
|
+
bottom: "Dół(px)",
|
|
30
|
+
right: "Prawo(px)"
|
|
31
|
+
},
|
|
32
|
+
"image-position": {
|
|
33
|
+
title: "Pozycja",
|
|
34
|
+
horizontal: "Pozioma",
|
|
35
|
+
vertical: "Pionowa",
|
|
36
|
+
absolutePosition: "Pozycja bezwzględna(px)",
|
|
37
|
+
relativePosition: "Pozycja względna",
|
|
38
|
+
toTheRightOf: "po prawej stronie",
|
|
39
|
+
relativeTo: "względem",
|
|
40
|
+
bellow: "poniżej",
|
|
41
|
+
options: "Opcje",
|
|
42
|
+
moveObjectWithText: "Przesuwaj obiekt razem z tekstem",
|
|
43
|
+
column: "Kolumna",
|
|
44
|
+
margin: "Margines",
|
|
45
|
+
page: "Strona",
|
|
46
|
+
line: "Wiersz",
|
|
47
|
+
paragraph: "Akapit"
|
|
48
|
+
},
|
|
49
|
+
"update-status": {
|
|
50
|
+
exceedMaxSize: "Rozmiar obrazu przekracza limit, limit wynosi {0}M",
|
|
51
|
+
invalidImageType: "Nieprawidłowy typ obrazu",
|
|
52
|
+
exceedMaxCount: "Jednocześnie można przesłać tylko {0} obrazów",
|
|
53
|
+
invalidImage: "Nieprawidłowy obraz"
|
|
54
|
+
},
|
|
55
|
+
shortcut: {
|
|
56
|
+
"drawing-view": "Widok rysunku",
|
|
57
|
+
"drawing-move-down": "Przesuń rysunek w dół",
|
|
58
|
+
"drawing-move-up": "Przesuń rysunek w górę",
|
|
59
|
+
"drawing-move-left": "Przesuń rysunek w lewo",
|
|
60
|
+
"drawing-move-right": "Przesuń rysunek w prawo",
|
|
61
|
+
"drawing-delete": "Usuń rysunek"
|
|
62
|
+
}
|
|
63
|
+
} };
|
|
64
|
+
|
|
65
|
+
//#endregion
|
|
66
|
+
module.exports = locale;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/locale/pt-BR.ts
|
|
3
|
+
const locale = { "docs-drawing-ui": {
|
|
4
|
+
title: "Imagem",
|
|
5
|
+
upload: { float: "Inserir imagem" },
|
|
6
|
+
panel: { title: "Editar imagem" },
|
|
7
|
+
"image-popup": {
|
|
8
|
+
replace: "Substituir",
|
|
9
|
+
delete: "Excluir",
|
|
10
|
+
edit: "Editar",
|
|
11
|
+
crop: "Cortar",
|
|
12
|
+
reset: "Redefinir tamanho"
|
|
13
|
+
},
|
|
14
|
+
"image-text-wrap": {
|
|
15
|
+
title: "Quebra de texto",
|
|
16
|
+
wrappingStyle: "Estilo de quebra",
|
|
17
|
+
square: "Quadrado",
|
|
18
|
+
topAndBottom: "Superior e inferior",
|
|
19
|
+
inline: "Em linha com o texto",
|
|
20
|
+
behindText: "Atrás do texto",
|
|
21
|
+
inFrontText: "À frente do texto",
|
|
22
|
+
wrapText: "Quebrar texto automaticamente",
|
|
23
|
+
bothSide: "Ambos os lados",
|
|
24
|
+
leftOnly: "Somente esquerda",
|
|
25
|
+
rightOnly: "Somente direita",
|
|
26
|
+
distanceFromText: "Distância do texto",
|
|
27
|
+
top: "Superior(px)",
|
|
28
|
+
left: "Esquerda(px)",
|
|
29
|
+
bottom: "Inferior(px)",
|
|
30
|
+
right: "Direita(px)"
|
|
31
|
+
},
|
|
32
|
+
"image-position": {
|
|
33
|
+
title: "Posição",
|
|
34
|
+
horizontal: "Horizontal",
|
|
35
|
+
vertical: "Vertical",
|
|
36
|
+
absolutePosition: "Posição absoluta(px)",
|
|
37
|
+
relativePosition: "Posição relativa",
|
|
38
|
+
toTheRightOf: "à direita de",
|
|
39
|
+
relativeTo: "relativo a",
|
|
40
|
+
bellow: "abaixo",
|
|
41
|
+
options: "Opções",
|
|
42
|
+
moveObjectWithText: "Mover objeto com o texto",
|
|
43
|
+
column: "Coluna",
|
|
44
|
+
margin: "Margem",
|
|
45
|
+
page: "Página",
|
|
46
|
+
line: "Linha",
|
|
47
|
+
paragraph: "Parágrafo"
|
|
48
|
+
},
|
|
49
|
+
"update-status": {
|
|
50
|
+
exceedMaxSize: "O tamanho da imagem excede o limite, o limite é {0}M",
|
|
51
|
+
invalidImageType: "Tipo de imagem inválido",
|
|
52
|
+
exceedMaxCount: "Apenas {0} imagens podem ser enviadas de cada vez",
|
|
53
|
+
invalidImage: "Imagem inválida"
|
|
54
|
+
},
|
|
55
|
+
shortcut: {
|
|
56
|
+
"drawing-view": "Visualização do desenho",
|
|
57
|
+
"drawing-move-down": "Mover desenho para baixo",
|
|
58
|
+
"drawing-move-up": "Mover desenho para cima",
|
|
59
|
+
"drawing-move-left": "Mover desenho para esquerda",
|
|
60
|
+
"drawing-move-right": "Mover desenho para direita",
|
|
61
|
+
"drawing-delete": "Excluir desenho"
|
|
62
|
+
}
|
|
63
|
+
} };
|
|
64
|
+
|
|
65
|
+
//#endregion
|
|
66
|
+
module.exports = locale;
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
//#region src/locale/ru-RU.ts
|
|
3
|
-
const locale = {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
panel: { title: "Редактировать изображение" }
|
|
8
|
-
},
|
|
3
|
+
const locale = { "docs-drawing-ui": {
|
|
4
|
+
title: "Изображение",
|
|
5
|
+
upload: { float: "Вставить изображение" },
|
|
6
|
+
panel: { title: "Редактировать изображение" },
|
|
9
7
|
"image-popup": {
|
|
10
8
|
replace: "Заменить",
|
|
11
9
|
delete: "Удалить",
|
|
@@ -53,8 +51,16 @@ const locale = {
|
|
|
53
51
|
invalidImageType: "Недопустимый тип изображения",
|
|
54
52
|
exceedMaxCount: "За один раз можно загрузить только {0} изображений",
|
|
55
53
|
invalidImage: "Недопустимое изображение"
|
|
54
|
+
},
|
|
55
|
+
shortcut: {
|
|
56
|
+
"drawing-view": "Вид изображения",
|
|
57
|
+
"drawing-move-down": "Переместить изображение вниз",
|
|
58
|
+
"drawing-move-up": "Переместить изображение вверх",
|
|
59
|
+
"drawing-move-left": "Переместить изображение влево",
|
|
60
|
+
"drawing-move-right": "Переместить изображение вправо",
|
|
61
|
+
"drawing-delete": "Удалить изображение"
|
|
56
62
|
}
|
|
57
|
-
};
|
|
63
|
+
} };
|
|
58
64
|
|
|
59
65
|
//#endregion
|
|
60
66
|
module.exports = locale;
|