@univerjs/docs-drawing-ui 0.9.2 → 0.9.3-nightly.202507250819

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.
@@ -0,0 +1,62 @@
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
+ };
@@ -0,0 +1,62 @@
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
+ };