@capillarytech/creatives-library 3.0.35 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (218) hide show
  1. package/assets/noImage.png +0 -0
  2. package/components/BreadCrumbs/messages.js +1 -1
  3. package/components/CapTagList/index.js +3 -3
  4. package/components/CapTagList/messages.js +4 -16
  5. package/components/Ckeditor/messages.js +1 -1
  6. package/components/CustomPopOver/index.js +4 -3
  7. package/components/CustomPopOver/messages.js +1 -5
  8. package/components/DateFilter/index.js +12 -12
  9. package/components/DateFilter/messages.js +0 -40
  10. package/components/DateRange/index.js +4 -5
  11. package/components/DateRange/messages.js +1 -13
  12. package/components/Edmeditor/messages.js +1 -1
  13. package/components/EmailPreview/index.js +4 -4
  14. package/components/EmailPreview/messages.js +2 -18
  15. package/components/Footer/messages.js +1 -1
  16. package/components/FormBuilder/index.js +19 -15
  17. package/components/FormBuilder/messages.js +1 -33
  18. package/components/Header/messages.js +4 -4
  19. package/components/ImagePreview/index.js +1 -1
  20. package/components/ImagePreview/messages.js +1 -5
  21. package/components/PageHeader/messages.js +1 -1
  22. package/components/PreviewSideBar/index.js +2 -2
  23. package/components/PreviewSideBar/messages.js +6 -14
  24. package/components/Sidebar/messages.js +3 -3
  25. package/components/SmsTest/index.js +4 -6
  26. package/components/SmsTest/messages.js +1 -9
  27. package/components/TemplatePreview/WechatRichmediaTemplatePreview/messages.js +3 -3
  28. package/components/TemplatePreview/index.js +10 -11
  29. package/components/TemplatePreview/messages.js +7 -23
  30. package/components/Toastr/messages.js +1 -1
  31. package/components/ToastrMessage/index.js +1 -4
  32. package/components/ToastrMessage/messages.js +1 -5
  33. package/components/TopBar/messages.js +1 -1
  34. package/config/app.js +0 -2
  35. package/containers/Assets/Gallery/messages.js +20 -20
  36. package/containers/Cap/index.js +5 -5
  37. package/containers/Dashboard/index.js +2 -2
  38. package/containers/Dashboard/messages.js +1 -1
  39. package/containers/Ebill/index.js +1 -1
  40. package/containers/Ebill/messages.js +16 -20
  41. package/containers/Email/index.js +24 -24
  42. package/containers/Email/messages.js +59 -107
  43. package/containers/Line/Create/index.js +7 -7
  44. package/containers/Line/Create/messages.js +42 -58
  45. package/containers/Line/Edit/index.js +14 -14
  46. package/containers/Line/Edit/messages.js +38 -58
  47. package/containers/Login/components/LoginForm/index.js +7 -10
  48. package/containers/Login/components/LoginForm/messages.js +3 -15
  49. package/containers/Login/index.js +1 -1
  50. package/containers/Login/messages.js +3 -7
  51. package/containers/MobilePush/Create/index.js +45 -45
  52. package/containers/MobilePush/Create/messages.js +75 -111
  53. package/containers/MobilePush/Edit/index.js +45 -45
  54. package/containers/MobilePush/Edit/messages.js +83 -100
  55. package/containers/NotFoundPage/messages.js +1 -1
  56. package/containers/Sms/Create/index.js +8 -7
  57. package/containers/Sms/Create/messages.js +19 -43
  58. package/containers/Sms/Edit/index.js +4 -4
  59. package/containers/Sms/Edit/messages.js +20 -36
  60. package/containers/TagList/messages.js +1 -1
  61. package/containers/Templates/index.js +19 -20
  62. package/containers/Templates/messages.js +64 -136
  63. package/containers/TestPage/messages.js +1 -1
  64. package/containers/Testv2/index.js +2 -2
  65. package/containers/Testv2/messages.js +1 -9
  66. package/containers/WeChat/MapTemplates/index.js +10 -10
  67. package/containers/WeChat/MapTemplates/messages.js +17 -49
  68. package/containers/WeChat/RichmediaTemplates/Create/messages.js +33 -33
  69. package/containers/WeChat/RichmediaTemplates/Edit/messages.js +1 -1
  70. package/containers/WeChat/RichmediaTemplates/View/index.js +2 -2
  71. package/containers/WeChat/RichmediaTemplates/View/messages.js +1 -9
  72. package/index.js +20 -8
  73. package/package.json +4 -1
  74. package/routes.js +16 -2
  75. package/services/api.js +2 -17
  76. package/services/getSchema.js +4 -1
  77. package/translations/en.json +360 -1396
  78. package/translations/zh.json +381 -1417
  79. package/utils/smsCharCountV2.js +10 -26
  80. package/v2Components/BreadCrumbs/messages.js +1 -1
  81. package/v2Components/CallTaskPreview/messages.js +1 -1
  82. package/v2Components/CapTagList/index.js +5 -6
  83. package/v2Components/CapTagList/messages.js +4 -24
  84. package/v2Components/Ckeditor/index.js +0 -1
  85. package/v2Components/Ckeditor/messages.js +1 -1
  86. package/v2Components/CmsTemplatesComponent/messages.js +2 -2
  87. package/v2Components/CustomPopOver/index.js +2 -4
  88. package/v2Components/CustomPopOver/messages.js +1 -5
  89. package/v2Components/DateFilter/index.js +349 -0
  90. package/v2Components/DateFilter/messages.js +17 -0
  91. package/v2Components/DateFilter/tests/index.test.js +15 -0
  92. package/v2Components/DateRange/index.js +113 -0
  93. package/v2Components/DateRange/messages.js +13 -0
  94. package/v2Components/DateRange/tests/index.test.js +10 -0
  95. package/v2Components/Edmeditor/messages.js +1 -1
  96. package/v2Components/EmailPreview/index.js +2 -2
  97. package/v2Components/EmailPreview/messages.js +3 -11
  98. package/v2Components/EmailPreviewV2/index.js +1 -1
  99. package/v2Components/EmailPreviewV2/messages.js +9 -13
  100. package/v2Components/Footer/messages.js +1 -1
  101. package/v2Components/FormBuilder/_formBuilder.scss +19 -0
  102. package/v2Components/FormBuilder/index.js +58 -27
  103. package/v2Components/FormBuilder/messages.js +1 -49
  104. package/v2Components/Header/index.js +2 -2
  105. package/v2Components/Header/messages.js +4 -4
  106. package/v2Components/ImagePreview/index.js +2 -3
  107. package/v2Components/ImagePreview/messages.js +1 -5
  108. package/v2Components/MobilePushPreviewV2/index.js +5 -2
  109. package/v2Components/MobilePushPreviewV2/messages.js +1 -9
  110. package/v2Components/NavigationBar/messages.js +1 -1
  111. package/v2Components/NewCallTask/messages.js +5 -5
  112. package/v2Components/PageHeader/_pageHeader.scss +22 -0
  113. package/v2Components/PageHeader/index.js +37 -0
  114. package/v2Components/PageHeader/messages.js +13 -0
  115. package/v2Components/PageHeader/tests/index.test.js +10 -0
  116. package/v2Components/PreviewSideBar/messages.js +6 -6
  117. package/v2Components/Sidebar/_sidebar.scss +115 -0
  118. package/v2Components/Sidebar/index.js +208 -0
  119. package/v2Components/Sidebar/messages.js +21 -0
  120. package/v2Components/Sidebar/tests/index.test.js +10 -0
  121. package/v2Components/SmsEditor/index.js +55 -0
  122. package/v2Components/SmsEditor/tests/index.test.js +10 -0
  123. package/v2Components/SmsTest/index.js +4 -6
  124. package/v2Components/SmsTest/messages.js +1 -9
  125. package/v2Components/TemplatePreview/WechatRichmediaTemplatePreview/_wechatRichmediaTemplatePrev.scss +2 -0
  126. package/v2Components/TemplatePreview/WechatRichmediaTemplatePreview/index.js +18 -28
  127. package/v2Components/TemplatePreview/WechatRichmediaTemplatePreview/messages.js +3 -3
  128. package/v2Components/TemplatePreview/_templatePreview.scss +0 -9
  129. package/v2Components/TemplatePreview/index.js +16 -35
  130. package/v2Components/TemplatePreview/messages.js +7 -23
  131. package/v2Components/Toastr/messages.js +1 -1
  132. package/v2Components/ToastrMessage/index.js +2 -3
  133. package/v2Components/ToastrMessage/messages.js +1 -5
  134. package/v2Components/TopBar/_topbar.scss +46 -0
  135. package/v2Components/TopBar/messages.js +7 -7
  136. package/v2Containers/App/constants.js +0 -11
  137. package/v2Containers/Assets/Gallery/messages.js +24 -24
  138. package/v2Containers/CallTask/messages.js +6 -6
  139. package/v2Containers/Cap/actions.js +0 -1
  140. package/v2Containers/Cap/index.js +9 -6
  141. package/v2Containers/Cap/messsages.js +15 -19
  142. package/v2Containers/Cap/sagas.js +8 -1
  143. package/v2Containers/ChannelTemplates/messages.js +1 -1
  144. package/v2Containers/CreativesContainer/SlideBoxContent.js +39 -1
  145. package/v2Containers/CreativesContainer/SlideBoxFooter.js +7 -1
  146. package/v2Containers/CreativesContainer/SlideBoxHeader.js +21 -3
  147. package/v2Containers/CreativesContainer/index.js +95 -50
  148. package/v2Containers/CreativesContainer/index.scss +15 -0
  149. package/v2Containers/CreativesContainer/messages.js +12 -16
  150. package/v2Containers/Dashboard/index.js +1 -2
  151. package/v2Containers/Dashboard/messages.js +1 -1
  152. package/v2Containers/Ebill/index.js +1 -1
  153. package/v2Containers/Ebill/messages.js +16 -20
  154. package/v2Containers/Email/index.js +20 -20
  155. package/v2Containers/Email/messages.js +61 -101
  156. package/v2Containers/EmailWrapper/index.js +44 -64
  157. package/v2Containers/EmailWrapper/messages.js +12 -12
  158. package/v2Containers/Line/Create/index.js +3 -3
  159. package/v2Containers/Line/Create/messages.js +41 -53
  160. package/v2Containers/Line/Edit/index.js +10 -10
  161. package/v2Containers/Line/Edit/messages.js +39 -55
  162. package/v2Containers/Login/components/LoginForm/index.js +6 -9
  163. package/v2Containers/Login/components/LoginForm/messages.js +3 -15
  164. package/v2Containers/Login/index.js +1 -1
  165. package/v2Containers/Login/messages.js +3 -7
  166. package/v2Containers/MobilePush/Create/_mobilePushCreate.scss +3 -0
  167. package/v2Containers/MobilePush/Create/index.js +33 -33
  168. package/v2Containers/MobilePush/Create/messages.js +81 -109
  169. package/v2Containers/MobilePush/Edit/_mobilePushCreate.scss +3 -0
  170. package/v2Containers/MobilePush/Edit/index.js +22 -22
  171. package/v2Containers/MobilePush/Edit/messages.js +79 -95
  172. package/v2Containers/MobilePush/initialSchema.js +1 -2
  173. package/v2Containers/MobilepushWrapper/messages.js +5 -5
  174. package/v2Containers/NotFoundPage/messages.js +1 -1
  175. package/v2Containers/Sms/Create/index.js +6 -6
  176. package/v2Containers/Sms/Create/messages.js +21 -41
  177. package/v2Containers/Sms/Edit/index.js +6 -6
  178. package/v2Containers/Sms/Edit/messages.js +20 -36
  179. package/v2Containers/TagList/messages.js +1 -1
  180. package/v2Containers/Templates/_templates.scss +31 -5
  181. package/v2Containers/Templates/index.js +243 -248
  182. package/v2Containers/Templates/messages.js +7 -15
  183. package/v2Containers/Templates/sagas.js +0 -1
  184. package/v2Containers/TemplatesV2/_templatesV2.scss +5 -0
  185. package/v2Containers/TemplatesV2/index.js +4 -1
  186. package/v2Containers/TemplatesV2/messages.js +5 -29
  187. package/v2Containers/TestPage/messages.js +1 -1
  188. package/v2Containers/Testv2/index.js +2 -2
  189. package/v2Containers/Testv2/messages.js +1 -9
  190. package/v2Containers/WeChat/MapTemplates/_mapTemplates.scss +16 -0
  191. package/v2Containers/WeChat/MapTemplates/actions.js +4 -2
  192. package/v2Containers/WeChat/MapTemplates/index.js +800 -872
  193. package/v2Containers/WeChat/MapTemplates/initialSchema.js +184 -0
  194. package/v2Containers/WeChat/MapTemplates/messages.js +19 -43
  195. package/v2Containers/WeChat/MapTemplates/sagas.js +6 -2
  196. package/v2Containers/WeChat/MapTemplates/selectors.js +1 -1
  197. package/v2Containers/WeChat/RichmediaTemplates/Create/_createRichmedia.scss +118 -28
  198. package/v2Containers/WeChat/RichmediaTemplates/Create/actions.js +3 -1
  199. package/v2Containers/WeChat/RichmediaTemplates/Create/index.js +262 -306
  200. package/v2Containers/WeChat/RichmediaTemplates/Create/messages.js +43 -95
  201. package/v2Containers/WeChat/RichmediaTemplates/Create/reducer.js +2 -1
  202. package/v2Containers/WeChat/RichmediaTemplates/Create/richmediaschema.js +113 -246
  203. package/v2Containers/WeChat/RichmediaTemplates/Create/sagas.js +5 -2
  204. package/v2Containers/WeChat/RichmediaTemplates/Create/selectors.js +1 -1
  205. package/v2Containers/WeChat/RichmediaTemplates/Edit/actions.js +2 -2
  206. package/v2Containers/WeChat/RichmediaTemplates/Edit/index.js +11 -10
  207. package/v2Containers/WeChat/RichmediaTemplates/Edit/messages.js +1 -1
  208. package/v2Containers/WeChat/RichmediaTemplates/Edit/reducer.js +1 -0
  209. package/v2Containers/WeChat/RichmediaTemplates/Edit/sagas.js +4 -2
  210. package/v2Containers/WeChat/RichmediaTemplates/Edit/selectors.js +1 -1
  211. package/v2Containers/WeChat/RichmediaTemplates/View/messages.js +1 -9
  212. package/v2Containers/WeChat/Wrapper/_wrapper.scss +0 -0
  213. package/v2Containers/WeChat/Wrapper/constants.js +5 -0
  214. package/v2Containers/WeChat/Wrapper/index.js +194 -0
  215. package/v2Containers/WeChat/Wrapper/messages.js +21 -0
  216. package/v2Containers/WeChat/helper.js +12 -0
  217. package/containers/Cap/messages.js +0 -75
  218. package/v2Containers/Cap/messages.js +0 -75
