@capillarytech/creatives-library 3.2.4 → 3.3.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.
- package/app.js +1 -1
- package/components/FormBuilder/index.js +1 -1
- package/components/Header/index.js +4 -3
- package/components/Header/messages.js +4 -0
- package/config/app.js +2 -0
- package/containers/Assets/Gallery/index.js +1 -1
- package/containers/Cap/index.js +4 -5
- package/containers/Email/index.js +2 -2
- package/containers/Email/messages.js +8 -0
- package/containers/LanguageProvider/index.js +28 -4
- package/containers/Templates/index.js +2 -2
- package/containers/Templates/messages.js +24 -4
- package/containers/WeChat/RichmediaTemplates/Create/messages.js +24 -0
- package/i18n.js +16 -9
- package/index.js +6 -0
- package/package.json +1 -4
- package/reducers.js +1 -1
- package/routes.js +2 -1
- package/services/api.js +11 -2
- package/translations/en.json +120 -63
- package/translations/zh.json +117 -60
- package/utils/smsCharCountV2.js +1 -1
- package/v2Components/CapTagList/index.js +2 -2
- package/v2Components/FormBuilder/index.js +7 -4
- package/v2Components/NavigationBar/index.js +11 -17
- package/v2Components/NavigationBar/messages.js +28 -0
- package/v2Components/NewCallTask/index.js +3 -1
- package/v2Components/TopBar/index.js +3 -0
- package/v2Components/TopBar/messages.js +8 -0
- package/v2Containers/Assets/Gallery/index.js +12 -6
- package/v2Containers/Assets/Gallery/messages.js +4 -0
- package/v2Containers/CallTask/index.js +3 -1
- package/v2Containers/Cap/index.js +3 -2
- package/v2Containers/CreativesContainer/SlideBoxContent.js +14 -1
- package/v2Containers/CreativesContainer/index.js +6 -1
- package/v2Containers/Email/index.js +10 -7
- package/v2Containers/Email/messages.js +16 -0
- package/v2Containers/EmailWrapper/index.js +12 -9
- package/v2Containers/LanguageProvider/actions.js +9 -4
- package/v2Containers/LanguageProvider/constants.js +7 -1
- package/v2Containers/LanguageProvider/index.js +49 -12
- package/v2Containers/LanguageProvider/reducer.js +11 -9
- package/v2Containers/LanguageProvider/selectors.js +1 -1
- package/v2Containers/MobilePush/Create/index.js +2 -1
- package/v2Containers/MobilePush/Create/messages.js +4 -0
- package/v2Containers/MobilePush/Edit/index.js +2 -1
- package/v2Containers/MobilePush/Edit/messages.js +4 -0
- package/v2Containers/Sms/Create/index.js +3 -1
- package/v2Containers/Sms/Create/messages.js +16 -0
- package/v2Containers/Sms/Edit/index.js +3 -1
- package/v2Containers/Sms/Edit/messages.js +16 -0
- package/v2Containers/TagList/index.js +43 -0
- package/v2Containers/Templates/_templates.scss +9 -1
- package/v2Containers/Templates/index.js +66 -53
- package/v2Containers/TemplatesV2/index.js +54 -54
- package/v2Containers/WeChat/MapTemplates/index.js +0 -1
- package/v2Containers/WeChat/MapTemplates/messages.js +1 -1
- package/v2Containers/WeChat/RichmediaTemplates/Create/_createRichmedia.scss +10 -0
- package/v2Containers/WeChat/RichmediaTemplates/Create/actions.js +9 -0
- package/v2Containers/WeChat/RichmediaTemplates/Create/constants.js +3 -0
- package/v2Containers/WeChat/RichmediaTemplates/Create/index.js +146 -4
- package/v2Containers/WeChat/RichmediaTemplates/Create/messages.js +86 -57
- package/v2Containers/WeChat/RichmediaTemplates/Create/reducer.js +24 -1
- package/v2Containers/WeChat/RichmediaTemplates/Create/sagas.js +45 -0
- package/v2Containers/WeChat/RichmediaTemplates/Edit/constants.js +4 -0
- package/v2Containers/WeChat/RichmediaTemplates/Edit/index.js +8 -1
- package/v2Containers/WeChat/Wrapper/_wrapper.scss +9 -1
- package/v2Containers/WeChat/Wrapper/messages.js +5 -5
- package/v2Containers/TemplatesV2/_templatesV2.scss +0 -5
package/translations/en.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
+
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
3
|
+
"app.components.TemplatePreview.optoutCharactersTotal": "Includes optout tag ({optoutUrlLength} characters)",
|
|
2
4
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
3
5
|
"creatives.components.CapTagList.Cancel": "Cancel",
|
|
4
6
|
"creatives.components.CapTagList.Ok": "Ok",
|
|
@@ -32,6 +34,7 @@
|
|
|
32
34
|
"creatives.components.FormBuilder.unsupportedTags": "Unsupported tags are:",
|
|
33
35
|
"creatives.components.FormBuilder.yes": "Yes",
|
|
34
36
|
"creatives.components.Header.cancel": "Cancel",
|
|
37
|
+
"creatives.components.Header.enterTemplateName": "Enter template name*",
|
|
35
38
|
"creatives.components.Header.header": "This is the Header component !",
|
|
36
39
|
"creatives.components.Header.preview": "Preview",
|
|
37
40
|
"creatives.components.Header.save": "Save",
|
|
@@ -53,6 +56,7 @@
|
|
|
53
56
|
"creatives.components.SmsTest.header": "This is the SmsTest component !",
|
|
54
57
|
"creatives.components.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
55
58
|
"creatives.components.SmsTest.inputTemplateName": "Please input template name.",
|
|
59
|
+
"creatives.components.TemplatePreview.characters": "characters",
|
|
56
60
|
"creatives.components.TemplatePreview.charactersPerSms": "SMS chars",
|
|
57
61
|
"creatives.components.TemplatePreview.charactersTotal": "SMS char total",
|
|
58
62
|
"creatives.components.TemplatePreview.close": "close",
|
|
@@ -66,6 +70,8 @@
|
|
|
66
70
|
"creatives.components.ToastrMessage.close": "close",
|
|
67
71
|
"creatives.components.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
68
72
|
"creatives.components.TopBar.brand.dropdown": "Hi",
|
|
73
|
+
"creatives.components.TopBar.brand.noResultText": "No results found",
|
|
74
|
+
"creatives.components.TopBar.brand.organization": "Organization",
|
|
69
75
|
"creatives.components.WechatRichmediaTemplatePreview.edit": "Edit",
|
|
70
76
|
"creatives.components.WechatRichmediaTemplatePreview.header": "This is the WechatRichmediaTemplatePreview component !",
|
|
71
77
|
"creatives.components.WechatRichmediaTemplatePreview.select": "Select",
|
|
@@ -73,7 +79,7 @@
|
|
|
73
79
|
"creatives.componentsV2.CallTaskPreview.header": "This is the CallTaskPreview component !",
|
|
74
80
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
75
81
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
76
|
-
"creatives.componentsV2.CapTagList.all": "
|
|
82
|
+
"creatives.componentsV2.CapTagList.all": "All",
|
|
77
83
|
"creatives.componentsV2.CapTagList.dynamic_days_before_expiry": "Dynamic days before expiry",
|
|
78
84
|
"creatives.componentsV2.CapTagList.gettingTags": "Getting tags...",
|
|
79
85
|
"creatives.componentsV2.CapTagList.loyalty": "Loyalty",
|
|
@@ -121,11 +127,18 @@
|
|
|
121
127
|
"creatives.componentsV2.Header.save": "Save",
|
|
122
128
|
"creatives.componentsV2.ImagePreview.close": "close",
|
|
123
129
|
"creatives.componentsV2.ImagePreview.loadingImage": "Loading images !!!!",
|
|
130
|
+
"creatives.componentsV2.NavigationBar.businessProcesses": "Workbench",
|
|
131
|
+
"creatives.componentsV2.NavigationBar.campaign": "Campaigns",
|
|
124
132
|
"creatives.componentsV2.NavigationBar.header": "This is the NavigationBar component!",
|
|
125
133
|
"creatives.componentsV2.NavigationBar.insights": "Insights+",
|
|
126
134
|
"creatives.componentsV2.NavigationBar.logout": "Logout",
|
|
135
|
+
"creatives.componentsV2.NavigationBar.loyaltyProgram": "Loyalty+",
|
|
136
|
+
"creatives.componentsV2.NavigationBar.memberCare": "Member Care",
|
|
127
137
|
"creatives.componentsV2.NavigationBar.orgSettings": "Organisation settings",
|
|
128
138
|
"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",
|
|
129
142
|
"creatives.componentsV2.NewCallTask.callTaskTitle": "Call Task title",
|
|
130
143
|
"creatives.componentsV2.NewCallTask.description": "Description",
|
|
131
144
|
"creatives.componentsV2.NewCallTask.done": "Done",
|
|
@@ -186,6 +199,7 @@
|
|
|
186
199
|
"creatives.containers.Create.Content*": "Content*",
|
|
187
200
|
"creatives.containers.Create.Cover_abstract": "Cover abstract",
|
|
188
201
|
"creatives.containers.Create.Cover_image*": "Cover image*",
|
|
202
|
+
"creatives.containers.Create.Insert_Image": "Insert Image",
|
|
189
203
|
"creatives.containers.Create.No_one": "No one",
|
|
190
204
|
"creatives.containers.Create.Only_followers": "Only followers",
|
|
191
205
|
"creatives.containers.Create.Please_input_author": "Please input author",
|
|
@@ -193,7 +207,9 @@
|
|
|
193
207
|
"creatives.containers.Create.Please_input_cover_abstract": "Please input cover abstract",
|
|
194
208
|
"creatives.containers.Create.Please_input_title": "Please input title",
|
|
195
209
|
"creatives.containers.Create.Show_cover_picture": "Show cover picture",
|
|
210
|
+
"creatives.containers.Create.Source_link": "Source link*",
|
|
196
211
|
"creatives.containers.Create.Title*": "Title*",
|
|
212
|
+
"creatives.containers.Create.Upload_Image": "Upload Image",
|
|
197
213
|
"creatives.containers.Create.Who_can_post_comments_on_this_content": "Who can post comments on this content",
|
|
198
214
|
"creatives.containers.Create.addNewRichmedia": "Add richmedia content",
|
|
199
215
|
"creatives.containers.Create.alertMessage": "Alert",
|
|
@@ -210,7 +226,9 @@
|
|
|
210
226
|
"creatives.containers.Create.emptyTemplateName": "Cannot leave template name empty",
|
|
211
227
|
"creatives.containers.Create.formEmpty": "Cannot leave form empty",
|
|
212
228
|
"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",
|
|
213
230
|
"creatives.containers.Create.header": "This is Create container !",
|
|
231
|
+
"creatives.containers.Create.http_example": "Example: http://example.com",
|
|
214
232
|
"creatives.containers.Create.markFinalVersionLabel": "Mark as final",
|
|
215
233
|
"creatives.containers.Create.maxContentCount": "You have reached the maximum template size",
|
|
216
234
|
"creatives.containers.Create.messageLabel": "Message",
|
|
@@ -234,6 +252,7 @@
|
|
|
234
252
|
"creatives.containers.Create.titleCharacterCount": "Title exceeds character count limit by",
|
|
235
253
|
"creatives.containers.Create.titleEmpty": "Cannot leave title field empty",
|
|
236
254
|
"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",
|
|
237
256
|
"creatives.containers.Create.unicodeErrorMessage": "Please check this if you want to use unicode characters",
|
|
238
257
|
"creatives.containers.Create.unicodeLabel": "Allow unicode characters",
|
|
239
258
|
"creatives.containers.Create.versionLabel": "Version",
|
|
@@ -290,6 +309,8 @@
|
|
|
290
309
|
"creatives.containers.Email.Create.creatives": "Creatives",
|
|
291
310
|
"creatives.containers.Email.Create.descriptionEmail": "Description of Email",
|
|
292
311
|
"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",
|
|
293
314
|
"creatives.containers.Email.Create.invalidFileMessage": "Invalid file type added! Please Give a proper zip/html file",
|
|
294
315
|
"creatives.containers.Email.Create.newVersion": "New Version",
|
|
295
316
|
"creatives.containers.Email.Create.uploadFile": "Upload File",
|
|
@@ -576,7 +597,12 @@
|
|
|
576
597
|
"creatives.containers.MobilePush.Edit.uploadingImage": "Uploading image...",
|
|
577
598
|
"creatives.containers.MobilePush.Edit.valueCantEmpty": "value cannot be empty.",
|
|
578
599
|
"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",
|
|
579
604
|
"creatives.containers.Templates.MobilePush": "MobilePush",
|
|
605
|
+
"creatives.containers.Templates.Sms": "Sms",
|
|
580
606
|
"creatives.containers.Templates.all": "All",
|
|
581
607
|
"creatives.containers.Templates.alphabeticallyOption": "Alphabetically",
|
|
582
608
|
"creatives.containers.Templates.blankTemplate": "Blank template",
|
|
@@ -612,6 +638,7 @@
|
|
|
612
638
|
"creatives.containers.Templates.mapTemplate": "Map template",
|
|
613
639
|
"creatives.containers.Templates.mobilePushChannel": "Mobile push",
|
|
614
640
|
"creatives.containers.Templates.mobilePushChannelTemplatesHeader": "Select Mobile push Template",
|
|
641
|
+
"creatives.containers.Templates.mobilepush": "mobilepush",
|
|
615
642
|
"creatives.containers.Templates.mobilepushHeader": "Mobile Push",
|
|
616
643
|
"creatives.containers.Templates.mostRecentOption": "Most recent",
|
|
617
644
|
"creatives.containers.Templates.newTemplate": "New template",
|
|
@@ -620,7 +647,6 @@
|
|
|
620
647
|
"creatives.containers.Templates.preview": "Preview",
|
|
621
648
|
"creatives.containers.Templates.previewButton": "Preview",
|
|
622
649
|
"creatives.containers.Templates.previewGenerateText": "Preview is being generated...",
|
|
623
|
-
"creatives.containers.Templates.search": "Search",
|
|
624
650
|
"creatives.containers.Templates.searchText": "Search",
|
|
625
651
|
"creatives.containers.Templates.selectAccount": "Select account",
|
|
626
652
|
"creatives.containers.Templates.selectButton": "Select",
|
|
@@ -665,18 +691,15 @@
|
|
|
665
691
|
"creatives.containers.WeChat.gettingTemplateData": "Getting template data..",
|
|
666
692
|
"creatives.containers.WeChat.goBackConfirmation": "Going back will discard all the changes you've made. Continue?",
|
|
667
693
|
"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.",
|
|
669
694
|
"creatives.containers.WeChat.header": "WeChat",
|
|
670
695
|
"creatives.containers.WeChat.invalidContent": "has invalid content.",
|
|
671
696
|
"creatives.containers.WeChat.isInternalUrl": "Is this internal url",
|
|
672
697
|
"creatives.containers.WeChat.link": "Link",
|
|
673
698
|
"creatives.containers.WeChat.linkCantEmpty": "Link cannot be empty",
|
|
674
|
-
"creatives.containers.WeChat.
|
|
699
|
+
"creatives.containers.WeChat.loadingEDMTemplates": "loading EDM Templates",
|
|
675
700
|
"creatives.containers.WeChat.mapTemplateFooter": "Footer",
|
|
676
701
|
"creatives.containers.WeChat.mapTemplateHeader": "Header",
|
|
677
|
-
"creatives.containers.WeChat.newWechat": "New wechat",
|
|
678
702
|
"creatives.containers.WeChat.save": "Save",
|
|
679
|
-
"creatives.containers.WeChat.select": "Select",
|
|
680
703
|
"creatives.containers.WeChat.selectWechatAccount": "Select wechat account",
|
|
681
704
|
"creatives.containers.WeChat.selectWechatTemplate": "Select wechat template",
|
|
682
705
|
"creatives.containers.WeChat.somethingWentWrong": "Something went wrong!!",
|
|
@@ -684,7 +707,12 @@
|
|
|
684
707
|
"creatives.containers.WeChat.template": "Template",
|
|
685
708
|
"creatives.containers.WeChat.templateMapping": "Template mapping",
|
|
686
709
|
"creatives.containers.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
687
|
-
"creatives.containers.WeChat.wechatEditSuccess": "WeChat template
|
|
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?",
|
|
688
716
|
"creatives.containersV2.Assets.Gallery.addImages": "Add images",
|
|
689
717
|
"creatives.containersV2.Assets.Gallery.alphabetically": "Alphabetically",
|
|
690
718
|
"creatives.containersV2.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
|
|
@@ -697,6 +725,7 @@
|
|
|
697
725
|
"creatives.containersV2.Assets.Gallery.gallery": "Gallery",
|
|
698
726
|
"creatives.containersV2.Assets.Gallery.imagePreview": "Image preview",
|
|
699
727
|
"creatives.containersV2.Assets.Gallery.lastUpdated": "Last update {on} by {by}",
|
|
728
|
+
"creatives.containersV2.Assets.Gallery.loadingGallery": "Loading gallery...",
|
|
700
729
|
"creatives.containersV2.Assets.Gallery.mostRecent": "Most recent",
|
|
701
730
|
"creatives.containersV2.Assets.Gallery.noAssetMessage": "No image is uploaded",
|
|
702
731
|
"creatives.containersV2.Assets.Gallery.noTemplatesFound": "No templates found",
|
|
@@ -729,78 +758,36 @@
|
|
|
729
758
|
"creatives.containersV2.Cap.storePerformance": "Store Performance",
|
|
730
759
|
"creatives.containersV2.Cap.wechat": "WeChat",
|
|
731
760
|
"creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
|
|
732
|
-
"creatives.containersV2.Create.
|
|
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",
|
|
761
|
+
"creatives.containersV2.Create.addLabel": "Add label",
|
|
747
762
|
"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",
|
|
751
763
|
"creatives.containersV2.Create.cancelButton": "Cancel",
|
|
752
|
-
"creatives.containersV2.Create.
|
|
753
|
-
"creatives.containersV2.Create.
|
|
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!",
|
|
764
|
+
"creatives.containersV2.Create.characters": "characters",
|
|
765
|
+
"creatives.containersV2.Create.creativeName": "Creative name",
|
|
758
766
|
"creatives.containersV2.Create.deleteLabel": "Delete",
|
|
759
767
|
"creatives.containersV2.Create.discardChangesButton": "Discard changes",
|
|
760
768
|
"creatives.containersV2.Create.duplicateLabel": "Duplicate",
|
|
761
769
|
"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",
|
|
764
770
|
"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",
|
|
767
771
|
"creatives.containersV2.Create.invalidTags": "Invalid tags",
|
|
768
|
-
"creatives.containersV2.Create.linkInductiveText": "Link to help customers discover more about the brand.",
|
|
769
772
|
"creatives.containersV2.Create.markFinalVersionLabel": "Mark as final",
|
|
770
|
-
"creatives.containersV2.Create.maxContentCount": "You have reached the maximum template size",
|
|
771
773
|
"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",
|
|
777
775
|
"creatives.containersV2.Create.renameLabel": "Rename",
|
|
778
|
-
"creatives.containersV2.Create.requiredField": "This field is required!",
|
|
779
|
-
"creatives.containersV2.Create.resolutionText": "Resolution 360 x 200",
|
|
780
776
|
"creatives.containersV2.Create.saveButton": "Save",
|
|
781
|
-
"creatives.containersV2.Create.saveSuccess": "Template saved successfully",
|
|
782
777
|
"creatives.containersV2.Create.saveTemplateLoader": "Saving template...",
|
|
778
|
+
"creatives.containersV2.Create.sms": "SMS",
|
|
783
779
|
"creatives.containersV2.Create.smsEditorPlaceholder": "Please enter the message content",
|
|
784
780
|
"creatives.containersV2.Create.smsTemplateCreatedSuccess": "SMS Template Created Successfully",
|
|
785
781
|
"creatives.containersV2.Create.somethingWentWrong": "Something went wrong!!",
|
|
786
|
-
"creatives.containersV2.Create.sourceLinkEmpty": "Cannot leave source link field empty",
|
|
787
782
|
"creatives.containersV2.Create.tagsErrorMessage": "Please check the message content for unsupported/missing tags",
|
|
788
783
|
"creatives.containersV2.Create.tagsLabel": "Tags",
|
|
789
784
|
"creatives.containersV2.Create.templateMarkedSuccessfully": "Template Marked as Final Successfully",
|
|
790
785
|
"creatives.containersV2.Create.templateNamePlaceHolder": "Enter template name",
|
|
791
786
|
"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",
|
|
796
787
|
"creatives.containersV2.Create.unicodeErrorMessage": "Please check this if you want to use Unicode characters",
|
|
797
788
|
"creatives.containersV2.Create.unicodeLabel": "Allow unicode characters",
|
|
798
|
-
"creatives.containersV2.Create.uploadImage": "Upload Image",
|
|
799
789
|
"creatives.containersV2.Create.validationError": "Validation error",
|
|
800
790
|
"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",
|
|
804
791
|
"creatives.containersV2.Creatives.addContent": "Add content",
|
|
805
792
|
"creatives.containersV2.Creatives.alphabeticallyOption": "Alphabetically",
|
|
806
793
|
"creatives.containersV2.Creatives.blankTemplate": "Blank template",
|
|
@@ -820,6 +807,7 @@
|
|
|
820
807
|
"creatives.containersV2.Creatives.creativesTemplatesEditName": "Edit name",
|
|
821
808
|
"creatives.containersV2.Creatives.creativesTemplatesSave": "Done",
|
|
822
809
|
"creatives.containersV2.Creatives.creativesTemplatesSaveFullMode": "Create",
|
|
810
|
+
"creatives.containersV2.Creatives.creativesTemplatesUpdate": "Update",
|
|
823
811
|
"creatives.containersV2.Creatives.deleteButton": "Delete",
|
|
824
812
|
"creatives.containersV2.Creatives.deletedSuccssfully": "Template deleted successfully",
|
|
825
813
|
"creatives.containersV2.Creatives.deletionFailed": "Template deletion failed",
|
|
@@ -892,8 +880,11 @@
|
|
|
892
880
|
"creatives.containersV2.Ebill.tagsErrorMessage": "Please check the message content for unsupported/missing tags",
|
|
893
881
|
"creatives.containersV2.Ebill.tagsLabel": "Tags",
|
|
894
882
|
"creatives.containersV2.Ebill.templateDataNotValid": "Template data is not valid",
|
|
883
|
+
"creatives.containersV2.Edit.addLabel": "Add label",
|
|
895
884
|
"creatives.containersV2.Edit.alertMessage": "Alert",
|
|
896
885
|
"creatives.containersV2.Edit.cancelButton": "Cancel",
|
|
886
|
+
"creatives.containersV2.Edit.characters": "characters",
|
|
887
|
+
"creatives.containersV2.Edit.creativeName": "Creative name",
|
|
897
888
|
"creatives.containersV2.Edit.deleteLabel": "Delete",
|
|
898
889
|
"creatives.containersV2.Edit.discardChangesButton": "Discard changes",
|
|
899
890
|
"creatives.containersV2.Edit.duplicateLabel": "Duplicate",
|
|
@@ -907,6 +898,7 @@
|
|
|
907
898
|
"creatives.containersV2.Edit.renameLabel": "Rename",
|
|
908
899
|
"creatives.containersV2.Edit.saveButton": "Save",
|
|
909
900
|
"creatives.containersV2.Edit.saveTemplateLoader": "Saving template...",
|
|
901
|
+
"creatives.containersV2.Edit.sms": "SMS",
|
|
910
902
|
"creatives.containersV2.Edit.smsEditorPlaceholder": "Please enter the message content",
|
|
911
903
|
"creatives.containersV2.Edit.somethingWentWrong": "Something went wrong!!",
|
|
912
904
|
"creatives.containersV2.Edit.tagsErrorMessage": "Please check the message content for unsupported/missing tags",
|
|
@@ -924,7 +916,9 @@
|
|
|
924
916
|
"creatives.containersV2.Email.Save": "Save",
|
|
925
917
|
"creatives.containersV2.Email.Subject": "Subject",
|
|
926
918
|
"creatives.containersV2.Email.Tags": "Tags",
|
|
919
|
+
"creatives.containersV2.Email.addLabel": "Add label",
|
|
927
920
|
"creatives.containersV2.Email.alert": "Alert",
|
|
921
|
+
"creatives.containersV2.Email.alertMessage": "Alert",
|
|
928
922
|
"creatives.containersV2.Email.alphabetically": "Alphabetically",
|
|
929
923
|
"creatives.containersV2.Email.alphabeticallyOption": "Alphabetically",
|
|
930
924
|
"creatives.containersV2.Email.assetUploadFailed": "Image uploaded failed",
|
|
@@ -948,7 +942,10 @@
|
|
|
948
942
|
"creatives.containersV2.Email.emailSubject": "Enter email subject",
|
|
949
943
|
"creatives.containersV2.Email.emailSubjectNotEmplty": "Email subject cannot be empty.",
|
|
950
944
|
"creatives.containersV2.Email.emailText": "Email",
|
|
945
|
+
"creatives.containersV2.Email.english": "English",
|
|
951
946
|
"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",
|
|
952
949
|
"creatives.containersV2.Email.imageSelection": "Image selection",
|
|
953
950
|
"creatives.containersV2.Email.invalidFileMessage": "Invalid file type added! Please Give a proper zip/html file",
|
|
954
951
|
"creatives.containersV2.Email.kmage": "Image",
|
|
@@ -1100,6 +1097,7 @@
|
|
|
1100
1097
|
"creatives.containersV2.MobilePush.Create.button2": "Button 2",
|
|
1101
1098
|
"creatives.containersV2.MobilePush.Create.cancel": "Cancel",
|
|
1102
1099
|
"creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
1100
|
+
"creatives.containersV2.MobilePush.Create.change": "change",
|
|
1103
1101
|
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy title and content from android",
|
|
1104
1102
|
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
|
|
1105
1103
|
"creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
@@ -1171,6 +1169,7 @@
|
|
|
1171
1169
|
"creatives.containersV2.MobilePush.Edit.button2": "Button 2",
|
|
1172
1170
|
"creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
|
|
1173
1171
|
"creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
1172
|
+
"creatives.containersV2.MobilePush.Edit.change": "change",
|
|
1174
1173
|
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy title and content from android",
|
|
1175
1174
|
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
|
|
1176
1175
|
"creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
@@ -1276,6 +1275,7 @@
|
|
|
1276
1275
|
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
1277
1276
|
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
1278
1277
|
"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,27 +1337,90 @@
|
|
|
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.",
|
|
1340
1341
|
"creatives.containersV2.WeChat.hasValidContent": "has valid content.",
|
|
1341
1342
|
"creatives.containersV2.WeChat.header": "WeChat",
|
|
1342
1343
|
"creatives.containersV2.WeChat.isInternalUrl": "Is this internal url",
|
|
1343
1344
|
"creatives.containersV2.WeChat.link": "Link",
|
|
1344
1345
|
"creatives.containersV2.WeChat.linkCantEmpty": "has valid content.",
|
|
1346
|
+
"creatives.containersV2.WeChat.linkErrorMessage": "Link cannot be empty.",
|
|
1347
|
+
"creatives.containersV2.WeChat.newWechat": "New wechat",
|
|
1345
1348
|
"creatives.containersV2.WeChat.save": "Save",
|
|
1349
|
+
"creatives.containersV2.WeChat.select": "Select",
|
|
1346
1350
|
"creatives.containersV2.WeChat.selectWechatAccount": "Select wechat account",
|
|
1347
1351
|
"creatives.containersV2.WeChat.selectWechatTemplate": "Select wechat template",
|
|
1348
1352
|
"creatives.containersV2.WeChat.somethingWentWrong": "Something went wrong!!",
|
|
1349
1353
|
"creatives.containersV2.WeChat.tagsLabel": "Tags",
|
|
1350
1354
|
"creatives.containersV2.WeChat.template": "Template",
|
|
1351
1355
|
"creatives.containersV2.WeChat.templateMapping": "Template mapping",
|
|
1356
|
+
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
1352
1357
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
1353
|
-
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template
|
|
1358
|
+
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
1354
1359
|
"creatives.containersV2.appName": "App Name",
|
|
1355
1360
|
"creatives.containersV2.audience": "Audience",
|
|
1356
|
-
"creatives.containersV2.campaigns": "Campaigns",
|
|
1357
1361
|
"creatives.containersV2.campaignsDashboard": "Campaigns",
|
|
1358
1362
|
"creatives.containersV2.campaignsHome": "Campaigns Home",
|
|
1359
|
-
"creatives.containersV2.creatives": "Creatives",
|
|
1360
1363
|
"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",
|
|
1361
1424
|
"customdatepicker.cancel": "Cancel",
|
|
1362
1425
|
"customdatepicker.done": "Done",
|
|
1363
1426
|
"reon.components.Cap.Workbench": "WorkBench",
|
|
@@ -1415,11 +1478,5 @@
|
|
|
1415
1478
|
"reon.modules.Login.componentsv2.LoginForm.input.invalidCredentials": "Invalid or Incorrect credentials!",
|
|
1416
1479
|
"reon.modules.Login.componentsv2.LoginForm.input.loginButton": "Login",
|
|
1417
1480
|
"reon.modules.Login.componentsv2.LoginForm.input.password": "Password",
|
|
1418
|
-
"reon.modules.Login.componentsv2.LoginForm.input.username": "Username or email"
|
|
1419
|
-
"creatives.containers.WeChat.loadingEDMTemplates": "loading EDM Templates",
|
|
1420
|
-
"creatives.containersV2.WeChat.select": "Select",
|
|
1421
|
-
"creatives.containersV2.WeChat.newWechat": "New wechat",
|
|
1422
|
-
"creatives.containersV2.WeChat.linkErrorMessage": "Link cannot be empty.",
|
|
1423
|
-
"creatives.containersV2.WeChat.hasInvalidContent": "has invalid content.",
|
|
1424
|
-
"creatives.containersV2.WeChat.templateName": "Template Name"
|
|
1481
|
+
"reon.modules.Login.componentsv2.LoginForm.input.username": "Username or email"
|
|
1425
1482
|
}
|