@capillarytech/creatives-library 3.1.47 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) 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 -110
  22. package/translations/zh.json +53 -107
  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 +10 -9
  27. package/v2Components/NewCallTask/index.js +1 -3
  28. package/v2Components/TopBar/index.js +0 -3
  29. package/v2Components/TopBar/messages.js +0 -8
  30. package/v2Containers/Assets/Gallery/index.js +1 -1
  31. package/v2Containers/Assets/Gallery/messages.js +0 -4
  32. package/v2Containers/CallTask/index.js +1 -3
  33. package/v2Containers/Cap/index.js +2 -3
  34. package/v2Containers/CreativesContainer/SlideBoxContent.js +1 -14
  35. package/v2Containers/CreativesContainer/SlideBoxHeader.js +1 -2
  36. package/v2Containers/CreativesContainer/index.js +2 -10
  37. package/v2Containers/CreativesContainer/index.scss +3 -6
  38. package/v2Containers/Email/index.js +7 -10
  39. package/v2Containers/Email/messages.js +0 -8
  40. package/v2Containers/EmailWrapper/index.js +9 -12
  41. package/v2Containers/LanguageProvider/actions.js +4 -9
  42. package/v2Containers/LanguageProvider/constants.js +1 -7
  43. package/v2Containers/LanguageProvider/index.js +12 -49
  44. package/v2Containers/LanguageProvider/reducer.js +9 -11
  45. package/v2Containers/LanguageProvider/selectors.js +1 -1
  46. package/v2Containers/MobilePush/Create/index.js +1 -2
  47. package/v2Containers/MobilePush/Create/messages.js +0 -4
  48. package/v2Containers/MobilePush/Edit/index.js +1 -2
  49. package/v2Containers/MobilePush/Edit/messages.js +0 -4
  50. package/v2Containers/Sms/Create/index.js +1 -3
  51. package/v2Containers/Sms/Create/messages.js +0 -16
  52. package/v2Containers/Sms/Edit/index.js +1 -3
  53. package/v2Containers/Sms/Edit/messages.js +0 -16
  54. package/v2Containers/TagList/index.js +0 -43
  55. package/v2Containers/Templates/_templates.scss +1 -9
  56. package/v2Containers/Templates/index.js +52 -65
  57. package/v2Containers/TemplatesV2/_templatesV2.scss +5 -0
  58. package/v2Containers/TemplatesV2/index.js +54 -54
  59. package/v2Containers/WeChat/MapTemplates/index.js +7 -2
  60. package/v2Containers/WeChat/MapTemplates/messages.js +5 -9
  61. package/v2Containers/WeChat/RichmediaTemplates/Create/_createRichmedia.scss +0 -10
  62. package/v2Containers/WeChat/RichmediaTemplates/Create/actions.js +0 -9
  63. package/v2Containers/WeChat/RichmediaTemplates/Create/constants.js +0 -3
  64. package/v2Containers/WeChat/RichmediaTemplates/Create/index.js +21 -154
  65. package/v2Containers/WeChat/RichmediaTemplates/Create/messages.js +46 -119
  66. package/v2Containers/WeChat/RichmediaTemplates/Create/reducer.js +1 -24
  67. package/v2Containers/WeChat/RichmediaTemplates/Create/sagas.js +1 -46
  68. package/v2Containers/WeChat/RichmediaTemplates/Edit/constants.js +0 -4
  69. package/v2Containers/WeChat/RichmediaTemplates/Edit/index.js +1 -8
  70. package/v2Containers/WeChat/RichmediaTemplates/View/index.js +7 -0
  71. package/v2Containers/WeChat/Wrapper/_wrapper.scss +1 -9
  72. package/v2Containers/WeChat/Wrapper/messages.js +5 -5
  73. package/hoc/withStyles.js +0 -12
  74. package/v2Containers/LanguageProvider/sagas.js +0 -39
  75. package/v2Containers/TemplatesV2/TemplatesV2.style.js +0 -29
@@ -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",
@@ -192,7 +186,6 @@
192
186
  "creatives.containers.Create.Content*": "Content*",
193
187
  "creatives.containers.Create.Cover_abstract": "Cover abstract",
194
188
  "creatives.containers.Create.Cover_image*": "Cover image*",
