@univerjs/slides-ui 0.17.0 → 0.18.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 +36 -2
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +36 -2611
- package/lib/es/locale/ca-ES.js +1 -40
- package/lib/es/locale/en-US.js +1 -40
- package/lib/es/locale/es-ES.js +1 -40
- package/lib/es/locale/fa-IR.js +1 -40
- package/lib/es/locale/fr-FR.js +1 -40
- package/lib/es/locale/ja-JP.js +1 -40
- package/lib/es/locale/ko-KR.js +1 -40
- package/lib/es/locale/ru-RU.js +1 -40
- package/lib/es/locale/sk-SK.js +1 -40
- package/lib/es/locale/vi-VN.js +1 -40
- package/lib/es/locale/zh-CN.js +1 -40
- package/lib/es/locale/zh-TW.js +1 -40
- package/lib/index.css +282 -1
- package/lib/index.js +36 -2611
- package/lib/locale/ca-ES.js +1 -40
- package/lib/locale/en-US.js +1 -40
- package/lib/locale/es-ES.js +1 -40
- package/lib/locale/fa-IR.js +1 -40
- package/lib/locale/fr-FR.js +1 -40
- package/lib/locale/ja-JP.js +1 -40
- package/lib/locale/ko-KR.js +1 -40
- package/lib/locale/ru-RU.js +1 -40
- package/lib/locale/sk-SK.js +1 -40
- package/lib/locale/vi-VN.js +1 -40
- package/lib/locale/zh-CN.js +1 -40
- package/lib/locale/zh-TW.js +1 -40
- package/lib/types/commands/operations/activate.operation.d.ts +16 -1
- package/lib/types/commands/operations/append-slide.operation.d.ts +16 -1
- package/lib/types/commands/operations/delete-element.operation.d.ts +16 -1
- package/lib/types/commands/operations/insert-image.operation.d.ts +16 -1
- package/lib/types/commands/operations/insert-shape.operation.d.ts +16 -1
- package/lib/types/commands/operations/insert-text.operation.d.ts +16 -1
- package/lib/types/commands/operations/set-thumb.operation.d.ts +16 -1
- package/lib/types/commands/operations/text-edit.operation.d.ts +16 -1
- package/lib/types/commands/operations/update-element.operation.d.ts +16 -1
- package/lib/types/components/image-popup-menu/ImagePopupMenu.d.ts +16 -1
- package/lib/types/config/config.d.ts +17 -2
- package/lib/types/controllers/canvas-view.d.ts +23 -6
- package/lib/types/controllers/shortcuts/editor.shortcuts.d.ts +17 -1
- package/lib/types/controllers/shortcuts/utils.d.ts +16 -1
- package/lib/types/controllers/slide-editing.render-controller.d.ts +21 -3
- package/lib/types/controllers/slide-editor-bridge.render-controller.d.ts +19 -3
- package/lib/types/controllers/slide-ui.controller.d.ts +15 -0
- package/lib/types/controllers/slide.render-controller.d.ts +21 -4
- package/lib/types/locale/ca-ES.d.ts +16 -1
- package/lib/types/locale/es-ES.d.ts +16 -1
- package/lib/types/locale/fa-IR.d.ts +16 -1
- package/lib/types/locale/fr-FR.d.ts +16 -1
- package/lib/types/locale/ja-JP.d.ts +16 -1
- package/lib/types/locale/ko-KR.d.ts +16 -1
- package/lib/types/locale/ru-RU.d.ts +16 -1
- package/lib/types/locale/sk-SK.d.ts +16 -1
- package/lib/types/locale/vi-VN.d.ts +16 -1
- package/lib/types/locale/zh-CN.d.ts +16 -1
- package/lib/types/locale/zh-TW.d.ts +16 -1
- package/lib/types/menu/image.menu.d.ts +17 -2
- package/lib/types/menu/popup-menu.controller.d.ts +15 -0
- package/lib/types/menu/schema.d.ts +16 -1
- package/lib/types/menu/shape.menu.d.ts +17 -2
- package/lib/types/menu/text.menu.d.ts +17 -2
- package/lib/types/plugin.d.ts +16 -1
- package/lib/types/services/slide-editor-bridge.service.d.ts +23 -5
- package/lib/types/services/slide-editor-manager.service.d.ts +18 -3
- package/lib/types/services/slide-popup-manager.service.d.ts +21 -3
- package/lib/types/services/slide-render.service.d.ts +15 -0
- package/lib/umd/index.js +36 -2
- package/lib/umd/locale/ca-ES.js +1 -1
- 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/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- 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-TW.js +1 -1
- package/package.json +14 -13
package/lib/es/locale/ca-ES.js
CHANGED
|
@@ -1,40 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
slide: {
|
|
3
|
-
append: "Afegeix diapositiva",
|
|
4
|
-
text: {
|
|
5
|
-
insert: {
|
|
6
|
-
title: "Insereix text"
|
|
7
|
-
}
|
|
8
|
-
},
|
|
9
|
-
shape: {
|
|
10
|
-
insert: {
|
|
11
|
-
title: "Insereix forma",
|
|
12
|
-
rectangle: "Insereix rectangle",
|
|
13
|
-
ellipse: "Insereix el·lipse"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
image: {
|
|
17
|
-
insert: {
|
|
18
|
-
title: "Insereix imatge",
|
|
19
|
-
float: "Insereix imatge flotant"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
popup: {
|
|
23
|
-
edit: "Edita",
|
|
24
|
-
delete: "Elimina"
|
|
25
|
-
},
|
|
26
|
-
sidebar: {
|
|
27
|
-
text: "Edita text",
|
|
28
|
-
shape: "Edita forma",
|
|
29
|
-
image: "Edita imatge"
|
|
30
|
-
},
|
|
31
|
-
panel: {
|
|
32
|
-
fill: {
|
|
33
|
-
title: "Color de farciment"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
export {
|
|
39
|
-
e as default
|
|
40
|
-
};
|
|
1
|
+
const e={slide:{append:`Afegeix diapositiva`,text:{insert:{title:`Insereix text`}},shape:{insert:{title:`Insereix forma`,rectangle:`Insereix rectangle`,ellipse:`Insereix el·lipse`}},image:{insert:{title:`Insereix imatge`,float:`Insereix imatge flotant`}},popup:{edit:`Edita`,delete:`Elimina`},sidebar:{text:`Edita text`,shape:`Edita forma`,image:`Edita imatge`},panel:{fill:{title:`Color de farciment`}}}};export{e as default};
|
package/lib/es/locale/en-US.js
CHANGED
|
@@ -1,40 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
slide: {
|
|
3
|
-
append: "Append Slide",
|
|
4
|
-
text: {
|
|
5
|
-
insert: {
|
|
6
|
-
title: "Insert Text"
|
|
7
|
-
}
|
|
8
|
-
},
|
|
9
|
-
shape: {
|
|
10
|
-
insert: {
|
|
11
|
-
title: "Insert Shape",
|
|
12
|
-
rectangle: "Insert Rectangle",
|
|
13
|
-
ellipse: "Insert Ellipse"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
image: {
|
|
17
|
-
insert: {
|
|
18
|
-
title: "Insert Image",
|
|
19
|
-
float: "Insert Float Image"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
popup: {
|
|
23
|
-
edit: "Edit",
|
|
24
|
-
delete: "Delete"
|
|
25
|
-
},
|
|
26
|
-
sidebar: {
|
|
27
|
-
text: "Edit Text",
|
|
28
|
-
shape: "Edit Shape",
|
|
29
|
-
image: "Edit Image"
|
|
30
|
-
},
|
|
31
|
-
panel: {
|
|
32
|
-
fill: {
|
|
33
|
-
title: "Fill Color"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
export {
|
|
39
|
-
e as default
|
|
40
|
-
};
|
|
1
|
+
const e={slide:{append:`Append Slide`,text:{insert:{title:`Insert Text`}},shape:{insert:{title:`Insert Shape`,rectangle:`Insert Rectangle`,ellipse:`Insert Ellipse`}},image:{insert:{title:`Insert Image`,float:`Insert Float Image`}},popup:{edit:`Edit`,delete:`Delete`},sidebar:{text:`Edit Text`,shape:`Edit Shape`,image:`Edit Image`},panel:{fill:{title:`Fill Color`}}}};export{e as default};
|
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -1,40 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
slide: {
|
|
3
|
-
append: "Añadir diapositiva",
|
|
4
|
-
text: {
|
|
5
|
-
insert: {
|
|
6
|
-
title: "Insertar texto"
|
|
7
|
-
}
|
|
8
|
-
},
|
|
9
|
-
shape: {
|
|
10
|
-
insert: {
|
|
11
|
-
title: "Insertar forma",
|
|
12
|
-
rectangle: "Insertar rectángulo",
|
|
13
|
-
ellipse: "Insertar elipse"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
image: {
|
|
17
|
-
insert: {
|
|
18
|
-
title: "Insertar imagen",
|
|
19
|
-
float: "Insertar imagen flotante"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
popup: {
|
|
23
|
-
edit: "Editar",
|
|
24
|
-
delete: "Eliminar"
|
|
25
|
-
},
|
|
26
|
-
sidebar: {
|
|
27
|
-
text: "Editar texto",
|
|
28
|
-
shape: "Editar forma",
|
|
29
|
-
image: "Editar imagen"
|
|
30
|
-
},
|
|
31
|
-
panel: {
|
|
32
|
-
fill: {
|
|
33
|
-
title: "Color de relleno"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
export {
|
|
39
|
-
e as default
|
|
40
|
-
};
|
|
1
|
+
const e={slide:{append:`Añadir diapositiva`,text:{insert:{title:`Insertar texto`}},shape:{insert:{title:`Insertar forma`,rectangle:`Insertar rectángulo`,ellipse:`Insertar elipse`}},image:{insert:{title:`Insertar imagen`,float:`Insertar imagen flotante`}},popup:{edit:`Editar`,delete:`Eliminar`},sidebar:{text:`Editar texto`,shape:`Editar forma`,image:`Editar imagen`},panel:{fill:{title:`Color de relleno`}}}};export{e as default};
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -1,40 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
slide: {
|
|
3
|
-
append: "اضافه کردن اسلاید",
|
|
4
|
-
text: {
|
|
5
|
-
insert: {
|
|
6
|
-
title: "درج متن"
|
|
7
|
-
}
|
|
8
|
-
},
|
|
9
|
-
shape: {
|
|
10
|
-
insert: {
|
|
11
|
-
title: "درج شکل",
|
|
12
|
-
rectangle: "درج مستطیل",
|
|
13
|
-
ellipse: "بیضی را درج کنید"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
image: {
|
|
17
|
-
insert: {
|
|
18
|
-
title: "درج تصویر",
|
|
19
|
-
float: "درج تصویر شناور"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
popup: {
|
|
23
|
-
edit: "ویرایش",
|
|
24
|
-
delete: "حذف"
|
|
25
|
-
},
|
|
26
|
-
sidebar: {
|
|
27
|
-
text: "ویرایش متن",
|
|
28
|
-
shape: "ویرایش شکل",
|
|
29
|
-
image: "ویرایش تصویر"
|
|
30
|
-
},
|
|
31
|
-
panel: {
|
|
32
|
-
fill: {
|
|
33
|
-
title: "رنگ پر کردن"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
export {
|
|
39
|
-
e as default
|
|
40
|
-
};
|
|
1
|
+
const e={slide:{append:`اضافه کردن اسلاید`,text:{insert:{title:`درج متن`}},shape:{insert:{title:`درج شکل`,rectangle:`درج مستطیل`,ellipse:`بیضی را درج کنید`}},image:{insert:{title:`درج تصویر`,float:`درج تصویر شناور`}},popup:{edit:`ویرایش`,delete:`حذف`},sidebar:{text:`ویرایش متن`,shape:`ویرایش شکل`,image:`ویرایش تصویر`},panel:{fill:{title:`رنگ پر کردن`}}}};export{e as default};
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -1,40 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
slide: {
|
|
3
|
-
append: "Ajouter une diapositive",
|
|
4
|
-
text: {
|
|
5
|
-
insert: {
|
|
6
|
-
title: "Insérer du texte"
|
|
7
|
-
}
|
|
8
|
-
},
|
|
9
|
-
shape: {
|
|
10
|
-
insert: {
|
|
11
|
-
title: "Insérer une forme",
|
|
12
|
-
rectangle: "Insérer un rectangle",
|
|
13
|
-
ellipse: "Insérer une ellipse"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
image: {
|
|
17
|
-
insert: {
|
|
18
|
-
title: "Insérer une image",
|
|
19
|
-
float: "Insérer une image flottante"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
popup: {
|
|
23
|
-
edit: "Éditer",
|
|
24
|
-
delete: "Supprimer"
|
|
25
|
-
},
|
|
26
|
-
sidebar: {
|
|
27
|
-
text: "Éditer le texte",
|
|
28
|
-
shape: "Éditer la forme",
|
|
29
|
-
image: "Éditer l'image"
|
|
30
|
-
},
|
|
31
|
-
panel: {
|
|
32
|
-
fill: {
|
|
33
|
-
title: "Couleur de remplissage"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
export {
|
|
39
|
-
e as default
|
|
40
|
-
};
|
|
1
|
+
const e={slide:{append:`Ajouter une diapositive`,text:{insert:{title:`Insérer du texte`}},shape:{insert:{title:`Insérer une forme`,rectangle:`Insérer un rectangle`,ellipse:`Insérer une ellipse`}},image:{insert:{title:`Insérer une image`,float:`Insérer une image flottante`}},popup:{edit:`Éditer`,delete:`Supprimer`},sidebar:{text:`Éditer le texte`,shape:`Éditer la forme`,image:`Éditer l'image`},panel:{fill:{title:`Couleur de remplissage`}}}};export{e as default};
|
package/lib/es/locale/ja-JP.js
CHANGED
|
@@ -1,40 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
slide: {
|
|
3
|
-
append: "スライドを追加",
|
|
4
|
-
text: {
|
|
5
|
-
insert: {
|
|
6
|
-
title: "テキストの挿入"
|
|
7
|
-
}
|
|
8
|
-
},
|
|
9
|
-
shape: {
|
|
10
|
-
insert: {
|
|
11
|
-
title: "図形の挿入",
|
|
12
|
-
rectangle: "四角形を挿入",
|
|
13
|
-
ellipse: "楕円を挿入"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
image: {
|
|
17
|
-
insert: {
|
|
18
|
-
title: "画像の挿入",
|
|
19
|
-
float: "フローティング画像を挿入"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
popup: {
|
|
23
|
-
edit: "編集",
|
|
24
|
-
delete: "削除"
|
|
25
|
-
},
|
|
26
|
-
sidebar: {
|
|
27
|
-
text: "テキスト編集",
|
|
28
|
-
shape: "図形編集",
|
|
29
|
-
image: "画像編集"
|
|
30
|
-
},
|
|
31
|
-
panel: {
|
|
32
|
-
fill: {
|
|
33
|
-
title: "塗りつぶしの色"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
export {
|
|
39
|
-
e as default
|
|
40
|
-
};
|
|
1
|
+
const e={slide:{append:`スライドを追加`,text:{insert:{title:`テキストの挿入`}},shape:{insert:{title:`図形の挿入`,rectangle:`四角形を挿入`,ellipse:`楕円を挿入`}},image:{insert:{title:`画像の挿入`,float:`フローティング画像を挿入`}},popup:{edit:`編集`,delete:`削除`},sidebar:{text:`テキスト編集`,shape:`図形編集`,image:`画像編集`},panel:{fill:{title:`塗りつぶしの色`}}}};export{e as default};
|
package/lib/es/locale/ko-KR.js
CHANGED
|
@@ -1,40 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
slide: {
|
|
3
|
-
append: "슬라이드 추가",
|
|
4
|
-
text: {
|
|
5
|
-
insert: {
|
|
6
|
-
title: "텍스트 삽입"
|
|
7
|
-
}
|
|
8
|
-
},
|
|
9
|
-
shape: {
|
|
10
|
-
insert: {
|
|
11
|
-
title: "도형 삽입",
|
|
12
|
-
rectangle: "사각형 삽입",
|
|
13
|
-
ellipse: "타원 삽입"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
image: {
|
|
17
|
-
insert: {
|
|
18
|
-
title: "이미지 삽입",
|
|
19
|
-
float: "플로팅 이미지 삽입"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
popup: {
|
|
23
|
-
edit: "편집",
|
|
24
|
-
delete: "삭제"
|
|
25
|
-
},
|
|
26
|
-
sidebar: {
|
|
27
|
-
text: "텍스트 편집",
|
|
28
|
-
shape: "도형 편집",
|
|
29
|
-
image: "이미지 편집"
|
|
30
|
-
},
|
|
31
|
-
panel: {
|
|
32
|
-
fill: {
|
|
33
|
-
title: "채우기 색상"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
export {
|
|
39
|
-
e as default
|
|
40
|
-
};
|
|
1
|
+
const e={slide:{append:`슬라이드 추가`,text:{insert:{title:`텍스트 삽입`}},shape:{insert:{title:`도형 삽입`,rectangle:`사각형 삽입`,ellipse:`타원 삽입`}},image:{insert:{title:`이미지 삽입`,float:`플로팅 이미지 삽입`}},popup:{edit:`편집`,delete:`삭제`},sidebar:{text:`텍스트 편집`,shape:`도형 편집`,image:`이미지 편집`},panel:{fill:{title:`채우기 색상`}}}};export{e as default};
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -1,40 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
slide: {
|
|
3
|
-
append: "Append Slide",
|
|
4
|
-
text: {
|
|
5
|
-
insert: {
|
|
6
|
-
title: "Insert Text"
|
|
7
|
-
}
|
|
8
|
-
},
|
|
9
|
-
shape: {
|
|
10
|
-
insert: {
|
|
11
|
-
title: "Insert Shape",
|
|
12
|
-
rectangle: "Insert Rectangle",
|
|
13
|
-
ellipse: "Insert Ellipse"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
image: {
|
|
17
|
-
insert: {
|
|
18
|
-
title: "Insert Image",
|
|
19
|
-
float: "Insert Float Image"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
popup: {
|
|
23
|
-
edit: "Edit",
|
|
24
|
-
delete: "Delete"
|
|
25
|
-
},
|
|
26
|
-
sidebar: {
|
|
27
|
-
text: "Edit Text",
|
|
28
|
-
shape: "Edit Shape",
|
|
29
|
-
image: "Edit Image"
|
|
30
|
-
},
|
|
31
|
-
panel: {
|
|
32
|
-
fill: {
|
|
33
|
-
title: "Fill Color"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}, t = e;
|
|
38
|
-
export {
|
|
39
|
-
t as default
|
|
40
|
-
};
|
|
1
|
+
const e={slide:{append:`Append Slide`,text:{insert:{title:`Insert Text`}},shape:{insert:{title:`Insert Shape`,rectangle:`Insert Rectangle`,ellipse:`Insert Ellipse`}},image:{insert:{title:`Insert Image`,float:`Insert Float Image`}},popup:{edit:`Edit`,delete:`Delete`},sidebar:{text:`Edit Text`,shape:`Edit Shape`,image:`Edit Image`},panel:{fill:{title:`Fill Color`}}}};export{e as default};
|
package/lib/es/locale/sk-SK.js
CHANGED
|
@@ -1,40 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
slide: {
|
|
3
|
-
append: "Pridať snímku",
|
|
4
|
-
text: {
|
|
5
|
-
insert: {
|
|
6
|
-
title: "Vložiť text"
|
|
7
|
-
}
|
|
8
|
-
},
|
|
9
|
-
shape: {
|
|
10
|
-
insert: {
|
|
11
|
-
title: "Vložiť tvar",
|
|
12
|
-
rectangle: "Vložiť obdĺžnik",
|
|
13
|
-
ellipse: "Vložiť elipsu"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
image: {
|
|
17
|
-
insert: {
|
|
18
|
-
title: "Vložiť obrázok",
|
|
19
|
-
float: "Vložiť plávajúci obrázok"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
popup: {
|
|
23
|
-
edit: "Upraviť",
|
|
24
|
-
delete: "Odstrániť"
|
|
25
|
-
},
|
|
26
|
-
sidebar: {
|
|
27
|
-
text: "Upraviť text",
|
|
28
|
-
shape: "Upraviť tvar",
|
|
29
|
-
image: "Upraviť obrázok"
|
|
30
|
-
},
|
|
31
|
-
panel: {
|
|
32
|
-
fill: {
|
|
33
|
-
title: "Farba výplne"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
export {
|
|
39
|
-
e as default
|
|
40
|
-
};
|
|
1
|
+
const e={slide:{append:`Pridať snímku`,text:{insert:{title:`Vložiť text`}},shape:{insert:{title:`Vložiť tvar`,rectangle:`Vložiť obdĺžnik`,ellipse:`Vložiť elipsu`}},image:{insert:{title:`Vložiť obrázok`,float:`Vložiť plávajúci obrázok`}},popup:{edit:`Upraviť`,delete:`Odstrániť`},sidebar:{text:`Upraviť text`,shape:`Upraviť tvar`,image:`Upraviť obrázok`},panel:{fill:{title:`Farba výplne`}}}};export{e as default};
|
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -1,40 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
slide: {
|
|
3
|
-
append: "Append Slide",
|
|
4
|
-
text: {
|
|
5
|
-
insert: {
|
|
6
|
-
title: "Insert Text"
|
|
7
|
-
}
|
|
8
|
-
},
|
|
9
|
-
shape: {
|
|
10
|
-
insert: {
|
|
11
|
-
title: "Insert Shape",
|
|
12
|
-
rectangle: "Insert Rectangle",
|
|
13
|
-
ellipse: "Insert Ellipse"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
image: {
|
|
17
|
-
insert: {
|
|
18
|
-
title: "Insert Image",
|
|
19
|
-
float: "Insert Float Image"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
popup: {
|
|
23
|
-
edit: "Edit",
|
|
24
|
-
delete: "Delete"
|
|
25
|
-
},
|
|
26
|
-
sidebar: {
|
|
27
|
-
text: "Edit Text",
|
|
28
|
-
shape: "Edit Shape",
|
|
29
|
-
image: "Edit Image"
|
|
30
|
-
},
|
|
31
|
-
panel: {
|
|
32
|
-
fill: {
|
|
33
|
-
title: "Fill Color"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}, t = e;
|
|
38
|
-
export {
|
|
39
|
-
t as default
|
|
40
|
-
};
|
|
1
|
+
const e={slide:{append:`Append Slide`,text:{insert:{title:`Insert Text`}},shape:{insert:{title:`Insert Shape`,rectangle:`Insert Rectangle`,ellipse:`Insert Ellipse`}},image:{insert:{title:`Insert Image`,float:`Insert Float Image`}},popup:{edit:`Edit`,delete:`Delete`},sidebar:{text:`Edit Text`,shape:`Edit Shape`,image:`Edit Image`},panel:{fill:{title:`Fill Color`}}}};export{e as default};
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -1,40 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
slide: {
|
|
3
|
-
append: "新增幻灯片",
|
|
4
|
-
text: {
|
|
5
|
-
insert: {
|
|
6
|
-
title: "插入文本"
|
|
7
|
-
}
|
|
8
|
-
},
|
|
9
|
-
shape: {
|
|
10
|
-
insert: {
|
|
11
|
-
title: "插入图形",
|
|
12
|
-
rectangle: "插入矩形",
|
|
13
|
-
ellipse: "插入椭圆"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
image: {
|
|
17
|
-
insert: {
|
|
18
|
-
title: "插入图片",
|
|
19
|
-
float: "插入浮动图片"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
popup: {
|
|
23
|
-
edit: "编辑",
|
|
24
|
-
delete: "删除"
|
|
25
|
-
},
|
|
26
|
-
sidebar: {
|
|
27
|
-
text: "编辑文本",
|
|
28
|
-
shape: "编辑图形",
|
|
29
|
-
image: "编辑图片"
|
|
30
|
-
},
|
|
31
|
-
panel: {
|
|
32
|
-
fill: {
|
|
33
|
-
title: "填充"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
export {
|
|
39
|
-
e as default
|
|
40
|
-
};
|
|
1
|
+
const e={slide:{append:`新增幻灯片`,text:{insert:{title:`插入文本`}},shape:{insert:{title:`插入图形`,rectangle:`插入矩形`,ellipse:`插入椭圆`}},image:{insert:{title:`插入图片`,float:`插入浮动图片`}},popup:{edit:`编辑`,delete:`删除`},sidebar:{text:`编辑文本`,shape:`编辑图形`,image:`编辑图片`},panel:{fill:{title:`填充`}}}};export{e as default};
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1,40 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
slide: {
|
|
3
|
-
append: "Append Slide",
|
|
4
|
-
text: {
|
|
5
|
-
insert: {
|
|
6
|
-
title: "Insert Text"
|
|
7
|
-
}
|
|
8
|
-
},
|
|
9
|
-
shape: {
|
|
10
|
-
insert: {
|
|
11
|
-
title: "Insert Shape",
|
|
12
|
-
rectangle: "Insert Rectangle",
|
|
13
|
-
ellipse: "Insert Ellipse"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
image: {
|
|
17
|
-
insert: {
|
|
18
|
-
title: "Insert Image",
|
|
19
|
-
float: "Insert Float Image"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
popup: {
|
|
23
|
-
edit: "Edit",
|
|
24
|
-
delete: "Delete"
|
|
25
|
-
},
|
|
26
|
-
sidebar: {
|
|
27
|
-
text: "Edit Text",
|
|
28
|
-
shape: "Edit Shape",
|
|
29
|
-
image: "Edit Image"
|
|
30
|
-
},
|
|
31
|
-
panel: {
|
|
32
|
-
fill: {
|
|
33
|
-
title: "Fill Color"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}, t = e;
|
|
38
|
-
export {
|
|
39
|
-
t as default
|
|
40
|
-
};
|
|
1
|
+
const e={slide:{append:`Append Slide`,text:{insert:{title:`Insert Text`}},shape:{insert:{title:`Insert Shape`,rectangle:`Insert Rectangle`,ellipse:`Insert Ellipse`}},image:{insert:{title:`Insert Image`,float:`Insert Float Image`}},popup:{edit:`Edit`,delete:`Delete`},sidebar:{text:`Edit Text`,shape:`Edit Shape`,image:`Edit Image`},panel:{fill:{title:`Fill Color`}}}};export{e as default};
|