@@ -1,1419 +1,383 @@
1
1
  {
2
- "creatives.components.BreadCrumbs.header": "",
3
- "creatives.components.CapTagList.Cancel": "",
4
- "creatives.components.CapTagList.Ok": "",
5
- "creatives.components.CapTagList.all": "",
6
- "creatives.components.CapTagList.dynamic_days_before_expiry": "",
7
- "creatives.components.CapTagList.loyalty": "",
8
- "creatives.components.CapTagList.numberOfDaysBeforeExpiry": "",
9
- "creatives.components.CapTagList.outbound": "",
10
- "creatives.components.Ckeditor.header": "",
11
- "creatives.components.CustomPopOver.header": "",
12
- "creatives.components.CustomPopOver.languages": "",
13
- "creatives.components.DateRange.from": "",
14
- "creatives.components.DateRange.header": "",
15
- "creatives.components.DateRange.to": "",
16
- "creatives.components.DateRange.today": "",
17
- "creatives.components.Edmeditor.header": "",
18
- "creatives.components.EmailPreview.browserNotSupportIframe": "",
19
- "creatives.components.EmailPreview.desktop": "",
20
- "creatives.components.EmailPreview.lastModified": "",
21
- "creatives.components.EmailPreview.mobile": "",
22
- "creatives.components.EmailPreview.tablet": "",
23
- "creatives.components.EmailPreview.uploadedBy": "",
24
- "creatives.components.Footer.header": "",
25
- "creatives.components.FormBuilder.cancel": "",
26
- "creatives.components.FormBuilder.contentNotValidLanguage": "",
27
- "creatives.components.FormBuilder.header": "",
28
- "creatives.components.FormBuilder.layoutSelection": "",
29
- "creatives.components.FormBuilder.loadingEDMTemplates": "",
30
- "creatives.components.FormBuilder.missingTags": "",
31
- "creatives.components.FormBuilder.ok": "",
32
- "creatives.components.FormBuilder.unsupportedTags": "",
33
- "creatives.components.FormBuilder.yes": "",
34
- "creatives.components.Header.cancel": "",
35
- "creatives.components.Header.header": "",
36
- "creatives.components.Header.preview": "",
37
- "creatives.components.Header.save": "",
38
- "creatives.components.ImagePreview.close": "",
39
- "creatives.components.ImagePreview.loadingImage": "",
40
- "creatives.components.NotFoundPage.header": "",
41
- "creatives.components.PageHeader.header": "",
42
- "creatives.components.PreviewSideBar.android": "",
43
- "creatives.components.PreviewSideBar.duplicate": "",
44
- "creatives.components.PreviewSideBar.edit": "",
45
- "creatives.components.PreviewSideBar.header": "",
46
- "creatives.components.PreviewSideBar.ios": "",
47
- "creatives.components.PreviewSideBar.lastModified": "",
48
- "creatives.components.PreviewSideBar.select": "",
49
- "creatives.components.PreviewSideBar.uploadedBy": "",
50
- "creatives.components.Sidebar.creatives": "",
51
- "creatives.components.Sidebar.input.placeholder": "",
52
- "creatives.components.Sidebar.menuTitle": "",
53
- "creatives.components.SmsTest.header": "",
54
- "creatives.components.SmsTest.inputSmsTemplate": "",
55
- "creatives.components.SmsTest.inputTemplateName": "",
56
- "creatives.components.TemplatePreview.charactersPerSms": "",
57
- "creatives.components.TemplatePreview.charactersTotal": "",
58
- "creatives.components.TemplatePreview.close": "",
59
- "creatives.components.TemplatePreview.previewGenerated": "",
60
- "creatives.components.TemplatePreview.previewGenerationMessage": "",
61
- "creatives.components.TemplatePreview.sms": "",
62
- "creatives.components.TemplatePreview.smsFormatType": "",
63
- "creatives.components.TemplatePreview.smsIcon": "",
64
- "creatives.components.TestPage.header": "",
65
- "creatives.components.Toastr.header": "",
66
- "creatives.components.ToastrMessage.close": "",
67
- "creatives.components.ToastrMessage.header": "",
68
- "creatives.components.TopBar.brand.dropdown": "",
69
- "creatives.components.WechatRichmediaTemplatePreview.edit": "",
70
- "creatives.components.WechatRichmediaTemplatePreview.header": "",
71
- "creatives.components.WechatRichmediaTemplatePreview.select": "",
72
- "creatives.componentsV2.BreadCrumbs.header": "",
73
- "creatives.componentsV2.CallTaskPreview.header": "",
74
- "creatives.componentsV2.CapTagList.Cancel": "",
75
- "creatives.componentsV2.CapTagList.Ok": "",
76
- "creatives.componentsV2.CapTagList.all": "",
77
- "creatives.componentsV2.CapTagList.dynamic_days_before_expiry": "",
78
- "creatives.componentsV2.CapTagList.gettingTags": "",
79
- "creatives.componentsV2.CapTagList.loyalty": "",
80
- "creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "",
81
- "creatives.componentsV2.CapTagList.outbound": "",
82
- "creatives.componentsV2.CapTagList.search": "",
83
- "creatives.componentsV2.Ckeditor.header": "",
84
- "creatives.componentsV2.CmsTemplatesComponent.header": "",
85
- "creatives.componentsV2.CmsTemplatesComponent.select": "",
86
- "creatives.componentsV2.CustomPopOver.header": "",
87
- "creatives.componentsV2.CustomPopOver.languages": "",
88
- "creatives.componentsV2.Edmeditor.header": "",
89
- "creatives.componentsV2.EmailPreview.browserDoesntSupportIframe": "",
90
- "creatives.componentsV2.EmailPreview.close": "",
91
- "creatives.componentsV2.EmailPreview.lastModified": "",
92
- "creatives.componentsV2.EmailPreview.subject": "",
93
- "creatives.componentsV2.EmailPreview.uploadedBy": "",
94
- "creatives.componentsV2.EmailPreviewV2.browserDoesntSupportIframe": "",
95
- "creatives.componentsV2.EmailPreviewV2.desktop": "",
96
- "creatives.componentsV2.EmailPreviewV2.header": "",
97
- "creatives.componentsV2.EmailPreviewV2.lastModified": "",
98
- "creatives.componentsV2.EmailPreviewV2.mobile": "",
99
- "creatives.componentsV2.EmailPreviewV2.noIframeSupport": "",
100
- "creatives.componentsV2.EmailPreviewV2.showAllDevices": "",
101
- "creatives.componentsV2.EmailPreviewV2.subject": "",
102
- "creatives.componentsV2.EmailPreviewV2.tablet": "",
103
- "creatives.componentsV2.EmailPreviewV2.uploadedBy": "",
104
- "creatives.componentsV2.Footer.header": "",
105
- "creatives.componentsV2.FormBuilder.cancel": "",
106
- "creatives.componentsV2.FormBuilder.contentNotValidLanguage": "",
107
- "creatives.componentsV2.FormBuilder.dragAndDrop": "",
108
- "creatives.componentsV2.FormBuilder.header": "",
109
- "creatives.componentsV2.FormBuilder.layoutSelection": "",
110
- "creatives.componentsV2.FormBuilder.loadingEDMTemplates": "",
111
- "creatives.componentsV2.FormBuilder.missingTags": "",
112
- "creatives.componentsV2.FormBuilder.ok": "",
113
- "creatives.componentsV2.FormBuilder.or": "",
114
- "creatives.componentsV2.FormBuilder.selectAFile": "",
115
- "creatives.componentsV2.FormBuilder.unsupportedTags": "",
116
- "creatives.componentsV2.FormBuilder.upload": "",
117
- "creatives.componentsV2.FormBuilder.yes": "",
118
- "creatives.componentsV2.Header.cancel": "",
119
- "creatives.componentsV2.Header.header": "",
120
- "creatives.componentsV2.Header.preview": "",
121
- "creatives.componentsV2.Header.save": "",
122
- "creatives.componentsV2.ImagePreview.close": "",
123
- "creatives.componentsV2.ImagePreview.loadingImage": "",
124
- "creatives.componentsV2.NavigationBar.header": "",
125
- "creatives.componentsV2.NavigationBar.insights": "",
126
- "creatives.componentsV2.NavigationBar.logout": "",
127
- "creatives.componentsV2.NavigationBar.orgSettings": "",
128
- "creatives.componentsV2.NavigationBar.selectedProductDefault": "",
129
- "creatives.componentsV2.NewCallTask.callTaskTitle": "",
130
- "creatives.componentsV2.NewCallTask.description": "",
131
- "creatives.componentsV2.NewCallTask.done": "",
132
- "creatives.componentsV2.NewCallTask.messageHeader": "",
133
- "creatives.componentsV2.NewCallTask.personalisationTags": "",
134
- "creatives.componentsV2.PreviewSideBar.duplicate": "",
135
- "creatives.componentsV2.PreviewSideBar.edit": "",
136
- "creatives.componentsV2.PreviewSideBar.header": "",
137
- "creatives.componentsV2.PreviewSideBar.lastModified": "",
138
- "creatives.componentsV2.PreviewSideBar.select": "",
139
- "creatives.componentsV2.PreviewSideBar.uploadedBy": "",
140
- "creatives.componentsV2.SmsTest.header": "",
141
- "creatives.componentsV2.SmsTest.inputSmsTemplate": "",
142
- "creatives.componentsV2.SmsTest.inputTemplateName": "",
143
- "creatives.componentsV2.TemplatePreview.charactersPerSms": "",
144
- "creatives.componentsV2.TemplatePreview.charactersTotal": "",
145
- "creatives.componentsV2.TemplatePreview.close": "",
146
- "creatives.componentsV2.TemplatePreview.previewGenerated": "",
147
- "creatives.componentsV2.TemplatePreview.previewGenerationMessage": "",
148
- "creatives.componentsV2.TemplatePreview.sms": "",
149
- "creatives.componentsV2.TemplatePreview.smsFormatType": "",
150
- "creatives.componentsV2.TemplatePreview.smsIcon": "",
151
- "creatives.componentsV2.Toastr.header": "",
152
- "creatives.componentsV2.ToastrMessage.close": "",
153
- "creatives.componentsV2.ToastrMessage.header": "",
154
- "creatives.componentsV2.TopBar.brand.dropdown": "",
155
- "creatives.componentsV2.TopBar.brand.hi": "",
156
- "creatives.componentsV2.TopBar.brand.selectOrganization": "",
157
- "creatives.componentsV2.TopBar.brand.selectProduct": "",
158
- "creatives.componentsV2.TopBar.logout": "",
159
- "creatives.componentsV2.TopBar.profile": "",
160
- "creatives.componentsV2.TopBar.settings": "",
161
- "creatives.componentsv2.MobilePushPreviewV2.android": "",
162
- "creatives.componentsv2.MobilePushPreviewV2.header": "",
163
- "creatives.componentsv2.MobilePushPreviewV2.ios": "",
164
- "creatives.containers.Assets.Gallery.alphabetically": "",
165
- "creatives.containers.Assets.Gallery.assetDeleteFailed": "",
166
- "creatives.containers.Assets.Gallery.assetDeleteSuccess": "",
167
- "creatives.containers.Assets.Gallery.assetUploadFailed": "",
168
- "creatives.containers.Assets.Gallery.assetUploadSuccess": "",
169
- "creatives.containers.Assets.Gallery.backToGallery": "",
170
- "creatives.containers.Assets.Gallery.delete": "",
171
- "creatives.containers.Assets.Gallery.dimensions": "",
172
- "creatives.containers.Assets.Gallery.gallery": "",
173
- "creatives.containers.Assets.Gallery.imagePreview": "",
174
- "creatives.containers.Assets.Gallery.mostRecent": "",
175
- "creatives.containers.Assets.Gallery.preview": "",
176
- "creatives.containers.Assets.Gallery.search": "",
177
- "creatives.containers.Assets.Gallery.select": "",
178
- "creatives.containers.Assets.Gallery.size": "",
179
- "creatives.containers.Assets.Gallery.sortby": "",
180
- "creatives.containers.Assets.Gallery.upload": "",
181
- "creatives.containers.Assets.Gallery.uploadedAt": "",
182
- "creatives.containers.Assets.Gallery.uploadedBy": "",
183
- "creatives.containers.Assets.Gallery.uploadedOn": "",
184
- "creatives.containers.Create.Anyone": "",
185
- "creatives.containers.Create.Author": "",
186
- "creatives.containers.Create.Content*": "",
187
- "creatives.containers.Create.Cover_abstract": "",
188
- "creatives.containers.Create.Cover_image*": "",
189
- "creatives.containers.Create.No_one": "",
190
- "creatives.containers.Create.Only_followers": "",
191
- "creatives.containers.Create.Please_input_author": "",
192
- "creatives.containers.Create.Please_input_content": "",
193
- "creatives.containers.Create.Please_input_cover_abstract": "",
194
- "creatives.containers.Create.Please_input_title": "",
195
- "creatives.containers.Create.Show_cover_picture": "",
196
- "creatives.containers.Create.Title*": "",
197
- "creatives.containers.Create.Who_can_post_comments_on_this_content": "",
198
- "creatives.containers.Create.addNewRichmedia": "",
199
- "creatives.containers.Create.alertMessage": "",
200
- "creatives.containers.Create.authorCharacterCount": "",
201
- "creatives.containers.Create.cancelButton": "",
202
- "creatives.containers.Create.contentEmpty": "",
203
- "creatives.containers.Create.coverAbstractCharacterCount": "",
204
- "creatives.containers.Create.deleteContent": "",
205
- "creatives.containers.Create.deleteLabel": "",
206
- "creatives.containers.Create.deleteVersion": "",
207
- "creatives.containers.Create.discardChangesButton": "",
208
- "creatives.containers.Create.duplicateLabel": "",
209
- "creatives.containers.Create.emptyTemplateErrorMessage": "",
210
- "creatives.containers.Create.emptyTemplateName": "",
211
- "creatives.containers.Create.formEmpty": "",
212
- "creatives.containers.Create.goBackConfirmation": "",
213
- "creatives.containers.Create.header": "",
214
- "creatives.containers.Create.markFinalVersionLabel": "",
215
- "creatives.containers.Create.maxContentCount": "",
216
- "creatives.containers.Create.messageLabel": "",
217
- "creatives.containers.Create.modalBody": "",
218
- "creatives.containers.Create.modalTitle": "",
219
- "creatives.containers.Create.newVersionLabel": "",
220
- "creatives.containers.Create.noImage": "",
221
- "creatives.containers.Create.renameLabel": "",
222
- "creatives.containers.Create.saveButton": "",
223
- "creatives.containers.Create.saveSuccess": "",
224
- "creatives.containers.Create.saveTemplateLoader": "",
225
- "creatives.containers.Create.smsCreateSuccess": "",
226
- "creatives.containers.Create.smsEditorPlaceholder": "",
227
- "creatives.containers.Create.somethingWentWrong": "",
228
- "creatives.containers.Create.sourceLinkEmpty": "",
229
- "creatives.containers.Create.tagsErrorMessage": "",
230
- "creatives.containers.Create.tagsLabel": "",
231
- "creatives.containers.Create.templateDataNotValid": "",
232
- "creatives.containers.Create.templateMarkedFinal": "",
233
- "creatives.containers.Create.templateNamePlaceHolder": "",
234
- "creatives.containers.Create.titleCharacterCount": "",
235
- "creatives.containers.Create.titleEmpty": "",
236
- "creatives.containers.Create.titleNameRepeated": "",
237
- "creatives.containers.Create.unicodeErrorMessage": "",
238
- "creatives.containers.Create.unicodeLabel": "",
239
- "creatives.containers.Create.versionLabel": "",
240
- "creatives.containers.Create.wrongFormatFile": "",
241
- "creatives.containers.Create.wrongUrl": "",
242
- "creatives.containers.Dashboard.header": "",
243
- "creatives.containers.Ebill.Cancel": "",
244
- "creatives.containers.Ebill.Preview": "",
245
- "creatives.containers.Ebill.Save": "",
246
- "creatives.containers.Ebill.campaigns": "",
247
- "creatives.containers.Ebill.creatives": "",
248
- "creatives.containers.Ebill.ebill": "",
249
- "creatives.containers.Ebill.ebillCreateSuccess": "",
250
- "creatives.containers.Ebill.ebillEditSuccess": "",
251
- "creatives.containers.Ebill.ebillPreview": "",
252
- "creatives.containers.Ebill.emptyTemplateErrorMessage": "",
253
- "creatives.containers.Ebill.enterTemplateName": "",
254
- "creatives.containers.Ebill.loading": "",
255
- "creatives.containers.Ebill.newVersionLabel": "",
256
- "creatives.containers.Ebill.somethingWentWrong": "",
257
- "creatives.containers.Ebill.tagsErrorMessage": "",
258
- "creatives.containers.Ebill.tagsLabel": "",
259
- "creatives.containers.Ebill.templateNotValid": "",
260
- "creatives.containers.Edit.alertMessage": "",
261
- "creatives.containers.Edit.cancelButton": "",
262
- "creatives.containers.Edit.deleteLabel": "",
263
- "creatives.containers.Edit.deleteVersion": "",
264
- "creatives.containers.Edit.discardChangesButton": "",
265
- "creatives.containers.Edit.duplicateLabel": "",
266
- "creatives.containers.Edit.emptyTemplateErrorMessage": "",
267
- "creatives.containers.Edit.getTemplateDetailsLoader": "",
268
- "creatives.containers.Edit.goBackConfirmation": "",
269
- "creatives.containers.Edit.header": "",
270
- "creatives.containers.Edit.markFinalVersionLabel": "",
271
- "creatives.containers.Edit.messageLabel": "",
272
- "creatives.containers.Edit.newVersionLabel": "",
273
- "creatives.containers.Edit.renameLabel": "",
274
- "creatives.containers.Edit.saveButton": "",
275
- "creatives.containers.Edit.saveTemplateLoader": "",
276
- "creatives.containers.Edit.smsEditorPlaceholder": "",
277
- "creatives.containers.Edit.somethingWentWrong": "",
278
- "creatives.containers.Edit.tagsErrorMessage": "",
279
- "creatives.containers.Edit.tagsLabel": "",
280
- "creatives.containers.Edit.templateMarkedFinal": "",
281
- "creatives.containers.Edit.templateNamePlaceHolder": "",
282
- "creatives.containers.Edit.unicodeErrorMessage": "",
283
- "creatives.containers.Edit.unicodeLabel": "",
284
- "creatives.containers.Edit.versionLabel": "",
285
- "creatives.containers.Email.Campaigns": "",
286
- "creatives.containers.Email.Cancel": "",
287
- "creatives.containers.Email.Create.alertMessage": "",
288
- "creatives.containers.Email.Create.campaigns": "",
289
- "creatives.containers.Email.Create.copyPrimaryLanguage": "",
290
- "creatives.containers.Email.Create.creatives": "",
291
- "creatives.containers.Email.Create.descriptionEmail": "",
292
- "creatives.containers.Email.Create.goBackConfirmation": "",
293
- "creatives.containers.Email.Create.invalidFileMessage": "",
294
- "creatives.containers.Email.Create.newVersion": "",
295
- "creatives.containers.Email.Create.uploadFile": "",
296
- "creatives.containers.Email.Create.useEditor": "",
297
- "creatives.containers.Email.Create.versionMessage": "",
298
- "creatives.containers.Email.Create.versionOneMessage": "",
299
- "creatives.containers.Email.Creatives": "",
300
- "creatives.containers.Email.Preview": "",
301
- "creatives.containers.Email.Save": "",
302
- "creatives.containers.Email.Subject": "",
303
- "creatives.containers.Email.Tags": "",
304
- "creatives.containers.Email.alphabetically": "",
305
- "creatives.containers.Email.alphabeticallyOption": "",
306
- "creatives.containers.Email.assetUploadFailed": "",
307
- "creatives.containers.Email.blankTemplate": "",
308
- "creatives.containers.Email.cancel": "",
309
- "creatives.containers.Email.createHeading": "",
310
- "creatives.containers.Email.delete": "",
311
- "creatives.containers.Email.deleteLanguage": "",
312
- "creatives.containers.Email.deleteLanguageConfirmation": "",
313
- "creatives.containers.Email.deleteVersion": "",
314
- "creatives.containers.Email.deleteVersionConfirm": "",
315
- "creatives.containers.Email.dupicateVersion": "",
316
- "creatives.containers.Email.editButton": "",
317
- "creatives.containers.Email.editHeading": "",
318
- "creatives.containers.Email.edmSwitchAcceptText": "",
319
- "creatives.containers.Email.edmSwtichMessage": "",
320
- "creatives.containers.Email.emailCreateSuccess": "",
321
- "creatives.containers.Email.emailEditSuccess": "",
322
- "creatives.containers.Email.emailPreview": "",
323
- "creatives.containers.Email.emailSubject": "",
324
- "creatives.containers.Email.emailSubjectNotEmplty": "",
325
- "creatives.containers.Email.emailText": "",
326
- "creatives.containers.Email.imageSelection": "",
327
- "creatives.containers.Email.insertImage": "",
328
- "creatives.containers.Email.markAsFinal": "",
329
- "creatives.containers.Email.moreThanFiveVersionNotAllowed": "",
330
- "creatives.containers.Email.mostRecent": "",
331
- "creatives.containers.Email.mostRecentOption": "",
332
- "creatives.containers.Email.preview": "",
333
- "creatives.containers.Email.previewButton": "",
334
- "creatives.containers.Email.saveTemplateLoader": "",
335
- "creatives.containers.Email.searchText": "",
336
- "creatives.containers.Email.select": "",
337
- "creatives.containers.Email.selectButton": "",
338
- "creatives.containers.Email.somethingWentWrong": "",
339
- "creatives.containers.Email.sortBy": "",
340
- "creatives.containers.Email.sortby": "",
341
- "creatives.containers.Email.switchEditor": "",
342
- "creatives.containers.Email.templateLoader": "",
343
- "creatives.containers.Email.templateMarkedFinalSuccess": "",
344
- "creatives.containers.Email.templateNameNotEmpty": "",
345
- "creatives.containers.Email.templateNamePlaceholder": "",
346
- "creatives.containers.Email.upload": "",
347
- "creatives.containers.Email.uploadSizeError": "",
348
- "creatives.containers.Email.uploadedAt": "",
349
- "creatives.containers.Email.uploadedBy": "",
350
- "creatives.containers.Email.uploadingImage": "",
351
- "creatives.containers.Email.yes": "",
352
- "creatives.containers.Line.Create.Campaigns": "",
353
- "creatives.containers.Line.Create.Creatives": "",
354
- "creatives.containers.Line.Create.Image": "",
355
- "creatives.containers.Line.Create.ImageUploadLabel": "",
356
- "creatives.containers.Line.Create.Tags": "",
357
- "creatives.containers.Line.Create.accountId": "",
358
- "creatives.containers.Line.Create.alertMessage": "",
359
- "creatives.containers.Line.Create.button1": "",
360
- "creatives.containers.Line.Create.button2": "",
361
- "creatives.containers.Line.Create.cancel": "",
362
- "creatives.containers.Line.Create.discardChanges": "",
363
- "creatives.containers.Line.Create.enterTemplateName": "",
364
- "creatives.containers.Line.Create.enterTemplateNameImportant": "",
365
- "creatives.containers.Line.Create.gettingTemplate": "",
366
- "creatives.containers.Line.Create.goBackConfirmation": "",
367
- "creatives.containers.Line.Create.image": "",
368
- "creatives.containers.Line.Create.inputLineTemplateContent": "",
369
- "creatives.containers.Line.Create.line": "",
370
- "creatives.containers.Line.Create.maxUploadFileSize": "",
371
- "creatives.containers.Line.Create.maximumCharacterLengthExceeds": "",
372
- "creatives.containers.Line.Create.message": "",
373
- "creatives.containers.Line.Create.messageHasUnsupportedTag": "",
374
- "creatives.containers.Line.Create.messageLabel": "",
375
- "creatives.containers.Line.Create.messageTitleWithUnsupportedTag": "",
376
- "creatives.containers.Line.Create.nameAndDescription": "",
377
- "creatives.containers.Line.Create.pleaseUploadImage": "",
378
- "creatives.containers.Line.Create.save": "",
379
- "creatives.containers.Line.Create.savingTemplate": "",
380
- "creatives.containers.Line.Create.selectLineAccount": "",
381
- "creatives.containers.Line.Create.selectLineTemplate": "",
382
- "creatives.containers.Line.Create.somethingWentWrong": "",
383
- "creatives.containers.Line.Create.template": "",
384
- "creatives.containers.Line.Create.templateCantEmpty": "",
385
- "creatives.containers.Line.Create.templateCreatedSuccessfully": "",
386
- "creatives.containers.Line.Create.templateEditedSuccessfully": "",
387
- "creatives.containers.Line.Create.templateNameNotEmpty": "",
388
- "creatives.containers.Line.Create.templateNotConfigured": "",
389
- "creatives.containers.Line.Create.title": "",
390
- "creatives.containers.Line.Create.titleHasUnsupportedTag": "",
391
- "creatives.containers.Line.Create.titleLabel": "",
392
- "creatives.containers.Line.Create.titleNameInvalid": "",
393
- "creatives.containers.Line.Create.uploadFileSizeError": "",
394
- "creatives.containers.Line.Create.uploadImage": "",
395
- "creatives.containers.Line.Create.uploadSuccess": "",
396
- "creatives.containers.Line.Create.uploadingImage": "",
397
- "creatives.containers.Line.Create.valueCantEmpty": "",
398
- "creatives.containers.Line.Edit.Campaigns": "",
399
- "creatives.containers.Line.Edit.Creatives": "",
400
- "creatives.containers.Line.Edit.Image": "",
401
- "creatives.containers.Line.Edit.ImageUploadLabel": "",
402
- "creatives.containers.Line.Edit.Tags": "",
403
- "creatives.containers.Line.Edit.alertMessage": "",
404
- "creatives.containers.Line.Edit.androidNotConfigured": "",
405
- "creatives.containers.Line.Edit.button1": "",
406
- "creatives.containers.Line.Edit.button2": "",
407
- "creatives.containers.Line.Edit.cancel": "",
408
- "creatives.containers.Line.Edit.discardChanges": "",
409
- "creatives.containers.Line.Edit.enterTemplateName": "",
410
- "creatives.containers.Line.Edit.enterTemplateNameImportant": "",
411
- "creatives.containers.Line.Edit.goBackConfirmation": "",
412
- "creatives.containers.Line.Edit.inputLineTemplateContent": "",
413
- "creatives.containers.Line.Edit.iosNotConfigured": "",
414
- "creatives.containers.Line.Edit.maxUploadFileSize": "",
415
- "creatives.containers.Line.Edit.message": "",
416
- "creatives.containers.Line.Edit.messageHasUnsupportedTag": "",
417
- "creatives.containers.Line.Edit.messageLabel": "",
418
- "creatives.containers.Line.Edit.messageTitleWithUnsupportedTag": "",
419
- "creatives.containers.Line.Edit.mobilePush": "",
420
- "creatives.containers.Line.Edit.nameAndDescription": "",
421
- "creatives.containers.Line.Edit.pleaseUploadImage": "",
422
- "creatives.containers.Line.Edit.save": "",
423
- "creatives.containers.Line.Edit.savingTemplate": "",
424
- "creatives.containers.Line.Edit.selectLineTemplate": "",
425
- "creatives.containers.Line.Edit.somethingWentWrong": "",
426
- "creatives.containers.Line.Edit.template": "",
427
- "creatives.containers.Line.Edit.templateCantEmpty": "",
428
- "creatives.containers.Line.Edit.templateEditedSuccessfully": "",
429
- "creatives.containers.Line.Edit.templateNameNotEmpty": "",
430
- "creatives.containers.Line.Edit.templateNotConfigured": "",
431
- "creatives.containers.Line.Edit.title": "",
432
- "creatives.containers.Line.Edit.titleHasUnsupportedTag": "",
433
- "creatives.containers.Line.Edit.titleLabel": "",
434
- "creatives.containers.Line.Edit.titleNameInvalid": "",
435
- "creatives.containers.Line.Edit.uploadFileSizeError": "",
436
- "creatives.containers.Line.Edit.uploadImage": "",
437
- "creatives.containers.Line.Edit.uploadingImage": "",
438
- "creatives.containers.Line.Edit.valueCantEmpty": "",
439
- "creatives.containers.Login.components.LoginForm.input.inputPasswordMandatory": "",
440
- "creatives.containers.Login.components.LoginForm.input.inputUsernameMandatory": "",
441
- "creatives.containers.Login.components.LoginForm.input.invalidCredentials": "",
442
- "creatives.containers.Login.components.LoginForm.input.loginButton": "",
443
- "creatives.containers.Login.components.LoginForm.input.password": "",
444
- "creatives.containers.Login.components.LoginForm.input.username": "",
445
- "creatives.containers.Login.header": "",
446
- "creatives.containers.Login.invalidCredential": "",
447
- "creatives.containers.Login.loginPage": "",
448
- "creatives.containers.Login.pageTitle": "",
449
- "creatives.containers.MobilePush.Create.Android": "",
450
- "creatives.containers.MobilePush.Create.Campaigns": "",
451
- "creatives.containers.MobilePush.Create.Creatives": "",
452
- "creatives.containers.MobilePush.Create.Image": "",
453
- "creatives.containers.MobilePush.Create.ImageUploadLabel": "",
454
- "creatives.containers.MobilePush.Create.Tags": "",
455
- "creatives.containers.MobilePush.Create.accountId": "",
456
- "creatives.containers.MobilePush.Create.addAnotherCTA": "",
457
- "creatives.containers.MobilePush.Create.addPrimaryCTA": "",
458
- "creatives.containers.MobilePush.Create.addSecondaryCTA": "",
459
- "creatives.containers.MobilePush.Create.alertMessage": "",
460
- "creatives.containers.MobilePush.Create.androidNotConfigured": "",
461
- "creatives.containers.MobilePush.Create.button1": "",
462
- "creatives.containers.MobilePush.Create.button2": "",
463
- "creatives.containers.MobilePush.Create.cancel": "",
464
- "creatives.containers.MobilePush.Create.cantCopyEmptyField": "",
465
- "creatives.containers.MobilePush.Create.copyFromAndroid": "",
466
- "creatives.containers.MobilePush.Create.copyFromIos": "",
467
- "creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "",
468
- "creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "",
469
- "creatives.containers.MobilePush.Create.discardChanges": "",
470
- "creatives.containers.MobilePush.Create.enterCTALabel": "",
471
- "creatives.containers.MobilePush.Create.enterTemplateName": "",
472
- "creatives.containers.MobilePush.Create.enterTemplateNameImportant": "",
473
- "creatives.containers.MobilePush.Create.externalLink": "",
474
- "creatives.containers.MobilePush.Create.externalLinkCantEmpty": "",
475
- "creatives.containers.MobilePush.Create.gettingTemplate": "",
476
- "creatives.containers.MobilePush.Create.goBackConfirmation": "",
477
- "creatives.containers.MobilePush.Create.here": "",
478
- "creatives.containers.MobilePush.Create.iOS": "",
479
- "creatives.containers.MobilePush.Create.inputMobilePushTemplateContent": "",
480
- "creatives.containers.MobilePush.Create.iosNotConfigured": "",
481
- "creatives.containers.MobilePush.Create.maxUploadFileSize": "",
482
- "creatives.containers.MobilePush.Create.message": "",
483
- "creatives.containers.MobilePush.Create.messageHasUnsupportedTag": "",
484
- "creatives.containers.MobilePush.Create.messageLabel": "",
485
- "creatives.containers.MobilePush.Create.messageTitleWithUnsupportedTag": "",
486
- "creatives.containers.MobilePush.Create.mobilePush": "",
487
- "creatives.containers.MobilePush.Create.nameAndDescription": "",
488
- "creatives.containers.MobilePush.Create.pleaseInput": "",
489
- "creatives.containers.MobilePush.Create.pleaseUploadImage": "",
490
- "creatives.containers.MobilePush.Create.primaryCTA": "",
491
- "creatives.containers.MobilePush.Create.save": "",
492
- "creatives.containers.MobilePush.Create.savingTemplate": "",
493
- "creatives.containers.MobilePush.Create.secondaryCTA": "",
494
- "creatives.containers.MobilePush.Create.selectADeeplink": "",
495
- "creatives.containers.MobilePush.Create.selectDeepLink": "",
496
- "creatives.containers.MobilePush.Create.selectDeeplink": "",
497
- "creatives.containers.MobilePush.Create.selectLinkType": "",
498
- "creatives.containers.MobilePush.Create.selectMobilePushAccount": "",
499
- "creatives.containers.MobilePush.Create.selectMobilePushTemplate": "",
500
- "creatives.containers.MobilePush.Create.somethingWentWrong": "",
501
- "creatives.containers.MobilePush.Create.template": "",
502
- "creatives.containers.MobilePush.Create.templateCantEmpty": "",
503
- "creatives.containers.MobilePush.Create.templateCreatedSuccessfully": "",
504
- "creatives.containers.MobilePush.Create.templateNameNotEmpty": "",
505
- "creatives.containers.MobilePush.Create.templateNotConfigured": "",
506
- "creatives.containers.MobilePush.Create.title": "",
507
- "creatives.containers.MobilePush.Create.titleHasUnsupportedTag": "",
508
- "creatives.containers.MobilePush.Create.titleLabel": "",
509
- "creatives.containers.MobilePush.Create.titleNameInvalid": "",
510
- "creatives.containers.MobilePush.Create.uploadFileSizeError": "",
511
- "creatives.containers.MobilePush.Create.uploadImage": "",
512
- "creatives.containers.MobilePush.Create.uploadingImage": "",
513
- "creatives.containers.MobilePush.Create.valueCantEmpty": "",
514
- "creatives.containers.MobilePush.Edit.Android": "",
515
- "creatives.containers.MobilePush.Edit.Campaigns": "",
516
- "creatives.containers.MobilePush.Edit.Creatives": "",
517
- "creatives.containers.MobilePush.Edit.Image": "",
518
- "creatives.containers.MobilePush.Edit.ImageUploadLabel": "",
519
- "creatives.containers.MobilePush.Edit.Tags": "",
520
- "creatives.containers.MobilePush.Edit.accountId": "",
521
- "creatives.containers.MobilePush.Edit.addAnotherCTA": "",
522
- "creatives.containers.MobilePush.Edit.addPrimaryCTA": "",
523
- "creatives.containers.MobilePush.Edit.addSecondaryCTA": "",
524
- "creatives.containers.MobilePush.Edit.alertMessage": "",
525
- "creatives.containers.MobilePush.Edit.androidTemplateNotConfigured": "",
526
- "creatives.containers.MobilePush.Edit.button1": "",
527
- "creatives.containers.MobilePush.Edit.button2": "",
528
- "creatives.containers.MobilePush.Edit.cancel": "",
529
- "creatives.containers.MobilePush.Edit.cantCopyEmptyField": "",
530
- "creatives.containers.MobilePush.Edit.copyFromAndroid": "",
531
- "creatives.containers.MobilePush.Edit.copyFromIos": "",
532
- "creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "",
533
- "creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "",
534
- "creatives.containers.MobilePush.Edit.discardChanges": "",
535
- "creatives.containers.MobilePush.Edit.enterCTALabel": "",
536
- "creatives.containers.MobilePush.Edit.enterTemplateName": "",
537
- "creatives.containers.MobilePush.Edit.enterTemplateNameImportant": "",
538
- "creatives.containers.MobilePush.Edit.externalLink": "",
539
- "creatives.containers.MobilePush.Edit.externalLinkCantEmpty": "",
540
- "creatives.containers.MobilePush.Edit.gettingTemplate": "",
541
- "creatives.containers.MobilePush.Edit.goBackConfirmation": "",
542
- "creatives.containers.MobilePush.Edit.iOS": "",
543
- "creatives.containers.MobilePush.Edit.inputMobilePushTemplateContent": "",
544
- "creatives.containers.MobilePush.Edit.iosTemplateNotConfigured": "",
545
- "creatives.containers.MobilePush.Edit.maxUploadFileSize": "",
546
- "creatives.containers.MobilePush.Edit.message": "",
547
- "creatives.containers.MobilePush.Edit.messageHasUnsupportedTag": "",
548
- "creatives.containers.MobilePush.Edit.messageLabel": "",
549
- "creatives.containers.MobilePush.Edit.messageTitleWithUnsupportedTag": "",
550
- "creatives.containers.MobilePush.Edit.mobilePush": "",
551
- "creatives.containers.MobilePush.Edit.nameAndDescription": "",
552
- "creatives.containers.MobilePush.Edit.pleaseInput": "",
553
- "creatives.containers.MobilePush.Edit.pleaseUploadImage": "",
554
- "creatives.containers.MobilePush.Edit.primaryCTA": "",
555
- "creatives.containers.MobilePush.Edit.save": "",
556
- "creatives.containers.MobilePush.Edit.savingTemplate": "",
557
- "creatives.containers.MobilePush.Edit.secondaryCTA": "",
558
- "creatives.containers.MobilePush.Edit.selectADeeplink": "",
559
- "creatives.containers.MobilePush.Edit.selectDeepLink": "",
560
- "creatives.containers.MobilePush.Edit.selectDeeplink": "",
561
- "creatives.containers.MobilePush.Edit.selectLinkType": "",
562
- "creatives.containers.MobilePush.Edit.selectMobilePushAccount": "",
563
- "creatives.containers.MobilePush.Edit.selectMobilePushTemplate": "",
564
- "creatives.containers.MobilePush.Edit.somethingWentWrong": "",
565
- "creatives.containers.MobilePush.Edit.template": "",
566
- "creatives.containers.MobilePush.Edit.templateCantEmpty": "",
567
- "creatives.containers.MobilePush.Edit.templateEditedSuccessfully": "",
568
- "creatives.containers.MobilePush.Edit.templateNameNotEmpty": "",
569
- "creatives.containers.MobilePush.Edit.templateNotConfigured": "",
570
- "creatives.containers.MobilePush.Edit.title": "",
571
- "creatives.containers.MobilePush.Edit.titleHasUnsupportedTag": "",
572
- "creatives.containers.MobilePush.Edit.titleLabel": "",
573
- "creatives.containers.MobilePush.Edit.titleNameInvalid": "",
574
- "creatives.containers.MobilePush.Edit.uploadFileSizeError": "",
575
- "creatives.containers.MobilePush.Edit.uploadImage": "",
576
- "creatives.containers.MobilePush.Edit.uploadingImage": "",
577
- "creatives.containers.MobilePush.Edit.valueCantEmpty": "",
578
- "creatives.containers.TagList.header": "",
579
- "creatives.containers.Templates.MobilePush": "",
580
- "creatives.containers.Templates.all": "",
581
- "creatives.containers.Templates.alphabeticallyOption": "",
582
- "creatives.containers.Templates.blankTemplate": "",
583
- "creatives.containers.Templates.campaigns": "",
584
- "creatives.containers.Templates.cancelText": "",
585
- "creatives.containers.Templates.createEmailActionButton": "",
586
- "creatives.containers.Templates.createSmsActionButton": "",
587
- "creatives.containers.Templates.creatives": "",
588
- "creatives.containers.Templates.deleteButton": "",
589
- "creatives.containers.Templates.deletedSuccssfully": "",
590
- "creatives.containers.Templates.deletionFailed": "",
591
- "creatives.containers.Templates.descriptionTemplates": "",
592
- "creatives.containers.Templates.duplicateButton": "",
593
- "creatives.containers.Templates.ebillChannel": "",
594
- "creatives.containers.Templates.ebillChannelTemplatesHeader": "",
595
- "creatives.containers.Templates.ebillHeader": "",
596
- "creatives.containers.Templates.ebillPreview": "",
597
- "creatives.containers.Templates.editButton": "",
598
- "creatives.containers.Templates.emailChannel": "",
599
- "creatives.containers.Templates.emailChannelTemplatesHeader": "",
600
- "creatives.containers.Templates.emailHeader": "",
601
- "creatives.containers.Templates.emailPreview": "",
602
- "creatives.containers.Templates.gettingAllTemplates": "",
603
- "creatives.containers.Templates.header": "",
604
- "creatives.containers.Templates.image": "",
605
- "creatives.containers.Templates.imageTemplate": "",
606
- "creatives.containers.Templates.invalidUploadFileError": "",
607
- "creatives.containers.Templates.layoutSelection": "",
608
- "creatives.containers.Templates.lineChannel": "",
609
- "creatives.containers.Templates.lineChannelTemplatesHeader": "",
610
- "creatives.containers.Templates.lineHeader": "",
611
- "creatives.containers.Templates.loadingEDMTemplates": "",
612
- "creatives.containers.Templates.mapTemplate": "",
613
- "creatives.containers.Templates.mobilePushChannel": "",
614
- "creatives.containers.Templates.mobilePushChannelTemplatesHeader": "",
615
- "creatives.containers.Templates.mobilepushHeader": "",
616
- "creatives.containers.Templates.mostRecentOption": "",
617
- "creatives.containers.Templates.newTemplate": "",
618
- "creatives.containers.Templates.noAccountMessage": "",
619
- "creatives.containers.Templates.noTemplatesMessage": "",
620
- "creatives.containers.Templates.preview": "",
621
- "creatives.containers.Templates.previewButton": "",
622
- "creatives.containers.Templates.previewGenerateText": "",
623
- "creatives.containers.Templates.search": "",
624
- "creatives.containers.Templates.searchText": "",
625
- "creatives.containers.Templates.selectAccount": "",
626
- "creatives.containers.Templates.selectButton": "",
627
- "creatives.containers.Templates.selectDefaultButton": "",
628
- "creatives.containers.Templates.selectSmsHeader": "",
629
- "creatives.containers.Templates.selectWechatHeader": "",
630
- "creatives.containers.Templates.smsChannel": "",
631
- "creatives.containers.Templates.smsChannelTemplatesHeader": "",
632
- "creatives.containers.Templates.smsHeader": "",
633
- "creatives.containers.Templates.somethingWentWrong": "",
634
- "creatives.containers.Templates.sortBy": "",
635
- "creatives.containers.Templates.templateDeleteConfirm": "",
636
- "creatives.containers.Templates.templateDeleteSuccess": "",
637
- "creatives.containers.Templates.templateDuplicateSuccess": "",
638
- "creatives.containers.Templates.templateSelection": "",
639
- "creatives.containers.Templates.text": "",
640
- "creatives.containers.Templates.textTemplate": "",
641
- "creatives.containers.Templates.type": "",
642
- "creatives.containers.Templates.unMapButton": "",
643
- "creatives.containers.Templates.uploadFile": "",
644
- "creatives.containers.Templates.uploadedAt": "",
645
- "creatives.containers.Templates.uploadedBy": "",
646
- "creatives.containers.Templates.uploadingFile": "",
647
- "creatives.containers.Templates.useEditor": "",
648
- "creatives.containers.Templates.weChatRichmediaTemplate": "",
649
- "creatives.containers.Templates.wechat": "",
650
- "creatives.containers.Templates.wechatAccountNotConfigured": "",
651
- "creatives.containers.Templates.wechatChannelTemplatesHeader": "",
652
- "creatives.containers.Templates.wechatHeader": "",
653
- "creatives.containers.Templates.yesText": "",
654
- "creatives.containers.Templates.zipUploadFailed": "",
655
- "creatives.containers.Testv2.descriptionTestv2": "",
656
- "creatives.containers.Testv2.header": "",
657
- "creatives.containers.Testv2.testv2": "",
658
- "creatives.containers.View.descriptionView": "",
659
- "creatives.containers.View.header": "",
660
- "creatives.containers.View.view": "",
661
- "creatives.containers.WeChat.accountId": "",
662
- "creatives.containers.WeChat.alertMessage": "",
663
- "creatives.containers.WeChat.cancel": "",
664
- "creatives.containers.WeChat.discard": "",
665
- "creatives.containers.WeChat.gettingTemplateData": "",
666
- "creatives.containers.WeChat.goBackConfirmation": "",
667
- "creatives.containers.WeChat.goBackTemporaryConfirmation": "",
668
- "creatives.containers.WeChat.hasInvalidContent": "",
669
- "creatives.containers.WeChat.header": "",
670
- "creatives.containers.WeChat.invalidContent": "",
671
- "creatives.containers.WeChat.isInternalUrl": "",
672
- "creatives.containers.WeChat.link": "",
673
- "creatives.containers.WeChat.linkCantEmpty": "",
674
- "creatives.containers.WeChat.linkErrorMessage": "",
675
- "creatives.containers.WeChat.mapTemplateFooter": "",
676
- "creatives.containers.WeChat.mapTemplateHeader": "",
677
- "creatives.containers.WeChat.newWechat": "",
678
- "creatives.containers.WeChat.save": "",
679
- "creatives.containers.WeChat.select": "",
680
- "creatives.containers.WeChat.selectWechatAccount": "",
681
- "creatives.containers.WeChat.selectWechatTemplate": "",
682
- "creatives.containers.WeChat.somethingWentWrong": "",
683
- "creatives.containers.WeChat.tagsLabel": "",
684
- "creatives.containers.WeChat.template": "",
685
- "creatives.containers.WeChat.templateMapping": "",
686
- "creatives.containers.WeChat.wechatCreateSuccess": "",
687
- "creatives.containers.WeChat.wechatEditSuccess": "",
688
- "creatives.containersV2.Assets.Gallery.addImages": "",
689
- "creatives.containersV2.Assets.Gallery.alphabetically": "",
690
- "creatives.containersV2.Assets.Gallery.assetDeleteFailed": "",
691
- "creatives.containersV2.Assets.Gallery.assetDeleteSuccess": "",
692
- "creatives.containersV2.Assets.Gallery.assetUploadFailed": "",
693
- "creatives.containersV2.Assets.Gallery.assetUploadSuccess": "",
694
- "creatives.containersV2.Assets.Gallery.backToGallery": "",
695
- "creatives.containersV2.Assets.Gallery.delete": "",
696
- "creatives.containersV2.Assets.Gallery.dimensions": "",
697
- "creatives.containersV2.Assets.Gallery.gallery": "",
698
- "creatives.containersV2.Assets.Gallery.imagePreview": "",
699
- "creatives.containersV2.Assets.Gallery.lastUpdated": "",
700
- "creatives.containersV2.Assets.Gallery.mostRecent": "",
701
- "creatives.containersV2.Assets.Gallery.noAssetMessage": "",
702
- "creatives.containersV2.Assets.Gallery.noTemplatesFound": "",
703
- "creatives.containersV2.Assets.Gallery.preview": "",
704
- "creatives.containersV2.Assets.Gallery.search": "",
705
- "creatives.containersV2.Assets.Gallery.select": "",
706
- "creatives.containersV2.Assets.Gallery.size": "",
707
- "creatives.containersV2.Assets.Gallery.sortby": "",
708
- "creatives.containersV2.Assets.Gallery.upload": "",
709
- "creatives.containersV2.Assets.Gallery.uploadedAt": "",
710
- "creatives.containersV2.Assets.Gallery.uploadedBy": "",
711
- "creatives.containersV2.Assets.Gallery.uploadedOn": "",
712
- "creatives.containersV2.CallTask.addNewCallTask": "",
713
- "creatives.containersV2.CallTask.callTaskInfo": "",
714
- "creatives.containersV2.CallTask.callTaskTitleIllustartion": "",
715
- "creatives.containersV2.CallTask.newCallTaskTemplate": "",
716
- "creatives.containersV2.CallTask.newMessage": "",
717
- "creatives.containersV2.CallTask.template": "",
718
- "creatives.containersV2.Cap.Workbench": "",
719
- "creatives.containersV2.Cap.campaigns": "",
720
- "creatives.containersV2.Cap.creatives": "",
721
- "creatives.containersV2.Cap.creativesDashboard": "",
722
- "creatives.containersV2.Cap.ebill": "",
723
- "creatives.containersV2.Cap.email": "",
724
- "creatives.containersV2.Cap.gallery": "",
725
- "creatives.containersV2.Cap.loyalty": "",
726
- "creatives.containersV2.Cap.memberCare": "",
727
- "creatives.containersV2.Cap.sms": "",
728
- "creatives.containersV2.Cap.storeCare": "",
729
- "creatives.containersV2.Cap.storePerformance": "",
730
- "creatives.containersV2.Cap.wechat": "",
731
- "creatives.containersV2.ChannelTemplates.header": "",
732
- "creatives.containersV2.Create.Anyone": "",
733
- "creatives.containersV2.Create.Author": "",
734
- "creatives.containersV2.Create.Content": "",
735
- "creatives.containersV2.Create.Cover_abstract": "",
736
- "creatives.containersV2.Create.Cover_image": "",
737
- "creatives.containersV2.Create.No_one": "",
738
- "creatives.containersV2.Create.Only_followers": "",
739
- "creatives.containersV2.Create.Please_input_author": "",
740
- "creatives.containersV2.Create.Please_input_content": "",
741
- "creatives.containersV2.Create.Please_input_cover_abstract": "",
742
- "creatives.containersV2.Create.Please_input_title": "",
743
- "creatives.containersV2.Create.Show_cover_picture": "",
744
- "creatives.containersV2.Create.Title": "",
745
- "creatives.containersV2.Create.Who_can_post_comments_on_this_content": "",
746
- "creatives.containersV2.Create.addNewRichmedia": "",
747
- "creatives.containersV2.Create.alertMessage": "",
748
- "creatives.containersV2.Create.articleContent": "",
749
- "creatives.containersV2.Create.authorCharacterCount": "",
750
- "creatives.containersV2.Create.authorInductiveText": "",
751
- "creatives.containersV2.Create.cancelButton": "",
752
- "creatives.containersV2.Create.contentEmpty": "",
753
- "creatives.containersV2.Create.coverAbstractCharacterCount": "",
754
- "creatives.containersV2.Create.coverAbstractInductive": "",
755
- "creatives.containersV2.Create.coverImageTitle": "",
756
- "creatives.containersV2.Create.delete": "",
757
- "creatives.containersV2.Create.deleteContent": "",
758
- "creatives.containersV2.Create.deleteLabel": "",
759
- "creatives.containersV2.Create.discardChangesButton": "",
760
- "creatives.containersV2.Create.duplicateLabel": "",
761
- "creatives.containersV2.Create.emptyTemplateErrorMessage": "",
762
- "creatives.containersV2.Create.emptyTemplateName": "",
763
- "creatives.containersV2.Create.formEmpty": "",
764
- "creatives.containersV2.Create.goBackTemporaryChangesLost": "",
765
- "creatives.containersV2.Create.header": "",
766
- "creatives.containersV2.Create.insertImage": "",
767
- "creatives.containersV2.Create.invalidTags": "",
768
- "creatives.containersV2.Create.linkInductiveText": "",
769
- "creatives.containersV2.Create.markFinalVersionLabel": "",
770
- "creatives.containersV2.Create.maxContentCount": "",
771
- "creatives.containersV2.Create.messageLabel": "",
772
- "creatives.containersV2.Create.modalBody": "",
773
- "creatives.containersV2.Create.modalTitle": "",
774
- "creatives.containersV2.Create.newVersionLabel": "",
775
- "creatives.containersV2.Create.noImage": "",
776
- "creatives.containersV2.Create.readMoreLink": "",
777
- "creatives.containersV2.Create.renameLabel": "",
778
- "creatives.containersV2.Create.requiredField": "",
779
- "creatives.containersV2.Create.resolutionText": "",
780
- "creatives.containersV2.Create.saveButton": "",
781
- "creatives.containersV2.Create.saveSuccess": "",
782
- "creatives.containersV2.Create.saveTemplateLoader": "",
783
- "creatives.containersV2.Create.smsEditorPlaceholder": "",
784
- "creatives.containersV2.Create.smsTemplateCreatedSuccess": "",
785
- "creatives.containersV2.Create.somethingWentWrong": "",
786
- "creatives.containersV2.Create.sourceLinkEmpty": "",
787
- "creatives.containersV2.Create.tagsErrorMessage": "",
788
- "creatives.containersV2.Create.tagsLabel": "",
789
- "creatives.containersV2.Create.templateMarkedSuccessfully": "",
790
- "creatives.containersV2.Create.templateNamePlaceHolder": "",
791
- "creatives.containersV2.Create.templateNotValid": "",
792
- "creatives.containersV2.Create.titleCharacterCount": "",
793
- "creatives.containersV2.Create.titleEmpty": "",
794
- "creatives.containersV2.Create.titleInductiveText": "",
795
- "creatives.containersV2.Create.titleNameRepeated": "",
796
- "creatives.containersV2.Create.unicodeErrorMessage": "",
797
- "creatives.containersV2.Create.unicodeLabel": "",
798
- "creatives.containersV2.Create.uploadImage": "",
799
- "creatives.containersV2.Create.validationError": "",
800
- "creatives.containersV2.Create.versionLabel": "",
801
- "creatives.containersV2.Create.visibility": "",
802
- "creatives.containersV2.Create.wrongFormatFile": "",
803
- "creatives.containersV2.Create.wrongUrl": "",
804
- "creatives.containersV2.Creatives.addContent": "",
805
- "creatives.containersV2.Creatives.alphabeticallyOption": "",
806
- "creatives.containersV2.Creatives.blankTemplate": "",
807
- "creatives.containersV2.Creatives.by": "",
808
- "creatives.containersV2.Creatives.campaigns": "",
809
- "creatives.containersV2.Creatives.cancelText": "",
810
- "creatives.containersV2.Creatives.continue": "",
811
- "creatives.containersV2.Creatives.createEmailActionButton": "",
812
- "creatives.containersV2.Creatives.createMessageContent": "",
813
- "creatives.containersV2.Creatives.createNewActionButton": "",
814
- "creatives.containersV2.Creatives.createSmsActionButton": "",
815
- "creatives.containersV2.Creatives.creativeTemplates": "",
816
- "creatives.containersV2.Creatives.creativeTemplatesDesc": "",
817
- "creatives.containersV2.Creatives.creatives": "",
818
- "creatives.containersV2.Creatives.creativesTemplatesDiscard": "",
819
- "creatives.containersV2.Creatives.creativesTemplatesEdit": "",
820
- "creatives.containersV2.Creatives.creativesTemplatesEditName": "",
821
- "creatives.containersV2.Creatives.creativesTemplatesSave": "",
822
- "creatives.containersV2.Creatives.creativesTemplatesSaveFullMode": "",
823
- "creatives.containersV2.Creatives.deleteButton": "",
824
- "creatives.containersV2.Creatives.deletedSuccssfully": "",
825
- "creatives.containersV2.Creatives.deletionFailed": "",
826
- "creatives.containersV2.Creatives.duplicateButton": "",
827
- "creatives.containersV2.Creatives.ebillHeader": "",
828
- "creatives.containersV2.Creatives.ebillPreview": "",
829
- "creatives.containersV2.Creatives.editButton": "",
830
- "creatives.containersV2.Creatives.editMessageContent": "",
831
- "creatives.containersV2.Creatives.emailHeader": "",
832
- "creatives.containersV2.Creatives.emailPreview": "",
833
- "creatives.containersV2.Creatives.gettingAllTemplates": "",
834
- "creatives.containersV2.Creatives.header": "",
835
- "creatives.containersV2.Creatives.imageTemplate": "",
836
- "creatives.containersV2.Creatives.invalidUploadFileError": "",
837
- "creatives.containersV2.Creatives.lastUpdated": "",
838
- "creatives.containersV2.Creatives.layoutSelection": "",
839
- "creatives.containersV2.Creatives.lineHeader": "",
840
- "creatives.containersV2.Creatives.mapTemplate": "",
841
- "creatives.containersV2.Creatives.mobilepushHeader": "",
842
- "creatives.containersV2.Creatives.mostRecentOption": "",
843
- "creatives.containersV2.Creatives.newTemplate": "",
844
- "creatives.containersV2.Creatives.noAccountMessage": "",
845
- "creatives.containersV2.Creatives.noTemplatesMessage": "",
846
- "creatives.containersV2.Creatives.preview": "",
847
- "creatives.containersV2.Creatives.previewButton": "",
848
- "creatives.containersV2.Creatives.previewGenerateText": "",
849
- "creatives.containersV2.Creatives.searchText": "",
850
- "creatives.containersV2.Creatives.selectAccount": "",
851
- "creatives.containersV2.Creatives.selectButton": "",
852
- "creatives.containersV2.Creatives.selectDefaultButton": "",
853
- "creatives.containersV2.Creatives.selectSmsHeader": "",
854
- "creatives.containersV2.Creatives.selectTemplate": "",
855
- "creatives.containersV2.Creatives.selectWechatHeader": "",
856
- "creatives.containersV2.Creatives.smsChannelTemplatesHeader": "",
857
- "creatives.containersV2.Creatives.smsHeader": "",
858
- "creatives.containersV2.Creatives.somethingWentWrong": "",
859
- "creatives.containersV2.Creatives.sortBy": "",
860
- "creatives.containersV2.Creatives.templateDeleteConfirm": "",
861
- "creatives.containersV2.Creatives.templateDeleteSuccess": "",
862
- "creatives.containersV2.Creatives.templateDuplicateSuccess": "",
863
- "creatives.containersV2.Creatives.templateSelection": "",
864
- "creatives.containersV2.Creatives.textTemplate": "",
865
- "creatives.containersV2.Creatives.unMapButton": "",
866
- "creatives.containersV2.Creatives.uploadFile": "",
867
- "creatives.containersV2.Creatives.uploadedAt": "",
868
- "creatives.containersV2.Creatives.uploadedBy": "",
869
- "creatives.containersV2.Creatives.uploadingFile": "",
870
- "creatives.containersV2.Creatives.useEditor": "",
871
- "creatives.containersV2.Creatives.weChatRichmediaTemplate": "",
872
- "creatives.containersV2.Creatives.wechatAccountNotConfigured": "",
873
- "creatives.containersV2.Creatives.wechatChannelTemplatesHeader": "",
874
- "creatives.containersV2.Creatives.wechatHeader": "",
875
- "creatives.containersV2.Creatives.yesText": "",
876
- "creatives.containersV2.Creatives.zipUploadFailed": "",
877
- "creatives.containersV2.Dashboard.header": "",
878
- "creatives.containersV2.Ebill.Cancel": "",
879
- "creatives.containersV2.Ebill.Preview": "",
880
- "creatives.containersV2.Ebill.Save": "",
881
- "creatives.containersV2.Ebill.campaigns": "",
882
- "creatives.containersV2.Ebill.creatives": "",
883
- "creatives.containersV2.Ebill.ebill": "",
884
- "creatives.containersV2.Ebill.ebillCreateSuccess": "",
885
- "creatives.containersV2.Ebill.ebillEditSuccess": "",
886
- "creatives.containersV2.Ebill.ebillPreview": "",
887
- "creatives.containersV2.Ebill.emptyTemplateErrorMessage": "",
888
- "creatives.containersV2.Ebill.enterTemplateName": "",
889
- "creatives.containersV2.Ebill.loading": "",
890
- "creatives.containersV2.Ebill.newVersionLabel": "",
891
- "creatives.containersV2.Ebill.somethingWentWrong": "",
892
- "creatives.containersV2.Ebill.tagsErrorMessage": "",
893
- "creatives.containersV2.Ebill.tagsLabel": "",
894
- "creatives.containersV2.Ebill.templateDataNotValid": "",
895
- "creatives.containersV2.Edit.alertMessage": "",
896
- "creatives.containersV2.Edit.cancelButton": "",
897
- "creatives.containersV2.Edit.deleteLabel": "",
898
- "creatives.containersV2.Edit.discardChangesButton": "",
899
- "creatives.containersV2.Edit.duplicateLabel": "",
900
- "creatives.containersV2.Edit.emptyTemplateErrorMessage": "",
901
- "creatives.containersV2.Edit.getTemplateDetailsLoader": "",
902
- "creatives.containersV2.Edit.goBackTemporaryChangesLost": "",
903
- "creatives.containersV2.Edit.header": "",
904
- "creatives.containersV2.Edit.markFinalVersionLabel": "",
905
- "creatives.containersV2.Edit.messageLabel": "",
906
- "creatives.containersV2.Edit.newVersionLabel": "",
907
- "creatives.containersV2.Edit.renameLabel": "",
908
- "creatives.containersV2.Edit.saveButton": "",
909
- "creatives.containersV2.Edit.saveTemplateLoader": "",
910
- "creatives.containersV2.Edit.smsEditorPlaceholder": "",
911
- "creatives.containersV2.Edit.somethingWentWrong": "",
912
- "creatives.containersV2.Edit.tagsErrorMessage": "",
913
- "creatives.containersV2.Edit.tagsLabel": "",
914
- "creatives.containersV2.Edit.templateEditedSuccessfully": "",
915
- "creatives.containersV2.Edit.templateMarkedSuccessfully": "",
916
- "creatives.containersV2.Edit.templateNamePlaceHolder": "",
917
- "creatives.containersV2.Edit.unicodeErrorMessage": "",
918
- "creatives.containersV2.Edit.unicodeLabel": "",
919
- "creatives.containersV2.Edit.versionLabel": "",
920
- "creatives.containersV2.Email.Campaigns": "",
921
- "creatives.containersV2.Email.Cancel": "",
922
- "creatives.containersV2.Email.Creatives": "",
923
- "creatives.containersV2.Email.Preview": "",
924
- "creatives.containersV2.Email.Save": "",
925
- "creatives.containersV2.Email.Subject": "",
926
- "creatives.containersV2.Email.Tags": "",
927
- "creatives.containersV2.Email.alert": "",
928
- "creatives.containersV2.Email.alphabetically": "",
929
- "creatives.containersV2.Email.alphabeticallyOption": "",
930
- "creatives.containersV2.Email.assetUploadFailed": "",
931
- "creatives.containersV2.Email.blankTemplate": "",
932
- "creatives.containersV2.Email.cancel": "",
933
- "creatives.containersV2.Email.copyPrimaryLanguage": "",
934
- "creatives.containersV2.Email.createHeading": "",
935
- "creatives.containersV2.Email.delete": "",
936
- "creatives.containersV2.Email.deleteLanguage": "",
937
- "creatives.containersV2.Email.deleteLanguageConfirmation": "",
938
- "creatives.containersV2.Email.deleteVersion": "",
939
- "creatives.containersV2.Email.deleteVersionConfirmation": "",
940
- "creatives.containersV2.Email.dupicateVersion": "",
941
- "creatives.containersV2.Email.editButton": "",
942
- "creatives.containersV2.Email.editHeading": "",
943
- "creatives.containersV2.Email.edmSwitchAcceptText": "",
944
- "creatives.containersV2.Email.edmSwtichMessage": "",
945
- "creatives.containersV2.Email.emailCreateSuccess": "",
946
- "creatives.containersV2.Email.emailEditSuccess": "",
947
- "creatives.containersV2.Email.emailPreview": "",
948
- "creatives.containersV2.Email.emailSubject": "",
949
- "creatives.containersV2.Email.emailSubjectNotEmplty": "",
950
- "creatives.containersV2.Email.emailText": "",
951
- "creatives.containersV2.Email.goBackTemporaryChangesLost": "",
952
- "creatives.containersV2.Email.imageSelection": "",
953
- "creatives.containersV2.Email.invalidFileMessage": "",
954
- "creatives.containersV2.Email.kmage": "",
955
- "creatives.containersV2.Email.loadingImage": "",
956
- "creatives.containersV2.Email.markAsFinal": "",
957
- "creatives.containersV2.Email.moreThanFiveVersionNotAllowed": "",
958
- "creatives.containersV2.Email.mostRecent": "",
959
- "creatives.containersV2.Email.mostRecentOption": "",
960
- "creatives.containersV2.Email.newLanguage": "",
961
- "creatives.containersV2.Email.newVersion": "",
962
- "creatives.containersV2.Email.noImgInGallery": "",
963
- "creatives.containersV2.Email.preview": "",
964
- "creatives.containersV2.Email.previewButton": "",
965
- "creatives.containersV2.Email.saveTemplateLoader": "",
966
- "creatives.containersV2.Email.searchText": "",
967
- "creatives.containersV2.Email.select": "",
968
- "creatives.containersV2.Email.selectButton": "",
969
- "creatives.containersV2.Email.somethingWentWrong": "",
970
- "creatives.containersV2.Email.sortBy": "",
971
- "creatives.containersV2.Email.sortby": "",
972
- "creatives.containersV2.Email.switchEditor": "",
973
- "creatives.containersV2.Email.templateLoader": "",
974
- "creatives.containersV2.Email.templateMarkedFinalSuccess": "",
975
- "creatives.containersV2.Email.templateNameNotEmpty": "",
976
- "creatives.containersV2.Email.templateNamePlaceholder": "",
977
- "creatives.containersV2.Email.upload": "",
978
- "creatives.containersV2.Email.uploadSizeError": "",
979
- "creatives.containersV2.Email.uploadedAt": "",
980
- "creatives.containersV2.Email.uploadedBy": "",
981
- "creatives.containersV2.Email.uploadingImage": "",
982
- "creatives.containersV2.Email.useEditor": "",
983
- "creatives.containersV2.Email.versionMessage": "",
984
- "creatives.containersV2.Email.versionOneMessage": "",
985
- "creatives.containersV2.Email.yes": "",
986
- "creatives.containersV2.EmailWrapper.createMode": "",
987
- "creatives.containersV2.EmailWrapper.creativeName": "",
988
- "creatives.containersV2.EmailWrapper.header": "",
989
- "creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "",
990
- "creatives.containersV2.EmailWrapper.invalidUploadFileError": "",
991
- "creatives.containersV2.EmailWrapper.invalidUploadFileError2": "",
992
- "creatives.containersV2.EmailWrapper.invalidUploadFileErrorDesc2": "",
993
- "creatives.containersV2.EmailWrapper.upload": "",
994
- "creatives.containersV2.EmailWrapper.useEditor": "",
995
- "creatives.containersV2.EmailWrapper.useEditorDesc": "",
996
- "creatives.containersV2.EmailWrapper.zipUpload": "",
997
- "creatives.containersV2.EmailWrapper.zipUploadDesc": "",
998
- "creatives.containersV2.Line.Create.Campaigns": "",
999
- "creatives.containersV2.Line.Create.Creatives": "",
1000
- "creatives.containersV2.Line.Create.Image": "",
1001
- "creatives.containersV2.Line.Create.ImageUploadLabel": "",
1002
- "creatives.containersV2.Line.Create.Tags": "",
1003
- "creatives.containersV2.Line.Create.accountId": "",
1004
- "creatives.containersV2.Line.Create.alertMessage": "",
1005
- "creatives.containersV2.Line.Create.button1": "",
1006
- "creatives.containersV2.Line.Create.button2": "",
1007
- "creatives.containersV2.Line.Create.cancel": "",
1008
- "creatives.containersV2.Line.Create.discardChanges": "",
1009
- "creatives.containersV2.Line.Create.enterTemplateName": "",
1010
- "creatives.containersV2.Line.Create.enterTemplateNameImportant": "",
1011
- "creatives.containersV2.Line.Create.goBackTemporaryLost": "",
1012
- "creatives.containersV2.Line.Create.image": "",
1013
- "creatives.containersV2.Line.Create.inputLineTemplateContent": "",
1014
- "creatives.containersV2.Line.Create.line": "",
1015
- "creatives.containersV2.Line.Create.maxUploadFileSize": "",
1016
- "creatives.containersV2.Line.Create.maximumCharacterLengthExceeds": "",
1017
- "creatives.containersV2.Line.Create.message": "",
1018
- "creatives.containersV2.Line.Create.messageHasUnsupportedTag": "",
1019
- "creatives.containersV2.Line.Create.messageLabel": "",
1020
- "creatives.containersV2.Line.Create.messageTitleWithUnsupportedTag": "",
1021
- "creatives.containersV2.Line.Create.nameAndDescription": "",
1022
- "creatives.containersV2.Line.Create.pleaseUploadImage": "",
1023
- "creatives.containersV2.Line.Create.save": "",
1024
- "creatives.containersV2.Line.Create.selectLineAccount": "",
1025
- "creatives.containersV2.Line.Create.selectLineTemplate": "",
1026
- "creatives.containersV2.Line.Create.somethingWentWrong": "",
1027
- "creatives.containersV2.Line.Create.template": "",
1028
- "creatives.containersV2.Line.Create.templateCantEmpty": "",
1029
- "creatives.containersV2.Line.Create.templateCreatedSuccessfully": "",
1030
- "creatives.containersV2.Line.Create.templateEditedSuccessfully": "",
1031
- "creatives.containersV2.Line.Create.templateNameNotEmpty": "",
1032
- "creatives.containersV2.Line.Create.templateNotConfigured": "",
1033
- "creatives.containersV2.Line.Create.title": "",
1034
- "creatives.containersV2.Line.Create.titleHasUnsupportedTag": "",
1035
- "creatives.containersV2.Line.Create.titleLabel": "",
1036
- "creatives.containersV2.Line.Create.titleNameInvalid": "",
1037
- "creatives.containersV2.Line.Create.uploadFileSizeError": "",
1038
- "creatives.containersV2.Line.Create.uploadImage": "",
1039
- "creatives.containersV2.Line.Create.uploadSuccess": "",
1040
- "creatives.containersV2.Line.Create.uploadingImage": "",
1041
- "creatives.containersV2.Line.Create.valueCantEmpty": "",
1042
- "creatives.containersV2.Line.Edit.Campaigns": "",
1043
- "creatives.containersV2.Line.Edit.Creatives": "",
1044
- "creatives.containersV2.Line.Edit.Image": "",
1045
- "creatives.containersV2.Line.Edit.ImageUploadLabel": "",
1046
- "creatives.containersV2.Line.Edit.Tags": "",
1047
- "creatives.containersV2.Line.Edit.alertMessage": "",
1048
- "creatives.containersV2.Line.Edit.androidNotConfigured": "",
1049
- "creatives.containersV2.Line.Edit.button1": "",
1050
- "creatives.containersV2.Line.Edit.button2": "",
1051
- "creatives.containersV2.Line.Edit.cancel": "",
1052
- "creatives.containersV2.Line.Edit.discardChanges": "",
1053
- "creatives.containersV2.Line.Edit.enterTemplateName": "",
1054
- "creatives.containersV2.Line.Edit.enterTemplateNameImportant": "",
1055
- "creatives.containersV2.Line.Edit.goBackConfirmation": "",
1056
- "creatives.containersV2.Line.Edit.goBackTemporaryChangesLost": "",
1057
- "creatives.containersV2.Line.Edit.inputLineTemplateContent": "",
1058
- "creatives.containersV2.Line.Edit.iosNotConfigured": "",
1059
- "creatives.containersV2.Line.Edit.maxUploadFileSize": "",
1060
- "creatives.containersV2.Line.Edit.message": "",
1061
- "creatives.containersV2.Line.Edit.messageHasUnsupportedTag": "",
1062
- "creatives.containersV2.Line.Edit.messageLabel": "",
1063
- "creatives.containersV2.Line.Edit.messageTitleWithUnsupportedTag": "",
1064
- "creatives.containersV2.Line.Edit.mobilePush": "",
1065
- "creatives.containersV2.Line.Edit.nameAndDescription": "",
1066
- "creatives.containersV2.Line.Edit.pleaseUploadImage": "",
1067
- "creatives.containersV2.Line.Edit.save": "",
1068
- "creatives.containersV2.Line.Edit.selectLineTemplate": "",
1069
- "creatives.containersV2.Line.Edit.somethingWentWrong": "",
1070
- "creatives.containersV2.Line.Edit.template": "",
1071
- "creatives.containersV2.Line.Edit.templateCantEmpty": "",
1072
- "creatives.containersV2.Line.Edit.templateEditedSuccessfully": "",
1073
- "creatives.containersV2.Line.Edit.templateNameNotEmpty": "",
1074
- "creatives.containersV2.Line.Edit.templateNotConfigured": "",
1075
- "creatives.containersV2.Line.Edit.title": "",
1076
- "creatives.containersV2.Line.Edit.titleHasUnsupportedTag": "",
1077
- "creatives.containersV2.Line.Edit.titleLabel": "",
1078
- "creatives.containersV2.Line.Edit.titleNameInvalid": "",
1079
- "creatives.containersV2.Line.Edit.uploadFileSizeError": "",
1080
- "creatives.containersV2.Line.Edit.uploadImage": "",
1081
- "creatives.containersV2.Line.Edit.uploadingImage": "",
1082
- "creatives.containersV2.Line.Edit.valueCantEmpty": "",
1083
- "creatives.containersV2.Login.header": "",
1084
- "creatives.containersV2.Login.invalidCredential": "",
1085
- "creatives.containersV2.Login.loginPage": "",
1086
- "creatives.containersV2.Login.pageTitle": "",
1087
- "creatives.containersV2.MobilePush.Create.Android": "",
1088
- "creatives.containersV2.MobilePush.Create.Campaigns": "",
1089
- "creatives.containersV2.MobilePush.Create.Creatives": "",
1090
- "creatives.containersV2.MobilePush.Create.Image": "",
1091
- "creatives.containersV2.MobilePush.Create.ImageUploadLabel": "",
1092
- "creatives.containersV2.MobilePush.Create.Tags": "",
1093
- "creatives.containersV2.MobilePush.Create.accountId": "",
1094
- "creatives.containersV2.MobilePush.Create.addAnotherCTA": "",
1095
- "creatives.containersV2.MobilePush.Create.addPrimaryCTA": "",
1096
- "creatives.containersV2.MobilePush.Create.addSecondaryCTA": "",
1097
- "creatives.containersV2.MobilePush.Create.alertMessage": "",
1098
- "creatives.containersV2.MobilePush.Create.androidNotConfigured": "",
1099
- "creatives.containersV2.MobilePush.Create.button1": "",
1100
- "creatives.containersV2.MobilePush.Create.button2": "",
1101
- "creatives.containersV2.MobilePush.Create.cancel": "",
1102
- "creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "",
1103
- "creatives.containersV2.MobilePush.Create.copyFromAndroid": "",
1104
- "creatives.containersV2.MobilePush.Create.copyFromIos": "",
1105
- "creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "",
1106
- "creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "",
1107
- "creatives.containersV2.MobilePush.Create.discardChanges": "",
1108
- "creatives.containersV2.MobilePush.Create.enterCTALabel": "",
1109
- "creatives.containersV2.MobilePush.Create.enterTemplateName": "",
1110
- "creatives.containersV2.MobilePush.Create.enterTemplateNameImportant": "",
1111
- "creatives.containersV2.MobilePush.Create.externalLink": "",
1112
- "creatives.containersV2.MobilePush.Create.externalLinkCantEmpty": "",
1113
- "creatives.containersV2.MobilePush.Create.goBackConfirmation": "",
1114
- "creatives.containersV2.MobilePush.Create.goBackTemporaryChangesLost": "",
1115
- "creatives.containersV2.MobilePush.Create.here": "",
1116
- "creatives.containersV2.MobilePush.Create.iOS": "",
1117
- "creatives.containersV2.MobilePush.Create.inputMobilePushTemplateContent": "",
1118
- "creatives.containersV2.MobilePush.Create.invalidAndroidMessage": "",
1119
- "creatives.containersV2.MobilePush.Create.invalidExternalLink": "",
1120
- "creatives.containersV2.MobilePush.Create.invalidIosMessage": "",
1121
- "creatives.containersV2.MobilePush.Create.invalidTags": "",
1122
- "creatives.containersV2.MobilePush.Create.iosNotConfigured": "",
1123
- "creatives.containersV2.MobilePush.Create.maxUploadFileSize": "",
1124
- "creatives.containersV2.MobilePush.Create.message": "",
1125
- "creatives.containersV2.MobilePush.Create.messageHasUnsupportedTag": "",
1126
- "creatives.containersV2.MobilePush.Create.messageLabel": "",
1127
- "creatives.containersV2.MobilePush.Create.messageTitleWithUnsupportedTag": "",
1128
- "creatives.containersV2.MobilePush.Create.mobilePush": "",
1129
- "creatives.containersV2.MobilePush.Create.nameAndDescription": "",
1130
- "creatives.containersV2.MobilePush.Create.pleaseInput": "",
1131
- "creatives.containersV2.MobilePush.Create.pleaseUploadImage": "",
1132
- "creatives.containersV2.MobilePush.Create.primaryCTA": "",
1133
- "creatives.containersV2.MobilePush.Create.save": "",
1134
- "creatives.containersV2.MobilePush.Create.secondaryCTA": "",
1135
- "creatives.containersV2.MobilePush.Create.selectADeeplink": "",
1136
- "creatives.containersV2.MobilePush.Create.selectActionButton": "",
1137
- "creatives.containersV2.MobilePush.Create.selectDeeplink": "",
1138
- "creatives.containersV2.MobilePush.Create.selectLinkType": "",
1139
- "creatives.containersV2.MobilePush.Create.selectMobilePushAccount": "",
1140
- "creatives.containersV2.MobilePush.Create.selectMobilePushTemplate": "",
1141
- "creatives.containersV2.MobilePush.Create.somethingWentWrong": "",
1142
- "creatives.containersV2.MobilePush.Create.template": "",
1143
- "creatives.containersV2.MobilePush.Create.templateCantEmpty": "",
1144
- "creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "",
1145
- "creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "",
1146
- "creatives.containersV2.MobilePush.Create.templateNotConfigured": "",
1147
- "creatives.containersV2.MobilePush.Create.title": "",
1148
- "creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "",
1149
- "creatives.containersV2.MobilePush.Create.titleLabel": "",
1150
- "creatives.containersV2.MobilePush.Create.titleNameInvalid": "",
1151
- "creatives.containersV2.MobilePush.Create.uploadFileSizeError": "",
1152
- "creatives.containersV2.MobilePush.Create.uploadImage": "",
1153
- "creatives.containersV2.MobilePush.Create.uploadImageSizeErrorDescription": "",
1154
- "creatives.containersV2.MobilePush.Create.uploadImageSizeErrorTitle": "",
1155
- "creatives.containersV2.MobilePush.Create.uploadingImage": "",
1156
- "creatives.containersV2.MobilePush.Create.validationError": "",
1157
- "creatives.containersV2.MobilePush.Create.valueCantEmpty": "",
1158
- "creatives.containersV2.MobilePush.Edit.Android": "",
1159
- "creatives.containersV2.MobilePush.Edit.Campaigns": "",
1160
- "creatives.containersV2.MobilePush.Edit.Creatives": "",
1161
- "creatives.containersV2.MobilePush.Edit.Image": "",
1162
- "creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "",
1163
- "creatives.containersV2.MobilePush.Edit.Tags": "",
1164
- "creatives.containersV2.MobilePush.Edit.accountId": "",
1165
- "creatives.containersV2.MobilePush.Edit.addAnotherCTA": "",
1166
- "creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "",
1167
- "creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "",
1168
- "creatives.containersV2.MobilePush.Edit.alertMessage": "",
1169
- "creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "",
1170
- "creatives.containersV2.MobilePush.Edit.button1": "",
1171
- "creatives.containersV2.MobilePush.Edit.button2": "",
1172
- "creatives.containersV2.MobilePush.Edit.cancel": "",
1173
- "creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "",
1174
- "creatives.containersV2.MobilePush.Edit.copyFromAndroid": "",
1175
- "creatives.containersV2.MobilePush.Edit.copyFromIos": "",
1176
- "creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "",
1177
- "creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "",
1178
- "creatives.containersV2.MobilePush.Edit.discardChanges": "",
1179
- "creatives.containersV2.MobilePush.Edit.enterCTALabel": "",
1180
- "creatives.containersV2.MobilePush.Edit.enterTemplateName": "",
1181
- "creatives.containersV2.MobilePush.Edit.enterTemplateNameImportant": "",
1182
- "creatives.containersV2.MobilePush.Edit.externalLink": "",
1183
- "creatives.containersV2.MobilePush.Edit.externalLinkCantEmpty": "",
1184
- "creatives.containersV2.MobilePush.Edit.externalLinkCantEmpty1": "",
1185
- "creatives.containersV2.MobilePush.Edit.goBackConfirmation": "",
1186
- "creatives.containersV2.MobilePush.Edit.goBackTemporaryChangesLost": "",
1187
- "creatives.containersV2.MobilePush.Edit.iOS": "",
1188
- "creatives.containersV2.MobilePush.Edit.inputMobilePushTemplateContent": "",
1189
- "creatives.containersV2.MobilePush.Edit.invalidAndroidMessage": "",
1190
- "creatives.containersV2.MobilePush.Edit.invalidIosMessage": "",
1191
- "creatives.containersV2.MobilePush.Edit.invalidTags": "",
1192
- "creatives.containersV2.MobilePush.Edit.iosTemplateNotConfigured": "",
1193
- "creatives.containersV2.MobilePush.Edit.maxUploadFileSize": "",
1194
- "creatives.containersV2.MobilePush.Edit.message": "",
1195
- "creatives.containersV2.MobilePush.Edit.messageHasUnsupportedTag": "",
1196
- "creatives.containersV2.MobilePush.Edit.messageLabel": "",
1197
- "creatives.containersV2.MobilePush.Edit.messageTitleWithUnsupportedTag": "",
1198
- "creatives.containersV2.MobilePush.Edit.mobilePush": "",
1199
- "creatives.containersV2.MobilePush.Edit.nameAndDescription": "",
1200
- "creatives.containersV2.MobilePush.Edit.pleaseInput": "",
1201
- "creatives.containersV2.MobilePush.Edit.pleaseUploadImage": "",
1202
- "creatives.containersV2.MobilePush.Edit.primaryCTA": "",
1203
- "creatives.containersV2.MobilePush.Edit.save": "",
1204
- "creatives.containersV2.MobilePush.Edit.secondaryCTA": "",
1205
- "creatives.containersV2.MobilePush.Edit.selectADeeplink": "",
1206
- "creatives.containersV2.MobilePush.Edit.selectActionButton": "",
1207
- "creatives.containersV2.MobilePush.Edit.selectDeepLink": "",
1208
- "creatives.containersV2.MobilePush.Edit.selectDeeplink": "",
1209
- "creatives.containersV2.MobilePush.Edit.selectLinkType": "",
1210
- "creatives.containersV2.MobilePush.Edit.selectMobilePushAccount": "",
1211
- "creatives.containersV2.MobilePush.Edit.selectMobilePushTemplate": "",
1212
- "creatives.containersV2.MobilePush.Edit.somethingWentWrong": "",
1213
- "creatives.containersV2.MobilePush.Edit.template": "",
1214
- "creatives.containersV2.MobilePush.Edit.templateCantEmpty": "",
1215
- "creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "",
1216
- "creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "",
1217
- "creatives.containersV2.MobilePush.Edit.templateNotConfigured": "",
1218
- "creatives.containersV2.MobilePush.Edit.title": "",
1219
- "creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "",
1220
- "creatives.containersV2.MobilePush.Edit.titleLabel": "",
1221
- "creatives.containersV2.MobilePush.Edit.titleNameInvalid": "",
1222
- "creatives.containersV2.MobilePush.Edit.uploadFileSizeError": "",
1223
- "creatives.containersV2.MobilePush.Edit.uploadImage": "",
1224
- "creatives.containersV2.MobilePush.Edit.uploadingImage": "",
1225
- "creatives.containersV2.MobilePush.Edit.validationError": "",
1226
- "creatives.containersV2.MobilePush.Edit.valueCantEmpty": "",
1227
- "creatives.containersV2.MobilepushWrapper.createMode": "",
1228
- "creatives.containersV2.MobilepushWrapper.creativeName": "",
1229
- "creatives.containersV2.MobilepushWrapper.header": "",
1230
- "creatives.containersV2.MobilepushWrapper.image": "",
1231
- "creatives.containersV2.MobilepushWrapper.text": "",
1232
- "creatives.containersV2.NotFoundPage.header": "",
1233
- "creatives.containersV2.TagList.header": "",
1234
- "creatives.containersV2.Templates.accountConfigError": "",
1235
- "creatives.containersV2.Templates.all": "",
1236
- "creatives.containersV2.Templates.alphabeticallyOption": "",
1237
- "creatives.containersV2.Templates.blankTemplate": "",
1238
- "creatives.containersV2.Templates.campaigns": "",
1239
- "creatives.containersV2.Templates.cancelText": "",
1240
- "creatives.containersV2.Templates.chooseAccount": "",
1241
- "creatives.containersV2.Templates.continue": "",
1242
- "creatives.containersV2.Templates.createEmailActionButton": "",
1243
- "creatives.containersV2.Templates.createMessageContent": "",
1244
- "creatives.containersV2.Templates.createNewActionButton": "",
1245
- "creatives.containersV2.Templates.createSmsActionButton": "",
1246
- "creatives.containersV2.Templates.creativeTemplates": "",
1247
- "creatives.containersV2.Templates.creativeTemplatesDesc": "",
1248
- "creatives.containersV2.Templates.creatives": "",
1249
- "creatives.containersV2.Templates.creativesTemplatesEdit": "",
1250
- "creatives.containersV2.Templates.creativesTemplatesSave": "",
1251
- "creatives.containersV2.Templates.deleteButton": "",
1252
- "creatives.containersV2.Templates.deletedSuccssfully": "",
1253
- "creatives.containersV2.Templates.deletionFailed": "",
1254
- "creatives.containersV2.Templates.duplicateButton": "",
1255
- "creatives.containersV2.Templates.ebillHeader": "",
1256
- "creatives.containersV2.Templates.ebillPreview": "",
1257
- "creatives.containersV2.Templates.editButton": "",
1258
- "creatives.containersV2.Templates.editMessageContent": "",
1259
- "creatives.containersV2.Templates.emailHeader": "",
1260
- "creatives.containersV2.Templates.emailPreview": "",
1261
- "creatives.containersV2.Templates.emailTitleIllustartion": "",
1262
- "creatives.containersV2.Templates.gettingAllTemplates": "",
1263
- "creatives.containersV2.Templates.header": "",
1264
- "creatives.containersV2.Templates.imageTemplate": "",
1265
- "creatives.containersV2.Templates.invalidUploadFileError": "",
1266
- "creatives.containersV2.Templates.layoutSelection": "",
1267
- "creatives.containersV2.Templates.lineHeader": "",
1268
- "creatives.containersV2.Templates.mapTemplate": "",
1269
- "creatives.containersV2.Templates.mapTemplates": "",
1270
- "creatives.containersV2.Templates.mobilepushAccount": "",
1271
- "creatives.containersV2.Templates.mobilepushHeader": "",
1272
- "creatives.containersV2.Templates.mostRecentOption": "",
1273
- "creatives.containersV2.Templates.newEmailTemplate": "",
1274
- "creatives.containersV2.Templates.newNotificationTemplate": "",
1275
- "creatives.containersV2.Templates.newSMSTemplate": "",
1276
- "creatives.containersV2.Templates.newTemplate": "",
1277
- "creatives.containersV2.Templates.noAccountMessage": "",
1278
- "creatives.containersV2.Templates.noAccountsPresent": "",
1279
- "creatives.containersV2.Templates.noTemplatesFound": "",
1280
- "creatives.containersV2.Templates.noTemplatesMessage": "",
1281
- "creatives.containersV2.Templates.preview": "",
1282
- "creatives.containersV2.Templates.previewButton": "",
1283
- "creatives.containersV2.Templates.previewGenerateText": "",
1284
- "creatives.containersV2.Templates.pushTitleIllustartion": "",
1285
- "creatives.containersV2.Templates.richMediaTemplates": "",
1286
- "creatives.containersV2.Templates.searchText": "",
1287
- "creatives.containersV2.Templates.selectAccount": "",
1288
- "creatives.containersV2.Templates.selectButton": "",
1289
- "creatives.containersV2.Templates.selectDefaultButton": "",
1290
- "creatives.containersV2.Templates.selectSmsHeader": "",
1291
- "creatives.containersV2.Templates.selectWechatHeader": "",
1292
- "creatives.containersV2.Templates.smsChannelTemplatesHeader": "",
1293
- "creatives.containersV2.Templates.smsHeader": "",
1294
- "creatives.containersV2.Templates.smsTitleIllustartion": "",
1295
- "creatives.containersV2.Templates.somethingWentWrong": "",
1296
- "creatives.containersV2.Templates.sortBy": "",
1297
- "creatives.containersV2.Templates.template": "",
1298
- "creatives.containersV2.Templates.templateDeleteConfirm": "",
1299
- "creatives.containersV2.Templates.templateDeleteSuccess": "",
1300
- "creatives.containersV2.Templates.templateDuplicateSuccess": "",
1301
- "creatives.containersV2.Templates.templateSelection": "",
1302
- "creatives.containersV2.Templates.textTemplate": "",
1303
- "creatives.containersV2.Templates.unMapButton": "",
1304
- "creatives.containersV2.Templates.uploadFile": "",
1305
- "creatives.containersV2.Templates.uploadedAt": "",
1306
- "creatives.containersV2.Templates.uploadedBy": "",
1307
- "creatives.containersV2.Templates.uploadingFile": "",
1308
- "creatives.containersV2.Templates.useEditor": "",
1309
- "creatives.containersV2.Templates.weChatRichmediaTemplate": "",
1310
- "creatives.containersV2.Templates.wechatAccount": "",
1311
- "creatives.containersV2.Templates.wechatAccountNotConfigured": "",
1312
- "creatives.containersV2.Templates.wechatChannelTemplatesHeader": "",
1313
- "creatives.containersV2.Templates.wechatHeader": "",
1314
- "creatives.containersV2.Templates.yesText": "",
1315
- "creatives.containersV2.Templates.zipUploadFailed": "",
1316
- "creatives.containersV2.TemplatesV2.callTask": "",
1317
- "creatives.containersV2.TemplatesV2.creatives": "",
1318
- "creatives.containersV2.TemplatesV2.creativesDesc": "",
1319
- "creatives.containersV2.TemplatesV2.edit": "",
1320
- "creatives.containersV2.TemplatesV2.email": "",
1321
- "creatives.containersV2.TemplatesV2.gallery": "",
1322
- "creatives.containersV2.TemplatesV2.header": "",
1323
- "creatives.containersV2.TemplatesV2.pushNotification": "",
1324
- "creatives.containersV2.TemplatesV2.select": "",
1325
- "creatives.containersV2.TemplatesV2.sms": "",
1326
- "creatives.containersV2.TemplatesV2.wechat": "",
1327
- "creatives.containersV2.TestPage.header": "",
1328
- "creatives.containersV2.Testv2.descriptionTestv2": "",
1329
- "creatives.containersV2.Testv2.header": "",
1330
- "creatives.containersV2.Testv2.testv2": "",
1331
- "creatives.containersV2.View.descriptionView": "",
1332
- "creatives.containersV2.View.header": "",
1333
- "creatives.containersV2.View.view": "",
1334
- "creatives.containersV2.WeChat.accountId": "",
1335
- "creatives.containersV2.WeChat.alertMessage": "",
1336
- "creatives.containersV2.WeChat.cancel": "",
1337
- "creatives.containersV2.WeChat.discard": "",
1338
- "creatives.containersV2.WeChat.gettingTemplateData": "",
1339
- "creatives.containersV2.WeChat.goBackTemporaryChangesLost": "",
1340
- "creatives.containersV2.WeChat.hasValidContent": "",
1341
- "creatives.containersV2.WeChat.header": "",
1342
- "creatives.containersV2.WeChat.isInternalUrl": "",
1343
- "creatives.containersV2.WeChat.link": "",
1344
- "creatives.containersV2.WeChat.linkCantEmpty": "",
1345
- "creatives.containersV2.WeChat.save": "",
1346
- "creatives.containersV2.WeChat.selectWechatAccount": "",
1347
- "creatives.containersV2.WeChat.selectWechatTemplate": "",
1348
- "creatives.containersV2.WeChat.somethingWentWrong": "",
1349
- "creatives.containersV2.WeChat.tagsLabel": "",
1350
- "creatives.containersV2.WeChat.template": "",
1351
- "creatives.containersV2.WeChat.templateMapping": "",
1352
- "creatives.containersV2.WeChat.wechatCreateSuccess": "",
1353
- "creatives.containersV2.WeChat.wechatEditSuccess": "",
1354
- "creatives.containersV2.appName": "",
1355
- "creatives.containersV2.audience": "",
1356
- "creatives.containersV2.campaigns": "",
1357
- "creatives.containersV2.campaignsDashboard": "",
1358
- "creatives.containersV2.campaignsHome": "",
1359
- "creatives.containersV2.creatives": "",
1360
- "creatives.containersV2.incentive": "",
1361
- "customdatepicker.cancel": "",
1362
- "customdatepicker.done": "",
1363
- "reon.components.Cap.Workbench": "",
1364
- "reon.components.Cap.appName": "",
1365
- "reon.components.Cap.campaigns": "",
1366
- "reon.components.Cap.creatives": "",
1367
- "reon.components.Cap.creativesDashboard": "",
1368
- "reon.components.Cap.ebill": "",
1369
- "reon.components.Cap.email": "",
1370
- "reon.components.Cap.gallery": "",
1371
- "reon.components.Cap.line": "",
1372
- "reon.components.Cap.loyalty": "",
1373
- "reon.components.Cap.memberCare": "",
1374
- "reon.components.Cap.mobilepush": "",
1375
- "reon.components.Cap.sms": "",
1376
- "reon.components.Cap.storeCare": "",
1377
- "reon.components.Cap.storePerformance": "",
1378
- "reon.components.Cap.wechat": "",
1379
- "reon.components.DateFilter.apply": "",
1380
- "reon.components.DateFilter.cancel": "",
1381
- "reon.components.DateFilter.custom": "",
1382
- "reon.components.DateFilter.editText": "",
1383
- "reon.components.DateFilter.loaderMessage": "",
1384
- "reon.components.DateFilter.mtd": "",
1385
- "reon.components.DateFilter.previousMonth": "",
1386
- "reon.components.DateFilter.previousWeek": "",
1387
- "reon.components.DateFilter.previousYear": "",
1388
- "reon.components.DateFilter.selectDateRange": "",
1389
- "reon.components.DateFilter.wtd": "",
1390
- "reon.components.DateFilter.ytd": "",
1391
- "reon.components.TopBar.brand.dropdown": "",
1392
- "reon.components.TopBar.logout": "",
1393
- "reon.components.TopBar.profile": "",
1394
- "reon.components.TopBar.settings": "",
1395
- "reon.components.campaignsDashboard": "",
1396
- "reon.components.campaignsHome": "",
1397
- "reon.componentsv2.Cap.Workbench": "",
1398
- "reon.componentsv2.Cap.campaigns": "",
1399
- "reon.componentsv2.Cap.creatives": "",
1400
- "reon.componentsv2.Cap.creativesDashboard": "",
1401
- "reon.componentsv2.Cap.ebill": "",
1402
- "reon.componentsv2.Cap.email": "",
1403
- "reon.componentsv2.Cap.gallery": "",
1404
- "reon.componentsv2.Cap.loyalty": "",
1405
- "reon.componentsv2.Cap.memberCare": "",
1406
- "reon.componentsv2.Cap.sms": "",
1407
- "reon.componentsv2.Cap.storeCare": "",
1408
- "reon.componentsv2.Cap.storePerformance": "",
1409
- "reon.componentsv2.Cap.wechat": "",
1410
- "reon.componentsv2.appName": "",
1411
- "reon.componentsv2.campaignsDashboard": "",
1412
- "reon.componentsv2.campaignsHome": "",
1413
- "reon.modules.Login.componentsv2.LoginForm.input.inputPasswordMandatory": "",
1414
- "reon.modules.Login.componentsv2.LoginForm.input.inputUsernameMandatory": "",
1415
- "reon.modules.Login.componentsv2.LoginForm.input.invalidCredentials": "",
1416
- "reon.modules.Login.componentsv2.LoginForm.input.loginButton": "",
1417
- "reon.modules.Login.componentsv2.LoginForm.input.password": "",
1418
- "reon.modules.Login.componentsv2.LoginForm.input.username": ""
2
+ "app.components.BreadCrumbs.header": "",
3
+ "app.components.CapTagList.Cancel": "取消",
4
+ "app.components.CapTagList.Ok": "OK",
5
+ "app.components.CapTagList.dynamic_days_before_expiry": "到期前(动态)天数",
6
+ "app.components.CapTagList.numberOfDaysBeforeExpiry": "到期前......天",
7
+ "app.components.Ckeditor.header": "",
8
+ "app.components.CustomPopOver.header": "",
9
+ "app.components.DateRange.header": "",
10
+ "app.components.Edmeditor.header": "",
11
+ "app.components.EmailPreview.lastModified": "",
12
+ "app.components.EmailPreview.uploadedBy": "",
13
+ "app.components.Footer.header": "",
14
+ "app.components.FormBuilder.header": "",
15
+ "app.components.ImagePreview.loadingImage": "加载图片",
16
+ "app.components.NotFoundPage.header": "",
17
+ "app.components.PageHeader.header": "",
18
+ "app.components.PreviewSideBar.duplicate": "重复",
19
+ "app.components.PreviewSideBar.edit": "编辑",
20
+ "app.components.PreviewSideBar.header": "",
21
+ "app.components.PreviewSideBar.lastModified": "最后修改于",
22
+ "app.components.PreviewSideBar.select": "选择",
23
+ "app.components.PreviewSideBar.uploadedBy": "最后修改人",
24
+ "app.components.Sidebar.creatives": "广告创意",
25
+ "app.components.Sidebar.input.placeholder": "搜索",
26
+ "app.components.Sidebar.menuTitle": "菜单",
27
+ "app.components.SmsTest.header": "",
28
+ "app.components.TemplatePreview.characters": "字符",
29
+ "app.components.TemplatePreview.previewGenerationMessage": "正在生成预览",
30
+ "app.components.TemplatePreview.sms": "短信",
31
+ "app.components.TestPage.header": "",
32
+ "app.components.Toastr.header": "",
33
+ "app.components.ToastrMessage.header": "",
34
+ "app.components.TopBar.brand.dropdown": "你好",
35
+ "app.containers.Assets.Gallery.alphabetically": "字母排序",
36
+ "app.containers.Assets.Gallery.assetDeleteFailed": "图片删除失败",
37
+ "app.containers.Assets.Gallery.assetDeleteSuccess": "图片删除成功",
38
+ "app.containers.Assets.Gallery.assetUploadFailed": "图片上传失败",
39
+ "app.containers.Assets.Gallery.assetUploadSuccess": "图片上传成功",
40
+ "app.containers.Assets.Gallery.backToGallery": "返回画廊",
41
+ "app.containers.Assets.Gallery.delete": "删除",
42
+ "app.containers.Assets.Gallery.dimensions": "像素",
43
+ "app.containers.Assets.Gallery.gallery": "画廊",
44
+ "app.containers.Assets.Gallery.imagePreview": "图片预览",
45
+ "app.containers.Assets.Gallery.mostRecent": "最近",
46
+ "app.containers.Assets.Gallery.preview": "预览",
47
+ "app.containers.Assets.Gallery.search": "搜索",
48
+ "app.containers.Assets.Gallery.select": "选择",
49
+ "app.containers.Assets.Gallery.size": "尺寸",
50
+ "app.containers.Assets.Gallery.sortby": "排序",
51
+ "app.containers.Assets.Gallery.upload": "上传图片",
52
+ "app.containers.Assets.Gallery.uploadedAt": "上传到",
53
+ "app.containers.Assets.Gallery.uploadedBy": "被上传",
54
+ "app.containers.Assets.Gallery.uploadedOn": "上传于",
55
+ "app.containers.Create.cancelButton": "取消",
56
+ "app.containers.Create.deleteLabel": "删除",
57
+ "app.containers.Create.discardChangesButton": "取消修改",
58
+ "app.containers.Create.duplicateLabel": "重复",
59
+ "app.containers.Create.emptyTemplateErrorMessage": "请提供模板名称",
60
+ "app.containers.Create.markFinalVersionLabel": "标记为最终版本",
61
+ "app.containers.Create.messageLabel": "信息",
62
+ "app.containers.Create.newVersionLabel": "新版本",
63
+ "app.containers.Create.renameLabel": "重新命名",
64
+ "app.containers.Create.saveButton": "保存",
65
+ "app.containers.Create.saveTemplateLoader": "报错模板",
66
+ "app.containers.Create.smsEditorPlaceholder": "请输入消息内容",
67
+ "app.containers.Create.somethingWentWrong": "",
68
+ "app.containers.Create.tagsErrorMessage": "请检查缺失/不支持的标签内容",
69
+ "app.containers.Create.tagsLabel": "标签",
70
+ "app.containers.Create.templateNamePlaceHolder": "输入模板名称",
71
+ "app.containers.Create.unicodeErrorMessage": "请确认是否使用Unicode字符",
72
+ "app.containers.Create.unicodeLabel": "允许unicode字符",
73
+ "app.containers.Create.versionLabel": "版本",
74
+ "app.containers.Dashboard.header": "仪表板",
75
+ "app.containers.Ebill.Cancel": "取消",
76
+ "app.containers.Ebill.Preview": "预览",
77
+ "app.containers.Ebill.Save": "保存",
78
+ "app.containers.Ebill.campaigns": "活动",
79
+ "app.containers.Ebill.creatives": "活动模板",
80
+ "app.containers.Ebill.ebill": "电子账单",
81
+ "app.containers.Ebill.ebillCreateSuccess": "电子账单模板创建成功",
82
+ "app.containers.Ebill.ebillEditSuccess": "电子账单模板编辑成功",
83
+ "app.containers.Ebill.ebillPreview": "电子账单预览",
84
+ "app.containers.Ebill.emptyTemplateErrorMessage": "请提供模板名称",
85
+ "app.containers.Ebill.enterTemplateName": "输入模板名称",
86
+ "app.containers.Ebill.loading": "加载中...",
87
+ "app.containers.Ebill.newVersionLabel": "新模板",
88
+ "app.containers.Ebill.somethingWentWrong": "系统报错",
89
+ "app.containers.Ebill.tagsErrorMessage": "请检查缺失/不支持的标签内容",
90
+ "app.containers.Ebill.tagsLabel": "标签",
91
+ "app.containers.Edit.cancelButton": "取消",
92
+ "app.containers.Edit.deleteLabel": "删除",
93
+ "app.containers.Edit.discardChangesButton": "取消修改",
94
+ "app.containers.Edit.duplicateLabel": "重复",
95
+ "app.containers.Edit.emptyTemplateErrorMessage": "请提供模板名称",
96
+ "app.containers.Edit.getTemplateDetailsLoader": "获取模板详情",
97
+ "app.containers.Edit.markFinalVersionLabel": "标记为最终版本",
98
+ "app.containers.Edit.messageLabel": "信息",
99
+ "app.containers.Edit.newVersionLabel": "新版本",
100
+ "app.containers.Edit.renameLabel": "重新命名",
101
+ "app.containers.Edit.saveButton": "保存",
102
+ "app.containers.Edit.saveTemplateLoader": "报错模板",
103
+ "app.containers.Edit.smsEditorPlaceholder": "请输入消息内容",
104
+ "app.containers.Edit.somethingWentWrong": "",
105
+ "app.containers.Edit.tagsErrorMessage": "请检查缺失/不支持的标签内容",
106
+ "app.containers.Edit.tagsLabel": "标签",
107
+ "app.containers.Edit.templateNamePlaceHolder": "输入模板名称",
108
+ "app.containers.Edit.unicodeErrorMessage": "请检查你确定要使用Unicode字符",
109
+ "app.containers.Edit.unicodeLabel": "允许unicode字符",
110
+ "app.containers.Edit.versionLabel": "版本",
111
+ "app.containers.Email.Campaigns": "活动",
112
+ "app.containers.Email.Cancel": "取消",
113
+ "app.containers.Email.Creatives": "活动模板",
114
+ "app.containers.Email.Preview": "预览",
115
+ "app.containers.Email.Save": "保存",
116
+ "app.containers.Email.Subject": "活动主题",
117
+ "app.containers.Email.Tags": "标签",
118
+ "app.containers.Email.alphabetically": "按字母顺序排列",
119
+ "app.containers.Email.alphabeticallyOption": "按字母顺序排列",
120
+ "app.containers.Email.assetUploadFailed": "图片上传失败",
121
+ "app.containers.Email.blankTemplate": "空白模板",
122
+ "app.containers.Email.cancel": "取消",
123
+ "app.containers.Email.createHeading": "创建邮箱模板",
124
+ "app.containers.Email.delete": "删除",
125
+ "app.containers.Email.deleteLanguage": "删除语言",
126
+ "app.containers.Email.deleteLanguageConfirmation": "你是否想删除此语言?",
127
+ "app.containers.Email.deleteVersion": "删除模板",
128
+ "app.containers.Email.deleteVersionConfirm": "你是否想删除此模板?",
129
+ "app.containers.Email.dupicateVersion": "复制模板",
130
+ "app.containers.Email.editButton": "编辑",
131
+ "app.containers.Email.editHeading": "编辑邮箱模板",
132
+ "app.containers.Email.edmSwitchAcceptText": "已理解此操作无法恢复",
133
+ "app.containers.Email.edmSwtichMessage": "当选择使用HTML语言编辑时,邮箱模板设计快捷操作,如:拖拉操作将不再适用此模板",
134
+ "app.containers.Email.emailCreateSuccess": "邮箱模板创建成功",
135
+ "app.containers.Email.emailEditSuccess": "邮箱模板编辑成功",
136
+ "app.containers.Email.emailPreview": "邮件预览",
137
+ "app.containers.Email.emailSubject": "输入邮件主题",
138
+ "app.containers.Email.emailSubjectNotEmplty": "电子邮件主题不能为空值",
139
+ "app.containers.Email.emailText": "电子邮件",
140
+ "app.containers.Email.imageSelection": "选择图片",
141
+ "app.containers.Email.insertImage": "插入图片",
142
+ "app.containers.Email.markAsFinal": "标为终版",
143
+ "app.containers.Email.moreThanFiveVersionNotAllowed": "最多创建5个模板",
144
+ "app.containers.Email.mostRecent": "最近一次",
145
+ "app.containers.Email.mostRecentOption": "最近一次",
146
+ "app.containers.Email.preview": "预览",
147
+ "app.containers.Email.previewButton": "预览",
148
+ "app.containers.Email.saveTemplateLoader": "保存模板",
149
+ "app.containers.Email.searchText": "查找",
150
+ "app.containers.Email.select": "选择",
151
+ "app.containers.Email.selectButton": "选择",
152
+ "app.containers.Email.somethingWentWrong": "系统报错",
153
+ "app.containers.Email.sortBy": "排序方式",
154
+ "app.containers.Email.sortby": "排序方式",
155
+ "app.containers.Email.switchEditor": "切换编辑器",
156
+ "app.containers.Email.templateLoader": "加载模板...",
157
+ "app.containers.Email.templateMarkedFinalSuccess": "成功将模板标记为终版",
158
+ "app.containers.Email.templateNameNotEmpty": "请提供模板名称",
159
+ "app.containers.Email.templateNamePlaceholder": "输入模板名称",
160
+ "app.containers.Email.upload": "上传图片",
161
+ "app.containers.Email.uploadSizeError": "文档太大无法上传.请上传不超过5MB的文档",
162
+ "app.containers.Email.uploadedAt": "已修改",
163
+ "app.containers.Email.uploadedBy": "上传人",
164
+ "app.containers.Email.uploadingImage": "上传图片...",
165
+ "app.containers.Email.yes": "",
166
+ "app.containers.Login.header": "",
167
+ "app.containers.Login.invalidCredential": "无效的用户名或密码",
168
+ "app.containers.Login.pageTitle": "登录",
169
+ "app.containers.MobilePush.Create.Android": "Android",
170
+ "app.containers.MobilePush.Create.Campaigns": "活动",
171
+ "app.containers.MobilePush.Create.Creatives": "活动模板",
172
+ "app.containers.MobilePush.Create.Image": "图片",
173
+ "app.containers.MobilePush.Create.ImageUploadLabel": "上传图片",
174
+ "app.containers.MobilePush.Create.Tags": "标签",
175
+ "app.containers.MobilePush.Create.accountId": "客户名称",
176
+ "app.containers.MobilePush.Create.addAnotherCTA": "添加其它CTA",
177
+ "app.containers.MobilePush.Create.addPrimaryCTA": "添加一级CTA",
178
+ "app.containers.MobilePush.Create.addSecondaryCTA": "添加二级CTA",
179
+ "app.containers.MobilePush.Create.button1": "按钮1",
180
+ "app.containers.MobilePush.Create.button2": "按钮2",
181
+ "app.containers.MobilePush.Create.cancel": "取消",
182
+ "app.containers.MobilePush.Create.copyFromAndroid": "从Android系统中复制标题和内容",
183
+ "app.containers.MobilePush.Create.copyFromIos": "从IOS系统中复制标题和内容",
184
+ "app.containers.MobilePush.Create.ctaLabelCantEmpty": "CTA值不能为空",
185
+ "app.containers.MobilePush.Create.deleteSecondCTAFirst": "请先删除二级CTA",
186
+ "app.containers.MobilePush.Create.discardChanges": "放弃修改",
187
+ "app.containers.MobilePush.Create.enterCTALabel": "此处输入CTA值",
188
+ "app.containers.MobilePush.Create.enterTemplateName": "输入模板名称",
189
+ "app.containers.MobilePush.Create.enterTemplateNameImportant": "输入模板名称*",
190
+ "app.containers.MobilePush.Create.externalLink": "External Link",
191
+ "app.containers.MobilePush.Create.externalLinkCantEmpty": "External Link不能为空",
192
+ "app.containers.MobilePush.Create.goBackConfirmation": "返回上一步将放弃当前的所有修改,是否继续?",
193
+ "app.containers.MobilePush.Create.iOS": "iOS",
194
+ "app.containers.MobilePush.Create.inputMobilePushTemplateContent": "请输入消息内容",
195
+ "app.containers.MobilePush.Create.maxUploadFileSize": "可上传的最大文件大小是5MB",
196
+ "app.containers.MobilePush.Create.message": "消息",
197
+ "app.containers.MobilePush.Create.messageHasUnsupportedTag": "请检查缺失/不支持的标签内容",
198
+ "app.containers.MobilePush.Create.messageLabel": "消息*",
199
+ "app.containers.MobilePush.Create.messageTitleWithUnsupportedTag": "请检查缺失/不支持的标签内容",
200
+ "app.containers.MobilePush.Create.mobilePush": "Mobile Push",
201
+ "app.containers.MobilePush.Create.nameAndDescription": "名称和描述",
202
+ "app.containers.MobilePush.Create.pleaseUploadImage": "请上传图片",
203
+ "app.containers.MobilePush.Create.primaryCTA": "一级CTA",
204
+ "app.containers.MobilePush.Create.save": "保存",
205
+ "app.containers.MobilePush.Create.secondaryCTA": "二级CTA",
206
+ "app.containers.MobilePush.Create.selectADeeplink": "选择Deep link",
207
+ "app.containers.MobilePush.Create.selectDeepLink": "选择Deep link",
208
+ "app.containers.MobilePush.Create.selectDeeplink": "选择Deep link",
209
+ "app.containers.MobilePush.Create.selectLinkType": "请选择链接类型",
210
+ "app.containers.MobilePush.Create.selectMobilePushAccount": "请选择Mobile push的账户",
211
+ "app.containers.MobilePush.Create.selectMobilePushTemplate": "请选择Mobile push的模板",
212
+ "app.containers.MobilePush.Create.somethingWentWrong": "系统报错",
213
+ "app.containers.MobilePush.Create.template": "模板",
214
+ "app.containers.MobilePush.Create.templateCantEmpty": "请填写模板名称",
215
+ "app.containers.MobilePush.Create.templateCreatedSuccessfully": "Mobile push模板创建成功",
216
+ "app.containers.MobilePush.Create.templateNameNotEmpty": "请提供模板名称",
217
+ "app.containers.MobilePush.Create.title": "标题",
218
+ "app.containers.MobilePush.Create.titleHasUnsupportedTag": "请检查缺失/不支持的标签内容",
219
+ "app.containers.MobilePush.Create.titleLabel": "标题*",
220
+ "app.containers.MobilePush.Create.titleNameInvalid": "请输入消息标题",
221
+ "app.containers.MobilePush.Create.uploadFileSizeError": "文件大小不能超过5MB",
222
+ "app.containers.MobilePush.Create.uploadImage": "上传图片",
223
+ "app.containers.MobilePush.Create.uploadingImage": "加载图片",
224
+ "app.containers.MobilePush.Create.valueCantEmpty": "值不能为空",
225
+ "app.containers.MobilePush.Edit.Android": "Android",
226
+ "app.containers.MobilePush.Edit.Campaigns": "活动",
227
+ "app.containers.MobilePush.Edit.Creatives": "活动模板",
228
+ "app.containers.MobilePush.Edit.Image": "图片",
229
+ "app.containers.MobilePush.Edit.ImageUploadLabel": "上传图片",
230
+ "app.containers.MobilePush.Edit.Tags": "标签",
231
+ "app.containers.MobilePush.Edit.accountId": "Account Id",
232
+ "app.containers.MobilePush.Edit.addAnotherCTA": "添加其它CTA",
233
+ "app.containers.MobilePush.Edit.addPrimaryCTA": "添加一级CTA",
234
+ "app.containers.MobilePush.Edit.addSecondaryCTA": "添加二级CTA",
235
+ "app.containers.MobilePush.Edit.androidTemplateNotConfigured": "Android 模板没有配置,是否保存?",
236
+ "app.containers.MobilePush.Edit.button1": "按钮1",
237
+ "app.containers.MobilePush.Edit.button2": "按钮2",
238
+ "app.containers.MobilePush.Edit.cancel": "取消",
239
+ "app.containers.MobilePush.Edit.copyFromAndroid": "从Android复制标题和内容",
240
+ "app.containers.MobilePush.Edit.copyFromIos": "从IOS复制标题和内容 ",
241
+ "app.containers.MobilePush.Edit.ctaLabelCantEmpty": "CTA值不能为空",
242
+ "app.containers.MobilePush.Edit.deleteSecondCTAFirst": "请先删除二级CTA",
243
+ "app.containers.MobilePush.Edit.discardChanges": "放弃修改",
244
+ "app.containers.MobilePush.Edit.enterCTALabel": "此处输入CTA值",
245
+ "app.containers.MobilePush.Edit.enterTemplateName": "输入模板名称",
246
+ "app.containers.MobilePush.Edit.enterTemplateNameImportant": "输入模板名称*",
247
+ "app.containers.MobilePush.Edit.externalLink": "External Link",
248
+ "app.containers.MobilePush.Edit.externalLinkCantEmpty": "External Link不能为空值",
249
+ "app.containers.MobilePush.Edit.externalLinkCantEmpty1": "External Link不能为空值",
250
+ "app.containers.MobilePush.Edit.goBackConfirmation": "你是否想退回上一步操作?所有修改将会丢失!",
251
+ "app.containers.MobilePush.Edit.iOS": "iOS",
252
+ "app.containers.MobilePush.Edit.inputMobilePushTemplateContent": "请输入消息内容",
253
+ "app.containers.MobilePush.Edit.iosTemplateNotConfigured": "IOS模板没有配置,是否保存?",
254
+ "app.containers.MobilePush.Edit.maxUploadFileSize": "文件大小不能超过5MB",
255
+ "app.containers.MobilePush.Edit.message": "消息",
256
+ "app.containers.MobilePush.Edit.messageHasUnsupportedTag": "请检查缺失/不支持的标签内容",
257
+ "app.containers.MobilePush.Edit.messageLabel": "消息*",
258
+ "app.containers.MobilePush.Edit.messageTitleWithUnsupportedTag": "请检查缺失/不支持的标签内容",
259
+ "app.containers.MobilePush.Edit.mobilePush": "Mobile push",
260
+ "app.containers.MobilePush.Edit.nameAndDescription": "姓名和描述",
261
+ "app.containers.MobilePush.Edit.pleaseUploadImage": "请上传图片",
262
+ "app.containers.MobilePush.Edit.primaryCTA": "一级CTA",
263
+ "app.containers.MobilePush.Edit.save": "保存",
264
+ "app.containers.MobilePush.Edit.secondaryCTA": "二级CTA",
265
+ "app.containers.MobilePush.Edit.selectADeeplink": "选择Deep link",
266
+ "app.containers.MobilePush.Edit.selectDeepLink": "选择Deep link",
267
+ "app.containers.MobilePush.Edit.selectDeeplink": "选择Deep link",
268
+ "app.containers.MobilePush.Edit.selectLinkType": "请选择链接类型",
269
+ "app.containers.MobilePush.Edit.selectMobilePushAccount": "请选择Mobile push的账户",
270
+ "app.containers.MobilePush.Edit.selectMobilePushTemplate": "请选择Mobile push的模板",
271
+ "app.containers.MobilePush.Edit.somethingWentWrong": "系统报错",
272
+ "app.containers.MobilePush.Edit.template": "模板",
273
+ "app.containers.MobilePush.Edit.templateCantEmpty": "请填写模板名称",
274
+ "app.containers.MobilePush.Edit.templateEditedSuccessfully": "Mobile Push模板编辑成功",
275
+ "app.containers.MobilePush.Edit.templateNameNotEmpty": "请提供模板名称",
276
+ "app.containers.MobilePush.Edit.templateNotConfigured": "模板不能配置",
277
+ "app.containers.MobilePush.Edit.title": "标题",
278
+ "app.containers.MobilePush.Edit.titleHasUnsupportedTag": "请检查缺失/不支持的标签内容",
279
+ "app.containers.MobilePush.Edit.titleLabel": "标题*",
280
+ "app.containers.MobilePush.Edit.titleNameInvalid": "请输入消息内容",
281
+ "app.containers.MobilePush.Edit.uploadFileSizeError": "文件大小不能超过5MB",
282
+ "app.containers.MobilePush.Edit.uploadImage": "上传图片",
283
+ "app.containers.MobilePush.Edit.uploadingImage": "上传图片...",
284
+ "app.containers.MobilePush.Edit.valueCantEmpty": "值不能为空",
285
+ "app.containers.TagList.header": "",
286
+ "app.containers.Templates.alphabeticallyOption": "字母排序",
287
+ "app.containers.Templates.blankTemplate": "空白模板",
288
+ "app.containers.Templates.campaigns": "活动",
289
+ "app.containers.Templates.cancelText": "",
290
+ "app.containers.Templates.createEmailActionButton": "创建邮件",
291
+ "app.containers.Templates.createSmsActionButton": "创建短信",
292
+ "app.containers.Templates.creatives": "活动模板",
293
+ "app.containers.Templates.deleteButton": "删除",
294
+ "app.containers.Templates.deletedSuccssfully": "",
295
+ "app.containers.Templates.deletionFailed": "",
296
+ "app.containers.Templates.duplicateButton": "重复",
297
+ "app.containers.Templates.ebillHeader": "电子账单",
298
+ "app.containers.Templates.ebillPreview": "电子账单预览",
299
+ "app.containers.Templates.editButton": "编辑",
300
+ "app.containers.Templates.emailHeader": "邮箱",
301
+ "app.containers.Templates.emailPreview": "邮箱预览",
302
+ "app.containers.Templates.gettingAllTemplates": "获取所有模板",
303
+ "app.containers.Templates.header": "",
304
+ "app.containers.Templates.imageTemplate": "图片",
305
+ "app.containers.Templates.invalidUploadFileError": "文档无法上传.请选择正确的文档格式。",
306
+ "app.containers.Templates.layoutSelection": "",
307
+ "app.containers.Templates.mapTemplate": "创建模板",
308
+ "app.containers.Templates.mobilepushHeader": "Mobile push",
309
+ "app.containers.Templates.mostRecentOption": "最近",
310
+ "app.containers.Templates.newTemplate": "新模板",
311
+ "app.containers.Templates.noAccountMessage": "请选择需要处理的公众号",
312
+ "app.containers.Templates.noTemplatesMessage": "没有可用的模板",
313
+ "app.containers.Templates.preview": "",
314
+ "app.containers.Templates.previewButton": "预览",
315
+ "app.containers.Templates.searchText": "搜索",
316
+ "app.containers.Templates.selectAccount": "选择公众号",
317
+ "app.containers.Templates.selectButton": "选择",
318
+ "app.containers.Templates.selectDefaultButton": "",
319
+ "app.containers.Templates.selectSmsHeader": "选择短信模板",
320
+ "app.containers.Templates.selectWechatHeader": "选择微信模板",
321
+ "app.containers.Templates.smsChannelTemplatesHeader": "短信模板",
322
+ "app.containers.Templates.smsHeader": "短信",
323
+ "app.containers.Templates.somethingWentWrong": "出现问题!!",
324
+ "app.containers.Templates.sortBy": "排序",
325
+ "app.containers.Templates.templateDeleteConfirm": "你确认要删除此模板吗?",
326
+ "app.containers.Templates.templateDeleteSuccess": "短信模板复制成功",
327
+ "app.containers.Templates.templateDuplicateSuccess": "模板复制成功",
328
+ "app.containers.Templates.templateSelection": "选择模板",
329
+ "app.containers.Templates.textTemplate": "文本",
330
+ "app.containers.Templates.unMapButton": "取消模板",
331
+ "app.containers.Templates.uploadFile": "上传文件",
332
+ "app.containers.Templates.uploadedAt": "最后修改于",
333
+ "app.containers.Templates.uploadedBy": "被上传",
334
+ "app.containers.Templates.uploadingFile": "上传文件中",
335
+ "app.containers.Templates.useEditor": "使用编辑器",
336
+ "app.containers.Templates.wechatChannelTemplatesHeader": "微信模板",
337
+ "app.containers.Templates.wechatHeader": "微信",
338
+ "app.containers.Templates.yesText": "",
339
+ "app.containers.Templates.zipUploadFailed": "不能上传zip文件",
340
+ "app.containers.Testv2.header": "",
341
+ "app.containers.WeChat.accountId": "账户ID",
342
+ "app.containers.WeChat.cancel": "取消",
343
+ "app.containers.WeChat.discard": "丢弃",
344
+ "app.containers.WeChat.gettingTemplateData": "获取模板数据",
345
+ "app.containers.WeChat.header": "微信",
346
+ "app.containers.WeChat.isInternalUrl": "是否为内部链接",
347
+ "app.containers.WeChat.link": "链接",
348
+ "app.containers.WeChat.save": "保存",
349
+ "app.containers.WeChat.selectWechatAccount": "选择公众号",
350
+ "app.containers.WeChat.selectWechatTemplate": "选择模板",
351
+ "app.containers.WeChat.somethingWentWrong": "出现问题!!",
352
+ "app.containers.WeChat.tagsLabel": "标签",
353
+ "app.containers.WeChat.template": "模板",
354
+ "app.containers.WeChat.templateMapping": "模板对应",
355
+ "app.containers.WeChat.wechatCreateSuccess": "微信模板映射成功",
356
+ "app.containers.WeChat.wechatEditSuccess": "微信模板取消映射成功",
357
+ "customdatepicker.cancel": "取消",
358
+ "customdatepicker.done": "完成",
359
+ "reon.components.Cap.Workbench": "工作台",
360
+ "reon.components.Cap.campaigns": "活动",
361
+ "reon.components.Cap.creatives": "活动模板",
362
+ "reon.components.Cap.creativesDashboard": "活动模板",
363
+ "reon.components.Cap.ebill": "电子账单",
364
+ "reon.components.Cap.email": "邮件",
365
+ "reon.components.Cap.gallery": "图片库",
366
+ "reon.components.Cap.loyalty": "忠诚度引擎",
367
+ "reon.components.Cap.memberCare": "会员中心",
368
+ "reon.components.Cap.sms": "短信",
369
+ "reon.components.Cap.storeCare": "门店",
370
+ "reon.components.Cap.storePerformance": "门店绩效",
371
+ "reon.components.Cap.wechat": "微信",
372
+ "reon.components.DateFilter.editText": "编辑",
373
+ "reon.components.DateFilter.loaderMessage": "获取数据",
374
+ "reon.components.TopBar.brand.dropdown": "选择品牌",
375
+ "reon.components.TopBar.logout": "登出",
376
+ "reon.components.TopBar.profile": "简况",
377
+ "reon.components.TopBar.settings": "设置",
378
+ "reon.components.campaignsDashboard": "活动",
379
+ "reon.components.campaignsHome": "活动中心",
380
+ "reon.modules.Login.components.LoginForm.input.loginButton": "登录",
381
+ "reon.modules.Login.components.LoginForm.input.password": "密码",
382
+ "reon.modules.Login.components.LoginForm.input.username": "用户名或密码"
1419
383
  }