195
- "creatives.containers.Create.Insert_Image": "Insert Image",
196
189
  "creatives.containers.Create.No_one": "No one",
197
190
  "creatives.containers.Create.Only_followers": "Only followers",
198
191
  "creatives.containers.Create.Please_input_author": "Please input author",
@@ -200,9 +193,7 @@
200
193
  "creatives.containers.Create.Please_input_cover_abstract": "Please input cover abstract",
201
194
  "creatives.containers.Create.Please_input_title": "Please input title",
202
195
  "creatives.containers.Create.Show_cover_picture": "Show cover picture",
203
- "creatives.containers.Create.Source_link": "Source link*",
204
196
  "creatives.containers.Create.Title*": "Title*",
205
- "creatives.containers.Create.Upload_Image": "Upload Image",
206
197
  "creatives.containers.Create.Who_can_post_comments_on_this_content": "Who can post comments on this content",
207
198
  "creatives.containers.Create.addNewRichmedia": "Add richmedia content",
208
199
  "creatives.containers.Create.alertMessage": "Alert",
@@ -219,9 +210,7 @@
219
210
  "creatives.containers.Create.emptyTemplateName": "Cannot leave template name empty",
220
211
  "creatives.containers.Create.formEmpty": "Cannot leave form empty",
221
212
  "creatives.containers.Create.goBackConfirmation": "Going back will discard all the changes you've made. Continue?",
222
- "creatives.containers.Create.graphic_details_page": "Whether to display the graphic cover on the graphic details page",
223
213
  "creatives.containers.Create.header": "This is Create container !",
224
- "creatives.containers.Create.http_example": "Example: http://example.com",
225
214
  "creatives.containers.Create.markFinalVersionLabel": "Mark as final",
226
215
  "creatives.containers.Create.maxContentCount": "You have reached the maximum template size",
227
216
  "creatives.containers.Create.messageLabel": "Message",
@@ -245,7 +234,6 @@
245
234
  "creatives.containers.Create.titleCharacterCount": "Title exceeds character count limit by",
246
235
  "creatives.containers.Create.titleEmpty": "Cannot leave title field empty",
247
236
  "creatives.containers.Create.titleNameRepeated": "Title name cannot be repeated",
248
- "creatives.containers.Create.to_be_displayed_on_the_graphic_details_page": "to be displayed on the graphic details page",
249
237
  "creatives.containers.Create.unicodeErrorMessage": "Please check this if you want to use unicode characters",
250
238
  "creatives.containers.Create.unicodeLabel": "Allow unicode characters",
251
239
  "creatives.containers.Create.versionLabel": "Version",
@@ -302,8 +290,6 @@
302
290
  "creatives.containers.Email.Create.creatives": "Creatives",
303
291
  "creatives.containers.Email.Create.descriptionEmail": "Description of Email",
304
292
  "creatives.containers.Email.Create.goBackConfirmation": "Going back will discard all the changes you've made. Continue?",
305
- "creatives.containers.Email.Create.h3emailPreview": "Email preview",
306
- "creatives.containers.Email.Create.h3imageSelection": "Image selection",
307
293
  "creatives.containers.Email.Create.invalidFileMessage": "Invalid file type added! Please Give a proper zip/html file",
308
294
  "creatives.containers.Email.Create.newVersion": "New Version",
309
295
  "creatives.containers.Email.Create.uploadFile": "Upload File",
@@ -590,12 +576,7 @@
590
576
  "creatives.containers.MobilePush.Edit.uploadingImage": "Uploading image...",
591
577
  "creatives.containers.MobilePush.Edit.valueCantEmpty": "value cannot be empty.",
592
578
  "creatives.containers.TagList.header": "This is TagList container !",
593
- "creatives.containers.Templates.Ebill": "Ebill",
594
- "creatives.containers.Templates.Email": "Email",
595
- "creatives.containers.Templates.Gallery": "Gallery",
596
- "creatives.containers.Templates.Line": "Line",
597
579
  "creatives.containers.Templates.MobilePush": "MobilePush",
598
- "creatives.containers.Templates.Sms": "Sms",
599
580
  "creatives.containers.Templates.all": "All",
600
581
  "creatives.containers.Templates.alphabeticallyOption": "Alphabetically",
601
582
  "creatives.containers.Templates.blankTemplate": "Blank template",
