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,215 +1,215 @@
1
- declare const _default: {
2
- "header": {
3
- "undo": "Undo (CTRL + Z)",
4
- "redo": "Redo (CTRL + SHIFT + Z)",
5
- "copy_html": "Copia HTML",
6
- "copy_json": "Copia JSON",
7
- "edit": "Modifica",
8
- "preview": "Anteprima",
9
- "htmlOutput": "HTML",
10
- "jsonOutput": "JSON",
11
- "desktop": "Desktop",
12
- "mobile": "Mobile",
13
- "content": "Content",
14
- "styles": "Styles"
15
- },
16
- "actions":{
17
- "copyFormat":"Copy format",
18
- "pasteFormatting": "Paste formatting",
19
- "noFormatSupported": "No format supported",
20
- "duplicate":"Duplicate",
21
- "delete": "Delete"
22
- },
23
- "border":{
24
- "unlockBorders": "Unlock borders",
25
- "lockBordersTogether": "Lock borders together"
26
- },
27
- "shape": {
28
- "label": "Style",
29
- "square": "Square",
30
- "pill": "Pill",
31
- "custom": "Custom",
32
- "borderRadius": "Border Radius",
33
- "lockTooltip": "Lock corners together",
34
- "unlockTooltip": "Unlock corners"
35
- },
36
- "properties":{
37
- "backgroundColor": "Background Color",
38
- "border": "Border",
39
- "padding": "Padding",
40
- "fontWeight": "Font Weight",
41
- "fontSize": "Font Size",
42
- "fontFamily": "Font family",
43
- "width": "Width",
44
- "shape": "Shape",
45
- "borderRadius": "Border radius",
46
- "alignment": "Alignment",
47
- "height": "Height",
48
- "lineHeight": "Line Height",
49
- "color": "Color"
50
- },
51
- "inputs": {
52
- "width":{
53
- "full": "Full",
54
- "auto": "Auto"
55
- },
56
- "common": {
57
- "size": "Size",
58
- "width": "Width",
59
- "height": "Height",
60
- "uploadFile": "Upload a file",
61
- "dragAndDrop": "or drag and drop",
62
- "fileInfo": "PNG, JPG, GIF up to 5MB",
63
- "add": "Add",
64
- "close": "Close",
65
- "invalidFiles": "Some files were invalid (wrong type or too large). Only valid files will be uploaded.",
66
- "svgWarning": "SVG images may not display correctly in Outlook email clients. Consider using PNG or JPG format for better compatibility."
67
- },
68
- "columnWidths": {
69
- "label": "Columns width",
70
- "tooltip": "Images in these columns cannot exceed the column's width",
71
- "left": "Left",
72
- "right": "Right",
73
- "center": "Center"
74
- },
75
- "alignment": {
76
- "label": "Alignment"
77
- },
78
- "responsiveSize": {
79
- "customPadding": "Custom Padding",
80
- "lockTooltip": "Lock padding sides together",
81
- "unlockTooltip": "Unlock padding sides",
82
- "allSides": "All",
83
- "options": {
84
- "xSmall": "XS",
85
- "small": "SM",
86
- "medium": "MD",
87
- "custom": "Custom"
88
- }
89
- },
90
- "sizeSelector": {
91
- "label": "Size",
92
- "contain": "Contain",
93
- "cover": "Cover",
94
- "scale": "Scale"
95
- },
96
- "screenSelector": {
97
- "desktop": "Desktop view",
98
- "mobile": "Mobile view"
99
- },
1
+ declare const _default: {
2
+ "header": {
3
+ "undo": "Undo (CTRL + Z)",
4
+ "redo": "Redo (CTRL + SHIFT + Z)",
5
+ "copy_html": "Copia HTML",
6
+ "copy_json": "Copia JSON",
7
+ "edit": "Modifica",
8
+ "preview": "Anteprima",
9
+ "htmlOutput": "HTML",
10
+ "jsonOutput": "JSON",
11
+ "desktop": "Desktop",
12
+ "mobile": "Mobile",
13
+ "content": "Content",
14
+ "styles": "Styles"
15
+ },
16
+ "actions":{
17
+ "copyFormat":"Copy format",
18
+ "pasteFormatting": "Paste formatting",
19
+ "noFormatSupported": "No format supported",
20
+ "duplicate":"Duplicate",
21
+ "delete": "Delete"
22
+ },
23
+ "border":{
24
+ "unlockBorders": "Unlock borders",
25
+ "lockBordersTogether": "Lock borders together"
26
+ },
27
+ "shape": {
28
+ "label": "Style",
29
+ "square": "Square",
30
+ "pill": "Pill",
31
+ "custom": "Custom",
32
+ "borderRadius": "Border Radius",
33
+ "lockTooltip": "Lock corners together",
34
+ "unlockTooltip": "Unlock corners"
35
+ },
36
+ "properties":{
37
+ "backgroundColor": "Background Color",
38
+ "border": "Border",
39
+ "padding": "Padding",
40
+ "fontWeight": "Font Weight",
41
+ "fontSize": "Font Size",
42
+ "fontFamily": "Font family",
43
+ "width": "Width",
44
+ "shape": "Shape",
45
+ "borderRadius": "Border radius",
46
+ "alignment": "Alignment",
47
+ "height": "Height",
48
+ "lineHeight": "Line Height",
49
+ "color": "Color"
50
+ },
51
+ "inputs": {
52
+ "width":{
53
+ "full": "Full",
54
+ "auto": "Auto"
55
+ },
56
+ "common": {
57
+ "size": "Size",
58
+ "width": "Width",
59
+ "height": "Height",
60
+ "uploadFile": "Upload a file",
61
+ "dragAndDrop": "or drag and drop",
62
+ "fileInfo": "PNG, JPG, GIF up to 5MB",
63
+ "add": "Add",
64
+ "close": "Close",
65
+ "invalidFiles": "Some files were invalid (wrong type or too large). Only valid files will be uploaded.",
66
+ "svgWarning": "SVG images may not display correctly in Outlook email clients. Consider using PNG or JPG format for better compatibility."
67
+ },
68
+ "columnWidths": {
69
+ "label": "Columns width",
70
+ "tooltip": "Images in these columns cannot exceed the column's width",
71
+ "left": "Left",
72
+ "right": "Right",
73
+ "center": "Center"
74
+ },
75
+ "alignment": {
76
+ "label": "Alignment"
77
+ },
78
+ "responsiveSize": {
79
+ "customPadding": "Custom Padding",
80
+ "lockTooltip": "Lock padding sides together",
81
+ "unlockTooltip": "Unlock padding sides",
82
+ "allSides": "All",
83
+ "options": {
84
+ "xSmall": "XS",
85
+ "small": "SM",
86
+ "medium": "MD",
87
+ "custom": "Custom"
88
+ }
89
+ },
90
+ "sizeSelector": {
91
+ "label": "Size",
92
+ "contain": "Contain",
93
+ "cover": "Cover",
94
+ "scale": "Scale"
95
+ },
96
+ "screenSelector": {
97
+ "desktop": "Desktop view",
98
+ "mobile": "Mobile view"
99
+ },
100
100
  "links": {
101
101
  "color": "Link color",
102
102
  "underline": "Link underline",
103
103
  "underlineOn": "Underline on",
104
104
  "underlineOff": "Underline off"
105
105
  },
106
- "backgroundImage": {
107
- "label": "Background image",
108
- "fillType": "Background fill type",
109
- "repeat": "Background repeat",
110
- "position": "Background position",
111
- "fillOptions": {
112
- "cover": "Cover",
113
- "contain": "Contain",
114
- "auto": "Auto"
115
- },
116
- "repeatOptions": {
117
- "none": "No repeat",
118
- "repeat": "Repeat",
119
- "repeatX": "Repeat X",
120
- "repeatY": "Repeat Y"
121
- },
122
- "positions": {
123
- "topLeft": "Top Left",
124
- "topCenter": "Top Center",
125
- "topRight": "Top Right",
126
- "centerLeft": "Center Left",
127
- "center": "Center",
128
- "centerRight": "Center Right",
129
- "bottomLeft": "Bottom Left",
130
- "bottomCenter": "Bottom Center",
131
- "bottomRight": "Bottom Right"
132
- }
133
- },
134
- "image": {
135
- "urlLabel": "Image URL",
136
- "urlPlaceholder": "Enter image URL...",
137
- "invalidUrl": "Invalid URL format",
138
- "timeout": "Request timeout - URL took too long to respond",
139
- "notImage": "URL does not point to an image"
140
- },
141
- "social": {
142
- "icon": "Icon",
143
- "url": "URL",
144
- "theme": "Theme",
145
- "size": "Size"
146
- },
147
- "layout": {
148
- "label": "Layout"
149
- },
150
- "panels": {
151
- "avatar": {
152
- "title": "Avatar block",
153
- "sizeLabel": "Size",
154
- "altLabel": "Alt text"
155
- },
156
- "button": {
157
- "title": "Button block",
158
- "textLabel": "Text",
159
- "targetLabel": "Target",
160
- "targetPlaceholder": "https://your-site.com",
161
- "textColor": "Text color",
162
- "buttonColor": "Button color"
163
- },
164
- "columns": {
165
- "title": "Columns block",
166
- "countLabel": "Number of columns"
167
- },
168
- "container": {
169
- "title": "Container block"
170
- },
171
- "divider": {
172
- "title": "Divider block"
173
- },
174
- "emailLayout": {
175
- "title": "Global styles",
176
- "backgroundColor": "Background color",
177
- "canvasColor": "Canvas color",
178
- "fontFamily": "Font family",
179
- "textColor": "Text color",
180
- "linksLabel": "Links"
181
- },
182
- "heading": {
183
- "title": "Heading block",
184
- "contentLabel": "Content",
185
- "levelLabel": "Level"
186
- },
187
- "html": {
188
- "title": "HTML block",
189
- "contentLabel": "Content"
190
- },
191
- "image": {
192
- "title": "Image block",
193
- "altLabel": "Alt text",
194
- "altPlaceholder": "Two white watches",
195
- "urlLabel": "URL",
196
- "urlPlaceholder": "https://your-website.com"
197
- },
198
- "social": {
199
- "title": "Social media icons",
200
- "gap": "Gap"
201
- },
202
- "spacer": {
203
- "title": "Spacer block"
204
- },
205
- "text": {
206
- "title": "Text block",
207
- "contentLabel": "Content",
208
- "markdownLabel": "Markdown"
209
- }
210
- }
211
- }
212
- }
106
+ "backgroundImage": {
107
+ "label": "Background image",
108
+ "fillType": "Background fill type",
109
+ "repeat": "Background repeat",
110
+ "position": "Background position",
111
+ "fillOptions": {
112
+ "cover": "Cover",
113
+ "contain": "Contain",
114
+ "auto": "Auto"
115
+ },
116
+ "repeatOptions": {
117
+ "none": "No repeat",
118
+ "repeat": "Repeat",
119
+ "repeatX": "Repeat X",
120
+ "repeatY": "Repeat Y"
121
+ },
122
+ "positions": {
123
+ "topLeft": "Top Left",
124
+ "topCenter": "Top Center",
125
+ "topRight": "Top Right",
126
+ "centerLeft": "Center Left",
127
+ "center": "Center",
128
+ "centerRight": "Center Right",
129
+ "bottomLeft": "Bottom Left",
130
+ "bottomCenter": "Bottom Center",
131
+ "bottomRight": "Bottom Right"
132
+ }
133
+ },
134
+ "image": {
135
+ "urlLabel": "Image URL",
136
+ "urlPlaceholder": "Enter image URL...",
137
+ "invalidUrl": "Invalid URL format",
138
+ "timeout": "Request timeout - URL took too long to respond",
139
+ "notImage": "URL does not point to an image"
140
+ },
141
+ "social": {
142
+ "icon": "Icon",
143
+ "url": "URL",
144
+ "theme": "Theme",
145
+ "size": "Size"
146
+ },
147
+ "layout": {
148
+ "label": "Layout"
149
+ },
150
+ "panels": {
151
+ "avatar": {
152
+ "title": "Avatar block",
153
+ "sizeLabel": "Size",
154
+ "altLabel": "Alt text"
155
+ },
156
+ "button": {
157
+ "title": "Button block",
158
+ "textLabel": "Text",
159
+ "targetLabel": "Target",
160
+ "targetPlaceholder": "https://your-site.com",
161
+ "textColor": "Text color",
162
+ "buttonColor": "Button color"
163
+ },
164
+ "columns": {
165
+ "title": "Columns block",
166
+ "countLabel": "Number of columns"
167
+ },
168
+ "container": {
169
+ "title": "Container block"
170
+ },
171
+ "divider": {
172
+ "title": "Divider block"
173
+ },
174
+ "emailLayout": {
175
+ "title": "Global styles",
176
+ "backgroundColor": "Background color",
177
+ "canvasColor": "Canvas color",
178
+ "fontFamily": "Font family",
179
+ "textColor": "Text color",
180
+ "linksLabel": "Links"
181
+ },
182
+ "heading": {
183
+ "title": "Heading block",
184
+ "contentLabel": "Content",
185
+ "levelLabel": "Level"
186
+ },
187
+ "html": {
188
+ "title": "HTML block",
189
+ "contentLabel": "Content"
190
+ },
191
+ "image": {
192
+ "title": "Image block",
193
+ "altLabel": "Alt text",
194
+ "altPlaceholder": "Two white watches",
195
+ "urlLabel": "URL",
196
+ "urlPlaceholder": "https://your-website.com"
197
+ },
198
+ "social": {
199
+ "title": "Social media icons",
200
+ "gap": "Gap"
201
+ },
202
+ "spacer": {
203
+ "title": "Spacer block"
204
+ },
205
+ "text": {
206
+ "title": "Text block",
207
+ "contentLabel": "Content",
208
+ "markdownLabel": "Markdown"
209
+ }
210
+ }
211
+ }
212
+ }
213
213
  ;
214
214
 
215
215
  export default _default;
@@ -1,10 +1,10 @@
1
- declare const _default: {
2
- "language": "Español (Latinoamérica)",
3
- "generic": {
4
- "confirm": "Confirmar",
5
- "cancel": "Cancelar"
6
- }
7
- }
1
+ declare const _default: {
2
+ "language": "Español (Latinoamérica)",
3
+ "generic": {
4
+ "confirm": "Confirmar",
5
+ "cancel": "Cancelar"
6
+ }
7
+ }
8
8
  ;
9
9
 
10
10
  export default _default;