@capillarytech/creatives-library 3.1.3 → 3.1.4

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