@capillarytech/creatives-library 3.1.2 → 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/en.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
|
-
"
|
|
2
|
+
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
3
|
+
"creatives.components.CapTagList.Cancel": "Cancel",
|
|
4
|
+
"creatives.components.CapTagList.Ok": "Ok",
|
|
5
|
+
"creatives.components.CapTagList.all": "All",
|
|
6
|
+
"creatives.components.CapTagList.dynamic_days_before_expiry": "Dynamic days before expiry",
|
|
7
|
+
"creatives.components.CapTagList.loyalty": "Loyalty",
|
|
8
|
+
"creatives.components.CapTagList.numberOfDaysBeforeExpiry": "Number of days before expiry",
|
|
9
|
+
"creatives.components.CapTagList.outbound": "Outbound",
|
|
10
|
+
"creatives.components.Ckeditor.header": "This is the Ckeditor component !",
|
|
11
|
+
"creatives.components.CustomPopOver.header": "This is the CustomPopOver component !",
|
|
12
|
+
"creatives.components.CustomPopOver.languages": "+ Languages",
|
|
13
|
+
"creatives.components.DateRange.from": "From",
|
|
14
|
+
"creatives.components.DateRange.header": "This is the DateRange component !",
|
|
15
|
+
"creatives.components.DateRange.to": "To",
|
|
16
|
+
"creatives.components.DateRange.today": "Today",
|
|
17
|
+
"creatives.components.Edmeditor.header": "This is the Edmeditor component !",
|
|
18
|
+
"creatives.components.EmailPreview.browserNotSupportIframe": "Your browser does not support iframes.",
|
|
19
|
+
"creatives.components.EmailPreview.desktop": "Desktop",
|
|
20
|
+
"creatives.components.EmailPreview.lastModified": "Last modified on",
|
|
21
|
+
"creatives.components.EmailPreview.mobile": "Mobile",
|
|
22
|
+
"creatives.components.EmailPreview.tablet": "Tablet",
|
|
23
|
+
"creatives.components.EmailPreview.uploadedBy": "Last modified by",
|
|
24
|
+
"creatives.components.Footer.header": "This is the Footer component !",
|
|
25
|
+
"creatives.components.FormBuilder.cancel": "Cancel",
|
|
26
|
+
"creatives.components.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
27
|
+
"creatives.components.FormBuilder.header": "This is the FormBuilder component !",
|
|
28
|
+
"creatives.components.FormBuilder.layoutSelection": "Layout Selection",
|
|
29
|
+
"creatives.components.FormBuilder.loadingEDMTemplates": "Loading EDM Templates",
|
|
30
|
+
"creatives.components.FormBuilder.missingTags": "Missing tags are:",
|
|
31
|
+
"creatives.components.FormBuilder.ok": "Ok",
|
|
32
|
+
"creatives.components.FormBuilder.unsupportedTags": "Unsupported tags are:",
|
|
33
|
+
"creatives.components.FormBuilder.yes": "Yes",
|
|
34
|
+
"creatives.components.Header.cancel": "Cancel",
|
|
35
|
+
"creatives.components.Header.header": "This is the Header component !",
|
|
36
|
+
"creatives.components.Header.preview": "Preview",
|
|
37
|
+
"creatives.components.Header.save": "Save",
|
|
38
|
+
"creatives.components.ImagePreview.close": "close",
|
|
39
|
+
"creatives.components.ImagePreview.loadingImage": "Loading images !!!!",
|
|
40
|
+
"creatives.components.NotFoundPage.header": "Looks like you are lost!",
|
|
41
|
+
"creatives.components.PageHeader.header": "This is the PageHeader component !",
|
|
42
|
+
"creatives.components.PreviewSideBar.android": "Android",
|
|
43
|
+
"creatives.components.PreviewSideBar.duplicate": "Duplicate",
|
|
44
|
+
"creatives.components.PreviewSideBar.edit": "Edit",
|
|
45
|
+
"creatives.components.PreviewSideBar.header": "This is the PreviewSideBar component !",
|
|
46
|
+
"creatives.components.PreviewSideBar.ios": "IOS",
|
|
47
|
+
"creatives.components.PreviewSideBar.lastModified": "Last modified on",
|
|
48
|
+
"creatives.components.PreviewSideBar.select": "Select",
|
|
49
|
+
"creatives.components.PreviewSideBar.uploadedBy": "Last modified by",
|
|
50
|
+
"creatives.components.Sidebar.creatives": "Creatives",
|
|
51
|
+
"creatives.components.Sidebar.input.placeholder": "Search...",
|
|
52
|
+
"creatives.components.Sidebar.menuTitle": "Menu",
|
|
53
|
+
"creatives.components.SmsTest.header": "This is the SmsTest component !",
|
|
54
|
+
"creatives.components.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
55
|
+
"creatives.components.SmsTest.inputTemplateName": "Please input template name.",
|
|
56
|
+
"creatives.components.TemplatePreview.charactersPerSms": "SMS chars",
|
|
57
|
+
"creatives.components.TemplatePreview.charactersTotal": "SMS char total",
|
|
58
|
+
"creatives.components.TemplatePreview.close": "close",
|
|
59
|
+
"creatives.components.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
60
|
+
"creatives.components.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
61
|
+
"creatives.components.TemplatePreview.sms": "SMS",
|
|
62
|
+
"creatives.components.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
63
|
+
"creatives.components.TemplatePreview.smsIcon": "Sms Icon",
|
|
64
|
+
"creatives.components.TestPage.header": "Looks like youas are lost!",
|
|
65
|
+
"creatives.components.Toastr.header": "This is the Toastr component !",
|
|
66
|
+
"creatives.components.ToastrMessage.close": "close",
|
|
67
|
+
"creatives.components.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
68
|
+
"creatives.components.TopBar.brand.dropdown": "Hi",
|
|
69
|
+
"creatives.components.WechatRichmediaTemplatePreview.edit": "Edit",
|
|
70
|
+
"creatives.components.WechatRichmediaTemplatePreview.header": "This is the WechatRichmediaTemplatePreview component !",
|
|
71
|
+
"creatives.components.WechatRichmediaTemplatePreview.select": "Select",
|
|
72
|
+
"creatives.componentsV2.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
73
|
+
"creatives.componentsV2.CallTaskPreview.header": "This is the CallTaskPreview component !",
|
|
74
|
+
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
75
|
+
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
76
|
+
"creatives.componentsV2.CapTagList.all": "Dynamic days before expiry",
|
|
77
|
+
"creatives.componentsV2.CapTagList.dynamic_days_before_expiry": "Dynamic days before expiry",
|
|
78
|
+
"creatives.componentsV2.CapTagList.gettingTags": "Getting tags...",
|
|
79
|
+
"creatives.componentsV2.CapTagList.loyalty": "Loyalty",
|
|
80
|
+
"creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "Number of days before expiry",
|
|
81
|
+
"creatives.componentsV2.CapTagList.outbound": "Outbound",
|
|
82
|
+
"creatives.componentsV2.CapTagList.search": "Search",
|
|
83
|
+
"creatives.componentsV2.Ckeditor.header": "This is the Ckeditor component !",
|
|
84
|
+
"creatives.componentsV2.CmsTemplatesComponent.header": "This is the CmsTemplatesComponent component !",
|
|
85
|
+
"creatives.componentsV2.CmsTemplatesComponent.select": "Select",
|
|
86
|
+
"creatives.componentsV2.CustomPopOver.header": "This is the CustomPopOver component !",
|
|
87
|
+
"creatives.componentsV2.CustomPopOver.languages": "+ Languages",
|
|
88
|
+
"creatives.componentsV2.Edmeditor.header": "This is the Edmeditor component !",
|
|
89
|
+
"creatives.componentsV2.EmailPreview.browserDoesntSupportIframe": "Your browser does not support iframes.",
|
|
90
|
+
"creatives.componentsV2.EmailPreview.close": "close",
|
|
91
|
+
"creatives.componentsV2.EmailPreview.lastModified": "Last modified on",
|
|
92
|
+
"creatives.componentsV2.EmailPreview.subject": "Subject:",
|
|
93
|
+
"creatives.componentsV2.EmailPreview.uploadedBy": "Last modified by",
|
|
94
|
+
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
95
|
+
"creatives.componentsV2.Header.cancel": "Cancel",
|
|
96
|
+
"creatives.componentsV2.Header.header": "This is the Header component !",
|
|
97
|
+
"creatives.componentsV2.Header.preview": "Preview",
|
|
98
|
+
"creatives.componentsV2.Header.save": "Save",
|
|
99
|
+
"creatives.componentsV2.ImagePreview.close": "close",
|
|
100
|
+
"creatives.componentsV2.ImagePreview.loadingImage": "Loading images !!!!",
|
|
101
|
+
"creatives.componentsV2.NavigationBar.header": "This is the NavigationBar component!",
|
|
102
|
+
"creatives.componentsV2.NavigationBar.insights": "Insights+",
|
|
103
|
+
"creatives.componentsV2.NavigationBar.logout": "Logout",
|
|
104
|
+
"creatives.componentsV2.NavigationBar.orgSettings": "Organisation settings",
|
|
105
|
+
"creatives.componentsV2.NavigationBar.selectedProductDefault": "Engage+",
|
|
106
|
+
"creatives.componentsV2.NewCallTask.callTaskTitle": "Call Task title",
|
|
107
|
+
"creatives.componentsV2.NewCallTask.description": "Description",
|
|
108
|
+
"creatives.componentsV2.NewCallTask.done": "Done",
|
|
109
|
+
"creatives.componentsV2.NewCallTask.messageHeader": "Message",
|
|
110
|
+
"creatives.componentsV2.NewCallTask.personalisationTags": "Add Labels",
|
|
111
|
+
"creatives.componentsV2.PreviewSideBar.duplicate": "Duplicate",
|
|
112
|
+
"creatives.componentsV2.PreviewSideBar.edit": "Edit",
|
|
113
|
+
"creatives.componentsV2.PreviewSideBar.header": "This is the PreviewSideBar component !",
|
|
114
|
+
"creatives.componentsV2.PreviewSideBar.lastModified": "Last modified on",
|
|
115
|
+
"creatives.componentsV2.PreviewSideBar.select": "Select",
|
|
116
|
+
"creatives.componentsV2.PreviewSideBar.uploadedBy": "Last modified by",
|
|
117
|
+
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
118
|
+
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
119
|
+
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
120
|
+
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
121
|
+
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
122
|
+
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
123
|
+
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
124
|
+
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
125
|
+
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
126
|
+
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
127
|
+
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
128
|
+
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
129
|
+
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
130
|
+
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
131
|
+
"creatives.componentsv2.MobilePushPreviewV2.android": "Android",
|
|
132
|
+
"creatives.componentsv2.MobilePushPreviewV2.header": "This is the MobilePushPreviewV2 component !",
|
|
133
|
+
"creatives.componentsv2.MobilePushPreviewV2.ios": "IOS",
|
|
134
|
+
"creatives.containers.Assets.Gallery.alphabetically": "Alphabetically",
|
|
135
|
+
"creatives.containers.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
|
|
136
|
+
"creatives.containers.Assets.Gallery.assetDeleteSuccess": "Image deleted successfully.",
|
|
137
|
+
"creatives.containers.Assets.Gallery.assetUploadFailed": "Image uploaded failed",
|
|
138
|
+
"creatives.containers.Assets.Gallery.assetUploadSuccess": "Image uploaded successfully",
|
|
139
|
+
"creatives.containers.Assets.Gallery.backToGallery": "Back to image gallery",
|
|
140
|
+
"creatives.containers.Assets.Gallery.delete": "Delete",
|
|
141
|
+
"creatives.containers.Assets.Gallery.dimensions": "Dimensions",
|
|
142
|
+
"creatives.containers.Assets.Gallery.gallery": "Gallery",
|
|
143
|
+
"creatives.containers.Assets.Gallery.imagePreview": "Image preview",
|
|
144
|
+
"creatives.containers.Assets.Gallery.mostRecent": "Most recent",
|
|
145
|
+
"creatives.containers.Assets.Gallery.preview": "Preview",
|
|
146
|
+
"creatives.containers.Assets.Gallery.search": "Search",
|
|
147
|
+
"creatives.containers.Assets.Gallery.select": "Select",
|
|
148
|
+
"creatives.containers.Assets.Gallery.size": "Size",
|
|
149
|
+
"creatives.containers.Assets.Gallery.sortby": "Sort by",
|
|
150
|
+
"creatives.containers.Assets.Gallery.upload": "Upload image",
|
|
151
|
+
"creatives.containers.Assets.Gallery.uploadedAt": "Uploaded at",
|
|
152
|
+
"creatives.containers.Assets.Gallery.uploadedBy": "Uploaded by",
|
|
153
|
+
"creatives.containers.Assets.Gallery.uploadedOn": "Uploaded on",
|
|
154
|
+
"creatives.containers.Create.Anyone": "Anyone",
|
|
155
|
+
"creatives.containers.Create.Author": "Author",
|
|
156
|
+
"creatives.containers.Create.Content*": "Content*",
|
|
157
|
+
"creatives.containers.Create.Cover_abstract": "Cover abstract",
|
|
158
|
+
"creatives.containers.Create.Cover_image*": "Cover image*",
|
|
159
|
+
"creatives.containers.Create.No_one": "No one",
|
|
160
|
+
"creatives.containers.Create.Only_followers": "Only followers",
|
|
161
|
+
"creatives.containers.Create.Please_input_author": "Please input author",
|
|
162
|
+
"creatives.containers.Create.Please_input_content": "Please input content",
|
|
163
|
+
"creatives.containers.Create.Please_input_cover_abstract": "Please input cover abstract",
|
|
164
|
+
"creatives.containers.Create.Please_input_title": "Please input title",
|
|
165
|
+
"creatives.containers.Create.Show_cover_picture": "Show cover picture",
|
|
166
|
+
"creatives.containers.Create.Title*": "Title*",
|
|
167
|
+
"creatives.containers.Create.Who_can_post_comments_on_this_content": "Who can post comments on this content",
|
|
168
|
+
"creatives.containers.Create.addNewRichmedia": "Add richmedia content",
|
|
169
|
+
"creatives.containers.Create.alertMessage": "Alert",
|
|
170
|
+
"creatives.containers.Create.authorCharacterCount": "Author exceeds character count limit by",
|
|
171
|
+
"creatives.containers.Create.cancelButton": "Cancel",
|
|
172
|
+
"creatives.containers.Create.contentEmpty": "Cannot leave content field empty",
|
|
173
|
+
"creatives.containers.Create.coverAbstractCharacterCount": "Cover abstract exceeds character count limit by",
|
|
174
|
+
"creatives.containers.Create.deleteContent": "Do you really want to delete? All your temporary changes will be lost!",
|
|
175
|
+
"creatives.containers.Create.deleteLabel": "Delete",
|
|
176
|
+
"creatives.containers.Create.deleteVersion": "Do you really want to delete this version?",
|
|
177
|
+
"creatives.containers.Create.discardChangesButton": "Discard changes",
|
|
178
|
+
"creatives.containers.Create.duplicateLabel": "Duplicate",
|
|
179
|
+
"creatives.containers.Create.emptyTemplateErrorMessage": "Please provide a template name",
|
|
180
|
+
"creatives.containers.Create.emptyTemplateName": "Cannot leave template name empty",
|
|
181
|
+
"creatives.containers.Create.formEmpty": "Cannot leave form empty",
|
|
182
|
+
"creatives.containers.Create.goBackConfirmation": "Going back will discard all the changes you've made. Continue?",
|
|
183
|
+
"creatives.containers.Create.header": "This is Create container !",
|
|
184
|
+
"creatives.containers.Create.markFinalVersionLabel": "Mark as final",
|
|
185
|
+
"creatives.containers.Create.maxContentCount": "You have reached the maximum template size",
|
|
186
|
+
"creatives.containers.Create.messageLabel": "Message",
|
|
187
|
+
"creatives.containers.Create.modalBody": "Do you really want to go back? All your temporary changes will be lost!",
|
|
188
|
+
"creatives.containers.Create.modalTitle": "Alert",
|
|
189
|
+
"creatives.containers.Create.newVersionLabel": "New version",
|
|
190
|
+
"creatives.containers.Create.noImage": "Please upload an image",
|
|
191
|
+
"creatives.containers.Create.renameLabel": "Rename",
|
|
192
|
+
"creatives.containers.Create.saveButton": "Save",
|
|
193
|
+
"creatives.containers.Create.saveSuccess": "Template saved successfully",
|
|
194
|
+
"creatives.containers.Create.saveTemplateLoader": "Saving template...",
|
|
195
|
+
"creatives.containers.Create.smsCreateSuccess": "SMS Template Created Successfully",
|
|
196
|
+
"creatives.containers.Create.smsEditorPlaceholder": "Please enter the message content",
|
|
197
|
+
"creatives.containers.Create.somethingWentWrong": "Something went wrong!!",
|
|
198
|
+
"creatives.containers.Create.sourceLinkEmpty": "Cannot leave source link field empty",
|
|
199
|
+
"creatives.containers.Create.tagsErrorMessage": "Please check the message content for unsupported/missing tags",
|
|
200
|
+
"creatives.containers.Create.tagsLabel": "Tags",
|
|
201
|
+
"creatives.containers.Create.templateDataNotValid": "Template data is not valid",
|
|
202
|
+
"creatives.containers.Create.templateMarkedFinal": "Template Marked as Final Successfully",
|
|
203
|
+
"creatives.containers.Create.templateNamePlaceHolder": "Enter template name",
|
|
204
|
+
"creatives.containers.Create.titleCharacterCount": "Title exceeds character count limit by",
|
|
205
|
+
"creatives.containers.Create.titleEmpty": "Cannot leave title field empty",
|
|
206
|
+
"creatives.containers.Create.titleNameRepeated": "Title name cannot be repeated",
|
|
207
|
+
"creatives.containers.Create.unicodeErrorMessage": "Please check this if you want to use unicode characters",
|
|
208
|
+
"creatives.containers.Create.unicodeLabel": "Allow unicode characters",
|
|
209
|
+
"creatives.containers.Create.versionLabel": "Version",
|
|
210
|
+
"creatives.containers.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
|
|
211
|
+
"creatives.containers.Create.wrongUrl": "Enter correct URL",
|
|
212
|
+
"creatives.containers.Dashboard.header": "Dashboard",
|
|
213
|
+
"creatives.containers.Ebill.Cancel": "Cancel",
|
|
214
|
+
"creatives.containers.Ebill.Preview": "Preview",
|
|
215
|
+
"creatives.containers.Ebill.Save": "Save",
|
|
216
|
+
"creatives.containers.Ebill.campaigns": "Campaigns",
|
|
217
|
+
"creatives.containers.Ebill.creatives": "Creatives",
|
|
218
|
+
"creatives.containers.Ebill.ebill": "Ebill",
|
|
219
|
+
"creatives.containers.Ebill.ebillCreateSuccess": "Ebill template created successfully",
|
|
220
|
+
"creatives.containers.Ebill.ebillEditSuccess": "Ebill template edited successfully",
|
|
221
|
+
"creatives.containers.Ebill.ebillPreview": "Ebill Preview",
|
|
222
|
+
"creatives.containers.Ebill.emptyTemplateErrorMessage": "Please provide a template name",
|
|
223
|
+
"creatives.containers.Ebill.enterTemplateName": "Enter template name",
|
|
224
|
+
"creatives.containers.Ebill.loading": "Loading..",
|
|
225
|
+
"creatives.containers.Ebill.newVersionLabel": "New version",
|
|
226
|
+
"creatives.containers.Ebill.somethingWentWrong": "Something went wrong!!",
|
|
227
|
+
"creatives.containers.Ebill.tagsErrorMessage": "Please check the message content for unsupported/missing tags",
|
|
228
|
+
"creatives.containers.Ebill.tagsLabel": "Tags",
|
|
229
|
+
"creatives.containers.Ebill.templateNotValid": "Template data is not valid",
|
|
230
|
+
"creatives.containers.Edit.alertMessage": "Alert",
|
|
231
|
+
"creatives.containers.Edit.cancelButton": "Cancel",
|
|
232
|
+
"creatives.containers.Edit.deleteLabel": "Delete",
|
|
233
|
+
"creatives.containers.Edit.deleteVersion": "Do you really want to delete this version?",
|
|
234
|
+
"creatives.containers.Edit.discardChangesButton": "Discard changes",
|
|
235
|
+
"creatives.containers.Edit.duplicateLabel": "Duplicate",
|
|
236
|
+
"creatives.containers.Edit.emptyTemplateErrorMessage": "Please provide a template name",
|
|
237
|
+
"creatives.containers.Edit.getTemplateDetailsLoader": "Getting template details...",
|
|
238
|
+
"creatives.containers.Edit.goBackConfirmation": "Going back will discard all the changes you've made. Continue?",
|
|
239
|
+
"creatives.containers.Edit.header": "This is Edit container !",
|
|
240
|
+
"creatives.containers.Edit.markFinalVersionLabel": "Mark as final",
|
|
241
|
+
"creatives.containers.Edit.messageLabel": "Message",
|
|
242
|
+
"creatives.containers.Edit.newVersionLabel": "New version",
|
|
243
|
+
"creatives.containers.Edit.renameLabel": "Rename",
|
|
244
|
+
"creatives.containers.Edit.saveButton": "Save",
|
|
245
|
+
"creatives.containers.Edit.saveTemplateLoader": "Saving template...",
|
|
246
|
+
"creatives.containers.Edit.smsEditorPlaceholder": "Please enter the message content",
|
|
247
|
+
"creatives.containers.Edit.somethingWentWrong": "Something went wrong!!",
|
|
248
|
+
"creatives.containers.Edit.tagsErrorMessage": "Please check the message content for unsupported/missing tags",
|
|
249
|
+
"creatives.containers.Edit.tagsLabel": "Tags",
|
|
250
|
+
"creatives.containers.Edit.templateMarkedFinal": "Template Marked as Final Successfully",
|
|
251
|
+
"creatives.containers.Edit.templateNamePlaceHolder": "Enter template name",
|
|
252
|
+
"creatives.containers.Edit.unicodeErrorMessage": "Please check this if you want to use Unicode characters",
|
|
253
|
+
"creatives.containers.Edit.unicodeLabel": "Allow unicode characters",
|
|
254
|
+
"creatives.containers.Edit.versionLabel": "Version",
|
|
255
|
+
"creatives.containers.Email.Campaigns": "Campaigns",
|
|
256
|
+
"creatives.containers.Email.Cancel": "Cancel",
|
|
257
|
+
"creatives.containers.Email.Create.alertMessage": "Alert",
|
|
258
|
+
"creatives.containers.Email.Create.campaigns": "Campaigns",
|
|
259
|
+
"creatives.containers.Email.Create.copyPrimaryLanguage": "Copy Primary Language",
|
|
260
|
+
"creatives.containers.Email.Create.creatives": "Creatives",
|
|
261
|
+
"creatives.containers.Email.Create.descriptionEmail": "Description of Email",
|
|
262
|
+
"creatives.containers.Email.Create.goBackConfirmation": "Going back will discard all the changes you've made. Continue?",
|
|
263
|
+
"creatives.containers.Email.Create.invalidFileMessage": "Invalid file type added! Please Give a proper zip/html file",
|
|
264
|
+
"creatives.containers.Email.Create.newVersion": "New Version",
|
|
265
|
+
"creatives.containers.Email.Create.uploadFile": "Upload File",
|
|
266
|
+
"creatives.containers.Email.Create.useEditor": "Use Editor",
|
|
267
|
+
"creatives.containers.Email.Create.versionMessage": "Version",
|
|
268
|
+
"creatives.containers.Email.Create.versionOneMessage": "Version 1",
|
|
269
|
+
"creatives.containers.Email.Creatives": "Creatives",
|
|
270
|
+
"creatives.containers.Email.Preview": "Preview",
|
|
271
|
+
"creatives.containers.Email.Save": "Save",
|
|
272
|
+
"creatives.containers.Email.Subject": "Subject",
|
|
273
|
+
"creatives.containers.Email.Tags": "Tags",
|
|
274
|
+
"creatives.containers.Email.alphabetically": "Alphabetically",
|
|
275
|
+
"creatives.containers.Email.alphabeticallyOption": "Alphabetically",
|
|
276
|
+
"creatives.containers.Email.assetUploadFailed": "Image uploaded failed",
|
|
277
|
+
"creatives.containers.Email.blankTemplate": "Blank template",
|
|
278
|
+
"creatives.containers.Email.cancel": "Cancel",
|
|
279
|
+
"creatives.containers.Email.createHeading": "Create email template",
|
|
280
|
+
"creatives.containers.Email.delete": "Delete",
|
|
281
|
+
"creatives.containers.Email.deleteLanguage": "Delete language",
|
|
282
|
+
"creatives.containers.Email.deleteLanguageConfirmation": "Do you really want to delete this language?",
|
|
283
|
+
"creatives.containers.Email.deleteVersion": "Delete version",
|
|
284
|
+
"creatives.containers.Email.deleteVersionConfirm": "Do you really want to delete this version?",
|
|
285
|
+
"creatives.containers.Email.dupicateVersion": "Duplicate version",
|
|
286
|
+
"creatives.containers.Email.editButton": "Edit",
|
|
287
|
+
"creatives.containers.Email.editHeading": "Edit email template",
|
|
288
|
+
"creatives.containers.Email.edmSwitchAcceptText": "I understand that this cannot be reversed.",
|
|
289
|
+
"creatives.containers.Email.edmSwtichMessage": "On choosing Edit as HTML, easy email design options such as drag-drop will be no longer available for this template.",
|
|
290
|
+
"creatives.containers.Email.emailCreateSuccess": "Email template created successfully",
|
|
291
|
+
"creatives.containers.Email.emailEditSuccess": "Email template edited successfully",
|
|
292
|
+
"creatives.containers.Email.emailPreview": "Email preview",
|
|
293
|
+
"creatives.containers.Email.emailSubject": "Enter email subject",
|
|
294
|
+
"creatives.containers.Email.emailSubjectNotEmplty": "Email subject cannot be empty.",
|
|
295
|
+
"creatives.containers.Email.emailText": "Email",
|
|
296
|
+
"creatives.containers.Email.imageSelection": "Image selection",
|
|
297
|
+
"creatives.containers.Email.insertImage": "Insert image",
|
|
298
|
+
"creatives.containers.Email.markAsFinal": "Mark as final",
|
|
299
|
+
"creatives.containers.Email.moreThanFiveVersionNotAllowed": "You cant have more that 5 versions",
|
|
300
|
+
"creatives.containers.Email.mostRecent": "Most recent",
|
|
301
|
+
"creatives.containers.Email.mostRecentOption": "Most recent",
|
|
302
|
+
"creatives.containers.Email.preview": "Preview",
|
|
303
|
+
"creatives.containers.Email.previewButton": "Preview",
|
|
304
|
+
"creatives.containers.Email.saveTemplateLoader": "Saving template...",
|
|
305
|
+
"creatives.containers.Email.searchText": "Search",
|
|
306
|
+
"creatives.containers.Email.select": "Select",
|
|
307
|
+
"creatives.containers.Email.selectButton": "Select",
|
|
308
|
+
"creatives.containers.Email.somethingWentWrong": "Something went wrong!!",
|
|
309
|
+
"creatives.containers.Email.sortBy": "Sort by",
|
|
310
|
+
"creatives.containers.Email.sortby": "Sort by",
|
|
311
|
+
"creatives.containers.Email.switchEditor": "Switch editor",
|
|
312
|
+
"creatives.containers.Email.templateLoader": "Loading template...",
|
|
313
|
+
"creatives.containers.Email.templateMarkedFinalSuccess": "Template marked as final successfully",
|
|
314
|
+
"creatives.containers.Email.templateNameNotEmpty": "Please provide a template name",
|
|
315
|
+
"creatives.containers.Email.templateNamePlaceholder": "Enter template name",
|
|
316
|
+
"creatives.containers.Email.upload": "Upload image",
|
|
317
|
+
"creatives.containers.Email.uploadSizeError": "File size too large to upload. Please upload file upto 5 MB",
|
|
318
|
+
"creatives.containers.Email.uploadedAt": "Modified",
|
|
319
|
+
"creatives.containers.Email.uploadedBy": "Uploaded by",
|
|
320
|
+
"creatives.containers.Email.uploadingImage": "Uploading image...",
|
|
321
|
+
"creatives.containers.Email.yes": "Yes",
|
|
322
|
+
"creatives.containers.Line.Create.gettingTemplate": "Getting template details...",
|
|
323
|
+
"creatives.containers.Line.Edit.Campaigns": "Campaigns",
|
|
324
|
+
"creatives.containers.Line.Edit.Creatives": "Creatives",
|
|
325
|
+
"creatives.containers.Line.Edit.Image": "Image",
|
|
326
|
+
"creatives.containers.Line.Edit.ImageUploadLabel": "Upload image",
|
|
327
|
+
"creatives.containers.Line.Edit.Tags": "Tags",
|
|
328
|
+
"creatives.containers.Line.Edit.alertMessage": "Alert",
|
|
329
|
+
"creatives.containers.Line.Edit.androidNotConfigured": "Android template is not configured. Save without Android template",
|
|
330
|
+
"creatives.containers.Line.Edit.button1": "Button 1",
|
|
331
|
+
"creatives.containers.Line.Edit.button2": "Button 2",
|
|
332
|
+
"creatives.containers.Line.Edit.cancel": "Cancel",
|
|
333
|
+
"creatives.containers.Line.Edit.discardChanges": "Discard changes",
|
|
334
|
+
"creatives.containers.Line.Edit.enterTemplateName": "Enter template name",
|
|
335
|
+
"creatives.containers.Line.Edit.enterTemplateNameImportant": "Enter template name*",
|
|
336
|
+
"creatives.containers.Line.Edit.goBackConfirmation": "Going back will discard all the changes you've made. Continue?",
|
|
337
|
+
"creatives.containers.Line.Edit.inputLineTemplateContent": "Please enter the message content",
|
|
338
|
+
"creatives.containers.Line.Edit.iosNotConfigured": "IOS template is not configured, Save without IOS template",
|
|
339
|
+
"creatives.containers.Line.Edit.maxUploadFileSize": "Max file size acceptable is 5mb",
|
|
340
|
+
"creatives.containers.Line.Edit.message": "Message",
|
|
341
|
+
"creatives.containers.Line.Edit.messageHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
342
|
+
"creatives.containers.Line.Edit.messageLabel": "Message*",
|
|
343
|
+
"creatives.containers.Line.Edit.messageTitleWithUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
344
|
+
"creatives.containers.Line.Edit.mobilePush": "Mobile Push",
|
|
345
|
+
"creatives.containers.Line.Edit.nameAndDescription": "Name and description",
|
|
346
|
+
"creatives.containers.Line.Edit.pleaseUploadImage": "Please upload image",
|
|
347
|
+
"creatives.containers.Line.Edit.save": "Save",
|
|
348
|
+
"creatives.containers.Line.Edit.savingTemplate": "Saving Template...",
|
|
349
|
+
"creatives.containers.Line.Edit.selectLineTemplate": "Select line template",
|
|
350
|
+
"creatives.containers.Line.Edit.somethingWentWrong": "Something went wrong!!",
|
|
351
|
+
"creatives.containers.Line.Edit.template": "Template",
|
|
352
|
+
"creatives.containers.Line.Edit.templateCantEmpty": "Template name cannot be empty",
|
|
353
|
+
"creatives.containers.Line.Edit.templateEditedSuccessfully": "Line template edited successfully",
|
|
354
|
+
"creatives.containers.Line.Edit.templateNameNotEmpty": "Please provide a template name",
|
|
355
|
+
"creatives.containers.Line.Edit.templateNotConfigured": "template not configured,",
|
|
356
|
+
"creatives.containers.Line.Edit.title": "Title",
|
|
357
|
+
"creatives.containers.Line.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
358
|
+
"creatives.containers.Line.Edit.titleLabel": "Title*",
|
|
359
|
+
"creatives.containers.Line.Edit.titleNameInvalid": "Please enter the message title",
|
|
360
|
+
"creatives.containers.Line.Edit.uploadFileSizeError": "File size cannot be more than 5mb",
|
|
361
|
+
"creatives.containers.Line.Edit.uploadImage": "Upload image",
|
|
362
|
+
"creatives.containers.Line.Edit.uploadingImage": "Uploading image...",
|
|
363
|
+
"creatives.containers.Line.Edit.valueCantEmpty": "value cannot be empty.",
|
|
364
|
+
"creatives.containers.Login.components.LoginForm.input.inputPasswordMandatory": "Please input your Password!",
|
|
365
|
+
"creatives.containers.Login.components.LoginForm.input.inputUsernameMandatory": "Please input your username!",
|
|
366
|
+
"creatives.containers.Login.components.LoginForm.input.invalidCredentials": "Invalid or Incorrect credentials!",
|
|
367
|
+
"creatives.containers.Login.components.LoginForm.input.loginButton": "Login",
|
|
368
|
+
"creatives.containers.Login.components.LoginForm.input.password": "Password",
|
|
369
|
+
"creatives.containers.Login.components.LoginForm.input.username": "Username or email",
|
|
370
|
+
"creatives.containers.Login.header": "This is login container change !",
|
|
371
|
+
"creatives.containers.Login.invalidCredential": "Invalid username or password",
|
|
372
|
+
"creatives.containers.Login.loginPage": "Login Page",
|
|
373
|
+
"creatives.containers.Login.pageTitle": "Login",
|
|
374
|
+
"creatives.containers.MobilePush.Create.Android": "Android",
|
|
375
|
+
"creatives.containers.MobilePush.Create.Campaigns": "Campaigns",
|
|
376
|
+
"creatives.containers.MobilePush.Create.Creatives": "Creatives",
|
|
377
|
+
"creatives.containers.MobilePush.Create.Image": "Image",
|
|
378
|
+
"creatives.containers.MobilePush.Create.ImageUploadLabel": "Upload image",
|
|
379
|
+
"creatives.containers.MobilePush.Create.Tags": "Tags",
|
|
380
|
+
"creatives.containers.MobilePush.Create.accountId": "Account id",
|
|
381
|
+
"creatives.containers.MobilePush.Create.addAnotherCTA": "Add another CTA",
|
|
382
|
+
"creatives.containers.MobilePush.Create.addPrimaryCTA": "Add primary CTA",
|
|
383
|
+
"creatives.containers.MobilePush.Create.addSecondaryCTA": "Add secondary CTA",
|
|
384
|
+
"creatives.containers.MobilePush.Create.alertMessage": "Alert",
|
|
385
|
+
"creatives.containers.MobilePush.Create.androidNotConfigured": "Android template is not configured. Save without Android template",
|
|
386
|
+
"creatives.containers.MobilePush.Create.button1": "Button 1",
|
|
387
|
+
"creatives.containers.MobilePush.Create.button2": "Button 2",
|
|
388
|
+
"creatives.containers.MobilePush.Create.cancel": "Cancel",
|
|
389
|
+
"creatives.containers.MobilePush.Create.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
390
|
+
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy title and content from android",
|
|
391
|
+
"creatives.containers.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
|
|
392
|
+
"creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
393
|
+
"creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
394
|
+
"creatives.containers.MobilePush.Create.discardChanges": "Discard changes",
|
|
395
|
+
"creatives.containers.MobilePush.Create.enterCTALabel": "Enter CTA label here",
|
|
396
|
+
"creatives.containers.MobilePush.Create.enterTemplateName": "Enter template name",
|
|
397
|
+
"creatives.containers.MobilePush.Create.enterTemplateNameImportant": "Enter template name*",
|
|
398
|
+
"creatives.containers.MobilePush.Create.externalLink": "External link",
|
|
399
|
+
"creatives.containers.MobilePush.Create.externalLinkCantEmpty": "External link cannot be empty",
|
|
400
|
+
"creatives.containers.MobilePush.Create.gettingTemplate": "Getting template details...",
|
|
401
|
+
"creatives.containers.MobilePush.Create.goBackConfirmation": "Going back will discard all the changes you've made. Continue?",
|
|
402
|
+
"creatives.containers.MobilePush.Create.here": "here .",
|
|
403
|
+
"creatives.containers.MobilePush.Create.iOS": "iOS",
|
|
404
|
+
"creatives.containers.MobilePush.Create.inputMobilePushTemplateContent": "Please enter the message content",
|
|
405
|
+
"creatives.containers.MobilePush.Create.iosNotConfigured": "IOS template is not configured, Save without IOS template",
|
|
406
|
+
"creatives.containers.MobilePush.Create.maxUploadFileSize": "Max file size acceptable is 5mb",
|
|
407
|
+
"creatives.containers.MobilePush.Create.message": "Message",
|
|
408
|
+
"creatives.containers.MobilePush.Create.messageHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
409
|
+
"creatives.containers.MobilePush.Create.messageLabel": "Message*",
|
|
410
|
+
"creatives.containers.MobilePush.Create.messageTitleWithUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
411
|
+
"creatives.containers.MobilePush.Create.mobilePush": "Mobile Push",
|
|
412
|
+
"creatives.containers.MobilePush.Create.nameAndDescription": "Name and description",
|
|
413
|
+
"creatives.containers.MobilePush.Create.pleaseInput": "Please input",
|
|
414
|
+
"creatives.containers.MobilePush.Create.pleaseUploadImage": "Please upload image",
|
|
415
|
+
"creatives.containers.MobilePush.Create.primaryCTA": "Primary CTA",
|
|
416
|
+
"creatives.containers.MobilePush.Create.save": "Save",
|
|
417
|
+
"creatives.containers.MobilePush.Create.savingTemplate": "Saving Template...",
|
|
418
|
+
"creatives.containers.MobilePush.Create.secondaryCTA": "Secondary CTA",
|
|
419
|
+
"creatives.containers.MobilePush.Create.selectADeeplink": "Select a deeplink",
|
|
420
|
+
"creatives.containers.MobilePush.Create.selectDeepLink": "Select deepLink",
|
|
421
|
+
"creatives.containers.MobilePush.Create.selectDeeplink": "Select deeplink",
|
|
422
|
+
"creatives.containers.MobilePush.Create.selectLinkType": "Please select link type",
|
|
423
|
+
"creatives.containers.MobilePush.Create.selectMobilePushAccount": "Select mobilepush account",
|
|
424
|
+
"creatives.containers.MobilePush.Create.selectMobilePushTemplate": "Select mobilepush template",
|
|
425
|
+
"creatives.containers.MobilePush.Create.somethingWentWrong": "Something went wrong!!",
|
|
426
|
+
"creatives.containers.MobilePush.Create.template": "Template",
|
|
427
|
+
"creatives.containers.MobilePush.Create.templateCantEmpty": "Template name cannot be empty",
|
|
428
|
+
"creatives.containers.MobilePush.Create.templateCreatedSuccessfully": "Mobile push template created successfully",
|
|
429
|
+
"creatives.containers.MobilePush.Create.templateNameNotEmpty": "Please provide a template name",
|
|
430
|
+
"creatives.containers.MobilePush.Create.templateNotConfigured": "template not configured,",
|
|
431
|
+
"creatives.containers.MobilePush.Create.title": "Title",
|
|
432
|
+
"creatives.containers.MobilePush.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
433
|
+
"creatives.containers.MobilePush.Create.titleLabel": "Title*",
|
|
434
|
+
"creatives.containers.MobilePush.Create.titleNameInvalid": "Please enter the message title",
|
|
435
|
+
"creatives.containers.MobilePush.Create.uploadFileSizeError": "File size cannot be more than 5mb",
|
|
436
|
+
"creatives.containers.MobilePush.Create.uploadImage": "Upload image",
|
|
437
|
+
"creatives.containers.MobilePush.Create.uploadingImage": "Uploading image...",
|
|
438
|
+
"creatives.containers.MobilePush.Create.valueCantEmpty": "value cannot be empty.",
|
|
439
|
+
"creatives.containers.MobilePush.Edit.Android": "Android",
|
|
440
|
+
"creatives.containers.MobilePush.Edit.Campaigns": "Campaigns",
|
|
441
|
+
"creatives.containers.MobilePush.Edit.Creatives": "Creatives",
|
|
442
|
+
"creatives.containers.MobilePush.Edit.Image": "Image",
|
|
443
|
+
"creatives.containers.MobilePush.Edit.ImageUploadLabel": "Upload image",
|
|
444
|
+
"creatives.containers.MobilePush.Edit.Tags": "Tags",
|
|
445
|
+
"creatives.containers.MobilePush.Edit.accountId": "Account id",
|
|
446
|
+
"creatives.containers.MobilePush.Edit.addAnotherCTA": "Add another CTA",
|
|
447
|
+
"creatives.containers.MobilePush.Edit.addPrimaryCTA": "Add primary CTA",
|
|
448
|
+
"creatives.containers.MobilePush.Edit.addSecondaryCTA": "Add secondary CTA",
|
|
449
|
+
"creatives.containers.MobilePush.Edit.alertMessage": "Alert",
|
|
450
|
+
"creatives.containers.MobilePush.Edit.androidTemplateNotConfigured": "Android template is not configured. Continue save?",
|
|
451
|
+
"creatives.containers.MobilePush.Edit.button1": "Button 1",
|
|
452
|
+
"creatives.containers.MobilePush.Edit.button2": "Button 2",
|
|
453
|
+
"creatives.containers.MobilePush.Edit.cancel": "Cancel",
|
|
454
|
+
"creatives.containers.MobilePush.Edit.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
455
|
+
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy title and content from android",
|
|
456
|
+
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
|
|
457
|
+
"creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
458
|
+
"creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
459
|
+
"creatives.containers.MobilePush.Edit.discardChanges": "Discard changes",
|
|
460
|
+
"creatives.containers.MobilePush.Edit.enterCTALabel": "Enter CTA label here",
|
|
461
|
+
"creatives.containers.MobilePush.Edit.enterTemplateName": "Enter template name",
|
|
462
|
+
"creatives.containers.MobilePush.Edit.enterTemplateNameImportant": "Enter template name*",
|
|
463
|
+
"creatives.containers.MobilePush.Edit.externalLink": "External link",
|
|
464
|
+
"creatives.containers.MobilePush.Edit.externalLinkCantEmpty": "External link cannot be empty.",
|
|
465
|
+
"creatives.containers.MobilePush.Edit.gettingTemplate": "Getting template details...",
|
|
466
|
+
"creatives.containers.MobilePush.Edit.goBackConfirmation": "Going back will discard all the changes you've made. Continue?",
|
|
467
|
+
"creatives.containers.MobilePush.Edit.iOS": "iOS",
|
|
468
|
+
"creatives.containers.MobilePush.Edit.inputMobilePushTemplateContent": "Please enter the message content",
|
|
469
|
+
"creatives.containers.MobilePush.Edit.iosTemplateNotConfigured": "IOS template is not configured, Save without IOS template",
|
|
470
|
+
"creatives.containers.MobilePush.Edit.maxUploadFileSize": "Max file size acceptable is 5mb",
|
|
471
|
+
"creatives.containers.MobilePush.Edit.message": "Message",
|
|
472
|
+
"creatives.containers.MobilePush.Edit.messageHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
473
|
+
"creatives.containers.MobilePush.Edit.messageLabel": "Message*",
|
|
474
|
+
"creatives.containers.MobilePush.Edit.messageTitleWithUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
475
|
+
"creatives.containers.MobilePush.Edit.mobilePush": "Mobile Push",
|
|
476
|
+
"creatives.containers.MobilePush.Edit.nameAndDescription": "Name and description",
|
|
477
|
+
"creatives.containers.MobilePush.Edit.pleaseInput": "Please input",
|
|
478
|
+
"creatives.containers.MobilePush.Edit.pleaseUploadImage": "Please upload image",
|
|
479
|
+
"creatives.containers.MobilePush.Edit.primaryCTA": "Primary CTA",
|
|
480
|
+
"creatives.containers.MobilePush.Edit.save": "Save",
|
|
481
|
+
"creatives.containers.MobilePush.Edit.savingTemplate": "Saving Template...",
|
|
482
|
+
"creatives.containers.MobilePush.Edit.secondaryCTA": "Secondary CTA",
|
|
483
|
+
"creatives.containers.MobilePush.Edit.selectADeeplink": "Select a deeplink",
|
|
484
|
+
"creatives.containers.MobilePush.Edit.selectDeepLink": "Select deepLink",
|
|
485
|
+
"creatives.containers.MobilePush.Edit.selectDeeplink": "Select deeplink",
|
|
486
|
+
"creatives.containers.MobilePush.Edit.selectLinkType": "Please select link type",
|
|
487
|
+
"creatives.containers.MobilePush.Edit.selectMobilePushAccount": "Select mobilepush account",
|
|
488
|
+
"creatives.containers.MobilePush.Edit.selectMobilePushTemplate": "Select mobilepush template",
|
|
489
|
+
"creatives.containers.MobilePush.Edit.somethingWentWrong": "Something went wrong!!",
|
|
490
|
+
"creatives.containers.MobilePush.Edit.template": "Template",
|
|
491
|
+
"creatives.containers.MobilePush.Edit.templateCantEmpty": "Template name cannot be empty",
|
|
492
|
+
"creatives.containers.MobilePush.Edit.templateEditedSuccessfully": "MOBILEPUSH template edited successfully",
|
|
493
|
+
"creatives.containers.MobilePush.Edit.templateNameNotEmpty": "Please provide a template name",
|
|
494
|
+
"creatives.containers.MobilePush.Edit.templateNotConfigured": "template not configured,",
|
|
495
|
+
"creatives.containers.MobilePush.Edit.title": "Title",
|
|
496
|
+
"creatives.containers.MobilePush.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
497
|
+
"creatives.containers.MobilePush.Edit.titleLabel": "Title*",
|
|
498
|
+
"creatives.containers.MobilePush.Edit.titleNameInvalid": "Please enter the message title",
|
|
499
|
+
"creatives.containers.MobilePush.Edit.uploadFileSizeError": "File size cannot be more than 5mb",
|
|
500
|
+
"creatives.containers.MobilePush.Edit.uploadImage": "Upload image",
|
|
501
|
+
"creatives.containers.MobilePush.Edit.uploadingImage": "Uploading image...",
|
|
502
|
+
"creatives.containers.MobilePush.Edit.valueCantEmpty": "value cannot be empty.",
|
|
503
|
+
"creatives.containers.TagList.header": "This is TagList container !",
|
|
504
|
+
"creatives.containers.Templates.MobilePush": "MobilePush",
|
|
505
|
+
"creatives.containers.Templates.all": "All",
|
|
506
|
+
"creatives.containers.Templates.alphabeticallyOption": "Alphabetically",
|
|
507
|
+
"creatives.containers.Templates.blankTemplate": "Blank template",
|
|
508
|
+
"creatives.containers.Templates.campaigns": "Campaigns",
|
|
509
|
+
"creatives.containers.Templates.cancelText": "Cancel",
|
|
510
|
+
"creatives.containers.Templates.createEmailActionButton": "Create email",
|
|
511
|
+
"creatives.containers.Templates.createSmsActionButton": "Create SMS",
|
|
512
|
+
"creatives.containers.Templates.creatives": "Creatives",
|
|
513
|
+
"creatives.containers.Templates.deleteButton": "Delete",
|
|
514
|
+
"creatives.containers.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
515
|
+
"creatives.containers.Templates.deletionFailed": "Template deletion failed",
|
|
516
|
+
"creatives.containers.Templates.descriptionTemplates": "Description of templates",
|
|
517
|
+
"creatives.containers.Templates.duplicateButton": "Duplicate",
|
|
518
|
+
"creatives.containers.Templates.ebillChannel": "Ebill",
|
|
519
|
+
"creatives.containers.Templates.ebillChannelTemplatesHeader": "Select Ebill Template",
|
|
520
|
+
"creatives.containers.Templates.ebillHeader": "Ebill",
|
|
521
|
+
"creatives.containers.Templates.ebillPreview": "Ebill preview",
|
|
522
|
+
"creatives.containers.Templates.editButton": "Edit",
|
|
523
|
+
"creatives.containers.Templates.emailChannel": "Email",
|
|
524
|
+
"creatives.containers.Templates.emailChannelTemplatesHeader": "Select Email Template",
|
|
525
|
+
"creatives.containers.Templates.emailHeader": "Email",
|
|
526
|
+
"creatives.containers.Templates.emailPreview": "Email preview",
|
|
527
|
+
"creatives.containers.Templates.gettingAllTemplates": "Getting all templates...",
|
|
528
|
+
"creatives.containers.Templates.header": "This is Templates container !",
|
|
529
|
+
"creatives.containers.Templates.image": "Image",
|
|
530
|
+
"creatives.containers.Templates.imageTemplate": "Image",
|
|
531
|
+
"creatives.containers.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
532
|
+
"creatives.containers.Templates.layoutSelection": "Select layout",
|
|
533
|
+
"creatives.containers.Templates.lineChannel": "Line",
|
|
534
|
+
"creatives.containers.Templates.lineChannelTemplatesHeader": "Select Line Template",
|
|
535
|
+
"creatives.containers.Templates.lineHeader": "Line",
|
|
536
|
+
"creatives.containers.Templates.loadingEDMTemplates": "Loading EDM Templates",
|
|
537
|
+
"creatives.containers.Templates.mapTemplate": "Map template",
|
|
538
|
+
"creatives.containers.Templates.mobilePushChannel": "Mobile push",
|
|
539
|
+
"creatives.containers.Templates.mobilePushChannelTemplatesHeader": "Select Mobile push Template",
|
|
540
|
+
"creatives.containers.Templates.mobilepushHeader": "Mobile Push",
|
|
541
|
+
"creatives.containers.Templates.mostRecentOption": "Most recent",
|
|
542
|
+
"creatives.containers.Templates.newTemplate": "New template",
|
|
543
|
+
"creatives.containers.Templates.noAccountMessage": "Please select an account to proceed",
|
|
544
|
+
"creatives.containers.Templates.noTemplatesMessage": "No templates available",
|
|
545
|
+
"creatives.containers.Templates.preview": "Preview",
|
|
546
|
+
"creatives.containers.Templates.previewButton": "Preview",
|
|
547
|
+
"creatives.containers.Templates.previewGenerateText": "Preview is being generated...",
|
|
548
|
+
"creatives.containers.Templates.search": "Search",
|
|
549
|
+
"creatives.containers.Templates.searchText": "Search",
|
|
550
|
+
"creatives.containers.Templates.selectAccount": "Select account",
|
|
551
|
+
"creatives.containers.Templates.selectButton": "Select",
|
|
552
|
+
"creatives.containers.Templates.selectDefaultButton": "Select",
|
|
553
|
+
"creatives.containers.Templates.selectSmsHeader": "Select SMS template",
|
|
554
|
+
"creatives.containers.Templates.selectWechatHeader": "Select WECHAT template",
|
|
555
|
+
"creatives.containers.Templates.smsChannel": "Sms",
|
|
556
|
+
"creatives.containers.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
557
|
+
"creatives.containers.Templates.smsHeader": "SMS",
|
|
558
|
+
"creatives.containers.Templates.somethingWentWrong": "Something went wrong!!",
|
|
559
|
+
"creatives.containers.Templates.sortBy": "Sort by",
|
|
560
|
+
"creatives.containers.Templates.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
561
|
+
"creatives.containers.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
562
|
+
"creatives.containers.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
563
|
+
"creatives.containers.Templates.templateSelection": "Template selection",
|
|
564
|
+
"creatives.containers.Templates.text": "Text",
|
|
565
|
+
"creatives.containers.Templates.textTemplate": "Text",
|
|
566
|
+
"creatives.containers.Templates.type": "Type",
|
|
567
|
+
"creatives.containers.Templates.unMapButton": "Unmap",
|
|
568
|
+
"creatives.containers.Templates.uploadFile": "Upload File",
|
|
569
|
+
"creatives.containers.Templates.uploadedAt": "Modified",
|
|
570
|
+
"creatives.containers.Templates.uploadedBy": "Uploaded by",
|
|
571
|
+
"creatives.containers.Templates.uploadingFile": "Uploading file",
|
|
572
|
+
"creatives.containers.Templates.useEditor": "Use Editor",
|
|
573
|
+
"creatives.containers.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
574
|
+
"creatives.containers.Templates.wechat": "wechat",
|
|
575
|
+
"creatives.containers.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
576
|
+
"creatives.containers.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
577
|
+
"creatives.containers.Templates.wechatHeader": "WECHAT",
|
|
578
|
+
"creatives.containers.Templates.yesText": "Yes",
|
|
579
|
+
"creatives.containers.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
580
|
+
"creatives.containers.Testv2.descriptionTestv2": "Description of Testv2",
|
|
581
|
+
"creatives.containers.Testv2.header": "This is Testv2 container !",
|
|
582
|
+
"creatives.containers.Testv2.testv2": "Testv2",
|
|
583
|
+
"creatives.containers.View.descriptionView": "Description of View",
|
|
584
|
+
"creatives.containers.View.header": "This is View container !",
|
|
585
|
+
"creatives.containers.View.view": "View",
|
|
586
|
+
"creatives.containers.WeChat.accountId": "Account id",
|
|
587
|
+
"creatives.containers.WeChat.alertMessage": "Alert",
|
|
588
|
+
"creatives.containers.WeChat.cancel": "Cancel",
|
|
589
|
+
"creatives.containers.WeChat.discard": "Discard",
|
|
590
|
+
"creatives.containers.WeChat.gettingTemplateData": "Getting template data..",
|
|
591
|
+
"creatives.containers.WeChat.goBackConfirmation": "Going back will discard all the changes you've made. Continue?",
|
|
592
|
+
"creatives.containers.WeChat.goBackTemporaryConfirmation": "Do you really want to go back? All your temporary changes will be lost!",
|
|
593
|
+
"creatives.containers.WeChat.hasInvalidContent": "has invalid content.",
|
|
594
|
+
"creatives.containers.WeChat.header": "WeChat",
|
|
595
|
+
"creatives.containers.WeChat.invalidContent": "has invalid content.",
|
|
596
|
+
"creatives.containers.WeChat.isInternalUrl": "Is this internal url",
|
|
597
|
+
"creatives.containers.WeChat.link": "Link",
|
|
598
|
+
"creatives.containers.WeChat.linkCantEmpty": "Link cannot be empty",
|
|
599
|
+
"creatives.containers.WeChat.linkErrorMessage": "Link cannot be empty.",
|
|
600
|
+
"creatives.containers.WeChat.mapTemplateFooter": "Footer",
|
|
601
|
+
"creatives.containers.WeChat.mapTemplateHeader": "Header",
|
|
602
|
+
"creatives.containers.WeChat.newWechat": "New wechat",
|
|
603
|
+
"creatives.containers.WeChat.save": "Save",
|
|
604
|
+
"creatives.containers.WeChat.select": "Select",
|
|
605
|
+
"creatives.containers.WeChat.selectWechatAccount": "Select wechat account",
|
|
606
|
+
"creatives.containers.WeChat.selectWechatTemplate": "Select wechat template",
|
|
607
|
+
"creatives.containers.WeChat.somethingWentWrong": "Something went wrong!!",
|
|
608
|
+
"creatives.containers.WeChat.tagsLabel": "Tags",
|
|
609
|
+
"creatives.containers.WeChat.template": "Template",
|
|
610
|
+
"creatives.containers.WeChat.templateMapping": "Template mapping",
|
|
611
|
+
"creatives.containers.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
612
|
+
"creatives.containers.WeChat.wechatEditSuccess": "WeChat template unmapped successfully",
|
|
613
|
+
"creatives.containersV2.Assets.Gallery.addImages": "Add images",
|
|
614
|
+
"creatives.containersV2.Assets.Gallery.alphabetically": "Alphabetically",
|
|
615
|
+
"creatives.containersV2.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
|
|
616
|
+
"creatives.containersV2.Assets.Gallery.assetDeleteSuccess": "Image deleted successfully.",
|
|
617
|
+
"creatives.containersV2.Assets.Gallery.assetUploadFailed": "Image uploaded failed",
|
|
618
|
+
"creatives.containersV2.Assets.Gallery.assetUploadSuccess": "Image uploaded successfully",
|
|
619
|
+
"creatives.containersV2.Assets.Gallery.backToGallery": "Back to image gallery",
|
|
620
|
+
"creatives.containersV2.Assets.Gallery.delete": "Delete",
|
|
621
|
+
"creatives.containersV2.Assets.Gallery.dimensions": "Dimensions",
|
|
622
|
+
"creatives.containersV2.Assets.Gallery.gallery": "Gallery",
|
|
623
|
+
"creatives.containersV2.Assets.Gallery.imagePreview": "Image preview",
|
|
624
|
+
"creatives.containersV2.Assets.Gallery.lastUpdated": "Last update {on} by {by}",
|
|
625
|
+
"creatives.containersV2.Assets.Gallery.mostRecent": "Most recent",
|
|
626
|
+
"creatives.containersV2.Assets.Gallery.noAssetMessage": "No image is uploaded",
|
|
627
|
+
"creatives.containersV2.Assets.Gallery.noTemplatesFound": "No templates found",
|
|
628
|
+
"creatives.containersV2.Assets.Gallery.preview": "Preview",
|
|
629
|
+
"creatives.containersV2.Assets.Gallery.search": "Search",
|
|
630
|
+
"creatives.containersV2.Assets.Gallery.select": "Select",
|
|
631
|
+
"creatives.containersV2.Assets.Gallery.size": "Size",
|
|
632
|
+
"creatives.containersV2.Assets.Gallery.sortby": "Sort by",
|
|
633
|
+
"creatives.containersV2.Assets.Gallery.upload": "Upload image",
|
|
634
|
+
"creatives.containersV2.Assets.Gallery.uploadedAt": "Uploaded at",
|
|
635
|
+
"creatives.containersV2.Assets.Gallery.uploadedBy": "Uploaded by",
|
|
636
|
+
"creatives.containersV2.Assets.Gallery.uploadedOn": "Uploaded on",
|
|
637
|
+
"creatives.containersV2.CallTask.addNewCallTask": "Add new call task",
|
|
638
|
+
"creatives.containersV2.CallTask.callTaskInfo": "Call Tasks are message sent to store staff. The messages are displayed on the Point of Sale (POS) machines for store staff to take action.",
|
|
639
|
+
"creatives.containersV2.CallTask.callTaskTitleIllustartion": "Create a Call Task {templateText}",
|
|
640
|
+
"creatives.containersV2.CallTask.newCallTaskTemplate": "New Call Task {templateText}",
|
|
641
|
+
"creatives.containersV2.CallTask.newMessage": "New message",
|
|
642
|
+
"creatives.containersV2.CallTask.template": "template",
|
|
643
|
+
"creatives.containersV2.Cap.Workbench": "WorkBench",
|
|
644
|
+
"creatives.containersV2.Cap.campaigns": "Campaigns",
|
|
645
|
+
"creatives.containersV2.Cap.creatives": "Creatives",
|
|
646
|
+
"creatives.containersV2.Cap.creativesDashboard": "Creatives",
|
|
647
|
+
"creatives.containersV2.Cap.ebill": "Ebill",
|
|
648
|
+
"creatives.containersV2.Cap.email": "Email",
|
|
649
|
+
"creatives.containersV2.Cap.gallery": "Gallery",
|
|
650
|
+
"creatives.containersV2.Cap.loyalty": "Loyalty",
|
|
651
|
+
"creatives.containersV2.Cap.memberCare": "Member Care",
|
|
652
|
+
"creatives.containersV2.Cap.sms": "SMS",
|
|
653
|
+
"creatives.containersV2.Cap.storeCare": "Store Care",
|
|
654
|
+
"creatives.containersV2.Cap.storePerformance": "Store Performance",
|
|
655
|
+
"creatives.containersV2.Cap.wechat": "WeChat",
|
|
656
|
+
"creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
|
|
657
|
+
"creatives.containersV2.Create.Anyone": "Anyone",
|
|
658
|
+
"creatives.containersV2.Create.Author": "Author",
|
|
659
|
+
"creatives.containersV2.Create.Content": "Content",
|
|
660
|
+
"creatives.containersV2.Create.Cover_abstract": "Cover abstract",
|
|
661
|
+
"creatives.containersV2.Create.Cover_image": "Cover image",
|
|
662
|
+
"creatives.containersV2.Create.No_one": "No one",
|
|
663
|
+
"creatives.containersV2.Create.Only_followers": "Only followers",
|
|
664
|
+
"creatives.containersV2.Create.Please_input_author": "Please input author",
|
|
665
|
+
"creatives.containersV2.Create.Please_input_content": "Please input content",
|
|
666
|
+
"creatives.containersV2.Create.Please_input_cover_abstract": "Please input cover abstract",
|
|
667
|
+
"creatives.containersV2.Create.Please_input_title": "Please input title",
|
|
668
|
+
"creatives.containersV2.Create.Show_cover_picture": "Show cover picture",
|
|
669
|
+
"creatives.containersV2.Create.Title": "Title",
|
|
670
|
+
"creatives.containersV2.Create.Who_can_post_comments_on_this_content": "Who can post comments on this content",
|
|
671
|
+
"creatives.containersV2.Create.addNewRichmedia": "Add richmedia content",
|
|
672
|
+
"creatives.containersV2.Create.alertMessage": "Alert",
|
|
673
|
+
"creatives.containersV2.Create.articleContent": "Article content",
|
|
674
|
+
"creatives.containersV2.Create.authorCharacterCount": "Author exceeds character count limit by",
|
|
675
|
+
"creatives.containersV2.Create.authorInductiveText": "Brand/name that your customer will recognise",
|
|
676
|
+
"creatives.containersV2.Create.cancelButton": "Cancel",
|
|
677
|
+
"creatives.containersV2.Create.contentEmpty": "Cannot leave content field empty",
|
|
678
|
+
"creatives.containersV2.Create.coverAbstractCharacterCount": "Cover abstract exceeds character count limit by",
|
|
679
|
+
"creatives.containersV2.Create.coverAbstractInductive": "A short description help customers learn more",
|
|
680
|
+
"creatives.containersV2.Create.coverImageTitle": "The relevant image that complements title.",
|
|
681
|
+
"creatives.containersV2.Create.delete": "delete",
|
|
682
|
+
"creatives.containersV2.Create.deleteContent": "Do you really want to delete? All your temporary changes will be lost!",
|
|
683
|
+
"creatives.containersV2.Create.deleteLabel": "Delete",
|
|
684
|
+
"creatives.containersV2.Create.discardChangesButton": "Discard changes",
|
|
685
|
+
"creatives.containersV2.Create.duplicateLabel": "Duplicate",
|
|
686
|
+
"creatives.containersV2.Create.emptyTemplateErrorMessage": "Please provide a template name",
|
|
687
|
+
"creatives.containersV2.Create.emptyTemplateName": "Cannot leave template name empty",
|
|
688
|
+
"creatives.containersV2.Create.formEmpty": "Cannot leave form empty",
|
|
689
|
+
"creatives.containersV2.Create.goBackTemporaryChangesLost": "Do you really want to go back? All your temporary changes will be lost!",
|
|
690
|
+
"creatives.containersV2.Create.header": "This is Create container !",
|
|
691
|
+
"creatives.containersV2.Create.insertImage": "Insert Image",
|
|
692
|
+
"creatives.containersV2.Create.invalidTags": "Invalid tags",
|
|
693
|
+
"creatives.containersV2.Create.linkInductiveText": "Link to help customers discover more about the brand.",
|
|
694
|
+
"creatives.containersV2.Create.markFinalVersionLabel": "Mark as final",
|
|
695
|
+
"creatives.containersV2.Create.maxContentCount": "You have reached the maximum template size",
|
|
696
|
+
"creatives.containersV2.Create.messageLabel": "Message",
|
|
697
|
+
"creatives.containersV2.Create.modalBody": "Do you really want to go back? All your temporary changes will be lost!",
|
|
698
|
+
"creatives.containersV2.Create.modalTitle": "Alert",
|
|
699
|
+
"creatives.containersV2.Create.newVersionLabel": "New version",
|
|
700
|
+
"creatives.containersV2.Create.noImage": "Please upload an image",
|
|
701
|
+
"creatives.containersV2.Create.readMoreLink": "Read more link",
|
|
702
|
+
"creatives.containersV2.Create.renameLabel": "Rename",
|
|
703
|
+
"creatives.containersV2.Create.requiredField": "This field is required!",
|
|
704
|
+
"creatives.containersV2.Create.resolutionText": "Resolution 360 x 200",
|
|
705
|
+
"creatives.containersV2.Create.saveButton": "Save",
|
|
706
|
+
"creatives.containersV2.Create.saveSuccess": "Template saved successfully",
|
|
707
|
+
"creatives.containersV2.Create.saveTemplateLoader": "Saving template...",
|
|
708
|
+
"creatives.containersV2.Create.smsEditorPlaceholder": "Please enter the message content",
|
|
709
|
+
"creatives.containersV2.Create.smsTemplateCreatedSuccess": "SMS Template Created Successfully",
|
|
710
|
+
"creatives.containersV2.Create.somethingWentWrong": "Something went wrong!!",
|
|
711
|
+
"creatives.containersV2.Create.sourceLinkEmpty": "Cannot leave source link field empty",
|
|
712
|
+
"creatives.containersV2.Create.tagsErrorMessage": "Please check the message content for unsupported/missing tags",
|
|
713
|
+
"creatives.containersV2.Create.tagsLabel": "Tags",
|
|
714
|
+
"creatives.containersV2.Create.templateMarkedSuccessfully": "Template Marked as Final Successfully",
|
|
715
|
+
"creatives.containersV2.Create.templateNamePlaceHolder": "Enter template name",
|
|
716
|
+
"creatives.containersV2.Create.templateNotValid": "Template data is not valid",
|
|
717
|
+
"creatives.containersV2.Create.titleCharacterCount": "Title exceeds character count limit by",
|
|
718
|
+
"creatives.containersV2.Create.titleEmpty": "Cannot leave title field empty",
|
|
719
|
+
"creatives.containersV2.Create.titleInductiveText": "Write a brief headline to draw customer's attention",
|
|
720
|
+
"creatives.containersV2.Create.titleNameRepeated": "Title name cannot be repeated",
|
|
721
|
+
"creatives.containersV2.Create.unicodeErrorMessage": "Please check this if you want to use Unicode characters",
|
|
722
|
+
"creatives.containersV2.Create.unicodeLabel": "Allow unicode characters",
|
|
723
|
+
"creatives.containersV2.Create.uploadImage": "Upload Image",
|
|
724
|
+
"creatives.containersV2.Create.validationError": "Validation error",
|
|
725
|
+
"creatives.containersV2.Create.versionLabel": "Version",
|
|
726
|
+
"creatives.containersV2.Create.visibility": "visibility",
|
|
727
|
+
"creatives.containersV2.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
|
|
728
|
+
"creatives.containersV2.Create.wrongUrl": "Enter correct URL",
|
|
729
|
+
"creatives.containersV2.Dashboard.header": "Dashboard",
|
|
730
|
+
"creatives.containersV2.Ebill.Cancel": "Cancel",
|
|
731
|
+
"creatives.containersV2.Ebill.Preview": "Preview",
|
|
732
|
+
"creatives.containersV2.Ebill.Save": "Save",
|
|
733
|
+
"creatives.containersV2.Ebill.campaigns": "Campaigns",
|
|
734
|
+
"creatives.containersV2.Ebill.creatives": "Creatives",
|
|
735
|
+
"creatives.containersV2.Ebill.ebill": "Ebill",
|
|
736
|
+
"creatives.containersV2.Ebill.ebillCreateSuccess": "Ebill template created successfully",
|
|
737
|
+
"creatives.containersV2.Ebill.ebillEditSuccess": "Ebill template edited successfully",
|
|
738
|
+
"creatives.containersV2.Ebill.ebillPreview": "Ebill preview",
|
|
739
|
+
"creatives.containersV2.Ebill.emptyTemplateErrorMessage": "Please provide a template name",
|
|
740
|
+
"creatives.containersV2.Ebill.enterTemplateName": "Enter template name",
|
|
741
|
+
"creatives.containersV2.Ebill.loading": "Loading..",
|
|
742
|
+
"creatives.containersV2.Ebill.newVersionLabel": "New version",
|
|
743
|
+
"creatives.containersV2.Ebill.somethingWentWrong": "Something went wrong!!",
|
|
744
|
+
"creatives.containersV2.Ebill.tagsErrorMessage": "Please check the message content for unsupported/missing tags",
|
|
745
|
+
"creatives.containersV2.Ebill.tagsLabel": "Tags",
|
|
746
|
+
"creatives.containersV2.Ebill.templateDataNotValid": "Template data is not valid",
|
|
747
|
+
"creatives.containersV2.Edit.alertMessage": "Alert",
|
|
748
|
+
"creatives.containersV2.Edit.cancelButton": "Cancel",
|
|
749
|
+
"creatives.containersV2.Edit.deleteLabel": "Delete",
|
|
750
|
+
"creatives.containersV2.Edit.discardChangesButton": "Discard changes",
|
|
751
|
+
"creatives.containersV2.Edit.duplicateLabel": "Duplicate",
|
|
752
|
+
"creatives.containersV2.Edit.emptyTemplateErrorMessage": "Please provide a template name",
|
|
753
|
+
"creatives.containersV2.Edit.getTemplateDetailsLoader": "Getting template details...",
|
|
754
|
+
"creatives.containersV2.Edit.goBackTemporaryChangesLost": "Do you really want to go back? All your temporary changes will be lost!",
|
|
755
|
+
"creatives.containersV2.Edit.header": "This is Edit container !",
|
|
756
|
+
"creatives.containersV2.Edit.markFinalVersionLabel": "Mark as final",
|
|
757
|
+
"creatives.containersV2.Edit.messageLabel": "Message",
|
|
758
|
+
"creatives.containersV2.Edit.newVersionLabel": "New version",
|
|
759
|
+
"creatives.containersV2.Edit.renameLabel": "Rename",
|
|
760
|
+
"creatives.containersV2.Edit.saveButton": "Save",
|
|
761
|
+
"creatives.containersV2.Edit.saveTemplateLoader": "Saving template...",
|
|
762
|
+
"creatives.containersV2.Edit.smsEditorPlaceholder": "Please enter the message content",
|
|
763
|
+
"creatives.containersV2.Edit.somethingWentWrong": "Something went wrong!!",
|
|
764
|
+
"creatives.containersV2.Edit.tagsErrorMessage": "Please check the message content for unsupported/missing tags",
|
|
765
|
+
"creatives.containersV2.Edit.tagsLabel": "Tags",
|
|
766
|
+
"creatives.containersV2.Edit.templateEditedSuccessfully": "SMS Template Edited Successfully",
|
|
767
|
+
"creatives.containersV2.Edit.templateMarkedSuccessfully": "Template Marked as Final Successfully",
|
|
768
|
+
"creatives.containersV2.Edit.templateNamePlaceHolder": "Enter template name",
|
|
769
|
+
"creatives.containersV2.Edit.unicodeErrorMessage": "Please check this if you want to use unicode characters",
|
|
770
|
+
"creatives.containersV2.Edit.unicodeLabel": "Allow unicode characters",
|
|
771
|
+
"creatives.containersV2.Edit.versionLabel": "Version",
|
|
772
|
+
"creatives.containersV2.Email.Campaigns": "Campaigns",
|
|
773
|
+
"creatives.containersV2.Email.Cancel": "Cancel",
|
|
774
|
+
"creatives.containersV2.Email.Creatives": "Creatives",
|
|
775
|
+
"creatives.containersV2.Email.Preview": "Preview",
|
|
776
|
+
"creatives.containersV2.Email.Save": "Save",
|
|
777
|
+
"creatives.containersV2.Email.Subject": "Subject",
|
|
778
|
+
"creatives.containersV2.Email.Tags": "Tags",
|
|
779
|
+
"creatives.containersV2.Email.alert": "Alert",
|
|
780
|
+
"creatives.containersV2.Email.alphabetically": "Alphabetically",
|
|
781
|
+
"creatives.containersV2.Email.alphabeticallyOption": "Alphabetically",
|
|
782
|
+
"creatives.containersV2.Email.assetUploadFailed": "Image uploaded failed",
|
|
783
|
+
"creatives.containersV2.Email.blankTemplate": "Blank template",
|
|
784
|
+
"creatives.containersV2.Email.cancel": "Cancel",
|
|
785
|
+
"creatives.containersV2.Email.copyPrimaryLanguage": "Copy Primary Language",
|
|
786
|
+
"creatives.containersV2.Email.createHeading": "Create email template",
|
|
787
|
+
"creatives.containersV2.Email.delete": "Delete",
|
|
788
|
+
"creatives.containersV2.Email.deleteLanguage": "Delete language",
|
|
789
|
+
"creatives.containersV2.Email.deleteLanguageConfirmation": "Do you really want to delete this language?",
|
|
790
|
+
"creatives.containersV2.Email.deleteVersion": "Delete version",
|
|
791
|
+
"creatives.containersV2.Email.deleteVersionConfirmation": "Do you really want to delete this version?",
|
|
792
|
+
"creatives.containersV2.Email.dupicateVersion": "Duplicate version",
|
|
793
|
+
"creatives.containersV2.Email.editButton": "Edit",
|
|
794
|
+
"creatives.containersV2.Email.editHeading": "Edit email template",
|
|
795
|
+
"creatives.containersV2.Email.edmSwitchAcceptText": "I understand that this cannot be reversed.",
|
|
796
|
+
"creatives.containersV2.Email.edmSwtichMessage": "On choosing Edit as HTML, easy email design options such as drag-drop will be no longer available for this template.",
|
|
797
|
+
"creatives.containersV2.Email.emailCreateSuccess": "Email template created successfully",
|
|
798
|
+
"creatives.containersV2.Email.emailEditSuccess": "Email template edited successfully",
|
|
799
|
+
"creatives.containersV2.Email.emailPreview": "Email preview",
|
|
800
|
+
"creatives.containersV2.Email.emailSubject": "Enter email subject",
|
|
801
|
+
"creatives.containersV2.Email.emailSubjectNotEmplty": "Email subject cannot be empty.",
|
|
802
|
+
"creatives.containersV2.Email.emailText": "Email",
|
|
803
|
+
"creatives.containersV2.Email.goBackTemporaryChangesLost": "Do you really want to go back? All your temporary changes will be lost!",
|
|
804
|
+
"creatives.containersV2.Email.imageSelection": "Image selection",
|
|
805
|
+
"creatives.containersV2.Email.invalidFileMessage": "Invalid file type added! Please Give a proper zip/html file",
|
|
806
|
+
"creatives.containersV2.Email.kmage": "Image",
|
|
807
|
+
"creatives.containersV2.Email.loadingImage": "Loading images...",
|
|
808
|
+
"creatives.containersV2.Email.markAsFinal": "Mark as final",
|
|
809
|
+
"creatives.containersV2.Email.moreThanFiveVersionNotAllowed": "You cant have more that 5 versions",
|
|
810
|
+
"creatives.containersV2.Email.mostRecent": "Most recent",
|
|
811
|
+
"creatives.containersV2.Email.mostRecentOption": "Most recent",
|
|
812
|
+
"creatives.containersV2.Email.newLanguage": "New Language",
|
|
813
|
+
"creatives.containersV2.Email.newVersion": "New Version",
|
|
814
|
+
"creatives.containersV2.Email.noImgInGallery": "No images in the gallery. Please upload images in gallery.",
|
|
815
|
+
"creatives.containersV2.Email.preview": "Preview",
|
|
816
|
+
"creatives.containersV2.Email.previewButton": "Preview",
|
|
817
|
+
"creatives.containersV2.Email.saveTemplateLoader": "Saving template...",
|
|
818
|
+
"creatives.containersV2.Email.searchText": "Search",
|
|
819
|
+
"creatives.containersV2.Email.select": "Select",
|
|
820
|
+
"creatives.containersV2.Email.selectButton": "Select",
|
|
821
|
+
"creatives.containersV2.Email.somethingWentWrong": "Something went wrong!!",
|
|
822
|
+
"creatives.containersV2.Email.sortBy": "Sort by",
|
|
823
|
+
"creatives.containersV2.Email.sortby": "Sort by",
|
|
824
|
+
"creatives.containersV2.Email.switchEditor": "Switch editor",
|
|
825
|
+
"creatives.containersV2.Email.templateLoader": "Loading template...",
|
|
826
|
+
"creatives.containersV2.Email.templateMarkedFinalSuccess": "Template marked as final successfully",
|
|
827
|
+
"creatives.containersV2.Email.templateNameNotEmpty": "Please provide a template name",
|
|
828
|
+
"creatives.containersV2.Email.templateNamePlaceholder": "Enter template name",
|
|
829
|
+
"creatives.containersV2.Email.upload": "Upload image",
|
|
830
|
+
"creatives.containersV2.Email.uploadSizeError": "File size too large to upload. Please upload file upto 5 MB",
|
|
831
|
+
"creatives.containersV2.Email.uploadedAt": "Modified",
|
|
832
|
+
"creatives.containersV2.Email.uploadedBy": "Uploaded by",
|
|
833
|
+
"creatives.containersV2.Email.uploadingImage": "Uploading image...",
|
|
834
|
+
"creatives.containersV2.Email.useEditor": "Use Editor",
|
|
835
|
+
"creatives.containersV2.Email.versionMessage": "Version",
|
|
836
|
+
"creatives.containersV2.Email.versionOneMessage": "Version 1",
|
|
837
|
+
"creatives.containersV2.Email.yes": "Yes",
|
|
838
|
+
"creatives.containersV2.EmailWrapper.createMode": "How do you want to create ?",
|
|
839
|
+
"creatives.containersV2.EmailWrapper.creativeName": "Creative name",
|
|
840
|
+
"creatives.containersV2.EmailWrapper.header": "This is EmailWrapper container !",
|
|
841
|
+
"creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "Please select another file with valid file format.",
|
|
842
|
+
"creatives.containersV2.EmailWrapper.invalidUploadFileError": "File cannot be uploaded.",
|
|
843
|
+
"creatives.containersV2.EmailWrapper.invalidUploadFileError2": "File upload failed",
|
|
844
|
+
"creatives.containersV2.EmailWrapper.invalidUploadFileErrorDesc2": "Please select another file with valid file contents",
|
|
845
|
+
"creatives.containersV2.EmailWrapper.upload": "Upload",
|
|
846
|
+
"creatives.containersV2.EmailWrapper.useEditor": "Create using editor",
|
|
847
|
+
"creatives.containersV2.EmailWrapper.useEditorDesc": "Create using in-built template",
|
|
848
|
+
"creatives.containersV2.EmailWrapper.zipUpload": "Upload zip file",
|
|
849
|
+
"creatives.containersV2.EmailWrapper.zipUploadDesc": "Upload compressed file (Zip) containing HTML & images",
|
|
850
|
+
"creatives.containersV2.Line.Edit.Campaigns": "Campaigns",
|
|
851
|
+
"creatives.containersV2.Line.Edit.Creatives": "Creatives",
|
|
852
|
+
"creatives.containersV2.Line.Edit.Image": "Image",
|
|
853
|
+
"creatives.containersV2.Line.Edit.ImageUploadLabel": "Upload image",
|
|
854
|
+
"creatives.containersV2.Line.Edit.Tags": "Tags",
|
|
855
|
+
"creatives.containersV2.Line.Edit.alertMessage": "Alert",
|
|
856
|
+
"creatives.containersV2.Line.Edit.androidNotConfigured": "Android template is not configured. Save without Android template",
|
|
857
|
+
"creatives.containersV2.Line.Edit.button1": "Button 1",
|
|
858
|
+
"creatives.containersV2.Line.Edit.button2": "Button 2",
|
|
859
|
+
"creatives.containersV2.Line.Edit.cancel": "Cancel",
|
|
860
|
+
"creatives.containersV2.Line.Edit.discardChanges": "Discard changes",
|
|
861
|
+
"creatives.containersV2.Line.Edit.enterTemplateName": "Enter template name",
|
|
862
|
+
"creatives.containersV2.Line.Edit.enterTemplateNameImportant": "Enter template name*",
|
|
863
|
+
"creatives.containersV2.Line.Edit.goBackConfirmation": "Going back will discard all the changes you've made. Continue?",
|
|
864
|
+
"creatives.containersV2.Line.Edit.goBackTemporaryChangesLost": "Do you really want to go back? All your temporary changes will be lost!",
|
|
865
|
+
"creatives.containersV2.Line.Edit.inputLineTemplateContent": "Please enter the message content",
|
|
866
|
+
"creatives.containersV2.Line.Edit.iosNotConfigured": "IOS template is not configured, Save without IOS template",
|
|
867
|
+
"creatives.containersV2.Line.Edit.maxUploadFileSize": "Max file size acceptable is 5mb",
|
|
868
|
+
"creatives.containersV2.Line.Edit.message": "Message",
|
|
869
|
+
"creatives.containersV2.Line.Edit.messageHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
870
|
+
"creatives.containersV2.Line.Edit.messageLabel": "Message*",
|
|
871
|
+
"creatives.containersV2.Line.Edit.messageTitleWithUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
872
|
+
"creatives.containersV2.Line.Edit.mobilePush": "Mobile Push",
|
|
873
|
+
"creatives.containersV2.Line.Edit.nameAndDescription": "Name and description",
|
|
874
|
+
"creatives.containersV2.Line.Edit.pleaseUploadImage": "Please upload image",
|
|
875
|
+
"creatives.containersV2.Line.Edit.save": "Save",
|
|
876
|
+
"creatives.containersV2.Line.Edit.selectLineTemplate": "Select line template",
|
|
877
|
+
"creatives.containersV2.Line.Edit.somethingWentWrong": "Something went wrong!!",
|
|
878
|
+
"creatives.containersV2.Line.Edit.template": "Template",
|
|
879
|
+
"creatives.containersV2.Line.Edit.templateCantEmpty": "Template name cannot be empty",
|
|
880
|
+
"creatives.containersV2.Line.Edit.templateEditedSuccessfully": "Line template edited successfully",
|
|
881
|
+
"creatives.containersV2.Line.Edit.templateNameNotEmpty": "Please provide a template name",
|
|
882
|
+
"creatives.containersV2.Line.Edit.templateNotConfigured": "template not configured,",
|
|
883
|
+
"creatives.containersV2.Line.Edit.title": "Title",
|
|
884
|
+
"creatives.containersV2.Line.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
885
|
+
"creatives.containersV2.Line.Edit.titleLabel": "Title*",
|
|
886
|
+
"creatives.containersV2.Line.Edit.titleNameInvalid": "Please enter the message title",
|
|
887
|
+
"creatives.containersV2.Line.Edit.uploadFileSizeError": "File size cannot be more than 5mb",
|
|
888
|
+
"creatives.containersV2.Line.Edit.uploadImage": "Upload image",
|
|
889
|
+
"creatives.containersV2.Line.Edit.uploadingImage": "Uploading image...",
|
|
890
|
+
"creatives.containersV2.Line.Edit.valueCantEmpty": "value cannot be empty.",
|
|
891
|
+
"creatives.containersV2.Login.header": "This is login container change !",
|
|
892
|
+
"creatives.containersV2.Login.invalidCredential": "Invalid username or password",
|
|
893
|
+
"creatives.containersV2.Login.loginPage": "Login Page",
|
|
894
|
+
"creatives.containersV2.Login.pageTitle": "Login",
|
|
895
|
+
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
896
|
+
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
897
|
+
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
898
|
+
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
899
|
+
"creatives.containersV2.TemplatesV2.creativesDesc": "These are pre-built templates which you could use to customize your message content.",
|
|
900
|
+
"creatives.containersV2.TemplatesV2.edit": "Edit",
|
|
901
|
+
"creatives.containersV2.TemplatesV2.email": "Email",
|
|
902
|
+
"creatives.containersV2.TemplatesV2.gallery": "Gallery",
|
|
903
|
+
"creatives.containersV2.TemplatesV2.header": "This is TemplatesV2 container !",
|
|
904
|
+
"creatives.containersV2.TemplatesV2.pushNotification": "Push notification",
|
|
905
|
+
"creatives.containersV2.TemplatesV2.select": "Select",
|
|
906
|
+
"creatives.containersV2.TemplatesV2.sms": "SMS",
|
|
907
|
+
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
908
|
+
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
909
|
+
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
910
|
+
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
911
|
+
"creatives.containersV2.Testv2.testv2": "Testv2",
|
|
912
|
+
"creatives.containersV2.View.descriptionView": "Description of View",
|
|
913
|
+
"creatives.containersV2.View.header": "This is View container !",
|
|
914
|
+
"creatives.containersV2.View.view": "View",
|
|
915
|
+
"creatives.containersV2.WeChat.accountId": "Account id",
|
|
916
|
+
"creatives.containersV2.WeChat.alertMessage": "Alert",
|
|
917
|
+
"creatives.containersV2.WeChat.cancel": "Cancel",
|
|
918
|
+
"creatives.containersV2.WeChat.discard": "Discard",
|
|
919
|
+
"creatives.containersV2.WeChat.gettingTemplateData": "Getting template data..",
|
|
920
|
+
"creatives.containersV2.WeChat.goBackTemporaryChangesLost": "Do you really want to go back? All your temporary changes will be lost!",
|
|
921
|
+
"creatives.containersV2.WeChat.hasValidContent": "has valid content.",
|
|
922
|
+
"creatives.containersV2.WeChat.header": "WeChat",
|
|
923
|
+
"creatives.containersV2.WeChat.isInternalUrl": "Is this internal url",
|
|
924
|
+
"creatives.containersV2.WeChat.link": "Link",
|
|
925
|
+
"creatives.containersV2.WeChat.linkCantEmpty": "has valid content.",
|
|
926
|
+
"creatives.containersV2.WeChat.save": "Save",
|
|
927
|
+
"creatives.containersV2.WeChat.selectWechatAccount": "Select wechat account",
|
|
928
|
+
"creatives.containersV2.WeChat.selectWechatTemplate": "Select wechat template",
|
|
929
|
+
"creatives.containersV2.WeChat.somethingWentWrong": "Something went wrong!!",
|
|
930
|
+
"creatives.containersV2.WeChat.tagsLabel": "Tags",
|
|
931
|
+
"creatives.containersV2.WeChat.template": "Template",
|
|
932
|
+
"creatives.containersV2.WeChat.templateMapping": "Template mapping",
|
|
933
|
+
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
934
|
+
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template unmapped successfully",
|
|
935
|
+
"creatives.containersV2.appName": "App Name",
|
|
936
|
+
"creatives.containersV2.campaignsDashboard": "Campaigns",
|
|
937
|
+
"creatives.containersV2.campaignsHome": "Campaigns Home",
|
|
357
938
|
"customdatepicker.cancel": "Cancel",
|
|
358
939
|
"customdatepicker.done": "Done",
|
|
359
940
|
"reon.components.Cap.Workbench": "WorkBench",
|
|
941
|
+
"reon.components.Cap.appName": "App Name",
|
|
360
942
|
"reon.components.Cap.campaigns": "Campaigns",
|
|
361
943
|
"reon.components.Cap.creatives": "Creatives",
|
|
362
944
|
"reon.components.Cap.creativesDashboard": "Creatives",
|
|
363
945
|
"reon.components.Cap.ebill": "Ebill",
|
|
364
946
|
"reon.components.Cap.email": "Email",
|
|
365
947
|
"reon.components.Cap.gallery": "Gallery",
|
|
948
|
+
"reon.components.Cap.line": "Line",
|
|
366
949
|
"reon.components.Cap.loyalty": "Loyalty",
|
|
367
950
|
"reon.components.Cap.memberCare": "Member Care",
|
|
951
|
+
"reon.components.Cap.mobilepush": "Mobile Push",
|
|
368
952
|
"reon.components.Cap.sms": "SMS",
|
|
369
953
|
"reon.components.Cap.storeCare": "Store Care",
|
|
370
954
|
"reon.components.Cap.storePerformance": "Store Performance",
|
|
371
955
|
"reon.components.Cap.wechat": "WeChat",
|
|
956
|
+
"reon.components.DateFilter.apply": "Apply",
|
|
957
|
+
"reon.components.DateFilter.cancel": "Cancel",
|
|
958
|
+
"reon.components.DateFilter.custom": "Custom",
|
|
372
959
|
"reon.components.DateFilter.editText": "Edit",
|
|
373
|
-
"reon.components.DateFilter.loaderMessage": "Fetching
|
|
374
|
-
"reon.components.
|
|
960
|
+
"reon.components.DateFilter.loaderMessage": "Fetching data",
|
|
961
|
+
"reon.components.DateFilter.mtd": "MTD",
|
|
962
|
+
"reon.components.DateFilter.previousMonth": "Previous Month",
|
|
963
|
+
"reon.components.DateFilter.previousWeek": "Previous Week",
|
|
964
|
+
"reon.components.DateFilter.previousYear": "Previous Year",
|
|
965
|
+
"reon.components.DateFilter.selectDateRange": "Select Date Range",
|
|
966
|
+
"reon.components.DateFilter.wtd": "WTD",
|
|
967
|
+
"reon.components.DateFilter.ytd": "YTD",
|
|
968
|
+
"reon.components.TopBar.brand.dropdown": "Select brand",
|
|
375
969
|
"reon.components.TopBar.logout": "Logout",
|
|
376
970
|
"reon.components.TopBar.profile": "Profile",
|
|
377
971
|
"reon.components.TopBar.settings": "Settings",
|
|
378
972
|
"reon.components.campaignsDashboard": "Campaigns",
|
|
379
973
|
"reon.components.campaignsHome": "Campaigns Home",
|
|
380
|
-
"reon.
|
|
381
|
-
"reon.
|
|
382
|
-
"reon.
|
|
974
|
+
"reon.componentsv2.Cap.Workbench": "WorkBench",
|
|
975
|
+
"reon.componentsv2.Cap.campaigns": "Campaigns",
|
|
976
|
+
"reon.componentsv2.Cap.creatives": "Creatives",
|
|
977
|
+
"reon.componentsv2.Cap.creativesDashboard": "Creatives",
|
|
978
|
+
"reon.componentsv2.Cap.ebill": "Ebill",
|
|
979
|
+
"reon.componentsv2.Cap.email": "Email",
|
|
980
|
+
"reon.componentsv2.Cap.gallery": "Gallery",
|
|
981
|
+
"reon.componentsv2.Cap.loyalty": "Loyalty",
|
|
982
|
+
"reon.componentsv2.Cap.memberCare": "Member Care",
|
|
983
|
+
"reon.componentsv2.Cap.sms": "SMS",
|
|
984
|
+
"reon.componentsv2.Cap.storeCare": "Store Care",
|
|
985
|
+
"reon.componentsv2.Cap.storePerformance": "Store Performance",
|
|
986
|
+
"reon.componentsv2.Cap.wechat": "WeChat",
|
|
987
|
+
"reon.componentsv2.appName": "App Name",
|
|
988
|
+
"reon.componentsv2.campaignsDashboard": "Campaigns",
|
|
989
|
+
"reon.componentsv2.campaignsHome": "Campaigns Home",
|
|
990
|
+
"reon.modules.Login.componentsv2.LoginForm.input.inputPasswordMandatory": "Please input your Password!",
|
|
991
|
+
"reon.modules.Login.componentsv2.LoginForm.input.inputUsernameMandatory": "Please input your username!",
|
|
992
|
+
"reon.modules.Login.componentsv2.LoginForm.input.invalidCredentials": "Invalid or Incorrect credentials!",
|
|
993
|
+
"reon.modules.Login.componentsv2.LoginForm.input.loginButton": "Login",
|
|
994
|
+
"reon.modules.Login.componentsv2.LoginForm.input.password": "Password",
|
|
995
|
+
"reon.modules.Login.componentsv2.LoginForm.input.username": "Username or email"
|
|
383
996
|
}
|