@capillarytech/creatives-library 7.15.3 → 7.15.6
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/containers/Cap/tests/__snapshots__/index.test.js.snap +193 -4
- package/containers/LanguageProvider/index.js +2 -0
- package/containers/LanguageProvider/tests/index.test.js +1 -0
- package/i18n.js +7 -2
- package/package.json +1 -1
- package/reducers.js +2 -0
- package/tests/integration/TemplateCreation/TemplateCreation.integration.test.js +420 -0
- package/tests/integration/TemplateCreation/api-response.js +1663 -0
- package/tests/integration/TemplateCreation/helper.js +23 -0
- package/tests/integration/TemplateCreation/mocks/initialState.js +428 -0
- package/tests/integration/TemplateCreation/msw-handler.js +48 -0
- package/translations/en.json +192 -4
- package/translations/ja-JP.json +2013 -0
- package/translations/zh.json +191 -3
- package/v2Components/CapActionButton/index.js +1 -0
- package/v2Components/CapVideoUpload/index.scss +0 -5
- package/v2Containers/Assets/Gallery/index.js +1 -1
- package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +193 -4
- package/v2Containers/CreativesContainer/index.js +2 -2
- package/v2Containers/CreativesContainer/selectors.js +2 -2
- package/v2Containers/CreativesContainer/tests/index.test.js +28 -0
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +579 -12
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +386 -8
- package/v2Containers/Line/Container/Text/index.js +3 -2
- package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +3285 -68
- package/v2Containers/Line/Container/index.js +1 -1
- package/v2Containers/Line/Container/tests/__snapshots__/index.test.js.snap +3474 -72
- package/v2Containers/Rcs/index.js +3 -0
- package/v2Containers/Rcs/messages.js +1 -1
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +9374 -250
- package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +772 -16
- package/v2Containers/SmsTrai/Create/tests/selectors.test.js +10 -0
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +1544 -32
- package/v2Containers/Templates/index.js +2 -3
- package/v2Containers/Templates/messages.js +2 -2
- package/v2Containers/TemplatesV2/index.js +1 -1
- package/v2Containers/Viber/index.js +1 -0
- package/v2Containers/Whatsapp/index.js +0 -1
- package/v2Containers/Whatsapp/messages.js +1 -1
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +13703 -284
- package/v2Containers/mockdata.js +128 -0
|
@@ -0,0 +1,2013 @@
|
|
|
1
|
+
{
|
|
2
|
+
"app.components.CapVideoUpload.dragAndDrop": "",
|
|
3
|
+
"app.components.CapVideoUpload.fileFormat": "",
|
|
4
|
+
"app.components.CapVideoUpload.imageReUpload": "",
|
|
5
|
+
"app.components.CapVideoUpload.or": "",
|
|
6
|
+
"app.components.CapVideoUpload.selectFromComputer": "",
|
|
7
|
+
"app.components.CapVideoUpload.textMessageAddLabel": "",
|
|
8
|
+
"app.components.CapVideoUpload.textMessageCreateNew": "",
|
|
9
|
+
"app.components.CapVideoUpload.textMessageORLabel": "",
|
|
10
|
+
"app.components.CapVideoUpload.textMessageSelectTemplate": "",
|
|
11
|
+
"app.components.CapVideoUpload.videoIncorrectSize": "",
|
|
12
|
+
"app.components.CapVideoUpload.videoRatioDescription": "",
|
|
13
|
+
"app.components.CapVideoUpload.videoSizeDescription": "",
|
|
14
|
+
"app.components.CapVideoUpload.whatsappErrorMessage": "",
|
|
15
|
+
"app.components.CapVideoUpload.whatsappFileFormat": "",
|
|
16
|
+
"app.components.TemplatePreview.includesOptoutTag": "",
|
|
17
|
+
"app.components.TemplatePreview.optoutCharactersTotal": "",
|
|
18
|
+
"app.components.TemplatePreview.whatsappMessageLength": "",
|
|
19
|
+
"app.v2containers.SmsTrai.Create.deferEdit": "",
|
|
20
|
+
"app.v2containers.SmsTrai.Create.doneButtonLabel": "",
|
|
21
|
+
"app.v2containers.SmsTrai.Create.downloadIssues": "",
|
|
22
|
+
"app.v2containers.SmsTrai.Create.dropCsvFile": "",
|
|
23
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateIdInstruction": "",
|
|
24
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateNameInstruction": "",
|
|
25
|
+
"app.v2containers.SmsTrai.Create.failedToUpload": "",
|
|
26
|
+
"app.v2containers.SmsTrai.Create.failedVal": "",
|
|
27
|
+
"app.v2containers.SmsTrai.Create.fileMaxlengthError": "",
|
|
28
|
+
"app.v2containers.SmsTrai.Create.fileMinlengthError": "",
|
|
29
|
+
"app.v2containers.SmsTrai.Create.headerAliasErrorDescription": "",
|
|
30
|
+
"app.v2containers.SmsTrai.Create.mandatoryColErrorDescription": "",
|
|
31
|
+
"app.v2containers.SmsTrai.Create.mandatoryColInstruction": "",
|
|
32
|
+
"app.v2containers.SmsTrai.Create.nonCsvErrorDescription": "",
|
|
33
|
+
"app.v2containers.SmsTrai.Create.numberOfRecords": "",
|
|
34
|
+
"app.v2containers.SmsTrai.Create.or": "",
|
|
35
|
+
"app.v2containers.SmsTrai.Create.passedVal": "",
|
|
36
|
+
"app.v2containers.SmsTrai.Create.repetitiveColsErrorDescription": "",
|
|
37
|
+
"app.v2containers.SmsTrai.Create.rowLimitInstruction": "",
|
|
38
|
+
"app.v2containers.SmsTrai.Create.sampleCsv": "",
|
|
39
|
+
"app.v2containers.SmsTrai.Create.sampleFileInstruction": "",
|
|
40
|
+
"app.v2containers.SmsTrai.Create.selectFileFromComputer": "",
|
|
41
|
+
"app.v2containers.SmsTrai.Create.smsCreateNotification": "",
|
|
42
|
+
"app.v2containers.SmsTrai.Create.statusAliasErrorDescription": "",
|
|
43
|
+
"app.v2containers.SmsTrai.Create.statusesInstruction": "",
|
|
44
|
+
"app.v2containers.SmsTrai.Create.tempInstruction": "",
|
|
45
|
+
"app.v2containers.SmsTrai.Create.templateIdAliasErrorDescription": "",
|
|
46
|
+
"app.v2containers.SmsTrai.Create.templateMessageAliasErrorDescription": "",
|
|
47
|
+
"app.v2containers.SmsTrai.Create.trimInstruction": "",
|
|
48
|
+
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "",
|
|
49
|
+
"app.v2containers.SmsTrai.Create.uploadFile": "",
|
|
50
|
+
"app.v2containers.SmsTrai.Create.uploadInstructions": "",
|
|
51
|
+
"creatives.components.AccessForbidden.forbiddenDesc": "",
|
|
52
|
+
"creatives.components.AccessForbidden.forbiddenHeader": "",
|
|
53
|
+
"creatives.components.BreadCrumbs.header": "",
|
|
54
|
+
"creatives.components.CapTagList.Cancel": "",
|
|
55
|
+
"creatives.components.CapTagList.Ok": "",
|
|
56
|
+
"creatives.components.CapTagList.all": "",
|
|
57
|
+
"creatives.components.CapTagList.dynamic_days_before_expiry": "",
|
|
58
|
+
"creatives.components.CapTagList.loyalty": "",
|
|
59
|
+
"creatives.components.CapTagList.numberOfDaysBeforeExpiry": "",
|
|
60
|
+
"creatives.components.CapTagList.outbound": "",
|
|
61
|
+
"creatives.components.Ckeditor.header": "",
|
|
62
|
+
"creatives.components.CustomPopOver.header": "",
|
|
63
|
+
"creatives.components.CustomPopOver.languages": "",
|
|
64
|
+
"creatives.components.DateRange.from": "",
|
|
65
|
+
"creatives.components.DateRange.header": "",
|
|
66
|
+
"creatives.components.DateRange.to": "",
|
|
67
|
+
"creatives.components.DateRange.today": "",
|
|
68
|
+
"creatives.components.Edmeditor.header": "",
|
|
69
|
+
"creatives.components.EmailPreview.browserNotSupportIframe": "",
|
|
70
|
+
"creatives.components.EmailPreview.desktop": "",
|
|
71
|
+
"creatives.components.EmailPreview.lastModified": "",
|
|
72
|
+
"creatives.components.EmailPreview.mobile": "",
|
|
73
|
+
"creatives.components.EmailPreview.tablet": "",
|
|
74
|
+
"creatives.components.EmailPreview.uploadedBy": "",
|
|
75
|
+
"creatives.components.Footer.header": "",
|
|
76
|
+
"creatives.components.FormBuilder.cancel": "",
|
|
77
|
+
"creatives.components.FormBuilder.contentNotValidLanguage": "",
|
|
78
|
+
"creatives.components.FormBuilder.genericTagsValidationError": "",
|
|
79
|
+
"creatives.components.FormBuilder.header": "",
|
|
80
|
+
"creatives.components.FormBuilder.layoutSelection": "",
|
|
81
|
+
"creatives.components.FormBuilder.loadingEDMTemplates": "",
|
|
82
|
+
"creatives.components.FormBuilder.missingTags": "",
|
|
83
|
+
"creatives.components.FormBuilder.missingTagsValidationError": "",
|
|
84
|
+
"creatives.components.FormBuilder.ok": "",
|
|
85
|
+
"creatives.components.FormBuilder.unsupportedTags": "",
|
|
86
|
+
"creatives.components.FormBuilder.unsupportedTagsValidationError": "",
|
|
87
|
+
"creatives.components.FormBuilder.yes": "",
|
|
88
|
+
"creatives.components.Header.cancel": "",
|
|
89
|
+
"creatives.components.Header.enterTemplateName": "",
|
|
90
|
+
"creatives.components.Header.header": "",
|
|
91
|
+
"creatives.components.Header.preview": "",
|
|
92
|
+
"creatives.components.Header.save": "",
|
|
93
|
+
"creatives.components.ImagePreview.close": "",
|
|
94
|
+
"creatives.components.ImagePreview.loadingImage": "",
|
|
95
|
+
"creatives.components.NotFoundPage.header": "",
|
|
96
|
+
"creatives.components.PageHeader.header": "",
|
|
97
|
+
"creatives.components.PreviewSideBar.android": "",
|
|
98
|
+
"creatives.components.PreviewSideBar.duplicate": "",
|
|
99
|
+
"creatives.components.PreviewSideBar.edit": "",
|
|
100
|
+
"creatives.components.PreviewSideBar.header": "",
|
|
101
|
+
"creatives.components.PreviewSideBar.ios": "",
|
|
102
|
+
"creatives.components.PreviewSideBar.lastModified": "",
|
|
103
|
+
"creatives.components.PreviewSideBar.select": "",
|
|
104
|
+
"creatives.components.PreviewSideBar.uploadedBy": "",
|
|
105
|
+
"creatives.components.Sidebar.creatives": "",
|
|
106
|
+
"creatives.components.Sidebar.input.placeholder": "",
|
|
107
|
+
"creatives.components.Sidebar.menuTitle": "",
|
|
108
|
+
"creatives.components.SmsTest.header": "",
|
|
109
|
+
"creatives.components.SmsTest.inputSmsTemplate": "",
|
|
110
|
+
"creatives.components.SmsTest.inputTemplateName": "",
|
|
111
|
+
"creatives.components.TemplatePreview.cancel": "",
|
|
112
|
+
"creatives.components.TemplatePreview.characters": "",
|
|
113
|
+
"creatives.components.TemplatePreview.charactersPerSms": "",
|
|
114
|
+
"creatives.components.TemplatePreview.charactersTotal": "",
|
|
115
|
+
"creatives.components.TemplatePreview.close": "",
|
|
116
|
+
"creatives.components.TemplatePreview.markAsRead": "",
|
|
117
|
+
"creatives.components.TemplatePreview.previewGenerated": "",
|
|
118
|
+
"creatives.components.TemplatePreview.previewGenerationMessage": "",
|
|
119
|
+
"creatives.components.TemplatePreview.reply": "",
|
|
120
|
+
"creatives.components.TemplatePreview.senderId": "",
|
|
121
|
+
"creatives.components.TemplatePreview.sms": "",
|
|
122
|
+
"creatives.components.TemplatePreview.smsFormatType": "",
|
|
123
|
+
"creatives.components.TemplatePreview.smsIcon": "",
|
|
124
|
+
"creatives.components.TemplatePreview.unicodeIconTooltip": "",
|
|
125
|
+
"creatives.components.TestPage.header": "",
|
|
126
|
+
"creatives.components.Toastr.header": "",
|
|
127
|
+
"creatives.components.ToastrMessage.close": "",
|
|
128
|
+
"creatives.components.ToastrMessage.header": "",
|
|
129
|
+
"creatives.components.TopBar.brand.dropdown": "",
|
|
130
|
+
"creatives.components.TopBar.brand.noResultText": "",
|
|
131
|
+
"creatives.components.TopBar.brand.organization": "",
|
|
132
|
+
"creatives.components.WechatRichmediaTemplatePreview.MarkAsRead": "",
|
|
133
|
+
"creatives.components.WechatRichmediaTemplatePreview.cancel": "",
|
|
134
|
+
"creatives.components.WechatRichmediaTemplatePreview.edit": "",
|
|
135
|
+
"creatives.components.WechatRichmediaTemplatePreview.header": "",
|
|
136
|
+
"creatives.components.WechatRichmediaTemplatePreview.reply": "",
|
|
137
|
+
"creatives.components.WechatRichmediaTemplatePreview.select": "",
|
|
138
|
+
"creatives.componentsV2.BreadCrumbs.header": "",
|
|
139
|
+
"creatives.componentsV2.CallTaskPreview.header": "",
|
|
140
|
+
"creatives.componentsV2.CapActionButton.addButton": "",
|
|
141
|
+
"creatives.componentsV2.CapActionButton.comingSoonTooltip": "",
|
|
142
|
+
"creatives.componentsV2.CapActionButton.inValidUrlErrorMessage": "",
|
|
143
|
+
"creatives.componentsV2.CapActionButton.templateButtonLink": "",
|
|
144
|
+
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "",
|
|
145
|
+
"creatives.componentsV2.CapActionButton.templateButtonText": "",
|
|
146
|
+
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "",
|
|
147
|
+
"creatives.componentsV2.CapDocumentUpload.docErrorDesc": "",
|
|
148
|
+
"creatives.componentsV2.CapDocumentUpload.docReUpload": "",
|
|
149
|
+
"creatives.componentsV2.CapDocumentUpload.dragAndDrop": "",
|
|
150
|
+
"creatives.componentsV2.CapDocumentUpload.format": "",
|
|
151
|
+
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "",
|
|
152
|
+
"creatives.componentsV2.CapDocumentUpload.or": "",
|
|
153
|
+
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "",
|
|
154
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "",
|
|
155
|
+
"creatives.componentsV2.CapImageUpload.aspectRatio": "",
|
|
156
|
+
"creatives.componentsV2.CapImageUpload.dragAndDrop": "",
|
|
157
|
+
"creatives.componentsV2.CapImageUpload.format": "",
|
|
158
|
+
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "",
|
|
159
|
+
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "",
|
|
160
|
+
"creatives.componentsV2.CapImageUpload.imageGallery": "",
|
|
161
|
+
"creatives.componentsV2.CapImageUpload.imageReUpload": "",
|
|
162
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "",
|
|
163
|
+
"creatives.componentsV2.CapImageUpload.or": "",
|
|
164
|
+
"creatives.componentsV2.CapImageUpload.uploadComputer": "",
|
|
165
|
+
"creatives.componentsV2.CapImageUpload.uploadGallery": "",
|
|
166
|
+
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "",
|
|
167
|
+
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "",
|
|
168
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "",
|
|
169
|
+
"creatives.componentsV2.CapTagList.Cancel": "",
|
|
170
|
+
"creatives.componentsV2.CapTagList.Ok": "",
|
|
171
|
+
"creatives.componentsV2.CapTagList.all": "",
|
|
172
|
+
"creatives.componentsV2.CapTagList.dynamic_days_before_expiry": "",
|
|
173
|
+
"creatives.componentsV2.CapTagList.gettingTags": "",
|
|
174
|
+
"creatives.componentsV2.CapTagList.loyalty": "",
|
|
175
|
+
"creatives.componentsV2.CapTagList.loyaltyAttributeDisable": "",
|
|
176
|
+
"creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "",
|
|
177
|
+
"creatives.componentsV2.CapTagList.outbound": "",
|
|
178
|
+
"creatives.componentsV2.CapTagList.search": "",
|
|
179
|
+
"creatives.componentsV2.Ckeditor.header": "",
|
|
180
|
+
"creatives.componentsV2.CmsTemplatesComponent.header": "",
|
|
181
|
+
"creatives.componentsV2.CmsTemplatesComponent.select": "",
|
|
182
|
+
"creatives.componentsV2.CustomPopOver.header": "",
|
|
183
|
+
"creatives.componentsV2.CustomPopOver.languages": "",
|
|
184
|
+
"creatives.componentsV2.Edmeditor.header": "",
|
|
185
|
+
"creatives.componentsV2.EmailPreview.browserDoesntSupportIframe": "",
|
|
186
|
+
"creatives.componentsV2.EmailPreview.close": "",
|
|
187
|
+
"creatives.componentsV2.EmailPreview.lastModified": "",
|
|
188
|
+
"creatives.componentsV2.EmailPreview.subject": "",
|
|
189
|
+
"creatives.componentsV2.EmailPreview.uploadedBy": "",
|
|
190
|
+
"creatives.componentsV2.EmailPreviewV2.browserDoesntSupportIframe": "",
|
|
191
|
+
"creatives.componentsV2.EmailPreviewV2.desktop": "",
|
|
192
|
+
"creatives.componentsV2.EmailPreviewV2.header": "",
|
|
193
|
+
"creatives.componentsV2.EmailPreviewV2.lastModified": "",
|
|
194
|
+
"creatives.componentsV2.EmailPreviewV2.mobile": "",
|
|
195
|
+
"creatives.componentsV2.EmailPreviewV2.noIframeSupport": "",
|
|
196
|
+
"creatives.componentsV2.EmailPreviewV2.showAllDevices": "",
|
|
197
|
+
"creatives.componentsV2.EmailPreviewV2.subject": "",
|
|
198
|
+
"creatives.componentsV2.EmailPreviewV2.tablet": "",
|
|
199
|
+
"creatives.componentsV2.EmailPreviewV2.uploadedBy": "",
|
|
200
|
+
"creatives.componentsV2.FTP.message": "",
|
|
201
|
+
"creatives.componentsV2.FTP.search": "",
|
|
202
|
+
"creatives.componentsV2.Footer.header": "",
|
|
203
|
+
"creatives.componentsV2.FormBuilder.cancel": "",
|
|
204
|
+
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "",
|
|
205
|
+
"creatives.componentsV2.FormBuilder.dragAndDrop": "",
|
|
206
|
+
"creatives.componentsV2.FormBuilder.header": "",
|
|
207
|
+
"creatives.componentsV2.FormBuilder.imageDimenstionDescription": "",
|
|
208
|
+
"creatives.componentsV2.FormBuilder.imageReUpload": "",
|
|
209
|
+
"creatives.componentsV2.FormBuilder.layoutSelection": "",
|
|
210
|
+
"creatives.componentsV2.FormBuilder.loadingEDMTemplates": "",
|
|
211
|
+
"creatives.componentsV2.FormBuilder.missingTags": "",
|
|
212
|
+
"creatives.componentsV2.FormBuilder.ok": "",
|
|
213
|
+
"creatives.componentsV2.FormBuilder.or": "",
|
|
214
|
+
"creatives.componentsV2.FormBuilder.selectAFile": "",
|
|
215
|
+
"creatives.componentsV2.FormBuilder.unsupportedTags": "",
|
|
216
|
+
"creatives.componentsV2.FormBuilder.upload": "",
|
|
217
|
+
"creatives.componentsV2.FormBuilder.uploadComputer": "",
|
|
218
|
+
"creatives.componentsV2.FormBuilder.uploadGallery": "",
|
|
219
|
+
"creatives.componentsV2.FormBuilder.yes": "",
|
|
220
|
+
"creatives.componentsV2.Header.cancel": "",
|
|
221
|
+
"creatives.componentsV2.Header.header": "",
|
|
222
|
+
"creatives.componentsV2.Header.preview": "",
|
|
223
|
+
"creatives.componentsV2.Header.save": "",
|
|
224
|
+
"creatives.componentsV2.ImagePreview.close": "",
|
|
225
|
+
"creatives.componentsV2.ImagePreview.loadingImage": "",
|
|
226
|
+
"creatives.componentsV2.NavigationBar.businessProcesses": "",
|
|
227
|
+
"creatives.componentsV2.NavigationBar.campaigns/ui/list": "",
|
|
228
|
+
"creatives.componentsV2.NavigationBar.header": "",
|
|
229
|
+
"creatives.componentsV2.NavigationBar.insights": "",
|
|
230
|
+
"creatives.componentsV2.NavigationBar.logout": "",
|
|
231
|
+
"creatives.componentsV2.NavigationBar.loyaltyProgram": "",
|
|
232
|
+
"creatives.componentsV2.NavigationBar.memberCare": "",
|
|
233
|
+
"creatives.componentsV2.NavigationBar.noProductSetting": "",
|
|
234
|
+
"creatives.componentsV2.NavigationBar.orgSettings": "",
|
|
235
|
+
"creatives.componentsV2.NavigationBar.selectedProductDefault": "",
|
|
236
|
+
"creatives.componentsV2.NavigationBar.storeCare": "",
|
|
237
|
+
"creatives.componentsV2.NavigationBar.storePerformance": "",
|
|
238
|
+
"creatives.componentsV2.NavigationBar.wecrm": "",
|
|
239
|
+
"creatives.componentsV2.NewCallTask.callTaskTitle": "",
|
|
240
|
+
"creatives.componentsV2.NewCallTask.description": "",
|
|
241
|
+
"creatives.componentsV2.NewCallTask.done": "",
|
|
242
|
+
"creatives.componentsV2.NewCallTask.messageHeader": "",
|
|
243
|
+
"creatives.componentsV2.NewCallTask.personalisationTags": "",
|
|
244
|
+
"creatives.componentsV2.NewCallTask.useInS2D": "",
|
|
245
|
+
"creatives.componentsV2.PreviewSideBar.duplicate": "",
|
|
246
|
+
"creatives.componentsV2.PreviewSideBar.edit": "",
|
|
247
|
+
"creatives.componentsV2.PreviewSideBar.header": "",
|
|
248
|
+
"creatives.componentsV2.PreviewSideBar.lastModified": "",
|
|
249
|
+
"creatives.componentsV2.PreviewSideBar.select": "",
|
|
250
|
+
"creatives.componentsV2.PreviewSideBar.uploadedBy": "",
|
|
251
|
+
"creatives.componentsV2.SmsTest.header": "",
|
|
252
|
+
"creatives.componentsV2.SmsTest.inputSmsTemplate": "",
|
|
253
|
+
"creatives.componentsV2.SmsTest.inputTemplateName": "",
|
|
254
|
+
"creatives.componentsV2.TemplatePreview.charactersPerSms": "",
|
|
255
|
+
"creatives.componentsV2.TemplatePreview.charactersTotal": "",
|
|
256
|
+
"creatives.componentsV2.TemplatePreview.close": "",
|
|
257
|
+
"creatives.componentsV2.TemplatePreview.playVideo": "",
|
|
258
|
+
"creatives.componentsV2.TemplatePreview.preview": "",
|
|
259
|
+
"creatives.componentsV2.TemplatePreview.previewGenerated": "",
|
|
260
|
+
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "",
|
|
261
|
+
"creatives.componentsV2.TemplatePreview.showDetails": "",
|
|
262
|
+
"creatives.componentsV2.TemplatePreview.sms": "",
|
|
263
|
+
"creatives.componentsV2.TemplatePreview.smsFormatType": "",
|
|
264
|
+
"creatives.componentsV2.TemplatePreview.smsIcon": "",
|
|
265
|
+
"creatives.componentsV2.TemplatePreview.testMessage": "",
|
|
266
|
+
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "",
|
|
267
|
+
"creatives.componentsV2.TemplatePreview.textMessageLabel": "",
|
|
268
|
+
"creatives.componentsV2.TemplatePreview.videoPreviewTooltip": "",
|
|
269
|
+
"creatives.componentsV2.Toastr.header": "",
|
|
270
|
+
"creatives.componentsV2.ToastrMessage.close": "",
|
|
271
|
+
"creatives.componentsV2.ToastrMessage.header": "",
|
|
272
|
+
"creatives.componentsV2.TopBar.brand.dropdown": "",
|
|
273
|
+
"creatives.componentsV2.TopBar.brand.hi": "",
|
|
274
|
+
"creatives.componentsV2.TopBar.brand.selectOrganization": "",
|
|
275
|
+
"creatives.componentsV2.TopBar.brand.selectProduct": "",
|
|
276
|
+
"creatives.componentsV2.TopBar.logout": "",
|
|
277
|
+
"creatives.componentsV2.TopBar.profile": "",
|
|
278
|
+
"creatives.componentsV2.TopBar.settings": "",
|
|
279
|
+
"creatives.componentsV2.unbalanacedCurlyBraces": "",
|
|
280
|
+
"creatives.componentsv2.MobilePushPreviewV2.header": "",
|
|
281
|
+
"creatives.containers.Assets.Gallery.alphabetically": "",
|
|
282
|
+
"creatives.containers.Assets.Gallery.assetDeleteFailed": "",
|
|
283
|
+
"creatives.containers.Assets.Gallery.assetDeleteSuccess": "",
|
|
284
|
+
"creatives.containers.Assets.Gallery.assetUploadFailed": "",
|
|
285
|
+
"creatives.containers.Assets.Gallery.assetUploadSuccess": "",
|
|
286
|
+
"creatives.containers.Assets.Gallery.backToGallery": "",
|
|
287
|
+
"creatives.containers.Assets.Gallery.delete": "",
|
|
288
|
+
"creatives.containers.Assets.Gallery.dimensions": "",
|
|
289
|
+
"creatives.containers.Assets.Gallery.gallery": "",
|
|
290
|
+
"creatives.containers.Assets.Gallery.imagePreview": "",
|
|
291
|
+
"creatives.containers.Assets.Gallery.mostRecent": "",
|
|
292
|
+
"creatives.containers.Assets.Gallery.preview": "",
|
|
293
|
+
"creatives.containers.Assets.Gallery.search": "",
|
|
294
|
+
"creatives.containers.Assets.Gallery.select": "",
|
|
295
|
+
"creatives.containers.Assets.Gallery.size": "",
|
|
296
|
+
"creatives.containers.Assets.Gallery.sortby": "",
|
|
297
|
+
"creatives.containers.Assets.Gallery.upload": "",
|
|
298
|
+
"creatives.containers.Assets.Gallery.uploadedAt": "",
|
|
299
|
+
"creatives.containers.Assets.Gallery.uploadedBy": "",
|
|
300
|
+
"creatives.containers.Assets.Gallery.uploadedOn": "",
|
|
301
|
+
"creatives.containers.Create.Anyone": "",
|
|
302
|
+
"creatives.containers.Create.Author": "",
|
|
303
|
+
"creatives.containers.Create.Content*": "",
|
|
304
|
+
"creatives.containers.Create.Cover_abstract": "",
|
|
305
|
+
"creatives.containers.Create.Cover_image*": "",
|
|
306
|
+
"creatives.containers.Create.Insert_Image": "",
|
|
307
|
+
"creatives.containers.Create.No_one": "",
|
|
308
|
+
"creatives.containers.Create.Only_followers": "",
|
|
309
|
+
"creatives.containers.Create.Please_input_author": "",
|
|
310
|
+
"creatives.containers.Create.Please_input_content": "",
|
|
311
|
+
"creatives.containers.Create.Please_input_cover_abstract": "",
|
|
312
|
+
"creatives.containers.Create.Please_input_title": "",
|
|
313
|
+
"creatives.containers.Create.Show_cover_picture": "",
|
|
314
|
+
"creatives.containers.Create.Source_link": "",
|
|
315
|
+
"creatives.containers.Create.Title*": "",
|
|
316
|
+
"creatives.containers.Create.Upload_Image": "",
|
|
317
|
+
"creatives.containers.Create.Who_can_post_comments_on_this_content": "",
|
|
318
|
+
"creatives.containers.Create.addNewRichmedia": "",
|
|
319
|
+
"creatives.containers.Create.alertMessage": "",
|
|
320
|
+
"creatives.containers.Create.authorCharacterCount": "",
|
|
321
|
+
"creatives.containers.Create.cancelButton": "",
|
|
322
|
+
"creatives.containers.Create.contentEmpty": "",
|
|
323
|
+
"creatives.containers.Create.coverAbstractCharacterCount": "",
|
|
324
|
+
"creatives.containers.Create.deleteContent": "",
|
|
325
|
+
"creatives.containers.Create.deleteLabel": "",
|
|
326
|
+
"creatives.containers.Create.deleteVersion": "",
|
|
327
|
+
"creatives.containers.Create.discardChangesButton": "",
|
|
328
|
+
"creatives.containers.Create.duplicateLabel": "",
|
|
329
|
+
"creatives.containers.Create.emptyTemplateErrorMessage": "",
|
|
330
|
+
"creatives.containers.Create.emptyTemplateName": "",
|
|
331
|
+
"creatives.containers.Create.formEmpty": "",
|
|
332
|
+
"creatives.containers.Create.goBackConfirmation": "",
|
|
333
|
+
"creatives.containers.Create.graphic_details_page": "",
|
|
334
|
+
"creatives.containers.Create.header": "",
|
|
335
|
+
"creatives.containers.Create.http_example": "",
|
|
336
|
+
"creatives.containers.Create.markFinalVersionLabel": "",
|
|
337
|
+
"creatives.containers.Create.maxContentCount": "",
|
|
338
|
+
"creatives.containers.Create.messageLabel": "",
|
|
339
|
+
"creatives.containers.Create.modalBody": "",
|
|
340
|
+
"creatives.containers.Create.modalTitle": "",
|
|
341
|
+
"creatives.containers.Create.newVersionLabel": "",
|
|
342
|
+
"creatives.containers.Create.noImage": "",
|
|
343
|
+
"creatives.containers.Create.renameLabel": "",
|
|
344
|
+
"creatives.containers.Create.saveButton": "",
|
|
345
|
+
"creatives.containers.Create.saveSuccess": "",
|
|
346
|
+
"creatives.containers.Create.saveTemplateLoader": "",
|
|
347
|
+
"creatives.containers.Create.smsCreateSuccess": "",
|
|
348
|
+
"creatives.containers.Create.smsEditorPlaceholder": "",
|
|
349
|
+
"creatives.containers.Create.somethingWentWrong": "",
|
|
350
|
+
"creatives.containers.Create.sourceLinkEmpty": "",
|
|
351
|
+
"creatives.containers.Create.tagsErrorMessage": "",
|
|
352
|
+
"creatives.containers.Create.tagsLabel": "",
|
|
353
|
+
"creatives.containers.Create.templateDataNotValid": "",
|
|
354
|
+
"creatives.containers.Create.templateMarkedFinal": "",
|
|
355
|
+
"creatives.containers.Create.templateNamePlaceHolder": "",
|
|
356
|
+
"creatives.containers.Create.titleCharacterCount": "",
|
|
357
|
+
"creatives.containers.Create.titleEmpty": "",
|
|
358
|
+
"creatives.containers.Create.titleNameRepeated": "",
|
|
359
|
+
"creatives.containers.Create.to_be_displayed_on_the_graphic_details_page": "",
|
|
360
|
+
"creatives.containers.Create.unicodeErrorMessage": "",
|
|
361
|
+
"creatives.containers.Create.unicodeLabel": "",
|
|
362
|
+
"creatives.containers.Create.versionLabel": "",
|
|
363
|
+
"creatives.containers.Create.wrongFormatFile": "",
|
|
364
|
+
"creatives.containers.Create.wrongUrl": "",
|
|
365
|
+
"creatives.containers.Dashboard.header": "",
|
|
366
|
+
"creatives.containers.Ebill.Cancel": "",
|
|
367
|
+
"creatives.containers.Ebill.Preview": "",
|
|
368
|
+
"creatives.containers.Ebill.Save": "",
|
|
369
|
+
"creatives.containers.Ebill.campaigns": "",
|
|
370
|
+
"creatives.containers.Ebill.creatives": "",
|
|
371
|
+
"creatives.containers.Ebill.ebill": "",
|
|
372
|
+
"creatives.containers.Ebill.ebillCreateSuccess": "",
|
|
373
|
+
"creatives.containers.Ebill.ebillEditSuccess": "",
|
|
374
|
+
"creatives.containers.Ebill.ebillPreview": "",
|
|
375
|
+
"creatives.containers.Ebill.emptyTemplateErrorMessage": "",
|
|
376
|
+
"creatives.containers.Ebill.enterTemplateName": "",
|
|
377
|
+
"creatives.containers.Ebill.loading": "",
|
|
378
|
+
"creatives.containers.Ebill.newVersionLabel": "",
|
|
379
|
+
"creatives.containers.Ebill.somethingWentWrong": "",
|
|
380
|
+
"creatives.containers.Ebill.tagsErrorMessage": "",
|
|
381
|
+
"creatives.containers.Ebill.tagsLabel": "",
|
|
382
|
+
"creatives.containers.Ebill.templateNotValid": "",
|
|
383
|
+
"creatives.containers.Edit.alertMessage": "",
|
|
384
|
+
"creatives.containers.Edit.cancelButton": "",
|
|
385
|
+
"creatives.containers.Edit.deleteLabel": "",
|
|
386
|
+
"creatives.containers.Edit.deleteVersion": "",
|
|
387
|
+
"creatives.containers.Edit.discardChangesButton": "",
|
|
388
|
+
"creatives.containers.Edit.duplicateLabel": "",
|
|
389
|
+
"creatives.containers.Edit.emptyTemplateErrorMessage": "",
|
|
390
|
+
"creatives.containers.Edit.getTemplateDetailsLoader": "",
|
|
391
|
+
"creatives.containers.Edit.goBackConfirmation": "",
|
|
392
|
+
"creatives.containers.Edit.header": "",
|
|
393
|
+
"creatives.containers.Edit.markFinalVersionLabel": "",
|
|
394
|
+
"creatives.containers.Edit.messageLabel": "",
|
|
395
|
+
"creatives.containers.Edit.newVersionLabel": "",
|
|
396
|
+
"creatives.containers.Edit.renameLabel": "",
|
|
397
|
+
"creatives.containers.Edit.saveButton": "",
|
|
398
|
+
"creatives.containers.Edit.saveTemplateLoader": "",
|
|
399
|
+
"creatives.containers.Edit.smsEditorPlaceholder": "",
|
|
400
|
+
"creatives.containers.Edit.somethingWentWrong": "",
|
|
401
|
+
"creatives.containers.Edit.tagsErrorMessage": "",
|
|
402
|
+
"creatives.containers.Edit.tagsLabel": "",
|
|
403
|
+
"creatives.containers.Edit.templateMarkedFinal": "",
|
|
404
|
+
"creatives.containers.Edit.templateNamePlaceHolder": "",
|
|
405
|
+
"creatives.containers.Edit.unicodeErrorMessage": "",
|
|
406
|
+
"creatives.containers.Edit.unicodeLabel": "",
|
|
407
|
+
"creatives.containers.Edit.versionLabel": "",
|
|
408
|
+
"creatives.containers.Email.Campaigns": "",
|
|
409
|
+
"creatives.containers.Email.Cancel": "",
|
|
410
|
+
"creatives.containers.Email.Create.alertMessage": "",
|
|
411
|
+
"creatives.containers.Email.Create.campaigns": "",
|
|
412
|
+
"creatives.containers.Email.Create.copyPrimaryLanguage": "",
|
|
413
|
+
"creatives.containers.Email.Create.creatives": "",
|
|
414
|
+
"creatives.containers.Email.Create.descriptionEmail": "",
|
|
415
|
+
"creatives.containers.Email.Create.goBackConfirmation": "",
|
|
416
|
+
"creatives.containers.Email.Create.h3emailPreview": "",
|
|
417
|
+
"creatives.containers.Email.Create.h3imageSelection": "",
|
|
418
|
+
"creatives.containers.Email.Create.invalidFileMessage": "",
|
|
419
|
+
"creatives.containers.Email.Create.newVersion": "",
|
|
420
|
+
"creatives.containers.Email.Create.uploadFile": "",
|
|
421
|
+
"creatives.containers.Email.Create.useEditor": "",
|
|
422
|
+
"creatives.containers.Email.Create.versionMessage": "",
|
|
423
|
+
"creatives.containers.Email.Create.versionOneMessage": "",
|
|
424
|
+
"creatives.containers.Email.Creatives": "",
|
|
425
|
+
"creatives.containers.Email.Preview": "",
|
|
426
|
+
"creatives.containers.Email.Save": "",
|
|
427
|
+
"creatives.containers.Email.Subject": "",
|
|
428
|
+
"creatives.containers.Email.Tags": "",
|
|
429
|
+
"creatives.containers.Email.alphabetically": "",
|
|
430
|
+
"creatives.containers.Email.alphabeticallyOption": "",
|
|
431
|
+
"creatives.containers.Email.assetUploadFailed": "",
|
|
432
|
+
"creatives.containers.Email.blankTemplate": "",
|
|
433
|
+
"creatives.containers.Email.cancel": "",
|
|
434
|
+
"creatives.containers.Email.createHeading": "",
|
|
435
|
+
"creatives.containers.Email.delete": "",
|
|
436
|
+
"creatives.containers.Email.deleteLanguage": "",
|
|
437
|
+
"creatives.containers.Email.deleteLanguageConfirmation": "",
|
|
438
|
+
"creatives.containers.Email.deleteVersion": "",
|
|
439
|
+
"creatives.containers.Email.deleteVersionConfirm": "",
|
|
440
|
+
"creatives.containers.Email.dupicateVersion": "",
|
|
441
|
+
"creatives.containers.Email.editButton": "",
|
|
442
|
+
"creatives.containers.Email.editHeading": "",
|
|
443
|
+
"creatives.containers.Email.edmSwitchAcceptText": "",
|
|
444
|
+
"creatives.containers.Email.edmSwtichMessage": "",
|
|
445
|
+
"creatives.containers.Email.emailCreateSuccess": "",
|
|
446
|
+
"creatives.containers.Email.emailEditSuccess": "",
|
|
447
|
+
"creatives.containers.Email.emailPreview": "",
|
|
448
|
+
"creatives.containers.Email.emailSubject": "",
|
|
449
|
+
"creatives.containers.Email.emailSubjectNotEmplty": "",
|
|
450
|
+
"creatives.containers.Email.emailText": "",
|
|
451
|
+
"creatives.containers.Email.imageSelection": "",
|
|
452
|
+
"creatives.containers.Email.insertImage": "",
|
|
453
|
+
"creatives.containers.Email.markAsFinal": "",
|
|
454
|
+
"creatives.containers.Email.moreThanFiveVersionNotAllowed": "",
|
|
455
|
+
"creatives.containers.Email.mostRecent": "",
|
|
456
|
+
"creatives.containers.Email.mostRecentOption": "",
|
|
457
|
+
"creatives.containers.Email.preview": "",
|
|
458
|
+
"creatives.containers.Email.previewButton": "",
|
|
459
|
+
"creatives.containers.Email.saveTemplateLoader": "",
|
|
460
|
+
"creatives.containers.Email.searchText": "",
|
|
461
|
+
"creatives.containers.Email.select": "",
|
|
462
|
+
"creatives.containers.Email.selectButton": "",
|
|
463
|
+
"creatives.containers.Email.somethingWentWrong": "",
|
|
464
|
+
"creatives.containers.Email.sortBy": "",
|
|
465
|
+
"creatives.containers.Email.sortby": "",
|
|
466
|
+
"creatives.containers.Email.switchEditor": "",
|
|
467
|
+
"creatives.containers.Email.templateLoader": "",
|
|
468
|
+
"creatives.containers.Email.templateMarkedFinalSuccess": "",
|
|
469
|
+
"creatives.containers.Email.templateNameNotEmpty": "",
|
|
470
|
+
"creatives.containers.Email.templateNamePlaceholder": "",
|
|
471
|
+
"creatives.containers.Email.upload": "",
|
|
472
|
+
"creatives.containers.Email.uploadSizeError": "",
|
|
473
|
+
"creatives.containers.Email.uploadedAt": "",
|
|
474
|
+
"creatives.containers.Email.uploadedBy": "",
|
|
475
|
+
"creatives.containers.Email.uploadingImage": "",
|
|
476
|
+
"creatives.containers.Email.yes": "",
|
|
477
|
+
"creatives.containers.Line.Create.Campaigns": "",
|
|
478
|
+
"creatives.containers.Line.Create.Creatives": "",
|
|
479
|
+
"creatives.containers.Line.Create.Image": "",
|
|
480
|
+
"creatives.containers.Line.Create.ImageUploadLabel": "",
|
|
481
|
+
"creatives.containers.Line.Create.Tags": "",
|
|
482
|
+
"creatives.containers.Line.Create.accountId": "",
|
|
483
|
+
"creatives.containers.Line.Create.alertMessage": "",
|
|
484
|
+
"creatives.containers.Line.Create.button1": "",
|
|
485
|
+
"creatives.containers.Line.Create.button2": "",
|
|
486
|
+
"creatives.containers.Line.Create.cancel": "",
|
|
487
|
+
"creatives.containers.Line.Create.discardChanges": "",
|
|
488
|
+
"creatives.containers.Line.Create.enterTemplateName": "",
|
|
489
|
+
"creatives.containers.Line.Create.enterTemplateNameImportant": "",
|
|
490
|
+
"creatives.containers.Line.Create.gettingTemplate": "",
|
|
491
|
+
"creatives.containers.Line.Create.goBackConfirmation": "",
|
|
492
|
+
"creatives.containers.Line.Create.image": "",
|
|
493
|
+
"creatives.containers.Line.Create.inputLineTemplateContent": "",
|
|
494
|
+
"creatives.containers.Line.Create.line": "",
|
|
495
|
+
"creatives.containers.Line.Create.maxUploadFileSize": "",
|
|
496
|
+
"creatives.containers.Line.Create.maximumCharacterLengthExceeds": "",
|
|
497
|
+
"creatives.containers.Line.Create.message": "",
|
|
498
|
+
"creatives.containers.Line.Create.messageHasUnsupportedTag": "",
|
|
499
|
+
"creatives.containers.Line.Create.messageLabel": "",
|
|
500
|
+
"creatives.containers.Line.Create.messageTitleWithUnsupportedTag": "",
|
|
501
|
+
"creatives.containers.Line.Create.nameAndDescription": "",
|
|
502
|
+
"creatives.containers.Line.Create.pleaseUploadImage": "",
|
|
503
|
+
"creatives.containers.Line.Create.save": "",
|
|
504
|
+
"creatives.containers.Line.Create.savingTemplate": "",
|
|
505
|
+
"creatives.containers.Line.Create.selectLineAccount": "",
|
|
506
|
+
"creatives.containers.Line.Create.selectLineTemplate": "",
|
|
507
|
+
"creatives.containers.Line.Create.somethingWentWrong": "",
|
|
508
|
+
"creatives.containers.Line.Create.template": "",
|
|
509
|
+
"creatives.containers.Line.Create.templateCantEmpty": "",
|
|
510
|
+
"creatives.containers.Line.Create.templateCreatedSuccessfully": "",
|
|
511
|
+
"creatives.containers.Line.Create.templateEditedSuccessfully": "",
|
|
512
|
+
"creatives.containers.Line.Create.templateNameNotEmpty": "",
|
|
513
|
+
"creatives.containers.Line.Create.templateNotConfigured": "",
|
|
514
|
+
"creatives.containers.Line.Create.title": "",
|
|
515
|
+
"creatives.containers.Line.Create.titleHasUnsupportedTag": "",
|
|
516
|
+
"creatives.containers.Line.Create.titleLabel": "",
|
|
517
|
+
"creatives.containers.Line.Create.titleNameInvalid": "",
|
|
518
|
+
"creatives.containers.Line.Create.uploadFileSizeError": "",
|
|
519
|
+
"creatives.containers.Line.Create.uploadImage": "",
|
|
520
|
+
"creatives.containers.Line.Create.uploadSuccess": "",
|
|
521
|
+
"creatives.containers.Line.Create.uploadingImage": "",
|
|
522
|
+
"creatives.containers.Line.Create.valueCantEmpty": "",
|
|
523
|
+
"creatives.containers.Line.Edit.Campaigns": "",
|
|
524
|
+
"creatives.containers.Line.Edit.Creatives": "",
|
|
525
|
+
"creatives.containers.Line.Edit.Image": "",
|
|
526
|
+
"creatives.containers.Line.Edit.ImageUploadLabel": "",
|
|
527
|
+
"creatives.containers.Line.Edit.Tags": "",
|
|
528
|
+
"creatives.containers.Line.Edit.alertMessage": "",
|
|
529
|
+
"creatives.containers.Line.Edit.androidNotConfigured": "",
|
|
530
|
+
"creatives.containers.Line.Edit.button1": "",
|
|
531
|
+
"creatives.containers.Line.Edit.button2": "",
|
|
532
|
+
"creatives.containers.Line.Edit.cancel": "",
|
|
533
|
+
"creatives.containers.Line.Edit.discardChanges": "",
|
|
534
|
+
"creatives.containers.Line.Edit.enterTemplateName": "",
|
|
535
|
+
"creatives.containers.Line.Edit.enterTemplateNameImportant": "",
|
|
536
|
+
"creatives.containers.Line.Edit.goBackConfirmation": "",
|
|
537
|
+
"creatives.containers.Line.Edit.inputLineTemplateContent": "",
|
|
538
|
+
"creatives.containers.Line.Edit.iosNotConfigured": "",
|
|
539
|
+
"creatives.containers.Line.Edit.maxUploadFileSize": "",
|
|
540
|
+
"creatives.containers.Line.Edit.message": "",
|
|
541
|
+
"creatives.containers.Line.Edit.messageHasUnsupportedTag": "",
|
|
542
|
+
"creatives.containers.Line.Edit.messageLabel": "",
|
|
543
|
+
"creatives.containers.Line.Edit.messageTitleWithUnsupportedTag": "",
|
|
544
|
+
"creatives.containers.Line.Edit.mobilePush": "",
|
|
545
|
+
"creatives.containers.Line.Edit.nameAndDescription": "",
|
|
546
|
+
"creatives.containers.Line.Edit.pleaseUploadImage": "",
|
|
547
|
+
"creatives.containers.Line.Edit.save": "",
|
|
548
|
+
"creatives.containers.Line.Edit.savingTemplate": "",
|
|
549
|
+
"creatives.containers.Line.Edit.selectLineTemplate": "",
|
|
550
|
+
"creatives.containers.Line.Edit.somethingWentWrong": "",
|
|
551
|
+
"creatives.containers.Line.Edit.template": "",
|
|
552
|
+
"creatives.containers.Line.Edit.templateCantEmpty": "",
|
|
553
|
+
"creatives.containers.Line.Edit.templateEditedSuccessfully": "",
|
|
554
|
+
"creatives.containers.Line.Edit.templateNameNotEmpty": "",
|
|
555
|
+
"creatives.containers.Line.Edit.templateNotConfigured": "",
|
|
556
|
+
"creatives.containers.Line.Edit.title": "",
|
|
557
|
+
"creatives.containers.Line.Edit.titleHasUnsupportedTag": "",
|
|
558
|
+
"creatives.containers.Line.Edit.titleLabel": "",
|
|
559
|
+
"creatives.containers.Line.Edit.titleNameInvalid": "",
|
|
560
|
+
"creatives.containers.Line.Edit.uploadFileSizeError": "",
|
|
561
|
+
"creatives.containers.Line.Edit.uploadImage": "",
|
|
562
|
+
"creatives.containers.Line.Edit.uploadingImage": "",
|
|
563
|
+
"creatives.containers.Line.Edit.valueCantEmpty": "",
|
|
564
|
+
"creatives.containers.Login.components.LoginForm.input.inputPasswordMandatory": "",
|
|
565
|
+
"creatives.containers.Login.components.LoginForm.input.inputUsernameMandatory": "",
|
|
566
|
+
"creatives.containers.Login.components.LoginForm.input.invalidCredentials": "",
|
|
567
|
+
"creatives.containers.Login.components.LoginForm.input.loginButton": "",
|
|
568
|
+
"creatives.containers.Login.components.LoginForm.input.password": "",
|
|
569
|
+
"creatives.containers.Login.components.LoginForm.input.username": "",
|
|
570
|
+
"creatives.containers.Login.header": "",
|
|
571
|
+
"creatives.containers.Login.invalidCredential": "",
|
|
572
|
+
"creatives.containers.Login.loginPage": "",
|
|
573
|
+
"creatives.containers.Login.pageTitle": "",
|
|
574
|
+
"creatives.containers.MobilePush.Create.Android": "",
|
|
575
|
+
"creatives.containers.MobilePush.Create.Campaigns": "",
|
|
576
|
+
"creatives.containers.MobilePush.Create.Creatives": "",
|
|
577
|
+
"creatives.containers.MobilePush.Create.Image": "",
|
|
578
|
+
"creatives.containers.MobilePush.Create.ImageUploadLabel": "",
|
|
579
|
+
"creatives.containers.MobilePush.Create.Tags": "",
|
|
580
|
+
"creatives.containers.MobilePush.Create.accountId": "",
|
|
581
|
+
"creatives.containers.MobilePush.Create.addAnotherCTA": "",
|
|
582
|
+
"creatives.containers.MobilePush.Create.addPrimaryCTA": "",
|
|
583
|
+
"creatives.containers.MobilePush.Create.addSecondaryCTA": "",
|
|
584
|
+
"creatives.containers.MobilePush.Create.alertMessage": "",
|
|
585
|
+
"creatives.containers.MobilePush.Create.androidNotConfigured": "",
|
|
586
|
+
"creatives.containers.MobilePush.Create.button1": "",
|
|
587
|
+
"creatives.containers.MobilePush.Create.button2": "",
|
|
588
|
+
"creatives.containers.MobilePush.Create.cancel": "",
|
|
589
|
+
"creatives.containers.MobilePush.Create.cantCopyEmptyField": "",
|
|
590
|
+
"creatives.containers.MobilePush.Create.copyFromAndroid": "",
|
|
591
|
+
"creatives.containers.MobilePush.Create.copyFromIos": "",
|
|
592
|
+
"creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "",
|
|
593
|
+
"creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "",
|
|
594
|
+
"creatives.containers.MobilePush.Create.discardChanges": "",
|
|
595
|
+
"creatives.containers.MobilePush.Create.enterCTALabel": "",
|
|
596
|
+
"creatives.containers.MobilePush.Create.enterTemplateName": "",
|
|
597
|
+
"creatives.containers.MobilePush.Create.enterTemplateNameImportant": "",
|
|
598
|
+
"creatives.containers.MobilePush.Create.externalLink": "",
|
|
599
|
+
"creatives.containers.MobilePush.Create.externalLinkCantEmpty": "",
|
|
600
|
+
"creatives.containers.MobilePush.Create.gettingTemplate": "",
|
|
601
|
+
"creatives.containers.MobilePush.Create.goBackConfirmation": "",
|
|
602
|
+
"creatives.containers.MobilePush.Create.here": "",
|
|
603
|
+
"creatives.containers.MobilePush.Create.iOS": "",
|
|
604
|
+
"creatives.containers.MobilePush.Create.inputMobilePushTemplateContent": "",
|
|
605
|
+
"creatives.containers.MobilePush.Create.iosNotConfigured": "",
|
|
606
|
+
"creatives.containers.MobilePush.Create.maxUploadFileSize": "",
|
|
607
|
+
"creatives.containers.MobilePush.Create.message": "",
|
|
608
|
+
"creatives.containers.MobilePush.Create.messageHasUnsupportedTag": "",
|
|
609
|
+
"creatives.containers.MobilePush.Create.messageLabel": "",
|
|
610
|
+
"creatives.containers.MobilePush.Create.messageTitleWithUnsupportedTag": "",
|
|
611
|
+
"creatives.containers.MobilePush.Create.mobilePush": "",
|
|
612
|
+
"creatives.containers.MobilePush.Create.nameAndDescription": "",
|
|
613
|
+
"creatives.containers.MobilePush.Create.pleaseInput": "",
|
|
614
|
+
"creatives.containers.MobilePush.Create.pleaseUploadImage": "",
|
|
615
|
+
"creatives.containers.MobilePush.Create.primaryCTA": "",
|
|
616
|
+
"creatives.containers.MobilePush.Create.save": "",
|
|
617
|
+
"creatives.containers.MobilePush.Create.savingTemplate": "",
|
|
618
|
+
"creatives.containers.MobilePush.Create.secondaryCTA": "",
|
|
619
|
+
"creatives.containers.MobilePush.Create.selectADeeplink": "",
|
|
620
|
+
"creatives.containers.MobilePush.Create.selectDeepLink": "",
|
|
621
|
+
"creatives.containers.MobilePush.Create.selectDeeplink": "",
|
|
622
|
+
"creatives.containers.MobilePush.Create.selectLinkType": "",
|
|
623
|
+
"creatives.containers.MobilePush.Create.selectMobilePushAccount": "",
|
|
624
|
+
"creatives.containers.MobilePush.Create.selectMobilePushTemplate": "",
|
|
625
|
+
"creatives.containers.MobilePush.Create.somethingWentWrong": "",
|
|
626
|
+
"creatives.containers.MobilePush.Create.template": "",
|
|
627
|
+
"creatives.containers.MobilePush.Create.templateCantEmpty": "",
|
|
628
|
+
"creatives.containers.MobilePush.Create.templateCreatedSuccessfully": "",
|
|
629
|
+
"creatives.containers.MobilePush.Create.templateNameNotEmpty": "",
|
|
630
|
+
"creatives.containers.MobilePush.Create.templateNotConfigured": "",
|
|
631
|
+
"creatives.containers.MobilePush.Create.title": "",
|
|
632
|
+
"creatives.containers.MobilePush.Create.titleHasUnsupportedTag": "",
|
|
633
|
+
"creatives.containers.MobilePush.Create.titleLabel": "",
|
|
634
|
+
"creatives.containers.MobilePush.Create.titleNameInvalid": "",
|
|
635
|
+
"creatives.containers.MobilePush.Create.uploadFileSizeError": "",
|
|
636
|
+
"creatives.containers.MobilePush.Create.uploadImage": "",
|
|
637
|
+
"creatives.containers.MobilePush.Create.uploadingImage": "",
|
|
638
|
+
"creatives.containers.MobilePush.Create.valueCantEmpty": "",
|
|
639
|
+
"creatives.containers.MobilePush.Edit.Android": "",
|
|
640
|
+
"creatives.containers.MobilePush.Edit.Campaigns": "",
|
|
641
|
+
"creatives.containers.MobilePush.Edit.Creatives": "",
|
|
642
|
+
"creatives.containers.MobilePush.Edit.Image": "",
|
|
643
|
+
"creatives.containers.MobilePush.Edit.ImageUploadLabel": "",
|
|
644
|
+
"creatives.containers.MobilePush.Edit.Tags": "",
|
|
645
|
+
"creatives.containers.MobilePush.Edit.accountId": "",
|
|
646
|
+
"creatives.containers.MobilePush.Edit.addAnotherCTA": "",
|
|
647
|
+
"creatives.containers.MobilePush.Edit.addPrimaryCTA": "",
|
|
648
|
+
"creatives.containers.MobilePush.Edit.addSecondaryCTA": "",
|
|
649
|
+
"creatives.containers.MobilePush.Edit.alertMessage": "",
|
|
650
|
+
"creatives.containers.MobilePush.Edit.androidTemplateNotConfigured": "",
|
|
651
|
+
"creatives.containers.MobilePush.Edit.button1": "",
|
|
652
|
+
"creatives.containers.MobilePush.Edit.button2": "",
|
|
653
|
+
"creatives.containers.MobilePush.Edit.cancel": "",
|
|
654
|
+
"creatives.containers.MobilePush.Edit.cantCopyEmptyField": "",
|
|
655
|
+
"creatives.containers.MobilePush.Edit.copyFromAndroid": "",
|
|
656
|
+
"creatives.containers.MobilePush.Edit.copyFromIos": "",
|
|
657
|
+
"creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "",
|
|
658
|
+
"creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "",
|
|
659
|
+
"creatives.containers.MobilePush.Edit.discardChanges": "",
|
|
660
|
+
"creatives.containers.MobilePush.Edit.enterCTALabel": "",
|
|
661
|
+
"creatives.containers.MobilePush.Edit.enterTemplateName": "",
|
|
662
|
+
"creatives.containers.MobilePush.Edit.enterTemplateNameImportant": "",
|
|
663
|
+
"creatives.containers.MobilePush.Edit.externalLink": "",
|
|
664
|
+
"creatives.containers.MobilePush.Edit.externalLinkCantEmpty": "",
|
|
665
|
+
"creatives.containers.MobilePush.Edit.gettingTemplate": "",
|
|
666
|
+
"creatives.containers.MobilePush.Edit.goBackConfirmation": "",
|
|
667
|
+
"creatives.containers.MobilePush.Edit.iOS": "",
|
|
668
|
+
"creatives.containers.MobilePush.Edit.inputMobilePushTemplateContent": "",
|
|
669
|
+
"creatives.containers.MobilePush.Edit.iosTemplateNotConfigured": "",
|
|
670
|
+
"creatives.containers.MobilePush.Edit.maxUploadFileSize": "",
|
|
671
|
+
"creatives.containers.MobilePush.Edit.message": "",
|
|
672
|
+
"creatives.containers.MobilePush.Edit.messageHasUnsupportedTag": "",
|
|
673
|
+
"creatives.containers.MobilePush.Edit.messageLabel": "",
|
|
674
|
+
"creatives.containers.MobilePush.Edit.messageTitleWithUnsupportedTag": "",
|
|
675
|
+
"creatives.containers.MobilePush.Edit.mobilePush": "",
|
|
676
|
+
"creatives.containers.MobilePush.Edit.nameAndDescription": "",
|
|
677
|
+
"creatives.containers.MobilePush.Edit.pleaseInput": "",
|
|
678
|
+
"creatives.containers.MobilePush.Edit.pleaseUploadImage": "",
|
|
679
|
+
"creatives.containers.MobilePush.Edit.primaryCTA": "",
|
|
680
|
+
"creatives.containers.MobilePush.Edit.save": "",
|
|
681
|
+
"creatives.containers.MobilePush.Edit.savingTemplate": "",
|
|
682
|
+
"creatives.containers.MobilePush.Edit.secondaryCTA": "",
|
|
683
|
+
"creatives.containers.MobilePush.Edit.selectADeeplink": "",
|
|
684
|
+
"creatives.containers.MobilePush.Edit.selectDeepLink": "",
|
|
685
|
+
"creatives.containers.MobilePush.Edit.selectDeeplink": "",
|
|
686
|
+
"creatives.containers.MobilePush.Edit.selectLinkType": "",
|
|
687
|
+
"creatives.containers.MobilePush.Edit.selectMobilePushAccount": "",
|
|
688
|
+
"creatives.containers.MobilePush.Edit.selectMobilePushTemplate": "",
|
|
689
|
+
"creatives.containers.MobilePush.Edit.somethingWentWrong": "",
|
|
690
|
+
"creatives.containers.MobilePush.Edit.template": "",
|
|
691
|
+
"creatives.containers.MobilePush.Edit.templateCantEmpty": "",
|
|
692
|
+
"creatives.containers.MobilePush.Edit.templateEditedSuccessfully": "",
|
|
693
|
+
"creatives.containers.MobilePush.Edit.templateNameNotEmpty": "",
|
|
694
|
+
"creatives.containers.MobilePush.Edit.templateNotConfigured": "",
|
|
695
|
+
"creatives.containers.MobilePush.Edit.title": "",
|
|
696
|
+
"creatives.containers.MobilePush.Edit.titleHasUnsupportedTag": "",
|
|
697
|
+
"creatives.containers.MobilePush.Edit.titleLabel": "",
|
|
698
|
+
"creatives.containers.MobilePush.Edit.titleNameInvalid": "",
|
|
699
|
+
"creatives.containers.MobilePush.Edit.uploadFileSizeError": "",
|
|
700
|
+
"creatives.containers.MobilePush.Edit.uploadImage": "",
|
|
701
|
+
"creatives.containers.MobilePush.Edit.uploadingImage": "",
|
|
702
|
+
"creatives.containers.MobilePush.Edit.valueCantEmpty": "",
|
|
703
|
+
"creatives.containers.TagList.header": "",
|
|
704
|
+
"creatives.containers.Templates.Ebill": "",
|
|
705
|
+
"creatives.containers.Templates.Email": "",
|
|
706
|
+
"creatives.containers.Templates.Gallery": "",
|
|
707
|
+
"creatives.containers.Templates.Line": "",
|
|
708
|
+
"creatives.containers.Templates.MobilePush": "",
|
|
709
|
+
"creatives.containers.Templates.Sms": "",
|
|
710
|
+
"creatives.containers.Templates.all": "",
|
|
711
|
+
"creatives.containers.Templates.alphabeticallyOption": "",
|
|
712
|
+
"creatives.containers.Templates.blankTemplate": "",
|
|
713
|
+
"creatives.containers.Templates.campaigns": "",
|
|
714
|
+
"creatives.containers.Templates.cancelText": "",
|
|
715
|
+
"creatives.containers.Templates.createEmailActionButton": "",
|
|
716
|
+
"creatives.containers.Templates.createSmsActionButton": "",
|
|
717
|
+
"creatives.containers.Templates.creatives": "",
|
|
718
|
+
"creatives.containers.Templates.deleteButton": "",
|
|
719
|
+
"creatives.containers.Templates.deletedSuccssfully": "",
|
|
720
|
+
"creatives.containers.Templates.deletionFailed": "",
|
|
721
|
+
"creatives.containers.Templates.descriptionTemplates": "",
|
|
722
|
+
"creatives.containers.Templates.duplicateButton": "",
|
|
723
|
+
"creatives.containers.Templates.ebillChannel": "",
|
|
724
|
+
"creatives.containers.Templates.ebillChannelTemplatesHeader": "",
|
|
725
|
+
"creatives.containers.Templates.ebillHeader": "",
|
|
726
|
+
"creatives.containers.Templates.ebillPreview": "",
|
|
727
|
+
"creatives.containers.Templates.editButton": "",
|
|
728
|
+
"creatives.containers.Templates.emailChannel": "",
|
|
729
|
+
"creatives.containers.Templates.emailChannelTemplatesHeader": "",
|
|
730
|
+
"creatives.containers.Templates.emailHeader": "",
|
|
731
|
+
"creatives.containers.Templates.emailPreview": "",
|
|
732
|
+
"creatives.containers.Templates.gettingAllTemplates": "",
|
|
733
|
+
"creatives.containers.Templates.header": "",
|
|
734
|
+
"creatives.containers.Templates.image": "",
|
|
735
|
+
"creatives.containers.Templates.imageTemplate": "",
|
|
736
|
+
"creatives.containers.Templates.invalidUploadFileError": "",
|
|
737
|
+
"creatives.containers.Templates.layoutSelection": "",
|
|
738
|
+
"creatives.containers.Templates.lineChannel": "",
|
|
739
|
+
"creatives.containers.Templates.lineChannelTemplatesHeader": "",
|
|
740
|
+
"creatives.containers.Templates.lineHeader": "",
|
|
741
|
+
"creatives.containers.Templates.loadingEDMTemplates": "",
|
|
742
|
+
"creatives.containers.Templates.mapTemplate": "",
|
|
743
|
+
"creatives.containers.Templates.mobilePushChannel": "",
|
|
744
|
+
"creatives.containers.Templates.mobilePushChannelTemplatesHeader": "",
|
|
745
|
+
"creatives.containers.Templates.mobilepush": "",
|
|
746
|
+
"creatives.containers.Templates.mobilepushHeader": "",
|
|
747
|
+
"creatives.containers.Templates.mostRecentOption": "",
|
|
748
|
+
"creatives.containers.Templates.newTemplate": "",
|
|
749
|
+
"creatives.containers.Templates.noAccountMessage": "",
|
|
750
|
+
"creatives.containers.Templates.noTemplatesMessage": "",
|
|
751
|
+
"creatives.containers.Templates.preview": "",
|
|
752
|
+
"creatives.containers.Templates.previewButton": "",
|
|
753
|
+
"creatives.containers.Templates.previewGenerateText": "",
|
|
754
|
+
"creatives.containers.Templates.searchText": "",
|
|
755
|
+
"creatives.containers.Templates.selectAccount": "",
|
|
756
|
+
"creatives.containers.Templates.selectButton": "",
|
|
757
|
+
"creatives.containers.Templates.selectDefaultButton": "",
|
|
758
|
+
"creatives.containers.Templates.selectSmsHeader": "",
|
|
759
|
+
"creatives.containers.Templates.selectWechatHeader": "",
|
|
760
|
+
"creatives.containers.Templates.smsChannel": "",
|
|
761
|
+
"creatives.containers.Templates.smsChannelTemplatesHeader": "",
|
|
762
|
+
"creatives.containers.Templates.smsHeader": "",
|
|
763
|
+
"creatives.containers.Templates.somethingWentWrong": "",
|
|
764
|
+
"creatives.containers.Templates.sortBy": "",
|
|
765
|
+
"creatives.containers.Templates.templateDeleteConfirm": "",
|
|
766
|
+
"creatives.containers.Templates.templateDeleteSuccess": "",
|
|
767
|
+
"creatives.containers.Templates.templateDuplicateSuccess": "",
|
|
768
|
+
"creatives.containers.Templates.templateSelection": "",
|
|
769
|
+
"creatives.containers.Templates.text": "",
|
|
770
|
+
"creatives.containers.Templates.textTemplate": "",
|
|
771
|
+
"creatives.containers.Templates.type": "",
|
|
772
|
+
"creatives.containers.Templates.unMapButton": "",
|
|
773
|
+
"creatives.containers.Templates.uploadFile": "",
|
|
774
|
+
"creatives.containers.Templates.uploadedAt": "",
|
|
775
|
+
"creatives.containers.Templates.uploadedBy": "",
|
|
776
|
+
"creatives.containers.Templates.uploadingFile": "",
|
|
777
|
+
"creatives.containers.Templates.useEditor": "",
|
|
778
|
+
"creatives.containers.Templates.weChatRichmediaTemplate": "",
|
|
779
|
+
"creatives.containers.Templates.wechat": "",
|
|
780
|
+
"creatives.containers.Templates.wechatAccountNotConfigured": "",
|
|
781
|
+
"creatives.containers.Templates.wechatChannelTemplatesHeader": "",
|
|
782
|
+
"creatives.containers.Templates.wechatHeader": "",
|
|
783
|
+
"creatives.containers.Templates.yesText": "",
|
|
784
|
+
"creatives.containers.Templates.zipUploadFailed": "",
|
|
785
|
+
"creatives.containers.Testv2.descriptionTestv2": "",
|
|
786
|
+
"creatives.containers.Testv2.header": "",
|
|
787
|
+
"creatives.containers.Testv2.testv2": "",
|
|
788
|
+
"creatives.containers.View.descriptionView": "",
|
|
789
|
+
"creatives.containers.View.header": "",
|
|
790
|
+
"creatives.containers.View.view": "",
|
|
791
|
+
"creatives.containers.WeChat.accountId": "",
|
|
792
|
+
"creatives.containers.WeChat.alertMessage": "",
|
|
793
|
+
"creatives.containers.WeChat.cancel": "",
|
|
794
|
+
"creatives.containers.WeChat.discard": "",
|
|
795
|
+
"creatives.containers.WeChat.gettingTemplateData": "",
|
|
796
|
+
"creatives.containers.WeChat.goBackConfirmation": "",
|
|
797
|
+
"creatives.containers.WeChat.goBackTemporaryConfirmation": "",
|
|
798
|
+
"creatives.containers.WeChat.header": "",
|
|
799
|
+
"creatives.containers.WeChat.invalidContent": "",
|
|
800
|
+
"creatives.containers.WeChat.isInternalUrl": "",
|
|
801
|
+
"creatives.containers.WeChat.link": "",
|
|
802
|
+
"creatives.containers.WeChat.linkCantEmpty": "",
|
|
803
|
+
"creatives.containers.WeChat.loadingEDMTemplates": "",
|
|
804
|
+
"creatives.containers.WeChat.mapTemplateFooter": "",
|
|
805
|
+
"creatives.containers.WeChat.mapTemplateHeader": "",
|
|
806
|
+
"creatives.containers.WeChat.miniWeChatPlaceholder": "",
|
|
807
|
+
"creatives.containers.WeChat.miniWechatIdError": "",
|
|
808
|
+
"creatives.containers.WeChat.miniWechatIdInductive": "",
|
|
809
|
+
"creatives.containers.WeChat.miniWechatIdLabel": "",
|
|
810
|
+
"creatives.containers.WeChat.pagePathError": "",
|
|
811
|
+
"creatives.containers.WeChat.pagePathInductive": "",
|
|
812
|
+
"creatives.containers.WeChat.pagePathLabel": "",
|
|
813
|
+
"creatives.containers.WeChat.pagePathPlaceholder": "",
|
|
814
|
+
"creatives.containers.WeChat.redirectOptionMiniProgram": "",
|
|
815
|
+
"creatives.containers.WeChat.redirectOptionURL": "",
|
|
816
|
+
"creatives.containers.WeChat.redirectOptionsHeadingValue": "",
|
|
817
|
+
"creatives.containers.WeChat.redirectionOptionError": "",
|
|
818
|
+
"creatives.containers.WeChat.save": "",
|
|
819
|
+
"creatives.containers.WeChat.selectWechatAccount": "",
|
|
820
|
+
"creatives.containers.WeChat.selectWechatTemplate": "",
|
|
821
|
+
"creatives.containers.WeChat.somethingWentWrong": "",
|
|
822
|
+
"creatives.containers.WeChat.tagsLabel": "",
|
|
823
|
+
"creatives.containers.WeChat.template": "",
|
|
824
|
+
"creatives.containers.WeChat.templateMapping": "",
|
|
825
|
+
"creatives.containers.WeChat.wechatCreateSuccess": "",
|
|
826
|
+
"creatives.containers.WeChat.wechatEditSuccess": "",
|
|
827
|
+
"creatives.containers.WechatWrapper.mapTemplate": "",
|
|
828
|
+
"creatives.containers.WechatWrapper.mapTemplateSubtext": "",
|
|
829
|
+
"creatives.containers.WechatWrapper.richMedia": "",
|
|
830
|
+
"creatives.containers.WechatWrapper.richMediaSubtext": "",
|
|
831
|
+
"creatives.containers.WechatWrapper.templateType": "",
|
|
832
|
+
"creatives.containersV2.Assets.Gallery.addImages": "",
|
|
833
|
+
"creatives.containersV2.Assets.Gallery.alphabetically": "",
|
|
834
|
+
"creatives.containersV2.Assets.Gallery.assetDeleteFailed": "",
|
|
835
|
+
"creatives.containersV2.Assets.Gallery.assetDeleteSuccess": "",
|
|
836
|
+
"creatives.containersV2.Assets.Gallery.assetUploadFailed": "",
|
|
837
|
+
"creatives.containersV2.Assets.Gallery.assetUploadSuccess": "",
|
|
838
|
+
"creatives.containersV2.Assets.Gallery.backToGallery": "",
|
|
839
|
+
"creatives.containersV2.Assets.Gallery.delete": "",
|
|
840
|
+
"creatives.containersV2.Assets.Gallery.dimensions": "",
|
|
841
|
+
"creatives.containersV2.Assets.Gallery.gallery": "",
|
|
842
|
+
"creatives.containersV2.Assets.Gallery.imagePreview": "",
|
|
843
|
+
"creatives.containersV2.Assets.Gallery.lastUpdated": "",
|
|
844
|
+
"creatives.containersV2.Assets.Gallery.loadingGallery": "",
|
|
845
|
+
"creatives.containersV2.Assets.Gallery.mostRecent": "",
|
|
846
|
+
"creatives.containersV2.Assets.Gallery.noAssetMessage": "",
|
|
847
|
+
"creatives.containersV2.Assets.Gallery.noTemplatesFound": "",
|
|
848
|
+
"creatives.containersV2.Assets.Gallery.preview": "",
|
|
849
|
+
"creatives.containersV2.Assets.Gallery.search": "",
|
|
850
|
+
"creatives.containersV2.Assets.Gallery.select": "",
|
|
851
|
+
"creatives.containersV2.Assets.Gallery.size": "",
|
|
852
|
+
"creatives.containersV2.Assets.Gallery.sortby": "",
|
|
853
|
+
"creatives.containersV2.Assets.Gallery.upload": "",
|
|
854
|
+
"creatives.containersV2.Assets.Gallery.uploadedAt": "",
|
|
855
|
+
"creatives.containersV2.Assets.Gallery.uploadedBy": "",
|
|
856
|
+
"creatives.containersV2.Assets.Gallery.uploadedOn": "",
|
|
857
|
+
"creatives.containersV2.BeeEditor.addLabel": "",
|
|
858
|
+
"creatives.containersV2.BeeEditor.cta": "",
|
|
859
|
+
"creatives.containersV2.BeeEditor.customRows": "",
|
|
860
|
+
"creatives.containersV2.BeeEditor.done": "",
|
|
861
|
+
"creatives.containersV2.BeeEditor.footer": "",
|
|
862
|
+
"creatives.containersV2.BeeEditor.header": "",
|
|
863
|
+
"creatives.containersV2.BeeEditor.others": "",
|
|
864
|
+
"creatives.containersV2.BeeEditor.rowCreationFailureMgs": "",
|
|
865
|
+
"creatives.containersV2.BeeEditor.rowCreationSuccessMgs": "",
|
|
866
|
+
"creatives.containersV2.BeeEditor.rowName": "",
|
|
867
|
+
"creatives.containersV2.BeeEditor.rowPlaceHolder": "",
|
|
868
|
+
"creatives.containersV2.BeeEditor.select": "",
|
|
869
|
+
"creatives.containersV2.BeeEditor.selectCategoyPlaceholder": "",
|
|
870
|
+
"creatives.containersV2.BeeEditor.socialPlatform": "",
|
|
871
|
+
"creatives.containersV2.CallTask.addNewCallTask": "",
|
|
872
|
+
"creatives.containersV2.CallTask.callTaskInfo": "",
|
|
873
|
+
"creatives.containersV2.CallTask.callTaskTitleIllustartion": "",
|
|
874
|
+
"creatives.containersV2.CallTask.newCallTaskTemplate": "",
|
|
875
|
+
"creatives.containersV2.CallTask.newMessage": "",
|
|
876
|
+
"creatives.containersV2.CallTask.template": "",
|
|
877
|
+
"creatives.containersV2.Cap.Workbench": "",
|
|
878
|
+
"creatives.containersV2.Cap.campaigns": "",
|
|
879
|
+
"creatives.containersV2.Cap.creatives": "",
|
|
880
|
+
"creatives.containersV2.Cap.creativesDashboard": "",
|
|
881
|
+
"creatives.containersV2.Cap.ebill": "",
|
|
882
|
+
"creatives.containersV2.Cap.email": "",
|
|
883
|
+
"creatives.containersV2.Cap.gallery": "",
|
|
884
|
+
"creatives.containersV2.Cap.loyalty": "",
|
|
885
|
+
"creatives.containersV2.Cap.memberCare": "",
|
|
886
|
+
"creatives.containersV2.Cap.sms": "",
|
|
887
|
+
"creatives.containersV2.Cap.storeCare": "",
|
|
888
|
+
"creatives.containersV2.Cap.storePerformance": "",
|
|
889
|
+
"creatives.containersV2.Cap.wechat": "",
|
|
890
|
+
"creatives.containersV2.CapFacebookPreview.audienceNetworkInstreamVideo": "",
|
|
891
|
+
"creatives.containersV2.CapFacebookPreview.audienceNetworkInstreamVideoMobile": "",
|
|
892
|
+
"creatives.containersV2.CapFacebookPreview.audienceNetworkOutstreamVideo": "",
|
|
893
|
+
"creatives.containersV2.CapFacebookPreview.audienceNetworkRewardedVideo": "",
|
|
894
|
+
"creatives.containersV2.CapFacebookPreview.desktopFeedStandard": "",
|
|
895
|
+
"creatives.containersV2.CapFacebookPreview.facebookStoryMobile": "",
|
|
896
|
+
"creatives.containersV2.CapFacebookPreview.generatePreview": "",
|
|
897
|
+
"creatives.containersV2.CapFacebookPreview.generatePreviewDisableToolTip": "",
|
|
898
|
+
"creatives.containersV2.CapFacebookPreview.generatePreviewError": "",
|
|
899
|
+
"creatives.containersV2.CapFacebookPreview.instagramExploreContextual": "",
|
|
900
|
+
"creatives.containersV2.CapFacebookPreview.instagramExploreImmersive": "",
|
|
901
|
+
"creatives.containersV2.CapFacebookPreview.instagramStandard": "",
|
|
902
|
+
"creatives.containersV2.CapFacebookPreview.instagramStory": "",
|
|
903
|
+
"creatives.containersV2.CapFacebookPreview.instantArticleStandard": "",
|
|
904
|
+
"creatives.containersV2.CapFacebookPreview.instreamVideoDesktop": "",
|
|
905
|
+
"creatives.containersV2.CapFacebookPreview.instreamVideoMobile": "",
|
|
906
|
+
"creatives.containersV2.CapFacebookPreview.marketplaceDesktop": "",
|
|
907
|
+
"creatives.containersV2.CapFacebookPreview.marketplaceMobile": "",
|
|
908
|
+
"creatives.containersV2.CapFacebookPreview.messengerMobileInboxMedia": "",
|
|
909
|
+
"creatives.containersV2.CapFacebookPreview.mobileBanner": "",
|
|
910
|
+
"creatives.containersV2.CapFacebookPreview.mobileFeedBasic": "",
|
|
911
|
+
"creatives.containersV2.CapFacebookPreview.mobileFeedStandard": "",
|
|
912
|
+
"creatives.containersV2.CapFacebookPreview.mobileFullwidth": "",
|
|
913
|
+
"creatives.containersV2.CapFacebookPreview.mobileInterstitial": "",
|
|
914
|
+
"creatives.containersV2.CapFacebookPreview.mobileMediumRectangle": "",
|
|
915
|
+
"creatives.containersV2.CapFacebookPreview.mobileNative": "",
|
|
916
|
+
"creatives.containersV2.CapFacebookPreview.previewAdDesc": "",
|
|
917
|
+
"creatives.containersV2.CapFacebookPreview.previewBasedonAdPlacement": "",
|
|
918
|
+
"creatives.containersV2.CapFacebookPreview.refreshPreview": "",
|
|
919
|
+
"creatives.containersV2.CapFacebookPreview.rightColumnStandard": "",
|
|
920
|
+
"creatives.containersV2.CapFacebookPreview.suggestedVideoDesktop": "",
|
|
921
|
+
"creatives.containersV2.CapFacebookPreview.suggestedVideoMobile": "",
|
|
922
|
+
"creatives.containersV2.CapFacebookPreview.videoNotePreview": "",
|
|
923
|
+
"creatives.containersV2.CapFacebookPreview.watchFeedMobile": "",
|
|
924
|
+
"creatives.containersV2.ChannelTemplates.header": "",
|
|
925
|
+
"creatives.containersV2.Create.addLabel": "",
|
|
926
|
+
"creatives.containersV2.Create.alertMessage": "",
|
|
927
|
+
"creatives.containersV2.Create.cancelButton": "",
|
|
928
|
+
"creatives.containersV2.Create.characters": "",
|
|
929
|
+
"creatives.containersV2.Create.creativeName": "",
|
|
930
|
+
"creatives.containersV2.Create.deleteLabel": "",
|
|
931
|
+
"creatives.containersV2.Create.discardChangesButton": "",
|
|
932
|
+
"creatives.containersV2.Create.duplicateLabel": "",
|
|
933
|
+
"creatives.containersV2.Create.emptyTemplateErrorMessage": "",
|
|
934
|
+
"creatives.containersV2.Create.goBackTemporaryChangesLost": "",
|
|
935
|
+
"creatives.containersV2.Create.invalidTags": "",
|
|
936
|
+
"creatives.containersV2.Create.markFinalVersionLabel": "",
|
|
937
|
+
"creatives.containersV2.Create.messageLabel": "",
|
|
938
|
+
"creatives.containersV2.Create.newVersionLabel": "",
|
|
939
|
+
"creatives.containersV2.Create.renameLabel": "",
|
|
940
|
+
"creatives.containersV2.Create.saveButton": "",
|
|
941
|
+
"creatives.containersV2.Create.saveTemplateLoader": "",
|
|
942
|
+
"creatives.containersV2.Create.sms": "",
|
|
943
|
+
"creatives.containersV2.Create.smsEditorPlaceholder": "",
|
|
944
|
+
"creatives.containersV2.Create.smsTemplateCreatedSuccess": "",
|
|
945
|
+
"creatives.containersV2.Create.somethingWentWrong": "",
|
|
946
|
+
"creatives.containersV2.Create.tagsErrorMessage": "",
|
|
947
|
+
"creatives.containersV2.Create.tagsLabel": "",
|
|
948
|
+
"creatives.containersV2.Create.templateMarkedSuccessfully": "",
|
|
949
|
+
"creatives.containersV2.Create.templateNamePlaceHolder": "",
|
|
950
|
+
"creatives.containersV2.Create.templateNotValid": "",
|
|
951
|
+
"creatives.containersV2.Create.unicodeErrorMessage": "",
|
|
952
|
+
"creatives.containersV2.Create.unicodeLabel": "",
|
|
953
|
+
"creatives.containersV2.Create.validationError": "",
|
|
954
|
+
"creatives.containersV2.Create.versionLabel": "",
|
|
955
|
+
"creatives.containersV2.Creatives.UploadSMStemplates": "",
|
|
956
|
+
"creatives.containersV2.Creatives.addContent": "",
|
|
957
|
+
"creatives.containersV2.Creatives.alphabeticallyOption": "",
|
|
958
|
+
"creatives.containersV2.Creatives.blankTemplate": "",
|
|
959
|
+
"creatives.containersV2.Creatives.by": "",
|
|
960
|
+
"creatives.containersV2.Creatives.campaigns": "",
|
|
961
|
+
"creatives.containersV2.Creatives.cancelText": "",
|
|
962
|
+
"creatives.containersV2.Creatives.continue": "",
|
|
963
|
+
"creatives.containersV2.Creatives.createEmailActionButton": "",
|
|
964
|
+
"creatives.containersV2.Creatives.createMessageContent": "",
|
|
965
|
+
"creatives.containersV2.Creatives.createNewActionButton": "",
|
|
966
|
+
"creatives.containersV2.Creatives.createSmsActionButton": "",
|
|
967
|
+
"creatives.containersV2.Creatives.creativeTemplates": "",
|
|
968
|
+
"creatives.containersV2.Creatives.creativeTemplatesDesc": "",
|
|
969
|
+
"creatives.containersV2.Creatives.creatives": "",
|
|
970
|
+
"creatives.containersV2.Creatives.creativesTemplatesDiscard": "",
|
|
971
|
+
"creatives.containersV2.Creatives.creativesTemplatesEdit": "",
|
|
972
|
+
"creatives.containersV2.Creatives.creativesTemplatesEditName": "",
|
|
973
|
+
"creatives.containersV2.Creatives.creativesTemplatesSave": "",
|
|
974
|
+
"creatives.containersV2.Creatives.creativesTemplatesSaveFullMode": "",
|
|
975
|
+
"creatives.containersV2.Creatives.creativesTemplatesUpdate": "",
|
|
976
|
+
"creatives.containersV2.Creatives.deleteButton": "",
|
|
977
|
+
"creatives.containersV2.Creatives.deletedSuccssfully": "",
|
|
978
|
+
"creatives.containersV2.Creatives.deletionFailed": "",
|
|
979
|
+
"creatives.containersV2.Creatives.duplicateButton": "",
|
|
980
|
+
"creatives.containersV2.Creatives.ebillHeader": "",
|
|
981
|
+
"creatives.containersV2.Creatives.ebillPreview": "",
|
|
982
|
+
"creatives.containersV2.Creatives.editButton": "",
|
|
983
|
+
"creatives.containersV2.Creatives.editMessageContent": "",
|
|
984
|
+
"creatives.containersV2.Creatives.emailHeader": "",
|
|
985
|
+
"creatives.containersV2.Creatives.emailPreview": "",
|
|
986
|
+
"creatives.containersV2.Creatives.gettingAllTemplates": "",
|
|
987
|
+
"creatives.containersV2.Creatives.header": "",
|
|
988
|
+
"creatives.containersV2.Creatives.imageTemplate": "",
|
|
989
|
+
"creatives.containersV2.Creatives.invalidUploadFileError": "",
|
|
990
|
+
"creatives.containersV2.Creatives.lastUpdated": "",
|
|
991
|
+
"creatives.containersV2.Creatives.layoutSelection": "",
|
|
992
|
+
"creatives.containersV2.Creatives.learnTips": "",
|
|
993
|
+
"creatives.containersV2.Creatives.lineHeader": "",
|
|
994
|
+
"creatives.containersV2.Creatives.mapTemplate": "",
|
|
995
|
+
"creatives.containersV2.Creatives.mobilepushHeader": "",
|
|
996
|
+
"creatives.containersV2.Creatives.mostRecentOption": "",
|
|
997
|
+
"creatives.containersV2.Creatives.newTemplate": "",
|
|
998
|
+
"creatives.containersV2.Creatives.noAccountMessage": "",
|
|
999
|
+
"creatives.containersV2.Creatives.noTemplatesMessage": "",
|
|
1000
|
+
"creatives.containersV2.Creatives.preview": "",
|
|
1001
|
+
"creatives.containersV2.Creatives.previewButton": "",
|
|
1002
|
+
"creatives.containersV2.Creatives.previewGenerateText": "",
|
|
1003
|
+
"creatives.containersV2.Creatives.rcsCreative": "",
|
|
1004
|
+
"creatives.containersV2.Creatives.searchText": "",
|
|
1005
|
+
"creatives.containersV2.Creatives.selectAccount": "",
|
|
1006
|
+
"creatives.containersV2.Creatives.selectButton": "",
|
|
1007
|
+
"creatives.containersV2.Creatives.selectDefaultButton": "",
|
|
1008
|
+
"creatives.containersV2.Creatives.selectSmsHeader": "",
|
|
1009
|
+
"creatives.containersV2.Creatives.selectTemplate": "",
|
|
1010
|
+
"creatives.containersV2.Creatives.selectWechatHeader": "",
|
|
1011
|
+
"creatives.containersV2.Creatives.smsChannelTemplatesHeader": "",
|
|
1012
|
+
"creatives.containersV2.Creatives.smsHeader": "",
|
|
1013
|
+
"creatives.containersV2.Creatives.somethingWentWrong": "",
|
|
1014
|
+
"creatives.containersV2.Creatives.sortBy": "",
|
|
1015
|
+
"creatives.containersV2.Creatives.templateDeleteConfirm": "",
|
|
1016
|
+
"creatives.containersV2.Creatives.templateDeleteSuccess": "",
|
|
1017
|
+
"creatives.containersV2.Creatives.templateDuplicateSuccess": "",
|
|
1018
|
+
"creatives.containersV2.Creatives.templateNameEmpty": "",
|
|
1019
|
+
"creatives.containersV2.Creatives.templateSelection": "",
|
|
1020
|
+
"creatives.containersV2.Creatives.textTemplate": "",
|
|
1021
|
+
"creatives.containersV2.Creatives.unMapButton": "",
|
|
1022
|
+
"creatives.containersV2.Creatives.uploadFile": "",
|
|
1023
|
+
"creatives.containersV2.Creatives.uploadedAt": "",
|
|
1024
|
+
"creatives.containersV2.Creatives.uploadedBy": "",
|
|
1025
|
+
"creatives.containersV2.Creatives.uploadingFile": "",
|
|
1026
|
+
"creatives.containersV2.Creatives.useEditor": "",
|
|
1027
|
+
"creatives.containersV2.Creatives.weChatRichmediaTemplate": "",
|
|
1028
|
+
"creatives.containersV2.Creatives.wechatAccountNotConfigured": "",
|
|
1029
|
+
"creatives.containersV2.Creatives.wechatChannelTemplatesHeader": "",
|
|
1030
|
+
"creatives.containersV2.Creatives.wechatHeader": "",
|
|
1031
|
+
"creatives.containersV2.Creatives.whatsappOverview": "",
|
|
1032
|
+
"creatives.containersV2.Creatives.whatsappTemplate": "",
|
|
1033
|
+
"creatives.containersV2.Creatives.yesText": "",
|
|
1034
|
+
"creatives.containersV2.Creatives.zipUploadFailed": "",
|
|
1035
|
+
"creatives.containersV2.Dashboard.header": "",
|
|
1036
|
+
"creatives.containersV2.Ebill.Cancel": "",
|
|
1037
|
+
"creatives.containersV2.Ebill.Preview": "",
|
|
1038
|
+
"creatives.containersV2.Ebill.Save": "",
|
|
1039
|
+
"creatives.containersV2.Ebill.campaigns": "",
|
|
1040
|
+
"creatives.containersV2.Ebill.creatives": "",
|
|
1041
|
+
"creatives.containersV2.Ebill.ebill": "",
|
|
1042
|
+
"creatives.containersV2.Ebill.ebillCreateSuccess": "",
|
|
1043
|
+
"creatives.containersV2.Ebill.ebillEditSuccess": "",
|
|
1044
|
+
"creatives.containersV2.Ebill.ebillPreview": "",
|
|
1045
|
+
"creatives.containersV2.Ebill.emptyTemplateErrorMessage": "",
|
|
1046
|
+
"creatives.containersV2.Ebill.enterTemplateName": "",
|
|
1047
|
+
"creatives.containersV2.Ebill.loading": "",
|
|
1048
|
+
"creatives.containersV2.Ebill.newVersionLabel": "",
|
|
1049
|
+
"creatives.containersV2.Ebill.somethingWentWrong": "",
|
|
1050
|
+
"creatives.containersV2.Ebill.tagsErrorMessage": "",
|
|
1051
|
+
"creatives.containersV2.Ebill.tagsLabel": "",
|
|
1052
|
+
"creatives.containersV2.Ebill.templateDataNotValid": "",
|
|
1053
|
+
"creatives.containersV2.Edit.addLabel": "",
|
|
1054
|
+
"creatives.containersV2.Edit.alertMessage": "",
|
|
1055
|
+
"creatives.containersV2.Edit.cancelButton": "",
|
|
1056
|
+
"creatives.containersV2.Edit.characters": "",
|
|
1057
|
+
"creatives.containersV2.Edit.creativeName": "",
|
|
1058
|
+
"creatives.containersV2.Edit.deleteLabel": "",
|
|
1059
|
+
"creatives.containersV2.Edit.discardChangesButton": "",
|
|
1060
|
+
"creatives.containersV2.Edit.duplicateLabel": "",
|
|
1061
|
+
"creatives.containersV2.Edit.emptyTemplateErrorMessage": "",
|
|
1062
|
+
"creatives.containersV2.Edit.getTemplateDetailsLoader": "",
|
|
1063
|
+
"creatives.containersV2.Edit.goBackTemporaryChangesLost": "",
|
|
1064
|
+
"creatives.containersV2.Edit.header": "",
|
|
1065
|
+
"creatives.containersV2.Edit.markFinalVersionLabel": "",
|
|
1066
|
+
"creatives.containersV2.Edit.messageLabel": "",
|
|
1067
|
+
"creatives.containersV2.Edit.newVersionLabel": "",
|
|
1068
|
+
"creatives.containersV2.Edit.renameLabel": "",
|
|
1069
|
+
"creatives.containersV2.Edit.saveButton": "",
|
|
1070
|
+
"creatives.containersV2.Edit.saveTemplateLoader": "",
|
|
1071
|
+
"creatives.containersV2.Edit.sms": "",
|
|
1072
|
+
"creatives.containersV2.Edit.smsEditorPlaceholder": "",
|
|
1073
|
+
"creatives.containersV2.Edit.somethingWentWrong": "",
|
|
1074
|
+
"creatives.containersV2.Edit.tagsErrorMessage": "",
|
|
1075
|
+
"creatives.containersV2.Edit.tagsLabel": "",
|
|
1076
|
+
"creatives.containersV2.Edit.templateEditedSuccessfully": "",
|
|
1077
|
+
"creatives.containersV2.Edit.templateMarkedSuccessfully": "",
|
|
1078
|
+
"creatives.containersV2.Edit.templateNamePlaceHolder": "",
|
|
1079
|
+
"creatives.containersV2.Edit.unicodeErrorMessage": "",
|
|
1080
|
+
"creatives.containersV2.Edit.unicodeLabel": "",
|
|
1081
|
+
"creatives.containersV2.Edit.versionLabel": "",
|
|
1082
|
+
"creatives.containersV2.Email.Campaigns": "",
|
|
1083
|
+
"creatives.containersV2.Email.Cancel": "",
|
|
1084
|
+
"creatives.containersV2.Email.Creatives": "",
|
|
1085
|
+
"creatives.containersV2.Email.Preview": "",
|
|
1086
|
+
"creatives.containersV2.Email.Save": "",
|
|
1087
|
+
"creatives.containersV2.Email.Subject": "",
|
|
1088
|
+
"creatives.containersV2.Email.Tags": "",
|
|
1089
|
+
"creatives.containersV2.Email.addLabel": "",
|
|
1090
|
+
"creatives.containersV2.Email.alert": "",
|
|
1091
|
+
"creatives.containersV2.Email.alertMessage": "",
|
|
1092
|
+
"creatives.containersV2.Email.alphabetically": "",
|
|
1093
|
+
"creatives.containersV2.Email.alphabeticallyOption": "",
|
|
1094
|
+
"creatives.containersV2.Email.assetUploadFailed": "",
|
|
1095
|
+
"creatives.containersV2.Email.blankTemplate": "",
|
|
1096
|
+
"creatives.containersV2.Email.cancel": "",
|
|
1097
|
+
"creatives.containersV2.Email.copyPrimaryLanguage": "",
|
|
1098
|
+
"creatives.containersV2.Email.createHeading": "",
|
|
1099
|
+
"creatives.containersV2.Email.delete": "",
|
|
1100
|
+
"creatives.containersV2.Email.deleteLanguage": "",
|
|
1101
|
+
"creatives.containersV2.Email.deleteLanguageConfirmation": "",
|
|
1102
|
+
"creatives.containersV2.Email.deleteVersion": "",
|
|
1103
|
+
"creatives.containersV2.Email.deleteVersionConfirmation": "",
|
|
1104
|
+
"creatives.containersV2.Email.dupicateVersion": "",
|
|
1105
|
+
"creatives.containersV2.Email.editButton": "",
|
|
1106
|
+
"creatives.containersV2.Email.editHeading": "",
|
|
1107
|
+
"creatives.containersV2.Email.edmSwitchAcceptText": "",
|
|
1108
|
+
"creatives.containersV2.Email.edmSwtichMessage": "",
|
|
1109
|
+
"creatives.containersV2.Email.emailCreateSuccess": "",
|
|
1110
|
+
"creatives.containersV2.Email.emailEditSuccess": "",
|
|
1111
|
+
"creatives.containersV2.Email.emailPreview": "",
|
|
1112
|
+
"creatives.containersV2.Email.emailSubject": "",
|
|
1113
|
+
"creatives.containersV2.Email.emailSubjectNotEmplty": "",
|
|
1114
|
+
"creatives.containersV2.Email.emailText": "",
|
|
1115
|
+
"creatives.containersV2.Email.english": "",
|
|
1116
|
+
"creatives.containersV2.Email.goBackTemporaryChangesLost": "",
|
|
1117
|
+
"creatives.containersV2.Email.h3emailPreview": "",
|
|
1118
|
+
"creatives.containersV2.Email.h3imageSelection": "",
|
|
1119
|
+
"creatives.containersV2.Email.imageSelection": "",
|
|
1120
|
+
"creatives.containersV2.Email.invalidFileMessage": "",
|
|
1121
|
+
"creatives.containersV2.Email.kmage": "",
|
|
1122
|
+
"creatives.containersV2.Email.loadingImage": "",
|
|
1123
|
+
"creatives.containersV2.Email.markAsFinal": "",
|
|
1124
|
+
"creatives.containersV2.Email.moreThanFiveVersionNotAllowed": "",
|
|
1125
|
+
"creatives.containersV2.Email.mostRecent": "",
|
|
1126
|
+
"creatives.containersV2.Email.mostRecentOption": "",
|
|
1127
|
+
"creatives.containersV2.Email.newLanguage": "",
|
|
1128
|
+
"creatives.containersV2.Email.newVersion": "",
|
|
1129
|
+
"creatives.containersV2.Email.noImgInGallery": "",
|
|
1130
|
+
"creatives.containersV2.Email.preview": "",
|
|
1131
|
+
"creatives.containersV2.Email.previewButton": "",
|
|
1132
|
+
"creatives.containersV2.Email.saveTemplateLoader": "",
|
|
1133
|
+
"creatives.containersV2.Email.searchText": "",
|
|
1134
|
+
"creatives.containersV2.Email.select": "",
|
|
1135
|
+
"creatives.containersV2.Email.selectButton": "",
|
|
1136
|
+
"creatives.containersV2.Email.somethingWentWrong": "",
|
|
1137
|
+
"creatives.containersV2.Email.sortBy": "",
|
|
1138
|
+
"creatives.containersV2.Email.sortby": "",
|
|
1139
|
+
"creatives.containersV2.Email.switchEditor": "",
|
|
1140
|
+
"creatives.containersV2.Email.templateLoader": "",
|
|
1141
|
+
"creatives.containersV2.Email.templateMarkedFinalSuccess": "",
|
|
1142
|
+
"creatives.containersV2.Email.templateNameNotEmpty": "",
|
|
1143
|
+
"creatives.containersV2.Email.templateNamePlaceholder": "",
|
|
1144
|
+
"creatives.containersV2.Email.testMessage": "",
|
|
1145
|
+
"creatives.containersV2.Email.upload": "",
|
|
1146
|
+
"creatives.containersV2.Email.uploadSizeError": "",
|
|
1147
|
+
"creatives.containersV2.Email.uploadedAt": "",
|
|
1148
|
+
"creatives.containersV2.Email.uploadedBy": "",
|
|
1149
|
+
"creatives.containersV2.Email.uploadingImage": "",
|
|
1150
|
+
"creatives.containersV2.Email.useEditor": "",
|
|
1151
|
+
"creatives.containersV2.Email.versionMessage": "",
|
|
1152
|
+
"creatives.containersV2.Email.versionOneMessage": "",
|
|
1153
|
+
"creatives.containersV2.Email.yes": "",
|
|
1154
|
+
"creatives.containersV2.EmailWrapper.createMode": "",
|
|
1155
|
+
"creatives.containersV2.EmailWrapper.creativeName": "",
|
|
1156
|
+
"creatives.containersV2.EmailWrapper.emptyTemplateName": "",
|
|
1157
|
+
"creatives.containersV2.EmailWrapper.header": "",
|
|
1158
|
+
"creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "",
|
|
1159
|
+
"creatives.containersV2.EmailWrapper.invalidUploadFileError": "",
|
|
1160
|
+
"creatives.containersV2.EmailWrapper.invalidUploadFileError2": "",
|
|
1161
|
+
"creatives.containersV2.EmailWrapper.invalidUploadFileErrorDesc2": "",
|
|
1162
|
+
"creatives.containersV2.EmailWrapper.upload": "",
|
|
1163
|
+
"creatives.containersV2.EmailWrapper.useEditor": "",
|
|
1164
|
+
"creatives.containersV2.EmailWrapper.useEditorDesc": "",
|
|
1165
|
+
"creatives.containersV2.EmailWrapper.zipUpload": "",
|
|
1166
|
+
"creatives.containersV2.EmailWrapper.zipUploadDesc": "",
|
|
1167
|
+
"creatives.containersV2.FTP.addColumn": "",
|
|
1168
|
+
"creatives.containersV2.FTP.addLabel": "",
|
|
1169
|
+
"creatives.containersV2.FTP.change": "",
|
|
1170
|
+
"creatives.containersV2.FTP.configureCsv": "",
|
|
1171
|
+
"creatives.containersV2.FTP.customerID": "",
|
|
1172
|
+
"creatives.containersV2.FTP.dataPreview": "",
|
|
1173
|
+
"creatives.containersV2.FTP.done": "",
|
|
1174
|
+
"creatives.containersV2.FTP.ftpServer": "",
|
|
1175
|
+
"creatives.containersV2.FTP.ftpServerDesc": "",
|
|
1176
|
+
"creatives.containersV2.FTP.manageFTPSettings": "",
|
|
1177
|
+
"creatives.containersV2.FTP.messageContent": "",
|
|
1178
|
+
"creatives.containersV2.FTP.messageHeader": "",
|
|
1179
|
+
"creatives.containersV2.FTP.optional": "",
|
|
1180
|
+
"creatives.containersV2.FTP.selectFtpServerDesc": "",
|
|
1181
|
+
"creatives.containersV2.FTP.selectTag": "",
|
|
1182
|
+
"creatives.containersV2.FTP.unsupportedTagsValidationError": "",
|
|
1183
|
+
"creatives.containersV2.Facebook.Advertisement.AdvertisementType": "",
|
|
1184
|
+
"creatives.containersV2.Facebook.Advertisement.addCard": "",
|
|
1185
|
+
"creatives.containersV2.Facebook.Advertisement.callToAction": "",
|
|
1186
|
+
"creatives.containersV2.Facebook.Advertisement.callToActionMandatoryError": "",
|
|
1187
|
+
"creatives.containersV2.Facebook.Advertisement.carouselDesc": "",
|
|
1188
|
+
"creatives.containersV2.Facebook.Advertisement.carouselTitle": "",
|
|
1189
|
+
"creatives.containersV2.Facebook.Advertisement.clickButtonLabel": "",
|
|
1190
|
+
"creatives.containersV2.Facebook.Advertisement.createNotification": "",
|
|
1191
|
+
"creatives.containersV2.Facebook.Advertisement.creativeName": "",
|
|
1192
|
+
"creatives.containersV2.Facebook.Advertisement.creativesTemplatesEditName": "",
|
|
1193
|
+
"creatives.containersV2.Facebook.Advertisement.deleteTooltipLabel": "",
|
|
1194
|
+
"creatives.containersV2.Facebook.Advertisement.displayLink": "",
|
|
1195
|
+
"creatives.containersV2.Facebook.Advertisement.displayLinkPlaceHolder": "",
|
|
1196
|
+
"creatives.containersV2.Facebook.Advertisement.doneButtonLabel": "",
|
|
1197
|
+
"creatives.containersV2.Facebook.Advertisement.duplicateTooltipLabel": "",
|
|
1198
|
+
"creatives.containersV2.Facebook.Advertisement.editNotification": "",
|
|
1199
|
+
"creatives.containersV2.Facebook.Advertisement.facebookPage": "",
|
|
1200
|
+
"creatives.containersV2.Facebook.Advertisement.image": "",
|
|
1201
|
+
"creatives.containersV2.Facebook.Advertisement.imageVideoDesc": "",
|
|
1202
|
+
"creatives.containersV2.Facebook.Advertisement.imageVideoTitle": "",
|
|
1203
|
+
"creatives.containersV2.Facebook.Advertisement.inValidUrliErrorMessage": "",
|
|
1204
|
+
"creatives.containersV2.Facebook.Advertisement.linkDesc": "",
|
|
1205
|
+
"creatives.containersV2.Facebook.Advertisement.linkDescPlaceHolder": "",
|
|
1206
|
+
"creatives.containersV2.Facebook.Advertisement.linkDescToolTip": "",
|
|
1207
|
+
"creatives.containersV2.Facebook.Advertisement.linkHeadline": "",
|
|
1208
|
+
"creatives.containersV2.Facebook.Advertisement.linkHeadlinePlaceHolder": "",
|
|
1209
|
+
"creatives.containersV2.Facebook.Advertisement.linkHeadlineToolTip": "",
|
|
1210
|
+
"creatives.containersV2.Facebook.Advertisement.newFacebookCreatives": "",
|
|
1211
|
+
"creatives.containersV2.Facebook.Advertisement.optional": "",
|
|
1212
|
+
"creatives.containersV2.Facebook.Advertisement.primaryText": "",
|
|
1213
|
+
"creatives.containersV2.Facebook.Advertisement.primaryTextPlaceholder": "",
|
|
1214
|
+
"creatives.containersV2.Facebook.Advertisement.primaryTextToolTip": "",
|
|
1215
|
+
"creatives.containersV2.Facebook.Advertisement.shiftLeftTooltipLabel": "",
|
|
1216
|
+
"creatives.containersV2.Facebook.Advertisement.shiftRightTooltipLabel": "",
|
|
1217
|
+
"creatives.containersV2.Facebook.Advertisement.video_slideshow": "",
|
|
1218
|
+
"creatives.containersV2.Facebook.Advertisement.webSiteLink": "",
|
|
1219
|
+
"creatives.containersV2.Facebook.Advertisement.websiteLinkPlaceHolder": "",
|
|
1220
|
+
"creatives.containersV2.Facebook.adManagerHeading": "",
|
|
1221
|
+
"creatives.containersV2.Facebook.capAdManagerHeading": "",
|
|
1222
|
+
"creatives.containersV2.Facebook.capFbAdManager": "",
|
|
1223
|
+
"creatives.containersV2.Facebook.facebookDisableinfo": "",
|
|
1224
|
+
"creatives.containersV2.Facebook.fbAccount": "",
|
|
1225
|
+
"creatives.containersV2.Facebook.fbAdCampaignSetDetailsDescription": "",
|
|
1226
|
+
"creatives.containersV2.Facebook.fbAdCampaignSetDetailsTitle": "",
|
|
1227
|
+
"creatives.containersV2.Facebook.fbAdManager": "",
|
|
1228
|
+
"creatives.containersV2.Facebook.fbAdSetName": "",
|
|
1229
|
+
"creatives.containersV2.Facebook.fbAdsDescription": "",
|
|
1230
|
+
"creatives.containersV2.Facebook.fbAdsDetailOne": "",
|
|
1231
|
+
"creatives.containersV2.Facebook.fbAdsDetailThree": "",
|
|
1232
|
+
"creatives.containersV2.Facebook.fbAdsDetailTwo": "",
|
|
1233
|
+
"creatives.containersV2.Facebook.fbAdsTitle": "",
|
|
1234
|
+
"creatives.containersV2.Facebook.fbAudience": "",
|
|
1235
|
+
"creatives.containersV2.Facebook.fbCampaignName": "",
|
|
1236
|
+
"creatives.containersV2.Facebook.fbChange": "",
|
|
1237
|
+
"creatives.containersV2.Facebook.fbContinue": "",
|
|
1238
|
+
"creatives.containersV2.Facebook.fbMarketingObjective": "",
|
|
1239
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveAppInstallTitle": "",
|
|
1240
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveAppInstallsDescription": "",
|
|
1241
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveAwareness": "",
|
|
1242
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveBrandAwarenessDescription": "",
|
|
1243
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveBrandAwarenessTitle": "",
|
|
1244
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveCatalogSalesDescription": "",
|
|
1245
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveCatalogSalesTitle": "",
|
|
1246
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveConsideration": "",
|
|
1247
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveConversionsDescription": "",
|
|
1248
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveConversionsTitle": "",
|
|
1249
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveEngagementDescription": "",
|
|
1250
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveEngagementTitle": "",
|
|
1251
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveLeadGenerationDescription": "",
|
|
1252
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveLeadGenerationTitle": "",
|
|
1253
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveMessagesDescription": "",
|
|
1254
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveMessagesTitle": "",
|
|
1255
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveReachDescription": "",
|
|
1256
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveReachTitle": "",
|
|
1257
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveStoreTrafficDescription": "",
|
|
1258
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveStoreTrafficTitle": "",
|
|
1259
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveTrafficDescription": "",
|
|
1260
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveTrafficTitle": "",
|
|
1261
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveVideoViewsDescription": "",
|
|
1262
|
+
"creatives.containersV2.Facebook.fbMarketingObjectiveVideoViewsTitle": "",
|
|
1263
|
+
"creatives.containersV2.Facebook.fbNoAudienceSelected": "",
|
|
1264
|
+
"creatives.containersV2.FacebookMarketingObjective.fbMarketingObjectiveDescription": "",
|
|
1265
|
+
"creatives.containersV2.FacebookMarketingObjective.fbMarketingObjectiveDone": "",
|
|
1266
|
+
"creatives.containersV2.FacebookMarketingObjective.fbMarketingObjectiveTitle": "",
|
|
1267
|
+
"creatives.containersV2.LineContainer.addMessageButtonLabel": "",
|
|
1268
|
+
"creatives.containersV2.LineContainer.cancelButtonLabel": "",
|
|
1269
|
+
"creatives.containersV2.LineContainer.changeAccount": "",
|
|
1270
|
+
"creatives.containersV2.LineContainer.chooseAccount": "",
|
|
1271
|
+
"creatives.containersV2.LineContainer.doneButtonLabel": "",
|
|
1272
|
+
"creatives.containersV2.LineContainer.lineAccount": "",
|
|
1273
|
+
"creatives.containersV2.LineContainer.lineAccountHeading": "",
|
|
1274
|
+
"creatives.containersV2.LineContainer.lineAccountHeadingChangeLabel": "",
|
|
1275
|
+
"creatives.containersV2.LineContainer.lineAccountLabel": "",
|
|
1276
|
+
"creatives.containersV2.LineContainer.lineCreateNotification": "",
|
|
1277
|
+
"creatives.containersV2.LineContainer.lineCreativeDescription": "",
|
|
1278
|
+
"creatives.containersV2.LineContainer.lineCreativeTitle": "",
|
|
1279
|
+
"creatives.containersV2.LineContainer.lineEditNotification": "",
|
|
1280
|
+
"creatives.containersV2.LineContainer.noAccountsPresentLine": "",
|
|
1281
|
+
"creatives.containersV2.LineDrawer.gettingAllTemplates": "",
|
|
1282
|
+
"creatives.containersV2.LineDrawer.noTemplatesFound": "",
|
|
1283
|
+
"creatives.containersV2.LineImage.dragAndDrop": "",
|
|
1284
|
+
"creatives.containersV2.LineImage.emptyTitleErrorMessage": "",
|
|
1285
|
+
"creatives.containersV2.LineImage.imageDimenstionDescription": "",
|
|
1286
|
+
"creatives.containersV2.LineImage.imageGallery": "",
|
|
1287
|
+
"creatives.containersV2.LineImage.imageReUpload": "",
|
|
1288
|
+
"creatives.containersV2.LineImage.lineImageIncorrectSize": "",
|
|
1289
|
+
"creatives.containersV2.LineImage.lineTemplateImage": "",
|
|
1290
|
+
"creatives.containersV2.LineImage.or": "",
|
|
1291
|
+
"creatives.containersV2.LineImage.searchImages": "",
|
|
1292
|
+
"creatives.containersV2.LineImage.select": "",
|
|
1293
|
+
"creatives.containersV2.LineImage.textMessageAddLabel": "",
|
|
1294
|
+
"creatives.containersV2.LineImage.textMessageCreateNew": "",
|
|
1295
|
+
"creatives.containersV2.LineImage.textMessageORLabel": "",
|
|
1296
|
+
"creatives.containersV2.LineImage.textMessageSelectTemplate": "",
|
|
1297
|
+
"creatives.containersV2.LineImage.textMessageTitleLabel": "",
|
|
1298
|
+
"creatives.containersV2.LineImage.textMessageTitlePlaceholder": "",
|
|
1299
|
+
"creatives.containersV2.LineImage.uploadComputer": "",
|
|
1300
|
+
"creatives.containersV2.LineImage.uploadGallery": "",
|
|
1301
|
+
"creatives.containersV2.LineImage.uploadImageLabel": "",
|
|
1302
|
+
"creatives.containersV2.LineImageCarousel.actionLabelPlaceholder": "",
|
|
1303
|
+
"creatives.containersV2.LineImageCarousel.actionLabelTitle": "",
|
|
1304
|
+
"creatives.containersV2.LineImageCarousel.actionTypePlaceholder": "",
|
|
1305
|
+
"creatives.containersV2.LineImageCarousel.actionTypeTitle": "",
|
|
1306
|
+
"creatives.containersV2.LineImageCarousel.addCard": "",
|
|
1307
|
+
"creatives.containersV2.LineImageCarousel.cardMessageDescription": "",
|
|
1308
|
+
"creatives.containersV2.LineImageCarousel.cardMessageInfo": "",
|
|
1309
|
+
"creatives.containersV2.LineImageCarousel.cardMessageTitle": "",
|
|
1310
|
+
"creatives.containersV2.LineImageCarousel.deleteTooltipLabel": "",
|
|
1311
|
+
"creatives.containersV2.LineImageCarousel.dragAndDrop": "",
|
|
1312
|
+
"creatives.containersV2.LineImageCarousel.duplicateTooltipLabel": "",
|
|
1313
|
+
"creatives.containersV2.LineImageCarousel.emptyActionContentErrorMessage": "",
|
|
1314
|
+
"creatives.containersV2.LineImageCarousel.emptyAltTextErrorMessage": "",
|
|
1315
|
+
"creatives.containersV2.LineImageCarousel.emptyTitleErrorMessage": "",
|
|
1316
|
+
"creatives.containersV2.LineImageCarousel.enterTextActionTypeTitle": "",
|
|
1317
|
+
"creatives.containersV2.LineImageCarousel.enterUriActionTypeTitle": "",
|
|
1318
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDesc": "",
|
|
1319
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "",
|
|
1320
|
+
"creatives.containersV2.LineImageCarousel.imageGallery": "",
|
|
1321
|
+
"creatives.containersV2.LineImageCarousel.imageReUpload": "",
|
|
1322
|
+
"creatives.containersV2.LineImageCarousel.inValidUrliErrorMessage": "",
|
|
1323
|
+
"creatives.containersV2.LineImageCarousel.lineImageIncorrectSize": "",
|
|
1324
|
+
"creatives.containersV2.LineImageCarousel.lineTemplateImage": "",
|
|
1325
|
+
"creatives.containersV2.LineImageCarousel.maxActionLabelErrorMessage": "",
|
|
1326
|
+
"creatives.containersV2.LineImageCarousel.or": "",
|
|
1327
|
+
"creatives.containersV2.LineImageCarousel.searchImages": "",
|
|
1328
|
+
"creatives.containersV2.LineImageCarousel.select": "",
|
|
1329
|
+
"creatives.containersV2.LineImageCarousel.shiftLeftTooltipLabel": "",
|
|
1330
|
+
"creatives.containersV2.LineImageCarousel.shiftRightTooltipLabel": "",
|
|
1331
|
+
"creatives.containersV2.LineImageCarousel.textActionTypeTitle": "",
|
|
1332
|
+
"creatives.containersV2.LineImageCarousel.textMessageAddLabel": "",
|
|
1333
|
+
"creatives.containersV2.LineImageCarousel.textMessageCreateNew": "",
|
|
1334
|
+
"creatives.containersV2.LineImageCarousel.textMessageORLabel": "",
|
|
1335
|
+
"creatives.containersV2.LineImageCarousel.textMessageSelectTemplate": "",
|
|
1336
|
+
"creatives.containersV2.LineImageCarousel.textMessageTitleLabel": "",
|
|
1337
|
+
"creatives.containersV2.LineImageCarousel.textMessageTitlePlaceholder": "",
|
|
1338
|
+
"creatives.containersV2.LineImageCarousel.titleDescription": "",
|
|
1339
|
+
"creatives.containersV2.LineImageCarousel.titleLabel": "",
|
|
1340
|
+
"creatives.containersV2.LineImageCarousel.uploadComputer": "",
|
|
1341
|
+
"creatives.containersV2.LineImageCarousel.uploadGallery": "",
|
|
1342
|
+
"creatives.containersV2.LineImageCarousel.uploadImageDescription": "",
|
|
1343
|
+
"creatives.containersV2.LineImageCarousel.uploadImageLabel": "",
|
|
1344
|
+
"creatives.containersV2.LineImageCarousel.urlActionTypeTitle": "",
|
|
1345
|
+
"creatives.containersV2.LineImageMap.customAssetDesc": "",
|
|
1346
|
+
"creatives.containersV2.LineImageMap.dragAndDrop": "",
|
|
1347
|
+
"creatives.containersV2.LineImageMap.emptyAltTextErrorMessage": "",
|
|
1348
|
+
"creatives.containersV2.LineImageMap.emptyTitleErrorMessage": "",
|
|
1349
|
+
"creatives.containersV2.LineImageMap.imageDimenstionDescription": "",
|
|
1350
|
+
"creatives.containersV2.LineImageMap.imageGallery": "",
|
|
1351
|
+
"creatives.containersV2.LineImageMap.imageReUpload": "",
|
|
1352
|
+
"creatives.containersV2.LineImageMap.lineImageMapIncorrectSize": "",
|
|
1353
|
+
"creatives.containersV2.LineImageMap.lineTemplateImageMap": "",
|
|
1354
|
+
"creatives.containersV2.LineImageMap.linkDescription": "",
|
|
1355
|
+
"creatives.containersV2.LineImageMap.linkUrl": "",
|
|
1356
|
+
"creatives.containersV2.LineImageMap.or": "",
|
|
1357
|
+
"creatives.containersV2.LineImageMap.richMsgDesc": "",
|
|
1358
|
+
"creatives.containersV2.LineImageMap.richMsgHeader": "",
|
|
1359
|
+
"creatives.containersV2.LineImageMap.searchImageMaps": "",
|
|
1360
|
+
"creatives.containersV2.LineImageMap.select": "",
|
|
1361
|
+
"creatives.containersV2.LineImageMap.selectTemplateDesc": "",
|
|
1362
|
+
"creatives.containersV2.LineImageMap.squareAssetDesc": "",
|
|
1363
|
+
"creatives.containersV2.LineImageMap.textMessageAddLabel": "",
|
|
1364
|
+
"creatives.containersV2.LineImageMap.textMessageCreateNew": "",
|
|
1365
|
+
"creatives.containersV2.LineImageMap.textMessageORLabel": "",
|
|
1366
|
+
"creatives.containersV2.LineImageMap.textMessageSelectTemplate": "",
|
|
1367
|
+
"creatives.containersV2.LineImageMap.textMessageTitleLabel": "",
|
|
1368
|
+
"creatives.containersV2.LineImageMap.textMessageTitlePlaceholder": "",
|
|
1369
|
+
"creatives.containersV2.LineImageMap.titleDescription": "",
|
|
1370
|
+
"creatives.containersV2.LineImageMap.titleLabel": "",
|
|
1371
|
+
"creatives.containersV2.LineImageMap.uploadComputer": "",
|
|
1372
|
+
"creatives.containersV2.LineImageMap.uploadGallery": "",
|
|
1373
|
+
"creatives.containersV2.LineImageMap.uploadImageDesc": "",
|
|
1374
|
+
"creatives.containersV2.LineImageMap.uploadImageLabel": "",
|
|
1375
|
+
"creatives.containersV2.LineImageMap.validUrl": "",
|
|
1376
|
+
"creatives.containersV2.LineSticker.changeStickerButtonLabel": "",
|
|
1377
|
+
"creatives.containersV2.LineSticker.emptyTitleErrorMessage": "",
|
|
1378
|
+
"creatives.containersV2.LineSticker.selectStickersLabels": "",
|
|
1379
|
+
"creatives.containersV2.LineSticker.stickerDrawerTitle": "",
|
|
1380
|
+
"creatives.containersV2.LineSticker.textMessageTitleLabel": "",
|
|
1381
|
+
"creatives.containersV2.LineSticker.textMessageTitlePlaceholder": "",
|
|
1382
|
+
"creatives.containersV2.LineText.addLabels": "",
|
|
1383
|
+
"creatives.containersV2.LineText.charCount": "",
|
|
1384
|
+
"creatives.containersV2.LineText.emptyContentErrorMessage": "",
|
|
1385
|
+
"creatives.containersV2.LineText.emptyTitleErrorMessage": "",
|
|
1386
|
+
"creatives.containersV2.LineText.invalidTagError": "",
|
|
1387
|
+
"creatives.containersV2.LineText.limitExceededContentErrorMessage": "",
|
|
1388
|
+
"creatives.containersV2.LineText.lineTemplateText": "",
|
|
1389
|
+
"creatives.containersV2.LineText.searchText": "",
|
|
1390
|
+
"creatives.containersV2.LineText.select": "",
|
|
1391
|
+
"creatives.containersV2.LineText.textMessage": "",
|
|
1392
|
+
"creatives.containersV2.LineText.textMessageAddLabel": "",
|
|
1393
|
+
"creatives.containersV2.LineText.textMessageCreateNew": "",
|
|
1394
|
+
"creatives.containersV2.LineText.textMessageORLabel": "",
|
|
1395
|
+
"creatives.containersV2.LineText.textMessagePlaceholder": "",
|
|
1396
|
+
"creatives.containersV2.LineText.textMessageSelectTemplate": "",
|
|
1397
|
+
"creatives.containersV2.LineText.textMessageTitleLabel": "",
|
|
1398
|
+
"creatives.containersV2.LineText.textMessageTitlePlaceholder": "",
|
|
1399
|
+
"creatives.containersV2.LineVideo.actionButtonLabel": "",
|
|
1400
|
+
"creatives.containersV2.LineVideo.actionLabelInductiveTitle": "",
|
|
1401
|
+
"creatives.containersV2.LineVideo.actionLabelPlaceholder": "",
|
|
1402
|
+
"creatives.containersV2.LineVideo.actionLabelTitle": "",
|
|
1403
|
+
"creatives.containersV2.LineVideo.actionUrlPlaceholder": "",
|
|
1404
|
+
"creatives.containersV2.LineVideo.actionUrlTitle": "",
|
|
1405
|
+
"creatives.containersV2.LineVideo.dragAndDrop": "",
|
|
1406
|
+
"creatives.containersV2.LineVideo.emptyAltTextErrorMessage": "",
|
|
1407
|
+
"creatives.containersV2.LineVideo.emptyLabelErrorMessage": "",
|
|
1408
|
+
"creatives.containersV2.LineVideo.emptyTitleErrorMessage": "",
|
|
1409
|
+
"creatives.containersV2.LineVideo.emptyUrlErrorMessage": "",
|
|
1410
|
+
"creatives.containersV2.LineVideo.imageGallery": "",
|
|
1411
|
+
"creatives.containersV2.LineVideo.imageReUpload": "",
|
|
1412
|
+
"creatives.containersV2.LineVideo.inValidUrlErrorMessage": "",
|
|
1413
|
+
"creatives.containersV2.LineVideo.lineTemplateImage": "",
|
|
1414
|
+
"creatives.containersV2.LineVideo.lineVideoIncorrectSize": "",
|
|
1415
|
+
"creatives.containersV2.LineVideo.maxActionLabelErrorMessage": "",
|
|
1416
|
+
"creatives.containersV2.LineVideo.or": "",
|
|
1417
|
+
"creatives.containersV2.LineVideo.searchImages": "",
|
|
1418
|
+
"creatives.containersV2.LineVideo.select": "",
|
|
1419
|
+
"creatives.containersV2.LineVideo.textMessageAddLabel": "",
|
|
1420
|
+
"creatives.containersV2.LineVideo.textMessageCreateNew": "",
|
|
1421
|
+
"creatives.containersV2.LineVideo.textMessageORLabel": "",
|
|
1422
|
+
"creatives.containersV2.LineVideo.textMessageSelectTemplate": "",
|
|
1423
|
+
"creatives.containersV2.LineVideo.textMessageTitleLabel": "",
|
|
1424
|
+
"creatives.containersV2.LineVideo.textMessageTitlePlaceholder": "",
|
|
1425
|
+
"creatives.containersV2.LineVideo.titleDescription": "",
|
|
1426
|
+
"creatives.containersV2.LineVideo.titleLabel": "",
|
|
1427
|
+
"creatives.containersV2.LineVideo.uploadComputer": "",
|
|
1428
|
+
"creatives.containersV2.LineVideo.uploadGallery": "",
|
|
1429
|
+
"creatives.containersV2.LineVideo.uploadVideoLabel": "",
|
|
1430
|
+
"creatives.containersV2.LineVideo.videoFormatDescription": "",
|
|
1431
|
+
"creatives.containersV2.LineVideo.videoSizeDescription": "",
|
|
1432
|
+
"creatives.containersV2.LineWrapper.changeModalDescription": "",
|
|
1433
|
+
"creatives.containersV2.LineWrapper.changeModalLabel": "",
|
|
1434
|
+
"creatives.containersV2.LineWrapper.changeModalTitle": "",
|
|
1435
|
+
"creatives.containersV2.LineWrapper.flexLabel": "",
|
|
1436
|
+
"creatives.containersV2.LineWrapper.imageLabel": "",
|
|
1437
|
+
"creatives.containersV2.LineWrapper.imagemapLabel": "",
|
|
1438
|
+
"creatives.containersV2.LineWrapper.modalDiscardChangesButtonLabel": "",
|
|
1439
|
+
"creatives.containersV2.LineWrapper.modalSaveChangesButtonLabel": "",
|
|
1440
|
+
"creatives.containersV2.LineWrapper.stickerLabel": "",
|
|
1441
|
+
"creatives.containersV2.LineWrapper.textLabel": "",
|
|
1442
|
+
"creatives.containersV2.LineWrapper.videoLabel": "",
|
|
1443
|
+
"creatives.containersV2.Login.header": "",
|
|
1444
|
+
"creatives.containersV2.Login.invalidCredential": "",
|
|
1445
|
+
"creatives.containersV2.Login.loginPage": "",
|
|
1446
|
+
"creatives.containersV2.Login.pageTitle": "",
|
|
1447
|
+
"creatives.containersV2.MobilePush.Create.Android": "",
|
|
1448
|
+
"creatives.containersV2.MobilePush.Create.Campaigns": "",
|
|
1449
|
+
"creatives.containersV2.MobilePush.Create.Creatives": "",
|
|
1450
|
+
"creatives.containersV2.MobilePush.Create.Image": "",
|
|
1451
|
+
"creatives.containersV2.MobilePush.Create.ImageUploadLabel": "",
|
|
1452
|
+
"creatives.containersV2.MobilePush.Create.Tags": "",
|
|
1453
|
+
"creatives.containersV2.MobilePush.Create.accountId": "",
|
|
1454
|
+
"creatives.containersV2.MobilePush.Create.addAnotherCTA": "",
|
|
1455
|
+
"creatives.containersV2.MobilePush.Create.addPrimaryCTA": "",
|
|
1456
|
+
"creatives.containersV2.MobilePush.Create.addSecondaryCTA": "",
|
|
1457
|
+
"creatives.containersV2.MobilePush.Create.alertMessage": "",
|
|
1458
|
+
"creatives.containersV2.MobilePush.Create.androidNotConfigured": "",
|
|
1459
|
+
"creatives.containersV2.MobilePush.Create.button1": "",
|
|
1460
|
+
"creatives.containersV2.MobilePush.Create.button2": "",
|
|
1461
|
+
"creatives.containersV2.MobilePush.Create.cancel": "",
|
|
1462
|
+
"creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "",
|
|
1463
|
+
"creatives.containersV2.MobilePush.Create.change": "",
|
|
1464
|
+
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "",
|
|
1465
|
+
"creatives.containersV2.MobilePush.Create.copyFromIos": "",
|
|
1466
|
+
"creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "",
|
|
1467
|
+
"creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "",
|
|
1468
|
+
"creatives.containersV2.MobilePush.Create.discardChanges": "",
|
|
1469
|
+
"creatives.containersV2.MobilePush.Create.enterCTALabel": "",
|
|
1470
|
+
"creatives.containersV2.MobilePush.Create.enterTemplateName": "",
|
|
1471
|
+
"creatives.containersV2.MobilePush.Create.enterTemplateNameImportant": "",
|
|
1472
|
+
"creatives.containersV2.MobilePush.Create.externalLink": "",
|
|
1473
|
+
"creatives.containersV2.MobilePush.Create.externalLinkCantEmpty": "",
|
|
1474
|
+
"creatives.containersV2.MobilePush.Create.goBackConfirmation": "",
|
|
1475
|
+
"creatives.containersV2.MobilePush.Create.goBackTemporaryChangesLost": "",
|
|
1476
|
+
"creatives.containersV2.MobilePush.Create.here": "",
|
|
1477
|
+
"creatives.containersV2.MobilePush.Create.iOS": "",
|
|
1478
|
+
"creatives.containersV2.MobilePush.Create.inputMobilePushTemplateContent": "",
|
|
1479
|
+
"creatives.containersV2.MobilePush.Create.invalidAndroidMessage": "",
|
|
1480
|
+
"creatives.containersV2.MobilePush.Create.invalidExternalLink": "",
|
|
1481
|
+
"creatives.containersV2.MobilePush.Create.invalidIosMessage": "",
|
|
1482
|
+
"creatives.containersV2.MobilePush.Create.invalidTags": "",
|
|
1483
|
+
"creatives.containersV2.MobilePush.Create.iosNotConfigured": "",
|
|
1484
|
+
"creatives.containersV2.MobilePush.Create.maxUploadFileSize": "",
|
|
1485
|
+
"creatives.containersV2.MobilePush.Create.message": "",
|
|
1486
|
+
"creatives.containersV2.MobilePush.Create.messageHasUnsupportedTag": "",
|
|
1487
|
+
"creatives.containersV2.MobilePush.Create.messageLabel": "",
|
|
1488
|
+
"creatives.containersV2.MobilePush.Create.messageTitleWithUnsupportedTag": "",
|
|
1489
|
+
"creatives.containersV2.MobilePush.Create.mobilePush": "",
|
|
1490
|
+
"creatives.containersV2.MobilePush.Create.nameAndDescription": "",
|
|
1491
|
+
"creatives.containersV2.MobilePush.Create.pleaseInput": "",
|
|
1492
|
+
"creatives.containersV2.MobilePush.Create.pleaseUploadImage": "",
|
|
1493
|
+
"creatives.containersV2.MobilePush.Create.primaryCTA": "",
|
|
1494
|
+
"creatives.containersV2.MobilePush.Create.save": "",
|
|
1495
|
+
"creatives.containersV2.MobilePush.Create.secondaryCTA": "",
|
|
1496
|
+
"creatives.containersV2.MobilePush.Create.selectADeeplink": "",
|
|
1497
|
+
"creatives.containersV2.MobilePush.Create.selectActionButton": "",
|
|
1498
|
+
"creatives.containersV2.MobilePush.Create.selectDeeplink": "",
|
|
1499
|
+
"creatives.containersV2.MobilePush.Create.selectLinkType": "",
|
|
1500
|
+
"creatives.containersV2.MobilePush.Create.selectMobilePushAccount": "",
|
|
1501
|
+
"creatives.containersV2.MobilePush.Create.selectMobilePushTemplate": "",
|
|
1502
|
+
"creatives.containersV2.MobilePush.Create.somethingWentWrong": "",
|
|
1503
|
+
"creatives.containersV2.MobilePush.Create.template": "",
|
|
1504
|
+
"creatives.containersV2.MobilePush.Create.templateCantEmpty": "",
|
|
1505
|
+
"creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "",
|
|
1506
|
+
"creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "",
|
|
1507
|
+
"creatives.containersV2.MobilePush.Create.templateNotConfigured": "",
|
|
1508
|
+
"creatives.containersV2.MobilePush.Create.title": "",
|
|
1509
|
+
"creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "",
|
|
1510
|
+
"creatives.containersV2.MobilePush.Create.titleLabel": "",
|
|
1511
|
+
"creatives.containersV2.MobilePush.Create.titleNameInvalid": "",
|
|
1512
|
+
"creatives.containersV2.MobilePush.Create.uploadFileSizeError": "",
|
|
1513
|
+
"creatives.containersV2.MobilePush.Create.uploadImage": "",
|
|
1514
|
+
"creatives.containersV2.MobilePush.Create.uploadImageSizeErrorDescription": "",
|
|
1515
|
+
"creatives.containersV2.MobilePush.Create.uploadImageSizeErrorTitle": "",
|
|
1516
|
+
"creatives.containersV2.MobilePush.Create.uploadingImage": "",
|
|
1517
|
+
"creatives.containersV2.MobilePush.Create.validationError": "",
|
|
1518
|
+
"creatives.containersV2.MobilePush.Create.valueCantEmpty": "",
|
|
1519
|
+
"creatives.containersV2.MobilePush.Edit.Android": "",
|
|
1520
|
+
"creatives.containersV2.MobilePush.Edit.Campaigns": "",
|
|
1521
|
+
"creatives.containersV2.MobilePush.Edit.Creatives": "",
|
|
1522
|
+
"creatives.containersV2.MobilePush.Edit.Image": "",
|
|
1523
|
+
"creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "",
|
|
1524
|
+
"creatives.containersV2.MobilePush.Edit.Tags": "",
|
|
1525
|
+
"creatives.containersV2.MobilePush.Edit.accountId": "",
|
|
1526
|
+
"creatives.containersV2.MobilePush.Edit.addAnotherCTA": "",
|
|
1527
|
+
"creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "",
|
|
1528
|
+
"creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "",
|
|
1529
|
+
"creatives.containersV2.MobilePush.Edit.alertMessage": "",
|
|
1530
|
+
"creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "",
|
|
1531
|
+
"creatives.containersV2.MobilePush.Edit.button1": "",
|
|
1532
|
+
"creatives.containersV2.MobilePush.Edit.button2": "",
|
|
1533
|
+
"creatives.containersV2.MobilePush.Edit.cancel": "",
|
|
1534
|
+
"creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "",
|
|
1535
|
+
"creatives.containersV2.MobilePush.Edit.change": "",
|
|
1536
|
+
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "",
|
|
1537
|
+
"creatives.containersV2.MobilePush.Edit.copyFromIos": "",
|
|
1538
|
+
"creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "",
|
|
1539
|
+
"creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "",
|
|
1540
|
+
"creatives.containersV2.MobilePush.Edit.discardChanges": "",
|
|
1541
|
+
"creatives.containersV2.MobilePush.Edit.enterCTALabel": "",
|
|
1542
|
+
"creatives.containersV2.MobilePush.Edit.enterTemplateName": "",
|
|
1543
|
+
"creatives.containersV2.MobilePush.Edit.enterTemplateNameImportant": "",
|
|
1544
|
+
"creatives.containersV2.MobilePush.Edit.externalLink": "",
|
|
1545
|
+
"creatives.containersV2.MobilePush.Edit.externalLinkCantEmpty": "",
|
|
1546
|
+
"creatives.containersV2.MobilePush.Edit.externalLinkCantEmpty1": "",
|
|
1547
|
+
"creatives.containersV2.MobilePush.Edit.goBackConfirmation": "",
|
|
1548
|
+
"creatives.containersV2.MobilePush.Edit.goBackTemporaryChangesLost": "",
|
|
1549
|
+
"creatives.containersV2.MobilePush.Edit.iOS": "",
|
|
1550
|
+
"creatives.containersV2.MobilePush.Edit.inputMobilePushTemplateContent": "",
|
|
1551
|
+
"creatives.containersV2.MobilePush.Edit.invalidAndroidMessage": "",
|
|
1552
|
+
"creatives.containersV2.MobilePush.Edit.invalidIosMessage": "",
|
|
1553
|
+
"creatives.containersV2.MobilePush.Edit.invalidTags": "",
|
|
1554
|
+
"creatives.containersV2.MobilePush.Edit.iosTemplateNotConfigured": "",
|
|
1555
|
+
"creatives.containersV2.MobilePush.Edit.maxUploadFileSize": "",
|
|
1556
|
+
"creatives.containersV2.MobilePush.Edit.message": "",
|
|
1557
|
+
"creatives.containersV2.MobilePush.Edit.messageHasUnsupportedTag": "",
|
|
1558
|
+
"creatives.containersV2.MobilePush.Edit.messageLabel": "",
|
|
1559
|
+
"creatives.containersV2.MobilePush.Edit.messageTitleWithUnsupportedTag": "",
|
|
1560
|
+
"creatives.containersV2.MobilePush.Edit.mobilePush": "",
|
|
1561
|
+
"creatives.containersV2.MobilePush.Edit.nameAndDescription": "",
|
|
1562
|
+
"creatives.containersV2.MobilePush.Edit.pleaseInput": "",
|
|
1563
|
+
"creatives.containersV2.MobilePush.Edit.pleaseUploadImage": "",
|
|
1564
|
+
"creatives.containersV2.MobilePush.Edit.primaryCTA": "",
|
|
1565
|
+
"creatives.containersV2.MobilePush.Edit.save": "",
|
|
1566
|
+
"creatives.containersV2.MobilePush.Edit.secondaryCTA": "",
|
|
1567
|
+
"creatives.containersV2.MobilePush.Edit.selectADeeplink": "",
|
|
1568
|
+
"creatives.containersV2.MobilePush.Edit.selectActionButton": "",
|
|
1569
|
+
"creatives.containersV2.MobilePush.Edit.selectDeepLink": "",
|
|
1570
|
+
"creatives.containersV2.MobilePush.Edit.selectDeeplink": "",
|
|
1571
|
+
"creatives.containersV2.MobilePush.Edit.selectLinkType": "",
|
|
1572
|
+
"creatives.containersV2.MobilePush.Edit.selectMobilePushAccount": "",
|
|
1573
|
+
"creatives.containersV2.MobilePush.Edit.selectMobilePushTemplate": "",
|
|
1574
|
+
"creatives.containersV2.MobilePush.Edit.somethingWentWrong": "",
|
|
1575
|
+
"creatives.containersV2.MobilePush.Edit.template": "",
|
|
1576
|
+
"creatives.containersV2.MobilePush.Edit.templateCantEmpty": "",
|
|
1577
|
+
"creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "",
|
|
1578
|
+
"creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "",
|
|
1579
|
+
"creatives.containersV2.MobilePush.Edit.templateNotConfigured": "",
|
|
1580
|
+
"creatives.containersV2.MobilePush.Edit.title": "",
|
|
1581
|
+
"creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "",
|
|
1582
|
+
"creatives.containersV2.MobilePush.Edit.titleLabel": "",
|
|
1583
|
+
"creatives.containersV2.MobilePush.Edit.titleNameInvalid": "",
|
|
1584
|
+
"creatives.containersV2.MobilePush.Edit.uploadFileSizeError": "",
|
|
1585
|
+
"creatives.containersV2.MobilePush.Edit.uploadImage": "",
|
|
1586
|
+
"creatives.containersV2.MobilePush.Edit.uploadingImage": "",
|
|
1587
|
+
"creatives.containersV2.MobilePush.Edit.validationError": "",
|
|
1588
|
+
"creatives.containersV2.MobilePush.Edit.valueCantEmpty": "",
|
|
1589
|
+
"creatives.containersV2.MobilepushWrapper.createMode": "",
|
|
1590
|
+
"creatives.containersV2.MobilepushWrapper.creativeName": "",
|
|
1591
|
+
"creatives.containersV2.MobilepushWrapper.header": "",
|
|
1592
|
+
"creatives.containersV2.MobilepushWrapper.image": "",
|
|
1593
|
+
"creatives.containersV2.MobilepushWrapper.text": "",
|
|
1594
|
+
"creatives.containersV2.NotFoundPage.header": "",
|
|
1595
|
+
"creatives.containersV2.Rcs.addSmsCreative": "",
|
|
1596
|
+
"creatives.containersV2.Rcs.buttonTextAndUrl": "",
|
|
1597
|
+
"creatives.containersV2.Rcs.disabledMediaTooltip": "",
|
|
1598
|
+
"creatives.containersV2.Rcs.dltEditHeader": "",
|
|
1599
|
+
"creatives.containersV2.Rcs.emptyTemplateDescErrorMessage": "",
|
|
1600
|
+
"creatives.containersV2.Rcs.fallbackDesc": "",
|
|
1601
|
+
"creatives.containersV2.Rcs.fallbackLabel": "",
|
|
1602
|
+
"creatives.containersV2.Rcs.fallbackMsgLenError": "",
|
|
1603
|
+
"creatives.containersV2.Rcs.fallbackMsgPlaceholder": "",
|
|
1604
|
+
"creatives.containersV2.Rcs.fallbackPreviewtitle": "",
|
|
1605
|
+
"creatives.containersV2.Rcs.fallbackTextAreaLabel": "",
|
|
1606
|
+
"creatives.containersV2.Rcs.fallbackToolTip": "",
|
|
1607
|
+
"creatives.containersV2.Rcs.image": "",
|
|
1608
|
+
"creatives.containersV2.Rcs.mediaImage": "",
|
|
1609
|
+
"creatives.containersV2.Rcs.mediaLabel": "",
|
|
1610
|
+
"creatives.containersV2.Rcs.mediaNone": "",
|
|
1611
|
+
"creatives.containersV2.Rcs.mediaVideo": "",
|
|
1612
|
+
"creatives.containersV2.Rcs.optional": "",
|
|
1613
|
+
"creatives.containersV2.Rcs.rcsCreateNotification": "",
|
|
1614
|
+
"creatives.containersV2.Rcs.rcsDltDesc": "",
|
|
1615
|
+
"creatives.containersV2.Rcs.rcsDltTitle": "",
|
|
1616
|
+
"creatives.containersV2.Rcs.rcsDoneBtnToolTip": "",
|
|
1617
|
+
"creatives.containersV2.Rcs.rcsEditNotification": "",
|
|
1618
|
+
"creatives.containersV2.Rcs.templateButton": "",
|
|
1619
|
+
"creatives.containersV2.Rcs.templateButtonDesc": "",
|
|
1620
|
+
"creatives.containersV2.Rcs.templateCTAButton": "",
|
|
1621
|
+
"creatives.containersV2.Rcs.templateCTAButtonDesc": "",
|
|
1622
|
+
"creatives.containersV2.Rcs.templateDescLabel": "",
|
|
1623
|
+
"creatives.containersV2.Rcs.templateDescLengthError": "",
|
|
1624
|
+
"creatives.containersV2.Rcs.templateDescPlaceholder": "",
|
|
1625
|
+
"creatives.containersV2.Rcs.templateQRButton": "",
|
|
1626
|
+
"creatives.containersV2.Rcs.templateQRButtonDesc": "",
|
|
1627
|
+
"creatives.containersV2.Rcs.templateTitle": "",
|
|
1628
|
+
"creatives.containersV2.Rcs.templateTitlePlaceholder": "",
|
|
1629
|
+
"creatives.containersV2.Rcs.textMessage": "",
|
|
1630
|
+
"creatives.containersV2.Rcs.totalCharacters": "",
|
|
1631
|
+
"creatives.containersV2.TagList.header": "",
|
|
1632
|
+
"creatives.containersV2.Templates.accountConfigError": "",
|
|
1633
|
+
"creatives.containersV2.Templates.all": "",
|
|
1634
|
+
"creatives.containersV2.Templates.alphabeticallyOption": "",
|
|
1635
|
+
"creatives.containersV2.Templates.areYouSureText": "",
|
|
1636
|
+
"creatives.containersV2.Templates.blankTemplate": "",
|
|
1637
|
+
"creatives.containersV2.Templates.campaigns": "",
|
|
1638
|
+
"creatives.containersV2.Templates.cancelText": "",
|
|
1639
|
+
"creatives.containersV2.Templates.category": "",
|
|
1640
|
+
"creatives.containersV2.Templates.chooseAccount": "",
|
|
1641
|
+
"creatives.containersV2.Templates.clearAll": "",
|
|
1642
|
+
"creatives.containersV2.Templates.continue": "",
|
|
1643
|
+
"creatives.containersV2.Templates.createEmailActionButton": "",
|
|
1644
|
+
"creatives.containersV2.Templates.createMessageContent": "",
|
|
1645
|
+
"creatives.containersV2.Templates.createNewActionButton": "",
|
|
1646
|
+
"creatives.containersV2.Templates.createNewTemplateLink": "",
|
|
1647
|
+
"creatives.containersV2.Templates.createSmsActionButton": "",
|
|
1648
|
+
"creatives.containersV2.Templates.creativeTemplates": "",
|
|
1649
|
+
"creatives.containersV2.Templates.creativeTemplatesDesc": "",
|
|
1650
|
+
"creatives.containersV2.Templates.creatives": "",
|
|
1651
|
+
"creatives.containersV2.Templates.creativesTemplatesEdit": "",
|
|
1652
|
+
"creatives.containersV2.Templates.creativesTemplatesSave": "",
|
|
1653
|
+
"creatives.containersV2.Templates.deleteButton": "",
|
|
1654
|
+
"creatives.containersV2.Templates.deletedSuccssfully": "",
|
|
1655
|
+
"creatives.containersV2.Templates.deletingTemplate": "",
|
|
1656
|
+
"creatives.containersV2.Templates.deletionFailed": "",
|
|
1657
|
+
"creatives.containersV2.Templates.duplicateButton": "",
|
|
1658
|
+
"creatives.containersV2.Templates.duplicatingTemplate": "",
|
|
1659
|
+
"creatives.containersV2.Templates.ebillHeader": "",
|
|
1660
|
+
"creatives.containersV2.Templates.ebillPreview": "",
|
|
1661
|
+
"creatives.containersV2.Templates.editButton": "",
|
|
1662
|
+
"creatives.containersV2.Templates.editMessageContent": "",
|
|
1663
|
+
"creatives.containersV2.Templates.emailHeader": "",
|
|
1664
|
+
"creatives.containersV2.Templates.emailPreview": "",
|
|
1665
|
+
"creatives.containersV2.Templates.emailTitleIllustartion": "",
|
|
1666
|
+
"creatives.containersV2.Templates.gettingAllTemplates": "",
|
|
1667
|
+
"creatives.containersV2.Templates.header": "",
|
|
1668
|
+
"creatives.containersV2.Templates.imageCarouselTemplate": "",
|
|
1669
|
+
"creatives.containersV2.Templates.imageMapTemplate": "",
|
|
1670
|
+
"creatives.containersV2.Templates.imageMapVideoTemplate": "",
|
|
1671
|
+
"creatives.containersV2.Templates.imageTemplate": "",
|
|
1672
|
+
"creatives.containersV2.Templates.invalidUploadFileError": "",
|
|
1673
|
+
"creatives.containersV2.Templates.layoutSelection": "",
|
|
1674
|
+
"creatives.containersV2.Templates.lineAccount": "",
|
|
1675
|
+
"creatives.containersV2.Templates.lineHeader": "",
|
|
1676
|
+
"creatives.containersV2.Templates.mapTemplate": "",
|
|
1677
|
+
"creatives.containersV2.Templates.mapTemplates": "",
|
|
1678
|
+
"creatives.containersV2.Templates.mobilepushAccount": "",
|
|
1679
|
+
"creatives.containersV2.Templates.mobilepushHeader": "",
|
|
1680
|
+
"creatives.containersV2.Templates.mostRecentOption": "",
|
|
1681
|
+
"creatives.containersV2.Templates.newEmailTemplate": "",
|
|
1682
|
+
"creatives.containersV2.Templates.newNotificationTemplate": "",
|
|
1683
|
+
"creatives.containersV2.Templates.newRCSTemplate": "",
|
|
1684
|
+
"creatives.containersV2.Templates.newSMSTemplate": "",
|
|
1685
|
+
"creatives.containersV2.Templates.newTemplate": "",
|
|
1686
|
+
"creatives.containersV2.Templates.newWhatsappTemplate": "",
|
|
1687
|
+
"creatives.containersV2.Templates.noAccountMessage": "",
|
|
1688
|
+
"creatives.containersV2.Templates.noAccountsPresent": "",
|
|
1689
|
+
"creatives.containersV2.Templates.noAccountsPresentFacebook": "",
|
|
1690
|
+
"creatives.containersV2.Templates.noAccountsPresentLine": "",
|
|
1691
|
+
"creatives.containersV2.Templates.noAccountsPresentViber": "",
|
|
1692
|
+
"creatives.containersV2.Templates.noAccountsPresentWeChat": "",
|
|
1693
|
+
"creatives.containersV2.Templates.noAccountsPresentWhatsapp": "",
|
|
1694
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesDesc": "",
|
|
1695
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesTitle": "",
|
|
1696
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesDesc": "",
|
|
1697
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesTitle": "",
|
|
1698
|
+
"creatives.containersV2.Templates.noTemplatesFound": "",
|
|
1699
|
+
"creatives.containersV2.Templates.noTemplatesMessage": "",
|
|
1700
|
+
"creatives.containersV2.Templates.preview": "",
|
|
1701
|
+
"creatives.containersV2.Templates.previewButton": "",
|
|
1702
|
+
"creatives.containersV2.Templates.previewGenerateText": "",
|
|
1703
|
+
"creatives.containersV2.Templates.promotional": "",
|
|
1704
|
+
"creatives.containersV2.Templates.pushTitleIllustartion": "",
|
|
1705
|
+
"creatives.containersV2.Templates.rcsDescIllustartion": "",
|
|
1706
|
+
"creatives.containersV2.Templates.rcsDltIllustrationDesc": "",
|
|
1707
|
+
"creatives.containersV2.Templates.rcsDltIllustrationTitle": "",
|
|
1708
|
+
"creatives.containersV2.Templates.rcsTitleIllustartion": "",
|
|
1709
|
+
"creatives.containersV2.Templates.richMediaTemplates": "",
|
|
1710
|
+
"creatives.containersV2.Templates.searchText": "",
|
|
1711
|
+
"creatives.containersV2.Templates.selectAccount": "",
|
|
1712
|
+
"creatives.containersV2.Templates.selectButton": "",
|
|
1713
|
+
"creatives.containersV2.Templates.selectDefaultButton": "",
|
|
1714
|
+
"creatives.containersV2.Templates.selectSmsHeader": "",
|
|
1715
|
+
"creatives.containersV2.Templates.selectWechatHeader": "",
|
|
1716
|
+
"creatives.containersV2.Templates.serviceExplicit": "",
|
|
1717
|
+
"creatives.containersV2.Templates.serviceImplicit": "",
|
|
1718
|
+
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "",
|
|
1719
|
+
"creatives.containersV2.Templates.smsHeader": "",
|
|
1720
|
+
"creatives.containersV2.Templates.smsTitleIllustartion": "",
|
|
1721
|
+
"creatives.containersV2.Templates.somethingWentWrong": "",
|
|
1722
|
+
"creatives.containersV2.Templates.sortBy": "",
|
|
1723
|
+
"creatives.containersV2.Templates.status": "",
|
|
1724
|
+
"creatives.containersV2.Templates.template": "",
|
|
1725
|
+
"creatives.containersV2.Templates.templateDeleteConfirm": "",
|
|
1726
|
+
"creatives.containersV2.Templates.templateDeleteSuccess": "",
|
|
1727
|
+
"creatives.containersV2.Templates.templateDuplicateSuccess": "",
|
|
1728
|
+
"creatives.containersV2.Templates.templateSelection": "",
|
|
1729
|
+
"creatives.containersV2.Templates.textTemplate": "",
|
|
1730
|
+
"creatives.containersV2.Templates.unMapButton": "",
|
|
1731
|
+
"creatives.containersV2.Templates.uploadFile": "",
|
|
1732
|
+
"creatives.containersV2.Templates.uploadTemplate": "",
|
|
1733
|
+
"creatives.containersV2.Templates.uploadedAt": "",
|
|
1734
|
+
"creatives.containersV2.Templates.uploadedBy": "",
|
|
1735
|
+
"creatives.containersV2.Templates.uploadingFile": "",
|
|
1736
|
+
"creatives.containersV2.Templates.useEditor": "",
|
|
1737
|
+
"creatives.containersV2.Templates.weChatRichmediaTemplate": "",
|
|
1738
|
+
"creatives.containersV2.Templates.wechatAccount": "",
|
|
1739
|
+
"creatives.containersV2.Templates.wechatAccountNotConfigured": "",
|
|
1740
|
+
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "",
|
|
1741
|
+
"creatives.containersV2.Templates.wechatHeader": "",
|
|
1742
|
+
"creatives.containersV2.Templates.whatsappAccount": "",
|
|
1743
|
+
"creatives.containersV2.Templates.whatsappDescIllustration": "",
|
|
1744
|
+
"creatives.containersV2.Templates.whatsappMaxTemplates": "",
|
|
1745
|
+
"creatives.containersV2.Templates.whatsappOnlyApprovedTemplates": "",
|
|
1746
|
+
"creatives.containersV2.Templates.whatsappOverview": "",
|
|
1747
|
+
"creatives.containersV2.Templates.whatsappTitleIllustration": "",
|
|
1748
|
+
"creatives.containersV2.Templates.yesText": "",
|
|
1749
|
+
"creatives.containersV2.Templates.zipUploadFailed": "",
|
|
1750
|
+
"creatives.containersV2.TemplatesV2.FTP": "",
|
|
1751
|
+
"creatives.containersV2.TemplatesV2.callTask": "",
|
|
1752
|
+
"creatives.containersV2.TemplatesV2.creatives": "",
|
|
1753
|
+
"creatives.containersV2.TemplatesV2.creativesDesc": "",
|
|
1754
|
+
"creatives.containersV2.TemplatesV2.edit": "",
|
|
1755
|
+
"creatives.containersV2.TemplatesV2.email": "",
|
|
1756
|
+
"creatives.containersV2.TemplatesV2.facebook": "",
|
|
1757
|
+
"creatives.containersV2.TemplatesV2.facebookDisableinfo": "",
|
|
1758
|
+
"creatives.containersV2.TemplatesV2.gallery": "",
|
|
1759
|
+
"creatives.containersV2.TemplatesV2.header": "",
|
|
1760
|
+
"creatives.containersV2.TemplatesV2.line": "",
|
|
1761
|
+
"creatives.containersV2.TemplatesV2.pushNotification": "",
|
|
1762
|
+
"creatives.containersV2.TemplatesV2.rcs": "",
|
|
1763
|
+
"creatives.containersV2.TemplatesV2.select": "",
|
|
1764
|
+
"creatives.containersV2.TemplatesV2.sms": "",
|
|
1765
|
+
"creatives.containersV2.TemplatesV2.viber": "",
|
|
1766
|
+
"creatives.containersV2.TemplatesV2.wechat": "",
|
|
1767
|
+
"creatives.containersV2.TemplatesV2.whatsapp": "",
|
|
1768
|
+
"creatives.containersV2.TestPage.header": "",
|
|
1769
|
+
"creatives.containersV2.Testv2.descriptionTestv2": "",
|
|
1770
|
+
"creatives.containersV2.Testv2.header": "",
|
|
1771
|
+
"creatives.containersV2.Testv2.testv2": "",
|
|
1772
|
+
"creatives.containersV2.View.descriptionView": "",
|
|
1773
|
+
"creatives.containersV2.View.header": "",
|
|
1774
|
+
"creatives.containersV2.View.view": "",
|
|
1775
|
+
"creatives.containersV2.WeChat.accountId": "",
|
|
1776
|
+
"creatives.containersV2.WeChat.alertMessage": "",
|
|
1777
|
+
"creatives.containersV2.WeChat.cancel": "",
|
|
1778
|
+
"creatives.containersV2.WeChat.discard": "",
|
|
1779
|
+
"creatives.containersV2.WeChat.gettingTemplateData": "",
|
|
1780
|
+
"creatives.containersV2.WeChat.goBackTemporaryChangesLost": "",
|
|
1781
|
+
"creatives.containersV2.WeChat.hasInvalidContent": "",
|
|
1782
|
+
"creatives.containersV2.WeChat.hasValidContent": "",
|
|
1783
|
+
"creatives.containersV2.WeChat.header": "",
|
|
1784
|
+
"creatives.containersV2.WeChat.internalUrlLabel": "",
|
|
1785
|
+
"creatives.containersV2.WeChat.isInternalUrl": "",
|
|
1786
|
+
"creatives.containersV2.WeChat.link": "",
|
|
1787
|
+
"creatives.containersV2.WeChat.linkCantEmpty": "",
|
|
1788
|
+
"creatives.containersV2.WeChat.linkErrorMessage": "",
|
|
1789
|
+
"creatives.containersV2.WeChat.miniWeChatPlaceholder": "",
|
|
1790
|
+
"creatives.containersV2.WeChat.miniWechatIdError": "",
|
|
1791
|
+
"creatives.containersV2.WeChat.miniWechatIdInductive": "",
|
|
1792
|
+
"creatives.containersV2.WeChat.miniWechatIdLabel": "",
|
|
1793
|
+
"creatives.containersV2.WeChat.newWechat": "",
|
|
1794
|
+
"creatives.containersV2.WeChat.pagePathError": "",
|
|
1795
|
+
"creatives.containersV2.WeChat.pagePathInductive": "",
|
|
1796
|
+
"creatives.containersV2.WeChat.pagePathLabel": "",
|
|
1797
|
+
"creatives.containersV2.WeChat.pagePathPlaceholder": "",
|
|
1798
|
+
"creatives.containersV2.WeChat.redirectOptionMiniProgram": "",
|
|
1799
|
+
"creatives.containersV2.WeChat.redirectOptionURL": "",
|
|
1800
|
+
"creatives.containersV2.WeChat.redirectOptionsHeadingValue": "",
|
|
1801
|
+
"creatives.containersV2.WeChat.redirectionOptionError": "",
|
|
1802
|
+
"creatives.containersV2.WeChat.save": "",
|
|
1803
|
+
"creatives.containersV2.WeChat.select": "",
|
|
1804
|
+
"creatives.containersV2.WeChat.selectWechatAccount": "",
|
|
1805
|
+
"creatives.containersV2.WeChat.selectWechatTemplate": "",
|
|
1806
|
+
"creatives.containersV2.WeChat.somethingWentWrong": "",
|
|
1807
|
+
"creatives.containersV2.WeChat.tagsLabel": "",
|
|
1808
|
+
"creatives.containersV2.WeChat.template": "",
|
|
1809
|
+
"creatives.containersV2.WeChat.templateLinkError": "",
|
|
1810
|
+
"creatives.containersV2.WeChat.templateLinkLabel": "",
|
|
1811
|
+
"creatives.containersV2.WeChat.templateMapping": "",
|
|
1812
|
+
"creatives.containersV2.WeChat.templateName": "",
|
|
1813
|
+
"creatives.containersV2.WeChat.wechatCreateSuccess": "",
|
|
1814
|
+
"creatives.containersV2.WeChat.wechatEditSuccess": "",
|
|
1815
|
+
"creatives.containersV2.Whatsapp.alertUpdate": "",
|
|
1816
|
+
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "",
|
|
1817
|
+
"creatives.containersV2.Whatsapp.approved": "",
|
|
1818
|
+
"creatives.containersV2.Whatsapp.transactional": "",
|
|
1819
|
+
"creatives.containersV2.Whatsapp.transactionalTooltip": "",
|
|
1820
|
+
"creatives.containersV2.addLabels": "",
|
|
1821
|
+
"creatives.containersV2.appName": "",
|
|
1822
|
+
"creatives.containersV2.applyNow": "",
|
|
1823
|
+
"creatives.containersV2.areYouSureText": "",
|
|
1824
|
+
"creatives.containersV2.audience": "",
|
|
1825
|
+
"creatives.containersV2.campaignsDashboard": "",
|
|
1826
|
+
"creatives.containersV2.campaignsHome": "",
|
|
1827
|
+
"creatives.containersV2.cancel": "",
|
|
1828
|
+
"creatives.containersV2.changeOk": "",
|
|
1829
|
+
"creatives.containersV2.comingSoonTooltip": "",
|
|
1830
|
+
"creatives.containersV2.creativeNameLabel": "",
|
|
1831
|
+
"creatives.containersV2.delete": "",
|
|
1832
|
+
"creatives.containersV2.done": "",
|
|
1833
|
+
"creatives.containersV2.emptyTemplateNameErrorMessage": "",
|
|
1834
|
+
"creatives.containersV2.incentive": "",
|
|
1835
|
+
"creatives.containersV2.learnMore": "",
|
|
1836
|
+
"creatives.containersV2.newOrgName": "",
|
|
1837
|
+
"creatives.containersV2.noCallToAction": "",
|
|
1838
|
+
"creatives.containersV2.orgChangeText": "",
|
|
1839
|
+
"creatives.containersV2.orgChangedText": "",
|
|
1840
|
+
"creatives.containersV2.orgRefreshHeading": "",
|
|
1841
|
+
"creatives.containersV2.preview": "",
|
|
1842
|
+
"creatives.containersV2.programs": "",
|
|
1843
|
+
"creatives.containersV2.promotions": "",
|
|
1844
|
+
"creatives.containersV2.refreshOrgText": "",
|
|
1845
|
+
"creatives.containersV2.refreshText": "",
|
|
1846
|
+
"creatives.containersV2.richMedia.Create.Anyone": "",
|
|
1847
|
+
"creatives.containersV2.richMedia.Create.Author": "",
|
|
1848
|
+
"creatives.containersV2.richMedia.Create.Content": "",
|
|
1849
|
+
"creatives.containersV2.richMedia.Create.Cover_abstract": "",
|
|
1850
|
+
"creatives.containersV2.richMedia.Create.Cover_image": "",
|
|
1851
|
+
"creatives.containersV2.richMedia.Create.No_one": "",
|
|
1852
|
+
"creatives.containersV2.richMedia.Create.Only_followers": "",
|
|
1853
|
+
"creatives.containersV2.richMedia.Create.Please_input_author": "",
|
|
1854
|
+
"creatives.containersV2.richMedia.Create.Please_input_content": "",
|
|
1855
|
+
"creatives.containersV2.richMedia.Create.Please_input_cover_abstract": "",
|
|
1856
|
+
"creatives.containersV2.richMedia.Create.Please_input_title": "",
|
|
1857
|
+
"creatives.containersV2.richMedia.Create.Show_cover_picture": "",
|
|
1858
|
+
"creatives.containersV2.richMedia.Create.Title": "",
|
|
1859
|
+
"creatives.containersV2.richMedia.Create.Who_can_post_comments_on_this_content": "",
|
|
1860
|
+
"creatives.containersV2.richMedia.Create.addNewRichmedia": "",
|
|
1861
|
+
"creatives.containersV2.richMedia.Create.addRichMediaContent": "",
|
|
1862
|
+
"creatives.containersV2.richMedia.Create.articleContent": "",
|
|
1863
|
+
"creatives.containersV2.richMedia.Create.authorCharacterCount": "",
|
|
1864
|
+
"creatives.containersV2.richMedia.Create.authorInductiveText": "",
|
|
1865
|
+
"creatives.containersV2.richMedia.Create.contentEmpty": "",
|
|
1866
|
+
"creatives.containersV2.richMedia.Create.coverAbstract": "",
|
|
1867
|
+
"creatives.containersV2.richMedia.Create.coverAbstractCharacterCount": "",
|
|
1868
|
+
"creatives.containersV2.richMedia.Create.coverAbstractInductive": "",
|
|
1869
|
+
"creatives.containersV2.richMedia.Create.coverImageTitle": "",
|
|
1870
|
+
"creatives.containersV2.richMedia.Create.delete": "",
|
|
1871
|
+
"creatives.containersV2.richMedia.Create.deleteContent": "",
|
|
1872
|
+
"creatives.containersV2.richMedia.Create.emptyTemplateName": "",
|
|
1873
|
+
"creatives.containersV2.richMedia.Create.existingMedia": "",
|
|
1874
|
+
"creatives.containersV2.richMedia.Create.existingMediaHeader": "",
|
|
1875
|
+
"creatives.containersV2.richMedia.Create.fileContentFailed": "",
|
|
1876
|
+
"creatives.containersV2.richMedia.Create.formEmpty": "",
|
|
1877
|
+
"creatives.containersV2.richMedia.Create.header": "",
|
|
1878
|
+
"creatives.containersV2.richMedia.Create.insertImage": "",
|
|
1879
|
+
"creatives.containersV2.richMedia.Create.linkInductiveText": "",
|
|
1880
|
+
"creatives.containersV2.richMedia.Create.maxContentCount": "",
|
|
1881
|
+
"creatives.containersV2.richMedia.Create.modalBody": "",
|
|
1882
|
+
"creatives.containersV2.richMedia.Create.modalTitle": "",
|
|
1883
|
+
"creatives.containersV2.richMedia.Create.nameOfTemplate": "",
|
|
1884
|
+
"creatives.containersV2.richMedia.Create.newMedia": "",
|
|
1885
|
+
"creatives.containersV2.richMedia.Create.noImage": "",
|
|
1886
|
+
"creatives.containersV2.richMedia.Create.payloadMissing": "",
|
|
1887
|
+
"creatives.containersV2.richMedia.Create.readMoreLink": "",
|
|
1888
|
+
"creatives.containersV2.richMedia.Create.requiredField": "",
|
|
1889
|
+
"creatives.containersV2.richMedia.Create.resolutionText": "",
|
|
1890
|
+
"creatives.containersV2.richMedia.Create.sameTemplateExists": "",
|
|
1891
|
+
"creatives.containersV2.richMedia.Create.saveSuccess": "",
|
|
1892
|
+
"creatives.containersV2.richMedia.Create.searchText": "",
|
|
1893
|
+
"creatives.containersV2.richMedia.Create.somethingWentWrong": "",
|
|
1894
|
+
"creatives.containersV2.richMedia.Create.sourceIdentMissing": "",
|
|
1895
|
+
"creatives.containersV2.richMedia.Create.sourceLinkEmpty": "",
|
|
1896
|
+
"creatives.containersV2.richMedia.Create.sufficientParam": "",
|
|
1897
|
+
"creatives.containersV2.richMedia.Create.sufficientPayload": "",
|
|
1898
|
+
"creatives.containersV2.richMedia.Create.templateNameAlreadyExists": "",
|
|
1899
|
+
"creatives.containersV2.richMedia.Create.templateNameBlank": "",
|
|
1900
|
+
"creatives.containersV2.richMedia.Create.templateNameContainsWS": "",
|
|
1901
|
+
"creatives.containersV2.richMedia.Create.templateNameExists": "",
|
|
1902
|
+
"creatives.containersV2.richMedia.Create.titleCharacterCount": "",
|
|
1903
|
+
"creatives.containersV2.richMedia.Create.titleEmpty": "",
|
|
1904
|
+
"creatives.containersV2.richMedia.Create.titleInductiveText": "",
|
|
1905
|
+
"creatives.containersV2.richMedia.Create.titleNameRepeated": "",
|
|
1906
|
+
"creatives.containersV2.richMedia.Create.uploadFailed": "",
|
|
1907
|
+
"creatives.containersV2.richMedia.Create.uploadImage": "",
|
|
1908
|
+
"creatives.containersV2.richMedia.Create.visibility": "",
|
|
1909
|
+
"creatives.containersV2.richMedia.Create.wechatTitle": "",
|
|
1910
|
+
"creatives.containersV2.richMedia.Create.wrongFormatFile": "",
|
|
1911
|
+
"creatives.containersV2.richMedia.Create.wrongUrl": "",
|
|
1912
|
+
"creatives.containersV2.save": "",
|
|
1913
|
+
"creatives.containersV2.shopNow": "",
|
|
1914
|
+
"creatives.containersV2.signUp": "",
|
|
1915
|
+
"creatives.containersV2.subscribe": "",
|
|
1916
|
+
"creatives.containersV2.templateNameLabel": "",
|
|
1917
|
+
"creatives.containersV2.templateNamePlaceholder": "",
|
|
1918
|
+
"creatives.containersV2.unsupportedTagsValidationError": "",
|
|
1919
|
+
"creatives.containersV2.viber.addLabels": "",
|
|
1920
|
+
"creatives.containersV2.viber.button": "",
|
|
1921
|
+
"creatives.containersV2.viber.buttonText": "",
|
|
1922
|
+
"creatives.containersV2.viber.buttonUrl": "",
|
|
1923
|
+
"creatives.containersV2.viber.cancelButtonLabel": "",
|
|
1924
|
+
"creatives.containersV2.viber.characters": "",
|
|
1925
|
+
"creatives.containersV2.viber.doneButtonLabel": "",
|
|
1926
|
+
"creatives.containersV2.viber.dragAndDrop": "",
|
|
1927
|
+
"creatives.containersV2.viber.emptyContentErrorMessage": "",
|
|
1928
|
+
"creatives.containersV2.viber.emptyTitleErrorMessage": "",
|
|
1929
|
+
"creatives.containersV2.viber.gettingAllTemplates": "",
|
|
1930
|
+
"creatives.containersV2.viber.image": "",
|
|
1931
|
+
"creatives.containersV2.viber.imageDesc": "",
|
|
1932
|
+
"creatives.containersV2.viber.imageDimenstionDescription": "",
|
|
1933
|
+
"creatives.containersV2.viber.imageGallery": "",
|
|
1934
|
+
"creatives.containersV2.viber.imageReUpload": "",
|
|
1935
|
+
"creatives.containersV2.viber.imageSizeDescription": "",
|
|
1936
|
+
"creatives.containersV2.viber.inValidUrliErrorMessage": "",
|
|
1937
|
+
"creatives.containersV2.viber.invalidTagError": "",
|
|
1938
|
+
"creatives.containersV2.viber.limitExceededContentErrorMessage": "",
|
|
1939
|
+
"creatives.containersV2.viber.message": "",
|
|
1940
|
+
"creatives.containersV2.viber.optional": "",
|
|
1941
|
+
"creatives.containersV2.viber.or": "",
|
|
1942
|
+
"creatives.containersV2.viber.search": "",
|
|
1943
|
+
"creatives.containersV2.viber.textMessage": "",
|
|
1944
|
+
"creatives.containersV2.viber.textMessageTitleLabel": "",
|
|
1945
|
+
"creatives.containersV2.viber.textMessageTitlePlaceholder": "",
|
|
1946
|
+
"creatives.containersV2.viber.uploadComputer": "",
|
|
1947
|
+
"creatives.containersV2.viber.uploadGallery": "",
|
|
1948
|
+
"creatives.containersV2.viber.uploadImage": "",
|
|
1949
|
+
"creatives.containersV2.viber.uploadImageDescription": "",
|
|
1950
|
+
"creatives.containersV2.viber.viberCreateNotification": "",
|
|
1951
|
+
"creatives.containersV2.viber.viberCreativeTitle": "",
|
|
1952
|
+
"creatives.containersV2.viber.viberEditNotification": "",
|
|
1953
|
+
"creatives.containersV2.viber.viberImageIncorrectSize": "",
|
|
1954
|
+
"creatives.containersV2.watchMore": "",
|
|
1955
|
+
"customdatepicker.cancel": "",
|
|
1956
|
+
"customdatepicker.done": "",
|
|
1957
|
+
"reon.components.Cap.Workbench": "",
|
|
1958
|
+
"reon.components.Cap.appName": "",
|
|
1959
|
+
"reon.components.Cap.campaigns": "",
|
|
1960
|
+
"reon.components.Cap.creatives": "",
|
|
1961
|
+
"reon.components.Cap.creativesDashboard": "",
|
|
1962
|
+
"reon.components.Cap.ebill": "",
|
|
1963
|
+
"reon.components.Cap.email": "",
|
|
1964
|
+
"reon.components.Cap.gallery": "",
|
|
1965
|
+
"reon.components.Cap.line": "",
|
|
1966
|
+
"reon.components.Cap.loyalty": "",
|
|
1967
|
+
"reon.components.Cap.memberCare": "",
|
|
1968
|
+
"reon.components.Cap.mobilepush": "",
|
|
1969
|
+
"reon.components.Cap.sms": "",
|
|
1970
|
+
"reon.components.Cap.storeCare": "",
|
|
1971
|
+
"reon.components.Cap.storePerformance": "",
|
|
1972
|
+
"reon.components.Cap.wechat": "",
|
|
1973
|
+
"reon.components.DateFilter.apply": "",
|
|
1974
|
+
"reon.components.DateFilter.cancel": "",
|
|
1975
|
+
"reon.components.DateFilter.custom": "",
|
|
1976
|
+
"reon.components.DateFilter.editText": "",
|
|
1977
|
+
"reon.components.DateFilter.loaderMessage": "",
|
|
1978
|
+
"reon.components.DateFilter.mtd": "",
|
|
1979
|
+
"reon.components.DateFilter.previousMonth": "",
|
|
1980
|
+
"reon.components.DateFilter.previousWeek": "",
|
|
1981
|
+
"reon.components.DateFilter.previousYear": "",
|
|
1982
|
+
"reon.components.DateFilter.selectDateRange": "",
|
|
1983
|
+
"reon.components.DateFilter.wtd": "",
|
|
1984
|
+
"reon.components.DateFilter.ytd": "",
|
|
1985
|
+
"reon.components.TopBar.brand.dropdown": "",
|
|
1986
|
+
"reon.components.TopBar.logout": "",
|
|
1987
|
+
"reon.components.TopBar.profile": "",
|
|
1988
|
+
"reon.components.TopBar.settings": "",
|
|
1989
|
+
"reon.components.campaignsDashboard": "",
|
|
1990
|
+
"reon.components.campaignsHome": "",
|
|
1991
|
+
"reon.componentsv2.Cap.Workbench": "",
|
|
1992
|
+
"reon.componentsv2.Cap.campaigns": "",
|
|
1993
|
+
"reon.componentsv2.Cap.creatives": "",
|
|
1994
|
+
"reon.componentsv2.Cap.creativesDashboard": "",
|
|
1995
|
+
"reon.componentsv2.Cap.ebill": "",
|
|
1996
|
+
"reon.componentsv2.Cap.email": "",
|
|
1997
|
+
"reon.componentsv2.Cap.gallery": "",
|
|
1998
|
+
"reon.componentsv2.Cap.loyalty": "",
|
|
1999
|
+
"reon.componentsv2.Cap.memberCare": "",
|
|
2000
|
+
"reon.componentsv2.Cap.sms": "",
|
|
2001
|
+
"reon.componentsv2.Cap.storeCare": "",
|
|
2002
|
+
"reon.componentsv2.Cap.storePerformance": "",
|
|
2003
|
+
"reon.componentsv2.Cap.wechat": "",
|
|
2004
|
+
"reon.componentsv2.appName": "",
|
|
2005
|
+
"reon.componentsv2.campaignsDashboard": "",
|
|
2006
|
+
"reon.componentsv2.campaignsHome": "",
|
|
2007
|
+
"reon.modules.Login.componentsv2.LoginForm.input.inputPasswordMandatory": "",
|
|
2008
|
+
"reon.modules.Login.componentsv2.LoginForm.input.inputUsernameMandatory": "",
|
|
2009
|
+
"reon.modules.Login.componentsv2.LoginForm.input.invalidCredentials": "",
|
|
2010
|
+
"reon.modules.Login.componentsv2.LoginForm.input.loginButton": "",
|
|
2011
|
+
"reon.modules.Login.componentsv2.LoginForm.input.password": "",
|
|
2012
|
+
"reon.modules.Login.componentsv2.LoginForm.input.username": ""
|
|
2013
|
+
}
|