@capillarytech/creatives-library 3.10.0 → 3.11.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/assets/lineImageTemplate.png +0 -0
- package/components/TemplatePreview/WechatRichmediaTemplatePreview/index.js +7 -7
- package/components/TemplatePreview/_templatePreview.scss +287 -20
- package/components/TemplatePreview/assets/images/home-screen-android.svg +21 -0
- package/components/TemplatePreview/assets/images/home-screen-ios.svg +16 -0
- package/components/TemplatePreview/assets/images/sms_mobile_android.svg +22 -0
- package/components/TemplatePreview/assets/images/sms_mobile_ios.svg +16 -0
- package/components/TemplatePreview/assets/images/wechat_mobile_android.svg +20 -0
- package/components/TemplatePreview/index.js +203 -31
- package/components/TemplatePreview/messages.js +21 -0
- package/containers/Assets/Gallery/index.js +53 -59
- package/containers/Cap/index.js +1 -0
- package/index.js +6 -0
- package/package.json +1 -1
- package/routes.js +5 -0
- package/services/getSchema.js +4 -1
- package/translations/en.json +40 -4
- package/translations/zh.json +39 -3
- package/v2Components/FormBuilder/index.js +188 -37
- package/v2Components/FormBuilder/messages.js +16 -0
- package/v2Components/MobilePushPreviewV2/index.js +44 -36
- package/v2Components/MobilePushPreviewV2/messages.js +0 -8
- package/v2Components/TemplatePreview/WechatRichmediaTemplatePreview/_wechatRichmediaTemplatePrev.scss +64 -0
- package/v2Components/TemplatePreview/WechatRichmediaTemplatePreview/index.js +100 -18
- package/v2Components/TemplatePreview/WechatRichmediaTemplatePreview/messages.js +12 -0
- package/v2Components/TemplatePreview/_templatePreview.scss +24 -4
- package/v2Components/TemplatePreview/assets/images/home-screen-android.svg +21 -0
- package/v2Components/TemplatePreview/assets/images/home-screen-ios.svg +16 -0
- package/v2Components/TemplatePreview/assets/images/sms_mobile_android.svg +22 -0
- package/v2Components/TemplatePreview/assets/images/wechat-home-screen-android.svg +21 -0
- package/v2Components/TemplatePreview/assets/images/wechat_mobile_android.svg +20 -0
- package/v2Components/TemplatePreview/index.js +162 -23
- package/v2Components/TemplatePreview/messages.js +8 -0
- package/v2Containers/Assets/Gallery/index.js +54 -48
- package/v2Containers/CreativesContainer/SlideBoxContent.js +87 -4
- package/v2Containers/CreativesContainer/SlideBoxHeader.js +1 -1
- package/v2Containers/CreativesContainer/index.js +58 -2
- package/v2Containers/CreativesContainer/messages.js +2 -2
- package/v2Containers/Email/_email.scss +7 -1
- package/v2Containers/Email/index.js +40 -14
- package/v2Containers/Email/messages.js +4 -0
- package/v2Containers/Email/reducer.js +1 -0
- package/v2Containers/EmailWrapper/index.js +7 -5
- package/v2Containers/Line/Create/_lineCreate.scss +40 -19
- package/v2Containers/Line/Create/actions.js +13 -9
- package/v2Containers/Line/Create/index.js +498 -237
- package/v2Containers/Line/Create/initialSchema.js +378 -0
- package/v2Containers/Line/Create/messages.js +42 -2
- package/v2Containers/Line/Create/sagas.js +10 -4
- package/v2Containers/Line/Create/selectors.js +3 -9
- package/v2Containers/Line/CreateWrapper/constants.js +2 -0
- package/v2Containers/Line/CreateWrapper/index.js +117 -0
- package/v2Containers/Line/CreateWrapper/messages.js +55 -0
- package/v2Containers/MobilePush/Create/index.js +5 -0
- package/v2Containers/MobilePush/Edit/index.js +5 -0
- package/v2Containers/MobilepushWrapper/index.js +4 -1
- package/v2Containers/Sms/Create/index.js +2 -1
- package/v2Containers/Sms/Edit/index.js +2 -0
- package/v2Containers/Templates/_templates.scss +24 -1
- package/v2Containers/Templates/actions.js +7 -0
- package/v2Containers/Templates/constants.js +2 -0
- package/v2Containers/Templates/index.js +118 -15
- package/v2Containers/Templates/messages.js +8 -0
- package/v2Containers/Templates/reducer.js +2 -0
- package/v2Containers/TemplatesV2/index.js +5 -4
- package/v2Containers/TemplatesV2/messages.js +4 -0
package/translations/en.json
CHANGED
|
@@ -56,15 +56,20 @@
|
|
|
56
56
|
"creatives.components.SmsTest.header": "This is the SmsTest component !",
|
|
57
57
|
"creatives.components.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
58
58
|
"creatives.components.SmsTest.inputTemplateName": "Please input template name.",
|
|
59
|
+
"creatives.components.TemplatePreview.cancel": "Cancel",
|
|
59
60
|
"creatives.components.TemplatePreview.characters": "characters",
|
|
60
61
|
"creatives.components.TemplatePreview.charactersPerSms": "SMS chars",
|
|
61
62
|
"creatives.components.TemplatePreview.charactersTotal": "SMS char total",
|
|
62
63
|
"creatives.components.TemplatePreview.close": "close",
|
|
64
|
+
"creatives.components.TemplatePreview.markAsRead": "Mark as read",
|
|
63
65
|
"creatives.components.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
64
66
|
"creatives.components.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
67
|
+
"creatives.components.TemplatePreview.reply": "Reply",
|
|
68
|
+
"creatives.components.TemplatePreview.senderId": "Sender ID",
|
|
65
69
|
"creatives.components.TemplatePreview.sms": "SMS",
|
|
66
70
|
"creatives.components.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
67
71
|
"creatives.components.TemplatePreview.smsIcon": "Sms Icon",
|
|
72
|
+
"creatives.components.TemplatePreview.unicodeIconTooltip": "This message has unicode characters. This may affect the cost per message.",
|
|
68
73
|
"creatives.components.TestPage.header": "Looks like youas are lost!",
|
|
69
74
|
"creatives.components.Toastr.header": "This is the Toastr component !",
|
|
70
75
|
"creatives.components.ToastrMessage.close": "close",
|
|
@@ -72,8 +77,11 @@
|
|
|
72
77
|
"creatives.components.TopBar.brand.dropdown": "Hi",
|
|
73
78
|
"creatives.components.TopBar.brand.noResultText": "No results found",
|
|
74
79
|
"creatives.components.TopBar.brand.organization": "Organization",
|
|
80
|
+
"creatives.components.WechatRichmediaTemplatePreview.MarkAsRead": "Mark as read",
|
|
81
|
+
"creatives.components.WechatRichmediaTemplatePreview.cancel": "Cancel",
|
|
75
82
|
"creatives.components.WechatRichmediaTemplatePreview.edit": "Edit",
|
|
76
83
|
"creatives.components.WechatRichmediaTemplatePreview.header": "This is the WechatRichmediaTemplatePreview component !",
|
|
84
|
+
"creatives.components.WechatRichmediaTemplatePreview.reply": "Reply",
|
|
77
85
|
"creatives.components.WechatRichmediaTemplatePreview.select": "Select",
|
|
78
86
|
"creatives.componentsV2.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
79
87
|
"creatives.componentsV2.CallTaskPreview.header": "This is the CallTaskPreview component !",
|
|
@@ -112,6 +120,8 @@
|
|
|
112
120
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
113
121
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|
|
114
122
|
"creatives.componentsV2.FormBuilder.header": "This is the FormBuilder component !",
|
|
123
|
+
"creatives.componentsV2.FormBuilder.imageDimenstionDescription": "Dimensions: 300px x 400px Size: 30mb",
|
|
124
|
+
"creatives.componentsV2.FormBuilder.imageReUpload": "Re upload",
|
|
115
125
|
"creatives.componentsV2.FormBuilder.layoutSelection": "Layout Selection",
|
|
116
126
|
"creatives.componentsV2.FormBuilder.loadingEDMTemplates": "Loading EDM Templates",
|
|
117
127
|
"creatives.componentsV2.FormBuilder.missingTags": "Missing tags are:",
|
|
@@ -120,6 +130,8 @@
|
|
|
120
130
|
"creatives.componentsV2.FormBuilder.selectAFile": "Select a file from your computer",
|
|
121
131
|
"creatives.componentsV2.FormBuilder.unsupportedTags": "Unsupported tags are:",
|
|
122
132
|
"creatives.componentsV2.FormBuilder.upload": "Upload",
|
|
133
|
+
"creatives.componentsV2.FormBuilder.uploadComputer": "Your computer",
|
|
134
|
+
"creatives.componentsV2.FormBuilder.uploadGallery": "Gallery",
|
|
123
135
|
"creatives.componentsV2.FormBuilder.yes": "Yes",
|
|
124
136
|
"creatives.componentsV2.Header.cancel": "Cancel",
|
|
125
137
|
"creatives.componentsV2.Header.header": "This is the Header component !",
|
|
@@ -156,11 +168,13 @@
|
|
|
156
168
|
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
157
169
|
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
158
170
|
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
171
|
+
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
159
172
|
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
160
173
|
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
161
174
|
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
162
175
|
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
163
176
|
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
177
|
+
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
164
178
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
165
179
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
166
180
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -171,9 +185,7 @@
|
|
|
171
185
|
"creatives.componentsV2.TopBar.logout": "Logout",
|
|
172
186
|
"creatives.componentsV2.TopBar.profile": "Profile",
|
|
173
187
|
"creatives.componentsV2.TopBar.settings": "Settings",
|
|
174
|
-
"creatives.componentsv2.MobilePushPreviewV2.android": "Android",
|
|
175
188
|
"creatives.componentsv2.MobilePushPreviewV2.header": "This is the MobilePushPreviewV2 component !",
|
|
176
|
-
"creatives.componentsv2.MobilePushPreviewV2.ios": "IOS",
|
|
177
189
|
"creatives.containers.Assets.Gallery.alphabetically": "Alphabetically",
|
|
178
190
|
"creatives.containers.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
|
|
179
191
|
"creatives.containers.Assets.Gallery.assetDeleteSuccess": "Image deleted successfully.",
|
|
@@ -229,6 +241,7 @@
|
|
|
229
241
|
"creatives.containers.Create.graphic_details_page": "Whether to display the graphic cover on the graphic details page",
|
|
230
242
|
"creatives.containers.Create.header": "This is Create container !",
|
|
231
243
|
"creatives.containers.Create.http_example": "Example: http://example.com",
|
|
244
|
+
"creatives.containers.Create.imageGallery": "Gallery",
|
|
232
245
|
"creatives.containers.Create.markFinalVersionLabel": "Mark as final",
|
|
233
246
|
"creatives.containers.Create.maxContentCount": "You have reached the maximum template size",
|
|
234
247
|
"creatives.containers.Create.messageLabel": "Message",
|
|
@@ -244,11 +257,19 @@
|
|
|
244
257
|
"creatives.containers.Create.smsEditorPlaceholder": "Please enter the message content",
|
|
245
258
|
"creatives.containers.Create.somethingWentWrong": "Something went wrong!!",
|
|
246
259
|
"creatives.containers.Create.sourceLinkEmpty": "Cannot leave source link field empty",
|
|
247
|
-
"creatives.containers.Create.tagsErrorMessage": "
|
|
260
|
+
"creatives.containers.Create.tagsErrorMessage": "Message cannot be empty",
|
|
248
261
|
"creatives.containers.Create.tagsLabel": "Tags",
|
|
262
|
+
"creatives.containers.Create.templateAddTag": "Add tag",
|
|
249
263
|
"creatives.containers.Create.templateDataNotValid": "Template data is not valid",
|
|
250
264
|
"creatives.containers.Create.templateMarkedFinal": "Template Marked as Final Successfully",
|
|
265
|
+
"creatives.containers.Create.templateMessageError": "Template content cannot be empty!",
|
|
266
|
+
"creatives.containers.Create.templateMessagePlaceholder": "Please input line template content.",
|
|
267
|
+
"creatives.containers.Create.templateMessagePreviewPropsError": "Please upload image",
|
|
268
|
+
"creatives.containers.Create.templateMessagePreviewPropsInductiveText": "The relevant image that complements the message context.",
|
|
269
|
+
"creatives.containers.Create.templateMessagePreviewPropsLabel": "Upload image content",
|
|
270
|
+
"creatives.containers.Create.templateNameErrorPlaceholder": "Template name cannot be empty.",
|
|
251
271
|
"creatives.containers.Create.templateNamePlaceHolder": "Enter template name",
|
|
272
|
+
"creatives.containers.Create.templatePlaceholder": "Enter template name",
|
|
252
273
|
"creatives.containers.Create.titleCharacterCount": "Title exceeds character count limit by",
|
|
253
274
|
"creatives.containers.Create.titleEmpty": "Cannot leave title field empty",
|
|
254
275
|
"creatives.containers.Create.titleNameRepeated": "Title name cannot be repeated",
|
|
@@ -971,6 +992,7 @@
|
|
|
971
992
|
"creatives.containersV2.Email.templateMarkedFinalSuccess": "Template marked as final successfully",
|
|
972
993
|
"creatives.containersV2.Email.templateNameNotEmpty": "Please provide a template name",
|
|
973
994
|
"creatives.containersV2.Email.templateNamePlaceholder": "Enter template name",
|
|
995
|
+
"creatives.containersV2.Email.testMessage": "Test message",
|
|
974
996
|
"creatives.containersV2.Email.upload": "Upload image",
|
|
975
997
|
"creatives.containersV2.Email.uploadSizeError": "File size too large to upload. Please upload file upto 5 MB",
|
|
976
998
|
"creatives.containersV2.Email.uploadedAt": "Modified",
|
|
@@ -1051,6 +1073,7 @@
|
|
|
1051
1073
|
"creatives.containersV2.Line.Create.image": "Please upload an image to proceed",
|
|
1052
1074
|
"creatives.containersV2.Line.Create.inputLineTemplateContent": "Please enter the message content",
|
|
1053
1075
|
"creatives.containersV2.Line.Create.line": "Line",
|
|
1076
|
+
"creatives.containersV2.Line.Create.lineTemplateCreatedSuccessfully": "Line template created successfully",
|
|
1054
1077
|
"creatives.containersV2.Line.Create.maxUploadFileSize": "Max file size acceptable is 5mb",
|
|
1055
1078
|
"creatives.containersV2.Line.Create.maximumCharacterLengthExceeds": "Maximum characters length exceeds",
|
|
1056
1079
|
"creatives.containersV2.Line.Create.message": "Message",
|
|
@@ -1065,7 +1088,6 @@
|
|
|
1065
1088
|
"creatives.containersV2.Line.Create.somethingWentWrong": "Something went wrong!!",
|
|
1066
1089
|
"creatives.containersV2.Line.Create.template": "Template",
|
|
1067
1090
|
"creatives.containersV2.Line.Create.templateCantEmpty": "Template name cannot be empty",
|
|
1068
|
-
"creatives.containersV2.Line.Create.templateCreatedSuccessfully": "Line template created successfully",
|
|
1069
1091
|
"creatives.containersV2.Line.Create.templateEditedSuccessfully": "Line template edited successfully",
|
|
1070
1092
|
"creatives.containersV2.Line.Create.templateNameNotEmpty": "Please provide a template name",
|
|
1071
1093
|
"creatives.containersV2.Line.Create.templateNotConfigured": "template not configured,",
|
|
@@ -1078,6 +1100,17 @@
|
|
|
1078
1100
|
"creatives.containersV2.Line.Create.uploadSuccess": "Photo uploaded successfully",
|
|
1079
1101
|
"creatives.containersV2.Line.Create.uploadingImage": "Uploading image...",
|
|
1080
1102
|
"creatives.containersV2.Line.Create.valueCantEmpty": "value cannot be empty.",
|
|
1103
|
+
"creatives.containersV2.Line.CreateWrapper.accountLineListDescription": "Choose the account to send content",
|
|
1104
|
+
"creatives.containersV2.Line.CreateWrapper.accountLineListTitle": "Line accounts",
|
|
1105
|
+
"creatives.containersV2.Line.CreateWrapper.accountLineNoListTitle": "No line accounts present",
|
|
1106
|
+
"creatives.containersV2.Line.CreateWrapper.continue": "Continue",
|
|
1107
|
+
"creatives.containersV2.Line.CreateWrapper.hybridTemplateDescription": "Used to create combined text & image or video content",
|
|
1108
|
+
"creatives.containersV2.Line.CreateWrapper.hybridTemplateTitle": "Hybrid",
|
|
1109
|
+
"creatives.containersV2.Line.CreateWrapper.imageTemplateDescription": "Used for creating image or video content",
|
|
1110
|
+
"creatives.containersV2.Line.CreateWrapper.imageTemplateTitle": "Image/video template",
|
|
1111
|
+
"creatives.containersV2.Line.CreateWrapper.templateType": "Select the type of content",
|
|
1112
|
+
"creatives.containersV2.Line.CreateWrapper.textTemplateDescription": "Used for announcing offers and transaction related information",
|
|
1113
|
+
"creatives.containersV2.Line.CreateWrapper.textTemplateTitle": "Text template",
|
|
1081
1114
|
"creatives.containersV2.Line.Edit.Campaigns": "Campaigns",
|
|
1082
1115
|
"creatives.containersV2.Line.Edit.Creatives": "Creatives",
|
|
1083
1116
|
"creatives.containersV2.Line.Edit.Image": "Image",
|
|
@@ -1305,6 +1338,7 @@
|
|
|
1305
1338
|
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
1306
1339
|
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
1307
1340
|
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
1341
|
+
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
1308
1342
|
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
1309
1343
|
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
1310
1344
|
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
@@ -1317,6 +1351,7 @@
|
|
|
1317
1351
|
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
1318
1352
|
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
1319
1353
|
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
1354
|
+
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
1320
1355
|
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
1321
1356
|
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
1322
1357
|
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
@@ -1363,6 +1398,7 @@
|
|
|
1363
1398
|
"creatives.containersV2.TemplatesV2.facebook": "Facebook",
|
|
1364
1399
|
"creatives.containersV2.TemplatesV2.gallery": "Gallery",
|
|
1365
1400
|
"creatives.containersV2.TemplatesV2.header": "This is TemplatesV2 container !",
|
|
1401
|
+
"creatives.containersV2.TemplatesV2.line": "Line",
|
|
1366
1402
|
"creatives.containersV2.TemplatesV2.pushNotification": "Push notification",
|
|
1367
1403
|
"creatives.containersV2.TemplatesV2.select": "Select",
|
|
1368
1404
|
"creatives.containersV2.TemplatesV2.sms": "SMS",
|
package/translations/zh.json
CHANGED
|
@@ -56,15 +56,20 @@
|
|
|
56
56
|
"creatives.components.SmsTest.header": "",
|
|
57
57
|
"creatives.components.SmsTest.inputSmsTemplate": "",
|
|
58
58
|
"creatives.components.SmsTest.inputTemplateName": "",
|
|
59
|
+
"creatives.components.TemplatePreview.cancel": "",
|
|
59
60
|
"creatives.components.TemplatePreview.characters": "",
|
|
60
61
|
"creatives.components.TemplatePreview.charactersPerSms": "",
|
|
61
62
|
"creatives.components.TemplatePreview.charactersTotal": "",
|
|
62
63
|
"creatives.components.TemplatePreview.close": "",
|
|
64
|
+
"creatives.components.TemplatePreview.markAsRead": "",
|
|
63
65
|
"creatives.components.TemplatePreview.previewGenerated": "",
|
|
64
66
|
"creatives.components.TemplatePreview.previewGenerationMessage": "",
|
|
67
|
+
"creatives.components.TemplatePreview.reply": "",
|
|
68
|
+
"creatives.components.TemplatePreview.senderId": "",
|
|
65
69
|
"creatives.components.TemplatePreview.sms": "",
|
|
66
70
|
"creatives.components.TemplatePreview.smsFormatType": "",
|
|
67
71
|
"creatives.components.TemplatePreview.smsIcon": "",
|
|
72
|
+
"creatives.components.TemplatePreview.unicodeIconTooltip": "",
|
|
68
73
|
"creatives.components.TestPage.header": "",
|
|
69
74
|
"creatives.components.Toastr.header": "",
|
|
70
75
|
"creatives.components.ToastrMessage.close": "",
|
|
@@ -72,8 +77,11 @@
|
|
|
72
77
|
"creatives.components.TopBar.brand.dropdown": "",
|
|
73
78
|
"creatives.components.TopBar.brand.noResultText": "",
|
|
74
79
|
"creatives.components.TopBar.brand.organization": "",
|
|
80
|
+
"creatives.components.WechatRichmediaTemplatePreview.MarkAsRead": "",
|
|
81
|
+
"creatives.components.WechatRichmediaTemplatePreview.cancel": "",
|
|
75
82
|
"creatives.components.WechatRichmediaTemplatePreview.edit": "",
|
|
76
83
|
"creatives.components.WechatRichmediaTemplatePreview.header": "",
|
|
84
|
+
"creatives.components.WechatRichmediaTemplatePreview.reply": "",
|
|
77
85
|
"creatives.components.WechatRichmediaTemplatePreview.select": "",
|
|
78
86
|
"creatives.componentsV2.BreadCrumbs.header": "",
|
|
79
87
|
"creatives.componentsV2.CallTaskPreview.header": "",
|
|
@@ -112,6 +120,8 @@
|
|
|
112
120
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "",
|
|
113
121
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "",
|
|
114
122
|
"creatives.componentsV2.FormBuilder.header": "",
|
|
123
|
+
"creatives.componentsV2.FormBuilder.imageDimenstionDescription": "",
|
|
124
|
+
"creatives.componentsV2.FormBuilder.imageReUpload": "",
|
|
115
125
|
"creatives.componentsV2.FormBuilder.layoutSelection": "",
|
|
116
126
|
"creatives.componentsV2.FormBuilder.loadingEDMTemplates": "",
|
|
117
127
|
"creatives.componentsV2.FormBuilder.missingTags": "",
|
|
@@ -120,6 +130,8 @@
|
|
|
120
130
|
"creatives.componentsV2.FormBuilder.selectAFile": "",
|
|
121
131
|
"creatives.componentsV2.FormBuilder.unsupportedTags": "",
|
|
122
132
|
"creatives.componentsV2.FormBuilder.upload": "",
|
|
133
|
+
"creatives.componentsV2.FormBuilder.uploadComputer": "",
|
|
134
|
+
"creatives.componentsV2.FormBuilder.uploadGallery": "",
|
|
123
135
|
"creatives.componentsV2.FormBuilder.yes": "",
|
|
124
136
|
"creatives.componentsV2.Header.cancel": "",
|
|
125
137
|
"creatives.componentsV2.Header.header": "",
|
|
@@ -156,11 +168,13 @@
|
|
|
156
168
|
"creatives.componentsV2.TemplatePreview.charactersPerSms": "",
|
|
157
169
|
"creatives.componentsV2.TemplatePreview.charactersTotal": "",
|
|
158
170
|
"creatives.componentsV2.TemplatePreview.close": "",
|
|
171
|
+
"creatives.componentsV2.TemplatePreview.preview": "",
|
|
159
172
|
"creatives.componentsV2.TemplatePreview.previewGenerated": "",
|
|
160
173
|
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "",
|
|
161
174
|
"creatives.componentsV2.TemplatePreview.sms": "",
|
|
162
175
|
"creatives.componentsV2.TemplatePreview.smsFormatType": "",
|
|
163
176
|
"creatives.componentsV2.TemplatePreview.smsIcon": "",
|
|
177
|
+
"creatives.componentsV2.TemplatePreview.testMessage": "",
|
|
164
178
|
"creatives.componentsV2.Toastr.header": "",
|
|
165
179
|
"creatives.componentsV2.ToastrMessage.close": "",
|
|
166
180
|
"creatives.componentsV2.ToastrMessage.header": "",
|
|
@@ -171,9 +185,7 @@
|
|
|
171
185
|
"creatives.componentsV2.TopBar.logout": "",
|
|
172
186
|
"creatives.componentsV2.TopBar.profile": "",
|
|
173
187
|
"creatives.componentsV2.TopBar.settings": "",
|
|
174
|
-
"creatives.componentsv2.MobilePushPreviewV2.android": "",
|
|
175
188
|
"creatives.componentsv2.MobilePushPreviewV2.header": "",
|
|
176
|
-
"creatives.componentsv2.MobilePushPreviewV2.ios": "",
|
|
177
189
|
"creatives.containers.Assets.Gallery.alphabetically": "",
|
|
178
190
|
"creatives.containers.Assets.Gallery.assetDeleteFailed": "",
|
|
179
191
|
"creatives.containers.Assets.Gallery.assetDeleteSuccess": "",
|
|
@@ -229,6 +241,7 @@
|
|
|
229
241
|
"creatives.containers.Create.graphic_details_page": "",
|
|
230
242
|
"creatives.containers.Create.header": "",
|
|
231
243
|
"creatives.containers.Create.http_example": "",
|
|
244
|
+
"creatives.containers.Create.imageGallery": "",
|
|
232
245
|
"creatives.containers.Create.markFinalVersionLabel": "",
|
|
233
246
|
"creatives.containers.Create.maxContentCount": "",
|
|
234
247
|
"creatives.containers.Create.messageLabel": "",
|
|
@@ -246,9 +259,17 @@
|
|
|
246
259
|
"creatives.containers.Create.sourceLinkEmpty": "",
|
|
247
260
|
"creatives.containers.Create.tagsErrorMessage": "",
|
|
248
261
|
"creatives.containers.Create.tagsLabel": "",
|
|
262
|
+
"creatives.containers.Create.templateAddTag": "",
|
|
249
263
|
"creatives.containers.Create.templateDataNotValid": "",
|
|
250
264
|
"creatives.containers.Create.templateMarkedFinal": "",
|
|
265
|
+
"creatives.containers.Create.templateMessageError": "",
|
|
266
|
+
"creatives.containers.Create.templateMessagePlaceholder": "",
|
|
267
|
+
"creatives.containers.Create.templateMessagePreviewPropsError": "",
|
|
268
|
+
"creatives.containers.Create.templateMessagePreviewPropsInductiveText": "",
|
|
269
|
+
"creatives.containers.Create.templateMessagePreviewPropsLabel": "",
|
|
270
|
+
"creatives.containers.Create.templateNameErrorPlaceholder": "",
|
|
251
271
|
"creatives.containers.Create.templateNamePlaceHolder": "",
|
|
272
|
+
"creatives.containers.Create.templatePlaceholder": "",
|
|
252
273
|
"creatives.containers.Create.titleCharacterCount": "",
|
|
253
274
|
"creatives.containers.Create.titleEmpty": "",
|
|
254
275
|
"creatives.containers.Create.titleNameRepeated": "",
|
|
@@ -971,6 +992,7 @@
|
|
|
971
992
|
"creatives.containersV2.Email.templateMarkedFinalSuccess": "",
|
|
972
993
|
"creatives.containersV2.Email.templateNameNotEmpty": "",
|
|
973
994
|
"creatives.containersV2.Email.templateNamePlaceholder": "",
|
|
995
|
+
"creatives.containersV2.Email.testMessage": "",
|
|
974
996
|
"creatives.containersV2.Email.upload": "",
|
|
975
997
|
"creatives.containersV2.Email.uploadSizeError": "",
|
|
976
998
|
"creatives.containersV2.Email.uploadedAt": "",
|
|
@@ -1051,6 +1073,7 @@
|
|
|
1051
1073
|
"creatives.containersV2.Line.Create.image": "",
|
|
1052
1074
|
"creatives.containersV2.Line.Create.inputLineTemplateContent": "",
|
|
1053
1075
|
"creatives.containersV2.Line.Create.line": "",
|
|
1076
|
+
"creatives.containersV2.Line.Create.lineTemplateCreatedSuccessfully": "",
|
|
1054
1077
|
"creatives.containersV2.Line.Create.maxUploadFileSize": "",
|
|
1055
1078
|
"creatives.containersV2.Line.Create.maximumCharacterLengthExceeds": "",
|
|
1056
1079
|
"creatives.containersV2.Line.Create.message": "",
|
|
@@ -1065,7 +1088,6 @@
|
|
|
1065
1088
|
"creatives.containersV2.Line.Create.somethingWentWrong": "",
|
|
1066
1089
|
"creatives.containersV2.Line.Create.template": "",
|
|
1067
1090
|
"creatives.containersV2.Line.Create.templateCantEmpty": "",
|
|
1068
|
-
"creatives.containersV2.Line.Create.templateCreatedSuccessfully": "",
|
|
1069
1091
|
"creatives.containersV2.Line.Create.templateEditedSuccessfully": "",
|
|
1070
1092
|
"creatives.containersV2.Line.Create.templateNameNotEmpty": "",
|
|
1071
1093
|
"creatives.containersV2.Line.Create.templateNotConfigured": "",
|
|
@@ -1078,6 +1100,17 @@
|
|
|
1078
1100
|
"creatives.containersV2.Line.Create.uploadSuccess": "",
|
|
1079
1101
|
"creatives.containersV2.Line.Create.uploadingImage": "",
|
|
1080
1102
|
"creatives.containersV2.Line.Create.valueCantEmpty": "",
|
|
1103
|
+
"creatives.containersV2.Line.CreateWrapper.accountLineListDescription": "",
|
|
1104
|
+
"creatives.containersV2.Line.CreateWrapper.accountLineListTitle": "",
|
|
1105
|
+
"creatives.containersV2.Line.CreateWrapper.accountLineNoListTitle": "",
|
|
1106
|
+
"creatives.containersV2.Line.CreateWrapper.continue": "",
|
|
1107
|
+
"creatives.containersV2.Line.CreateWrapper.hybridTemplateDescription": "",
|
|
1108
|
+
"creatives.containersV2.Line.CreateWrapper.hybridTemplateTitle": "",
|
|
1109
|
+
"creatives.containersV2.Line.CreateWrapper.imageTemplateDescription": "",
|
|
1110
|
+
"creatives.containersV2.Line.CreateWrapper.imageTemplateTitle": "",
|
|
1111
|
+
"creatives.containersV2.Line.CreateWrapper.templateType": "",
|
|
1112
|
+
"creatives.containersV2.Line.CreateWrapper.textTemplateDescription": "",
|
|
1113
|
+
"creatives.containersV2.Line.CreateWrapper.textTemplateTitle": "",
|
|
1081
1114
|
"creatives.containersV2.Line.Edit.Campaigns": "",
|
|
1082
1115
|
"creatives.containersV2.Line.Edit.Creatives": "",
|
|
1083
1116
|
"creatives.containersV2.Line.Edit.Image": "",
|
|
@@ -1305,6 +1338,7 @@
|
|
|
1305
1338
|
"creatives.containersV2.Templates.imageTemplate": "",
|
|
1306
1339
|
"creatives.containersV2.Templates.invalidUploadFileError": "",
|
|
1307
1340
|
"creatives.containersV2.Templates.layoutSelection": "",
|
|
1341
|
+
"creatives.containersV2.Templates.lineAccount": "",
|
|
1308
1342
|
"creatives.containersV2.Templates.lineHeader": "",
|
|
1309
1343
|
"creatives.containersV2.Templates.mapTemplate": "",
|
|
1310
1344
|
"creatives.containersV2.Templates.mapTemplates": "",
|
|
@@ -1317,6 +1351,7 @@
|
|
|
1317
1351
|
"creatives.containersV2.Templates.newTemplate": "",
|
|
1318
1352
|
"creatives.containersV2.Templates.noAccountMessage": "",
|
|
1319
1353
|
"creatives.containersV2.Templates.noAccountsPresent": "",
|
|
1354
|
+
"creatives.containersV2.Templates.noAccountsPresentLine": "",
|
|
1320
1355
|
"creatives.containersV2.Templates.noAccountsPresentWeChat": "",
|
|
1321
1356
|
"creatives.containersV2.Templates.noTemplatesFound": "",
|
|
1322
1357
|
"creatives.containersV2.Templates.noTemplatesMessage": "",
|
|
@@ -1363,6 +1398,7 @@
|
|
|
1363
1398
|
"creatives.containersV2.TemplatesV2.facebook": "",
|
|
1364
1399
|
"creatives.containersV2.TemplatesV2.gallery": "",
|
|
1365
1400
|
"creatives.containersV2.TemplatesV2.header": "",
|
|
1401
|
+
"creatives.containersV2.TemplatesV2.line": "",
|
|
1366
1402
|
"creatives.containersV2.TemplatesV2.pushNotification": "",
|
|
1367
1403
|
"creatives.containersV2.TemplatesV2.select": "",
|
|
1368
1404
|
"creatives.containersV2.TemplatesV2.sms": "",
|