@@ -631,7 +612,6 @@
631
612
  "creatives.containers.Templates.mapTemplate": "Map template",
632
613
  "creatives.containers.Templates.mobilePushChannel": "Mobile push",
633
614
  "creatives.containers.Templates.mobilePushChannelTemplatesHeader": "Select Mobile push Template",
634
- "creatives.containers.Templates.mobilepush": "mobilepush",
635
615
  "creatives.containers.Templates.mobilepushHeader": "Mobile Push",
636
616
  "creatives.containers.Templates.mostRecentOption": "Most recent",
637
617
  "creatives.containers.Templates.newTemplate": "New template",
@@ -640,6 +620,7 @@
640
620
  "creatives.containers.Templates.preview": "Preview",
641
621
  "creatives.containers.Templates.previewButton": "Preview",
642
622
  "creatives.containers.Templates.previewGenerateText": "Preview is being generated...",
623
+ "creatives.containers.Templates.search": "Search",
643
624
  "creatives.containers.Templates.searchText": "Search",
644
625
  "creatives.containers.Templates.selectAccount": "Select account",
645
626
  "creatives.containers.Templates.selectButton": "Select",
@@ -684,15 +665,18 @@
684
665
  "creatives.containers.WeChat.gettingTemplateData": "Getting template data..",
685
666
  "creatives.containers.WeChat.goBackConfirmation": "Going back will discard all the changes you've made. Continue?",
686
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.",
687
669
  "creatives.containers.WeChat.header": "WeChat",
688
670
  "creatives.containers.WeChat.invalidContent": "has invalid content.",
689
671
  "creatives.containers.WeChat.isInternalUrl": "Is this internal url",
690
672
  "creatives.containers.WeChat.link": "Link",
691
673
  "creatives.containers.WeChat.linkCantEmpty": "Link cannot be empty",
692
- "creatives.containers.WeChat.loadingEDMTemplates": "loading EDM Templates",
674
+ "creatives.containers.WeChat.linkErrorMessage": "Link cannot be empty.",
693
675
  "creatives.containers.WeChat.mapTemplateFooter": "Footer",
694
676
  "creatives.containers.WeChat.mapTemplateHeader": "Header",
677
+ "creatives.containers.WeChat.newWechat": "New wechat",
695
678
  "creatives.containers.WeChat.save": "Save",
679
+ "creatives.containers.WeChat.select": "Select",
696
680
  "creatives.containers.WeChat.selectWechatAccount": "Select wechat account",
697
681
  "creatives.containers.WeChat.selectWechatTemplate": "Select wechat template",
698
682
  "creatives.containers.WeChat.somethingWentWrong": "Something went wrong!!",
@@ -700,12 +684,7 @@
700
684
  "creatives.containers.WeChat.template": "Template",
701
685
  "creatives.containers.WeChat.templateMapping": "Template mapping",
702
686
  "creatives.containers.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
703
- "creatives.containers.WeChat.wechatEditSuccess": "WeChat template edited successfully",
704
- "creatives.containers.WechatWrapper.mapTemplate": "Map template",
705
- "creatives.containers.WechatWrapper.mapTemplateSubtext": "Used for announcing offers and transaction related information",
706
- "creatives.containers.WechatWrapper.richMedia": "Richmedia template",
707
- "creatives.containers.WechatWrapper.richMediaSubtext": "Used for creating rich content using text, image, location and audio",
708
- "creatives.containers.WechatWrapper.templateType": "Which type of template you want to create?",
687
+ "creatives.containers.WeChat.wechatEditSuccess": "WeChat template unmapped successfully",
709
688
  "creatives.containersV2.Assets.Gallery.addImages": "Add images",
710
689
  "creatives.containersV2.Assets.Gallery.alphabetically": "Alphabetically",
711
690
  "creatives.containersV2.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
@@ -718,7 +697,6 @@
718
697
  "creatives.containersV2.Assets.Gallery.gallery": "Gallery",
719
698
  "creatives.containersV2.Assets.Gallery.imagePreview": "Image preview",
720
699
  "creatives.containersV2.Assets.Gallery.lastUpdated": "Last update {on} by {by}",
721
- "creatives.containersV2.Assets.Gallery.loadingGallery": "Loading gallery...",
722
700
  "creatives.containersV2.Assets.Gallery.mostRecent": "Most recent",
