@capillarytech/creatives-library 3.1.49 → 3.2.1

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 (70) hide show
  1. package/app.js +1 -1
  2. package/components/FormBuilder/index.js +1 -1
  3. package/components/Header/index.js +3 -4
  4. package/components/Header/messages.js +0 -4
  5. package/config/app.js +2 -4
  6. package/containers/Assets/Gallery/index.js +1 -1
  7. package/containers/Cap/index.js +5 -4
  8. package/containers/Email/index.js +2 -2
  9. package/containers/Email/messages.js +0 -8
  10. package/containers/LanguageProvider/index.js +4 -28
  11. package/containers/Templates/index.js +2 -2
  12. package/containers/Templates/messages.js +4 -24
  13. package/containers/WeChat/MapTemplates/messages.js +0 -4
  14. package/containers/WeChat/RichmediaTemplates/Create/messages.js +0 -24
  15. package/i18n.js +9 -16
  16. package/index.js +0 -6
  17. package/package.json +4 -1
  18. package/reducers.js +1 -1
  19. package/routes.js +1 -2
  20. package/services/api.js +2 -11
  21. package/translations/en.json +56 -119
  22. package/translations/zh.json +53 -116
  23. package/utils/smsCharCountV2.js +1 -1
  24. package/v2Components/CapTagList/index.js +2 -2
  25. package/v2Components/FormBuilder/index.js +4 -7
  26. package/v2Components/NavigationBar/index.js +17 -11
  27. package/v2Components/NavigationBar/messages.js +0 -28
  28. package/v2Components/NewCallTask/index.js +1 -3
  29. package/v2Components/TopBar/index.js +0 -3
  30. package/v2Components/TopBar/messages.js +0 -8
  31. package/v2Containers/Assets/Gallery/index.js +6 -12
  32. package/v2Containers/Assets/Gallery/messages.js +0 -4
  33. package/v2Containers/CallTask/index.js +1 -3
  34. package/v2Containers/Cap/index.js +2 -3
  35. package/v2Containers/CreativesContainer/SlideBoxContent.js +1 -14
  36. package/v2Containers/CreativesContainer/index.js +1 -6
  37. package/v2Containers/Email/index.js +7 -10
  38. package/v2Containers/Email/messages.js +0 -16
  39. package/v2Containers/EmailWrapper/index.js +9 -12
  40. package/v2Containers/LanguageProvider/actions.js +4 -9
  41. package/v2Containers/LanguageProvider/constants.js +1 -7
  42. package/v2Containers/LanguageProvider/index.js +12 -49
  43. package/v2Containers/LanguageProvider/reducer.js +9 -11
  44. package/v2Containers/LanguageProvider/selectors.js +1 -1
  45. package/v2Containers/MobilePush/Create/index.js +1 -2
  46. package/v2Containers/MobilePush/Create/messages.js +0 -4
  47. package/v2Containers/MobilePush/Edit/index.js +1 -2
  48. package/v2Containers/MobilePush/Edit/messages.js +0 -4
  49. package/v2Containers/Sms/Create/index.js +1 -3
  50. package/v2Containers/Sms/Create/messages.js +0 -16
  51. package/v2Containers/Sms/Edit/index.js +1 -3
  52. package/v2Containers/Sms/Edit/messages.js +0 -16
  53. package/v2Containers/TagList/index.js +0 -43
  54. package/v2Containers/Templates/_templates.scss +1 -9
  55. package/v2Containers/Templates/index.js +53 -66
  56. package/v2Containers/TemplatesV2/_templatesV2.scss +5 -0
  57. package/v2Containers/TemplatesV2/index.js +54 -54
  58. package/v2Containers/WeChat/MapTemplates/index.js +2 -1
  59. package/v2Containers/WeChat/MapTemplates/messages.js +5 -9
  60. package/v2Containers/WeChat/RichmediaTemplates/Create/_createRichmedia.scss +0 -10
  61. package/v2Containers/WeChat/RichmediaTemplates/Create/actions.js +0 -9
  62. package/v2Containers/WeChat/RichmediaTemplates/Create/constants.js +0 -3
  63. package/v2Containers/WeChat/RichmediaTemplates/Create/index.js +4 -146
  64. package/v2Containers/WeChat/RichmediaTemplates/Create/messages.js +57 -86
  65. package/v2Containers/WeChat/RichmediaTemplates/Create/reducer.js +1 -24
  66. package/v2Containers/WeChat/RichmediaTemplates/Create/sagas.js +0 -45
  67. package/v2Containers/WeChat/RichmediaTemplates/Edit/constants.js +0 -4
  68. package/v2Containers/WeChat/RichmediaTemplates/Edit/index.js +1 -8
  69. package/v2Containers/WeChat/Wrapper/_wrapper.scss +1 -9
  70. package/v2Containers/WeChat/Wrapper/messages.js +5 -5
