email-builder-online 2.2.2 → 2.2.3

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.
@@ -1,214 +1,214 @@
1
- declare const _default: {
2
- "header": {
3
- "undo": "Deshacer (CTRL + Z)",
4
- "redo": "Rehacer (CTRL + SHIFT + Z)",
5
- "copy_html": "Copiar HTML",
6
- "copy_json": "Copiar JSON",
7
- "edit": "Editar",
8
- "preview": "Vista previa",
9
- "htmlOutput": "HTML",
10
- "jsonOutput": "JSON",
11
- "desktop": "Escritorio",
12
- "mobile": "Móvil",
13
- "content": "Contenido",
14
- "styles": "Estilos"
15
- },
16
- "actions": {
17
- "copyFormat": "Copiar formato",
18
- "pasteFormatting": "Pegar formato",
19
- "noFormatSupported": "Formato no compatible",
20
- "duplicate": "Duplicar",
21
- "delete": "Eliminar"
22
- },
23
- "border": {
24
- "unlockBorders": "Desbloquear bordes",
25
- "lockBordersTogether": "Bloquear bordes juntos"
26
- },
27
- "shape": {
28
- "label": "Estilo",
29
- "square": "Cuadrado",
30
- "pill": "Píldora",
31
- "custom": "Personalizado",
32
- "borderRadius": "Radio del borde",
33
- "lockTooltip": "Bloquear esquinas juntas",
34
- "unlockTooltip": "Desbloquear esquinas"
35
- },
36
- "properties": {
37
- "backgroundColor": "Color de fondo",
38
- "border": "Borde",
39
- "padding": "Relleno",
40
- "fontWeight": "Grosor de fuente",
41
- "fontSize": "Tamaño de fuente",
42
- "fontFamily": "Familia tipográfica",
43
- "width": "Ancho",
44
- "shape": "Forma",
45
- "borderRadius": "Radio del borde",
46
- "alignment": "Alineación",
47
- "height": "Altura",
48
- "lineHeight": "Altura de línea",
49
- "color": "Color"
50
- },
51
- "inputs": {
52
- "width": {
53
- "full": "Completo",
54
- "auto": "Automático"
55
- },
56
- "common": {
57
- "size": "Tamaño",
58
- "width": "Ancho",
59
- "height": "Altura",
60
- "uploadFile": "Subir un archivo",
61
- "dragAndDrop": "o arrastra y suelta",
62
- "fileInfo": "PNG, JPG, GIF hasta 5MB",
63
- "add": "Agregar",
64
- "close": "Cerrar",
65
- "invalidFiles": "Algunos archivos no son válidos (tipo incorrecto o demasiado grandes). Solo se subirán los archivos válidos.",
66
- "svgWarning": "Las imágenes SVG pueden no mostrarse correctamente en clientes de correo como Outlook. Considera usar PNG o JPG para una mejor compatibilidad."
67
- },
68
- "columnWidths": {
69
- "label": "Ancho de columnas",
70
- "tooltip": "Las imágenes en estas columnas no pueden exceder el ancho de la columna",
71
- "left": "Izquierda",
72
- "right": "Derecha",
73
- "center": "Centro"
74
- },
75
- "alignment": {
76
- "label": "Alineación"
77
- },
78
- "responsiveSize": {
79
- "customPadding": "Relleno personalizado",
80
- "lockTooltip": "Bloquear lados del relleno juntos",
81
- "unlockTooltip": "Desbloquear lados del relleno",
82
- "allSides": "Todos",
83
- "options": {
84
- "xSmall": "XS",
85
- "small": "SM",
86
- "medium": "MD",
87
- "custom": "Personalizado"
88
- }
89
- },
90
- "sizeSelector": {
91
- "label": "Tamaño",
92
- "contain": "Contener",
93
- "cover": "Cubrir",
94
- "scale": "Escalar"
95
- },
96
- "screenSelector": {
97
- "desktop": "Vista de escritorio",
98
- "mobile": "Vista móvil"
99
- },
100
- "links": {
101
- "color": "Color del enlace",
102
- "underline": "Subrayado del enlace",
103
- "underlineOn": "Subrayado activado",
104
- "underlineOff": "Subrayado desactivado"
105
- },
106
- "backgroundImage": {
107
- "label": "Imagen de fondo",
108
- "fillType": "Tipo de relleno de fondo",
109
- "repeat": "Repetición de fondo",
110
- "position": "Posición de fondo",
111
- "fillOptions": {
112
- "cover": "Cubrir",
113
- "contain": "Contener",
114
- "auto": "Automático"
115
- },
116
- "repeatOptions": {
117
- "none": "Sin repetición",
118
- "repeat": "Repetir",
119
- "repeatX": "Repetir X",
120
- "repeatY": "Repetir Y"
121
- },
122
- "positions": {
123
- "topLeft": "Arriba izquierda",
124
- "topCenter": "Arriba centro",
125
- "topRight": "Arriba derecha",
126
- "centerLeft": "Centro izquierda",
127
- "center": "Centro",
128
- "centerRight": "Centro derecha",
129
- "bottomLeft": "Abajo izquierda",
130
- "bottomCenter": "Abajo centro",
131
- "bottomRight": "Abajo derecha"
132
- }
133
- },
134
- "image": {
135
- "urlLabel": "URL de la imagen",
136
- "urlPlaceholder": "Ingresa la URL de la imagen...",
137
- "invalidUrl": "Formato de URL inválido",
138
- "timeout": "Tiempo de espera agotado - La URL tardó demasiado en responder",
139
- "notImage": "La URL no apunta a una imagen"
140
- },
141
- "social": {
142
- "icon": "Ícono",
143
- "url": "URL",
144
- "theme": "Tema",
145
- "size": "Tamaño"
146
- },
147
- "layout": {
148
- "label": "Diseño"
149
- },
150
- "panels": {
151
- "avatar": {
152
- "title": "Bloque de avatar",
153
- "sizeLabel": "Tamaño",
154
- "altLabel": "Texto alternativo"
155
- },
156
- "button": {
157
- "title": "Bloque de botón",
158
- "textLabel": "Texto",
159
- "targetLabel": "Destino",
160
- "targetPlaceholder": "https://tu-sitio.com",
161
- "textColor": "Color del texto",
162
- "buttonColor": "Color del botón"
163
- },
164
- "columns": {
165
- "title": "Bloque de columnas",
166
- "countLabel": "Número de columnas"
167
- },
168
- "container": {
169
- "title": "Bloque contenedor"
170
- },
171
- "divider": {
172
- "title": "Bloque divisor"
173
- },
174
- "emailLayout": {
175
- "title": "Estilos globales",
176
- "backgroundColor": "Color de fondo",
177
- "canvasColor": "Color del lienzo",
178
- "fontFamily": "Familia tipográfica",
179
- "textColor": "Color del texto",
180
- "linksLabel": "Enlaces"
181
- },
182
- "heading": {
183
- "title": "Bloque de encabezado",
184
- "contentLabel": "Contenido",
185
- "levelLabel": "Nivel"
186
- },
187
- "html": {
188
- "title": "Bloque HTML",
189
- "contentLabel": "Contenido"
190
- },
191
- "image": {
192
- "title": "Bloque de imagen",
193
- "altLabel": "Texto alternativo",
194
- "altPlaceholder": "Dos relojes blancos",
195
- "urlLabel": "URL",
196
- "urlPlaceholder": "https://tu-sitio-web.com"
197
- },
198
- "social": {
199
- "title": "Íconos de redes sociales",
200
- "gap": "Espaciado"
201
- },
202
- "spacer": {
203
- "title": "Bloque espaciador"
204
- },
205
- "text": {
206
- "title": "Bloque de texto",
207
- "contentLabel": "Contenido",
208
- "markdownLabel": "Markdown"
209
- }
210
- }
211
- }
1
+ declare const _default: {
2
+ "header": {
3
+ "undo": "Deshacer (CTRL + Z)",
4
+ "redo": "Rehacer (CTRL + SHIFT + Z)",
5
+ "copy_html": "Copiar HTML",
6
+ "copy_json": "Copiar JSON",
7
+ "edit": "Editar",
8
+ "preview": "Vista previa",
9
+ "htmlOutput": "HTML",
10
+ "jsonOutput": "JSON",
11
+ "desktop": "Escritorio",
12
+ "mobile": "Móvil",
13
+ "content": "Contenido",
14
+ "styles": "Estilos"
15
+ },
16
+ "actions": {
17
+ "copyFormat": "Copiar formato",
18
+ "pasteFormatting": "Pegar formato",
19
+ "noFormatSupported": "Formato no compatible",
20
+ "duplicate": "Duplicar",
21
+ "delete": "Eliminar"
22
+ },
23
+ "border": {
24
+ "unlockBorders": "Desbloquear bordes",
25
+ "lockBordersTogether": "Bloquear bordes juntos"
26
+ },
27
+ "shape": {
28
+ "label": "Estilo",
29
+ "square": "Cuadrado",
30
+ "pill": "Píldora",
31
+ "custom": "Personalizado",
32
+ "borderRadius": "Radio del borde",
33
+ "lockTooltip": "Bloquear esquinas juntas",
34
+ "unlockTooltip": "Desbloquear esquinas"
35
+ },
36
+ "properties": {
37
+ "backgroundColor": "Color de fondo",
38
+ "border": "Borde",
39
+ "padding": "Relleno",
40
+ "fontWeight": "Grosor de fuente",
41
+ "fontSize": "Tamaño de fuente",
42
+ "fontFamily": "Familia tipográfica",
43
+ "width": "Ancho",
44
+ "shape": "Forma",
45
+ "borderRadius": "Radio del borde",
46
+ "alignment": "Alineación",
47
+ "height": "Altura",
48
+ "lineHeight": "Altura de línea",
49
+ "color": "Color"
50
+ },
51
+ "inputs": {
52
+ "width": {
53
+ "full": "Completo",
54
+ "auto": "Automático"
55
+ },
56
+ "common": {
57
+ "size": "Tamaño",
58
+ "width": "Ancho",
59
+ "height": "Altura",
60
+ "uploadFile": "Subir un archivo",
61
+ "dragAndDrop": "o arrastra y suelta",
62
+ "fileInfo": "PNG, JPG, GIF hasta 5MB",
63
+ "add": "Agregar",
64
+ "close": "Cerrar",
65
+ "invalidFiles": "Algunos archivos no son válidos (tipo incorrecto o demasiado grandes). Solo se subirán los archivos válidos.",
66
+ "svgWarning": "Las imágenes SVG pueden no mostrarse correctamente en clientes de correo como Outlook. Considera usar PNG o JPG para una mejor compatibilidad."
67
+ },
68
+ "columnWidths": {
69
+ "label": "Ancho de columnas",
70
+ "tooltip": "Las imágenes en estas columnas no pueden exceder el ancho de la columna",
71
+ "left": "Izquierda",
72
+ "right": "Derecha",
73
+ "center": "Centro"
74
+ },
75
+ "alignment": {
76
+ "label": "Alineación"
77
+ },
78
+ "responsiveSize": {
79
+ "customPadding": "Relleno personalizado",
80
+ "lockTooltip": "Bloquear lados del relleno juntos",
81
+ "unlockTooltip": "Desbloquear lados del relleno",
82
+ "allSides": "Todos",
83
+ "options": {
84
+ "xSmall": "XS",
85
+ "small": "SM",
86
+ "medium": "MD",
87
+ "custom": "Personalizado"
88
+ }
89
+ },
90
+ "sizeSelector": {
91
+ "label": "Tamaño",
92
+ "contain": "Contener",
93
+ "cover": "Cubrir",
94
+ "scale": "Escalar"
95
+ },
96
+ "screenSelector": {
97
+ "desktop": "Vista de escritorio",
98
+ "mobile": "Vista móvil"
99
+ },
100
+ "links": {
101
+ "color": "Color del enlace",
102
+ "underline": "Subrayado del enlace",
103
+ "underlineOn": "Subrayado activado",
104
+ "underlineOff": "Subrayado desactivado"
105
+ },
106
+ "backgroundImage": {
107
+ "label": "Imagen de fondo",
108
+ "fillType": "Tipo de relleno de fondo",
109
+ "repeat": "Repetición de fondo",
110
+ "position": "Posición de fondo",
111
+ "fillOptions": {
112
+ "cover": "Cubrir",
113
+ "contain": "Contener",
114
+ "auto": "Automático"
115
+ },
116
+ "repeatOptions": {
117
+ "none": "Sin repetición",
118
+ "repeat": "Repetir",
119
+ "repeatX": "Repetir X",
120
+ "repeatY": "Repetir Y"
121
+ },
122
+ "positions": {
123
+ "topLeft": "Arriba izquierda",
124
+ "topCenter": "Arriba centro",
125
+ "topRight": "Arriba derecha",
126
+ "centerLeft": "Centro izquierda",
127
+ "center": "Centro",
128
+ "centerRight": "Centro derecha",
129
+ "bottomLeft": "Abajo izquierda",
130
+ "bottomCenter": "Abajo centro",
131
+ "bottomRight": "Abajo derecha"
132
+ }
133
+ },
134
+ "image": {
135
+ "urlLabel": "URL de la imagen",
136
+ "urlPlaceholder": "Ingresa la URL de la imagen...",
137
+ "invalidUrl": "Formato de URL inválido",
138
+ "timeout": "Tiempo de espera agotado - La URL tardó demasiado en responder",
139
+ "notImage": "La URL no apunta a una imagen"
140
+ },
141
+ "social": {
142
+ "icon": "Ícono",
143
+ "url": "URL",
144
+ "theme": "Tema",
145
+ "size": "Tamaño"
146
+ },
147
+ "layout": {
148
+ "label": "Diseño"
149
+ },
150
+ "panels": {
151
+ "avatar": {
152
+ "title": "Bloque de avatar",
153
+ "sizeLabel": "Tamaño",
154
+ "altLabel": "Texto alternativo"
155
+ },
156
+ "button": {
157
+ "title": "Bloque de botón",
158
+ "textLabel": "Texto",
159
+ "targetLabel": "Destino",
160
+ "targetPlaceholder": "https://tu-sitio.com",
161
+ "textColor": "Color del texto",
162
+ "buttonColor": "Color del botón"
163
+ },
164
+ "columns": {
165
+ "title": "Bloque de columnas",
166
+ "countLabel": "Número de columnas"
167
+ },
168
+ "container": {
169
+ "title": "Bloque contenedor"
170
+ },
171
+ "divider": {
172
+ "title": "Bloque divisor"
173
+ },
174
+ "emailLayout": {
175
+ "title": "Estilos globales",
176
+ "backgroundColor": "Color de fondo",
177
+ "canvasColor": "Color del lienzo",
178
+ "fontFamily": "Familia tipográfica",
179
+ "textColor": "Color del texto",
180
+ "linksLabel": "Enlaces"
181
+ },
182
+ "heading": {
183
+ "title": "Bloque de encabezado",
184
+ "contentLabel": "Contenido",
185
+ "levelLabel": "Nivel"
186
+ },
187
+ "html": {
188
+ "title": "Bloque HTML",
189
+ "contentLabel": "Contenido"
190
+ },
191
+ "image": {
192
+ "title": "Bloque de imagen",
193
+ "altLabel": "Texto alternativo",
194
+ "altPlaceholder": "Dos relojes blancos",
195
+ "urlLabel": "URL",
196
+ "urlPlaceholder": "https://tu-sitio-web.com"
197
+ },
198
+ "social": {
199
+ "title": "Íconos de redes sociales",
200
+ "gap": "Espaciado"
201
+ },
202
+ "spacer": {
203
+ "title": "Bloque espaciador"
204
+ },
205
+ "text": {
206
+ "title": "Bloque de texto",
207
+ "contentLabel": "Contenido",
208
+ "markdownLabel": "Markdown"
209
+ }
210
+ }
211
+ }
212
212
  };
213
213
 
214
214
  export default _default;
@@ -1,10 +1,10 @@
1
- declare const _default: {
2
- "language": "Italiano",
3
- "generic": {
4
- "confirm": "Conferma",
5
- "cancel": "Annulla"
6
- }
7
- }
1
+ declare const _default: {
2
+ "language": "Italiano",
3
+ "generic": {
4
+ "confirm": "Conferma",
5
+ "cancel": "Annulla"
6
+ }
7
+ }
8
8
  ;
9
9
 
10
10
  export default _default;