723
701
  "creatives.containersV2.Assets.Gallery.noAssetMessage": "No image is uploaded",
724
702
  "creatives.containersV2.Assets.Gallery.noTemplatesFound": "No templates found",
@@ -751,36 +729,78 @@
751
729
  "creatives.containersV2.Cap.storePerformance": "Store Performance",
752
730
  "creatives.containersV2.Cap.wechat": "WeChat",
753
731
  "creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
754
- "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",
755
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",
756
751
  "creatives.containersV2.Create.cancelButton": "Cancel",
757
- "creatives.containersV2.Create.characters": "characters",
758
- "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!",
759
758
  "creatives.containersV2.Create.deleteLabel": "Delete",
760
759
  "creatives.containersV2.Create.discardChangesButton": "Discard changes",
761
760
  "creatives.containersV2.Create.duplicateLabel": "Duplicate",
762
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",
763
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",
764
767
  "creatives.containersV2.Create.invalidTags": "Invalid tags",
768
+ "creatives.containersV2.Create.linkInductiveText": "Link to help customers discover more about the brand.",
765
769
  "creatives.containersV2.Create.markFinalVersionLabel": "Mark as final",
770
+ "creatives.containersV2.Create.maxContentCount": "You have reached the maximum template size",
766
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",
767
774
  "creatives.containersV2.Create.newVersionLabel": "New version",
775
+ "creatives.containersV2.Create.noImage": "Please upload an image",
776
+ "creatives.containersV2.Create.readMoreLink": "Read more link",
768
777
  "creatives.containersV2.Create.renameLabel": "Rename",
778
+ "creatives.containersV2.Create.requiredField": "This field is required!",
779
+ "creatives.containersV2.Create.resolutionText": "Resolution 360 x 200",
769
780
  "creatives.containersV2.Create.saveButton": "Save",
781
+ "creatives.containersV2.Create.saveSuccess": "Template saved successfully",
770
782
  "creatives.containersV2.Create.saveTemplateLoader": "Saving template...",
771
- "creatives.containersV2.Create.sms": "SMS",
772
783
  "creatives.containersV2.Create.smsEditorPlaceholder": "Please enter the message content",
773
784
  "creatives.containersV2.Create.smsTemplateCreatedSuccess": "SMS Template Created Successfully",
774
785
  "creatives.containersV2.Create.somethingWentWrong": "Something went wrong!!",
786
+ "creatives.containersV2.Create.sourceLinkEmpty": "Cannot leave source link field empty",
775
787
  "creatives.containersV2.Create.tagsErrorMessage": "Please check the message content for unsupported/missing tags",
776
788
  "creatives.containersV2.Create.tagsLabel": "Tags",
777
789
  "creatives.containersV2.Create.templateMarkedSuccessfully": "Template Marked as Final Successfully",
778
790
  "creatives.containersV2.Create.templateNamePlaceHolder": "Enter template name",
779
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",
780
796
  "creatives.containersV2.Create.unicodeErrorMessage": "Please check this if you want to use Unicode characters",
781
797
  "creatives.containersV2.Create.unicodeLabel": "Allow unicode characters",
798
+ "creatives.containersV2.Create.uploadImage": "Upload Image",
782
799
  "creatives.containersV2.Create.validationError": "Validation error",
783
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",
784
804
  "creatives.containersV2.Creatives.addContent": "Add content",
785
805
  "creatives.containersV2.Creatives.alphabeticallyOption": "Alphabetically",
786
806
  "creatives.containersV2.Creatives.blankTemplate": "Blank template",
@@ -800,7 +820,6 @@
800
820
  "creatives.containersV2.Creatives.creativesTemplatesEditName": "Edit name",
801
821
  "creatives.containersV2.Creatives.creativesTemplatesSave": "Done",
802
822
  "creatives.containersV2.Creatives.creativesTemplatesSaveFullMode": "Create",
803
- "creatives.containersV2.Creatives.creativesTemplatesUpdate": "Update",
804
823
  "creatives.containersV2.Creatives.deleteButton": "Delete",
805
824
  "creatives.containersV2.Creatives.deletedSuccssfully": "Template deleted successfully",
806
825
  "creatives.containersV2.Creatives.deletionFailed": "Template deletion failed",