@@ -1,6 +1,4 @@
1
1
  {
2
- "app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
3
- "app.components.TemplatePreview.optoutCharactersTotal": "Includes optout tag ({optoutUrlLength} characters)",
4
2
  "creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
5
3
  "creatives.components.CapTagList.Cancel": "Cancel",
6
4
  "creatives.components.CapTagList.Ok": "Ok",
@@ -34,7 +32,6 @@
34
32
  "creatives.components.FormBuilder.unsupportedTags": "Unsupported tags are:",
35
33
  "creatives.components.FormBuilder.yes": "Yes",
36
34
  "creatives.components.Header.cancel": "Cancel",
37
- "creatives.components.Header.enterTemplateName": "Enter template name*",
38
35
  "creatives.components.Header.header": "This is the Header component !",
39
36
  "creatives.components.Header.preview": "Preview",
40
37
  "creatives.components.Header.save": "Save",
@@ -56,7 +53,6 @@
56
53
  "creatives.components.SmsTest.header": "This is the SmsTest component !",
57
54
  "creatives.components.SmsTest.inputSmsTemplate": "Please input sms template content.",
58
55
  "creatives.components.SmsTest.inputTemplateName": "Please input template name.",
59
- "creatives.components.TemplatePreview.characters": "characters",
60
56
  "creatives.components.TemplatePreview.charactersPerSms": "SMS chars",
61
57
  "creatives.components.TemplatePreview.charactersTotal": "SMS char total",
62
58
  "creatives.components.TemplatePreview.close": "close",
@@ -70,8 +66,6 @@
70
66
  "creatives.components.ToastrMessage.close": "close",
71
67
  "creatives.components.ToastrMessage.header": "This is the ToastrMessage component !",
72
68
  "creatives.components.TopBar.brand.dropdown": "Hi",
73
- "creatives.components.TopBar.brand.noResultText": "No results found",
74
- "creatives.components.TopBar.brand.organization": "Organization",
75
69
  "creatives.components.WechatRichmediaTemplatePreview.edit": "Edit",
76
70
  "creatives.components.WechatRichmediaTemplatePreview.header": "This is the WechatRichmediaTemplatePreview component !",
77
71
  "creatives.components.WechatRichmediaTemplatePreview.select": "Select",
@@ -79,7 +73,7 @@
79
73
  "creatives.componentsV2.CallTaskPreview.header": "This is the CallTaskPreview component !",
80
74
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
81
75
  "creatives.componentsV2.CapTagList.Ok": "Ok",
82
- "creatives.componentsV2.CapTagList.all": "All",
76
+ "creatives.componentsV2.CapTagList.all": "Dynamic days before expiry",
83
77
  "creatives.componentsV2.CapTagList.dynamic_days_before_expiry": "Dynamic days before expiry",
84
78
  "creatives.componentsV2.CapTagList.gettingTags": "Getting tags...",
85
79
  "creatives.componentsV2.CapTagList.loyalty": "Loyalty",
@@ -127,18 +121,11 @@
127
121
  "creatives.componentsV2.Header.save": "Save",
128
122
  "creatives.componentsV2.ImagePreview.close": "close",
129
123
  "creatives.componentsV2.ImagePreview.loadingImage": "Loading images !!!!",
130
- "creatives.componentsV2.NavigationBar.businessProcesses": "Workbench",
131
- "creatives.componentsV2.NavigationBar.campaign": "Campaigns",
132
124
  "creatives.componentsV2.NavigationBar.header": "This is the NavigationBar component!",
133
125
  "creatives.componentsV2.NavigationBar.insights": "Insights+",
134
126
  "creatives.componentsV2.NavigationBar.logout": "Logout",
135
- "creatives.componentsV2.NavigationBar.loyaltyProgram": "Loyalty+",
136
- "creatives.componentsV2.NavigationBar.memberCare": "Member Care",
137
127
  "creatives.componentsV2.NavigationBar.orgSettings": "Organisation settings",
138
128
  "creatives.componentsV2.NavigationBar.selectedProductDefault": "Engage+",
139
- "creatives.componentsV2.NavigationBar.storeCare": "Store Care",
140
- "creatives.componentsV2.NavigationBar.storePerformance": "Store Performance",
141
- "creatives.componentsV2.NavigationBar.wecrm": "Wecrm",
142
129
  "creatives.componentsV2.NewCallTask.callTaskTitle": "Call Task title",
143
130
  "creatives.componentsV2.NewCallTask.description": "Description",
144
131
  "creatives.componentsV2.NewCallTask.done": "Done",
@@ -199,7 +186,6 @@
199
186
  "creatives.containers.Create.Content*": "Content*",
200
187
  "creatives.containers.Create.Cover_abstract": "Cover abstract",
201
188
  "creatives.containers.Create.Cover_image*": "Cover image*",
202
- "creatives.containers.Create.Insert_Image": "Insert Image",
203
189
  "creatives.containers.Create.No_one": "No one",
204
190
  "creatives.containers.Create.Only_followers": "Only followers",
205
191
  "creatives.containers.Create.Please_input_author": "Please input author",
@@ -207,9 +193,7 @@
207
193
  "creatives.containers.Create.Please_input_cover_abstract": "Please input cover abstract",
208
194
  "creatives.containers.Create.Please_input_title": "Please input title",
209
195
  "creatives.containers.Create.Show_cover_picture": "Show cover picture",
210
- "creatives.containers.Create.Source_link": "Source link*",
211
196
  "creatives.containers.Create.Title*": "Title*",
212
- "creatives.containers.Create.Upload_Image": "Upload Image",
213
197
  "creatives.containers.Create.Who_can_post_comments_on_this_content": "Who can post comments on this content",
214
198
  "creatives.containers.Create.addNewRichmedia": "Add richmedia content",
215
199
  "creatives.containers.Create.alertMessage": "Alert",
@@ -226,9 +210,7 @@
226
210
  "creatives.containers.Create.emptyTemplateName": "Cannot leave template name empty",
227
211
  "creatives.containers.Create.formEmpty": "Cannot leave form empty",
228
212
  "creatives.containers.Create.goBackConfirmation": "Going back will discard all the changes you've made. Continue?",
229
- "creatives.containers.Create.graphic_details_page": "Whether to display the graphic cover on the graphic details page",
230
213
  "creatives.containers.Create.header": "This is Create container !",
231
- "creatives.containers.Create.http_example": "Example: http://example.com",
232
214
  "creatives.containers.Create.markFinalVersionLabel": "Mark as final",
233
215
  "creatives.containers.Create.maxContentCount": "You have reached the maximum template size",
234
216
  "creatives.containers.Create.messageLabel": "Message",
@@ -252,7 +234,6 @@
252
234
  "creatives.containers.Create.titleCharacterCount": "Title exceeds character count limit by",
253
235
  "creatives.containers.Create.titleEmpty": "Cannot leave title field empty",
254
236
  "creatives.containers.Create.titleNameRepeated": "Title name cannot be repeated",
255
- "creatives.containers.Create.to_be_displayed_on_the_graphic_details_page": "to be displayed on the graphic details page",
256
237
  "creatives.containers.Create.unicodeErrorMessage": "Please check this if you want to use unicode characters",
257
238
  "creatives.containers.Create.unicodeLabel": "Allow unicode characters",
258
239
  "creatives.containers.Create.versionLabel": "Version",
@@ -309,8 +290,6 @@
309
290
  "creatives.containers.Email.Create.creatives": "Creatives",
310
291
  "creatives.containers.Email.Create.descriptionEmail": "Description of Email",
311
292
  "creatives.containers.Email.Create.goBackConfirmation": "Going back will discard all the changes you've made. Continue?",
312
- "creatives.containers.Email.Create.h3emailPreview": "Email preview",
313
- "creatives.containers.Email.Create.h3imageSelection": "Image selection",
314
293
  "creatives.containers.Email.Create.invalidFileMessage": "Invalid file type added! Please Give a proper zip/html file",
315
294
  "creatives.containers.Email.Create.newVersion": "New Version",
316
295
  "creatives.containers.Email.Create.uploadFile": "Upload File",
@@ -597,12 +576,7 @@
597
576
  "creatives.containers.MobilePush.Edit.uploadingImage": "Uploading image...",
598
577
  "creatives.containers.MobilePush.Edit.valueCantEmpty": "value cannot be empty.",
599
578
  "creatives.containers.TagList.header": "This is TagList container !",
600
- "creatives.containers.Templates.Ebill": "Ebill",
601
- "creatives.containers.Templates.Email": "Email",
602
- "creatives.containers.Templates.Gallery": "Gallery",
603
- "creatives.containers.Templates.Line": "Line",
604
579
  "creatives.containers.Templates.MobilePush": "MobilePush",
605
- "creatives.containers.Templates.Sms": "Sms",
606
580
  "creatives.containers.Templates.all": "All",
607
581
  "creatives.containers.Templates.alphabeticallyOption": "Alphabetically",
608
582
  "creatives.containers.Templates.blankTemplate": "Blank template",
@@ -638,7 +612,6 @@
638
612
  "creatives.containers.Templates.mapTemplate": "Map template",
639
613
  "creatives.containers.Templates.mobilePushChannel": "Mobile push",
640
614
  "creatives.containers.Templates.mobilePushChannelTemplatesHeader": "Select Mobile push Template",
641
- "creatives.containers.Templates.mobilepush": "mobilepush",
642
615
  "creatives.containers.Templates.mobilepushHeader": "Mobile Push",
643
616
  "creatives.containers.Templates.mostRecentOption": "Most recent",
644
617
  "creatives.containers.Templates.newTemplate": "New template",
@@ -647,6 +620,7 @@
647
620
  "creatives.containers.Templates.preview": "Preview",
648
621
  "creatives.containers.Templates.previewButton": "Preview",
649
622
  "creatives.containers.Templates.previewGenerateText": "Preview is being generated...",
623
+ "creatives.containers.Templates.search": "Search",
650
624
  "creatives.containers.Templates.searchText": "Search",
651
625
  "creatives.containers.Templates.selectAccount": "Select account",
652
626
  "creatives.containers.Templates.selectButton": "Select",
@@ -691,15 +665,18 @@
691
665
  "creatives.containers.WeChat.gettingTemplateData": "Getting template data..",
692
666
  "creatives.containers.WeChat.goBackConfirmation": "Going back will discard all the changes you've made. Continue?",
693
667
  "creatives.containers.WeChat.goBackTemporaryConfirmation": "Do you really want to go back? All your temporary changes will be lost!",
668
+ "creatives.containers.WeChat.hasInvalidContent": "has invalid content.",
694
669
  "creatives.containers.WeChat.header": "WeChat",
695
670
  "creatives.containers.WeChat.invalidContent": "has invalid content.",
696
671
  "creatives.containers.WeChat.isInternalUrl": "Is this internal url",
697
672
  "creatives.containers.WeChat.link": "Link",
698
673
  "creatives.containers.WeChat.linkCantEmpty": "Link cannot be empty",
699
- "creatives.containers.WeChat.loadingEDMTemplates": "loading EDM Templates",
674
+ "creatives.containers.WeChat.linkErrorMessage": "Link cannot be empty.",
700
675
  "creatives.containers.WeChat.mapTemplateFooter": "Footer",
701
676
  "creatives.containers.WeChat.mapTemplateHeader": "Header",
677
+ "creatives.containers.WeChat.newWechat": "New wechat",
702
678
  "creatives.containers.WeChat.save": "Save",
679
+ "creatives.containers.WeChat.select": "Select",
703
680
  "creatives.containers.WeChat.selectWechatAccount": "Select wechat account",
704
681
  "creatives.containers.WeChat.selectWechatTemplate": "Select wechat template",
705
682
  "creatives.containers.WeChat.somethingWentWrong": "Something went wrong!!",
@@ -707,12 +684,7 @@
707
684
  "creatives.containers.WeChat.template": "Template",
708
685
  "creatives.containers.WeChat.templateMapping": "Template mapping",
709
686
  "creatives.containers.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
710
- "creatives.containers.WeChat.wechatEditSuccess": "WeChat template edited successfully",
711
- "creatives.containers.WechatWrapper.mapTemplate": "Map template",
712
- "creatives.containers.WechatWrapper.mapTemplateSubtext": "Used for announcing offers and transaction related information",
713
- "creatives.containers.WechatWrapper.richMedia": "Richmedia template",
714
- "creatives.containers.WechatWrapper.richMediaSubtext": "Used for creating rich content using text, image, location and audio",
715
- "creatives.containers.WechatWrapper.templateType": "Which type of template you want to create?",
687
+ "creatives.containers.WeChat.wechatEditSuccess": "WeChat template unmapped successfully",
716
688
  "creatives.containersV2.Assets.Gallery.addImages": "Add images",
717
689
  "creatives.containersV2.Assets.Gallery.alphabetically": "Alphabetically",
718
690
  "creatives.containersV2.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
@@ -725,7 +697,6 @@
725
697
  "creatives.containersV2.Assets.Gallery.gallery": "Gallery",
726
698
  "creatives.containersV2.Assets.Gallery.imagePreview": "Image preview",
727
699
  "creatives.containersV2.Assets.Gallery.lastUpdated": "Last update {on} by {by}",
728
- "creatives.containersV2.Assets.Gallery.loadingGallery": "Loading gallery...",
729
700
  "creatives.containersV2.Assets.Gallery.mostRecent": "Most recent",
730
701
  "creatives.containersV2.Assets.Gallery.noAssetMessage": "No image is uploaded",
731
702
  "creatives.containersV2.Assets.Gallery.noTemplatesFound": "No templates found",
@@ -758,36 +729,78 @@
758
729
  "creatives.containersV2.Cap.storePerformance": "Store Performance",
759
730
  "creatives.containersV2.Cap.wechat": "WeChat",
760
731
  "creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
761
- "creatives.containersV2.Create.addLabel": "Add label",
732
+ "creatives.containersV2.Create.Anyone": "Anyone",
733
+ "creatives.containersV2.Create.Author": "Author",
734
+ "creatives.containersV2.Create.Content": "Content",
735
+ "creatives.containersV2.Create.Cover_abstract": "Cover abstract",
736
+ "creatives.containersV2.Create.Cover_image": "Cover image",
737
+ "creatives.containersV2.Create.No_one": "No one",
738
+ "creatives.containersV2.Create.Only_followers": "Only followers",
739
+ "creatives.containersV2.Create.Please_input_author": "Please input author",
740
+ "creatives.containersV2.Create.Please_input_content": "Please input content",
741
+ "creatives.containersV2.Create.Please_input_cover_abstract": "Please input cover abstract",
742
+ "creatives.containersV2.Create.Please_input_title": "Please input title",
743
+ "creatives.containersV2.Create.Show_cover_picture": "Show cover picture",
744
+ "creatives.containersV2.Create.Title": "Title",
745
+ "creatives.containersV2.Create.Who_can_post_comments_on_this_content": "Who can post comments on this content",
746
+ "creatives.containersV2.Create.addNewRichmedia": "Add richmedia content",
762
747
  "creatives.containersV2.Create.alertMessage": "Alert",
748
+ "creatives.containersV2.Create.articleContent": "Article content",
749
+ "creatives.containersV2.Create.authorCharacterCount": "Author exceeds character count limit by",
750
+ "creatives.containersV2.Create.authorInductiveText": "Brand/name that your customer will recognise",
763
751
  "creatives.containersV2.Create.cancelButton": "Cancel",
764
- "creatives.containersV2.Create.characters": "characters",
765
- "creatives.containersV2.Create.creativeName": "Creative name",
752
+ "creatives.containersV2.Create.contentEmpty": "Cannot leave content field empty",
753
+ "creatives.containersV2.Create.coverAbstractCharacterCount": "Cover abstract exceeds character count limit by",
754
+ "creatives.containersV2.Create.coverAbstractInductive": "A short description help customers learn more",
755
+ "creatives.containersV2.Create.coverImageTitle": "The relevant image that complements title.",
756
+ "creatives.containersV2.Create.delete": "delete",
757
+ "creatives.containersV2.Create.deleteContent": "Do you really want to delete? All your temporary changes will be lost!",
766
758
  "creatives.containersV2.Create.deleteLabel": "Delete",
767
759
  "creatives.containersV2.Create.discardChangesButton": "Discard changes",
768
760
  "creatives.containersV2.Create.duplicateLabel": "Duplicate",
769
761
  "creatives.containersV2.Create.emptyTemplateErrorMessage": "Please provide a template name",
762
+ "creatives.containersV2.Create.emptyTemplateName": "Cannot leave template name empty",
763
+ "creatives.containersV2.Create.formEmpty": "Cannot leave form empty",
770
764
  "creatives.containersV2.Create.goBackTemporaryChangesLost": "Do you really want to go back? All your temporary changes will be lost!",
765
+ "creatives.containersV2.Create.header": "This is Create container !",
766
+ "creatives.containersV2.Create.insertImage": "Insert Image",
771
767
  "creatives.containersV2.Create.invalidTags": "Invalid tags",
768
+ "creatives.containersV2.Create.linkInductiveText": "Link to help customers discover more about the brand.",
772
769
  "creatives.containersV2.Create.markFinalVersionLabel": "Mark as final",
770
+ "creatives.containersV2.Create.maxContentCount": "You have reached the maximum template size",
773
771
  "creatives.containersV2.Create.messageLabel": "Message",
772
+ "creatives.containersV2.Create.modalBody": "Do you really want to go back? All your temporary changes will be lost!",
773
+ "creatives.containersV2.Create.modalTitle": "Alert",
774
774
  "creatives.containersV2.Create.newVersionLabel": "New version",
775
+ "creatives.containersV2.Create.noImage": "Please upload an image",
776
+ "creatives.containersV2.Create.readMoreLink": "Read more link",
775
777
  "creatives.containersV2.Create.renameLabel": "Rename",
778
+ "creatives.containersV2.Create.requiredField": "This field is required!",
779
+ "creatives.containersV2.Create.resolutionText": "Resolution 360 x 200",
776
780
  "creatives.containersV2.Create.saveButton": "Save",
781
+ "creatives.containersV2.Create.saveSuccess": "Template saved successfully",
777
782
  "creatives.containersV2.Create.saveTemplateLoader": "Saving template...",
778
- "creatives.containersV2.Create.sms": "SMS",
779
783
  "creatives.containersV2.Create.smsEditorPlaceholder": "Please enter the message content",
780
784
  "creatives.containersV2.Create.smsTemplateCreatedSuccess": "SMS Template Created Successfully",
781
785
  "creatives.containersV2.Create.somethingWentWrong": "Something went wrong!!",
786
+ "creatives.containersV2.Create.sourceLinkEmpty": "Cannot leave source link field empty",
782
787
  "creatives.containersV2.Create.tagsErrorMessage": "Please check the message content for unsupported/missing tags",
783
788
  "creatives.containersV2.Create.tagsLabel": "Tags",
784
789
  "creatives.containersV2.Create.templateMarkedSuccessfully": "Template Marked as Final Successfully",
785
790
  "creatives.containersV2.Create.templateNamePlaceHolder": "Enter template name",
786
791
  "creatives.containersV2.Create.templateNotValid": "Template data is not valid",
792
+ "creatives.containersV2.Create.titleCharacterCount": "Title exceeds character count limit by",
793
+ "creatives.containersV2.Create.titleEmpty": "Cannot leave title field empty",
794
+ "creatives.containersV2.Create.titleInductiveText": "Write a brief headline to draw customer's attention",
795
+ "creatives.containersV2.Create.titleNameRepeated": "Title name cannot be repeated",
787
796
  "creatives.containersV2.Create.unicodeErrorMessage": "Please check this if you want to use Unicode characters",
788
797
  "creatives.containersV2.Create.unicodeLabel": "Allow unicode characters",
798
+ "creatives.containersV2.Create.uploadImage": "Upload Image",
789
799
  "creatives.containersV2.Create.validationError": "Validation error",
790
800
  "creatives.containersV2.Create.versionLabel": "Version",
801
+ "creatives.containersV2.Create.visibility": "visibility",
802
+ "creatives.containersV2.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
803
+ "creatives.containersV2.Create.wrongUrl": "Enter correct URL",
791
804
  "creatives.containersV2.Creatives.addContent": "Add content",
792
805
  "creatives.containersV2.Creatives.alphabeticallyOption": "Alphabetically",
793
806
  "creatives.containersV2.Creatives.blankTemplate": "Blank template",
@@ -807,7 +820,6 @@
807
820
  "creatives.containersV2.Creatives.creativesTemplatesEditName": "Edit name",
808
821
  "creatives.containersV2.Creatives.creativesTemplatesSave": "Done",
809
822
  "creatives.containersV2.Creatives.creativesTemplatesSaveFullMode": "Create",
810
- "creatives.containersV2.Creatives.creativesTemplatesUpdate": "Update",
811
823
  "creatives.containersV2.Creatives.deleteButton": "Delete",
812
824
  "creatives.containersV2.Creatives.deletedSuccssfully": "Template deleted successfully",
813
825
  "creatives.containersV2.Creatives.deletionFailed": "Template deletion failed",
@@ -880,11 +892,8 @@
880
892
  "creatives.containersV2.Ebill.tagsErrorMessage": "Please check the message content for unsupported/missing tags",
881
893
  "creatives.containersV2.Ebill.tagsLabel": "Tags",
882
894
  "creatives.containersV2.Ebill.templateDataNotValid": "Template data is not valid",
883
- "creatives.containersV2.Edit.addLabel": "Add label",
884
895
  "creatives.containersV2.Edit.alertMessage": "Alert",
885
896
  "creatives.containersV2.Edit.cancelButton": "Cancel",
886
- "creatives.containersV2.Edit.characters": "characters",
887
- "creatives.containersV2.Edit.creativeName": "Creative name",
888
897
  "creatives.containersV2.Edit.deleteLabel": "Delete",
889
898
  "creatives.containersV2.Edit.discardChangesButton": "Discard changes",
890
899
  "creatives.containersV2.Edit.duplicateLabel": "Duplicate",
@@ -898,7 +907,6 @@
898
907
  "creatives.containersV2.Edit.renameLabel": "Rename",
899
908
  "creatives.containersV2.Edit.saveButton": "Save",
900
909
  "creatives.containersV2.Edit.saveTemplateLoader": "Saving template...",
901
- "creatives.containersV2.Edit.sms": "SMS",
902
910
  "creatives.containersV2.Edit.smsEditorPlaceholder": "Please enter the message content",
903
911
  "creatives.containersV2.Edit.somethingWentWrong": "Something went wrong!!",
904
912
  "creatives.containersV2.Edit.tagsErrorMessage": "Please check the message content for unsupported/missing tags",
@@ -916,9 +924,7 @@
916
924
  "creatives.containersV2.Email.Save": "Save",
917
925
  "creatives.containersV2.Email.Subject": "Subject",
918
926
  "creatives.containersV2.Email.Tags": "Tags",
919
- "creatives.containersV2.Email.addLabel": "Add label",
920
927
  "creatives.containersV2.Email.alert": "Alert",
921
- "creatives.containersV2.Email.alertMessage": "Alert",
922
928
  "creatives.containersV2.Email.alphabetically": "Alphabetically",
923
929
  "creatives.containersV2.Email.alphabeticallyOption": "Alphabetically",
924
930
  "creatives.containersV2.Email.assetUploadFailed": "Image uploaded failed",
@@ -942,10 +948,7 @@
942
948
  "creatives.containersV2.Email.emailSubject": "Enter email subject",
943
949
  "creatives.containersV2.Email.emailSubjectNotEmplty": "Email subject cannot be empty.",
944
950
  "creatives.containersV2.Email.emailText": "Email",
945
- "creatives.containersV2.Email.english": "English",
946
951
  "creatives.containersV2.Email.goBackTemporaryChangesLost": "Do you really want to go back? All your temporary changes will be lost!",
947
- "creatives.containersV2.Email.h3emailPreview": "Email preview",
948
- "creatives.containersV2.Email.h3imageSelection": "Image selection",
949
952
  "creatives.containersV2.Email.imageSelection": "Image selection",
950
953
  "creatives.containersV2.Email.invalidFileMessage": "Invalid file type added! Please Give a proper zip/html file",
951
954
  "creatives.containersV2.Email.kmage": "Image",
@@ -1097,7 +1100,6 @@
1097
1100
  "creatives.containersV2.MobilePush.Create.button2": "Button 2",
1098
1101
  "creatives.containersV2.MobilePush.Create.cancel": "Cancel",
1099
1102
  "creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
1100
- "creatives.containersV2.MobilePush.Create.change": "change",
1101
1103
  "creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy title and content from android",
1102
1104
  "creatives.containersV2.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
1103
1105
  "creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
@@ -1169,7 +1171,6 @@
1169
1171
  "creatives.containersV2.MobilePush.Edit.button2": "Button 2",
1170
1172
  "creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
1171
1173
  "creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
1172
- "creatives.containersV2.MobilePush.Edit.change": "change",
1173
1174
  "creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy title and content from android",
1174
1175
  "creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
1175
1176
  "creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
@@ -1275,7 +1276,6 @@
1275
1276
  "creatives.containersV2.Templates.newTemplate": "New template",
1276
1277
  "creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
1277
1278
  "creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
1278
- "creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
1279
1279
  "creatives.containersV2.Templates.noTemplatesFound": "No templates found",
1280
1280
  "creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
1281
1281
  "creatives.containersV2.Templates.preview": "Preview",
@@ -1337,90 +1337,27 @@
1337
1337
  "creatives.containersV2.WeChat.discard": "Discard",
1338
1338
  "creatives.containersV2.WeChat.gettingTemplateData": "Getting template data..",
1339
1339
  "creatives.containersV2.WeChat.goBackTemporaryChangesLost": "Do you really want to go back? All your temporary changes will be lost!",
1340
- "creatives.containersV2.WeChat.hasInvalidContent": "has invalid content.",
1341
1340
  "creatives.containersV2.WeChat.hasValidContent": "has valid content.",
1342
1341
  "creatives.containersV2.WeChat.header": "WeChat",
1343
1342
  "creatives.containersV2.WeChat.isInternalUrl": "Is this internal url",
1344
1343
  "creatives.containersV2.WeChat.link": "Link",
1345
1344
  "creatives.containersV2.WeChat.linkCantEmpty": "has valid content.",
1346
- "creatives.containersV2.WeChat.linkErrorMessage": "Link cannot be empty.",
1347
- "creatives.containersV2.WeChat.newWechat": "New wechat",
1348
1345
  "creatives.containersV2.WeChat.save": "Save",
1349
- "creatives.containersV2.WeChat.select": "Select",
1350
1346
  "creatives.containersV2.WeChat.selectWechatAccount": "Select wechat account",
1351
1347
  "creatives.containersV2.WeChat.selectWechatTemplate": "Select wechat template",
1352
1348
  "creatives.containersV2.WeChat.somethingWentWrong": "Something went wrong!!",
1353
1349
  "creatives.containersV2.WeChat.tagsLabel": "Tags",
1354
1350
  "creatives.containersV2.WeChat.template": "Template",
1355
1351
  "creatives.containersV2.WeChat.templateMapping": "Template mapping",
1356
- "creatives.containersV2.WeChat.templateName": "Template Name",
1357
1352
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
1358
- "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
1353
+ "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template unmapped successfully",
1359
1354
  "creatives.containersV2.appName": "App Name",
1360
1355
  "creatives.containersV2.audience": "Audience",
1356
+ "creatives.containersV2.campaigns": "Campaigns",
1361
1357
  "creatives.containersV2.campaignsDashboard": "Campaigns",
1362
1358
  "creatives.containersV2.campaignsHome": "Campaigns Home",
1359
+ "creatives.containersV2.creatives": "Creatives",
1363
1360
  "creatives.containersV2.incentive": "Incentive",
1364
- "creatives.containersV2.richMedia.Create.Anyone": "Anyone",
1365
- "creatives.containersV2.richMedia.Create.Author": "Author",
1366
- "creatives.containersV2.richMedia.Create.Content": "Content",
1367
- "creatives.containersV2.richMedia.Create.Cover_abstract": "Cover abstract",
1368
- "creatives.containersV2.richMedia.Create.Cover_image": "Cover image",
1369
- "creatives.containersV2.richMedia.Create.No_one": "No one",
1370
- "creatives.containersV2.richMedia.Create.Only_followers": "Only followers",
1371
- "creatives.containersV2.richMedia.Create.Please_input_author": "Please input author",
1372
- "creatives.containersV2.richMedia.Create.Please_input_content": "Please input content",
1373
- "creatives.containersV2.richMedia.Create.Please_input_cover_abstract": "Please input cover abstract",
1374
- "creatives.containersV2.richMedia.Create.Please_input_title": "Please input title",
1375
- "creatives.containersV2.richMedia.Create.Show_cover_picture": "Show cover picture",
1376
- "creatives.containersV2.richMedia.Create.Title": "Title",
1377
- "creatives.containersV2.richMedia.Create.Who_can_post_comments_on_this_content": "Who can post comments on this content",
1378
- "creatives.containersV2.richMedia.Create.addNewRichmedia": "Add richmedia content",
1379
- "creatives.containersV2.richMedia.Create.addRichMediaContent": "Add rich media content",
1380
- "creatives.containersV2.richMedia.Create.articleContent": "Article content",
1381
- "creatives.containersV2.richMedia.Create.authorCharacterCount": "Author exceeds character count limit by",
1382
- "creatives.containersV2.richMedia.Create.authorInductiveText": "Brand/name that your customer will recognise",
1383
- "creatives.containersV2.richMedia.Create.contentEmpty": "Cannot leave content field empty",
1384
- "creatives.containersV2.richMedia.Create.coverAbstractCharacterCount": "Cover abstract exceeds character count limit by",
1385
- "creatives.containersV2.richMedia.Create.coverAbstractInductive": "A short description help customers learn more",
1386
- "creatives.containersV2.richMedia.Create.coverImageTitle": "The relevant image that complements title.",
1387
- "creatives.containersV2.richMedia.Create.delete": "delete",
1388
- "creatives.containersV2.richMedia.Create.deleteContent": "Do you really want to delete? All your temporary changes will be lost!",
1389
- "creatives.containersV2.richMedia.Create.emptyTemplateName": "Cannot leave template name empty",
1390
- "creatives.containersV2.richMedia.Create.fileContentFailed": "Failed to get File content",
1391
- "creatives.containersV2.richMedia.Create.formEmpty": "Cannot leave form empty",
1392
- "creatives.containersV2.richMedia.Create.header": "This is Create container !",
1393
- "creatives.containersV2.richMedia.Create.insertImage": "Insert Image",
1394
- "creatives.containersV2.richMedia.Create.linkInductiveText": "Link to help customers discover more about the brand.",
1395
- "creatives.containersV2.richMedia.Create.maxContentCount": "You have reached the maximum template size",
1396
- "creatives.containersV2.richMedia.Create.modalBody": "Do you really want to go back? All your temporary changes will be lost!",
1397
- "creatives.containersV2.richMedia.Create.modalTitle": "Alert",
1398
- "creatives.containersV2.richMedia.Create.nameOfTemplate": "Name of the template",
1399
- "creatives.containersV2.richMedia.Create.newMedia": "New media",
1400
- "creatives.containersV2.richMedia.Create.noImage": "Please upload an image",
1401
- "creatives.containersV2.richMedia.Create.payloadMissing": "Please provide payload to create wechat template",
1402
- "creatives.containersV2.richMedia.Create.readMoreLink": "Read more link",
1403
- "creatives.containersV2.richMedia.Create.requiredField": "This field is required!",
1404
- "creatives.containersV2.richMedia.Create.resolutionText": "Resolution 360 x 200",
1405
- "creatives.containersV2.richMedia.Create.sameTemplateExists": "Template with the same name exists",
1406
- "creatives.containersV2.richMedia.Create.saveSuccess": "Template saved successfully",
1407
- "creatives.containersV2.richMedia.Create.somethingWentWrong": "Something went wrong!!",
1408
- "creatives.containersV2.richMedia.Create.sourceIdentMissing": "Please provide source account identifier",
1409
- "creatives.containersV2.richMedia.Create.sourceLinkEmpty": "Cannot leave source link field empty",
1410
- "creatives.containersV2.richMedia.Create.sufficientParam": "Please provide sufficient params to create richmedia wechat template",
1411
- "creatives.containersV2.richMedia.Create.sufficientPayload": "Please provide sufficient parameters to generate richmedia message payload",
1412
- "creatives.containersV2.richMedia.Create.templateNameBlank": "Template name cannot be blank",
1413
- "creatives.containersV2.richMedia.Create.templateNameContainsWS": "Template name contains only whitespaces",
1414
- "creatives.containersV2.richMedia.Create.templateNameExists": "Template with the same name exists. Please try another template name.",
1415
- "creatives.containersV2.richMedia.Create.titleCharacterCount": "Title exceeds character count limit by",
1416
- "creatives.containersV2.richMedia.Create.titleEmpty": "Cannot leave title field empty",
1417
- "creatives.containersV2.richMedia.Create.titleInductiveText": "Write a brief headline to draw customer's attention",
1418
- "creatives.containersV2.richMedia.Create.titleNameRepeated": "Title name cannot be repeated",
1419
- "creatives.containersV2.richMedia.Create.uploadFailed": "Upload has failed",
1420
- "creatives.containersV2.richMedia.Create.uploadImage": "Upload Image",
1421
- "creatives.containersV2.richMedia.Create.visibility": "visibility",
1422
- "creatives.containersV2.richMedia.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
1423
- "creatives.containersV2.richMedia.Create.wrongUrl": "Enter correct URL",
1424
1361
  "customdatepicker.cancel": "Cancel",
1425
1362
  "customdatepicker.done": "Done",
1426
1363
  "reon.components.Cap.Workbench": "WorkBench",