@univerjs/docs-drawing-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 +37 -1
- 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 +37 -2891
- package/lib/es/locale/ca-ES.js +1 -62
- package/lib/es/locale/en-US.js +1 -62
- package/lib/es/locale/es-ES.js +1 -62
- package/lib/es/locale/fa-IR.js +1 -62
- package/lib/es/locale/fr-FR.js +1 -62
- package/lib/es/locale/ja-JP.js +1 -62
- package/lib/es/locale/ko-KR.js +1 -62
- package/lib/es/locale/ru-RU.js +1 -62
- package/lib/es/locale/sk-SK.js +1 -62
- package/lib/es/locale/vi-VN.js +1 -62
- package/lib/es/locale/zh-CN.js +1 -62
- package/lib/es/locale/zh-TW.js +1 -62
- package/lib/index.css +57 -1
- package/lib/index.js +37 -2891
- package/lib/locale/ca-ES.js +1 -62
- package/lib/locale/en-US.js +1 -62
- package/lib/locale/es-ES.js +1 -62
- package/lib/locale/fa-IR.js +1 -62
- package/lib/locale/fr-FR.js +1 -62
- package/lib/locale/ja-JP.js +1 -62
- package/lib/locale/ko-KR.js +1 -62
- package/lib/locale/ru-RU.js +1 -62
- package/lib/locale/sk-SK.js +1 -62
- package/lib/locale/vi-VN.js +1 -62
- package/lib/locale/zh-CN.js +1 -62
- package/lib/locale/zh-TW.js +1 -62
- package/lib/types/commands/commands/delete-doc-drawing.command.d.ts +16 -1
- package/lib/types/commands/commands/group-doc-drawing.command.d.ts +16 -1
- package/lib/types/commands/commands/insert-doc-drawing.command.d.ts +16 -1
- package/lib/types/commands/commands/insert-image.command.d.ts +16 -1
- package/lib/types/commands/commands/interfaces.d.ts +17 -2
- package/lib/types/commands/commands/move-drawings.command.d.ts +17 -1
- package/lib/types/commands/commands/remove-doc-drawing.command.d.ts +16 -1
- package/lib/types/commands/commands/set-drawing-arrange.command.d.ts +18 -2
- package/lib/types/commands/commands/ungroup-doc-drawing.command.d.ts +16 -1
- package/lib/types/commands/commands/update-doc-drawing.command.d.ts +16 -1
- package/lib/types/commands/commands/utils.d.ts +16 -1
- package/lib/types/commands/operations/clear-drawing-transformer.operation.d.ts +16 -1
- package/lib/types/commands/operations/edit-doc-drawing.operation.d.ts +16 -1
- package/lib/types/commands/operations/open-drawing-panel.operation.d.ts +16 -1
- package/lib/types/controllers/doc-drawing-notification.controller.d.ts +15 -0
- package/lib/types/controllers/doc-drawing-printing.controller.d.ts +15 -0
- package/lib/types/controllers/doc-drawing-transformer-update.controller.d.ts +15 -0
- package/lib/types/controllers/doc-drawing.controller.d.ts +15 -0
- package/lib/types/controllers/doc-float-dom.controller.d.ts +21 -3
- package/lib/types/controllers/render-controllers/doc-drawing-transform-update.controller.d.ts +18 -2
- package/lib/types/controllers/render-controllers/doc-drawing-update.render-controller.d.ts +19 -2
- package/lib/types/controllers/shortcuts/drawing.shortcut.d.ts +18 -3
- 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/drawing-popup-menu.controller.d.ts +15 -0
- package/lib/types/menu/image.menu.d.ts +17 -2
- package/lib/types/menu/schema.d.ts +16 -1
- package/lib/types/plugin.d.ts +16 -1
- package/lib/types/services/doc-refresh-drawings.service.d.ts +18 -3
- package/lib/types/views/doc-image-panel/DocDrawingPosition.d.ts +16 -1
- package/lib/types/views/doc-image-panel/DocDrawingTextWrap.d.ts +16 -1
- package/lib/types/views/printing-float-dom/index.d.ts +17 -2
- package/lib/umd/index.js +37 -1
- 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 +15 -14
package/lib/locale/ca-ES.js
CHANGED
|
@@ -1,62 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
docImage: {
|
|
3
|
-
title: "Imatge",
|
|
4
|
-
upload: {
|
|
5
|
-
float: "Insereix imatge"
|
|
6
|
-
},
|
|
7
|
-
panel: {
|
|
8
|
-
title: "Edita la imatge"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
"image-popup": {
|
|
12
|
-
replace: "Reemplaça",
|
|
13
|
-
delete: "Elimina",
|
|
14
|
-
edit: "Edita",
|
|
15
|
-
crop: "Retalla",
|
|
16
|
-
reset: "Restableix la mida"
|
|
17
|
-
},
|
|
18
|
-
"image-text-wrap": {
|
|
19
|
-
title: "Ajust del text",
|
|
20
|
-
wrappingStyle: "Estil d'ajust",
|
|
21
|
-
square: "Quadrat",
|
|
22
|
-
topAndBottom: "A dalt i a baix",
|
|
23
|
-
inline: "En línia amb el text",
|
|
24
|
-
behindText: "Darrere del text",
|
|
25
|
-
inFrontText: "Davant del text",
|
|
26
|
-
wrapText: "Ajusta el text",
|
|
27
|
-
bothSide: "Ambdós costats",
|
|
28
|
-
leftOnly: "Només esquerra",
|
|
29
|
-
rightOnly: "Només dreta",
|
|
30
|
-
distanceFromText: "Distància del text",
|
|
31
|
-
top: "A dalt(px)",
|
|
32
|
-
left: "Esquerra(px)",
|
|
33
|
-
bottom: "A baix(px)",
|
|
34
|
-
right: "Dreta(px)"
|
|
35
|
-
},
|
|
36
|
-
"image-position": {
|
|
37
|
-
title: "Posició",
|
|
38
|
-
horizontal: "Horitzontal",
|
|
39
|
-
vertical: "Vertical",
|
|
40
|
-
absolutePosition: "Posició absoluta(px)",
|
|
41
|
-
relativePosition: "Posició relativa",
|
|
42
|
-
toTheRightOf: "a la dreta de",
|
|
43
|
-
relativeTo: "relatiu a",
|
|
44
|
-
bellow: "a sota",
|
|
45
|
-
options: "Opcions",
|
|
46
|
-
moveObjectWithText: "Mou l'objecte amb el text",
|
|
47
|
-
column: "Columna",
|
|
48
|
-
margin: "Marge",
|
|
49
|
-
page: "Pàgina",
|
|
50
|
-
line: "Línia",
|
|
51
|
-
paragraph: "Paràgraf"
|
|
52
|
-
},
|
|
53
|
-
"update-status": {
|
|
54
|
-
exceedMaxSize: "La mida de la imatge supera el límit, el límit és {0}M",
|
|
55
|
-
invalidImageType: "Tipus d'imatge no vàlid",
|
|
56
|
-
exceedMaxCount: "Només es poden pujar {0} imatges alhora",
|
|
57
|
-
invalidImage: "Imatge no vàlida"
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
export {
|
|
61
|
-
e as default
|
|
62
|
-
};
|
|
1
|
+
const e={docImage:{title:`Imatge`,upload:{float:`Insereix imatge`},panel:{title:`Edita la imatge`}},"image-popup":{replace:`Reemplaça`,delete:`Elimina`,edit:`Edita`,crop:`Retalla`,reset:`Restableix la mida`},"image-text-wrap":{title:`Ajust del text`,wrappingStyle:`Estil d'ajust`,square:`Quadrat`,topAndBottom:`A dalt i a baix`,inline:`En línia amb el text`,behindText:`Darrere del text`,inFrontText:`Davant del text`,wrapText:`Ajusta el text`,bothSide:`Ambdós costats`,leftOnly:`Només esquerra`,rightOnly:`Només dreta`,distanceFromText:`Distància del text`,top:`A dalt(px)`,left:`Esquerra(px)`,bottom:`A baix(px)`,right:`Dreta(px)`},"image-position":{title:`Posició`,horizontal:`Horitzontal`,vertical:`Vertical`,absolutePosition:`Posició absoluta(px)`,relativePosition:`Posició relativa`,toTheRightOf:`a la dreta de`,relativeTo:`relatiu a`,bellow:`a sota`,options:`Opcions`,moveObjectWithText:`Mou l'objecte amb el text`,column:`Columna`,margin:`Marge`,page:`Pàgina`,line:`Línia`,paragraph:`Paràgraf`},"update-status":{exceedMaxSize:`La mida de la imatge supera el límit, el límit és {0}M`,invalidImageType:`Tipus d'imatge no vàlid`,exceedMaxCount:`Només es poden pujar {0} imatges alhora`,invalidImage:`Imatge no vàlida`}};export{e as default};
|
package/lib/locale/en-US.js
CHANGED
|
@@ -1,62 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
docImage: {
|
|
3
|
-
title: "Image",
|
|
4
|
-
upload: {
|
|
5
|
-
float: "Insert Image"
|
|
6
|
-
},
|
|
7
|
-
panel: {
|
|
8
|
-
title: "Edit Image"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
"image-popup": {
|
|
12
|
-
replace: "Replace",
|
|
13
|
-
delete: "Delete",
|
|
14
|
-
edit: "Edit",
|
|
15
|
-
crop: "Crop",
|
|
16
|
-
reset: "Reset Size"
|
|
17
|
-
},
|
|
18
|
-
"image-text-wrap": {
|
|
19
|
-
title: "Text Wrapping",
|
|
20
|
-
wrappingStyle: "Wrapping Style",
|
|
21
|
-
square: "Square",
|
|
22
|
-
topAndBottom: "Top and Bottom",
|
|
23
|
-
inline: "In line with text",
|
|
24
|
-
behindText: "Behind text",
|
|
25
|
-
inFrontText: "In front of text",
|
|
26
|
-
wrapText: "Wrap text",
|
|
27
|
-
bothSide: "Both sides",
|
|
28
|
-
leftOnly: "Left only",
|
|
29
|
-
rightOnly: "Right only",
|
|
30
|
-
distanceFromText: "Distance from text",
|
|
31
|
-
top: "Top(px)",
|
|
32
|
-
left: "Left(px)",
|
|
33
|
-
bottom: "Bottom(px)",
|
|
34
|
-
right: "Right(px)"
|
|
35
|
-
},
|
|
36
|
-
"image-position": {
|
|
37
|
-
title: "Position",
|
|
38
|
-
horizontal: "Horizontal",
|
|
39
|
-
vertical: "Vertical",
|
|
40
|
-
absolutePosition: "Absolute Position(px)",
|
|
41
|
-
relativePosition: "Relative Position",
|
|
42
|
-
toTheRightOf: "to the right of",
|
|
43
|
-
relativeTo: "relative to",
|
|
44
|
-
bellow: "bellow",
|
|
45
|
-
options: "Options",
|
|
46
|
-
moveObjectWithText: "Move object with text",
|
|
47
|
-
column: "Column",
|
|
48
|
-
margin: "Margin",
|
|
49
|
-
page: "Page",
|
|
50
|
-
line: "Line",
|
|
51
|
-
paragraph: "Paragraph"
|
|
52
|
-
},
|
|
53
|
-
"update-status": {
|
|
54
|
-
exceedMaxSize: "Image size exceeds limit, limit is {0}M",
|
|
55
|
-
invalidImageType: "Invalid image type",
|
|
56
|
-
exceedMaxCount: "Only {0} images can be uploaded at a time",
|
|
57
|
-
invalidImage: "Invalid image"
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
export {
|
|
61
|
-
e as default
|
|
62
|
-
};
|
|
1
|
+
const e={docImage:{title:`Image`,upload:{float:`Insert Image`},panel:{title:`Edit Image`}},"image-popup":{replace:`Replace`,delete:`Delete`,edit:`Edit`,crop:`Crop`,reset:`Reset Size`},"image-text-wrap":{title:`Text Wrapping`,wrappingStyle:`Wrapping Style`,square:`Square`,topAndBottom:`Top and Bottom`,inline:`In line with text`,behindText:`Behind text`,inFrontText:`In front of text`,wrapText:`Wrap text`,bothSide:`Both sides`,leftOnly:`Left only`,rightOnly:`Right only`,distanceFromText:`Distance from text`,top:`Top(px)`,left:`Left(px)`,bottom:`Bottom(px)`,right:`Right(px)`},"image-position":{title:`Position`,horizontal:`Horizontal`,vertical:`Vertical`,absolutePosition:`Absolute Position(px)`,relativePosition:`Relative Position`,toTheRightOf:`to the right of`,relativeTo:`relative to`,bellow:`bellow`,options:`Options`,moveObjectWithText:`Move object with text`,column:`Column`,margin:`Margin`,page:`Page`,line:`Line`,paragraph:`Paragraph`},"update-status":{exceedMaxSize:`Image size exceeds limit, limit is {0}M`,invalidImageType:`Invalid image type`,exceedMaxCount:`Only {0} images can be uploaded at a time`,invalidImage:`Invalid image`}};export{e as default};
|
package/lib/locale/es-ES.js
CHANGED
|
@@ -1,62 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
docImage: {
|
|
3
|
-
title: "Imagen",
|
|
4
|
-
upload: {
|
|
5
|
-
float: "Insertar imagen"
|
|
6
|
-
},
|
|
7
|
-
panel: {
|
|
8
|
-
title: "Editar imagen"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
"image-popup": {
|
|
12
|
-
replace: "Reemplazar",
|
|
13
|
-
delete: "Eliminar",
|
|
14
|
-
edit: "Editar",
|
|
15
|
-
crop: "Recortar",
|
|
16
|
-
reset: "Restablecer tamaño"
|
|
17
|
-
},
|
|
18
|
-
"image-text-wrap": {
|
|
19
|
-
title: "Ajuste de texto",
|
|
20
|
-
wrappingStyle: "Estilo de ajuste",
|
|
21
|
-
square: "Cuadrado",
|
|
22
|
-
topAndBottom: "Arriba y abajo",
|
|
23
|
-
inline: "En línea con el texto",
|
|
24
|
-
behindText: "Detrás del texto",
|
|
25
|
-
inFrontText: "Delante del texto",
|
|
26
|
-
wrapText: "Ajustar texto",
|
|
27
|
-
bothSide: "Ambos lados",
|
|
28
|
-
leftOnly: "Solo izquierda",
|
|
29
|
-
rightOnly: "Solo derecha",
|
|
30
|
-
distanceFromText: "Distancia del texto",
|
|
31
|
-
top: "Arriba(px)",
|
|
32
|
-
left: "Izquierda(px)",
|
|
33
|
-
bottom: "Abajo(px)",
|
|
34
|
-
right: "Derecha(px)"
|
|
35
|
-
},
|
|
36
|
-
"image-position": {
|
|
37
|
-
title: "Posición",
|
|
38
|
-
horizontal: "Horizontal",
|
|
39
|
-
vertical: "Vertical",
|
|
40
|
-
absolutePosition: "Posición absoluta(px)",
|
|
41
|
-
relativePosition: "Posición relativa",
|
|
42
|
-
toTheRightOf: "a la derecha de",
|
|
43
|
-
relativeTo: "relativo a",
|
|
44
|
-
bellow: "debajo",
|
|
45
|
-
options: "Opciones",
|
|
46
|
-
moveObjectWithText: "Mover objeto con el texto",
|
|
47
|
-
column: "Columna",
|
|
48
|
-
margin: "Margen",
|
|
49
|
-
page: "Página",
|
|
50
|
-
line: "Línea",
|
|
51
|
-
paragraph: "Párrafo"
|
|
52
|
-
},
|
|
53
|
-
"update-status": {
|
|
54
|
-
exceedMaxSize: "El tamaño de la imagen excede el límite, el límite es {0}M",
|
|
55
|
-
invalidImageType: "Tipo de imagen no válido",
|
|
56
|
-
exceedMaxCount: "Solo se pueden subir {0} imágenes a la vez",
|
|
57
|
-
invalidImage: "Imagen no válida"
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
export {
|
|
61
|
-
e as default
|
|
62
|
-
};
|
|
1
|
+
const e={docImage:{title:`Imagen`,upload:{float:`Insertar imagen`},panel:{title:`Editar imagen`}},"image-popup":{replace:`Reemplazar`,delete:`Eliminar`,edit:`Editar`,crop:`Recortar`,reset:`Restablecer tamaño`},"image-text-wrap":{title:`Ajuste de texto`,wrappingStyle:`Estilo de ajuste`,square:`Cuadrado`,topAndBottom:`Arriba y abajo`,inline:`En línea con el texto`,behindText:`Detrás del texto`,inFrontText:`Delante del texto`,wrapText:`Ajustar texto`,bothSide:`Ambos lados`,leftOnly:`Solo izquierda`,rightOnly:`Solo derecha`,distanceFromText:`Distancia del texto`,top:`Arriba(px)`,left:`Izquierda(px)`,bottom:`Abajo(px)`,right:`Derecha(px)`},"image-position":{title:`Posición`,horizontal:`Horizontal`,vertical:`Vertical`,absolutePosition:`Posición absoluta(px)`,relativePosition:`Posición relativa`,toTheRightOf:`a la derecha de`,relativeTo:`relativo a`,bellow:`debajo`,options:`Opciones`,moveObjectWithText:`Mover objeto con el texto`,column:`Columna`,margin:`Margen`,page:`Página`,line:`Línea`,paragraph:`Párrafo`},"update-status":{exceedMaxSize:`El tamaño de la imagen excede el límite, el límite es {0}M`,invalidImageType:`Tipo de imagen no válido`,exceedMaxCount:`Solo se pueden subir {0} imágenes a la vez`,invalidImage:`Imagen no válida`}};export{e as default};
|
package/lib/locale/fa-IR.js
CHANGED
|
@@ -1,62 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
docImage: {
|
|
3
|
-
title: "تصویر",
|
|
4
|
-
upload: {
|
|
5
|
-
float: "درج تصویر"
|
|
6
|
-
},
|
|
7
|
-
panel: {
|
|
8
|
-
title: "ویرایش تصویر"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
"image-popup": {
|
|
12
|
-
replace: "تعویض",
|
|
13
|
-
delete: "حذف",
|
|
14
|
-
edit: "ویرایش",
|
|
15
|
-
crop: "کراپ",
|
|
16
|
-
reset: "بازنشانی اندازه"
|
|
17
|
-
},
|
|
18
|
-
"image-text-wrap": {
|
|
19
|
-
title: "پیچش متن",
|
|
20
|
-
wrappingStyle: "سبک پیچش",
|
|
21
|
-
square: "مربع",
|
|
22
|
-
topAndBottom: "بالا و پایین",
|
|
23
|
-
inline: "در یک خط با متن",
|
|
24
|
-
behindText: "پشت متن",
|
|
25
|
-
inFrontText: "جلوی متن",
|
|
26
|
-
wrapText: "پیچش متن",
|
|
27
|
-
bothSide: "هر دو طرف",
|
|
28
|
-
leftOnly: "فقط سمت چپ",
|
|
29
|
-
rightOnly: "فقط سمت راست",
|
|
30
|
-
distanceFromText: "فاصله از متن",
|
|
31
|
-
top: "بالا(px)",
|
|
32
|
-
left: "چپ(px)",
|
|
33
|
-
bottom: "پایین(px)",
|
|
34
|
-
right: "راست(px)"
|
|
35
|
-
},
|
|
36
|
-
"image-position": {
|
|
37
|
-
title: "موقعیت",
|
|
38
|
-
horizontal: "افقی",
|
|
39
|
-
vertical: "عمودی",
|
|
40
|
-
absolutePosition: "موقعیت مطلق(px)",
|
|
41
|
-
relativePosition: "موقعیت نسبی",
|
|
42
|
-
toTheRightOf: "سمت راست",
|
|
43
|
-
relativeTo: "نسبت به",
|
|
44
|
-
bellow: "زیر",
|
|
45
|
-
options: "گزینهها",
|
|
46
|
-
moveObjectWithText: "جابهجایی شیء با متن",
|
|
47
|
-
column: "ستون",
|
|
48
|
-
margin: "حاشیه",
|
|
49
|
-
page: "صفحه",
|
|
50
|
-
line: "خط",
|
|
51
|
-
paragraph: "پاراگراف"
|
|
52
|
-
},
|
|
53
|
-
"update-status": {
|
|
54
|
-
exceedMaxSize: "اندازه تصویر از حد مجاز فراتر رفته است، حد مجاز {0}M است",
|
|
55
|
-
invalidImageType: "نوع تصویر نامعتبر است",
|
|
56
|
-
exceedMaxCount: "فقط {0} تصویر میتوانند همزمان آپلود شوند",
|
|
57
|
-
invalidImage: "تصویر نامعتبر است"
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
export {
|
|
61
|
-
e as default
|
|
62
|
-
};
|
|
1
|
+
const e={docImage:{title:`تصویر`,upload:{float:`درج تصویر`},panel:{title:`ویرایش تصویر`}},"image-popup":{replace:`تعویض`,delete:`حذف`,edit:`ویرایش`,crop:`کراپ`,reset:`بازنشانی اندازه`},"image-text-wrap":{title:`پیچش متن`,wrappingStyle:`سبک پیچش`,square:`مربع`,topAndBottom:`بالا و پایین`,inline:`در یک خط با متن`,behindText:`پشت متن`,inFrontText:`جلوی متن`,wrapText:`پیچش متن`,bothSide:`هر دو طرف`,leftOnly:`فقط سمت چپ`,rightOnly:`فقط سمت راست`,distanceFromText:`فاصله از متن`,top:`بالا(px)`,left:`چپ(px)`,bottom:`پایین(px)`,right:`راست(px)`},"image-position":{title:`موقعیت`,horizontal:`افقی`,vertical:`عمودی`,absolutePosition:`موقعیت مطلق(px)`,relativePosition:`موقعیت نسبی`,toTheRightOf:`سمت راست`,relativeTo:`نسبت به`,bellow:`زیر`,options:`گزینهها`,moveObjectWithText:`جابهجایی شیء با متن`,column:`ستون`,margin:`حاشیه`,page:`صفحه`,line:`خط`,paragraph:`پاراگراف`},"update-status":{exceedMaxSize:`اندازه تصویر از حد مجاز فراتر رفته است، حد مجاز {0}M است`,invalidImageType:`نوع تصویر نامعتبر است`,exceedMaxCount:`فقط {0} تصویر میتوانند همزمان آپلود شوند`,invalidImage:`تصویر نامعتبر است`}};export{e as default};
|
package/lib/locale/fr-FR.js
CHANGED
|
@@ -1,62 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
docImage: {
|
|
3
|
-
title: "Image",
|
|
4
|
-
upload: {
|
|
5
|
-
float: "Insérer une image"
|
|
6
|
-
},
|
|
7
|
-
panel: {
|
|
8
|
-
title: "Modifier l'image"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
"image-popup": {
|
|
12
|
-
replace: "Remplacer",
|
|
13
|
-
delete: "Supprimer",
|
|
14
|
-
edit: "Modifier",
|
|
15
|
-
crop: "Rogner",
|
|
16
|
-
reset: "Réinitialiser la taille"
|
|
17
|
-
},
|
|
18
|
-
"image-text-wrap": {
|
|
19
|
-
title: "Habillage du texte",
|
|
20
|
-
wrappingStyle: "Style d'habillage",
|
|
21
|
-
square: "Carré",
|
|
22
|
-
topAndBottom: "Haut et bas",
|
|
23
|
-
inline: "Aligné avec le texte",
|
|
24
|
-
behindText: "Derrière le texte",
|
|
25
|
-
inFrontText: "Devant le texte",
|
|
26
|
-
wrapText: "Habiller le texte",
|
|
27
|
-
bothSide: "Des deux côtés",
|
|
28
|
-
leftOnly: "Seulement à gauche",
|
|
29
|
-
rightOnly: "Seulement à droite",
|
|
30
|
-
distanceFromText: "Distance du texte",
|
|
31
|
-
top: "Haut(px)",
|
|
32
|
-
left: "Gauche(px)",
|
|
33
|
-
bottom: "Bas(px)",
|
|
34
|
-
right: "Droite(px)"
|
|
35
|
-
},
|
|
36
|
-
"image-position": {
|
|
37
|
-
title: "Position",
|
|
38
|
-
horizontal: "Horizontal",
|
|
39
|
-
vertical: "Vertical",
|
|
40
|
-
absolutePosition: "Position absolue(px)",
|
|
41
|
-
relativePosition: "Position relative",
|
|
42
|
-
toTheRightOf: "à droite de",
|
|
43
|
-
relativeTo: "par rapport à",
|
|
44
|
-
bellow: "en dessous",
|
|
45
|
-
options: "Options",
|
|
46
|
-
moveObjectWithText: "Déplacer l'objet avec le texte",
|
|
47
|
-
column: "Colonne",
|
|
48
|
-
margin: "Marge",
|
|
49
|
-
page: "Page",
|
|
50
|
-
line: "Ligne",
|
|
51
|
-
paragraph: "Paragraphe"
|
|
52
|
-
},
|
|
53
|
-
"update-status": {
|
|
54
|
-
exceedMaxSize: "La taille de l'image dépasse la limite, la limite est de {0}M",
|
|
55
|
-
invalidImageType: "Type d'image invalide",
|
|
56
|
-
exceedMaxCount: "Seulement {0} images peuvent être téléchargées à la fois",
|
|
57
|
-
invalidImage: "Image invalide"
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
export {
|
|
61
|
-
e as default
|
|
62
|
-
};
|
|
1
|
+
const e={docImage:{title:`Image`,upload:{float:`Insérer une image`},panel:{title:`Modifier l'image`}},"image-popup":{replace:`Remplacer`,delete:`Supprimer`,edit:`Modifier`,crop:`Rogner`,reset:`Réinitialiser la taille`},"image-text-wrap":{title:`Habillage du texte`,wrappingStyle:`Style d'habillage`,square:`Carré`,topAndBottom:`Haut et bas`,inline:`Aligné avec le texte`,behindText:`Derrière le texte`,inFrontText:`Devant le texte`,wrapText:`Habiller le texte`,bothSide:`Des deux côtés`,leftOnly:`Seulement à gauche`,rightOnly:`Seulement à droite`,distanceFromText:`Distance du texte`,top:`Haut(px)`,left:`Gauche(px)`,bottom:`Bas(px)`,right:`Droite(px)`},"image-position":{title:`Position`,horizontal:`Horizontal`,vertical:`Vertical`,absolutePosition:`Position absolue(px)`,relativePosition:`Position relative`,toTheRightOf:`à droite de`,relativeTo:`par rapport à`,bellow:`en dessous`,options:`Options`,moveObjectWithText:`Déplacer l'objet avec le texte`,column:`Colonne`,margin:`Marge`,page:`Page`,line:`Ligne`,paragraph:`Paragraphe`},"update-status":{exceedMaxSize:`La taille de l'image dépasse la limite, la limite est de {0}M`,invalidImageType:`Type d'image invalide`,exceedMaxCount:`Seulement {0} images peuvent être téléchargées à la fois`,invalidImage:`Image invalide`}};export{e as default};
|
package/lib/locale/ja-JP.js
CHANGED
|
@@ -1,62 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
docImage: {
|
|
3
|
-
title: "画像",
|
|
4
|
-
upload: {
|
|
5
|
-
float: "画像を挿入"
|
|
6
|
-
},
|
|
7
|
-
panel: {
|
|
8
|
-
title: "画像の編集"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
"image-popup": {
|
|
12
|
-
replace: "置換",
|
|
13
|
-
delete: "削除",
|
|
14
|
-
edit: "編集",
|
|
15
|
-
crop: "トリミング",
|
|
16
|
-
reset: "サイズをリセット"
|
|
17
|
-
},
|
|
18
|
-
"image-text-wrap": {
|
|
19
|
-
title: "文字列の折り返し",
|
|
20
|
-
wrappingStyle: "折り返しのスタイル",
|
|
21
|
-
square: "四角形",
|
|
22
|
-
topAndBottom: "上下",
|
|
23
|
-
inline: "行内",
|
|
24
|
-
behindText: "文字列の背面",
|
|
25
|
-
inFrontText: "文字列の前面",
|
|
26
|
-
wrapText: "文字列の折り返し",
|
|
27
|
-
bothSide: "両側",
|
|
28
|
-
leftOnly: "左のみ",
|
|
29
|
-
rightOnly: "右のみ",
|
|
30
|
-
distanceFromText: "文字列からの距離",
|
|
31
|
-
top: "上(px)",
|
|
32
|
-
left: "左(px)",
|
|
33
|
-
bottom: "下(px)",
|
|
34
|
-
right: "右(px)"
|
|
35
|
-
},
|
|
36
|
-
"image-position": {
|
|
37
|
-
title: "位置",
|
|
38
|
-
horizontal: "水平方向",
|
|
39
|
-
vertical: "垂直方向",
|
|
40
|
-
absolutePosition: "絶対位置(px)",
|
|
41
|
-
relativePosition: "相対位置",
|
|
42
|
-
toTheRightOf: "右側に",
|
|
43
|
-
relativeTo: "基準に対して",
|
|
44
|
-
bellow: "下に",
|
|
45
|
-
options: "オプション",
|
|
46
|
-
moveObjectWithText: "文字列と一緒にオブジェクトを移動",
|
|
47
|
-
column: "列",
|
|
48
|
-
margin: "余白",
|
|
49
|
-
page: "ページ",
|
|
50
|
-
line: "行",
|
|
51
|
-
paragraph: "段落"
|
|
52
|
-
},
|
|
53
|
-
"update-status": {
|
|
54
|
-
exceedMaxSize: "画像のサイズが制限を超えています。制限: {0}MB",
|
|
55
|
-
invalidImageType: "無効な画像形式です",
|
|
56
|
-
exceedMaxCount: "一度にアップロードできる最大数は{0}件です",
|
|
57
|
-
invalidImage: "無効な画像です"
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
export {
|
|
61
|
-
e as default
|
|
62
|
-
};
|
|
1
|
+
const e={docImage:{title:`画像`,upload:{float:`画像を挿入`},panel:{title:`画像の編集`}},"image-popup":{replace:`置換`,delete:`削除`,edit:`編集`,crop:`トリミング`,reset:`サイズをリセット`},"image-text-wrap":{title:`文字列の折り返し`,wrappingStyle:`折り返しのスタイル`,square:`四角形`,topAndBottom:`上下`,inline:`行内`,behindText:`文字列の背面`,inFrontText:`文字列の前面`,wrapText:`文字列の折り返し`,bothSide:`両側`,leftOnly:`左のみ`,rightOnly:`右のみ`,distanceFromText:`文字列からの距離`,top:`上(px)`,left:`左(px)`,bottom:`下(px)`,right:`右(px)`},"image-position":{title:`位置`,horizontal:`水平方向`,vertical:`垂直方向`,absolutePosition:`絶対位置(px)`,relativePosition:`相対位置`,toTheRightOf:`右側に`,relativeTo:`基準に対して`,bellow:`下に`,options:`オプション`,moveObjectWithText:`文字列と一緒にオブジェクトを移動`,column:`列`,margin:`余白`,page:`ページ`,line:`行`,paragraph:`段落`},"update-status":{exceedMaxSize:`画像のサイズが制限を超えています。制限: {0}MB`,invalidImageType:`無効な画像形式です`,exceedMaxCount:`一度にアップロードできる最大数は{0}件です`,invalidImage:`無効な画像です`}};export{e as default};
|
package/lib/locale/ko-KR.js
CHANGED
|
@@ -1,62 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
docImage: {
|
|
3
|
-
title: "이미지",
|
|
4
|
-
upload: {
|
|
5
|
-
float: "이미지 삽입"
|
|
6
|
-
},
|
|
7
|
-
panel: {
|
|
8
|
-
title: "이미지 편집"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
"image-popup": {
|
|
12
|
-
replace: "교체",
|
|
13
|
-
delete: "삭제",
|
|
14
|
-
edit: "편집",
|
|
15
|
-
crop: "자르기",
|
|
16
|
-
reset: "크기 초기화"
|
|
17
|
-
},
|
|
18
|
-
"image-text-wrap": {
|
|
19
|
-
title: "텍스트 감싸기",
|
|
20
|
-
wrappingStyle: "감싸기 스타일",
|
|
21
|
-
square: "사각형",
|
|
22
|
-
topAndBottom: "위아래",
|
|
23
|
-
inline: "텍스트와 같은 줄",
|
|
24
|
-
behindText: "텍스트 뒤",
|
|
25
|
-
inFrontText: "텍스트 앞",
|
|
26
|
-
wrapText: "텍스트 감싸기",
|
|
27
|
-
bothSide: "양쪽",
|
|
28
|
-
leftOnly: "왼쪽만",
|
|
29
|
-
rightOnly: "오른쪽만",
|
|
30
|
-
distanceFromText: "텍스트와 거리",
|
|
31
|
-
top: "위(px)",
|
|
32
|
-
left: "왼쪽(px)",
|
|
33
|
-
bottom: "아래(px)",
|
|
34
|
-
right: "오른쪽(px)"
|
|
35
|
-
},
|
|
36
|
-
"image-position": {
|
|
37
|
-
title: "위치",
|
|
38
|
-
horizontal: "수평",
|
|
39
|
-
vertical: "수직",
|
|
40
|
-
absolutePosition: "절대 위치(px)",
|
|
41
|
-
relativePosition: "상대 위치",
|
|
42
|
-
toTheRightOf: "우측에",
|
|
43
|
-
relativeTo: "상대적으로",
|
|
44
|
-
bellow: "아래에",
|
|
45
|
-
options: "옵션",
|
|
46
|
-
moveObjectWithText: "텍스트와 함께 객체 이동",
|
|
47
|
-
column: "열",
|
|
48
|
-
margin: "여백",
|
|
49
|
-
page: "페이지",
|
|
50
|
-
line: "줄",
|
|
51
|
-
paragraph: "문단"
|
|
52
|
-
},
|
|
53
|
-
"update-status": {
|
|
54
|
-
exceedMaxSize: "이미지 크기가 제한을 초과했습니다. 제한: {0}MB",
|
|
55
|
-
invalidImageType: "유효하지 않은 이미지 유형입니다",
|
|
56
|
-
exceedMaxCount: "한 번에 최대 {0}개만 업로드할 수 있습니다",
|
|
57
|
-
invalidImage: "유효하지 않은 이미지입니다"
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
export {
|
|
61
|
-
e as default
|
|
62
|
-
};
|
|
1
|
+
const e={docImage:{title:`이미지`,upload:{float:`이미지 삽입`},panel:{title:`이미지 편집`}},"image-popup":{replace:`교체`,delete:`삭제`,edit:`편집`,crop:`자르기`,reset:`크기 초기화`},"image-text-wrap":{title:`텍스트 감싸기`,wrappingStyle:`감싸기 스타일`,square:`사각형`,topAndBottom:`위아래`,inline:`텍스트와 같은 줄`,behindText:`텍스트 뒤`,inFrontText:`텍스트 앞`,wrapText:`텍스트 감싸기`,bothSide:`양쪽`,leftOnly:`왼쪽만`,rightOnly:`오른쪽만`,distanceFromText:`텍스트와 거리`,top:`위(px)`,left:`왼쪽(px)`,bottom:`아래(px)`,right:`오른쪽(px)`},"image-position":{title:`위치`,horizontal:`수평`,vertical:`수직`,absolutePosition:`절대 위치(px)`,relativePosition:`상대 위치`,toTheRightOf:`우측에`,relativeTo:`상대적으로`,bellow:`아래에`,options:`옵션`,moveObjectWithText:`텍스트와 함께 객체 이동`,column:`열`,margin:`여백`,page:`페이지`,line:`줄`,paragraph:`문단`},"update-status":{exceedMaxSize:`이미지 크기가 제한을 초과했습니다. 제한: {0}MB`,invalidImageType:`유효하지 않은 이미지 유형입니다`,exceedMaxCount:`한 번에 최대 {0}개만 업로드할 수 있습니다`,invalidImage:`유효하지 않은 이미지입니다`}};export{e as default};
|
package/lib/locale/ru-RU.js
CHANGED
|
@@ -1,62 +1 @@
|
|
|
1
|
-
const
|
|
2
|
-
docImage: {
|
|
3
|
-
title: "Изображение",
|
|
4
|
-
upload: {
|
|
5
|
-
float: "Вставить изображение"
|
|
6
|
-
},
|
|
7
|
-
panel: {
|
|
8
|
-
title: "Редактировать изображение"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
"image-popup": {
|
|
12
|
-
replace: "Заменить",
|
|
13
|
-
delete: "Удалить",
|
|
14
|
-
edit: "Редактировать",
|
|
15
|
-
crop: "Обрезать",
|
|
16
|
-
reset: "Сбросить размер"
|
|
17
|
-
},
|
|
18
|
-
"image-text-wrap": {
|
|
19
|
-
title: "Text Wrapping",
|
|
20
|
-
wrappingStyle: "Wrapping Style",
|
|
21
|
-
square: "Square",
|
|
22
|
-
topAndBottom: "Top and Bottom",
|
|
23
|
-
inline: "In line with text",
|
|
24
|
-
behindText: "Behind text",
|
|
25
|
-
inFrontText: "In front of text",
|
|
26
|
-
wrapText: "Wrap text",
|
|
27
|
-
bothSide: "Both sides",
|
|
28
|
-
leftOnly: "Left only",
|
|
29
|
-
rightOnly: "Right only",
|
|
30
|
-
distanceFromText: "Distance from text",
|
|
31
|
-
top: "Top(px)",
|
|
32
|
-
left: "Left(px)",
|
|
33
|
-
bottom: "Bottom(px)",
|
|
34
|
-
right: "Right(px)"
|
|
35
|
-
},
|
|
36
|
-
"image-position": {
|
|
37
|
-
title: "Position",
|
|
38
|
-
horizontal: "Horizontal",
|
|
39
|
-
vertical: "Vertical",
|
|
40
|
-
absolutePosition: "Absolute Position(px)",
|
|
41
|
-
relativePosition: "Relative Position",
|
|
42
|
-
toTheRightOf: "to the right of",
|
|
43
|
-
relativeTo: "relative to",
|
|
44
|
-
bellow: "bellow",
|
|
45
|
-
options: "Options",
|
|
46
|
-
moveObjectWithText: "Move object with text",
|
|
47
|
-
column: "Column",
|
|
48
|
-
margin: "Margin",
|
|
49
|
-
page: "Page",
|
|
50
|
-
line: "Line",
|
|
51
|
-
paragraph: "Paragraph"
|
|
52
|
-
},
|
|
53
|
-
"update-status": {
|
|
54
|
-
exceedMaxSize: "Размер изображения превышает лимит, лимит составляет {0}М",
|
|
55
|
-
invalidImageType: "Недопустимый тип изображения",
|
|
56
|
-
exceedMaxCount: "За один раз можно загрузить только {0} изображений",
|
|
57
|
-
invalidImage: "Недопустимое изображение"
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
export {
|
|
61
|
-
t as default
|
|
62
|
-
};
|
|
1
|
+
const e={docImage:{title:`Изображение`,upload:{float:`Вставить изображение`},panel:{title:`Редактировать изображение`}},"image-popup":{replace:`Заменить`,delete:`Удалить`,edit:`Редактировать`,crop:`Обрезать`,reset:`Сбросить размер`},"image-text-wrap":{title:`Text Wrapping`,wrappingStyle:`Wrapping Style`,square:`Square`,topAndBottom:`Top and Bottom`,inline:`In line with text`,behindText:`Behind text`,inFrontText:`In front of text`,wrapText:`Wrap text`,bothSide:`Both sides`,leftOnly:`Left only`,rightOnly:`Right only`,distanceFromText:`Distance from text`,top:`Top(px)`,left:`Left(px)`,bottom:`Bottom(px)`,right:`Right(px)`},"image-position":{title:`Position`,horizontal:`Horizontal`,vertical:`Vertical`,absolutePosition:`Absolute Position(px)`,relativePosition:`Relative Position`,toTheRightOf:`to the right of`,relativeTo:`relative to`,bellow:`bellow`,options:`Options`,moveObjectWithText:`Move object with text`,column:`Column`,margin:`Margin`,page:`Page`,line:`Line`,paragraph:`Paragraph`},"update-status":{exceedMaxSize:`Размер изображения превышает лимит, лимит составляет {0}М`,invalidImageType:`Недопустимый тип изображения`,exceedMaxCount:`За один раз можно загрузить только {0} изображений`,invalidImage:`Недопустимое изображение`}};export{e as default};
|
package/lib/locale/sk-SK.js
CHANGED
|
@@ -1,62 +1 @@
|
|
|
1
|
-
const e
|
|
2
|
-
docImage: {
|
|
3
|
-
title: "Obrázok",
|
|
4
|
-
upload: {
|
|
5
|
-
float: "Vložiť obrázok"
|
|
6
|
-
},
|
|
7
|
-
panel: {
|
|
8
|
-
title: "Upraviť obrázok"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
"image-popup": {
|
|
12
|
-
replace: "Nahradiť",
|
|
13
|
-
delete: "Odstrániť",
|
|
14
|
-
edit: "Upraviť",
|
|
15
|
-
crop: "Orezať",
|
|
16
|
-
reset: "Obnoviť veľkosť"
|
|
17
|
-
},
|
|
18
|
-
"image-text-wrap": {
|
|
19
|
-
title: "Obtekanie textu",
|
|
20
|
-
wrappingStyle: "Štýl obtekania",
|
|
21
|
-
square: "Obdĺžnikové",
|
|
22
|
-
topAndBottom: "Hore a dole",
|
|
23
|
-
inline: "V riadku s textom",
|
|
24
|
-
behindText: "Za textom",
|
|
25
|
-
inFrontText: "Pred textom",
|
|
26
|
-
wrapText: "Obtekať text",
|
|
27
|
-
bothSide: "Obe strany",
|
|
28
|
-
leftOnly: "Len ľavá",
|
|
29
|
-
rightOnly: "Len pravá",
|
|
30
|
-
distanceFromText: "Vzdialenosť od textu",
|
|
31
|
-
top: "Hore (px)",
|
|
32
|
-
left: "Vľavo (px)",
|
|
33
|
-
bottom: "Dole (px)",
|
|
34
|
-
right: "Vpravo (px)"
|
|
35
|
-
},
|
|
36
|
-
"image-position": {
|
|
37
|
-
title: "Pozícia",
|
|
38
|
-
horizontal: "Vodorovne",
|
|
39
|
-
vertical: "Zvisle",
|
|
40
|
-
absolutePosition: "Absolútna pozícia (px)",
|
|
41
|
-
relativePosition: "Relatívna pozícia",
|
|
42
|
-
toTheRightOf: "vpravo od",
|
|
43
|
-
relativeTo: "vzhľadom na",
|
|
44
|
-
bellow: "pod",
|
|
45
|
-
options: "Možnosti",
|
|
46
|
-
moveObjectWithText: "Presunúť objekt s textom",
|
|
47
|
-
column: "Stĺpec",
|
|
48
|
-
margin: "Okraj",
|
|
49
|
-
page: "Strana",
|
|
50
|
-
line: "Riadok",
|
|
51
|
-
paragraph: "Odsek"
|
|
52
|
-
},
|
|
53
|
-
"update-status": {
|
|
54
|
-
exceedMaxSize: "Veľkosť obrázka prekračuje limit, limit je {0}M",
|
|
55
|
-
invalidImageType: "Neplatný typ obrázka",
|
|
56
|
-
exceedMaxCount: "Naraz možno nahrať iba {0} obrázkov",
|
|
57
|
-
invalidImage: "Neplatný obrázok"
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
export {
|
|
61
|
-
e as default
|
|
62
|
-
};
|
|
1
|
+
const e={docImage:{title:`Obrázok`,upload:{float:`Vložiť obrázok`},panel:{title:`Upraviť obrázok`}},"image-popup":{replace:`Nahradiť`,delete:`Odstrániť`,edit:`Upraviť`,crop:`Orezať`,reset:`Obnoviť veľkosť`},"image-text-wrap":{title:`Obtekanie textu`,wrappingStyle:`Štýl obtekania`,square:`Obdĺžnikové`,topAndBottom:`Hore a dole`,inline:`V riadku s textom`,behindText:`Za textom`,inFrontText:`Pred textom`,wrapText:`Obtekať text`,bothSide:`Obe strany`,leftOnly:`Len ľavá`,rightOnly:`Len pravá`,distanceFromText:`Vzdialenosť od textu`,top:`Hore (px)`,left:`Vľavo (px)`,bottom:`Dole (px)`,right:`Vpravo (px)`},"image-position":{title:`Pozícia`,horizontal:`Vodorovne`,vertical:`Zvisle`,absolutePosition:`Absolútna pozícia (px)`,relativePosition:`Relatívna pozícia`,toTheRightOf:`vpravo od`,relativeTo:`vzhľadom na`,bellow:`pod`,options:`Možnosti`,moveObjectWithText:`Presunúť objekt s textom`,column:`Stĺpec`,margin:`Okraj`,page:`Strana`,line:`Riadok`,paragraph:`Odsek`},"update-status":{exceedMaxSize:`Veľkosť obrázka prekračuje limit, limit je {0}M`,invalidImageType:`Neplatný typ obrázka`,exceedMaxCount:`Naraz možno nahrať iba {0} obrázkov`,invalidImage:`Neplatný obrázok`}};export{e as default};
|
package/lib/locale/vi-VN.js
CHANGED
|
@@ -1,62 +1 @@
|
|
|
1
|
-
const t
|
|
2
|
-
docImage: {
|
|
3
|
-
title: "Hình ảnh",
|
|
4
|
-
upload: {
|
|
5
|
-
float: "Chèn hình ảnh"
|
|
6
|
-
},
|
|
7
|
-
panel: {
|
|
8
|
-
title: "Chỉnh sửa hình ảnh"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
"image-popup": {
|
|
12
|
-
replace: "Thay thế",
|
|
13
|
-
delete: "Xóa",
|
|
14
|
-
edit: "Chỉnh sửa",
|
|
15
|
-
crop: "Cắt",
|
|
16
|
-
reset: "Đặt lại kích thước"
|
|
17
|
-
},
|
|
18
|
-
"image-text-wrap": {
|
|
19
|
-
title: "Text Wrapping",
|
|
20
|
-
wrappingStyle: "Wrapping Style",
|
|
21
|
-
square: "Square",
|
|
22
|
-
topAndBottom: "Top and Bottom",
|
|
23
|
-
inline: "In line with text",
|
|
24
|
-
behindText: "Behind text",
|
|
25
|
-
inFrontText: "In front of text",
|
|
26
|
-
wrapText: "Wrap text",
|
|
27
|
-
bothSide: "Both sides",
|
|
28
|
-
leftOnly: "Left only",
|
|
29
|
-
rightOnly: "Right only",
|
|
30
|
-
distanceFromText: "Distance from text",
|
|
31
|
-
top: "Top(px)",
|
|
32
|
-
left: "Left(px)",
|
|
33
|
-
bottom: "Bottom(px)",
|
|
34
|
-
right: "Right(px)"
|
|
35
|
-
},
|
|
36
|
-
"image-position": {
|
|
37
|
-
title: "Position",
|
|
38
|
-
horizontal: "Horizontal",
|
|
39
|
-
vertical: "Vertical",
|
|
40
|
-
absolutePosition: "Absolute Position(px)",
|
|
41
|
-
relativePosition: "Relative Position",
|
|
42
|
-
toTheRightOf: "to the right of",
|
|
43
|
-
relativeTo: "relative to",
|
|
44
|
-
bellow: "bellow",
|
|
45
|
-
options: "Options",
|
|
46
|
-
moveObjectWithText: "Move object with text",
|
|
47
|
-
column: "Column",
|
|
48
|
-
margin: "Margin",
|
|
49
|
-
page: "Page",
|
|
50
|
-
line: "Line",
|
|
51
|
-
paragraph: "Paragraph"
|
|
52
|
-
},
|
|
53
|
-
"update-status": {
|
|
54
|
-
exceedMaxSize: "Kích thước hình ảnh vượt quá giới hạn, giới hạn là {0}M",
|
|
55
|
-
invalidImageType: "Loại hình ảnh không hợp lệ",
|
|
56
|
-
exceedMaxCount: "Chỉ có thể tải lên tối đa {0} hình ảnh một lần",
|
|
57
|
-
invalidImage: "Hình ảnh không hợp lệ"
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
export {
|
|
61
|
-
t as default
|
|
62
|
-
};
|
|
1
|
+
const e={docImage:{title:`Hình ảnh`,upload:{float:`Chèn hình ảnh`},panel:{title:`Chỉnh sửa hình ảnh`}},"image-popup":{replace:`Thay thế`,delete:`Xóa`,edit:`Chỉnh sửa`,crop:`Cắt`,reset:`Đặt lại kích thước`},"image-text-wrap":{title:`Text Wrapping`,wrappingStyle:`Wrapping Style`,square:`Square`,topAndBottom:`Top and Bottom`,inline:`In line with text`,behindText:`Behind text`,inFrontText:`In front of text`,wrapText:`Wrap text`,bothSide:`Both sides`,leftOnly:`Left only`,rightOnly:`Right only`,distanceFromText:`Distance from text`,top:`Top(px)`,left:`Left(px)`,bottom:`Bottom(px)`,right:`Right(px)`},"image-position":{title:`Position`,horizontal:`Horizontal`,vertical:`Vertical`,absolutePosition:`Absolute Position(px)`,relativePosition:`Relative Position`,toTheRightOf:`to the right of`,relativeTo:`relative to`,bellow:`bellow`,options:`Options`,moveObjectWithText:`Move object with text`,column:`Column`,margin:`Margin`,page:`Page`,line:`Line`,paragraph:`Paragraph`},"update-status":{exceedMaxSize:`Kích thước hình ảnh vượt quá giới hạn, giới hạn là {0}M`,invalidImageType:`Loại hình ảnh không hợp lệ`,exceedMaxCount:`Chỉ có thể tải lên tối đa {0} hình ảnh một lần`,invalidImage:`Hình ảnh không hợp lệ`}};export{e as default};
|