@@ -873,11 +892,8 @@
873
892
  "creatives.containersV2.Ebill.tagsErrorMessage": "Please check the message content for unsupported/missing tags",
874
893
  "creatives.containersV2.Ebill.tagsLabel": "Tags",
875
894
  "creatives.containersV2.Ebill.templateDataNotValid": "Template data is not valid",
876
- "creatives.containersV2.Edit.addLabel": "Add label",
877
895
  "creatives.containersV2.Edit.alertMessage": "Alert",
878
896
  "creatives.containersV2.Edit.cancelButton": "Cancel",
879
- "creatives.containersV2.Edit.characters": "characters",
880
- "creatives.containersV2.Edit.creativeName": "Creative name",
881
897
  "creatives.containersV2.Edit.deleteLabel": "Delete",
882
898
  "creatives.containersV2.Edit.discardChangesButton": "Discard changes",
883
899
  "creatives.containersV2.Edit.duplicateLabel": "Duplicate",
@@ -891,7 +907,6 @@
891
907
  "creatives.containersV2.Edit.renameLabel": "Rename",
892
908
  "creatives.containersV2.Edit.saveButton": "Save",
893
909
  "creatives.containersV2.Edit.saveTemplateLoader": "Saving template...",
894
- "creatives.containersV2.Edit.sms": "SMS",
895
910
  "creatives.containersV2.Edit.smsEditorPlaceholder": "Please enter the message content",
896
911
  "creatives.containersV2.Edit.somethingWentWrong": "Something went wrong!!",
897
912
  "creatives.containersV2.Edit.tagsErrorMessage": "Please check the message content for unsupported/missing tags",
@@ -910,7 +925,6 @@
910
925
  "creatives.containersV2.Email.Subject": "Subject",
911
926
  "creatives.containersV2.Email.Tags": "Tags",
912
927
  "creatives.containersV2.Email.alert": "Alert",
913
- "creatives.containersV2.Email.alertMessage": "Alert",
914
928
  "creatives.containersV2.Email.alphabetically": "Alphabetically",
915
929
  "creatives.containersV2.Email.alphabeticallyOption": "Alphabetically",
916
930
  "creatives.containersV2.Email.assetUploadFailed": "Image uploaded failed",
@@ -935,8 +949,6 @@
935
949
  "creatives.containersV2.Email.emailSubjectNotEmplty": "Email subject cannot be empty.",
936
950
  "creatives.containersV2.Email.emailText": "Email",
937
951
  "creatives.containersV2.Email.goBackTemporaryChangesLost": "Do you really want to go back? All your temporary changes will be lost!",
938
- "creatives.containersV2.Email.h3emailPreview": "Email preview",
939
- "creatives.containersV2.Email.h3imageSelection": "Image selection",
940
952
  "creatives.containersV2.Email.imageSelection": "Image selection",
941
953
  "creatives.containersV2.Email.invalidFileMessage": "Invalid file type added! Please Give a proper zip/html file",
942
954
  "creatives.containersV2.Email.kmage": "Image",
@@ -1088,7 +1100,6 @@
1088
1100
  "creatives.containersV2.MobilePush.Create.button2": "Button 2",
1089
1101
  "creatives.containersV2.MobilePush.Create.cancel": "Cancel",
1090
1102
  "creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
1091
- "creatives.containersV2.MobilePush.Create.change": "change",
1092
1103
  "creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy title and content from android",
1093
1104
  "creatives.containersV2.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
1094
1105
  "creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
@@ -1160,7 +1171,6 @@
1160
1171
  "creatives.containersV2.MobilePush.Edit.button2": "Button 2",
1161
1172
  "creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
1162
1173
  "creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
1163
- "creatives.containersV2.MobilePush.Edit.change": "change",
1164
1174
  "creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy title and content from android",
1165
1175
  "creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
1166
1176
  "creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
@@ -1266,7 +1276,6 @@
1266
1276
  "creatives.containersV2.Templates.newTemplate": "New template",
1267
1277
  "creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
1268
1278
  "creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
1269
- "creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
1270
1279
  "creatives.containersV2.Templates.noTemplatesFound": "No templates found",
1271
1280
  "creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
1272
1281
  "creatives.containersV2.Templates.preview": "Preview",
@@ -1328,90 +1337,27 @@
1328
1337
  "creatives.containersV2.WeChat.discard": "Discard",
