@capillarytech/creatives-library 3.1.3 → 3.1.4
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/components/BreadCrumbs/messages.js +1 -1
- package/components/CapTagList/index.js +3 -3
- package/components/CapTagList/messages.js +16 -4
- package/components/Ckeditor/messages.js +1 -1
- package/components/CustomPopOver/index.js +3 -4
- package/components/CustomPopOver/messages.js +5 -1
- package/components/DateFilter/index.js +12 -12
- package/components/DateFilter/messages.js +40 -0
- package/components/DateRange/index.js +5 -4
- package/components/DateRange/messages.js +13 -1
- package/components/Edmeditor/messages.js +1 -1
- package/components/EmailPreview/index.js +4 -4
- package/components/EmailPreview/messages.js +18 -2
- package/components/Footer/messages.js +1 -1
- package/components/FormBuilder/index.js +15 -19
- package/components/FormBuilder/messages.js +33 -1
- package/components/Header/messages.js +4 -4
- package/components/ImagePreview/index.js +1 -1
- package/components/ImagePreview/messages.js +5 -1
- package/components/PageHeader/messages.js +1 -1
- package/components/PreviewSideBar/index.js +2 -2
- package/components/PreviewSideBar/messages.js +14 -6
- package/components/Sidebar/messages.js +3 -3
- package/components/SmsTest/index.js +6 -4
- package/components/SmsTest/messages.js +9 -1
- package/components/TemplatePreview/WechatRichmediaTemplatePreview/messages.js +3 -3
- package/components/TemplatePreview/index.js +7 -7
- package/components/TemplatePreview/messages.js +17 -5
- package/components/Toastr/messages.js +1 -1
- package/components/ToastrMessage/index.js +4 -1
- package/components/ToastrMessage/messages.js +5 -1
- package/components/TopBar/messages.js +1 -1
- package/containers/Assets/Gallery/messages.js +20 -20
- package/containers/Cap/index.js +5 -5
- package/containers/Cap/messages.js +75 -0
- package/containers/Dashboard/index.js +2 -2
- package/containers/Dashboard/messages.js +1 -1
- package/containers/Ebill/index.js +1 -1
- package/containers/Ebill/messages.js +20 -16
- package/containers/Email/index.js +24 -24
- package/containers/Email/messages.js +107 -59
- package/containers/Line/Create/index.js +7 -7
- package/containers/Line/Create/messages.js +58 -42
- package/containers/Line/Edit/index.js +14 -14
- package/containers/Line/Edit/messages.js +58 -38
- package/containers/Login/components/LoginForm/index.js +10 -7
- package/containers/Login/components/LoginForm/messages.js +15 -3
- package/containers/Login/index.js +1 -1
- package/containers/Login/messages.js +7 -3
- package/containers/MobilePush/Create/index.js +45 -45
- package/containers/MobilePush/Create/messages.js +111 -75
- package/containers/MobilePush/Edit/index.js +45 -45
- package/containers/MobilePush/Edit/messages.js +100 -83
- package/containers/NotFoundPage/messages.js +1 -1
- package/containers/Sms/Create/index.js +5 -5
- package/containers/Sms/Create/messages.js +43 -19
- package/containers/Sms/Edit/index.js +4 -4
- package/containers/Sms/Edit/messages.js +36 -20
- package/containers/TagList/messages.js +1 -1
- package/containers/Templates/index.js +20 -19
- package/containers/Templates/messages.js +136 -64
- package/containers/TestPage/messages.js +1 -1
- package/containers/Testv2/index.js +2 -2
- package/containers/Testv2/messages.js +9 -1
- package/containers/WeChat/MapTemplates/index.js +10 -10
- package/containers/WeChat/MapTemplates/messages.js +49 -17
- package/containers/WeChat/RichmediaTemplates/Create/messages.js +33 -33
- package/containers/WeChat/RichmediaTemplates/Edit/messages.js +1 -1
- package/containers/WeChat/RichmediaTemplates/View/index.js +2 -2
- package/containers/WeChat/RichmediaTemplates/View/messages.js +9 -1
- package/package.json +1 -1
- package/services/api.js +10 -2
- package/translations/en.json +973 -360
- package/translations/zh.json +994 -381
- package/v2Components/BreadCrumbs/messages.js +1 -1
- package/v2Components/CallTaskPreview/messages.js +1 -1
- package/v2Components/CapTagList/index.js +6 -5
- package/v2Components/CapTagList/messages.js +24 -4
- package/v2Components/Ckeditor/messages.js +1 -1
- package/v2Components/CmsTemplatesComponent/messages.js +2 -2
- package/v2Components/CustomPopOver/index.js +4 -2
- package/v2Components/CustomPopOver/messages.js +5 -1
- package/v2Components/Edmeditor/messages.js +1 -1
- package/v2Components/EmailPreview/index.js +2 -2
- package/v2Components/EmailPreview/messages.js +11 -3
- package/v2Components/EmailPreviewV2/index.js +1 -1
- package/v2Components/EmailPreviewV2/messages.js +13 -9
- package/v2Components/Footer/messages.js +1 -1
- package/v2Components/FormBuilder/index.js +11 -10
- package/v2Components/FormBuilder/messages.js +13 -13
- package/v2Components/Header/messages.js +4 -4
- package/v2Components/ImagePreview/index.js +3 -2
- package/v2Components/ImagePreview/messages.js +5 -1
- package/v2Components/MobilePushPreviewV2/index.js +2 -5
- package/v2Components/MobilePushPreviewV2/messages.js +9 -1
- package/v2Components/NavigationBar/messages.js +1 -1
- package/v2Components/NewCallTask/messages.js +5 -5
- package/v2Components/PreviewSideBar/messages.js +6 -6
- package/v2Components/SmsTest/index.js +6 -4
- package/v2Components/SmsTest/messages.js +9 -1
- package/v2Components/TemplatePreview/WechatRichmediaTemplatePreview/messages.js +3 -3
- package/v2Components/TemplatePreview/index.js +8 -7
- package/v2Components/TemplatePreview/messages.js +19 -7
- package/v2Components/Toastr/messages.js +1 -1
- package/v2Components/ToastrMessage/index.js +3 -2
- package/v2Components/ToastrMessage/messages.js +5 -1
- package/v2Components/TopBar/messages.js +7 -7
- package/v2Containers/Assets/Gallery/messages.js +24 -24
- package/v2Containers/CallTask/messages.js +6 -6
- package/v2Containers/Cap/index.js +5 -4
- package/v2Containers/Cap/messages.js +16 -16
- package/v2Containers/Cap/messsages.js +19 -15
- package/v2Containers/ChannelTemplates/messages.js +1 -1
- package/v2Containers/CreativesContainer/SlideBoxContent.js +1 -1
- package/v2Containers/CreativesContainer/index.js +65 -46
- package/v2Containers/CreativesContainer/messages.js +5 -5
- package/v2Containers/Dashboard/index.js +2 -1
- package/v2Containers/Dashboard/messages.js +1 -1
- package/v2Containers/Ebill/index.js +1 -1
- package/v2Containers/Ebill/messages.js +20 -16
- package/v2Containers/Email/index.js +20 -20
- package/v2Containers/Email/messages.js +97 -61
- package/v2Containers/EmailWrapper/index.js +1 -1
- package/v2Containers/EmailWrapper/messages.js +12 -12
- package/v2Containers/Line/Create/index.js +3 -3
- package/v2Containers/Line/Create/messages.js +53 -41
- package/v2Containers/Line/Edit/index.js +10 -10
- package/v2Containers/Line/Edit/messages.js +55 -39
- package/v2Containers/Login/components/LoginForm/index.js +9 -6
- package/v2Containers/Login/components/LoginForm/messages.js +15 -3
- package/v2Containers/Login/index.js +1 -1
- package/v2Containers/Login/messages.js +7 -3
- package/v2Containers/MobilePush/Create/index.js +33 -33
- package/v2Containers/MobilePush/Create/messages.js +109 -81
- package/v2Containers/MobilePush/Edit/index.js +22 -22
- package/v2Containers/MobilePush/Edit/messages.js +95 -79
- package/v2Containers/MobilepushWrapper/messages.js +5 -5
- package/v2Containers/NotFoundPage/messages.js +1 -1
- package/v2Containers/Sms/Create/index.js +5 -5
- package/v2Containers/Sms/Create/messages.js +41 -21
- package/v2Containers/Sms/Edit/index.js +5 -5
- package/v2Containers/Sms/Edit/messages.js +36 -20
- package/v2Containers/TagList/messages.js +1 -1
- package/v2Containers/Templates/index.js +9 -1
- package/v2Containers/Templates/messages.js +1 -1
- package/v2Containers/TemplatesV2/messages.js +11 -11
- package/v2Containers/TestPage/messages.js +1 -1
- package/v2Containers/Testv2/index.js +2 -2
- package/v2Containers/Testv2/messages.js +9 -1
- package/v2Containers/WeChat/MapTemplates/index.js +2 -2
- package/v2Containers/WeChat/MapTemplates/messages.js +25 -25
- package/v2Containers/WeChat/RichmediaTemplates/Create/index.js +4 -14
- package/v2Containers/WeChat/RichmediaTemplates/Create/messages.js +46 -46
- package/v2Containers/WeChat/RichmediaTemplates/Edit/index.js +1 -11
- package/v2Containers/WeChat/RichmediaTemplates/Edit/messages.js +1 -1
- package/v2Containers/WeChat/RichmediaTemplates/View/messages.js +9 -1
package/translations/zh.json
CHANGED
|
@@ -1,383 +1,996 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
"
|
|
172
|
-
"
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
-
"
|
|
206
|
-
"
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
"
|
|
210
|
-
"
|
|
211
|
-
"
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
"
|
|
215
|
-
"
|
|
216
|
-
"
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"
|
|
223
|
-
"
|
|
224
|
-
"
|
|
225
|
-
"
|
|
226
|
-
"
|
|
227
|
-
"
|
|
228
|
-
"
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
"
|
|
232
|
-
"
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
"
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
"
|
|
239
|
-
"
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
"
|
|
243
|
-
"
|
|
244
|
-
"
|
|
245
|
-
"
|
|
246
|
-
"
|
|
247
|
-
"
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
"
|
|
253
|
-
"
|
|
254
|
-
"
|
|
255
|
-
"
|
|
256
|
-
"
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
"
|
|
262
|
-
"
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
"
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
"
|
|
271
|
-
"
|
|
272
|
-
"
|
|
273
|
-
"
|
|
274
|
-
"
|
|
275
|
-
"
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
"
|
|
311
|
-
"
|
|
312
|
-
"
|
|
313
|
-
"
|
|
314
|
-
"
|
|
315
|
-
"
|
|
316
|
-
"
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
"
|
|
320
|
-
"
|
|
321
|
-
"
|
|
322
|
-
"
|
|
323
|
-
"
|
|
324
|
-
"
|
|
325
|
-
"
|
|
326
|
-
"
|
|
327
|
-
"
|
|
328
|
-
"
|
|
329
|
-
"
|
|
330
|
-
"
|
|
331
|
-
"
|
|
332
|
-
"
|
|
333
|
-
"
|
|
334
|
-
"
|
|
335
|
-
"
|
|
336
|
-
"
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
"
|
|
340
|
-
"
|
|
341
|
-
"
|
|
342
|
-
"
|
|
343
|
-
"
|
|
344
|
-
"
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
-
"
|
|
361
|
-
"
|
|
362
|
-
"
|
|
363
|
-
"
|
|
364
|
-
"
|
|
365
|
-
"
|
|
366
|
-
"
|
|
367
|
-
"
|
|
368
|
-
"
|
|
369
|
-
"
|
|
370
|
-
"
|
|
371
|
-
"
|
|
372
|
-
"
|
|
373
|
-
"
|
|
374
|
-
"
|
|
375
|
-
"
|
|
376
|
-
"
|
|
377
|
-
"
|
|
378
|
-
"
|
|
379
|
-
"
|
|
380
|
-
"
|
|
381
|
-
"
|
|
382
|
-
"
|
|
2
|
+
"creatives.components.BreadCrumbs.header": "",
|
|
3
|
+
"creatives.components.CapTagList.Cancel": "",
|
|
4
|
+
"creatives.components.CapTagList.Ok": "",
|
|
5
|
+
"creatives.components.CapTagList.all": "",
|
|
6
|
+
"creatives.components.CapTagList.dynamic_days_before_expiry": "",
|
|
7
|
+
"creatives.components.CapTagList.loyalty": "",
|
|
8
|
+
"creatives.components.CapTagList.numberOfDaysBeforeExpiry": "",
|
|
9
|
+
"creatives.components.CapTagList.outbound": "",
|
|
10
|
+
"creatives.components.Ckeditor.header": "",
|
|
11
|
+
"creatives.components.CustomPopOver.header": "",
|
|
12
|
+
"creatives.components.CustomPopOver.languages": "",
|
|
13
|
+
"creatives.components.DateRange.from": "",
|
|
14
|
+
"creatives.components.DateRange.header": "",
|
|
15
|
+
"creatives.components.DateRange.to": "",
|
|
16
|
+
"creatives.components.DateRange.today": "",
|
|
17
|
+
"creatives.components.Edmeditor.header": "",
|
|
18
|
+
"creatives.components.EmailPreview.browserNotSupportIframe": "",
|
|
19
|
+
"creatives.components.EmailPreview.desktop": "",
|
|
20
|
+
"creatives.components.EmailPreview.lastModified": "",
|
|
21
|
+
"creatives.components.EmailPreview.mobile": "",
|
|
22
|
+
"creatives.components.EmailPreview.tablet": "",
|
|
23
|
+
"creatives.components.EmailPreview.uploadedBy": "",
|
|
24
|
+
"creatives.components.Footer.header": "",
|
|
25
|
+
"creatives.components.FormBuilder.cancel": "",
|
|
26
|
+
"creatives.components.FormBuilder.contentNotValidLanguage": "",
|
|
27
|
+
"creatives.components.FormBuilder.header": "",
|
|
28
|
+
"creatives.components.FormBuilder.layoutSelection": "",
|
|
29
|
+
"creatives.components.FormBuilder.loadingEDMTemplates": "",
|
|
30
|
+
"creatives.components.FormBuilder.missingTags": "",
|
|
31
|
+
"creatives.components.FormBuilder.ok": "",
|
|
32
|
+
"creatives.components.FormBuilder.unsupportedTags": "",
|
|
33
|
+
"creatives.components.FormBuilder.yes": "",
|
|
34
|
+
"creatives.components.Header.cancel": "",
|
|
35
|
+
"creatives.components.Header.header": "",
|
|
36
|
+
"creatives.components.Header.preview": "",
|
|
37
|
+
"creatives.components.Header.save": "",
|
|
38
|
+
"creatives.components.ImagePreview.close": "",
|
|
39
|
+
"creatives.components.ImagePreview.loadingImage": "",
|
|
40
|
+
"creatives.components.NotFoundPage.header": "",
|
|
41
|
+
"creatives.components.PageHeader.header": "",
|
|
42
|
+
"creatives.components.PreviewSideBar.android": "",
|
|
43
|
+
"creatives.components.PreviewSideBar.duplicate": "",
|
|
44
|
+
"creatives.components.PreviewSideBar.edit": "",
|
|
45
|
+
"creatives.components.PreviewSideBar.header": "",
|
|
46
|
+
"creatives.components.PreviewSideBar.ios": "",
|
|
47
|
+
"creatives.components.PreviewSideBar.lastModified": "",
|
|
48
|
+
"creatives.components.PreviewSideBar.select": "",
|
|
49
|
+
"creatives.components.PreviewSideBar.uploadedBy": "",
|
|
50
|
+
"creatives.components.Sidebar.creatives": "",
|
|
51
|
+
"creatives.components.Sidebar.input.placeholder": "",
|
|
52
|
+
"creatives.components.Sidebar.menuTitle": "",
|
|
53
|
+
"creatives.components.SmsTest.header": "",
|
|
54
|
+
"creatives.components.SmsTest.inputSmsTemplate": "",
|
|
55
|
+
"creatives.components.SmsTest.inputTemplateName": "",
|
|
56
|
+
"creatives.components.TemplatePreview.charactersPerSms": "",
|
|
57
|
+
"creatives.components.TemplatePreview.charactersTotal": "",
|
|
58
|
+
"creatives.components.TemplatePreview.close": "",
|
|
59
|
+
"creatives.components.TemplatePreview.previewGenerated": "",
|
|
60
|
+
"creatives.components.TemplatePreview.previewGenerationMessage": "",
|
|
61
|
+
"creatives.components.TemplatePreview.sms": "",
|
|
62
|
+
"creatives.components.TemplatePreview.smsFormatType": "",
|
|
63
|
+
"creatives.components.TemplatePreview.smsIcon": "",
|
|
64
|
+
"creatives.components.TestPage.header": "",
|
|
65
|
+
"creatives.components.Toastr.header": "",
|
|
66
|
+
"creatives.components.ToastrMessage.close": "",
|
|
67
|
+
"creatives.components.ToastrMessage.header": "",
|
|
68
|
+
"creatives.components.TopBar.brand.dropdown": "",
|
|
69
|
+
"creatives.components.WechatRichmediaTemplatePreview.edit": "",
|
|
70
|
+
"creatives.components.WechatRichmediaTemplatePreview.header": "",
|
|
71
|
+
"creatives.components.WechatRichmediaTemplatePreview.select": "",
|
|
72
|
+
"creatives.componentsV2.BreadCrumbs.header": "",
|
|
73
|
+
"creatives.componentsV2.CallTaskPreview.header": "",
|
|
74
|
+
"creatives.componentsV2.CapTagList.Cancel": "",
|
|
75
|
+
"creatives.componentsV2.CapTagList.Ok": "",
|
|
76
|
+
"creatives.componentsV2.CapTagList.all": "",
|
|
77
|
+
"creatives.componentsV2.CapTagList.dynamic_days_before_expiry": "",
|
|
78
|
+
"creatives.componentsV2.CapTagList.gettingTags": "",
|
|
79
|
+
"creatives.componentsV2.CapTagList.loyalty": "",
|
|
80
|
+
"creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "",
|
|
81
|
+
"creatives.componentsV2.CapTagList.outbound": "",
|
|
82
|
+
"creatives.componentsV2.CapTagList.search": "",
|
|
83
|
+
"creatives.componentsV2.Ckeditor.header": "",
|
|
84
|
+
"creatives.componentsV2.CmsTemplatesComponent.header": "",
|
|
85
|
+
"creatives.componentsV2.CmsTemplatesComponent.select": "",
|
|
86
|
+
"creatives.componentsV2.CustomPopOver.header": "",
|
|
87
|
+
"creatives.componentsV2.CustomPopOver.languages": "",
|
|
88
|
+
"creatives.componentsV2.Edmeditor.header": "",
|
|
89
|
+
"creatives.componentsV2.EmailPreview.browserDoesntSupportIframe": "",
|
|
90
|
+
"creatives.componentsV2.EmailPreview.close": "",
|
|
91
|
+
"creatives.componentsV2.EmailPreview.lastModified": "",
|
|
92
|
+
"creatives.componentsV2.EmailPreview.subject": "",
|
|
93
|
+
"creatives.componentsV2.EmailPreview.uploadedBy": "",
|
|
94
|
+
"creatives.componentsV2.Footer.header": "",
|
|
95
|
+
"creatives.componentsV2.Header.cancel": "",
|
|
96
|
+
"creatives.componentsV2.Header.header": "",
|
|
97
|
+
"creatives.componentsV2.Header.preview": "",
|
|
98
|
+
"creatives.componentsV2.Header.save": "",
|
|
99
|
+
"creatives.componentsV2.ImagePreview.close": "",
|
|
100
|
+
"creatives.componentsV2.ImagePreview.loadingImage": "",
|
|
101
|
+
"creatives.componentsV2.NavigationBar.header": "",
|
|
102
|
+
"creatives.componentsV2.NavigationBar.insights": "",
|
|
103
|
+
"creatives.componentsV2.NavigationBar.logout": "",
|
|
104
|
+
"creatives.componentsV2.NavigationBar.orgSettings": "",
|
|
105
|
+
"creatives.componentsV2.NavigationBar.selectedProductDefault": "",
|
|
106
|
+
"creatives.componentsV2.NewCallTask.callTaskTitle": "",
|
|
107
|
+
"creatives.componentsV2.NewCallTask.description": "",
|
|
108
|
+
"creatives.componentsV2.NewCallTask.done": "",
|
|
109
|
+
"creatives.componentsV2.NewCallTask.messageHeader": "",
|
|
110
|
+
"creatives.componentsV2.NewCallTask.personalisationTags": "",
|
|
111
|
+
"creatives.componentsV2.PreviewSideBar.duplicate": "",
|
|
112
|
+
"creatives.componentsV2.PreviewSideBar.edit": "",
|
|
113
|
+
"creatives.componentsV2.PreviewSideBar.header": "",
|
|
114
|
+
"creatives.componentsV2.PreviewSideBar.lastModified": "",
|
|
115
|
+
"creatives.componentsV2.PreviewSideBar.select": "",
|
|
116
|
+
"creatives.componentsV2.PreviewSideBar.uploadedBy": "",
|
|
117
|
+
"creatives.componentsV2.SmsTest.header": "",
|
|
118
|
+
"creatives.componentsV2.SmsTest.inputSmsTemplate": "",
|
|
119
|
+
"creatives.componentsV2.SmsTest.inputTemplateName": "",
|
|
120
|
+
"creatives.componentsV2.TemplatePreview.charactersPerSms": "",
|
|
121
|
+
"creatives.componentsV2.TemplatePreview.charactersTotal": "",
|
|
122
|
+
"creatives.componentsV2.TemplatePreview.close": "",
|
|
123
|
+
"creatives.componentsV2.TemplatePreview.previewGenerated": "",
|
|
124
|
+
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "",
|
|
125
|
+
"creatives.componentsV2.TemplatePreview.sms": "",
|
|
126
|
+
"creatives.componentsV2.TemplatePreview.smsFormatType": "",
|
|
127
|
+
"creatives.componentsV2.TemplatePreview.smsIcon": "",
|
|
128
|
+
"creatives.componentsV2.Toastr.header": "",
|
|
129
|
+
"creatives.componentsV2.ToastrMessage.close": "",
|
|
130
|
+
"creatives.componentsV2.ToastrMessage.header": "",
|
|
131
|
+
"creatives.componentsv2.MobilePushPreviewV2.android": "",
|
|
132
|
+
"creatives.componentsv2.MobilePushPreviewV2.header": "",
|
|
133
|
+
"creatives.componentsv2.MobilePushPreviewV2.ios": "",
|
|
134
|
+
"creatives.containers.Assets.Gallery.alphabetically": "",
|
|
135
|
+
"creatives.containers.Assets.Gallery.assetDeleteFailed": "",
|
|
136
|
+
"creatives.containers.Assets.Gallery.assetDeleteSuccess": "",
|
|
137
|
+
"creatives.containers.Assets.Gallery.assetUploadFailed": "",
|
|
138
|
+
"creatives.containers.Assets.Gallery.assetUploadSuccess": "",
|
|
139
|
+
"creatives.containers.Assets.Gallery.backToGallery": "",
|
|
140
|
+
"creatives.containers.Assets.Gallery.delete": "",
|
|
141
|
+
"creatives.containers.Assets.Gallery.dimensions": "",
|
|
142
|
+
"creatives.containers.Assets.Gallery.gallery": "",
|
|
143
|
+
"creatives.containers.Assets.Gallery.imagePreview": "",
|
|
144
|
+
"creatives.containers.Assets.Gallery.mostRecent": "",
|
|
145
|
+
"creatives.containers.Assets.Gallery.preview": "",
|
|
146
|
+
"creatives.containers.Assets.Gallery.search": "",
|
|
147
|
+
"creatives.containers.Assets.Gallery.select": "",
|
|
148
|
+
"creatives.containers.Assets.Gallery.size": "",
|
|
149
|
+
"creatives.containers.Assets.Gallery.sortby": "",
|
|
150
|
+
"creatives.containers.Assets.Gallery.upload": "",
|
|
151
|
+
"creatives.containers.Assets.Gallery.uploadedAt": "",
|
|
152
|
+
"creatives.containers.Assets.Gallery.uploadedBy": "",
|
|
153
|
+
"creatives.containers.Assets.Gallery.uploadedOn": "",
|
|
154
|
+
"creatives.containers.Create.Anyone": "",
|
|
155
|
+
"creatives.containers.Create.Author": "",
|
|
156
|
+
"creatives.containers.Create.Content*": "",
|
|
157
|
+
"creatives.containers.Create.Cover_abstract": "",
|
|
158
|
+
"creatives.containers.Create.Cover_image*": "",
|
|
159
|
+
"creatives.containers.Create.No_one": "",
|
|
160
|
+
"creatives.containers.Create.Only_followers": "",
|
|
161
|
+
"creatives.containers.Create.Please_input_author": "",
|
|
162
|
+
"creatives.containers.Create.Please_input_content": "",
|
|
163
|
+
"creatives.containers.Create.Please_input_cover_abstract": "",
|
|
164
|
+
"creatives.containers.Create.Please_input_title": "",
|
|
165
|
+
"creatives.containers.Create.Show_cover_picture": "",
|
|
166
|
+
"creatives.containers.Create.Title*": "",
|
|
167
|
+
"creatives.containers.Create.Who_can_post_comments_on_this_content": "",
|
|
168
|
+
"creatives.containers.Create.addNewRichmedia": "",
|
|
169
|
+
"creatives.containers.Create.alertMessage": "",
|
|
170
|
+
"creatives.containers.Create.authorCharacterCount": "",
|
|
171
|
+
"creatives.containers.Create.cancelButton": "",
|
|
172
|
+
"creatives.containers.Create.contentEmpty": "",
|
|
173
|
+
"creatives.containers.Create.coverAbstractCharacterCount": "",
|
|
174
|
+
"creatives.containers.Create.deleteContent": "",
|
|
175
|
+
"creatives.containers.Create.deleteLabel": "",
|
|
176
|
+
"creatives.containers.Create.deleteVersion": "",
|
|
177
|
+
"creatives.containers.Create.discardChangesButton": "",
|
|
178
|
+
"creatives.containers.Create.duplicateLabel": "",
|
|
179
|
+
"creatives.containers.Create.emptyTemplateErrorMessage": "",
|
|
180
|
+
"creatives.containers.Create.emptyTemplateName": "",
|
|
181
|
+
"creatives.containers.Create.formEmpty": "",
|
|
182
|
+
"creatives.containers.Create.goBackConfirmation": "",
|
|
183
|
+
"creatives.containers.Create.header": "",
|
|
184
|
+
"creatives.containers.Create.markFinalVersionLabel": "",
|
|
185
|
+
"creatives.containers.Create.maxContentCount": "",
|
|
186
|
+
"creatives.containers.Create.messageLabel": "",
|
|
187
|
+
"creatives.containers.Create.modalBody": "",
|
|
188
|
+
"creatives.containers.Create.modalTitle": "",
|
|
189
|
+
"creatives.containers.Create.newVersionLabel": "",
|
|
190
|
+
"creatives.containers.Create.noImage": "",
|
|
191
|
+
"creatives.containers.Create.renameLabel": "",
|
|
192
|
+
"creatives.containers.Create.saveButton": "",
|
|
193
|
+
"creatives.containers.Create.saveSuccess": "",
|
|
194
|
+
"creatives.containers.Create.saveTemplateLoader": "",
|
|
195
|
+
"creatives.containers.Create.smsCreateSuccess": "",
|
|
196
|
+
"creatives.containers.Create.smsEditorPlaceholder": "",
|
|
197
|
+
"creatives.containers.Create.somethingWentWrong": "",
|
|
198
|
+
"creatives.containers.Create.sourceLinkEmpty": "",
|
|
199
|
+
"creatives.containers.Create.tagsErrorMessage": "",
|
|
200
|
+
"creatives.containers.Create.tagsLabel": "",
|
|
201
|
+
"creatives.containers.Create.templateDataNotValid": "",
|
|
202
|
+
"creatives.containers.Create.templateMarkedFinal": "",
|
|
203
|
+
"creatives.containers.Create.templateNamePlaceHolder": "",
|
|
204
|
+
"creatives.containers.Create.titleCharacterCount": "",
|
|
205
|
+
"creatives.containers.Create.titleEmpty": "",
|
|
206
|
+
"creatives.containers.Create.titleNameRepeated": "",
|
|
207
|
+
"creatives.containers.Create.unicodeErrorMessage": "",
|
|
208
|
+
"creatives.containers.Create.unicodeLabel": "",
|
|
209
|
+
"creatives.containers.Create.versionLabel": "",
|
|
210
|
+
"creatives.containers.Create.wrongFormatFile": "",
|
|
211
|
+
"creatives.containers.Create.wrongUrl": "",
|
|
212
|
+
"creatives.containers.Dashboard.header": "",
|
|
213
|
+
"creatives.containers.Ebill.Cancel": "",
|
|
214
|
+
"creatives.containers.Ebill.Preview": "",
|
|
215
|
+
"creatives.containers.Ebill.Save": "",
|
|
216
|
+
"creatives.containers.Ebill.campaigns": "",
|
|
217
|
+
"creatives.containers.Ebill.creatives": "",
|
|
218
|
+
"creatives.containers.Ebill.ebill": "",
|
|
219
|
+
"creatives.containers.Ebill.ebillCreateSuccess": "",
|
|
220
|
+
"creatives.containers.Ebill.ebillEditSuccess": "",
|
|
221
|
+
"creatives.containers.Ebill.ebillPreview": "",
|
|
222
|
+
"creatives.containers.Ebill.emptyTemplateErrorMessage": "",
|
|
223
|
+
"creatives.containers.Ebill.enterTemplateName": "",
|
|
224
|
+
"creatives.containers.Ebill.loading": "",
|
|
225
|
+
"creatives.containers.Ebill.newVersionLabel": "",
|
|
226
|
+
"creatives.containers.Ebill.somethingWentWrong": "",
|
|
227
|
+
"creatives.containers.Ebill.tagsErrorMessage": "",
|
|
228
|
+
"creatives.containers.Ebill.tagsLabel": "",
|
|
229
|
+
"creatives.containers.Ebill.templateNotValid": "",
|
|
230
|
+
"creatives.containers.Edit.alertMessage": "",
|
|
231
|
+
"creatives.containers.Edit.cancelButton": "",
|
|
232
|
+
"creatives.containers.Edit.deleteLabel": "",
|
|
233
|
+
"creatives.containers.Edit.deleteVersion": "",
|
|
234
|
+
"creatives.containers.Edit.discardChangesButton": "",
|
|
235
|
+
"creatives.containers.Edit.duplicateLabel": "",
|
|
236
|
+
"creatives.containers.Edit.emptyTemplateErrorMessage": "",
|
|
237
|
+
"creatives.containers.Edit.getTemplateDetailsLoader": "",
|
|
238
|
+
"creatives.containers.Edit.goBackConfirmation": "",
|
|
239
|
+
"creatives.containers.Edit.header": "",
|
|
240
|
+
"creatives.containers.Edit.markFinalVersionLabel": "",
|
|
241
|
+
"creatives.containers.Edit.messageLabel": "",
|
|
242
|
+
"creatives.containers.Edit.newVersionLabel": "",
|
|
243
|
+
"creatives.containers.Edit.renameLabel": "",
|
|
244
|
+
"creatives.containers.Edit.saveButton": "",
|
|
245
|
+
"creatives.containers.Edit.saveTemplateLoader": "",
|
|
246
|
+
"creatives.containers.Edit.smsEditorPlaceholder": "",
|
|
247
|
+
"creatives.containers.Edit.somethingWentWrong": "",
|
|
248
|
+
"creatives.containers.Edit.tagsErrorMessage": "",
|
|
249
|
+
"creatives.containers.Edit.tagsLabel": "",
|
|
250
|
+
"creatives.containers.Edit.templateMarkedFinal": "",
|
|
251
|
+
"creatives.containers.Edit.templateNamePlaceHolder": "",
|
|
252
|
+
"creatives.containers.Edit.unicodeErrorMessage": "",
|
|
253
|
+
"creatives.containers.Edit.unicodeLabel": "",
|
|
254
|
+
"creatives.containers.Edit.versionLabel": "",
|
|
255
|
+
"creatives.containers.Email.Campaigns": "",
|
|
256
|
+
"creatives.containers.Email.Cancel": "",
|
|
257
|
+
"creatives.containers.Email.Create.alertMessage": "",
|
|
258
|
+
"creatives.containers.Email.Create.campaigns": "",
|
|
259
|
+
"creatives.containers.Email.Create.copyPrimaryLanguage": "",
|
|
260
|
+
"creatives.containers.Email.Create.creatives": "",
|
|
261
|
+
"creatives.containers.Email.Create.descriptionEmail": "",
|
|
262
|
+
"creatives.containers.Email.Create.goBackConfirmation": "",
|
|
263
|
+
"creatives.containers.Email.Create.invalidFileMessage": "",
|
|
264
|
+
"creatives.containers.Email.Create.newVersion": "",
|
|
265
|
+
"creatives.containers.Email.Create.uploadFile": "",
|
|
266
|
+
"creatives.containers.Email.Create.useEditor": "",
|
|
267
|
+
"creatives.containers.Email.Create.versionMessage": "",
|
|
268
|
+
"creatives.containers.Email.Create.versionOneMessage": "",
|
|
269
|
+
"creatives.containers.Email.Creatives": "",
|
|
270
|
+
"creatives.containers.Email.Preview": "",
|
|
271
|
+
"creatives.containers.Email.Save": "",
|
|
272
|
+
"creatives.containers.Email.Subject": "",
|
|
273
|
+
"creatives.containers.Email.Tags": "",
|
|
274
|
+
"creatives.containers.Email.alphabetically": "",
|
|
275
|
+
"creatives.containers.Email.alphabeticallyOption": "",
|
|
276
|
+
"creatives.containers.Email.assetUploadFailed": "",
|
|
277
|
+
"creatives.containers.Email.blankTemplate": "",
|
|
278
|
+
"creatives.containers.Email.cancel": "",
|
|
279
|
+
"creatives.containers.Email.createHeading": "",
|
|
280
|
+
"creatives.containers.Email.delete": "",
|
|
281
|
+
"creatives.containers.Email.deleteLanguage": "",
|
|
282
|
+
"creatives.containers.Email.deleteLanguageConfirmation": "",
|
|
283
|
+
"creatives.containers.Email.deleteVersion": "",
|
|
284
|
+
"creatives.containers.Email.deleteVersionConfirm": "",
|
|
285
|
+
"creatives.containers.Email.dupicateVersion": "",
|
|
286
|
+
"creatives.containers.Email.editButton": "",
|
|
287
|
+
"creatives.containers.Email.editHeading": "",
|
|
288
|
+
"creatives.containers.Email.edmSwitchAcceptText": "",
|
|
289
|
+
"creatives.containers.Email.edmSwtichMessage": "",
|
|
290
|
+
"creatives.containers.Email.emailCreateSuccess": "",
|
|
291
|
+
"creatives.containers.Email.emailEditSuccess": "",
|
|
292
|
+
"creatives.containers.Email.emailPreview": "",
|
|
293
|
+
"creatives.containers.Email.emailSubject": "",
|
|
294
|
+
"creatives.containers.Email.emailSubjectNotEmplty": "",
|
|
295
|
+
"creatives.containers.Email.emailText": "",
|
|
296
|
+
"creatives.containers.Email.imageSelection": "",
|
|
297
|
+
"creatives.containers.Email.insertImage": "",
|
|
298
|
+
"creatives.containers.Email.markAsFinal": "",
|
|
299
|
+
"creatives.containers.Email.moreThanFiveVersionNotAllowed": "",
|
|
300
|
+
"creatives.containers.Email.mostRecent": "",
|
|
301
|
+
"creatives.containers.Email.mostRecentOption": "",
|
|
302
|
+
"creatives.containers.Email.preview": "",
|
|
303
|
+
"creatives.containers.Email.previewButton": "",
|
|
304
|
+
"creatives.containers.Email.saveTemplateLoader": "",
|
|
305
|
+
"creatives.containers.Email.searchText": "",
|
|
306
|
+
"creatives.containers.Email.select": "",
|
|
307
|
+
"creatives.containers.Email.selectButton": "",
|
|
308
|
+
"creatives.containers.Email.somethingWentWrong": "",
|
|
309
|
+
"creatives.containers.Email.sortBy": "",
|
|
310
|
+
"creatives.containers.Email.sortby": "",
|
|
311
|
+
"creatives.containers.Email.switchEditor": "",
|
|
312
|
+
"creatives.containers.Email.templateLoader": "",
|
|
313
|
+
"creatives.containers.Email.templateMarkedFinalSuccess": "",
|
|
314
|
+
"creatives.containers.Email.templateNameNotEmpty": "",
|
|
315
|
+
"creatives.containers.Email.templateNamePlaceholder": "",
|
|
316
|
+
"creatives.containers.Email.upload": "",
|
|
317
|
+
"creatives.containers.Email.uploadSizeError": "",
|
|
318
|
+
"creatives.containers.Email.uploadedAt": "",
|
|
319
|
+
"creatives.containers.Email.uploadedBy": "",
|
|
320
|
+
"creatives.containers.Email.uploadingImage": "",
|
|
321
|
+
"creatives.containers.Email.yes": "",
|
|
322
|
+
"creatives.containers.Line.Create.gettingTemplate": "",
|
|
323
|
+
"creatives.containers.Line.Edit.Campaigns": "",
|
|
324
|
+
"creatives.containers.Line.Edit.Creatives": "",
|
|
325
|
+
"creatives.containers.Line.Edit.Image": "",
|
|
326
|
+
"creatives.containers.Line.Edit.ImageUploadLabel": "",
|
|
327
|
+
"creatives.containers.Line.Edit.Tags": "",
|
|
328
|
+
"creatives.containers.Line.Edit.alertMessage": "",
|
|
329
|
+
"creatives.containers.Line.Edit.androidNotConfigured": "",
|
|
330
|
+
"creatives.containers.Line.Edit.button1": "",
|
|
331
|
+
"creatives.containers.Line.Edit.button2": "",
|
|
332
|
+
"creatives.containers.Line.Edit.cancel": "",
|
|
333
|
+
"creatives.containers.Line.Edit.discardChanges": "",
|
|
334
|
+
"creatives.containers.Line.Edit.enterTemplateName": "",
|
|
335
|
+
"creatives.containers.Line.Edit.enterTemplateNameImportant": "",
|
|
336
|
+
"creatives.containers.Line.Edit.goBackConfirmation": "",
|
|
337
|
+
"creatives.containers.Line.Edit.inputLineTemplateContent": "",
|
|
338
|
+
"creatives.containers.Line.Edit.iosNotConfigured": "",
|
|
339
|
+
"creatives.containers.Line.Edit.maxUploadFileSize": "",
|
|
340
|
+
"creatives.containers.Line.Edit.message": "",
|
|
341
|
+
"creatives.containers.Line.Edit.messageHasUnsupportedTag": "",
|
|
342
|
+
"creatives.containers.Line.Edit.messageLabel": "",
|
|
343
|
+
"creatives.containers.Line.Edit.messageTitleWithUnsupportedTag": "",
|
|
344
|
+
"creatives.containers.Line.Edit.mobilePush": "",
|
|
345
|
+
"creatives.containers.Line.Edit.nameAndDescription": "",
|
|
346
|
+
"creatives.containers.Line.Edit.pleaseUploadImage": "",
|
|
347
|
+
"creatives.containers.Line.Edit.save": "",
|
|
348
|
+
"creatives.containers.Line.Edit.savingTemplate": "",
|
|
349
|
+
"creatives.containers.Line.Edit.selectLineTemplate": "",
|
|
350
|
+
"creatives.containers.Line.Edit.somethingWentWrong": "",
|
|
351
|
+
"creatives.containers.Line.Edit.template": "",
|
|
352
|
+
"creatives.containers.Line.Edit.templateCantEmpty": "",
|
|
353
|
+
"creatives.containers.Line.Edit.templateEditedSuccessfully": "",
|
|
354
|
+
"creatives.containers.Line.Edit.templateNameNotEmpty": "",
|
|
355
|
+
"creatives.containers.Line.Edit.templateNotConfigured": "",
|
|
356
|
+
"creatives.containers.Line.Edit.title": "",
|
|
357
|
+
"creatives.containers.Line.Edit.titleHasUnsupportedTag": "",
|
|
358
|
+
"creatives.containers.Line.Edit.titleLabel": "",
|
|
359
|
+
"creatives.containers.Line.Edit.titleNameInvalid": "",
|
|
360
|
+
"creatives.containers.Line.Edit.uploadFileSizeError": "",
|
|
361
|
+
"creatives.containers.Line.Edit.uploadImage": "",
|
|
362
|
+
"creatives.containers.Line.Edit.uploadingImage": "",
|
|
363
|
+
"creatives.containers.Line.Edit.valueCantEmpty": "",
|
|
364
|
+
"creatives.containers.Login.components.LoginForm.input.inputPasswordMandatory": "",
|
|
365
|
+
"creatives.containers.Login.components.LoginForm.input.inputUsernameMandatory": "",
|
|
366
|
+
"creatives.containers.Login.components.LoginForm.input.invalidCredentials": "",
|
|
367
|
+
"creatives.containers.Login.components.LoginForm.input.loginButton": "",
|
|
368
|
+
"creatives.containers.Login.components.LoginForm.input.password": "",
|
|
369
|
+
"creatives.containers.Login.components.LoginForm.input.username": "",
|
|
370
|
+
"creatives.containers.Login.header": "",
|
|
371
|
+
"creatives.containers.Login.invalidCredential": "",
|
|
372
|
+
"creatives.containers.Login.loginPage": "",
|
|
373
|
+
"creatives.containers.Login.pageTitle": "",
|
|
374
|
+
"creatives.containers.MobilePush.Create.Android": "",
|
|
375
|
+
"creatives.containers.MobilePush.Create.Campaigns": "",
|
|
376
|
+
"creatives.containers.MobilePush.Create.Creatives": "",
|
|
377
|
+
"creatives.containers.MobilePush.Create.Image": "",
|
|
378
|
+
"creatives.containers.MobilePush.Create.ImageUploadLabel": "",
|
|
379
|
+
"creatives.containers.MobilePush.Create.Tags": "",
|
|
380
|
+
"creatives.containers.MobilePush.Create.accountId": "",
|
|
381
|
+
"creatives.containers.MobilePush.Create.addAnotherCTA": "",
|
|
382
|
+
"creatives.containers.MobilePush.Create.addPrimaryCTA": "",
|
|
383
|
+
"creatives.containers.MobilePush.Create.addSecondaryCTA": "",
|
|
384
|
+
"creatives.containers.MobilePush.Create.alertMessage": "",
|
|
385
|
+
"creatives.containers.MobilePush.Create.androidNotConfigured": "",
|
|
386
|
+
"creatives.containers.MobilePush.Create.button1": "",
|
|
387
|
+
"creatives.containers.MobilePush.Create.button2": "",
|
|
388
|
+
"creatives.containers.MobilePush.Create.cancel": "",
|
|
389
|
+
"creatives.containers.MobilePush.Create.cantCopyEmptyField": "",
|
|
390
|
+
"creatives.containers.MobilePush.Create.copyFromAndroid": "",
|
|
391
|
+
"creatives.containers.MobilePush.Create.copyFromIos": "",
|
|
392
|
+
"creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "",
|
|
393
|
+
"creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "",
|
|
394
|
+
"creatives.containers.MobilePush.Create.discardChanges": "",
|
|
395
|
+
"creatives.containers.MobilePush.Create.enterCTALabel": "",
|
|
396
|
+
"creatives.containers.MobilePush.Create.enterTemplateName": "",
|
|
397
|
+
"creatives.containers.MobilePush.Create.enterTemplateNameImportant": "",
|
|
398
|
+
"creatives.containers.MobilePush.Create.externalLink": "",
|
|
399
|
+
"creatives.containers.MobilePush.Create.externalLinkCantEmpty": "",
|
|
400
|
+
"creatives.containers.MobilePush.Create.gettingTemplate": "",
|
|
401
|
+
"creatives.containers.MobilePush.Create.goBackConfirmation": "",
|
|
402
|
+
"creatives.containers.MobilePush.Create.here": "",
|
|
403
|
+
"creatives.containers.MobilePush.Create.iOS": "",
|
|
404
|
+
"creatives.containers.MobilePush.Create.inputMobilePushTemplateContent": "",
|
|
405
|
+
"creatives.containers.MobilePush.Create.iosNotConfigured": "",
|
|
406
|
+
"creatives.containers.MobilePush.Create.maxUploadFileSize": "",
|
|
407
|
+
"creatives.containers.MobilePush.Create.message": "",
|
|
408
|
+
"creatives.containers.MobilePush.Create.messageHasUnsupportedTag": "",
|
|
409
|
+
"creatives.containers.MobilePush.Create.messageLabel": "",
|
|
410
|
+
"creatives.containers.MobilePush.Create.messageTitleWithUnsupportedTag": "",
|
|
411
|
+
"creatives.containers.MobilePush.Create.mobilePush": "",
|
|
412
|
+
"creatives.containers.MobilePush.Create.nameAndDescription": "",
|
|
413
|
+
"creatives.containers.MobilePush.Create.pleaseInput": "",
|
|
414
|
+
"creatives.containers.MobilePush.Create.pleaseUploadImage": "",
|
|
415
|
+
"creatives.containers.MobilePush.Create.primaryCTA": "",
|
|
416
|
+
"creatives.containers.MobilePush.Create.save": "",
|
|
417
|
+
"creatives.containers.MobilePush.Create.savingTemplate": "",
|
|
418
|
+
"creatives.containers.MobilePush.Create.secondaryCTA": "",
|
|
419
|
+
"creatives.containers.MobilePush.Create.selectADeeplink": "",
|
|
420
|
+
"creatives.containers.MobilePush.Create.selectDeepLink": "",
|
|
421
|
+
"creatives.containers.MobilePush.Create.selectDeeplink": "",
|
|
422
|
+
"creatives.containers.MobilePush.Create.selectLinkType": "",
|
|
423
|
+
"creatives.containers.MobilePush.Create.selectMobilePushAccount": "",
|
|
424
|
+
"creatives.containers.MobilePush.Create.selectMobilePushTemplate": "",
|
|
425
|
+
"creatives.containers.MobilePush.Create.somethingWentWrong": "",
|
|
426
|
+
"creatives.containers.MobilePush.Create.template": "",
|
|
427
|
+
"creatives.containers.MobilePush.Create.templateCantEmpty": "",
|
|
428
|
+
"creatives.containers.MobilePush.Create.templateCreatedSuccessfully": "",
|
|
429
|
+
"creatives.containers.MobilePush.Create.templateNameNotEmpty": "",
|
|
430
|
+
"creatives.containers.MobilePush.Create.templateNotConfigured": "",
|
|
431
|
+
"creatives.containers.MobilePush.Create.title": "",
|
|
432
|
+
"creatives.containers.MobilePush.Create.titleHasUnsupportedTag": "",
|
|
433
|
+
"creatives.containers.MobilePush.Create.titleLabel": "",
|
|
434
|
+
"creatives.containers.MobilePush.Create.titleNameInvalid": "",
|
|
435
|
+
"creatives.containers.MobilePush.Create.uploadFileSizeError": "",
|
|
436
|
+
"creatives.containers.MobilePush.Create.uploadImage": "",
|
|
437
|
+
"creatives.containers.MobilePush.Create.uploadingImage": "",
|
|
438
|
+
"creatives.containers.MobilePush.Create.valueCantEmpty": "",
|
|
439
|
+
"creatives.containers.MobilePush.Edit.Android": "",
|
|
440
|
+
"creatives.containers.MobilePush.Edit.Campaigns": "",
|
|
441
|
+
"creatives.containers.MobilePush.Edit.Creatives": "",
|
|
442
|
+
"creatives.containers.MobilePush.Edit.Image": "",
|
|
443
|
+
"creatives.containers.MobilePush.Edit.ImageUploadLabel": "",
|
|
444
|
+
"creatives.containers.MobilePush.Edit.Tags": "",
|
|
445
|
+
"creatives.containers.MobilePush.Edit.accountId": "",
|
|
446
|
+
"creatives.containers.MobilePush.Edit.addAnotherCTA": "",
|
|
447
|
+
"creatives.containers.MobilePush.Edit.addPrimaryCTA": "",
|
|
448
|
+
"creatives.containers.MobilePush.Edit.addSecondaryCTA": "",
|
|
449
|
+
"creatives.containers.MobilePush.Edit.alertMessage": "",
|
|
450
|
+
"creatives.containers.MobilePush.Edit.androidTemplateNotConfigured": "",
|
|
451
|
+
"creatives.containers.MobilePush.Edit.button1": "",
|
|
452
|
+
"creatives.containers.MobilePush.Edit.button2": "",
|
|
453
|
+
"creatives.containers.MobilePush.Edit.cancel": "",
|
|
454
|
+
"creatives.containers.MobilePush.Edit.cantCopyEmptyField": "",
|
|
455
|
+
"creatives.containers.MobilePush.Edit.copyFromAndroid": "",
|
|
456
|
+
"creatives.containers.MobilePush.Edit.copyFromIos": "",
|
|
457
|
+
"creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "",
|
|
458
|
+
"creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "",
|
|
459
|
+
"creatives.containers.MobilePush.Edit.discardChanges": "",
|
|
460
|
+
"creatives.containers.MobilePush.Edit.enterCTALabel": "",
|
|
461
|
+
"creatives.containers.MobilePush.Edit.enterTemplateName": "",
|
|
462
|
+
"creatives.containers.MobilePush.Edit.enterTemplateNameImportant": "",
|
|
463
|
+
"creatives.containers.MobilePush.Edit.externalLink": "",
|
|
464
|
+
"creatives.containers.MobilePush.Edit.externalLinkCantEmpty": "",
|
|
465
|
+
"creatives.containers.MobilePush.Edit.gettingTemplate": "",
|
|
466
|
+
"creatives.containers.MobilePush.Edit.goBackConfirmation": "",
|
|
467
|
+
"creatives.containers.MobilePush.Edit.iOS": "",
|
|
468
|
+
"creatives.containers.MobilePush.Edit.inputMobilePushTemplateContent": "",
|
|
469
|
+
"creatives.containers.MobilePush.Edit.iosTemplateNotConfigured": "",
|
|
470
|
+
"creatives.containers.MobilePush.Edit.maxUploadFileSize": "",
|
|
471
|
+
"creatives.containers.MobilePush.Edit.message": "",
|
|
472
|
+
"creatives.containers.MobilePush.Edit.messageHasUnsupportedTag": "",
|
|
473
|
+
"creatives.containers.MobilePush.Edit.messageLabel": "",
|
|
474
|
+
"creatives.containers.MobilePush.Edit.messageTitleWithUnsupportedTag": "",
|
|
475
|
+
"creatives.containers.MobilePush.Edit.mobilePush": "",
|
|
476
|
+
"creatives.containers.MobilePush.Edit.nameAndDescription": "",
|
|
477
|
+
"creatives.containers.MobilePush.Edit.pleaseInput": "",
|
|
478
|
+
"creatives.containers.MobilePush.Edit.pleaseUploadImage": "",
|
|
479
|
+
"creatives.containers.MobilePush.Edit.primaryCTA": "",
|
|
480
|
+
"creatives.containers.MobilePush.Edit.save": "",
|
|
481
|
+
"creatives.containers.MobilePush.Edit.savingTemplate": "",
|
|
482
|
+
"creatives.containers.MobilePush.Edit.secondaryCTA": "",
|
|
483
|
+
"creatives.containers.MobilePush.Edit.selectADeeplink": "",
|
|
484
|
+
"creatives.containers.MobilePush.Edit.selectDeepLink": "",
|
|
485
|
+
"creatives.containers.MobilePush.Edit.selectDeeplink": "",
|
|
486
|
+
"creatives.containers.MobilePush.Edit.selectLinkType": "",
|
|
487
|
+
"creatives.containers.MobilePush.Edit.selectMobilePushAccount": "",
|
|
488
|
+
"creatives.containers.MobilePush.Edit.selectMobilePushTemplate": "",
|
|
489
|
+
"creatives.containers.MobilePush.Edit.somethingWentWrong": "",
|
|
490
|
+
"creatives.containers.MobilePush.Edit.template": "",
|
|
491
|
+
"creatives.containers.MobilePush.Edit.templateCantEmpty": "",
|
|
492
|
+
"creatives.containers.MobilePush.Edit.templateEditedSuccessfully": "",
|
|
493
|
+
"creatives.containers.MobilePush.Edit.templateNameNotEmpty": "",
|
|
494
|
+
"creatives.containers.MobilePush.Edit.templateNotConfigured": "",
|
|
495
|
+
"creatives.containers.MobilePush.Edit.title": "",
|
|
496
|
+
"creatives.containers.MobilePush.Edit.titleHasUnsupportedTag": "",
|
|
497
|
+
"creatives.containers.MobilePush.Edit.titleLabel": "",
|
|
498
|
+
"creatives.containers.MobilePush.Edit.titleNameInvalid": "",
|
|
499
|
+
"creatives.containers.MobilePush.Edit.uploadFileSizeError": "",
|
|
500
|
+
"creatives.containers.MobilePush.Edit.uploadImage": "",
|
|
501
|
+
"creatives.containers.MobilePush.Edit.uploadingImage": "",
|
|
502
|
+
"creatives.containers.MobilePush.Edit.valueCantEmpty": "",
|
|
503
|
+
"creatives.containers.TagList.header": "",
|
|
504
|
+
"creatives.containers.Templates.MobilePush": "",
|
|
505
|
+
"creatives.containers.Templates.all": "",
|
|
506
|
+
"creatives.containers.Templates.alphabeticallyOption": "",
|
|
507
|
+
"creatives.containers.Templates.blankTemplate": "",
|
|
508
|
+
"creatives.containers.Templates.campaigns": "",
|
|
509
|
+
"creatives.containers.Templates.cancelText": "",
|
|
510
|
+
"creatives.containers.Templates.createEmailActionButton": "",
|
|
511
|
+
"creatives.containers.Templates.createSmsActionButton": "",
|
|
512
|
+
"creatives.containers.Templates.creatives": "",
|
|
513
|
+
"creatives.containers.Templates.deleteButton": "",
|
|
514
|
+
"creatives.containers.Templates.deletedSuccssfully": "",
|
|
515
|
+
"creatives.containers.Templates.deletionFailed": "",
|
|
516
|
+
"creatives.containers.Templates.descriptionTemplates": "",
|
|
517
|
+
"creatives.containers.Templates.duplicateButton": "",
|
|
518
|
+
"creatives.containers.Templates.ebillChannel": "",
|
|
519
|
+
"creatives.containers.Templates.ebillChannelTemplatesHeader": "",
|
|
520
|
+
"creatives.containers.Templates.ebillHeader": "",
|
|
521
|
+
"creatives.containers.Templates.ebillPreview": "",
|
|
522
|
+
"creatives.containers.Templates.editButton": "",
|
|
523
|
+
"creatives.containers.Templates.emailChannel": "",
|
|
524
|
+
"creatives.containers.Templates.emailChannelTemplatesHeader": "",
|
|
525
|
+
"creatives.containers.Templates.emailHeader": "",
|
|
526
|
+
"creatives.containers.Templates.emailPreview": "",
|
|
527
|
+
"creatives.containers.Templates.gettingAllTemplates": "",
|
|
528
|
+
"creatives.containers.Templates.header": "",
|
|
529
|
+
"creatives.containers.Templates.image": "",
|
|
530
|
+
"creatives.containers.Templates.imageTemplate": "",
|
|
531
|
+
"creatives.containers.Templates.invalidUploadFileError": "",
|
|
532
|
+
"creatives.containers.Templates.layoutSelection": "",
|
|
533
|
+
"creatives.containers.Templates.lineChannel": "",
|
|
534
|
+
"creatives.containers.Templates.lineChannelTemplatesHeader": "",
|
|
535
|
+
"creatives.containers.Templates.lineHeader": "",
|
|
536
|
+
"creatives.containers.Templates.loadingEDMTemplates": "",
|
|
537
|
+
"creatives.containers.Templates.mapTemplate": "",
|
|
538
|
+
"creatives.containers.Templates.mobilePushChannel": "",
|
|
539
|
+
"creatives.containers.Templates.mobilePushChannelTemplatesHeader": "",
|
|
540
|
+
"creatives.containers.Templates.mobilepushHeader": "",
|
|
541
|
+
"creatives.containers.Templates.mostRecentOption": "",
|
|
542
|
+
"creatives.containers.Templates.newTemplate": "",
|
|
543
|
+
"creatives.containers.Templates.noAccountMessage": "",
|
|
544
|
+
"creatives.containers.Templates.noTemplatesMessage": "",
|
|
545
|
+
"creatives.containers.Templates.preview": "",
|
|
546
|
+
"creatives.containers.Templates.previewButton": "",
|
|
547
|
+
"creatives.containers.Templates.previewGenerateText": "",
|
|
548
|
+
"creatives.containers.Templates.search": "",
|
|
549
|
+
"creatives.containers.Templates.searchText": "",
|
|
550
|
+
"creatives.containers.Templates.selectAccount": "",
|
|
551
|
+
"creatives.containers.Templates.selectButton": "",
|
|
552
|
+
"creatives.containers.Templates.selectDefaultButton": "",
|
|
553
|
+
"creatives.containers.Templates.selectSmsHeader": "",
|
|
554
|
+
"creatives.containers.Templates.selectWechatHeader": "",
|
|
555
|
+
"creatives.containers.Templates.smsChannel": "",
|
|
556
|
+
"creatives.containers.Templates.smsChannelTemplatesHeader": "",
|
|
557
|
+
"creatives.containers.Templates.smsHeader": "",
|
|
558
|
+
"creatives.containers.Templates.somethingWentWrong": "",
|
|
559
|
+
"creatives.containers.Templates.sortBy": "",
|
|
560
|
+
"creatives.containers.Templates.templateDeleteConfirm": "",
|
|
561
|
+
"creatives.containers.Templates.templateDeleteSuccess": "",
|
|
562
|
+
"creatives.containers.Templates.templateDuplicateSuccess": "",
|
|
563
|
+
"creatives.containers.Templates.templateSelection": "",
|
|
564
|
+
"creatives.containers.Templates.text": "",
|
|
565
|
+
"creatives.containers.Templates.textTemplate": "",
|
|
566
|
+
"creatives.containers.Templates.type": "",
|
|
567
|
+
"creatives.containers.Templates.unMapButton": "",
|
|
568
|
+
"creatives.containers.Templates.uploadFile": "",
|
|
569
|
+
"creatives.containers.Templates.uploadedAt": "",
|
|
570
|
+
"creatives.containers.Templates.uploadedBy": "",
|
|
571
|
+
"creatives.containers.Templates.uploadingFile": "",
|
|
572
|
+
"creatives.containers.Templates.useEditor": "",
|
|
573
|
+
"creatives.containers.Templates.weChatRichmediaTemplate": "",
|
|
574
|
+
"creatives.containers.Templates.wechat": "",
|
|
575
|
+
"creatives.containers.Templates.wechatAccountNotConfigured": "",
|
|
576
|
+
"creatives.containers.Templates.wechatChannelTemplatesHeader": "",
|
|
577
|
+
"creatives.containers.Templates.wechatHeader": "",
|
|
578
|
+
"creatives.containers.Templates.yesText": "",
|
|
579
|
+
"creatives.containers.Templates.zipUploadFailed": "",
|
|
580
|
+
"creatives.containers.Testv2.descriptionTestv2": "",
|
|
581
|
+
"creatives.containers.Testv2.header": "",
|
|
582
|
+
"creatives.containers.Testv2.testv2": "",
|
|
583
|
+
"creatives.containers.View.descriptionView": "",
|
|
584
|
+
"creatives.containers.View.header": "",
|
|
585
|
+
"creatives.containers.View.view": "",
|
|
586
|
+
"creatives.containers.WeChat.accountId": "",
|
|
587
|
+
"creatives.containers.WeChat.alertMessage": "",
|
|
588
|
+
"creatives.containers.WeChat.cancel": "",
|
|
589
|
+
"creatives.containers.WeChat.discard": "",
|
|
590
|
+
"creatives.containers.WeChat.gettingTemplateData": "",
|
|
591
|
+
"creatives.containers.WeChat.goBackConfirmation": "",
|
|
592
|
+
"creatives.containers.WeChat.goBackTemporaryConfirmation": "",
|
|
593
|
+
"creatives.containers.WeChat.hasInvalidContent": "",
|
|
594
|
+
"creatives.containers.WeChat.header": "",
|
|
595
|
+
"creatives.containers.WeChat.invalidContent": "",
|
|
596
|
+
"creatives.containers.WeChat.isInternalUrl": "",
|
|
597
|
+
"creatives.containers.WeChat.link": "",
|
|
598
|
+
"creatives.containers.WeChat.linkCantEmpty": "",
|
|
599
|
+
"creatives.containers.WeChat.linkErrorMessage": "",
|
|
600
|
+
"creatives.containers.WeChat.mapTemplateFooter": "",
|
|
601
|
+
"creatives.containers.WeChat.mapTemplateHeader": "",
|
|
602
|
+
"creatives.containers.WeChat.newWechat": "",
|
|
603
|
+
"creatives.containers.WeChat.save": "",
|
|
604
|
+
"creatives.containers.WeChat.select": "",
|
|
605
|
+
"creatives.containers.WeChat.selectWechatAccount": "",
|
|
606
|
+
"creatives.containers.WeChat.selectWechatTemplate": "",
|
|
607
|
+
"creatives.containers.WeChat.somethingWentWrong": "",
|
|
608
|
+
"creatives.containers.WeChat.tagsLabel": "",
|
|
609
|
+
"creatives.containers.WeChat.template": "",
|
|
610
|
+
"creatives.containers.WeChat.templateMapping": "",
|
|
611
|
+
"creatives.containers.WeChat.wechatCreateSuccess": "",
|
|
612
|
+
"creatives.containers.WeChat.wechatEditSuccess": "",
|
|
613
|
+
"creatives.containersV2.Assets.Gallery.addImages": "",
|
|
614
|
+
"creatives.containersV2.Assets.Gallery.alphabetically": "",
|
|
615
|
+
"creatives.containersV2.Assets.Gallery.assetDeleteFailed": "",
|
|
616
|
+
"creatives.containersV2.Assets.Gallery.assetDeleteSuccess": "",
|
|
617
|
+
"creatives.containersV2.Assets.Gallery.assetUploadFailed": "",
|
|
618
|
+
"creatives.containersV2.Assets.Gallery.assetUploadSuccess": "",
|
|
619
|
+
"creatives.containersV2.Assets.Gallery.backToGallery": "",
|
|
620
|
+
"creatives.containersV2.Assets.Gallery.delete": "",
|
|
621
|
+
"creatives.containersV2.Assets.Gallery.dimensions": "",
|
|
622
|
+
"creatives.containersV2.Assets.Gallery.gallery": "",
|
|
623
|
+
"creatives.containersV2.Assets.Gallery.imagePreview": "",
|
|
624
|
+
"creatives.containersV2.Assets.Gallery.lastUpdated": "",
|
|
625
|
+
"creatives.containersV2.Assets.Gallery.mostRecent": "",
|
|
626
|
+
"creatives.containersV2.Assets.Gallery.noAssetMessage": "",
|
|
627
|
+
"creatives.containersV2.Assets.Gallery.noTemplatesFound": "",
|
|
628
|
+
"creatives.containersV2.Assets.Gallery.preview": "",
|
|
629
|
+
"creatives.containersV2.Assets.Gallery.search": "",
|
|
630
|
+
"creatives.containersV2.Assets.Gallery.select": "",
|
|
631
|
+
"creatives.containersV2.Assets.Gallery.size": "",
|
|
632
|
+
"creatives.containersV2.Assets.Gallery.sortby": "",
|
|
633
|
+
"creatives.containersV2.Assets.Gallery.upload": "",
|
|
634
|
+
"creatives.containersV2.Assets.Gallery.uploadedAt": "",
|
|
635
|
+
"creatives.containersV2.Assets.Gallery.uploadedBy": "",
|
|
636
|
+
"creatives.containersV2.Assets.Gallery.uploadedOn": "",
|
|
637
|
+
"creatives.containersV2.CallTask.addNewCallTask": "",
|
|
638
|
+
"creatives.containersV2.CallTask.callTaskInfo": "",
|
|
639
|
+
"creatives.containersV2.CallTask.callTaskTitleIllustartion": "",
|
|
640
|
+
"creatives.containersV2.CallTask.newCallTaskTemplate": "",
|
|
641
|
+
"creatives.containersV2.CallTask.newMessage": "",
|
|
642
|
+
"creatives.containersV2.CallTask.template": "",
|
|
643
|
+
"creatives.containersV2.Cap.Workbench": "",
|
|
644
|
+
"creatives.containersV2.Cap.campaigns": "",
|
|
645
|
+
"creatives.containersV2.Cap.creatives": "",
|
|
646
|
+
"creatives.containersV2.Cap.creativesDashboard": "",
|
|
647
|
+
"creatives.containersV2.Cap.ebill": "",
|
|
648
|
+
"creatives.containersV2.Cap.email": "",
|
|
649
|
+
"creatives.containersV2.Cap.gallery": "",
|
|
650
|
+
"creatives.containersV2.Cap.loyalty": "",
|
|
651
|
+
"creatives.containersV2.Cap.memberCare": "",
|
|
652
|
+
"creatives.containersV2.Cap.sms": "",
|
|
653
|
+
"creatives.containersV2.Cap.storeCare": "",
|
|
654
|
+
"creatives.containersV2.Cap.storePerformance": "",
|
|
655
|
+
"creatives.containersV2.Cap.wechat": "",
|
|
656
|
+
"creatives.containersV2.ChannelTemplates.header": "",
|
|
657
|
+
"creatives.containersV2.Create.Anyone": "",
|
|
658
|
+
"creatives.containersV2.Create.Author": "",
|
|
659
|
+
"creatives.containersV2.Create.Content": "",
|
|
660
|
+
"creatives.containersV2.Create.Cover_abstract": "",
|
|
661
|
+
"creatives.containersV2.Create.Cover_image": "",
|
|
662
|
+
"creatives.containersV2.Create.No_one": "",
|
|
663
|
+
"creatives.containersV2.Create.Only_followers": "",
|
|
664
|
+
"creatives.containersV2.Create.Please_input_author": "",
|
|
665
|
+
"creatives.containersV2.Create.Please_input_content": "",
|
|
666
|
+
"creatives.containersV2.Create.Please_input_cover_abstract": "",
|
|
667
|
+
"creatives.containersV2.Create.Please_input_title": "",
|
|
668
|
+
"creatives.containersV2.Create.Show_cover_picture": "",
|
|
669
|
+
"creatives.containersV2.Create.Title": "",
|
|
670
|
+
"creatives.containersV2.Create.Who_can_post_comments_on_this_content": "",
|
|
671
|
+
"creatives.containersV2.Create.addNewRichmedia": "",
|
|
672
|
+
"creatives.containersV2.Create.alertMessage": "",
|
|
673
|
+
"creatives.containersV2.Create.articleContent": "",
|
|
674
|
+
"creatives.containersV2.Create.authorCharacterCount": "",
|
|
675
|
+
"creatives.containersV2.Create.authorInductiveText": "",
|
|
676
|
+
"creatives.containersV2.Create.cancelButton": "",
|
|
677
|
+
"creatives.containersV2.Create.contentEmpty": "",
|
|
678
|
+
"creatives.containersV2.Create.coverAbstractCharacterCount": "",
|
|
679
|
+
"creatives.containersV2.Create.coverAbstractInductive": "",
|
|
680
|
+
"creatives.containersV2.Create.coverImageTitle": "",
|
|
681
|
+
"creatives.containersV2.Create.delete": "",
|
|
682
|
+
"creatives.containersV2.Create.deleteContent": "",
|
|
683
|
+
"creatives.containersV2.Create.deleteLabel": "",
|
|
684
|
+
"creatives.containersV2.Create.discardChangesButton": "",
|
|
685
|
+
"creatives.containersV2.Create.duplicateLabel": "",
|
|
686
|
+
"creatives.containersV2.Create.emptyTemplateErrorMessage": "",
|
|
687
|
+
"creatives.containersV2.Create.emptyTemplateName": "",
|
|
688
|
+
"creatives.containersV2.Create.formEmpty": "",
|
|
689
|
+
"creatives.containersV2.Create.goBackTemporaryChangesLost": "",
|
|
690
|
+
"creatives.containersV2.Create.header": "",
|
|
691
|
+
"creatives.containersV2.Create.insertImage": "",
|
|
692
|
+
"creatives.containersV2.Create.invalidTags": "",
|
|
693
|
+
"creatives.containersV2.Create.linkInductiveText": "",
|
|
694
|
+
"creatives.containersV2.Create.markFinalVersionLabel": "",
|
|
695
|
+
"creatives.containersV2.Create.maxContentCount": "",
|
|
696
|
+
"creatives.containersV2.Create.messageLabel": "",
|
|
697
|
+
"creatives.containersV2.Create.modalBody": "",
|
|
698
|
+
"creatives.containersV2.Create.modalTitle": "",
|
|
699
|
+
"creatives.containersV2.Create.newVersionLabel": "",
|
|
700
|
+
"creatives.containersV2.Create.noImage": "",
|
|
701
|
+
"creatives.containersV2.Create.readMoreLink": "",
|
|
702
|
+
"creatives.containersV2.Create.renameLabel": "",
|
|
703
|
+
"creatives.containersV2.Create.requiredField": "",
|
|
704
|
+
"creatives.containersV2.Create.resolutionText": "",
|
|
705
|
+
"creatives.containersV2.Create.saveButton": "",
|
|
706
|
+
"creatives.containersV2.Create.saveSuccess": "",
|
|
707
|
+
"creatives.containersV2.Create.saveTemplateLoader": "",
|
|
708
|
+
"creatives.containersV2.Create.smsEditorPlaceholder": "",
|
|
709
|
+
"creatives.containersV2.Create.smsTemplateCreatedSuccess": "",
|
|
710
|
+
"creatives.containersV2.Create.somethingWentWrong": "",
|
|
711
|
+
"creatives.containersV2.Create.sourceLinkEmpty": "",
|
|
712
|
+
"creatives.containersV2.Create.tagsErrorMessage": "",
|
|
713
|
+
"creatives.containersV2.Create.tagsLabel": "",
|
|
714
|
+
"creatives.containersV2.Create.templateMarkedSuccessfully": "",
|
|
715
|
+
"creatives.containersV2.Create.templateNamePlaceHolder": "",
|
|
716
|
+
"creatives.containersV2.Create.templateNotValid": "",
|
|
717
|
+
"creatives.containersV2.Create.titleCharacterCount": "",
|
|
718
|
+
"creatives.containersV2.Create.titleEmpty": "",
|
|
719
|
+
"creatives.containersV2.Create.titleInductiveText": "",
|
|
720
|
+
"creatives.containersV2.Create.titleNameRepeated": "",
|
|
721
|
+
"creatives.containersV2.Create.unicodeErrorMessage": "",
|
|
722
|
+
"creatives.containersV2.Create.unicodeLabel": "",
|
|
723
|
+
"creatives.containersV2.Create.uploadImage": "",
|
|
724
|
+
"creatives.containersV2.Create.validationError": "",
|
|
725
|
+
"creatives.containersV2.Create.versionLabel": "",
|
|
726
|
+
"creatives.containersV2.Create.visibility": "",
|
|
727
|
+
"creatives.containersV2.Create.wrongFormatFile": "",
|
|
728
|
+
"creatives.containersV2.Create.wrongUrl": "",
|
|
729
|
+
"creatives.containersV2.Dashboard.header": "",
|
|
730
|
+
"creatives.containersV2.Ebill.Cancel": "",
|
|
731
|
+
"creatives.containersV2.Ebill.Preview": "",
|
|
732
|
+
"creatives.containersV2.Ebill.Save": "",
|
|
733
|
+
"creatives.containersV2.Ebill.campaigns": "",
|
|
734
|
+
"creatives.containersV2.Ebill.creatives": "",
|
|
735
|
+
"creatives.containersV2.Ebill.ebill": "",
|
|
736
|
+
"creatives.containersV2.Ebill.ebillCreateSuccess": "",
|
|
737
|
+
"creatives.containersV2.Ebill.ebillEditSuccess": "",
|
|
738
|
+
"creatives.containersV2.Ebill.ebillPreview": "",
|
|
739
|
+
"creatives.containersV2.Ebill.emptyTemplateErrorMessage": "",
|
|
740
|
+
"creatives.containersV2.Ebill.enterTemplateName": "",
|
|
741
|
+
"creatives.containersV2.Ebill.loading": "",
|
|
742
|
+
"creatives.containersV2.Ebill.newVersionLabel": "",
|
|
743
|
+
"creatives.containersV2.Ebill.somethingWentWrong": "",
|
|
744
|
+
"creatives.containersV2.Ebill.tagsErrorMessage": "",
|
|
745
|
+
"creatives.containersV2.Ebill.tagsLabel": "",
|
|
746
|
+
"creatives.containersV2.Ebill.templateDataNotValid": "",
|
|
747
|
+
"creatives.containersV2.Edit.alertMessage": "",
|
|
748
|
+
"creatives.containersV2.Edit.cancelButton": "",
|
|
749
|
+
"creatives.containersV2.Edit.deleteLabel": "",
|
|
750
|
+
"creatives.containersV2.Edit.discardChangesButton": "",
|
|
751
|
+
"creatives.containersV2.Edit.duplicateLabel": "",
|
|
752
|
+
"creatives.containersV2.Edit.emptyTemplateErrorMessage": "",
|
|
753
|
+
"creatives.containersV2.Edit.getTemplateDetailsLoader": "",
|
|
754
|
+
"creatives.containersV2.Edit.goBackTemporaryChangesLost": "",
|
|
755
|
+
"creatives.containersV2.Edit.header": "",
|
|
756
|
+
"creatives.containersV2.Edit.markFinalVersionLabel": "",
|
|
757
|
+
"creatives.containersV2.Edit.messageLabel": "",
|
|
758
|
+
"creatives.containersV2.Edit.newVersionLabel": "",
|
|
759
|
+
"creatives.containersV2.Edit.renameLabel": "",
|
|
760
|
+
"creatives.containersV2.Edit.saveButton": "",
|
|
761
|
+
"creatives.containersV2.Edit.saveTemplateLoader": "",
|
|
762
|
+
"creatives.containersV2.Edit.smsEditorPlaceholder": "",
|
|
763
|
+
"creatives.containersV2.Edit.somethingWentWrong": "",
|
|
764
|
+
"creatives.containersV2.Edit.tagsErrorMessage": "",
|
|
765
|
+
"creatives.containersV2.Edit.tagsLabel": "",
|
|
766
|
+
"creatives.containersV2.Edit.templateEditedSuccessfully": "",
|
|
767
|
+
"creatives.containersV2.Edit.templateMarkedSuccessfully": "",
|
|
768
|
+
"creatives.containersV2.Edit.templateNamePlaceHolder": "",
|
|
769
|
+
"creatives.containersV2.Edit.unicodeErrorMessage": "",
|
|
770
|
+
"creatives.containersV2.Edit.unicodeLabel": "",
|
|
771
|
+
"creatives.containersV2.Edit.versionLabel": "",
|
|
772
|
+
"creatives.containersV2.Email.Campaigns": "",
|
|
773
|
+
"creatives.containersV2.Email.Cancel": "",
|
|
774
|
+
"creatives.containersV2.Email.Creatives": "",
|
|
775
|
+
"creatives.containersV2.Email.Preview": "",
|
|
776
|
+
"creatives.containersV2.Email.Save": "",
|
|
777
|
+
"creatives.containersV2.Email.Subject": "",
|
|
778
|
+
"creatives.containersV2.Email.Tags": "",
|
|
779
|
+
"creatives.containersV2.Email.alert": "",
|
|
780
|
+
"creatives.containersV2.Email.alphabetically": "",
|
|
781
|
+
"creatives.containersV2.Email.alphabeticallyOption": "",
|
|
782
|
+
"creatives.containersV2.Email.assetUploadFailed": "",
|
|
783
|
+
"creatives.containersV2.Email.blankTemplate": "",
|
|
784
|
+
"creatives.containersV2.Email.cancel": "",
|
|
785
|
+
"creatives.containersV2.Email.copyPrimaryLanguage": "",
|
|
786
|
+
"creatives.containersV2.Email.createHeading": "",
|
|
787
|
+
"creatives.containersV2.Email.delete": "",
|
|
788
|
+
"creatives.containersV2.Email.deleteLanguage": "",
|
|
789
|
+
"creatives.containersV2.Email.deleteLanguageConfirmation": "",
|
|
790
|
+
"creatives.containersV2.Email.deleteVersion": "",
|
|
791
|
+
"creatives.containersV2.Email.deleteVersionConfirmation": "",
|
|
792
|
+
"creatives.containersV2.Email.dupicateVersion": "",
|
|
793
|
+
"creatives.containersV2.Email.editButton": "",
|
|
794
|
+
"creatives.containersV2.Email.editHeading": "",
|
|
795
|
+
"creatives.containersV2.Email.edmSwitchAcceptText": "",
|
|
796
|
+
"creatives.containersV2.Email.edmSwtichMessage": "",
|
|
797
|
+
"creatives.containersV2.Email.emailCreateSuccess": "",
|
|
798
|
+
"creatives.containersV2.Email.emailEditSuccess": "",
|
|
799
|
+
"creatives.containersV2.Email.emailPreview": "",
|
|
800
|
+
"creatives.containersV2.Email.emailSubject": "",
|
|
801
|
+
"creatives.containersV2.Email.emailSubjectNotEmplty": "",
|
|
802
|
+
"creatives.containersV2.Email.emailText": "",
|
|
803
|
+
"creatives.containersV2.Email.goBackTemporaryChangesLost": "",
|
|
804
|
+
"creatives.containersV2.Email.imageSelection": "",
|
|
805
|
+
"creatives.containersV2.Email.invalidFileMessage": "",
|
|
806
|
+
"creatives.containersV2.Email.kmage": "",
|
|
807
|
+
"creatives.containersV2.Email.loadingImage": "",
|
|
808
|
+
"creatives.containersV2.Email.markAsFinal": "",
|
|
809
|
+
"creatives.containersV2.Email.moreThanFiveVersionNotAllowed": "",
|
|
810
|
+
"creatives.containersV2.Email.mostRecent": "",
|
|
811
|
+
"creatives.containersV2.Email.mostRecentOption": "",
|
|
812
|
+
"creatives.containersV2.Email.newLanguage": "",
|
|
813
|
+
"creatives.containersV2.Email.newVersion": "",
|
|
814
|
+
"creatives.containersV2.Email.noImgInGallery": "",
|
|
815
|
+
"creatives.containersV2.Email.preview": "",
|
|
816
|
+
"creatives.containersV2.Email.previewButton": "",
|
|
817
|
+
"creatives.containersV2.Email.saveTemplateLoader": "",
|
|
818
|
+
"creatives.containersV2.Email.searchText": "",
|
|
819
|
+
"creatives.containersV2.Email.select": "",
|
|
820
|
+
"creatives.containersV2.Email.selectButton": "",
|
|
821
|
+
"creatives.containersV2.Email.somethingWentWrong": "",
|
|
822
|
+
"creatives.containersV2.Email.sortBy": "",
|
|
823
|
+
"creatives.containersV2.Email.sortby": "",
|
|
824
|
+
"creatives.containersV2.Email.switchEditor": "",
|
|
825
|
+
"creatives.containersV2.Email.templateLoader": "",
|
|
826
|
+
"creatives.containersV2.Email.templateMarkedFinalSuccess": "",
|
|
827
|
+
"creatives.containersV2.Email.templateNameNotEmpty": "",
|
|
828
|
+
"creatives.containersV2.Email.templateNamePlaceholder": "",
|
|
829
|
+
"creatives.containersV2.Email.upload": "",
|
|
830
|
+
"creatives.containersV2.Email.uploadSizeError": "",
|
|
831
|
+
"creatives.containersV2.Email.uploadedAt": "",
|
|
832
|
+
"creatives.containersV2.Email.uploadedBy": "",
|
|
833
|
+
"creatives.containersV2.Email.uploadingImage": "",
|
|
834
|
+
"creatives.containersV2.Email.useEditor": "",
|
|
835
|
+
"creatives.containersV2.Email.versionMessage": "",
|
|
836
|
+
"creatives.containersV2.Email.versionOneMessage": "",
|
|
837
|
+
"creatives.containersV2.Email.yes": "",
|
|
838
|
+
"creatives.containersV2.EmailWrapper.createMode": "",
|
|
839
|
+
"creatives.containersV2.EmailWrapper.creativeName": "",
|
|
840
|
+
"creatives.containersV2.EmailWrapper.header": "",
|
|
841
|
+
"creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "",
|
|
842
|
+
"creatives.containersV2.EmailWrapper.invalidUploadFileError": "",
|
|
843
|
+
"creatives.containersV2.EmailWrapper.invalidUploadFileError2": "",
|
|
844
|
+
"creatives.containersV2.EmailWrapper.invalidUploadFileErrorDesc2": "",
|
|
845
|
+
"creatives.containersV2.EmailWrapper.upload": "",
|
|
846
|
+
"creatives.containersV2.EmailWrapper.useEditor": "",
|
|
847
|
+
"creatives.containersV2.EmailWrapper.useEditorDesc": "",
|
|
848
|
+
"creatives.containersV2.EmailWrapper.zipUpload": "",
|
|
849
|
+
"creatives.containersV2.EmailWrapper.zipUploadDesc": "",
|
|
850
|
+
"creatives.containersV2.Line.Edit.Campaigns": "",
|
|
851
|
+
"creatives.containersV2.Line.Edit.Creatives": "",
|
|
852
|
+
"creatives.containersV2.Line.Edit.Image": "",
|
|
853
|
+
"creatives.containersV2.Line.Edit.ImageUploadLabel": "",
|
|
854
|
+
"creatives.containersV2.Line.Edit.Tags": "",
|
|
855
|
+
"creatives.containersV2.Line.Edit.alertMessage": "",
|
|
856
|
+
"creatives.containersV2.Line.Edit.androidNotConfigured": "",
|
|
857
|
+
"creatives.containersV2.Line.Edit.button1": "",
|
|
858
|
+
"creatives.containersV2.Line.Edit.button2": "",
|
|
859
|
+
"creatives.containersV2.Line.Edit.cancel": "",
|
|
860
|
+
"creatives.containersV2.Line.Edit.discardChanges": "",
|
|
861
|
+
"creatives.containersV2.Line.Edit.enterTemplateName": "",
|
|
862
|
+
"creatives.containersV2.Line.Edit.enterTemplateNameImportant": "",
|
|
863
|
+
"creatives.containersV2.Line.Edit.goBackConfirmation": "",
|
|
864
|
+
"creatives.containersV2.Line.Edit.goBackTemporaryChangesLost": "",
|
|
865
|
+
"creatives.containersV2.Line.Edit.inputLineTemplateContent": "",
|
|
866
|
+
"creatives.containersV2.Line.Edit.iosNotConfigured": "",
|
|
867
|
+
"creatives.containersV2.Line.Edit.maxUploadFileSize": "",
|
|
868
|
+
"creatives.containersV2.Line.Edit.message": "",
|
|
869
|
+
"creatives.containersV2.Line.Edit.messageHasUnsupportedTag": "",
|
|
870
|
+
"creatives.containersV2.Line.Edit.messageLabel": "",
|
|
871
|
+
"creatives.containersV2.Line.Edit.messageTitleWithUnsupportedTag": "",
|
|
872
|
+
"creatives.containersV2.Line.Edit.mobilePush": "",
|
|
873
|
+
"creatives.containersV2.Line.Edit.nameAndDescription": "",
|
|
874
|
+
"creatives.containersV2.Line.Edit.pleaseUploadImage": "",
|
|
875
|
+
"creatives.containersV2.Line.Edit.save": "",
|
|
876
|
+
"creatives.containersV2.Line.Edit.selectLineTemplate": "",
|
|
877
|
+
"creatives.containersV2.Line.Edit.somethingWentWrong": "",
|
|
878
|
+
"creatives.containersV2.Line.Edit.template": "",
|
|
879
|
+
"creatives.containersV2.Line.Edit.templateCantEmpty": "",
|
|
880
|
+
"creatives.containersV2.Line.Edit.templateEditedSuccessfully": "",
|
|
881
|
+
"creatives.containersV2.Line.Edit.templateNameNotEmpty": "",
|
|
882
|
+
"creatives.containersV2.Line.Edit.templateNotConfigured": "",
|
|
883
|
+
"creatives.containersV2.Line.Edit.title": "",
|
|
884
|
+
"creatives.containersV2.Line.Edit.titleHasUnsupportedTag": "",
|
|
885
|
+
"creatives.containersV2.Line.Edit.titleLabel": "",
|
|
886
|
+
"creatives.containersV2.Line.Edit.titleNameInvalid": "",
|
|
887
|
+
"creatives.containersV2.Line.Edit.uploadFileSizeError": "",
|
|
888
|
+
"creatives.containersV2.Line.Edit.uploadImage": "",
|
|
889
|
+
"creatives.containersV2.Line.Edit.uploadingImage": "",
|
|
890
|
+
"creatives.containersV2.Line.Edit.valueCantEmpty": "",
|
|
891
|
+
"creatives.containersV2.Login.header": "",
|
|
892
|
+
"creatives.containersV2.Login.invalidCredential": "",
|
|
893
|
+
"creatives.containersV2.Login.loginPage": "",
|
|
894
|
+
"creatives.containersV2.Login.pageTitle": "",
|
|
895
|
+
"creatives.containersV2.NotFoundPage.header": "",
|
|
896
|
+
"creatives.containersV2.TagList.header": "",
|
|
897
|
+
"creatives.containersV2.TemplatesV2.callTask": "",
|
|
898
|
+
"creatives.containersV2.TemplatesV2.creatives": "",
|
|
899
|
+
"creatives.containersV2.TemplatesV2.creativesDesc": "",
|
|
900
|
+
"creatives.containersV2.TemplatesV2.edit": "",
|
|
901
|
+
"creatives.containersV2.TemplatesV2.email": "",
|
|
902
|
+
"creatives.containersV2.TemplatesV2.gallery": "",
|
|
903
|
+
"creatives.containersV2.TemplatesV2.header": "",
|
|
904
|
+
"creatives.containersV2.TemplatesV2.pushNotification": "",
|
|
905
|
+
"creatives.containersV2.TemplatesV2.select": "",
|
|
906
|
+
"creatives.containersV2.TemplatesV2.sms": "",
|
|
907
|
+
"creatives.containersV2.TemplatesV2.wechat": "",
|
|
908
|
+
"creatives.containersV2.TestPage.header": "",
|
|
909
|
+
"creatives.containersV2.Testv2.descriptionTestv2": "",
|
|
910
|
+
"creatives.containersV2.Testv2.header": "",
|
|
911
|
+
"creatives.containersV2.Testv2.testv2": "",
|
|
912
|
+
"creatives.containersV2.View.descriptionView": "",
|
|
913
|
+
"creatives.containersV2.View.header": "",
|
|
914
|
+
"creatives.containersV2.View.view": "",
|
|
915
|
+
"creatives.containersV2.WeChat.accountId": "",
|
|
916
|
+
"creatives.containersV2.WeChat.alertMessage": "",
|
|
917
|
+
"creatives.containersV2.WeChat.cancel": "",
|
|
918
|
+
"creatives.containersV2.WeChat.discard": "",
|
|
919
|
+
"creatives.containersV2.WeChat.gettingTemplateData": "",
|
|
920
|
+
"creatives.containersV2.WeChat.goBackTemporaryChangesLost": "",
|
|
921
|
+
"creatives.containersV2.WeChat.hasValidContent": "",
|
|
922
|
+
"creatives.containersV2.WeChat.header": "",
|
|
923
|
+
"creatives.containersV2.WeChat.isInternalUrl": "",
|
|
924
|
+
"creatives.containersV2.WeChat.link": "",
|
|
925
|
+
"creatives.containersV2.WeChat.linkCantEmpty": "",
|
|
926
|
+
"creatives.containersV2.WeChat.save": "",
|
|
927
|
+
"creatives.containersV2.WeChat.selectWechatAccount": "",
|
|
928
|
+
"creatives.containersV2.WeChat.selectWechatTemplate": "",
|
|
929
|
+
"creatives.containersV2.WeChat.somethingWentWrong": "",
|
|
930
|
+
"creatives.containersV2.WeChat.tagsLabel": "",
|
|
931
|
+
"creatives.containersV2.WeChat.template": "",
|
|
932
|
+
"creatives.containersV2.WeChat.templateMapping": "",
|
|
933
|
+
"creatives.containersV2.WeChat.wechatCreateSuccess": "",
|
|
934
|
+
"creatives.containersV2.WeChat.wechatEditSuccess": "",
|
|
935
|
+
"creatives.containersV2.appName": "",
|
|
936
|
+
"creatives.containersV2.campaignsDashboard": "",
|
|
937
|
+
"creatives.containersV2.campaignsHome": "",
|
|
938
|
+
"customdatepicker.cancel": "",
|
|
939
|
+
"customdatepicker.done": "",
|
|
940
|
+
"reon.components.Cap.Workbench": "",
|
|
941
|
+
"reon.components.Cap.appName": "",
|
|
942
|
+
"reon.components.Cap.campaigns": "",
|
|
943
|
+
"reon.components.Cap.creatives": "",
|
|
944
|
+
"reon.components.Cap.creativesDashboard": "",
|
|
945
|
+
"reon.components.Cap.ebill": "",
|
|
946
|
+
"reon.components.Cap.email": "",
|
|
947
|
+
"reon.components.Cap.gallery": "",
|
|
948
|
+
"reon.components.Cap.line": "",
|
|
949
|
+
"reon.components.Cap.loyalty": "",
|
|
950
|
+
"reon.components.Cap.memberCare": "",
|
|
951
|
+
"reon.components.Cap.mobilepush": "",
|
|
952
|
+
"reon.components.Cap.sms": "",
|
|
953
|
+
"reon.components.Cap.storeCare": "",
|
|
954
|
+
"reon.components.Cap.storePerformance": "",
|
|
955
|
+
"reon.components.Cap.wechat": "",
|
|
956
|
+
"reon.components.DateFilter.apply": "",
|
|
957
|
+
"reon.components.DateFilter.cancel": "",
|
|
958
|
+
"reon.components.DateFilter.custom": "",
|
|
959
|
+
"reon.components.DateFilter.editText": "",
|
|
960
|
+
"reon.components.DateFilter.loaderMessage": "",
|
|
961
|
+
"reon.components.DateFilter.mtd": "",
|
|
962
|
+
"reon.components.DateFilter.previousMonth": "",
|
|
963
|
+
"reon.components.DateFilter.previousWeek": "",
|
|
964
|
+
"reon.components.DateFilter.previousYear": "",
|
|
965
|
+
"reon.components.DateFilter.selectDateRange": "",
|
|
966
|
+
"reon.components.DateFilter.wtd": "",
|
|
967
|
+
"reon.components.DateFilter.ytd": "",
|
|
968
|
+
"reon.components.TopBar.brand.dropdown": "",
|
|
969
|
+
"reon.components.TopBar.logout": "",
|
|
970
|
+
"reon.components.TopBar.profile": "",
|
|
971
|
+
"reon.components.TopBar.settings": "",
|
|
972
|
+
"reon.components.campaignsDashboard": "",
|
|
973
|
+
"reon.components.campaignsHome": "",
|
|
974
|
+
"reon.componentsv2.Cap.Workbench": "",
|
|
975
|
+
"reon.componentsv2.Cap.campaigns": "",
|
|
976
|
+
"reon.componentsv2.Cap.creatives": "",
|
|
977
|
+
"reon.componentsv2.Cap.creativesDashboard": "",
|
|
978
|
+
"reon.componentsv2.Cap.ebill": "",
|
|
979
|
+
"reon.componentsv2.Cap.email": "",
|
|
980
|
+
"reon.componentsv2.Cap.gallery": "",
|
|
981
|
+
"reon.componentsv2.Cap.loyalty": "",
|
|
982
|
+
"reon.componentsv2.Cap.memberCare": "",
|
|
983
|
+
"reon.componentsv2.Cap.sms": "",
|
|
984
|
+
"reon.componentsv2.Cap.storeCare": "",
|
|
985
|
+
"reon.componentsv2.Cap.storePerformance": "",
|
|
986
|
+
"reon.componentsv2.Cap.wechat": "",
|
|
987
|
+
"reon.componentsv2.appName": "",
|
|
988
|
+
"reon.componentsv2.campaignsDashboard": "",
|
|
989
|
+
"reon.componentsv2.campaignsHome": "",
|
|
990
|
+
"reon.modules.Login.componentsv2.LoginForm.input.inputPasswordMandatory": "",
|
|
991
|
+
"reon.modules.Login.componentsv2.LoginForm.input.inputUsernameMandatory": "",
|
|
992
|
+
"reon.modules.Login.componentsv2.LoginForm.input.invalidCredentials": "",
|
|
993
|
+
"reon.modules.Login.componentsv2.LoginForm.input.loginButton": "",
|
|
994
|
+
"reon.modules.Login.componentsv2.LoginForm.input.password": "",
|
|
995
|
+
"reon.modules.Login.componentsv2.LoginForm.input.username": ""
|
|
383
996
|
}
|