@capillarytech/creatives-library 7.14.31 → 7.14.34
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/Cap/tests/__snapshots__/index.test.js.snap +193 -4
- package/containers/LanguageProvider/index.js +2 -0
- package/containers/LanguageProvider/tests/index.test.js +1 -0
- package/i18n.js +11 -8
- package/package.json +1 -1
- package/services/api.js +9 -1
- package/translations/en.json +192 -4
- package/translations/ja-JP.json +2013 -0
- package/translations/zh.json +191 -3
- package/v2Components/CapVideoUpload/index.scss +0 -5
- package/v2Components/FormBuilder/index.js +28 -4
- package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +193 -4
- package/v2Containers/CreativesContainer/constants.js +2 -0
- package/v2Containers/CreativesContainer/index.js +2 -2
- package/v2Containers/CreativesContainer/tests/__snapshots__/index.test.js.snap +8 -0
- package/v2Containers/CreativesContainer/tests/index.test.js +28 -0
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +582 -12
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +386 -8
- package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +3281 -68
- package/v2Containers/Line/Container/tests/__snapshots__/index.test.js.snap +3474 -72
- package/v2Containers/Rcs/messages.js +1 -1
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +9142 -253
- package/v2Containers/Sms/Create/actions.js +9 -0
- package/v2Containers/Sms/Create/constants.js +2 -0
- package/v2Containers/Sms/Create/index.js +12 -0
- package/v2Containers/Sms/Create/sagas.js +19 -3
- package/v2Containers/Sms/Create/tests/sagas.test.js +82 -0
- package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +772 -16
- package/v2Containers/SmsTrai/Create/tests/selectors.test.js +10 -0
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +1544 -32
- package/v2Containers/Templates/messages.js +2 -2
- package/v2Containers/Templates/tests/__snapshots__/index.test.js.snap +16 -0
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +13755 -284
- package/v2Containers/mockdata.js +128 -0
|
@@ -27,15 +27,19 @@ exports[`Creatives line image carousel test/> should render 1`] = `
|
|
|
27
27
|
"app.components.CapVideoUpload.fileFormat": "Format: MP4",
|
|
28
28
|
"app.components.CapVideoUpload.imageReUpload": "Re upload",
|
|
29
29
|
"app.components.CapVideoUpload.or": "OR",
|
|
30
|
+
"app.components.CapVideoUpload.selectFromComputer": "Select from computer",
|
|
30
31
|
"app.components.CapVideoUpload.textMessageAddLabel": "How do you want to upload the image?",
|
|
31
32
|
"app.components.CapVideoUpload.textMessageCreateNew": "Create new",
|
|
32
33
|
"app.components.CapVideoUpload.textMessageORLabel": "OR",
|
|
33
34
|
"app.components.CapVideoUpload.textMessageSelectTemplate": "Select template",
|
|
34
|
-
"app.components.CapVideoUpload.uploadComputer": "Your computer",
|
|
35
35
|
"app.components.CapVideoUpload.videoIncorrectSize": "This file format/size is not supported.",
|
|
36
36
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
37
37
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
38
|
+
"app.components.CapVideoUpload.whatsappErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
39
|
+
"app.components.CapVideoUpload.whatsappFileFormat": "Format: MP4",
|
|
38
40
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
41
|
+
"app.components.TemplatePreview.optoutCharactersTotal": "Includes optout tag ({optoutUrlLength} characters)",
|
|
42
|
+
"app.components.TemplatePreview.whatsappMessageLength": "1 Message ({length} characters)",
|
|
39
43
|
"app.v2containers.SmsTrai.Create.deferEdit": "It is highly recommended to use a file directly downloaded from the DLT portal. Editing the file may cause data to truncate unexpectedly.",
|
|
40
44
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
41
45
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
@@ -164,18 +168,28 @@ exports[`Creatives line image carousel test/> should render 1`] = `
|
|
|
164
168
|
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
165
169
|
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
166
170
|
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
171
|
+
"creatives.componentsV2.CapDocumentUpload.docErrorDesc": "Please upload the document with allowed file extension and size",
|
|
172
|
+
"creatives.componentsV2.CapDocumentUpload.docReUpload": "Reupload",
|
|
173
|
+
"creatives.componentsV2.CapDocumentUpload.dragAndDrop": "Drag and drop document here",
|
|
174
|
+
"creatives.componentsV2.CapDocumentUpload.format": "Format: {format}",
|
|
175
|
+
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
176
|
+
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
177
|
+
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
178
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
167
179
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
168
180
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
169
181
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
170
182
|
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
183
|
+
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
171
184
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
172
|
-
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
173
185
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
174
186
|
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
175
187
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
176
188
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
177
189
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
178
190
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
191
|
+
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
192
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
179
193
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
180
194
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
181
195
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -261,8 +275,21 @@ exports[`Creatives line image carousel test/> should render 1`] = `
|
|
|
261
275
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
262
276
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
263
277
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
278
|
+
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
279
|
+
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
280
|
+
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
264
281
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
282
|
+
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
283
|
+
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
284
|
+
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
265
285
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
286
|
+
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
287
|
+
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
288
|
+
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
289
|
+
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
290
|
+
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
291
|
+
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
292
|
+
"creatives.componentsV2.TemplatePreview.videoPreviewTooltip": "This is just for preview purposes, video cannot be played here",
|
|
266
293
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
267
294
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
268
295
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -273,6 +300,7 @@ exports[`Creatives line image carousel test/> should render 1`] = `
|
|
|
273
300
|
"creatives.componentsV2.TopBar.logout": "Logout",
|
|
274
301
|
"creatives.componentsV2.TopBar.profile": "Profile",
|
|
275
302
|
"creatives.componentsV2.TopBar.settings": "Settings",
|
|
303
|
+
"creatives.componentsV2.unbalanacedCurlyBraces": "Invalid label, please close all curly braces",
|
|
276
304
|
"creatives.componentsv2.MobilePushPreviewV2.header": "This is the MobilePushPreviewV2 component !",
|
|
277
305
|
"creatives.containers.Assets.Gallery.alphabetically": "Alphabetically",
|
|
278
306
|
"creatives.containers.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
|
|
@@ -1011,6 +1039,7 @@ exports[`Creatives line image carousel test/> should render 1`] = `
|
|
|
1011
1039
|
"creatives.containersV2.Creatives.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
1012
1040
|
"creatives.containersV2.Creatives.templateDeleteSuccess": "SMS template deleted successfully",
|
|
1013
1041
|
"creatives.containersV2.Creatives.templateDuplicateSuccess": "Template duplicated successfully",
|
|
1042
|
+
"creatives.containersV2.Creatives.templateNameEmpty": "Template name cannot be empty",
|
|
1014
1043
|
"creatives.containersV2.Creatives.templateSelection": "Template selection",
|
|
1015
1044
|
"creatives.containersV2.Creatives.textTemplate": "Text",
|
|
1016
1045
|
"creatives.containersV2.Creatives.unMapButton": "Unmap",
|
|
@@ -1148,6 +1177,7 @@ exports[`Creatives line image carousel test/> should render 1`] = `
|
|
|
1148
1177
|
"creatives.containersV2.Email.yes": "Yes",
|
|
1149
1178
|
"creatives.containersV2.EmailWrapper.createMode": "How do you want to create ?",
|
|
1150
1179
|
"creatives.containersV2.EmailWrapper.creativeName": "Creative name",
|
|
1180
|
+
"creatives.containersV2.EmailWrapper.emptyTemplateName": "Please enter template name.",
|
|
1151
1181
|
"creatives.containersV2.EmailWrapper.header": "This is EmailWrapper container !",
|
|
1152
1182
|
"creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "Please select another file with valid file format.",
|
|
1153
1183
|
"creatives.containersV2.EmailWrapper.invalidUploadFileError": "File cannot be uploaded.",
|
|
@@ -1309,7 +1339,8 @@ exports[`Creatives line image carousel test/> should render 1`] = `
|
|
|
1309
1339
|
"creatives.containersV2.LineImageCarousel.emptyTitleErrorMessage": "Template title can not be empty",
|
|
1310
1340
|
"creatives.containersV2.LineImageCarousel.enterTextActionTypeTitle": "Enter text",
|
|
1311
1341
|
"creatives.containersV2.LineImageCarousel.enterUriActionTypeTitle": "Enter url",
|
|
1312
|
-
"creatives.containersV2.LineImageCarousel.
|
|
1342
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDesc": "Format: JPEG, PNG Dimensions: 1024px x 1024px Size: 1 MB",
|
|
1343
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
|
|
1313
1344
|
"creatives.containersV2.LineImageCarousel.imageGallery": "Gallery",
|
|
1314
1345
|
"creatives.containersV2.LineImageCarousel.imageReUpload": "Re upload",
|
|
1315
1346
|
"creatives.containersV2.LineImageCarousel.inValidUrliErrorMessage": "Action content uri is not valid",
|
|
@@ -1425,12 +1456,12 @@ exports[`Creatives line image carousel test/> should render 1`] = `
|
|
|
1425
1456
|
"creatives.containersV2.LineWrapper.changeModalDescription": "The already added content for this card will be lost by changing the content tab.",
|
|
1426
1457
|
"creatives.containersV2.LineWrapper.changeModalLabel": "Do you still want to make the changes to content tab",
|
|
1427
1458
|
"creatives.containersV2.LineWrapper.changeModalTitle": "Changing content tab?",
|
|
1459
|
+
"creatives.containersV2.LineWrapper.flexLabel": "Card message",
|
|
1428
1460
|
"creatives.containersV2.LineWrapper.imageLabel": "Image",
|
|
1429
1461
|
"creatives.containersV2.LineWrapper.imagemapLabel": "Rich message",
|
|
1430
1462
|
"creatives.containersV2.LineWrapper.modalDiscardChangesButtonLabel": "No",
|
|
1431
1463
|
"creatives.containersV2.LineWrapper.modalSaveChangesButtonLabel": "Yes, change",
|
|
1432
1464
|
"creatives.containersV2.LineWrapper.stickerLabel": "Sticker",
|
|
1433
|
-
"creatives.containersV2.LineWrapper.templateLabel": "Card message",
|
|
1434
1465
|
"creatives.containersV2.LineWrapper.textLabel": "Text",
|
|
1435
1466
|
"creatives.containersV2.LineWrapper.videoLabel": "Rich video message",
|
|
1436
1467
|
"creatives.containersV2.Login.header": "This is login container change !",
|
|
@@ -1585,7 +1616,162 @@ exports[`Creatives line image carousel test/> should render 1`] = `
|
|
|
1585
1616
|
"creatives.containersV2.MobilepushWrapper.image": "Image content",
|
|
1586
1617
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
1587
1618
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
1619
|
+
"creatives.containersV2.Rcs.addSmsCreative": "Add SMS creative",
|
|
1620
|
+
"creatives.containersV2.Rcs.buttonTextAndUrl": ", CTA button text & url",
|
|
1621
|
+
"creatives.containersV2.Rcs.disabledMediaTooltip": "Not yet enabled. Coming soon!",
|
|
1622
|
+
"creatives.containersV2.Rcs.dltEditHeader": "Edit SMS",
|
|
1623
|
+
"creatives.containersV2.Rcs.emptyTemplateDescErrorMessage": "Template message cannot be empty",
|
|
1624
|
+
"creatives.containersV2.Rcs.fallbackDesc": "We would suggest to add fallback SMS",
|
|
1625
|
+
"creatives.containersV2.Rcs.fallbackLabel": "Fallback SMS message",
|
|
1626
|
+
"creatives.containersV2.Rcs.fallbackMsgLenError": "Only 1 SMS (160 characters) allowed for fallback sms",
|
|
1627
|
+
"creatives.containersV2.Rcs.fallbackMsgPlaceholder": "Enter the text message content for fallback SMS",
|
|
1628
|
+
"creatives.containersV2.Rcs.fallbackPreviewtitle": "Preview of fallback SMS",
|
|
1629
|
+
"creatives.containersV2.Rcs.fallbackTextAreaLabel": "SMS message",
|
|
1630
|
+
"creatives.containersV2.Rcs.fallbackToolTip": "This is to deliver an RCS message as an SMS message to end users whose phones do not support RCS",
|
|
1631
|
+
"creatives.containersV2.Rcs.image": "and image",
|
|
1632
|
+
"creatives.containersV2.Rcs.mediaImage": "Image",
|
|
1633
|
+
"creatives.containersV2.Rcs.mediaLabel": "Media",
|
|
1634
|
+
"creatives.containersV2.Rcs.mediaNone": "None",
|
|
1635
|
+
"creatives.containersV2.Rcs.mediaVideo": "Video/Slideshow",
|
|
1636
|
+
"creatives.containersV2.Rcs.optional": "(Optional)",
|
|
1637
|
+
"creatives.containersV2.Rcs.rcsCreateNotification": "RCS template created successfully",
|
|
1638
|
+
"creatives.containersV2.Rcs.rcsDltDesc": "Select any of the existing templates",
|
|
1639
|
+
"creatives.containersV2.Rcs.rcsDltTitle": "SMS creative templates",
|
|
1640
|
+
"creatives.containersV2.Rcs.rcsDoneBtnToolTip": "Please add template name {type} to proceed further",
|
|
1641
|
+
"creatives.containersV2.Rcs.rcsEditNotification": "RCS template updated successfully",
|
|
1642
|
+
"creatives.containersV2.Rcs.templateButton": "Buttons",
|
|
1643
|
+
"creatives.containersV2.Rcs.templateButtonDesc": "Use buttons to redirect user to respective link or quick response/ action.",
|
|
1644
|
+
"creatives.containersV2.Rcs.templateCTAButton": "Call to action",
|
|
1645
|
+
"creatives.containersV2.Rcs.templateCTAButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
1646
|
+
"creatives.containersV2.Rcs.templateDescLabel": "Text message",
|
|
1647
|
+
"creatives.containersV2.Rcs.templateDescLengthError": "Template message length cannot exceed 1000",
|
|
1648
|
+
"creatives.containersV2.Rcs.templateDescPlaceholder": "Enter the text message",
|
|
1649
|
+
"creatives.containersV2.Rcs.templateQRButton": "Quick reply",
|
|
1650
|
+
"creatives.containersV2.Rcs.templateQRButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
1651
|
+
"creatives.containersV2.Rcs.templateTitle": "Title",
|
|
1652
|
+
"creatives.containersV2.Rcs.templateTitlePlaceholder": "Enter title",
|
|
1653
|
+
"creatives.containersV2.Rcs.textMessage": "and text message",
|
|
1654
|
+
"creatives.containersV2.Rcs.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
1588
1655
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
1656
|
+
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
1657
|
+
"creatives.containersV2.Templates.all": "All",
|
|
1658
|
+
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
1659
|
+
"creatives.containersV2.Templates.areYouSureText": "Confirm delete template",
|
|
1660
|
+
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
1661
|
+
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
1662
|
+
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
1663
|
+
"creatives.containersV2.Templates.category": "Category",
|
|
1664
|
+
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
1665
|
+
"creatives.containersV2.Templates.clearAll": "Clear all",
|
|
1666
|
+
"creatives.containersV2.Templates.continue": "Continue",
|
|
1667
|
+
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
1668
|
+
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
1669
|
+
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
1670
|
+
"creatives.containersV2.Templates.createNewTemplateLink": "Create new template",
|
|
1671
|
+
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
1672
|
+
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
1673
|
+
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
1674
|
+
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
1675
|
+
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
1676
|
+
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
1677
|
+
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
1678
|
+
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
1679
|
+
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
1680
|
+
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
1681
|
+
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
1682
|
+
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
1683
|
+
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
1684
|
+
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
1685
|
+
"creatives.containersV2.Templates.editButton": "Edit",
|
|
1686
|
+
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
1687
|
+
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
1688
|
+
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
1689
|
+
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
1690
|
+
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
1691
|
+
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
1692
|
+
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
1693
|
+
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
1694
|
+
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
1695
|
+
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
1696
|
+
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
1697
|
+
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
1698
|
+
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
1699
|
+
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
1700
|
+
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
1701
|
+
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
1702
|
+
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
1703
|
+
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
1704
|
+
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
1705
|
+
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
1706
|
+
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
1707
|
+
"creatives.containersV2.Templates.newRCSTemplate": "New RCS {template}",
|
|
1708
|
+
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
1709
|
+
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
1710
|
+
"creatives.containersV2.Templates.newWhatsappTemplate": "Add new Whatsapp {template}",
|
|
1711
|
+
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
1712
|
+
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
1713
|
+
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
1714
|
+
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
1715
|
+
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
1716
|
+
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
1717
|
+
"creatives.containersV2.Templates.noAccountsPresentWhatsapp": "Whatsapp accounts are not setup for your brand",
|
|
1718
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesDesc": "Please try creating a new template, once it is approved by Whatsapp it will be available here",
|
|
1719
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesTitle": "Sorry, we couldn’t find any approved templates",
|
|
1720
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesDesc": "Please try searching with another term or apply different filter",
|
|
1721
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesTitle": "Sorry, we couldn’t find any matches",
|
|
1722
|
+
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
1723
|
+
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
1724
|
+
"creatives.containersV2.Templates.preview": "Preview",
|
|
1725
|
+
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
1726
|
+
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
1727
|
+
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
1728
|
+
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
1729
|
+
"creatives.containersV2.Templates.rcsDescIllustartion": "These templates can be reused when creating a new message content",
|
|
1730
|
+
"creatives.containersV2.Templates.rcsDltIllustrationDesc": "Please try creating a new DLT template in SMS section, once it is created, it will be available here",
|
|
1731
|
+
"creatives.containersV2.Templates.rcsDltIllustrationTitle": "Sorry, we couldn’t find any DLT templates",
|
|
1732
|
+
"creatives.containersV2.Templates.rcsTitleIllustartion": "Add new RCS creatives {template}",
|
|
1733
|
+
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
1734
|
+
"creatives.containersV2.Templates.searchText": "Search",
|
|
1735
|
+
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
1736
|
+
"creatives.containersV2.Templates.selectButton": "Select",
|
|
1737
|
+
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
1738
|
+
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
1739
|
+
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
1740
|
+
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
1741
|
+
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
1742
|
+
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
1743
|
+
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
1744
|
+
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
1745
|
+
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
1746
|
+
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
1747
|
+
"creatives.containersV2.Templates.status": "Status",
|
|
1748
|
+
"creatives.containersV2.Templates.template": "template",
|
|
1749
|
+
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you wish to delete this template?",
|
|
1750
|
+
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
1751
|
+
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
1752
|
+
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
1753
|
+
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
1754
|
+
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
1755
|
+
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
1756
|
+
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
1757
|
+
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
1758
|
+
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
1759
|
+
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
1760
|
+
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
1761
|
+
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
1762
|
+
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
1763
|
+
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
1764
|
+
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
1765
|
+
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
1766
|
+
"creatives.containersV2.Templates.whatsappAccount": "Whatsapp account",
|
|
1767
|
+
"creatives.containersV2.Templates.whatsappDescIllustration": "These templates can be reused when creating a
|
|
1768
|
+
new message content.",
|
|
1769
|
+
"creatives.containersV2.Templates.whatsappMaxTemplates": "WhatsApp allows {maxCount} approved templates. To accommodate new approved templates either delete the existing one or reach out to Capillary POC to increase the limit.",
|
|
1770
|
+
"creatives.containersV2.Templates.whatsappOnlyApprovedTemplates": "Only \\"Approved\\" templates are available here, as you can use those templates to create a message.",
|
|
1771
|
+
"creatives.containersV2.Templates.whatsappOverview": "Overview",
|
|
1772
|
+
"creatives.containersV2.Templates.whatsappTitleIllustration": "Add a new Whatsapp creative {template}",
|
|
1773
|
+
"creatives.containersV2.Templates.yesText": "Yes, delete",
|
|
1774
|
+
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
1589
1775
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
1590
1776
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
1591
1777
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -1654,6 +1840,8 @@ exports[`Creatives line image carousel test/> should render 1`] = `
|
|
|
1654
1840
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
1655
1841
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
1656
1842
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
1843
|
+
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
1844
|
+
"creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
1657
1845
|
"creatives.containersV2.addLabels": "Add labels",
|
|
1658
1846
|
"creatives.containersV2.appName": "App Name",
|
|
1659
1847
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -1746,6 +1934,7 @@ exports[`Creatives line image carousel test/> should render 1`] = `
|
|
|
1746
1934
|
"creatives.containersV2.richMedia.Create.wechatTitle": "Title",
|
|
1747
1935
|
"creatives.containersV2.richMedia.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
|
|
1748
1936
|
"creatives.containersV2.richMedia.Create.wrongUrl": "Enter correct URL",
|
|
1937
|
+
"creatives.containersV2.save": "Save",
|
|
1749
1938
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
1750
1939
|
"creatives.containersV2.signUp": "Sign Up",
|
|
1751
1940
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
@@ -2617,6 +2806,7 @@ exports[`Creatives line image carousel test/> should render 1`] = `
|
|
|
2617
2806
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
2618
2807
|
>
|
|
2619
2808
|
<CapSelect
|
|
2809
|
+
getMenuOptionsProps={[Function]}
|
|
2620
2810
|
onChange={[Function]}
|
|
2621
2811
|
options={
|
|
2622
2812
|
Array [
|
|
@@ -3223,15 +3413,19 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
3223
3413
|
"app.components.CapVideoUpload.fileFormat": "Format: MP4",
|
|
3224
3414
|
"app.components.CapVideoUpload.imageReUpload": "Re upload",
|
|
3225
3415
|
"app.components.CapVideoUpload.or": "OR",
|
|
3416
|
+
"app.components.CapVideoUpload.selectFromComputer": "Select from computer",
|
|
3226
3417
|
"app.components.CapVideoUpload.textMessageAddLabel": "How do you want to upload the image?",
|
|
3227
3418
|
"app.components.CapVideoUpload.textMessageCreateNew": "Create new",
|
|
3228
3419
|
"app.components.CapVideoUpload.textMessageORLabel": "OR",
|
|
3229
3420
|
"app.components.CapVideoUpload.textMessageSelectTemplate": "Select template",
|
|
3230
|
-
"app.components.CapVideoUpload.uploadComputer": "Your computer",
|
|
3231
3421
|
"app.components.CapVideoUpload.videoIncorrectSize": "This file format/size is not supported.",
|
|
3232
3422
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
3233
3423
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
3424
|
+
"app.components.CapVideoUpload.whatsappErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
3425
|
+
"app.components.CapVideoUpload.whatsappFileFormat": "Format: MP4",
|
|
3234
3426
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
3427
|
+
"app.components.TemplatePreview.optoutCharactersTotal": "Includes optout tag ({optoutUrlLength} characters)",
|
|
3428
|
+
"app.components.TemplatePreview.whatsappMessageLength": "1 Message ({length} characters)",
|
|
3235
3429
|
"app.v2containers.SmsTrai.Create.deferEdit": "It is highly recommended to use a file directly downloaded from the DLT portal. Editing the file may cause data to truncate unexpectedly.",
|
|
3236
3430
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
3237
3431
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
@@ -3360,18 +3554,28 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
3360
3554
|
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
3361
3555
|
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
3362
3556
|
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
3557
|
+
"creatives.componentsV2.CapDocumentUpload.docErrorDesc": "Please upload the document with allowed file extension and size",
|
|
3558
|
+
"creatives.componentsV2.CapDocumentUpload.docReUpload": "Reupload",
|
|
3559
|
+
"creatives.componentsV2.CapDocumentUpload.dragAndDrop": "Drag and drop document here",
|
|
3560
|
+
"creatives.componentsV2.CapDocumentUpload.format": "Format: {format}",
|
|
3561
|
+
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
3562
|
+
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
3563
|
+
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
3564
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
3363
3565
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
3364
3566
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
3365
3567
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
3366
3568
|
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
3569
|
+
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
3367
3570
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
3368
|
-
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
3369
3571
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
3370
3572
|
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
3371
3573
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
3372
3574
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
3373
3575
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
3374
3576
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
3577
|
+
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
3578
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
3375
3579
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
3376
3580
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
3377
3581
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -3457,8 +3661,21 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
3457
3661
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
3458
3662
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
3459
3663
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
3664
|
+
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
3665
|
+
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
3666
|
+
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
3460
3667
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
3668
|
+
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
3669
|
+
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
3670
|
+
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
3461
3671
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
3672
|
+
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
3673
|
+
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
3674
|
+
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
3675
|
+
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
3676
|
+
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
3677
|
+
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
3678
|
+
"creatives.componentsV2.TemplatePreview.videoPreviewTooltip": "This is just for preview purposes, video cannot be played here",
|
|
3462
3679
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
3463
3680
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
3464
3681
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -3469,6 +3686,7 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
3469
3686
|
"creatives.componentsV2.TopBar.logout": "Logout",
|
|
3470
3687
|
"creatives.componentsV2.TopBar.profile": "Profile",
|
|
3471
3688
|
"creatives.componentsV2.TopBar.settings": "Settings",
|
|
3689
|
+
"creatives.componentsV2.unbalanacedCurlyBraces": "Invalid label, please close all curly braces",
|
|
3472
3690
|
"creatives.componentsv2.MobilePushPreviewV2.header": "This is the MobilePushPreviewV2 component !",
|
|
3473
3691
|
"creatives.containers.Assets.Gallery.alphabetically": "Alphabetically",
|
|
3474
3692
|
"creatives.containers.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
|
|
@@ -4207,6 +4425,7 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
4207
4425
|
"creatives.containersV2.Creatives.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
4208
4426
|
"creatives.containersV2.Creatives.templateDeleteSuccess": "SMS template deleted successfully",
|
|
4209
4427
|
"creatives.containersV2.Creatives.templateDuplicateSuccess": "Template duplicated successfully",
|
|
4428
|
+
"creatives.containersV2.Creatives.templateNameEmpty": "Template name cannot be empty",
|
|
4210
4429
|
"creatives.containersV2.Creatives.templateSelection": "Template selection",
|
|
4211
4430
|
"creatives.containersV2.Creatives.textTemplate": "Text",
|
|
4212
4431
|
"creatives.containersV2.Creatives.unMapButton": "Unmap",
|
|
@@ -4344,6 +4563,7 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
4344
4563
|
"creatives.containersV2.Email.yes": "Yes",
|
|
4345
4564
|
"creatives.containersV2.EmailWrapper.createMode": "How do you want to create ?",
|
|
4346
4565
|
"creatives.containersV2.EmailWrapper.creativeName": "Creative name",
|
|
4566
|
+
"creatives.containersV2.EmailWrapper.emptyTemplateName": "Please enter template name.",
|
|
4347
4567
|
"creatives.containersV2.EmailWrapper.header": "This is EmailWrapper container !",
|
|
4348
4568
|
"creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "Please select another file with valid file format.",
|
|
4349
4569
|
"creatives.containersV2.EmailWrapper.invalidUploadFileError": "File cannot be uploaded.",
|
|
@@ -4505,7 +4725,8 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
4505
4725
|
"creatives.containersV2.LineImageCarousel.emptyTitleErrorMessage": "Template title can not be empty",
|
|
4506
4726
|
"creatives.containersV2.LineImageCarousel.enterTextActionTypeTitle": "Enter text",
|
|
4507
4727
|
"creatives.containersV2.LineImageCarousel.enterUriActionTypeTitle": "Enter url",
|
|
4508
|
-
"creatives.containersV2.LineImageCarousel.
|
|
4728
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDesc": "Format: JPEG, PNG Dimensions: 1024px x 1024px Size: 1 MB",
|
|
4729
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
|
|
4509
4730
|
"creatives.containersV2.LineImageCarousel.imageGallery": "Gallery",
|
|
4510
4731
|
"creatives.containersV2.LineImageCarousel.imageReUpload": "Re upload",
|
|
4511
4732
|
"creatives.containersV2.LineImageCarousel.inValidUrliErrorMessage": "Action content uri is not valid",
|
|
@@ -4621,12 +4842,12 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
4621
4842
|
"creatives.containersV2.LineWrapper.changeModalDescription": "The already added content for this card will be lost by changing the content tab.",
|
|
4622
4843
|
"creatives.containersV2.LineWrapper.changeModalLabel": "Do you still want to make the changes to content tab",
|
|
4623
4844
|
"creatives.containersV2.LineWrapper.changeModalTitle": "Changing content tab?",
|
|
4845
|
+
"creatives.containersV2.LineWrapper.flexLabel": "Card message",
|
|
4624
4846
|
"creatives.containersV2.LineWrapper.imageLabel": "Image",
|
|
4625
4847
|
"creatives.containersV2.LineWrapper.imagemapLabel": "Rich message",
|
|
4626
4848
|
"creatives.containersV2.LineWrapper.modalDiscardChangesButtonLabel": "No",
|
|
4627
4849
|
"creatives.containersV2.LineWrapper.modalSaveChangesButtonLabel": "Yes, change",
|
|
4628
4850
|
"creatives.containersV2.LineWrapper.stickerLabel": "Sticker",
|
|
4629
|
-
"creatives.containersV2.LineWrapper.templateLabel": "Card message",
|
|
4630
4851
|
"creatives.containersV2.LineWrapper.textLabel": "Text",
|
|
4631
4852
|
"creatives.containersV2.LineWrapper.videoLabel": "Rich video message",
|
|
4632
4853
|
"creatives.containersV2.Login.header": "This is login container change !",
|
|
@@ -4781,7 +5002,162 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
4781
5002
|
"creatives.containersV2.MobilepushWrapper.image": "Image content",
|
|
4782
5003
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
4783
5004
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
5005
|
+
"creatives.containersV2.Rcs.addSmsCreative": "Add SMS creative",
|
|
5006
|
+
"creatives.containersV2.Rcs.buttonTextAndUrl": ", CTA button text & url",
|
|
5007
|
+
"creatives.containersV2.Rcs.disabledMediaTooltip": "Not yet enabled. Coming soon!",
|
|
5008
|
+
"creatives.containersV2.Rcs.dltEditHeader": "Edit SMS",
|
|
5009
|
+
"creatives.containersV2.Rcs.emptyTemplateDescErrorMessage": "Template message cannot be empty",
|
|
5010
|
+
"creatives.containersV2.Rcs.fallbackDesc": "We would suggest to add fallback SMS",
|
|
5011
|
+
"creatives.containersV2.Rcs.fallbackLabel": "Fallback SMS message",
|
|
5012
|
+
"creatives.containersV2.Rcs.fallbackMsgLenError": "Only 1 SMS (160 characters) allowed for fallback sms",
|
|
5013
|
+
"creatives.containersV2.Rcs.fallbackMsgPlaceholder": "Enter the text message content for fallback SMS",
|
|
5014
|
+
"creatives.containersV2.Rcs.fallbackPreviewtitle": "Preview of fallback SMS",
|
|
5015
|
+
"creatives.containersV2.Rcs.fallbackTextAreaLabel": "SMS message",
|
|
5016
|
+
"creatives.containersV2.Rcs.fallbackToolTip": "This is to deliver an RCS message as an SMS message to end users whose phones do not support RCS",
|
|
5017
|
+
"creatives.containersV2.Rcs.image": "and image",
|
|
5018
|
+
"creatives.containersV2.Rcs.mediaImage": "Image",
|
|
5019
|
+
"creatives.containersV2.Rcs.mediaLabel": "Media",
|
|
5020
|
+
"creatives.containersV2.Rcs.mediaNone": "None",
|
|
5021
|
+
"creatives.containersV2.Rcs.mediaVideo": "Video/Slideshow",
|
|
5022
|
+
"creatives.containersV2.Rcs.optional": "(Optional)",
|
|
5023
|
+
"creatives.containersV2.Rcs.rcsCreateNotification": "RCS template created successfully",
|
|
5024
|
+
"creatives.containersV2.Rcs.rcsDltDesc": "Select any of the existing templates",
|
|
5025
|
+
"creatives.containersV2.Rcs.rcsDltTitle": "SMS creative templates",
|
|
5026
|
+
"creatives.containersV2.Rcs.rcsDoneBtnToolTip": "Please add template name {type} to proceed further",
|
|
5027
|
+
"creatives.containersV2.Rcs.rcsEditNotification": "RCS template updated successfully",
|
|
5028
|
+
"creatives.containersV2.Rcs.templateButton": "Buttons",
|
|
5029
|
+
"creatives.containersV2.Rcs.templateButtonDesc": "Use buttons to redirect user to respective link or quick response/ action.",
|
|
5030
|
+
"creatives.containersV2.Rcs.templateCTAButton": "Call to action",
|
|
5031
|
+
"creatives.containersV2.Rcs.templateCTAButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
5032
|
+
"creatives.containersV2.Rcs.templateDescLabel": "Text message",
|
|
5033
|
+
"creatives.containersV2.Rcs.templateDescLengthError": "Template message length cannot exceed 1000",
|
|
5034
|
+
"creatives.containersV2.Rcs.templateDescPlaceholder": "Enter the text message",
|
|
5035
|
+
"creatives.containersV2.Rcs.templateQRButton": "Quick reply",
|
|
5036
|
+
"creatives.containersV2.Rcs.templateQRButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
5037
|
+
"creatives.containersV2.Rcs.templateTitle": "Title",
|
|
5038
|
+
"creatives.containersV2.Rcs.templateTitlePlaceholder": "Enter title",
|
|
5039
|
+
"creatives.containersV2.Rcs.textMessage": "and text message",
|
|
5040
|
+
"creatives.containersV2.Rcs.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
4784
5041
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
5042
|
+
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
5043
|
+
"creatives.containersV2.Templates.all": "All",
|
|
5044
|
+
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
5045
|
+
"creatives.containersV2.Templates.areYouSureText": "Confirm delete template",
|
|
5046
|
+
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
5047
|
+
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
5048
|
+
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
5049
|
+
"creatives.containersV2.Templates.category": "Category",
|
|
5050
|
+
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
5051
|
+
"creatives.containersV2.Templates.clearAll": "Clear all",
|
|
5052
|
+
"creatives.containersV2.Templates.continue": "Continue",
|
|
5053
|
+
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
5054
|
+
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
5055
|
+
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
5056
|
+
"creatives.containersV2.Templates.createNewTemplateLink": "Create new template",
|
|
5057
|
+
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
5058
|
+
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
5059
|
+
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
5060
|
+
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
5061
|
+
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
5062
|
+
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
5063
|
+
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
5064
|
+
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
5065
|
+
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
5066
|
+
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
5067
|
+
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
5068
|
+
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
5069
|
+
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
5070
|
+
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
5071
|
+
"creatives.containersV2.Templates.editButton": "Edit",
|
|
5072
|
+
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
5073
|
+
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
5074
|
+
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
5075
|
+
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
5076
|
+
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
5077
|
+
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
5078
|
+
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
5079
|
+
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
5080
|
+
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
5081
|
+
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
5082
|
+
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
5083
|
+
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
5084
|
+
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
5085
|
+
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
5086
|
+
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
5087
|
+
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
5088
|
+
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
5089
|
+
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
5090
|
+
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
5091
|
+
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
5092
|
+
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
5093
|
+
"creatives.containersV2.Templates.newRCSTemplate": "New RCS {template}",
|
|
5094
|
+
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
5095
|
+
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
5096
|
+
"creatives.containersV2.Templates.newWhatsappTemplate": "Add new Whatsapp {template}",
|
|
5097
|
+
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
5098
|
+
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
5099
|
+
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
5100
|
+
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
5101
|
+
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
5102
|
+
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
5103
|
+
"creatives.containersV2.Templates.noAccountsPresentWhatsapp": "Whatsapp accounts are not setup for your brand",
|
|
5104
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesDesc": "Please try creating a new template, once it is approved by Whatsapp it will be available here",
|
|
5105
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesTitle": "Sorry, we couldn’t find any approved templates",
|
|
5106
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesDesc": "Please try searching with another term or apply different filter",
|
|
5107
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesTitle": "Sorry, we couldn’t find any matches",
|
|
5108
|
+
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
5109
|
+
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
5110
|
+
"creatives.containersV2.Templates.preview": "Preview",
|
|
5111
|
+
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
5112
|
+
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
5113
|
+
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
5114
|
+
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
5115
|
+
"creatives.containersV2.Templates.rcsDescIllustartion": "These templates can be reused when creating a new message content",
|
|
5116
|
+
"creatives.containersV2.Templates.rcsDltIllustrationDesc": "Please try creating a new DLT template in SMS section, once it is created, it will be available here",
|
|
5117
|
+
"creatives.containersV2.Templates.rcsDltIllustrationTitle": "Sorry, we couldn’t find any DLT templates",
|
|
5118
|
+
"creatives.containersV2.Templates.rcsTitleIllustartion": "Add new RCS creatives {template}",
|
|
5119
|
+
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
5120
|
+
"creatives.containersV2.Templates.searchText": "Search",
|
|
5121
|
+
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
5122
|
+
"creatives.containersV2.Templates.selectButton": "Select",
|
|
5123
|
+
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
5124
|
+
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
5125
|
+
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
5126
|
+
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
5127
|
+
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
5128
|
+
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
5129
|
+
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
5130
|
+
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
5131
|
+
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
5132
|
+
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
5133
|
+
"creatives.containersV2.Templates.status": "Status",
|
|
5134
|
+
"creatives.containersV2.Templates.template": "template",
|
|
5135
|
+
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you wish to delete this template?",
|
|
5136
|
+
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
5137
|
+
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
5138
|
+
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
5139
|
+
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
5140
|
+
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
5141
|
+
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
5142
|
+
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
5143
|
+
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
5144
|
+
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
5145
|
+
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
5146
|
+
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
5147
|
+
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
5148
|
+
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
5149
|
+
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
5150
|
+
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
5151
|
+
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
5152
|
+
"creatives.containersV2.Templates.whatsappAccount": "Whatsapp account",
|
|
5153
|
+
"creatives.containersV2.Templates.whatsappDescIllustration": "These templates can be reused when creating a
|
|
5154
|
+
new message content.",
|
|
5155
|
+
"creatives.containersV2.Templates.whatsappMaxTemplates": "WhatsApp allows {maxCount} approved templates. To accommodate new approved templates either delete the existing one or reach out to Capillary POC to increase the limit.",
|
|
5156
|
+
"creatives.containersV2.Templates.whatsappOnlyApprovedTemplates": "Only \\"Approved\\" templates are available here, as you can use those templates to create a message.",
|
|
5157
|
+
"creatives.containersV2.Templates.whatsappOverview": "Overview",
|
|
5158
|
+
"creatives.containersV2.Templates.whatsappTitleIllustration": "Add a new Whatsapp creative {template}",
|
|
5159
|
+
"creatives.containersV2.Templates.yesText": "Yes, delete",
|
|
5160
|
+
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
4785
5161
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
4786
5162
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
4787
5163
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -4850,6 +5226,8 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
4850
5226
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
4851
5227
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
4852
5228
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
5229
|
+
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
5230
|
+
"creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
4853
5231
|
"creatives.containersV2.addLabels": "Add labels",
|
|
4854
5232
|
"creatives.containersV2.appName": "App Name",
|
|
4855
5233
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -4942,6 +5320,7 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
4942
5320
|
"creatives.containersV2.richMedia.Create.wechatTitle": "Title",
|
|
4943
5321
|
"creatives.containersV2.richMedia.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
|
|
4944
5322
|
"creatives.containersV2.richMedia.Create.wrongUrl": "Enter correct URL",
|
|
5323
|
+
"creatives.containersV2.save": "Save",
|
|
4945
5324
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
4946
5325
|
"creatives.containersV2.signUp": "Sign Up",
|
|
4947
5326
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
@@ -5952,6 +6331,7 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
5952
6331
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
5953
6332
|
>
|
|
5954
6333
|
<CapSelect
|
|
6334
|
+
getMenuOptionsProps={[Function]}
|
|
5955
6335
|
onChange={[Function]}
|
|
5956
6336
|
options={
|
|
5957
6337
|
Array [
|
|
@@ -6558,15 +6938,19 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
6558
6938
|
"app.components.CapVideoUpload.fileFormat": "Format: MP4",
|
|
6559
6939
|
"app.components.CapVideoUpload.imageReUpload": "Re upload",
|
|
6560
6940
|
"app.components.CapVideoUpload.or": "OR",
|
|
6941
|
+
"app.components.CapVideoUpload.selectFromComputer": "Select from computer",
|
|
6561
6942
|
"app.components.CapVideoUpload.textMessageAddLabel": "How do you want to upload the image?",
|
|
6562
6943
|
"app.components.CapVideoUpload.textMessageCreateNew": "Create new",
|
|
6563
6944
|
"app.components.CapVideoUpload.textMessageORLabel": "OR",
|
|
6564
6945
|
"app.components.CapVideoUpload.textMessageSelectTemplate": "Select template",
|
|
6565
|
-
"app.components.CapVideoUpload.uploadComputer": "Your computer",
|
|
6566
6946
|
"app.components.CapVideoUpload.videoIncorrectSize": "This file format/size is not supported.",
|
|
6567
6947
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
6568
6948
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
6949
|
+
"app.components.CapVideoUpload.whatsappErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
6950
|
+
"app.components.CapVideoUpload.whatsappFileFormat": "Format: MP4",
|
|
6569
6951
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
6952
|
+
"app.components.TemplatePreview.optoutCharactersTotal": "Includes optout tag ({optoutUrlLength} characters)",
|
|
6953
|
+
"app.components.TemplatePreview.whatsappMessageLength": "1 Message ({length} characters)",
|
|
6570
6954
|
"app.v2containers.SmsTrai.Create.deferEdit": "It is highly recommended to use a file directly downloaded from the DLT portal. Editing the file may cause data to truncate unexpectedly.",
|
|
6571
6955
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
6572
6956
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
@@ -6695,18 +7079,28 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
6695
7079
|
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
6696
7080
|
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
6697
7081
|
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
7082
|
+
"creatives.componentsV2.CapDocumentUpload.docErrorDesc": "Please upload the document with allowed file extension and size",
|
|
7083
|
+
"creatives.componentsV2.CapDocumentUpload.docReUpload": "Reupload",
|
|
7084
|
+
"creatives.componentsV2.CapDocumentUpload.dragAndDrop": "Drag and drop document here",
|
|
7085
|
+
"creatives.componentsV2.CapDocumentUpload.format": "Format: {format}",
|
|
7086
|
+
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
7087
|
+
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
7088
|
+
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
7089
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
6698
7090
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
6699
7091
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
6700
7092
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
6701
7093
|
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
7094
|
+
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
6702
7095
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
6703
|
-
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
6704
7096
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
6705
7097
|
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
6706
7098
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
6707
7099
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
6708
7100
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
6709
7101
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
7102
|
+
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
7103
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
6710
7104
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
6711
7105
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
6712
7106
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -6792,8 +7186,21 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
6792
7186
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
6793
7187
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
6794
7188
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
7189
|
+
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
7190
|
+
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
7191
|
+
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
6795
7192
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
7193
|
+
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
7194
|
+
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
7195
|
+
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
6796
7196
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
7197
|
+
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
7198
|
+
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
7199
|
+
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
7200
|
+
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
7201
|
+
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
7202
|
+
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
7203
|
+
"creatives.componentsV2.TemplatePreview.videoPreviewTooltip": "This is just for preview purposes, video cannot be played here",
|
|
6797
7204
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
6798
7205
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
6799
7206
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -6804,6 +7211,7 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
6804
7211
|
"creatives.componentsV2.TopBar.logout": "Logout",
|
|
6805
7212
|
"creatives.componentsV2.TopBar.profile": "Profile",
|
|
6806
7213
|
"creatives.componentsV2.TopBar.settings": "Settings",
|
|
7214
|
+
"creatives.componentsV2.unbalanacedCurlyBraces": "Invalid label, please close all curly braces",
|
|
6807
7215
|
"creatives.componentsv2.MobilePushPreviewV2.header": "This is the MobilePushPreviewV2 component !",
|
|
6808
7216
|
"creatives.containers.Assets.Gallery.alphabetically": "Alphabetically",
|
|
6809
7217
|
"creatives.containers.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
|
|
@@ -7542,6 +7950,7 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
7542
7950
|
"creatives.containersV2.Creatives.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
7543
7951
|
"creatives.containersV2.Creatives.templateDeleteSuccess": "SMS template deleted successfully",
|
|
7544
7952
|
"creatives.containersV2.Creatives.templateDuplicateSuccess": "Template duplicated successfully",
|
|
7953
|
+
"creatives.containersV2.Creatives.templateNameEmpty": "Template name cannot be empty",
|
|
7545
7954
|
"creatives.containersV2.Creatives.templateSelection": "Template selection",
|
|
7546
7955
|
"creatives.containersV2.Creatives.textTemplate": "Text",
|
|
7547
7956
|
"creatives.containersV2.Creatives.unMapButton": "Unmap",
|
|
@@ -7679,6 +8088,7 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
7679
8088
|
"creatives.containersV2.Email.yes": "Yes",
|
|
7680
8089
|
"creatives.containersV2.EmailWrapper.createMode": "How do you want to create ?",
|
|
7681
8090
|
"creatives.containersV2.EmailWrapper.creativeName": "Creative name",
|
|
8091
|
+
"creatives.containersV2.EmailWrapper.emptyTemplateName": "Please enter template name.",
|
|
7682
8092
|
"creatives.containersV2.EmailWrapper.header": "This is EmailWrapper container !",
|
|
7683
8093
|
"creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "Please select another file with valid file format.",
|
|
7684
8094
|
"creatives.containersV2.EmailWrapper.invalidUploadFileError": "File cannot be uploaded.",
|
|
@@ -7840,7 +8250,8 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
7840
8250
|
"creatives.containersV2.LineImageCarousel.emptyTitleErrorMessage": "Template title can not be empty",
|
|
7841
8251
|
"creatives.containersV2.LineImageCarousel.enterTextActionTypeTitle": "Enter text",
|
|
7842
8252
|
"creatives.containersV2.LineImageCarousel.enterUriActionTypeTitle": "Enter url",
|
|
7843
|
-
"creatives.containersV2.LineImageCarousel.
|
|
8253
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDesc": "Format: JPEG, PNG Dimensions: 1024px x 1024px Size: 1 MB",
|
|
8254
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
|
|
7844
8255
|
"creatives.containersV2.LineImageCarousel.imageGallery": "Gallery",
|
|
7845
8256
|
"creatives.containersV2.LineImageCarousel.imageReUpload": "Re upload",
|
|
7846
8257
|
"creatives.containersV2.LineImageCarousel.inValidUrliErrorMessage": "Action content uri is not valid",
|
|
@@ -7956,12 +8367,12 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
7956
8367
|
"creatives.containersV2.LineWrapper.changeModalDescription": "The already added content for this card will be lost by changing the content tab.",
|
|
7957
8368
|
"creatives.containersV2.LineWrapper.changeModalLabel": "Do you still want to make the changes to content tab",
|
|
7958
8369
|
"creatives.containersV2.LineWrapper.changeModalTitle": "Changing content tab?",
|
|
8370
|
+
"creatives.containersV2.LineWrapper.flexLabel": "Card message",
|
|
7959
8371
|
"creatives.containersV2.LineWrapper.imageLabel": "Image",
|
|
7960
8372
|
"creatives.containersV2.LineWrapper.imagemapLabel": "Rich message",
|
|
7961
8373
|
"creatives.containersV2.LineWrapper.modalDiscardChangesButtonLabel": "No",
|
|
7962
8374
|
"creatives.containersV2.LineWrapper.modalSaveChangesButtonLabel": "Yes, change",
|
|
7963
8375
|
"creatives.containersV2.LineWrapper.stickerLabel": "Sticker",
|
|
7964
|
-
"creatives.containersV2.LineWrapper.templateLabel": "Card message",
|
|
7965
8376
|
"creatives.containersV2.LineWrapper.textLabel": "Text",
|
|
7966
8377
|
"creatives.containersV2.LineWrapper.videoLabel": "Rich video message",
|
|
7967
8378
|
"creatives.containersV2.Login.header": "This is login container change !",
|
|
@@ -8116,7 +8527,162 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
8116
8527
|
"creatives.containersV2.MobilepushWrapper.image": "Image content",
|
|
8117
8528
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
8118
8529
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
8530
|
+
"creatives.containersV2.Rcs.addSmsCreative": "Add SMS creative",
|
|
8531
|
+
"creatives.containersV2.Rcs.buttonTextAndUrl": ", CTA button text & url",
|
|
8532
|
+
"creatives.containersV2.Rcs.disabledMediaTooltip": "Not yet enabled. Coming soon!",
|
|
8533
|
+
"creatives.containersV2.Rcs.dltEditHeader": "Edit SMS",
|
|
8534
|
+
"creatives.containersV2.Rcs.emptyTemplateDescErrorMessage": "Template message cannot be empty",
|
|
8535
|
+
"creatives.containersV2.Rcs.fallbackDesc": "We would suggest to add fallback SMS",
|
|
8536
|
+
"creatives.containersV2.Rcs.fallbackLabel": "Fallback SMS message",
|
|
8537
|
+
"creatives.containersV2.Rcs.fallbackMsgLenError": "Only 1 SMS (160 characters) allowed for fallback sms",
|
|
8538
|
+
"creatives.containersV2.Rcs.fallbackMsgPlaceholder": "Enter the text message content for fallback SMS",
|
|
8539
|
+
"creatives.containersV2.Rcs.fallbackPreviewtitle": "Preview of fallback SMS",
|
|
8540
|
+
"creatives.containersV2.Rcs.fallbackTextAreaLabel": "SMS message",
|
|
8541
|
+
"creatives.containersV2.Rcs.fallbackToolTip": "This is to deliver an RCS message as an SMS message to end users whose phones do not support RCS",
|
|
8542
|
+
"creatives.containersV2.Rcs.image": "and image",
|
|
8543
|
+
"creatives.containersV2.Rcs.mediaImage": "Image",
|
|
8544
|
+
"creatives.containersV2.Rcs.mediaLabel": "Media",
|
|
8545
|
+
"creatives.containersV2.Rcs.mediaNone": "None",
|
|
8546
|
+
"creatives.containersV2.Rcs.mediaVideo": "Video/Slideshow",
|
|
8547
|
+
"creatives.containersV2.Rcs.optional": "(Optional)",
|
|
8548
|
+
"creatives.containersV2.Rcs.rcsCreateNotification": "RCS template created successfully",
|
|
8549
|
+
"creatives.containersV2.Rcs.rcsDltDesc": "Select any of the existing templates",
|
|
8550
|
+
"creatives.containersV2.Rcs.rcsDltTitle": "SMS creative templates",
|
|
8551
|
+
"creatives.containersV2.Rcs.rcsDoneBtnToolTip": "Please add template name {type} to proceed further",
|
|
8552
|
+
"creatives.containersV2.Rcs.rcsEditNotification": "RCS template updated successfully",
|
|
8553
|
+
"creatives.containersV2.Rcs.templateButton": "Buttons",
|
|
8554
|
+
"creatives.containersV2.Rcs.templateButtonDesc": "Use buttons to redirect user to respective link or quick response/ action.",
|
|
8555
|
+
"creatives.containersV2.Rcs.templateCTAButton": "Call to action",
|
|
8556
|
+
"creatives.containersV2.Rcs.templateCTAButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
8557
|
+
"creatives.containersV2.Rcs.templateDescLabel": "Text message",
|
|
8558
|
+
"creatives.containersV2.Rcs.templateDescLengthError": "Template message length cannot exceed 1000",
|
|
8559
|
+
"creatives.containersV2.Rcs.templateDescPlaceholder": "Enter the text message",
|
|
8560
|
+
"creatives.containersV2.Rcs.templateQRButton": "Quick reply",
|
|
8561
|
+
"creatives.containersV2.Rcs.templateQRButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
8562
|
+
"creatives.containersV2.Rcs.templateTitle": "Title",
|
|
8563
|
+
"creatives.containersV2.Rcs.templateTitlePlaceholder": "Enter title",
|
|
8564
|
+
"creatives.containersV2.Rcs.textMessage": "and text message",
|
|
8565
|
+
"creatives.containersV2.Rcs.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
8119
8566
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
8567
|
+
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
8568
|
+
"creatives.containersV2.Templates.all": "All",
|
|
8569
|
+
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
8570
|
+
"creatives.containersV2.Templates.areYouSureText": "Confirm delete template",
|
|
8571
|
+
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
8572
|
+
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
8573
|
+
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
8574
|
+
"creatives.containersV2.Templates.category": "Category",
|
|
8575
|
+
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
8576
|
+
"creatives.containersV2.Templates.clearAll": "Clear all",
|
|
8577
|
+
"creatives.containersV2.Templates.continue": "Continue",
|
|
8578
|
+
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
8579
|
+
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
8580
|
+
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
8581
|
+
"creatives.containersV2.Templates.createNewTemplateLink": "Create new template",
|
|
8582
|
+
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
8583
|
+
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
8584
|
+
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
8585
|
+
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
8586
|
+
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
8587
|
+
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
8588
|
+
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
8589
|
+
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
8590
|
+
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
8591
|
+
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
8592
|
+
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
8593
|
+
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
8594
|
+
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
8595
|
+
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
8596
|
+
"creatives.containersV2.Templates.editButton": "Edit",
|
|
8597
|
+
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
8598
|
+
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
8599
|
+
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
8600
|
+
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
8601
|
+
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
8602
|
+
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
8603
|
+
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
8604
|
+
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
8605
|
+
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
8606
|
+
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
8607
|
+
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
8608
|
+
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
8609
|
+
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
8610
|
+
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
8611
|
+
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
8612
|
+
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
8613
|
+
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
8614
|
+
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
8615
|
+
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
8616
|
+
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
8617
|
+
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
8618
|
+
"creatives.containersV2.Templates.newRCSTemplate": "New RCS {template}",
|
|
8619
|
+
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
8620
|
+
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
8621
|
+
"creatives.containersV2.Templates.newWhatsappTemplate": "Add new Whatsapp {template}",
|
|
8622
|
+
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
8623
|
+
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
8624
|
+
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
8625
|
+
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
8626
|
+
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
8627
|
+
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
8628
|
+
"creatives.containersV2.Templates.noAccountsPresentWhatsapp": "Whatsapp accounts are not setup for your brand",
|
|
8629
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesDesc": "Please try creating a new template, once it is approved by Whatsapp it will be available here",
|
|
8630
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesTitle": "Sorry, we couldn’t find any approved templates",
|
|
8631
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesDesc": "Please try searching with another term or apply different filter",
|
|
8632
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesTitle": "Sorry, we couldn’t find any matches",
|
|
8633
|
+
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
8634
|
+
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
8635
|
+
"creatives.containersV2.Templates.preview": "Preview",
|
|
8636
|
+
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
8637
|
+
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
8638
|
+
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
8639
|
+
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
8640
|
+
"creatives.containersV2.Templates.rcsDescIllustartion": "These templates can be reused when creating a new message content",
|
|
8641
|
+
"creatives.containersV2.Templates.rcsDltIllustrationDesc": "Please try creating a new DLT template in SMS section, once it is created, it will be available here",
|
|
8642
|
+
"creatives.containersV2.Templates.rcsDltIllustrationTitle": "Sorry, we couldn’t find any DLT templates",
|
|
8643
|
+
"creatives.containersV2.Templates.rcsTitleIllustartion": "Add new RCS creatives {template}",
|
|
8644
|
+
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
8645
|
+
"creatives.containersV2.Templates.searchText": "Search",
|
|
8646
|
+
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
8647
|
+
"creatives.containersV2.Templates.selectButton": "Select",
|
|
8648
|
+
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
8649
|
+
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
8650
|
+
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
8651
|
+
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
8652
|
+
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
8653
|
+
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
8654
|
+
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
8655
|
+
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
8656
|
+
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
8657
|
+
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
8658
|
+
"creatives.containersV2.Templates.status": "Status",
|
|
8659
|
+
"creatives.containersV2.Templates.template": "template",
|
|
8660
|
+
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you wish to delete this template?",
|
|
8661
|
+
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
8662
|
+
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
8663
|
+
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
8664
|
+
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
8665
|
+
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
8666
|
+
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
8667
|
+
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
8668
|
+
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
8669
|
+
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
8670
|
+
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
8671
|
+
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
8672
|
+
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
8673
|
+
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
8674
|
+
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
8675
|
+
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
8676
|
+
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
8677
|
+
"creatives.containersV2.Templates.whatsappAccount": "Whatsapp account",
|
|
8678
|
+
"creatives.containersV2.Templates.whatsappDescIllustration": "These templates can be reused when creating a
|
|
8679
|
+
new message content.",
|
|
8680
|
+
"creatives.containersV2.Templates.whatsappMaxTemplates": "WhatsApp allows {maxCount} approved templates. To accommodate new approved templates either delete the existing one or reach out to Capillary POC to increase the limit.",
|
|
8681
|
+
"creatives.containersV2.Templates.whatsappOnlyApprovedTemplates": "Only \\"Approved\\" templates are available here, as you can use those templates to create a message.",
|
|
8682
|
+
"creatives.containersV2.Templates.whatsappOverview": "Overview",
|
|
8683
|
+
"creatives.containersV2.Templates.whatsappTitleIllustration": "Add a new Whatsapp creative {template}",
|
|
8684
|
+
"creatives.containersV2.Templates.yesText": "Yes, delete",
|
|
8685
|
+
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
8120
8686
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
8121
8687
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
8122
8688
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -8185,6 +8751,8 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
8185
8751
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
8186
8752
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
8187
8753
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
8754
|
+
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
8755
|
+
"creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
8188
8756
|
"creatives.containersV2.addLabels": "Add labels",
|
|
8189
8757
|
"creatives.containersV2.appName": "App Name",
|
|
8190
8758
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -8277,6 +8845,7 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
8277
8845
|
"creatives.containersV2.richMedia.Create.wechatTitle": "Title",
|
|
8278
8846
|
"creatives.containersV2.richMedia.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
|
|
8279
8847
|
"creatives.containersV2.richMedia.Create.wrongUrl": "Enter correct URL",
|
|
8848
|
+
"creatives.containersV2.save": "Save",
|
|
8280
8849
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
8281
8850
|
"creatives.containersV2.signUp": "Sign Up",
|
|
8282
8851
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
@@ -9271,6 +9840,7 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
9271
9840
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
9272
9841
|
>
|
|
9273
9842
|
<CapSelect
|
|
9843
|
+
getMenuOptionsProps={[Function]}
|
|
9274
9844
|
onChange={[Function]}
|
|
9275
9845
|
options={
|
|
9276
9846
|
Array [
|