1329
1338
  "creatives.containersV2.WeChat.gettingTemplateData": "Getting template data..",
1330
1339
  "creatives.containersV2.WeChat.goBackTemporaryChangesLost": "Do you really want to go back? All your temporary changes will be lost!",
1331
- "creatives.containersV2.WeChat.hasInvalidContent": "has invalid content.",
1332
1340
  "creatives.containersV2.WeChat.hasValidContent": "has valid content.",
1333
1341
  "creatives.containersV2.WeChat.header": "WeChat",
1334
1342
  "creatives.containersV2.WeChat.isInternalUrl": "Is this internal url",
1335
1343
  "creatives.containersV2.WeChat.link": "Link",
1336
1344
  "creatives.containersV2.WeChat.linkCantEmpty": "has valid content.",
1337
- "creatives.containersV2.WeChat.linkErrorMessage": "Link cannot be empty.",
1338
- "creatives.containersV2.WeChat.newWechat": "New wechat",
1339
1345
  "creatives.containersV2.WeChat.save": "Save",
1340
- "creatives.containersV2.WeChat.select": "Select",
1341
1346
  "creatives.containersV2.WeChat.selectWechatAccount": "Select wechat account",
1342
1347
  "creatives.containersV2.WeChat.selectWechatTemplate": "Select wechat template",
1343
1348
  "creatives.containersV2.WeChat.somethingWentWrong": "Something went wrong!!",
1344
1349
  "creatives.containersV2.WeChat.tagsLabel": "Tags",
1345
1350
  "creatives.containersV2.WeChat.template": "Template",
1346
1351
  "creatives.containersV2.WeChat.templateMapping": "Template mapping",
1347
- "creatives.containersV2.WeChat.templateName": "Template Name",
1348
1352
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
1349
- "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
1353
+ "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template unmapped successfully",
1350
1354
  "creatives.containersV2.appName": "App Name",
1351
1355
  "creatives.containersV2.audience": "Audience",
1356
+ "creatives.containersV2.campaigns": "Campaigns",
1352
1357
  "creatives.containersV2.campaignsDashboard": "Campaigns",
1353
1358
  "creatives.containersV2.campaignsHome": "Campaigns Home",
1359
+ "creatives.containersV2.creatives": "Creatives",
1354
1360
  "creatives.containersV2.incentive": "Incentive",
