@capillarytech/creatives-library 3.1.6 → 3.1.8
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/containers/Line/Create/messages.js +1 -1
- package/package.json +1 -1
- package/services/api.js +1 -8
- package/translations/en.json +420 -1
- package/translations/zh.json +419 -0
- package/v2Components/CapTagList/index.js +1 -1
- package/v2Components/CapTagList/messages.js +1 -1
- package/v2Components/EmailPreviewV2/messages.js +4 -4
- package/v2Components/FormBuilder/messages.js +1 -1
- package/v2Components/TemplatePreview/WechatRichmediaTemplatePreview/_wechatRichmediaTemplatePrev.scss +43 -0
- package/v2Components/TemplatePreview/WechatRichmediaTemplatePreview/index.js +54 -47
- package/v2Components/TopBar/messages.js +1 -1
- package/v2Containers/CreativesContainer/messages.js +3 -3
- package/v2Containers/Line/Create/messages.js +1 -1
- package/v2Containers/MobilePush/Create/messages.js +1 -1
- package/v2Containers/MobilePush/Edit/messages.js +1 -1
- package/v2Containers/MobilepushWrapper/messages.js +1 -1
- package/v2Containers/Templates/index.js +7 -12
- package/v2Containers/Templates/messages.js +2 -2
- package/v2Containers/WeChat/RichmediaTemplates/Create/index.js +2 -4
|
@@ -167,7 +167,7 @@ export default defineMessages({
|
|
|
167
167
|
defaultMessage: 'Please upload an image to proceed',
|
|
168
168
|
},
|
|
169
169
|
"Maximum characters length exceeds": {
|
|
170
|
-
id: 'creatives.containers.Line.Create.
|
|
170
|
+
id: 'creatives.containers.Line.Create.maximumCharacterLengthExceeds',
|
|
171
171
|
defaultMessage: 'Maximum characters length exceeds',
|
|
172
172
|
},
|
|
173
173
|
"goBackConfirmation": {
|
package/package.json
CHANGED
package/services/api.js
CHANGED
|
@@ -321,14 +321,7 @@ export const createLineTemplate = ({template}) => {
|
|
|
321
321
|
|
|
322
322
|
export const getLocizMessage = async (locale) => {
|
|
323
323
|
const appName = 'creatives_v2';
|
|
324
|
-
const messagePrefix = 'creatives';
|
|
325
324
|
const url = `${ARYA_ENDPOINT}/translations/${appName}/${locale}`;
|
|
326
325
|
const response = await request(url, getAPICallObject('GET'));
|
|
327
|
-
return
|
|
328
|
-
(acc, key) => ({
|
|
329
|
-
...acc,
|
|
330
|
-
...{ [`${key.replace('app', messagePrefix)}`]: response[key] },
|
|
331
|
-
}),
|
|
332
|
-
{}
|
|
333
|
-
);
|
|
326
|
+
return response;
|
|
334
327
|
};
|
package/translations/en.json
CHANGED
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"creatives.componentsV2.CallTaskPreview.header": "This is the CallTaskPreview component !",
|
|
74
74
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
75
75
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
76
|
-
"creatives.componentsV2.CapTagList.all": "
|
|
76
|
+
"creatives.componentsV2.CapTagList.all": "All",
|
|
77
77
|
"creatives.componentsV2.CapTagList.dynamic_days_before_expiry": "Dynamic days before expiry",
|
|
78
78
|
"creatives.componentsV2.CapTagList.gettingTags": "Getting tags...",
|
|
79
79
|
"creatives.componentsV2.CapTagList.loyalty": "Loyalty",
|
|
@@ -91,7 +91,30 @@
|
|
|
91
91
|
"creatives.componentsV2.EmailPreview.lastModified": "Last modified on",
|
|
92
92
|
"creatives.componentsV2.EmailPreview.subject": "Subject:",
|
|
93
93
|
"creatives.componentsV2.EmailPreview.uploadedBy": "Last modified by",
|
|
94
|
+
"creatives.componentsV2.EmailPreviewV2.browserDoesntSupportIframe": "Your browser does not support iframes.",
|
|
95
|
+
"creatives.componentsV2.EmailPreviewV2.desktop": "Desktop",
|
|
96
|
+
"creatives.componentsV2.EmailPreviewV2.header": "This is the EmailPreviewV2 component !",
|
|
97
|
+
"creatives.componentsV2.EmailPreviewV2.lastModified": "Last modified on",
|
|
98
|
+
"creatives.componentsV2.EmailPreviewV2.mobile": "Mobile",
|
|
99
|
+
"creatives.componentsV2.EmailPreviewV2.noIframeSupport": "Your browser does not support iframes.",
|
|
100
|
+
"creatives.componentsV2.EmailPreviewV2.showAllDevices": "Show all devices",
|
|
101
|
+
"creatives.componentsV2.EmailPreviewV2.subject": "Subject:",
|
|
102
|
+
"creatives.componentsV2.EmailPreviewV2.tablet": "Tablet",
|
|
103
|
+
"creatives.componentsV2.EmailPreviewV2.uploadedBy": "Last modified by",
|
|
94
104
|
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
105
|
+
"creatives.componentsV2.FormBuilder.cancel": "Cancel",
|
|
106
|
+
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
107
|
+
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|
|
108
|
+
"creatives.componentsV2.FormBuilder.header": "This is the FormBuilder component !",
|
|
109
|
+
"creatives.componentsV2.FormBuilder.layoutSelection": "Layout Selection",
|
|
110
|
+
"creatives.componentsV2.FormBuilder.loadingEDMTemplates": "Loading EDM Templates",
|
|
111
|
+
"creatives.componentsV2.FormBuilder.missingTags": "Missing tags are:",
|
|
112
|
+
"creatives.componentsV2.FormBuilder.ok": "Ok",
|
|
113
|
+
"creatives.componentsV2.FormBuilder.or": "OR",
|
|
114
|
+
"creatives.componentsV2.FormBuilder.selectAFile": "Select a file from your computer",
|
|
115
|
+
"creatives.componentsV2.FormBuilder.unsupportedTags": "Unsupported tags are:",
|
|
116
|
+
"creatives.componentsV2.FormBuilder.upload": "Upload",
|
|
117
|
+
"creatives.componentsV2.FormBuilder.yes": "Yes",
|
|
95
118
|
"creatives.componentsV2.Header.cancel": "Cancel",
|
|
96
119
|
"creatives.componentsV2.Header.header": "This is the Header component !",
|
|
97
120
|
"creatives.componentsV2.Header.preview": "Preview",
|
|
@@ -128,6 +151,13 @@
|
|
|
128
151
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
129
152
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
130
153
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
154
|
+
"creatives.componentsV2.TopBar.brand.dropdown": "Select brand",
|
|
155
|
+
"creatives.componentsV2.TopBar.brand.hi": "Hi",
|
|
156
|
+
"creatives.componentsV2.TopBar.brand.selectOrganization": "Select organization",
|
|
157
|
+
"creatives.componentsV2.TopBar.brand.selectProduct": "Select product",
|
|
158
|
+
"creatives.componentsV2.TopBar.logout": "Logout",
|
|
159
|
+
"creatives.componentsV2.TopBar.profile": "Profile",
|
|
160
|
+
"creatives.componentsV2.TopBar.settings": "Settings",
|
|
131
161
|
"creatives.componentsv2.MobilePushPreviewV2.android": "Android",
|
|
132
162
|
"creatives.componentsv2.MobilePushPreviewV2.header": "This is the MobilePushPreviewV2 component !",
|
|
133
163
|
"creatives.componentsv2.MobilePushPreviewV2.ios": "IOS",
|
|
@@ -319,7 +349,52 @@
|
|
|
319
349
|
"creatives.containers.Email.uploadedBy": "Uploaded by",
|
|
320
350
|
"creatives.containers.Email.uploadingImage": "Uploading image...",
|
|
321
351
|
"creatives.containers.Email.yes": "Yes",
|
|
352
|
+
"creatives.containers.Line.Create.Campaigns": "Campaigns",
|
|
353
|
+
"creatives.containers.Line.Create.Creatives": "Creatives",
|
|
354
|
+
"creatives.containers.Line.Create.Image": "Image",
|
|
355
|
+
"creatives.containers.Line.Create.ImageUploadLabel": "Upload image",
|
|
356
|
+
"creatives.containers.Line.Create.Tags": "Tags",
|
|
357
|
+
"creatives.containers.Line.Create.accountId": "Account id",
|
|
358
|
+
"creatives.containers.Line.Create.alertMessage": "Alert",
|
|
359
|
+
"creatives.containers.Line.Create.button1": "Button 1",
|
|
360
|
+
"creatives.containers.Line.Create.button2": "Button 2",
|
|
361
|
+
"creatives.containers.Line.Create.cancel": "Cancel",
|
|
362
|
+
"creatives.containers.Line.Create.discardChanges": "Discard changes",
|
|
363
|
+
"creatives.containers.Line.Create.enterTemplateName": "Enter template name",
|
|
364
|
+
"creatives.containers.Line.Create.enterTemplateNameImportant": "Enter template name*",
|
|
322
365
|
"creatives.containers.Line.Create.gettingTemplate": "Getting template details...",
|
|
366
|
+
"creatives.containers.Line.Create.goBackConfirmation": "Going back will discard all the changes you've made. Continue?",
|
|
367
|
+
"creatives.containers.Line.Create.image": "Please upload an image to proceed",
|
|
368
|
+
"creatives.containers.Line.Create.inputLineTemplateContent": "Please enter the message content",
|
|
369
|
+
"creatives.containers.Line.Create.line": "Line",
|
|
370
|
+
"creatives.containers.Line.Create.maxUploadFileSize": "Max file size acceptable is 5mb",
|
|
371
|
+
"creatives.containers.Line.Create.maximumCharacterLengthExceeds": "Maximum characters length exceeds",
|
|
372
|
+
"creatives.containers.Line.Create.message": "Message",
|
|
373
|
+
"creatives.containers.Line.Create.messageHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
374
|
+
"creatives.containers.Line.Create.messageLabel": "Message*",
|
|
375
|
+
"creatives.containers.Line.Create.messageTitleWithUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
376
|
+
"creatives.containers.Line.Create.nameAndDescription": "Name and description",
|
|
377
|
+
"creatives.containers.Line.Create.pleaseUploadImage": "Please upload Image",
|
|
378
|
+
"creatives.containers.Line.Create.save": "Save",
|
|
379
|
+
"creatives.containers.Line.Create.savingTemplate": "Saving Template...",
|
|
380
|
+
"creatives.containers.Line.Create.selectLineAccount": "Select line account",
|
|
381
|
+
"creatives.containers.Line.Create.selectLineTemplate": "Select line template",
|
|
382
|
+
"creatives.containers.Line.Create.somethingWentWrong": "Something went wrong!!",
|
|
383
|
+
"creatives.containers.Line.Create.template": "Template",
|
|
384
|
+
"creatives.containers.Line.Create.templateCantEmpty": "Template name cannot be empty",
|
|
385
|
+
"creatives.containers.Line.Create.templateCreatedSuccessfully": "Line template created successfully",
|
|
386
|
+
"creatives.containers.Line.Create.templateEditedSuccessfully": "Line template edited successfully",
|
|
387
|
+
"creatives.containers.Line.Create.templateNameNotEmpty": "Please provide a template name",
|
|
388
|
+
"creatives.containers.Line.Create.templateNotConfigured": "template not configured,",
|
|
389
|
+
"creatives.containers.Line.Create.title": "Title",
|
|
390
|
+
"creatives.containers.Line.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
391
|
+
"creatives.containers.Line.Create.titleLabel": "Title*",
|
|
392
|
+
"creatives.containers.Line.Create.titleNameInvalid": "Please enter the message title",
|
|
393
|
+
"creatives.containers.Line.Create.uploadFileSizeError": "File size cannot be more than 1mb",
|
|
394
|
+
"creatives.containers.Line.Create.uploadImage": "Upload image",
|
|
395
|
+
"creatives.containers.Line.Create.uploadSuccess": "Photo uploaded successfully",
|
|
396
|
+
"creatives.containers.Line.Create.uploadingImage": "Uploading image...",
|
|
397
|
+
"creatives.containers.Line.Create.valueCantEmpty": "value cannot be empty.",
|
|
323
398
|
"creatives.containers.Line.Edit.Campaigns": "Campaigns",
|
|
324
399
|
"creatives.containers.Line.Edit.Creatives": "Creatives",
|
|
325
400
|
"creatives.containers.Line.Edit.Image": "Image",
|
|
@@ -726,6 +801,79 @@
|
|
|
726
801
|
"creatives.containersV2.Create.visibility": "visibility",
|
|
727
802
|
"creatives.containersV2.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
|
|
728
803
|
"creatives.containersV2.Create.wrongUrl": "Enter correct URL",
|
|
804
|
+
"creatives.containersV2.Creatives.addContent": "Add content",
|
|
805
|
+
"creatives.containersV2.Creatives.alphabeticallyOption": "Alphabetically",
|
|
806
|
+
"creatives.containersV2.Creatives.blankTemplate": "Blank template",
|
|
807
|
+
"creatives.containersV2.Creatives.by": "by",
|
|
808
|
+
"creatives.containersV2.Creatives.campaigns": "Campaigns",
|
|
809
|
+
"creatives.containersV2.Creatives.cancelText": "Cancel",
|
|
810
|
+
"creatives.containersV2.Creatives.continue": "Continue",
|
|
811
|
+
"creatives.containersV2.Creatives.createEmailActionButton": "Create email",
|
|
812
|
+
"creatives.containersV2.Creatives.createMessageContent": "New {channel} message",
|
|
813
|
+
"creatives.containersV2.Creatives.createNewActionButton": "Create new",
|
|
814
|
+
"creatives.containersV2.Creatives.createSmsActionButton": "Create SMS",
|
|
815
|
+
"creatives.containersV2.Creatives.creativeTemplates": "Creative templates",
|
|
816
|
+
"creatives.containersV2.Creatives.creativeTemplatesDesc": "Select only one creative",
|
|
817
|
+
"creatives.containersV2.Creatives.creatives": "Creatives",
|
|
818
|
+
"creatives.containersV2.Creatives.creativesTemplatesDiscard": "Discard",
|
|
819
|
+
"creatives.containersV2.Creatives.creativesTemplatesEdit": "Edit",
|
|
820
|
+
"creatives.containersV2.Creatives.creativesTemplatesEditName": "Edit name",
|
|
821
|
+
"creatives.containersV2.Creatives.creativesTemplatesSave": "Done",
|
|
822
|
+
"creatives.containersV2.Creatives.creativesTemplatesSaveFullMode": "Create",
|
|
823
|
+
"creatives.containersV2.Creatives.deleteButton": "Delete",
|
|
824
|
+
"creatives.containersV2.Creatives.deletedSuccssfully": "Template deleted successfully",
|
|
825
|
+
"creatives.containersV2.Creatives.deletionFailed": "Template deletion failed",
|
|
826
|
+
"creatives.containersV2.Creatives.duplicateButton": "Duplicate",
|
|
827
|
+
"creatives.containersV2.Creatives.ebillHeader": "Ebill",
|
|
828
|
+
"creatives.containersV2.Creatives.ebillPreview": "Ebill preview",
|
|
829
|
+
"creatives.containersV2.Creatives.editButton": "Edit",
|
|
830
|
+
"creatives.containersV2.Creatives.editMessageContent": "Edit message content",
|
|
831
|
+
"creatives.containersV2.Creatives.emailHeader": "Email",
|
|
832
|
+
"creatives.containersV2.Creatives.emailPreview": "Email preview",
|
|
833
|
+
"creatives.containersV2.Creatives.gettingAllTemplates": "Getting all templates...",
|
|
834
|
+
"creatives.containersV2.Creatives.header": "This is EmailWrapper container !",
|
|
835
|
+
"creatives.containersV2.Creatives.imageTemplate": "Image",
|
|
836
|
+
"creatives.containersV2.Creatives.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
837
|
+
"creatives.containersV2.Creatives.lastUpdated": "Last updated: {date} by {user}",
|
|
838
|
+
"creatives.containersV2.Creatives.layoutSelection": "Select layout",
|
|
839
|
+
"creatives.containersV2.Creatives.lineHeader": "Line",
|
|
840
|
+
"creatives.containersV2.Creatives.mapTemplate": "Map template",
|
|
841
|
+
"creatives.containersV2.Creatives.mobilepushHeader": "Mobile Push",
|
|
842
|
+
"creatives.containersV2.Creatives.mostRecentOption": "Most recent",
|
|
843
|
+
"creatives.containersV2.Creatives.newTemplate": "New template",
|
|
844
|
+
"creatives.containersV2.Creatives.noAccountMessage": "Please select an account to proceed",
|
|
845
|
+
"creatives.containersV2.Creatives.noTemplatesMessage": "No templates available",
|
|
846
|
+
"creatives.containersV2.Creatives.preview": "Preview",
|
|
847
|
+
"creatives.containersV2.Creatives.previewButton": "Preview",
|
|
848
|
+
"creatives.containersV2.Creatives.previewGenerateText": "Preview is being generated...",
|
|
849
|
+
"creatives.containersV2.Creatives.searchText": "Search",
|
|
850
|
+
"creatives.containersV2.Creatives.selectAccount": "Select account",
|
|
851
|
+
"creatives.containersV2.Creatives.selectButton": "Select",
|
|
852
|
+
"creatives.containersV2.Creatives.selectDefaultButton": "Select",
|
|
853
|
+
"creatives.containersV2.Creatives.selectSmsHeader": "Select SMS template",
|
|
854
|
+
"creatives.containersV2.Creatives.selectTemplate": "Select template",
|
|
855
|
+
"creatives.containersV2.Creatives.selectWechatHeader": "Select WECHAT template",
|
|
856
|
+
"creatives.containersV2.Creatives.smsChannelTemplatesHeader": "SMS templates",
|
|
857
|
+
"creatives.containersV2.Creatives.smsHeader": "SMS",
|
|
858
|
+
"creatives.containersV2.Creatives.somethingWentWrong": "Something went wrong!!",
|
|
859
|
+
"creatives.containersV2.Creatives.sortBy": "Sort by",
|
|
860
|
+
"creatives.containersV2.Creatives.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
861
|
+
"creatives.containersV2.Creatives.templateDeleteSuccess": "SMS template deleted successfully",
|
|
862
|
+
"creatives.containersV2.Creatives.templateDuplicateSuccess": "Template duplicated successfully",
|
|
863
|
+
"creatives.containersV2.Creatives.templateSelection": "Template selection",
|
|
864
|
+
"creatives.containersV2.Creatives.textTemplate": "Text",
|
|
865
|
+
"creatives.containersV2.Creatives.unMapButton": "Unmap",
|
|
866
|
+
"creatives.containersV2.Creatives.uploadFile": "Upload file",
|
|
867
|
+
"creatives.containersV2.Creatives.uploadedAt": "Modified",
|
|
868
|
+
"creatives.containersV2.Creatives.uploadedBy": "Uploaded by",
|
|
869
|
+
"creatives.containersV2.Creatives.uploadingFile": "Uploading file",
|
|
870
|
+
"creatives.containersV2.Creatives.useEditor": "Use editor",
|
|
871
|
+
"creatives.containersV2.Creatives.weChatRichmediaTemplate": "Richmedia template",
|
|
872
|
+
"creatives.containersV2.Creatives.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
873
|
+
"creatives.containersV2.Creatives.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
874
|
+
"creatives.containersV2.Creatives.wechatHeader": "WECHAT",
|
|
875
|
+
"creatives.containersV2.Creatives.yesText": "Yes",
|
|
876
|
+
"creatives.containersV2.Creatives.zipUploadFailed": "Failed to upload zip file",
|
|
729
877
|
"creatives.containersV2.Dashboard.header": "Dashboard",
|
|
730
878
|
"creatives.containersV2.Ebill.Cancel": "Cancel",
|
|
731
879
|
"creatives.containersV2.Ebill.Preview": "Preview",
|
|
@@ -847,6 +995,50 @@
|
|
|
847
995
|
"creatives.containersV2.EmailWrapper.useEditorDesc": "Create using in-built template",
|
|
848
996
|
"creatives.containersV2.EmailWrapper.zipUpload": "Upload zip file",
|
|
849
997
|
"creatives.containersV2.EmailWrapper.zipUploadDesc": "Upload compressed file (Zip) containing HTML & images",
|
|
998
|
+
"creatives.containersV2.Line.Create.Campaigns": "Campaigns",
|
|
999
|
+
"creatives.containersV2.Line.Create.Creatives": "Creatives",
|
|
1000
|
+
"creatives.containersV2.Line.Create.Image": "Image",
|
|
1001
|
+
"creatives.containersV2.Line.Create.ImageUploadLabel": "Upload image",
|
|
1002
|
+
"creatives.containersV2.Line.Create.Tags": "Tags",
|
|
1003
|
+
"creatives.containersV2.Line.Create.accountId": "Account id",
|
|
1004
|
+
"creatives.containersV2.Line.Create.alertMessage": "Alert",
|
|
1005
|
+
"creatives.containersV2.Line.Create.button1": "Button 1",
|
|
1006
|
+
"creatives.containersV2.Line.Create.button2": "Button 2",
|
|
1007
|
+
"creatives.containersV2.Line.Create.cancel": "Cancel",
|
|
1008
|
+
"creatives.containersV2.Line.Create.discardChanges": "Discard changes",
|
|
1009
|
+
"creatives.containersV2.Line.Create.enterTemplateName": "Enter template name",
|
|
1010
|
+
"creatives.containersV2.Line.Create.enterTemplateNameImportant": "Enter template name*",
|
|
1011
|
+
"creatives.containersV2.Line.Create.goBackTemporaryLost": "Do you really want to go back? All your temporary changes will be lost!",
|
|
1012
|
+
"creatives.containersV2.Line.Create.image": "Please upload an image to proceed",
|
|
1013
|
+
"creatives.containersV2.Line.Create.inputLineTemplateContent": "Please enter the message content",
|
|
1014
|
+
"creatives.containersV2.Line.Create.line": "Line",
|
|
1015
|
+
"creatives.containersV2.Line.Create.maxUploadFileSize": "Max file size acceptable is 5mb",
|
|
1016
|
+
"creatives.containersV2.Line.Create.maximumCharacterLengthExceeds": "Maximum characters length exceeds",
|
|
1017
|
+
"creatives.containersV2.Line.Create.message": "Message",
|
|
1018
|
+
"creatives.containersV2.Line.Create.messageHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
1019
|
+
"creatives.containersV2.Line.Create.messageLabel": "Message*",
|
|
1020
|
+
"creatives.containersV2.Line.Create.messageTitleWithUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
1021
|
+
"creatives.containersV2.Line.Create.nameAndDescription": "Name and description",
|
|
1022
|
+
"creatives.containersV2.Line.Create.pleaseUploadImage": "Please upload image",
|
|
1023
|
+
"creatives.containersV2.Line.Create.save": "Save",
|
|
1024
|
+
"creatives.containersV2.Line.Create.selectLineAccount": "Select line account",
|
|
1025
|
+
"creatives.containersV2.Line.Create.selectLineTemplate": "Select line template",
|
|
1026
|
+
"creatives.containersV2.Line.Create.somethingWentWrong": "Something went wrong!!",
|
|
1027
|
+
"creatives.containersV2.Line.Create.template": "Template",
|
|
1028
|
+
"creatives.containersV2.Line.Create.templateCantEmpty": "Template name cannot be empty",
|
|
1029
|
+
"creatives.containersV2.Line.Create.templateCreatedSuccessfully": "Line template created successfully",
|
|
1030
|
+
"creatives.containersV2.Line.Create.templateEditedSuccessfully": "Line template edited successfully",
|
|
1031
|
+
"creatives.containersV2.Line.Create.templateNameNotEmpty": "Please provide a template name",
|
|
1032
|
+
"creatives.containersV2.Line.Create.templateNotConfigured": "template not configured,",
|
|
1033
|
+
"creatives.containersV2.Line.Create.title": "Title",
|
|
1034
|
+
"creatives.containersV2.Line.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
1035
|
+
"creatives.containersV2.Line.Create.titleLabel": "Title*",
|
|
1036
|
+
"creatives.containersV2.Line.Create.titleNameInvalid": "Please enter the message title",
|
|
1037
|
+
"creatives.containersV2.Line.Create.uploadFileSizeError": "File size cannot be more than 1mb",
|
|
1038
|
+
"creatives.containersV2.Line.Create.uploadImage": "Upload image",
|
|
1039
|
+
"creatives.containersV2.Line.Create.uploadSuccess": "Photo uploaded successfully",
|
|
1040
|
+
"creatives.containersV2.Line.Create.uploadingImage": "Uploading image...",
|
|
1041
|
+
"creatives.containersV2.Line.Create.valueCantEmpty": "value cannot be empty.",
|
|
850
1042
|
"creatives.containersV2.Line.Edit.Campaigns": "Campaigns",
|
|
851
1043
|
"creatives.containersV2.Line.Edit.Creatives": "Creatives",
|
|
852
1044
|
"creatives.containersV2.Line.Edit.Image": "Image",
|
|
@@ -892,8 +1084,235 @@
|
|
|
892
1084
|
"creatives.containersV2.Login.invalidCredential": "Invalid username or password",
|
|
893
1085
|
"creatives.containersV2.Login.loginPage": "Login Page",
|
|
894
1086
|
"creatives.containersV2.Login.pageTitle": "Login",
|
|
1087
|
+
"creatives.containersV2.MobilePush.Create.Android": "Android",
|
|
1088
|
+
"creatives.containersV2.MobilePush.Create.Campaigns": "Campaigns",
|
|
1089
|
+
"creatives.containersV2.MobilePush.Create.Creatives": "Creatives",
|
|
1090
|
+
"creatives.containersV2.MobilePush.Create.Image": "Image",
|
|
1091
|
+
"creatives.containersV2.MobilePush.Create.ImageUploadLabel": "Upload image",
|
|
1092
|
+
"creatives.containersV2.MobilePush.Create.Tags": "Tags",
|
|
1093
|
+
"creatives.containersV2.MobilePush.Create.accountId": "Account id",
|
|
1094
|
+
"creatives.containersV2.MobilePush.Create.addAnotherCTA": "Add another CTA",
|
|
1095
|
+
"creatives.containersV2.MobilePush.Create.addPrimaryCTA": "Add primary CTA",
|
|
1096
|
+
"creatives.containersV2.MobilePush.Create.addSecondaryCTA": "Add secondary CTA",
|
|
1097
|
+
"creatives.containersV2.MobilePush.Create.alertMessage": "Alert",
|
|
1098
|
+
"creatives.containersV2.MobilePush.Create.androidNotConfigured": "Android template is not configured. Save without Android template",
|
|
1099
|
+
"creatives.containersV2.MobilePush.Create.button1": "Button 1",
|
|
1100
|
+
"creatives.containersV2.MobilePush.Create.button2": "Button 2",
|
|
1101
|
+
"creatives.containersV2.MobilePush.Create.cancel": "Cancel",
|
|
1102
|
+
"creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
1103
|
+
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy title and content from android",
|
|
1104
|
+
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
|
|
1105
|
+
"creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
1106
|
+
"creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
1107
|
+
"creatives.containersV2.MobilePush.Create.discardChanges": "Discard changes",
|
|
1108
|
+
"creatives.containersV2.MobilePush.Create.enterCTALabel": "Enter CTA label here",
|
|
1109
|
+
"creatives.containersV2.MobilePush.Create.enterTemplateName": "Enter template name",
|
|
1110
|
+
"creatives.containersV2.MobilePush.Create.enterTemplateNameImportant": "Enter template name*",
|
|
1111
|
+
"creatives.containersV2.MobilePush.Create.externalLink": "External link",
|
|
1112
|
+
"creatives.containersV2.MobilePush.Create.externalLinkCantEmpty": "External link cannot be empty",
|
|
1113
|
+
"creatives.containersV2.MobilePush.Create.goBackConfirmation": "Going back will discard all the changes you've made. Continue?",
|
|
1114
|
+
"creatives.containersV2.MobilePush.Create.goBackTemporaryChangesLost": "Do you really want to go back? All your temporary changes will be lost!",
|
|
1115
|
+
"creatives.containersV2.MobilePush.Create.here": "here .",
|
|
1116
|
+
"creatives.containersV2.MobilePush.Create.iOS": "iOS",
|
|
1117
|
+
"creatives.containersV2.MobilePush.Create.inputMobilePushTemplateContent": "Please enter the message content",
|
|
1118
|
+
"creatives.containersV2.MobilePush.Create.invalidAndroidMessage": "Validation failed for android",
|
|
1119
|
+
"creatives.containersV2.MobilePush.Create.invalidExternalLink": "External link cannot be empty / invalid url",
|
|
1120
|
+
"creatives.containersV2.MobilePush.Create.invalidIosMessage": "Validation failed for IOS",
|
|
1121
|
+
"creatives.containersV2.MobilePush.Create.invalidTags": "Invalid tags",
|
|
1122
|
+
"creatives.containersV2.MobilePush.Create.iosNotConfigured": "IOS template is not configured, Save without IOS template",
|
|
1123
|
+
"creatives.containersV2.MobilePush.Create.maxUploadFileSize": "Max file size acceptable is 5mb",
|
|
1124
|
+
"creatives.containersV2.MobilePush.Create.message": "Message",
|
|
1125
|
+
"creatives.containersV2.MobilePush.Create.messageHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
1126
|
+
"creatives.containersV2.MobilePush.Create.messageLabel": "Message*",
|
|
1127
|
+
"creatives.containersV2.MobilePush.Create.messageTitleWithUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
1128
|
+
"creatives.containersV2.MobilePush.Create.mobilePush": "Mobile Push",
|
|
1129
|
+
"creatives.containersV2.MobilePush.Create.nameAndDescription": "Name and description",
|
|
1130
|
+
"creatives.containersV2.MobilePush.Create.pleaseInput": "Please input",
|
|
1131
|
+
"creatives.containersV2.MobilePush.Create.pleaseUploadImage": "Please upload image",
|
|
1132
|
+
"creatives.containersV2.MobilePush.Create.primaryCTA": "Primary CTA",
|
|
1133
|
+
"creatives.containersV2.MobilePush.Create.save": "Save",
|
|
1134
|
+
"creatives.containersV2.MobilePush.Create.secondaryCTA": "Secondary CTA",
|
|
1135
|
+
"creatives.containersV2.MobilePush.Create.selectADeeplink": "Select a deeplink",
|
|
1136
|
+
"creatives.containersV2.MobilePush.Create.selectActionButton": "Select action buttons",
|
|
1137
|
+
"creatives.containersV2.MobilePush.Create.selectDeeplink": "Select deeplink",
|
|
1138
|
+
"creatives.containersV2.MobilePush.Create.selectLinkType": "Please select link type",
|
|
1139
|
+
"creatives.containersV2.MobilePush.Create.selectMobilePushAccount": "Select mobilepush account",
|
|
1140
|
+
"creatives.containersV2.MobilePush.Create.selectMobilePushTemplate": "Select mobilepush template",
|
|
1141
|
+
"creatives.containersV2.MobilePush.Create.somethingWentWrong": "Something went wrong!!",
|
|
1142
|
+
"creatives.containersV2.MobilePush.Create.template": "Template",
|
|
1143
|
+
"creatives.containersV2.MobilePush.Create.templateCantEmpty": "Template name cannot be empty",
|
|
1144
|
+
"creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "Mobile push template created successfully",
|
|
1145
|
+
"creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "Please provide a template name",
|
|
1146
|
+
"creatives.containersV2.MobilePush.Create.templateNotConfigured": "template not configured,",
|
|
1147
|
+
"creatives.containersV2.MobilePush.Create.title": "Title",
|
|
1148
|
+
"creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
1149
|
+
"creatives.containersV2.MobilePush.Create.titleLabel": "Title*",
|
|
1150
|
+
"creatives.containersV2.MobilePush.Create.titleNameInvalid": "Please enter the message title",
|
|
1151
|
+
"creatives.containersV2.MobilePush.Create.uploadFileSizeError": "File size cannot be more than 5mb",
|
|
1152
|
+
"creatives.containersV2.MobilePush.Create.uploadImage": "Upload image",
|
|
1153
|
+
"creatives.containersV2.MobilePush.Create.uploadImageSizeErrorDescription": "File size cannot be more than 3mb",
|
|
1154
|
+
"creatives.containersV2.MobilePush.Create.uploadImageSizeErrorTitle": "File size error",
|
|
1155
|
+
"creatives.containersV2.MobilePush.Create.uploadingImage": "Uploading image...",
|
|
1156
|
+
"creatives.containersV2.MobilePush.Create.validationError": "Validation error",
|
|
1157
|
+
"creatives.containersV2.MobilePush.Create.valueCantEmpty": "Value cannot be empty.",
|
|
1158
|
+
"creatives.containersV2.MobilePush.Edit.Android": "Android",
|
|
1159
|
+
"creatives.containersV2.MobilePush.Edit.Campaigns": "Campaigns",
|
|
1160
|
+
"creatives.containersV2.MobilePush.Edit.Creatives": "Creatives",
|
|
1161
|
+
"creatives.containersV2.MobilePush.Edit.Image": "Image",
|
|
1162
|
+
"creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "Upload image",
|
|
1163
|
+
"creatives.containersV2.MobilePush.Edit.Tags": "Tags",
|
|
1164
|
+
"creatives.containersV2.MobilePush.Edit.accountId": "Account id",
|
|
1165
|
+
"creatives.containersV2.MobilePush.Edit.addAnotherCTA": "Add another CTA",
|
|
1166
|
+
"creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "Add primary CTA",
|
|
1167
|
+
"creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "Add secondary CTA",
|
|
1168
|
+
"creatives.containersV2.MobilePush.Edit.alertMessage": "Alert",
|
|
1169
|
+
"creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "Android template is not configured. Continue save?",
|
|
1170
|
+
"creatives.containersV2.MobilePush.Edit.button1": "Button 1",
|
|
1171
|
+
"creatives.containersV2.MobilePush.Edit.button2": "Button 2",
|
|
1172
|
+
"creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
|
|
1173
|
+
"creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
1174
|
+
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy title and content from android",
|
|
1175
|
+
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
|
|
1176
|
+
"creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
1177
|
+
"creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
1178
|
+
"creatives.containersV2.MobilePush.Edit.discardChanges": "Discard changes",
|
|
1179
|
+
"creatives.containersV2.MobilePush.Edit.enterCTALabel": "Enter CTA label here",
|
|
1180
|
+
"creatives.containersV2.MobilePush.Edit.enterTemplateName": "Enter template name",
|
|
1181
|
+
"creatives.containersV2.MobilePush.Edit.enterTemplateNameImportant": "Enter template name*",
|
|
1182
|
+
"creatives.containersV2.MobilePush.Edit.externalLink": "External link",
|
|
1183
|
+
"creatives.containersV2.MobilePush.Edit.externalLinkCantEmpty": "External link cannot be empty",
|
|
1184
|
+
"creatives.containersV2.MobilePush.Edit.externalLinkCantEmpty1": "External link cannot be empty.",
|
|
1185
|
+
"creatives.containersV2.MobilePush.Edit.goBackConfirmation": "Going back will discard all the changes you've made. Continue?",
|
|
1186
|
+
"creatives.containersV2.MobilePush.Edit.goBackTemporaryChangesLost": "Do you really want to go back? All your temporary changes will be lost!",
|
|
1187
|
+
"creatives.containersV2.MobilePush.Edit.iOS": "iOS",
|
|
1188
|
+
"creatives.containersV2.MobilePush.Edit.inputMobilePushTemplateContent": "Please enter the message content",
|
|
1189
|
+
"creatives.containersV2.MobilePush.Edit.invalidAndroidMessage": "Validation failed for android",
|
|
1190
|
+
"creatives.containersV2.MobilePush.Edit.invalidIosMessage": "Validation failed for IOS",
|
|
1191
|
+
"creatives.containersV2.MobilePush.Edit.invalidTags": "Invalid tags",
|
|
1192
|
+
"creatives.containersV2.MobilePush.Edit.iosTemplateNotConfigured": "IOS template is not configured, save without IOS template",
|
|
1193
|
+
"creatives.containersV2.MobilePush.Edit.maxUploadFileSize": "Max file size acceptable is 5mb",
|
|
1194
|
+
"creatives.containersV2.MobilePush.Edit.message": "Message",
|
|
1195
|
+
"creatives.containersV2.MobilePush.Edit.messageHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
1196
|
+
"creatives.containersV2.MobilePush.Edit.messageLabel": "Message*",
|
|
1197
|
+
"creatives.containersV2.MobilePush.Edit.messageTitleWithUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
1198
|
+
"creatives.containersV2.MobilePush.Edit.mobilePush": "Mobile Push",
|
|
1199
|
+
"creatives.containersV2.MobilePush.Edit.nameAndDescription": "Name and description",
|
|
1200
|
+
"creatives.containersV2.MobilePush.Edit.pleaseInput": "Please input",
|
|
1201
|
+
"creatives.containersV2.MobilePush.Edit.pleaseUploadImage": "Please upload image",
|
|
1202
|
+
"creatives.containersV2.MobilePush.Edit.primaryCTA": "Primary CTA",
|
|
1203
|
+
"creatives.containersV2.MobilePush.Edit.save": "Save",
|
|
1204
|
+
"creatives.containersV2.MobilePush.Edit.secondaryCTA": "Secondary CTA",
|
|
1205
|
+
"creatives.containersV2.MobilePush.Edit.selectADeeplink": "Select a deeplink",
|
|
1206
|
+
"creatives.containersV2.MobilePush.Edit.selectActionButton": "Select action buttons",
|
|
1207
|
+
"creatives.containersV2.MobilePush.Edit.selectDeepLink": "Select deepLink",
|
|
1208
|
+
"creatives.containersV2.MobilePush.Edit.selectDeeplink": "Select deeplink",
|
|
1209
|
+
"creatives.containersV2.MobilePush.Edit.selectLinkType": "Please select link type",
|
|
1210
|
+
"creatives.containersV2.MobilePush.Edit.selectMobilePushAccount": "Select mobilepush account",
|
|
1211
|
+
"creatives.containersV2.MobilePush.Edit.selectMobilePushTemplate": "Select mobilepush template",
|
|
1212
|
+
"creatives.containersV2.MobilePush.Edit.somethingWentWrong": "Something went wrong!!",
|
|
1213
|
+
"creatives.containersV2.MobilePush.Edit.template": "Template",
|
|
1214
|
+
"creatives.containersV2.MobilePush.Edit.templateCantEmpty": "Template name cannot be empty",
|
|
1215
|
+
"creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "MOBILEPUSH template edited successfully",
|
|
1216
|
+
"creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "Please provide a template name",
|
|
1217
|
+
"creatives.containersV2.MobilePush.Edit.templateNotConfigured": "Template not configured,",
|
|
1218
|
+
"creatives.containersV2.MobilePush.Edit.title": "Title",
|
|
1219
|
+
"creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
1220
|
+
"creatives.containersV2.MobilePush.Edit.titleLabel": "Title*",
|
|
1221
|
+
"creatives.containersV2.MobilePush.Edit.titleNameInvalid": "Please enter the message title",
|
|
1222
|
+
"creatives.containersV2.MobilePush.Edit.uploadFileSizeError": "File size cannot be more than 5mb",
|
|
1223
|
+
"creatives.containersV2.MobilePush.Edit.uploadImage": "Upload image",
|
|
1224
|
+
"creatives.containersV2.MobilePush.Edit.uploadingImage": "Uploading image...",
|
|
1225
|
+
"creatives.containersV2.MobilePush.Edit.validationError": "Validation error",
|
|
1226
|
+
"creatives.containersV2.MobilePush.Edit.valueCantEmpty": "value cannot be empty.",
|
|
1227
|
+
"creatives.containersV2.MobilepushWrapper.createMode": "Which type of content you want to create?",
|
|
1228
|
+
"creatives.containersV2.MobilepushWrapper.creativeName": "Creative name",
|
|
1229
|
+
"creatives.containersV2.MobilepushWrapper.header": "This is MobilepushWrapper container !",
|
|
1230
|
+
"creatives.containersV2.MobilepushWrapper.image": "Image content",
|
|
1231
|
+
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
895
1232
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
896
1233
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
1234
|
+
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
1235
|
+
"creatives.containersV2.Templates.all": "All",
|
|
1236
|
+
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
1237
|
+
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
1238
|
+
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
1239
|
+
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
1240
|
+
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
1241
|
+
"creatives.containersV2.Templates.continue": "Continue",
|
|
1242
|
+
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
1243
|
+
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
1244
|
+
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
1245
|
+
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
1246
|
+
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
1247
|
+
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
1248
|
+
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
1249
|
+
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
1250
|
+
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
1251
|
+
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
1252
|
+
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
1253
|
+
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
1254
|
+
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
1255
|
+
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
1256
|
+
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
1257
|
+
"creatives.containersV2.Templates.editButton": "Edit",
|
|
1258
|
+
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
1259
|
+
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
1260
|
+
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
1261
|
+
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
1262
|
+
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
1263
|
+
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
1264
|
+
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
1265
|
+
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
1266
|
+
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
1267
|
+
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
1268
|
+
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
1269
|
+
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
1270
|
+
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
1271
|
+
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
1272
|
+
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
1273
|
+
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
1274
|
+
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
1275
|
+
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
1276
|
+
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
1277
|
+
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
1278
|
+
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
1279
|
+
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
1280
|
+
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
1281
|
+
"creatives.containersV2.Templates.preview": "Preview",
|
|
1282
|
+
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
1283
|
+
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
1284
|
+
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
1285
|
+
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
1286
|
+
"creatives.containersV2.Templates.searchText": "Search",
|
|
1287
|
+
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
1288
|
+
"creatives.containersV2.Templates.selectButton": "Select",
|
|
1289
|
+
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
1290
|
+
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
1291
|
+
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
1292
|
+
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
1293
|
+
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
1294
|
+
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
1295
|
+
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
1296
|
+
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
1297
|
+
"creatives.containersV2.Templates.template": "template",
|
|
1298
|
+
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
1299
|
+
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
1300
|
+
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
1301
|
+
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
1302
|
+
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
1303
|
+
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
1304
|
+
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
1305
|
+
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
1306
|
+
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
1307
|
+
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
1308
|
+
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
1309
|
+
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
1310
|
+
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
1311
|
+
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
1312
|
+
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
1313
|
+
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
1314
|
+
"creatives.containersV2.Templates.yesText": "Yes",
|
|
1315
|
+
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
897
1316
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
898
1317
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
899
1318
|
"creatives.containersV2.TemplatesV2.creativesDesc": "These are pre-built templates which you could use to customize your message content.",
|