1355
- "creatives.containersV2.richMedia.Create.Anyone": "Anyone",
1356
- "creatives.containersV2.richMedia.Create.Author": "Author",
1357
- "creatives.containersV2.richMedia.Create.Content": "Content",
1358
- "creatives.containersV2.richMedia.Create.Cover_abstract": "Cover abstract",
1359
- "creatives.containersV2.richMedia.Create.Cover_image": "Cover image",
1360
- "creatives.containersV2.richMedia.Create.No_one": "No one",
1361
- "creatives.containersV2.richMedia.Create.Only_followers": "Only followers",
1362
- "creatives.containersV2.richMedia.Create.Please_input_author": "Please input author",
1363
- "creatives.containersV2.richMedia.Create.Please_input_content": "Please input content",
1364
- "creatives.containersV2.richMedia.Create.Please_input_cover_abstract": "Please input cover abstract",
1365
- "creatives.containersV2.richMedia.Create.Please_input_title": "Please input title",
1366
- "creatives.containersV2.richMedia.Create.Show_cover_picture": "Show cover picture",
1367
- "creatives.containersV2.richMedia.Create.Title": "Title",
1368
- "creatives.containersV2.richMedia.Create.Who_can_post_comments_on_this_content": "Who can post comments on this content",
1369
- "creatives.containersV2.richMedia.Create.addNewRichmedia": "Add richmedia content",
1370
- "creatives.containersV2.richMedia.Create.addRichMediaContent": "Add rich media content",
1371
- "creatives.containersV2.richMedia.Create.articleContent": "Article content",
1372
- "creatives.containersV2.richMedia.Create.authorCharacterCount": "Author exceeds character count limit by",
1373
- "creatives.containersV2.richMedia.Create.authorInductiveText": "Brand/name that your customer will recognise",
1374
- "creatives.containersV2.richMedia.Create.contentEmpty": "Cannot leave content field empty",
1375
- "creatives.containersV2.richMedia.Create.coverAbstractCharacterCount": "Cover abstract exceeds character count limit by",
1376
- "creatives.containersV2.richMedia.Create.coverAbstractInductive": "A short description help customers learn more",
1377
- "creatives.containersV2.richMedia.Create.coverImageTitle": "The relevant image that complements title.",
1378
- "creatives.containersV2.richMedia.Create.delete": "delete",
1379
- "creatives.containersV2.richMedia.Create.deleteContent": "Do you really want to delete? All your temporary changes will be lost!",
1380
- "creatives.containersV2.richMedia.Create.emptyTemplateName": "Cannot leave template name empty",
1381
- "creatives.containersV2.richMedia.Create.fileContentFailed": "Failed to get File content",
1382
- "creatives.containersV2.richMedia.Create.formEmpty": "Cannot leave form empty",
1383
- "creatives.containersV2.richMedia.Create.header": "This is Create container !",
1384
- "creatives.containersV2.richMedia.Create.insertImage": "Insert Image",
1385
- "creatives.containersV2.richMedia.Create.linkInductiveText": "Link to help customers discover more about the brand.",
1386
- "creatives.containersV2.richMedia.Create.maxContentCount": "You have reached the maximum template size",
1387
- "creatives.containersV2.richMedia.Create.modalBody": "Do you really want to go back? All your temporary changes will be lost!",
1388
- "creatives.containersV2.richMedia.Create.modalTitle": "Alert",
1389
- "creatives.containersV2.richMedia.Create.nameOfTemplate": "Name of the template",
1390
- "creatives.containersV2.richMedia.Create.newMedia": "New media",
1391
- "creatives.containersV2.richMedia.Create.noImage": "Please upload an image",
1392
- "creatives.containersV2.richMedia.Create.payloadMissing": "Please provide payload to create wechat template",
1393
- "creatives.containersV2.richMedia.Create.readMoreLink": "Read more link",
1394
- "creatives.containersV2.richMedia.Create.requiredField": "This field is required!",
1395
- "creatives.containersV2.richMedia.Create.resolutionText": "Resolution 360 x 200",
1396
- "creatives.containersV2.richMedia.Create.sameTemplateExists": "Template with the same name exists",
1397
- "creatives.containersV2.richMedia.Create.saveSuccess": "Template saved successfully",
1398
- "creatives.containersV2.richMedia.Create.somethingWentWrong": "Something went wrong!!",
1399
- "creatives.containersV2.richMedia.Create.sourceIdentMissing": "Please provide source account identifier",
1400
- "creatives.containersV2.richMedia.Create.sourceLinkEmpty": "Cannot leave source link field empty",
1401
- "creatives.containersV2.richMedia.Create.sufficientParam": "Please provide sufficient params to create richmedia wechat template",
1402
- "creatives.containersV2.richMedia.Create.sufficientPayload": "Please provide sufficient parameters to generate richmedia message payload",
1403
- "creatives.containersV2.richMedia.Create.templateNameBlank": "Template name cannot be blank",
1404
- "creatives.containersV2.richMedia.Create.templateNameContainsWS": "Template name contains only whitespaces",
1405
- "creatives.containersV2.richMedia.Create.templateNameExists": "Template with the same name exists. Please try another template name.",
1406
- "creatives.containersV2.richMedia.Create.titleCharacterCount": "Title exceeds character count limit by",
1407
- "creatives.containersV2.richMedia.Create.titleEmpty": "Cannot leave title field empty",
1408
- "creatives.containersV2.richMedia.Create.titleInductiveText": "Write a brief headline to draw customer's attention",
1409
- "creatives.containersV2.richMedia.Create.titleNameRepeated": "Title name cannot be repeated",
1410
- "creatives.containersV2.richMedia.Create.uploadFailed": "Upload has failed",
1411
- "creatives.containersV2.richMedia.Create.uploadImage": "Upload Image",
1412
- "creatives.containersV2.richMedia.Create.visibility": "visibility",
1413
- "creatives.containersV2.richMedia.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
1414
- "creatives.containersV2.richMedia.Create.wrongUrl": "Enter correct URL",
1415
1361
  "customdatepicker.cancel": "Cancel",
1416
1362
  "customdatepicker.done": "Done",
1417
1363
  "reon.components.Cap.Workbench": "WorkBench",