@capillarytech/creatives-library 7.14.41 → 7.15.3
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 +4 -193
- package/containers/LanguageProvider/index.js +0 -2
- package/containers/LanguageProvider/tests/index.test.js +0 -1
- package/i18n.js +8 -11
- package/package.json +1 -1
- package/reducers.js +0 -2
- package/services/api.js +1 -9
- package/translations/en.json +4 -192
- package/translations/zh.json +3 -191
- package/v2Components/CapActionButton/index.js +0 -1
- package/v2Components/CapVideoUpload/index.scss +5 -0
- package/v2Components/FormBuilder/index.js +4 -28
- package/v2Containers/Assets/Gallery/index.js +1 -1
- package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +4 -193
- package/v2Containers/CreativesContainer/constants.js +0 -2
- package/v2Containers/CreativesContainer/index.js +2 -2
- package/v2Containers/CreativesContainer/selectors.js +2 -2
- package/v2Containers/CreativesContainer/tests/__snapshots__/index.test.js.snap +0 -8
- package/v2Containers/CreativesContainer/tests/index.test.js +0 -28
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +12 -582
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +8 -386
- package/v2Containers/Line/Container/Text/index.js +2 -3
- package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +68 -3285
- package/v2Containers/Line/Container/index.js +1 -1
- package/v2Containers/Line/Container/tests/__snapshots__/index.test.js.snap +72 -3474
- package/v2Containers/Rcs/index.js +0 -3
- package/v2Containers/Rcs/messages.js +1 -1
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +253 -9383
- package/v2Containers/Sms/Create/actions.js +0 -9
- package/v2Containers/Sms/Create/constants.js +0 -2
- package/v2Containers/Sms/Create/index.js +0 -12
- package/v2Containers/Sms/Create/sagas.js +3 -19
- package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +16 -772
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +32 -1544
- package/v2Containers/Templates/index.js +3 -2
- package/v2Containers/Templates/messages.js +2 -2
- package/v2Containers/Templates/tests/__snapshots__/index.test.js.snap +0 -16
- package/v2Containers/TemplatesV2/index.js +1 -1
- package/v2Containers/Viber/index.js +0 -1
- package/v2Containers/Whatsapp/index.js +1 -0
- package/v2Containers/Whatsapp/messages.js +1 -1
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +284 -13755
- package/v2Containers/mockdata.js +0 -128
- package/tests/integration/TemplateCreation/TemplateCreation.integration.test.js +0 -420
- package/tests/integration/TemplateCreation/api-response.js +0 -1663
- package/tests/integration/TemplateCreation/helper.js +0 -23
- package/tests/integration/TemplateCreation/mocks/initialState.js +0 -428
- package/tests/integration/TemplateCreation/msw-handler.js +0 -48
- package/translations/ja-JP.json +0 -2013
- package/v2Containers/Sms/Create/tests/sagas.test.js +0 -82
- package/v2Containers/SmsTrai/Create/tests/selectors.test.js +0 -10
|
@@ -52,19 +52,15 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
52
52
|
"app.components.CapVideoUpload.fileFormat": "Format: MP4",
|
|
53
53
|
"app.components.CapVideoUpload.imageReUpload": "Re upload",
|
|
54
54
|
"app.components.CapVideoUpload.or": "OR",
|
|
55
|
-
"app.components.CapVideoUpload.selectFromComputer": "Select from computer",
|
|
56
55
|
"app.components.CapVideoUpload.textMessageAddLabel": "How do you want to upload the image?",
|
|
57
56
|
"app.components.CapVideoUpload.textMessageCreateNew": "Create new",
|
|
58
57
|
"app.components.CapVideoUpload.textMessageORLabel": "OR",
|
|
59
58
|
"app.components.CapVideoUpload.textMessageSelectTemplate": "Select template",
|
|
59
|
+
"app.components.CapVideoUpload.uploadComputer": "Your computer",
|
|
60
60
|
"app.components.CapVideoUpload.videoIncorrectSize": "This file format/size is not supported.",
|
|
61
61
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
62
62
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
63
|
-
"app.components.CapVideoUpload.whatsappErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
64
|
-
"app.components.CapVideoUpload.whatsappFileFormat": "Format: MP4",
|
|
65
63
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
66
|
-
"app.components.TemplatePreview.optoutCharactersTotal": "Includes optout tag ({optoutUrlLength} characters)",
|
|
67
|
-
"app.components.TemplatePreview.whatsappMessageLength": "1 Message ({length} characters)",
|
|
68
64
|
"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.",
|
|
69
65
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
70
66
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
@@ -193,28 +189,18 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
193
189
|
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
194
190
|
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
195
191
|
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
196
|
-
"creatives.componentsV2.CapDocumentUpload.docErrorDesc": "Please upload the document with allowed file extension and size",
|
|
197
|
-
"creatives.componentsV2.CapDocumentUpload.docReUpload": "Reupload",
|
|
198
|
-
"creatives.componentsV2.CapDocumentUpload.dragAndDrop": "Drag and drop document here",
|
|
199
|
-
"creatives.componentsV2.CapDocumentUpload.format": "Format: {format}",
|
|
200
|
-
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
201
|
-
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
202
|
-
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
203
|
-
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
204
192
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
205
193
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
206
194
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
207
195
|
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
208
|
-
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
209
196
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
197
|
+
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
210
198
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
211
199
|
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
212
200
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
213
201
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
214
202
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
215
203
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
216
|
-
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
217
|
-
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
218
204
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
219
205
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
220
206
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -300,21 +286,8 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
300
286
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
301
287
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
302
288
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
303
|
-
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
304
|
-
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
305
|
-
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
306
289
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
307
|
-
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
308
|
-
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
309
|
-
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
310
290
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
311
|
-
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
312
|
-
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
313
|
-
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
314
|
-
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
315
|
-
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
316
|
-
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
317
|
-
"creatives.componentsV2.TemplatePreview.videoPreviewTooltip": "This is just for preview purposes, video cannot be played here",
|
|
318
291
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
319
292
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
320
293
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -325,7 +298,6 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
325
298
|
"creatives.componentsV2.TopBar.logout": "Logout",
|
|
326
299
|
"creatives.componentsV2.TopBar.profile": "Profile",
|
|
327
300
|
"creatives.componentsV2.TopBar.settings": "Settings",
|
|
328
|
-
"creatives.componentsV2.unbalanacedCurlyBraces": "Invalid label, please close all curly braces",
|
|
329
301
|
"creatives.componentsv2.MobilePushPreviewV2.header": "This is the MobilePushPreviewV2 component !",
|
|
330
302
|
"creatives.containers.Assets.Gallery.alphabetically": "Alphabetically",
|
|
331
303
|
"creatives.containers.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
|
|
@@ -1064,7 +1036,6 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
1064
1036
|
"creatives.containersV2.Creatives.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
1065
1037
|
"creatives.containersV2.Creatives.templateDeleteSuccess": "SMS template deleted successfully",
|
|
1066
1038
|
"creatives.containersV2.Creatives.templateDuplicateSuccess": "Template duplicated successfully",
|
|
1067
|
-
"creatives.containersV2.Creatives.templateNameEmpty": "Template name cannot be empty",
|
|
1068
1039
|
"creatives.containersV2.Creatives.templateSelection": "Template selection",
|
|
1069
1040
|
"creatives.containersV2.Creatives.textTemplate": "Text",
|
|
1070
1041
|
"creatives.containersV2.Creatives.unMapButton": "Unmap",
|
|
@@ -1202,7 +1173,6 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
1202
1173
|
"creatives.containersV2.Email.yes": "Yes",
|
|
1203
1174
|
"creatives.containersV2.EmailWrapper.createMode": "How do you want to create ?",
|
|
1204
1175
|
"creatives.containersV2.EmailWrapper.creativeName": "Creative name",
|
|
1205
|
-
"creatives.containersV2.EmailWrapper.emptyTemplateName": "Please enter template name.",
|
|
1206
1176
|
"creatives.containersV2.EmailWrapper.header": "This is EmailWrapper container !",
|
|
1207
1177
|
"creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "Please select another file with valid file format.",
|
|
1208
1178
|
"creatives.containersV2.EmailWrapper.invalidUploadFileError": "File cannot be uploaded.",
|
|
@@ -1364,8 +1334,7 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
1364
1334
|
"creatives.containersV2.LineImageCarousel.emptyTitleErrorMessage": "Template title can not be empty",
|
|
1365
1335
|
"creatives.containersV2.LineImageCarousel.enterTextActionTypeTitle": "Enter text",
|
|
1366
1336
|
"creatives.containersV2.LineImageCarousel.enterUriActionTypeTitle": "Enter url",
|
|
1367
|
-
"creatives.containersV2.LineImageCarousel.
|
|
1368
|
-
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
|
|
1337
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect Ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
|
|
1369
1338
|
"creatives.containersV2.LineImageCarousel.imageGallery": "Gallery",
|
|
1370
1339
|
"creatives.containersV2.LineImageCarousel.imageReUpload": "Re upload",
|
|
1371
1340
|
"creatives.containersV2.LineImageCarousel.inValidUrliErrorMessage": "Action content uri is not valid",
|
|
@@ -1481,12 +1450,12 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
1481
1450
|
"creatives.containersV2.LineWrapper.changeModalDescription": "The already added content for this card will be lost by changing the content tab.",
|
|
1482
1451
|
"creatives.containersV2.LineWrapper.changeModalLabel": "Do you still want to make the changes to content tab",
|
|
1483
1452
|
"creatives.containersV2.LineWrapper.changeModalTitle": "Changing content tab?",
|
|
1484
|
-
"creatives.containersV2.LineWrapper.flexLabel": "Card message",
|
|
1485
1453
|
"creatives.containersV2.LineWrapper.imageLabel": "Image",
|
|
1486
1454
|
"creatives.containersV2.LineWrapper.imagemapLabel": "Rich message",
|
|
1487
1455
|
"creatives.containersV2.LineWrapper.modalDiscardChangesButtonLabel": "No",
|
|
1488
1456
|
"creatives.containersV2.LineWrapper.modalSaveChangesButtonLabel": "Yes, change",
|
|
1489
1457
|
"creatives.containersV2.LineWrapper.stickerLabel": "Sticker",
|
|
1458
|
+
"creatives.containersV2.LineWrapper.templateLabel": "Card message",
|
|
1490
1459
|
"creatives.containersV2.LineWrapper.textLabel": "Text",
|
|
1491
1460
|
"creatives.containersV2.LineWrapper.videoLabel": "Rich video message",
|
|
1492
1461
|
"creatives.containersV2.Login.header": "This is login container change !",
|
|
@@ -1641,162 +1610,7 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
1641
1610
|
"creatives.containersV2.MobilepushWrapper.image": "Image content",
|
|
1642
1611
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
1643
1612
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
1644
|
-
"creatives.containersV2.Rcs.addSmsCreative": "Add SMS creative",
|
|
1645
|
-
"creatives.containersV2.Rcs.buttonTextAndUrl": ", CTA button text & url",
|
|
1646
|
-
"creatives.containersV2.Rcs.disabledMediaTooltip": "Not yet enabled. Coming soon!",
|
|
1647
|
-
"creatives.containersV2.Rcs.dltEditHeader": "Edit SMS",
|
|
1648
|
-
"creatives.containersV2.Rcs.emptyTemplateDescErrorMessage": "Template message cannot be empty",
|
|
1649
|
-
"creatives.containersV2.Rcs.fallbackDesc": "We would suggest to add fallback SMS",
|
|
1650
|
-
"creatives.containersV2.Rcs.fallbackLabel": "Fallback SMS message",
|
|
1651
|
-
"creatives.containersV2.Rcs.fallbackMsgLenError": "Only 1 SMS (160 characters) allowed for fallback sms",
|
|
1652
|
-
"creatives.containersV2.Rcs.fallbackMsgPlaceholder": "Enter the text message content for fallback SMS",
|
|
1653
|
-
"creatives.containersV2.Rcs.fallbackPreviewtitle": "Preview of fallback SMS",
|
|
1654
|
-
"creatives.containersV2.Rcs.fallbackTextAreaLabel": "SMS message",
|
|
1655
|
-
"creatives.containersV2.Rcs.fallbackToolTip": "This is to deliver an RCS message as an SMS message to end users whose phones do not support RCS",
|
|
1656
|
-
"creatives.containersV2.Rcs.image": "and image",
|
|
1657
|
-
"creatives.containersV2.Rcs.mediaImage": "Image",
|
|
1658
|
-
"creatives.containersV2.Rcs.mediaLabel": "Media",
|
|
1659
|
-
"creatives.containersV2.Rcs.mediaNone": "None",
|
|
1660
|
-
"creatives.containersV2.Rcs.mediaVideo": "Video/Slideshow",
|
|
1661
|
-
"creatives.containersV2.Rcs.optional": "(Optional)",
|
|
1662
|
-
"creatives.containersV2.Rcs.rcsCreateNotification": "RCS template created successfully",
|
|
1663
|
-
"creatives.containersV2.Rcs.rcsDltDesc": "Select any of the existing templates",
|
|
1664
|
-
"creatives.containersV2.Rcs.rcsDltTitle": "SMS creative templates",
|
|
1665
|
-
"creatives.containersV2.Rcs.rcsDoneBtnToolTip": "Please add template name {type} to proceed further",
|
|
1666
|
-
"creatives.containersV2.Rcs.rcsEditNotification": "RCS template updated successfully",
|
|
1667
|
-
"creatives.containersV2.Rcs.templateButton": "Buttons",
|
|
1668
|
-
"creatives.containersV2.Rcs.templateButtonDesc": "Use buttons to redirect user to respective link or quick response/ action.",
|
|
1669
|
-
"creatives.containersV2.Rcs.templateCTAButton": "Call to action",
|
|
1670
|
-
"creatives.containersV2.Rcs.templateCTAButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
1671
|
-
"creatives.containersV2.Rcs.templateDescLabel": "Text message",
|
|
1672
|
-
"creatives.containersV2.Rcs.templateDescLengthError": "Template message length cannot exceed 1000",
|
|
1673
|
-
"creatives.containersV2.Rcs.templateDescPlaceholder": "Enter the text message",
|
|
1674
|
-
"creatives.containersV2.Rcs.templateQRButton": "Quick reply",
|
|
1675
|
-
"creatives.containersV2.Rcs.templateQRButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
1676
|
-
"creatives.containersV2.Rcs.templateTitle": "Title",
|
|
1677
|
-
"creatives.containersV2.Rcs.templateTitlePlaceholder": "Enter title",
|
|
1678
|
-
"creatives.containersV2.Rcs.textMessage": "and text message",
|
|
1679
|
-
"creatives.containersV2.Rcs.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
1680
1613
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
1681
|
-
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
1682
|
-
"creatives.containersV2.Templates.all": "All",
|
|
1683
|
-
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
1684
|
-
"creatives.containersV2.Templates.areYouSureText": "Confirm delete template",
|
|
1685
|
-
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
1686
|
-
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
1687
|
-
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
1688
|
-
"creatives.containersV2.Templates.category": "Category",
|
|
1689
|
-
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
1690
|
-
"creatives.containersV2.Templates.clearAll": "Clear all",
|
|
1691
|
-
"creatives.containersV2.Templates.continue": "Continue",
|
|
1692
|
-
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
1693
|
-
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
1694
|
-
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
1695
|
-
"creatives.containersV2.Templates.createNewTemplateLink": "Create new template",
|
|
1696
|
-
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
1697
|
-
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
1698
|
-
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
1699
|
-
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
1700
|
-
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
1701
|
-
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
1702
|
-
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
1703
|
-
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
1704
|
-
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
1705
|
-
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
1706
|
-
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
1707
|
-
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
1708
|
-
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
1709
|
-
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
1710
|
-
"creatives.containersV2.Templates.editButton": "Edit",
|
|
1711
|
-
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
1712
|
-
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
1713
|
-
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
1714
|
-
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
1715
|
-
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
1716
|
-
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
1717
|
-
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
1718
|
-
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
1719
|
-
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
1720
|
-
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
1721
|
-
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
1722
|
-
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
1723
|
-
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
1724
|
-
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
1725
|
-
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
1726
|
-
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
1727
|
-
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
1728
|
-
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
1729
|
-
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
1730
|
-
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
1731
|
-
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
1732
|
-
"creatives.containersV2.Templates.newRCSTemplate": "New RCS {template}",
|
|
1733
|
-
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
1734
|
-
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
1735
|
-
"creatives.containersV2.Templates.newWhatsappTemplate": "Add new Whatsapp {template}",
|
|
1736
|
-
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
1737
|
-
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
1738
|
-
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
1739
|
-
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
1740
|
-
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
1741
|
-
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
1742
|
-
"creatives.containersV2.Templates.noAccountsPresentWhatsapp": "Whatsapp accounts are not setup for your brand",
|
|
1743
|
-
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesDesc": "Please try creating a new template, once it is approved by Whatsapp it will be available here",
|
|
1744
|
-
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesTitle": "Sorry, we couldn’t find any approved templates",
|
|
1745
|
-
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesDesc": "Please try searching with another term or apply different filter",
|
|
1746
|
-
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesTitle": "Sorry, we couldn’t find any matches",
|
|
1747
|
-
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
1748
|
-
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
1749
|
-
"creatives.containersV2.Templates.preview": "Preview",
|
|
1750
|
-
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
1751
|
-
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
1752
|
-
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
1753
|
-
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
1754
|
-
"creatives.containersV2.Templates.rcsDescIllustartion": "These templates can be reused when creating a new message content",
|
|
1755
|
-
"creatives.containersV2.Templates.rcsDltIllustrationDesc": "Please try creating a new DLT template in SMS section, once it is created, it will be available here",
|
|
1756
|
-
"creatives.containersV2.Templates.rcsDltIllustrationTitle": "Sorry, we couldn’t find any DLT templates",
|
|
1757
|
-
"creatives.containersV2.Templates.rcsTitleIllustartion": "Add new RCS creatives {template}",
|
|
1758
|
-
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
1759
|
-
"creatives.containersV2.Templates.searchText": "Search",
|
|
1760
|
-
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
1761
|
-
"creatives.containersV2.Templates.selectButton": "Select",
|
|
1762
|
-
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
1763
|
-
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
1764
|
-
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
1765
|
-
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
1766
|
-
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
1767
|
-
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
1768
|
-
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
1769
|
-
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
1770
|
-
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
1771
|
-
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
1772
|
-
"creatives.containersV2.Templates.status": "Status",
|
|
1773
|
-
"creatives.containersV2.Templates.template": "template",
|
|
1774
|
-
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you wish to delete this template?",
|
|
1775
|
-
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
1776
|
-
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
1777
|
-
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
1778
|
-
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
1779
|
-
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
1780
|
-
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
1781
|
-
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
1782
|
-
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
1783
|
-
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
1784
|
-
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
1785
|
-
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
1786
|
-
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
1787
|
-
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
1788
|
-
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
1789
|
-
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
1790
|
-
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
1791
|
-
"creatives.containersV2.Templates.whatsappAccount": "Whatsapp account",
|
|
1792
|
-
"creatives.containersV2.Templates.whatsappDescIllustration": "These templates can be reused when creating a
|
|
1793
|
-
new message content.",
|
|
1794
|
-
"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.",
|
|
1795
|
-
"creatives.containersV2.Templates.whatsappOnlyApprovedTemplates": "Only \\"Approved\\" templates are available here, as you can use those templates to create a message.",
|
|
1796
|
-
"creatives.containersV2.Templates.whatsappOverview": "Overview",
|
|
1797
|
-
"creatives.containersV2.Templates.whatsappTitleIllustration": "Add a new Whatsapp creative {template}",
|
|
1798
|
-
"creatives.containersV2.Templates.yesText": "Yes, delete",
|
|
1799
|
-
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
1800
1614
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
1801
1615
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
1802
1616
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -1865,8 +1679,6 @@ new message content.",
|
|
|
1865
1679
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
1866
1680
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
1867
1681
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
1868
|
-
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
1869
|
-
"creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
1870
1682
|
"creatives.containersV2.addLabels": "Add labels",
|
|
1871
1683
|
"creatives.containersV2.appName": "App Name",
|
|
1872
1684
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -1959,7 +1771,6 @@ new message content.",
|
|
|
1959
1771
|
"creatives.containersV2.richMedia.Create.wechatTitle": "Title",
|
|
1960
1772
|
"creatives.containersV2.richMedia.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
|
|
1961
1773
|
"creatives.containersV2.richMedia.Create.wrongUrl": "Enter correct URL",
|
|
1962
|
-
"creatives.containersV2.save": "Save",
|
|
1963
1774
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
1964
1775
|
"creatives.containersV2.signUp": "Sign Up",
|
|
1965
1776
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
@@ -2885,19 +2696,15 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
2885
2696
|
"app.components.CapVideoUpload.fileFormat": "Format: MP4",
|
|
2886
2697
|
"app.components.CapVideoUpload.imageReUpload": "Re upload",
|
|
2887
2698
|
"app.components.CapVideoUpload.or": "OR",
|
|
2888
|
-
"app.components.CapVideoUpload.selectFromComputer": "Select from computer",
|
|
2889
2699
|
"app.components.CapVideoUpload.textMessageAddLabel": "How do you want to upload the image?",
|
|
2890
2700
|
"app.components.CapVideoUpload.textMessageCreateNew": "Create new",
|
|
2891
2701
|
"app.components.CapVideoUpload.textMessageORLabel": "OR",
|
|
2892
2702
|
"app.components.CapVideoUpload.textMessageSelectTemplate": "Select template",
|
|
2703
|
+
"app.components.CapVideoUpload.uploadComputer": "Your computer",
|
|
2893
2704
|
"app.components.CapVideoUpload.videoIncorrectSize": "This file format/size is not supported.",
|
|
2894
2705
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
2895
2706
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
2896
|
-
"app.components.CapVideoUpload.whatsappErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
2897
|
-
"app.components.CapVideoUpload.whatsappFileFormat": "Format: MP4",
|
|
2898
2707
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
2899
|
-
"app.components.TemplatePreview.optoutCharactersTotal": "Includes optout tag ({optoutUrlLength} characters)",
|
|
2900
|
-
"app.components.TemplatePreview.whatsappMessageLength": "1 Message ({length} characters)",
|
|
2901
2708
|
"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.",
|
|
2902
2709
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
2903
2710
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
@@ -3026,28 +2833,18 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
3026
2833
|
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
3027
2834
|
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
3028
2835
|
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
3029
|
-
"creatives.componentsV2.CapDocumentUpload.docErrorDesc": "Please upload the document with allowed file extension and size",
|
|
3030
|
-
"creatives.componentsV2.CapDocumentUpload.docReUpload": "Reupload",
|
|
3031
|
-
"creatives.componentsV2.CapDocumentUpload.dragAndDrop": "Drag and drop document here",
|
|
3032
|
-
"creatives.componentsV2.CapDocumentUpload.format": "Format: {format}",
|
|
3033
|
-
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
3034
|
-
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
3035
|
-
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
3036
|
-
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
3037
2836
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
3038
2837
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
3039
2838
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
3040
2839
|
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
3041
|
-
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
3042
2840
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
2841
|
+
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
3043
2842
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
3044
2843
|
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
3045
2844
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
3046
2845
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
3047
2846
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
3048
2847
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
3049
|
-
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
3050
|
-
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
3051
2848
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
3052
2849
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
3053
2850
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -3133,21 +2930,8 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
3133
2930
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
3134
2931
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
3135
2932
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
3136
|
-
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
3137
|
-
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
3138
|
-
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
3139
2933
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
3140
|
-
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
3141
|
-
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
3142
|
-
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
3143
2934
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
3144
|
-
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
3145
|
-
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
3146
|
-
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
3147
|
-
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
3148
|
-
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
3149
|
-
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
3150
|
-
"creatives.componentsV2.TemplatePreview.videoPreviewTooltip": "This is just for preview purposes, video cannot be played here",
|
|
3151
2935
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
3152
2936
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
3153
2937
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -3158,7 +2942,6 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
3158
2942
|
"creatives.componentsV2.TopBar.logout": "Logout",
|
|
3159
2943
|
"creatives.componentsV2.TopBar.profile": "Profile",
|
|
3160
2944
|
"creatives.componentsV2.TopBar.settings": "Settings",
|
|
3161
|
-
"creatives.componentsV2.unbalanacedCurlyBraces": "Invalid label, please close all curly braces",
|
|
3162
2945
|
"creatives.componentsv2.MobilePushPreviewV2.header": "This is the MobilePushPreviewV2 component !",
|
|
3163
2946
|
"creatives.containers.Assets.Gallery.alphabetically": "Alphabetically",
|
|
3164
2947
|
"creatives.containers.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
|
|
@@ -3897,7 +3680,6 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
3897
3680
|
"creatives.containersV2.Creatives.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
3898
3681
|
"creatives.containersV2.Creatives.templateDeleteSuccess": "SMS template deleted successfully",
|
|
3899
3682
|
"creatives.containersV2.Creatives.templateDuplicateSuccess": "Template duplicated successfully",
|
|
3900
|
-
"creatives.containersV2.Creatives.templateNameEmpty": "Template name cannot be empty",
|
|
3901
3683
|
"creatives.containersV2.Creatives.templateSelection": "Template selection",
|
|
3902
3684
|
"creatives.containersV2.Creatives.textTemplate": "Text",
|
|
3903
3685
|
"creatives.containersV2.Creatives.unMapButton": "Unmap",
|
|
@@ -4035,7 +3817,6 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
4035
3817
|
"creatives.containersV2.Email.yes": "Yes",
|
|
4036
3818
|
"creatives.containersV2.EmailWrapper.createMode": "How do you want to create ?",
|
|
4037
3819
|
"creatives.containersV2.EmailWrapper.creativeName": "Creative name",
|
|
4038
|
-
"creatives.containersV2.EmailWrapper.emptyTemplateName": "Please enter template name.",
|
|
4039
3820
|
"creatives.containersV2.EmailWrapper.header": "This is EmailWrapper container !",
|
|
4040
3821
|
"creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "Please select another file with valid file format.",
|
|
4041
3822
|
"creatives.containersV2.EmailWrapper.invalidUploadFileError": "File cannot be uploaded.",
|
|
@@ -4197,8 +3978,7 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
4197
3978
|
"creatives.containersV2.LineImageCarousel.emptyTitleErrorMessage": "Template title can not be empty",
|
|
4198
3979
|
"creatives.containersV2.LineImageCarousel.enterTextActionTypeTitle": "Enter text",
|
|
4199
3980
|
"creatives.containersV2.LineImageCarousel.enterUriActionTypeTitle": "Enter url",
|
|
4200
|
-
"creatives.containersV2.LineImageCarousel.
|
|
4201
|
-
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
|
|
3981
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect Ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
|
|
4202
3982
|
"creatives.containersV2.LineImageCarousel.imageGallery": "Gallery",
|
|
4203
3983
|
"creatives.containersV2.LineImageCarousel.imageReUpload": "Re upload",
|
|
4204
3984
|
"creatives.containersV2.LineImageCarousel.inValidUrliErrorMessage": "Action content uri is not valid",
|
|
@@ -4314,12 +4094,12 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
4314
4094
|
"creatives.containersV2.LineWrapper.changeModalDescription": "The already added content for this card will be lost by changing the content tab.",
|
|
4315
4095
|
"creatives.containersV2.LineWrapper.changeModalLabel": "Do you still want to make the changes to content tab",
|
|
4316
4096
|
"creatives.containersV2.LineWrapper.changeModalTitle": "Changing content tab?",
|
|
4317
|
-
"creatives.containersV2.LineWrapper.flexLabel": "Card message",
|
|
4318
4097
|
"creatives.containersV2.LineWrapper.imageLabel": "Image",
|
|
4319
4098
|
"creatives.containersV2.LineWrapper.imagemapLabel": "Rich message",
|
|
4320
4099
|
"creatives.containersV2.LineWrapper.modalDiscardChangesButtonLabel": "No",
|
|
4321
4100
|
"creatives.containersV2.LineWrapper.modalSaveChangesButtonLabel": "Yes, change",
|
|
4322
4101
|
"creatives.containersV2.LineWrapper.stickerLabel": "Sticker",
|
|
4102
|
+
"creatives.containersV2.LineWrapper.templateLabel": "Card message",
|
|
4323
4103
|
"creatives.containersV2.LineWrapper.textLabel": "Text",
|
|
4324
4104
|
"creatives.containersV2.LineWrapper.videoLabel": "Rich video message",
|
|
4325
4105
|
"creatives.containersV2.Login.header": "This is login container change !",
|
|
@@ -4474,162 +4254,7 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
4474
4254
|
"creatives.containersV2.MobilepushWrapper.image": "Image content",
|
|
4475
4255
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
4476
4256
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
4477
|
-
"creatives.containersV2.Rcs.addSmsCreative": "Add SMS creative",
|
|
4478
|
-
"creatives.containersV2.Rcs.buttonTextAndUrl": ", CTA button text & url",
|
|
4479
|
-
"creatives.containersV2.Rcs.disabledMediaTooltip": "Not yet enabled. Coming soon!",
|
|
4480
|
-
"creatives.containersV2.Rcs.dltEditHeader": "Edit SMS",
|
|
4481
|
-
"creatives.containersV2.Rcs.emptyTemplateDescErrorMessage": "Template message cannot be empty",
|
|
4482
|
-
"creatives.containersV2.Rcs.fallbackDesc": "We would suggest to add fallback SMS",
|
|
4483
|
-
"creatives.containersV2.Rcs.fallbackLabel": "Fallback SMS message",
|
|
4484
|
-
"creatives.containersV2.Rcs.fallbackMsgLenError": "Only 1 SMS (160 characters) allowed for fallback sms",
|
|
4485
|
-
"creatives.containersV2.Rcs.fallbackMsgPlaceholder": "Enter the text message content for fallback SMS",
|
|
4486
|
-
"creatives.containersV2.Rcs.fallbackPreviewtitle": "Preview of fallback SMS",
|
|
4487
|
-
"creatives.containersV2.Rcs.fallbackTextAreaLabel": "SMS message",
|
|
4488
|
-
"creatives.containersV2.Rcs.fallbackToolTip": "This is to deliver an RCS message as an SMS message to end users whose phones do not support RCS",
|
|
4489
|
-
"creatives.containersV2.Rcs.image": "and image",
|
|
4490
|
-
"creatives.containersV2.Rcs.mediaImage": "Image",
|
|
4491
|
-
"creatives.containersV2.Rcs.mediaLabel": "Media",
|
|
4492
|
-
"creatives.containersV2.Rcs.mediaNone": "None",
|
|
4493
|
-
"creatives.containersV2.Rcs.mediaVideo": "Video/Slideshow",
|
|
4494
|
-
"creatives.containersV2.Rcs.optional": "(Optional)",
|
|
4495
|
-
"creatives.containersV2.Rcs.rcsCreateNotification": "RCS template created successfully",
|
|
4496
|
-
"creatives.containersV2.Rcs.rcsDltDesc": "Select any of the existing templates",
|
|
4497
|
-
"creatives.containersV2.Rcs.rcsDltTitle": "SMS creative templates",
|
|
4498
|
-
"creatives.containersV2.Rcs.rcsDoneBtnToolTip": "Please add template name {type} to proceed further",
|
|
4499
|
-
"creatives.containersV2.Rcs.rcsEditNotification": "RCS template updated successfully",
|
|
4500
|
-
"creatives.containersV2.Rcs.templateButton": "Buttons",
|
|
4501
|
-
"creatives.containersV2.Rcs.templateButtonDesc": "Use buttons to redirect user to respective link or quick response/ action.",
|
|
4502
|
-
"creatives.containersV2.Rcs.templateCTAButton": "Call to action",
|
|
4503
|
-
"creatives.containersV2.Rcs.templateCTAButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
4504
|
-
"creatives.containersV2.Rcs.templateDescLabel": "Text message",
|
|
4505
|
-
"creatives.containersV2.Rcs.templateDescLengthError": "Template message length cannot exceed 1000",
|
|
4506
|
-
"creatives.containersV2.Rcs.templateDescPlaceholder": "Enter the text message",
|
|
4507
|
-
"creatives.containersV2.Rcs.templateQRButton": "Quick reply",
|
|
4508
|
-
"creatives.containersV2.Rcs.templateQRButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
4509
|
-
"creatives.containersV2.Rcs.templateTitle": "Title",
|
|
4510
|
-
"creatives.containersV2.Rcs.templateTitlePlaceholder": "Enter title",
|
|
4511
|
-
"creatives.containersV2.Rcs.textMessage": "and text message",
|
|
4512
|
-
"creatives.containersV2.Rcs.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
4513
4257
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
4514
|
-
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
4515
|
-
"creatives.containersV2.Templates.all": "All",
|
|
4516
|
-
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
4517
|
-
"creatives.containersV2.Templates.areYouSureText": "Confirm delete template",
|
|
4518
|
-
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
4519
|
-
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
4520
|
-
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
4521
|
-
"creatives.containersV2.Templates.category": "Category",
|
|
4522
|
-
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
4523
|
-
"creatives.containersV2.Templates.clearAll": "Clear all",
|
|
4524
|
-
"creatives.containersV2.Templates.continue": "Continue",
|
|
4525
|
-
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
4526
|
-
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
4527
|
-
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
4528
|
-
"creatives.containersV2.Templates.createNewTemplateLink": "Create new template",
|
|
4529
|
-
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
4530
|
-
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
4531
|
-
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
4532
|
-
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
4533
|
-
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
4534
|
-
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
4535
|
-
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
4536
|
-
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
4537
|
-
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
4538
|
-
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
4539
|
-
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
4540
|
-
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
4541
|
-
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
4542
|
-
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
4543
|
-
"creatives.containersV2.Templates.editButton": "Edit",
|
|
4544
|
-
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
4545
|
-
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
4546
|
-
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
4547
|
-
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
4548
|
-
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
4549
|
-
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
4550
|
-
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
4551
|
-
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
4552
|
-
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
4553
|
-
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
4554
|
-
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
4555
|
-
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
4556
|
-
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
4557
|
-
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
4558
|
-
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
4559
|
-
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
4560
|
-
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
4561
|
-
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
4562
|
-
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
4563
|
-
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
4564
|
-
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
4565
|
-
"creatives.containersV2.Templates.newRCSTemplate": "New RCS {template}",
|
|
4566
|
-
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
4567
|
-
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
4568
|
-
"creatives.containersV2.Templates.newWhatsappTemplate": "Add new Whatsapp {template}",
|
|
4569
|
-
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
4570
|
-
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
4571
|
-
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
4572
|
-
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
4573
|
-
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
4574
|
-
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
4575
|
-
"creatives.containersV2.Templates.noAccountsPresentWhatsapp": "Whatsapp accounts are not setup for your brand",
|
|
4576
|
-
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesDesc": "Please try creating a new template, once it is approved by Whatsapp it will be available here",
|
|
4577
|
-
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesTitle": "Sorry, we couldn’t find any approved templates",
|
|
4578
|
-
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesDesc": "Please try searching with another term or apply different filter",
|
|
4579
|
-
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesTitle": "Sorry, we couldn’t find any matches",
|
|
4580
|
-
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
4581
|
-
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
4582
|
-
"creatives.containersV2.Templates.preview": "Preview",
|
|
4583
|
-
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
4584
|
-
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
4585
|
-
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
4586
|
-
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
4587
|
-
"creatives.containersV2.Templates.rcsDescIllustartion": "These templates can be reused when creating a new message content",
|
|
4588
|
-
"creatives.containersV2.Templates.rcsDltIllustrationDesc": "Please try creating a new DLT template in SMS section, once it is created, it will be available here",
|
|
4589
|
-
"creatives.containersV2.Templates.rcsDltIllustrationTitle": "Sorry, we couldn’t find any DLT templates",
|
|
4590
|
-
"creatives.containersV2.Templates.rcsTitleIllustartion": "Add new RCS creatives {template}",
|
|
4591
|
-
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
4592
|
-
"creatives.containersV2.Templates.searchText": "Search",
|
|
4593
|
-
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
4594
|
-
"creatives.containersV2.Templates.selectButton": "Select",
|
|
4595
|
-
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
4596
|
-
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
4597
|
-
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
4598
|
-
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
4599
|
-
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
4600
|
-
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
4601
|
-
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
4602
|
-
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
4603
|
-
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
4604
|
-
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
4605
|
-
"creatives.containersV2.Templates.status": "Status",
|
|
4606
|
-
"creatives.containersV2.Templates.template": "template",
|
|
4607
|
-
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you wish to delete this template?",
|
|
4608
|
-
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
4609
|
-
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
4610
|
-
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
4611
|
-
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
4612
|
-
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
4613
|
-
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
4614
|
-
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
4615
|
-
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
4616
|
-
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
4617
|
-
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
4618
|
-
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
4619
|
-
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
4620
|
-
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
4621
|
-
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
4622
|
-
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
4623
|
-
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
4624
|
-
"creatives.containersV2.Templates.whatsappAccount": "Whatsapp account",
|
|
4625
|
-
"creatives.containersV2.Templates.whatsappDescIllustration": "These templates can be reused when creating a
|
|
4626
|
-
new message content.",
|
|
4627
|
-
"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.",
|
|
4628
|
-
"creatives.containersV2.Templates.whatsappOnlyApprovedTemplates": "Only \\"Approved\\" templates are available here, as you can use those templates to create a message.",
|
|
4629
|
-
"creatives.containersV2.Templates.whatsappOverview": "Overview",
|
|
4630
|
-
"creatives.containersV2.Templates.whatsappTitleIllustration": "Add a new Whatsapp creative {template}",
|
|
4631
|
-
"creatives.containersV2.Templates.yesText": "Yes, delete",
|
|
4632
|
-
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
4633
4258
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
4634
4259
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
4635
4260
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -4698,8 +4323,6 @@ new message content.",
|
|
|
4698
4323
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
4699
4324
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
4700
4325
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
4701
|
-
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
4702
|
-
"creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
4703
4326
|
"creatives.containersV2.addLabels": "Add labels",
|
|
4704
4327
|
"creatives.containersV2.appName": "App Name",
|
|
4705
4328
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -4792,7 +4415,6 @@ new message content.",
|
|
|
4792
4415
|
"creatives.containersV2.richMedia.Create.wechatTitle": "Title",
|
|
4793
4416
|
"creatives.containersV2.richMedia.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
|
|
4794
4417
|
"creatives.containersV2.richMedia.Create.wrongUrl": "Enter correct URL",
|
|
4795
|
-
"creatives.containersV2.save": "Save",
|
|
4796
4418
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
4797
4419
|
"creatives.containersV2.signUp": "Sign Up",
|
|
4798
4420
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
@@ -5718,19 +5340,15 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
5718
5340
|
"app.components.CapVideoUpload.fileFormat": "Format: MP4",
|
|
5719
5341
|
"app.components.CapVideoUpload.imageReUpload": "Re upload",
|
|
5720
5342
|
"app.components.CapVideoUpload.or": "OR",
|
|
5721
|
-
"app.components.CapVideoUpload.selectFromComputer": "Select from computer",
|
|
5722
5343
|
"app.components.CapVideoUpload.textMessageAddLabel": "How do you want to upload the image?",
|
|
5723
5344
|
"app.components.CapVideoUpload.textMessageCreateNew": "Create new",
|
|
5724
5345
|
"app.components.CapVideoUpload.textMessageORLabel": "OR",
|
|
5725
5346
|
"app.components.CapVideoUpload.textMessageSelectTemplate": "Select template",
|
|
5347
|
+
"app.components.CapVideoUpload.uploadComputer": "Your computer",
|
|
5726
5348
|
"app.components.CapVideoUpload.videoIncorrectSize": "This file format/size is not supported.",
|
|
5727
5349
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
5728
5350
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
5729
|
-
"app.components.CapVideoUpload.whatsappErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
5730
|
-
"app.components.CapVideoUpload.whatsappFileFormat": "Format: MP4",
|
|
5731
5351
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
5732
|
-
"app.components.TemplatePreview.optoutCharactersTotal": "Includes optout tag ({optoutUrlLength} characters)",
|
|
5733
|
-
"app.components.TemplatePreview.whatsappMessageLength": "1 Message ({length} characters)",
|
|
5734
5352
|
"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.",
|
|
5735
5353
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
5736
5354
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
@@ -5859,28 +5477,18 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
5859
5477
|
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
5860
5478
|
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
5861
5479
|
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
5862
|
-
"creatives.componentsV2.CapDocumentUpload.docErrorDesc": "Please upload the document with allowed file extension and size",
|
|
5863
|
-
"creatives.componentsV2.CapDocumentUpload.docReUpload": "Reupload",
|
|
5864
|
-
"creatives.componentsV2.CapDocumentUpload.dragAndDrop": "Drag and drop document here",
|
|
5865
|
-
"creatives.componentsV2.CapDocumentUpload.format": "Format: {format}",
|
|
5866
|
-
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
5867
|
-
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
5868
|
-
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
5869
|
-
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
5870
5480
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
5871
5481
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
5872
5482
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
5873
5483
|
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
5874
|
-
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
5875
5484
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
5485
|
+
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
5876
5486
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
5877
5487
|
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
5878
5488
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
5879
5489
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
5880
5490
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
5881
5491
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
5882
|
-
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
5883
|
-
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
5884
5492
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
5885
5493
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
5886
5494
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -5966,21 +5574,8 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
5966
5574
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
5967
5575
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
5968
5576
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
5969
|
-
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
5970
|
-
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
5971
|
-
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
5972
5577
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
5973
|
-
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
5974
|
-
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
5975
|
-
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
5976
5578
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
5977
|
-
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
5978
|
-
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
5979
|
-
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
5980
|
-
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
5981
|
-
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
5982
|
-
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
5983
|
-
"creatives.componentsV2.TemplatePreview.videoPreviewTooltip": "This is just for preview purposes, video cannot be played here",
|
|
5984
5579
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
5985
5580
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
5986
5581
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -5991,7 +5586,6 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
5991
5586
|
"creatives.componentsV2.TopBar.logout": "Logout",
|
|
5992
5587
|
"creatives.componentsV2.TopBar.profile": "Profile",
|
|
5993
5588
|
"creatives.componentsV2.TopBar.settings": "Settings",
|
|
5994
|
-
"creatives.componentsV2.unbalanacedCurlyBraces": "Invalid label, please close all curly braces",
|
|
5995
5589
|
"creatives.componentsv2.MobilePushPreviewV2.header": "This is the MobilePushPreviewV2 component !",
|
|
5996
5590
|
"creatives.containers.Assets.Gallery.alphabetically": "Alphabetically",
|
|
5997
5591
|
"creatives.containers.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
|
|
@@ -6730,7 +6324,6 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
6730
6324
|
"creatives.containersV2.Creatives.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
6731
6325
|
"creatives.containersV2.Creatives.templateDeleteSuccess": "SMS template deleted successfully",
|
|
6732
6326
|
"creatives.containersV2.Creatives.templateDuplicateSuccess": "Template duplicated successfully",
|
|
6733
|
-
"creatives.containersV2.Creatives.templateNameEmpty": "Template name cannot be empty",
|
|
6734
6327
|
"creatives.containersV2.Creatives.templateSelection": "Template selection",
|
|
6735
6328
|
"creatives.containersV2.Creatives.textTemplate": "Text",
|
|
6736
6329
|
"creatives.containersV2.Creatives.unMapButton": "Unmap",
|
|
@@ -6868,7 +6461,6 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
6868
6461
|
"creatives.containersV2.Email.yes": "Yes",
|
|
6869
6462
|
"creatives.containersV2.EmailWrapper.createMode": "How do you want to create ?",
|
|
6870
6463
|
"creatives.containersV2.EmailWrapper.creativeName": "Creative name",
|
|
6871
|
-
"creatives.containersV2.EmailWrapper.emptyTemplateName": "Please enter template name.",
|
|
6872
6464
|
"creatives.containersV2.EmailWrapper.header": "This is EmailWrapper container !",
|
|
6873
6465
|
"creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "Please select another file with valid file format.",
|
|
6874
6466
|
"creatives.containersV2.EmailWrapper.invalidUploadFileError": "File cannot be uploaded.",
|
|
@@ -7030,8 +6622,7 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
7030
6622
|
"creatives.containersV2.LineImageCarousel.emptyTitleErrorMessage": "Template title can not be empty",
|
|
7031
6623
|
"creatives.containersV2.LineImageCarousel.enterTextActionTypeTitle": "Enter text",
|
|
7032
6624
|
"creatives.containersV2.LineImageCarousel.enterUriActionTypeTitle": "Enter url",
|
|
7033
|
-
"creatives.containersV2.LineImageCarousel.
|
|
7034
|
-
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
|
|
6625
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect Ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
|
|
7035
6626
|
"creatives.containersV2.LineImageCarousel.imageGallery": "Gallery",
|
|
7036
6627
|
"creatives.containersV2.LineImageCarousel.imageReUpload": "Re upload",
|
|
7037
6628
|
"creatives.containersV2.LineImageCarousel.inValidUrliErrorMessage": "Action content uri is not valid",
|
|
@@ -7147,12 +6738,12 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
7147
6738
|
"creatives.containersV2.LineWrapper.changeModalDescription": "The already added content for this card will be lost by changing the content tab.",
|
|
7148
6739
|
"creatives.containersV2.LineWrapper.changeModalLabel": "Do you still want to make the changes to content tab",
|
|
7149
6740
|
"creatives.containersV2.LineWrapper.changeModalTitle": "Changing content tab?",
|
|
7150
|
-
"creatives.containersV2.LineWrapper.flexLabel": "Card message",
|
|
7151
6741
|
"creatives.containersV2.LineWrapper.imageLabel": "Image",
|
|
7152
6742
|
"creatives.containersV2.LineWrapper.imagemapLabel": "Rich message",
|
|
7153
6743
|
"creatives.containersV2.LineWrapper.modalDiscardChangesButtonLabel": "No",
|
|
7154
6744
|
"creatives.containersV2.LineWrapper.modalSaveChangesButtonLabel": "Yes, change",
|
|
7155
6745
|
"creatives.containersV2.LineWrapper.stickerLabel": "Sticker",
|
|
6746
|
+
"creatives.containersV2.LineWrapper.templateLabel": "Card message",
|
|
7156
6747
|
"creatives.containersV2.LineWrapper.textLabel": "Text",
|
|
7157
6748
|
"creatives.containersV2.LineWrapper.videoLabel": "Rich video message",
|
|
7158
6749
|
"creatives.containersV2.Login.header": "This is login container change !",
|
|
@@ -7307,162 +6898,7 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
7307
6898
|
"creatives.containersV2.MobilepushWrapper.image": "Image content",
|
|
7308
6899
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
7309
6900
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
7310
|
-
"creatives.containersV2.Rcs.addSmsCreative": "Add SMS creative",
|
|
7311
|
-
"creatives.containersV2.Rcs.buttonTextAndUrl": ", CTA button text & url",
|
|
7312
|
-
"creatives.containersV2.Rcs.disabledMediaTooltip": "Not yet enabled. Coming soon!",
|
|
7313
|
-
"creatives.containersV2.Rcs.dltEditHeader": "Edit SMS",
|
|
7314
|
-
"creatives.containersV2.Rcs.emptyTemplateDescErrorMessage": "Template message cannot be empty",
|
|
7315
|
-
"creatives.containersV2.Rcs.fallbackDesc": "We would suggest to add fallback SMS",
|
|
7316
|
-
"creatives.containersV2.Rcs.fallbackLabel": "Fallback SMS message",
|
|
7317
|
-
"creatives.containersV2.Rcs.fallbackMsgLenError": "Only 1 SMS (160 characters) allowed for fallback sms",
|
|
7318
|
-
"creatives.containersV2.Rcs.fallbackMsgPlaceholder": "Enter the text message content for fallback SMS",
|
|
7319
|
-
"creatives.containersV2.Rcs.fallbackPreviewtitle": "Preview of fallback SMS",
|
|
7320
|
-
"creatives.containersV2.Rcs.fallbackTextAreaLabel": "SMS message",
|
|
7321
|
-
"creatives.containersV2.Rcs.fallbackToolTip": "This is to deliver an RCS message as an SMS message to end users whose phones do not support RCS",
|
|
7322
|
-
"creatives.containersV2.Rcs.image": "and image",
|
|
7323
|
-
"creatives.containersV2.Rcs.mediaImage": "Image",
|
|
7324
|
-
"creatives.containersV2.Rcs.mediaLabel": "Media",
|
|
7325
|
-
"creatives.containersV2.Rcs.mediaNone": "None",
|
|
7326
|
-
"creatives.containersV2.Rcs.mediaVideo": "Video/Slideshow",
|
|
7327
|
-
"creatives.containersV2.Rcs.optional": "(Optional)",
|
|
7328
|
-
"creatives.containersV2.Rcs.rcsCreateNotification": "RCS template created successfully",
|
|
7329
|
-
"creatives.containersV2.Rcs.rcsDltDesc": "Select any of the existing templates",
|
|
7330
|
-
"creatives.containersV2.Rcs.rcsDltTitle": "SMS creative templates",
|
|
7331
|
-
"creatives.containersV2.Rcs.rcsDoneBtnToolTip": "Please add template name {type} to proceed further",
|
|
7332
|
-
"creatives.containersV2.Rcs.rcsEditNotification": "RCS template updated successfully",
|
|
7333
|
-
"creatives.containersV2.Rcs.templateButton": "Buttons",
|
|
7334
|
-
"creatives.containersV2.Rcs.templateButtonDesc": "Use buttons to redirect user to respective link or quick response/ action.",
|
|
7335
|
-
"creatives.containersV2.Rcs.templateCTAButton": "Call to action",
|
|
7336
|
-
"creatives.containersV2.Rcs.templateCTAButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
7337
|
-
"creatives.containersV2.Rcs.templateDescLabel": "Text message",
|
|
7338
|
-
"creatives.containersV2.Rcs.templateDescLengthError": "Template message length cannot exceed 1000",
|
|
7339
|
-
"creatives.containersV2.Rcs.templateDescPlaceholder": "Enter the text message",
|
|
7340
|
-
"creatives.containersV2.Rcs.templateQRButton": "Quick reply",
|
|
7341
|
-
"creatives.containersV2.Rcs.templateQRButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
7342
|
-
"creatives.containersV2.Rcs.templateTitle": "Title",
|
|
7343
|
-
"creatives.containersV2.Rcs.templateTitlePlaceholder": "Enter title",
|
|
7344
|
-
"creatives.containersV2.Rcs.textMessage": "and text message",
|
|
7345
|
-
"creatives.containersV2.Rcs.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
7346
6901
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
7347
|
-
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
7348
|
-
"creatives.containersV2.Templates.all": "All",
|
|
7349
|
-
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
7350
|
-
"creatives.containersV2.Templates.areYouSureText": "Confirm delete template",
|
|
7351
|
-
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
7352
|
-
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
7353
|
-
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
7354
|
-
"creatives.containersV2.Templates.category": "Category",
|
|
7355
|
-
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
7356
|
-
"creatives.containersV2.Templates.clearAll": "Clear all",
|
|
7357
|
-
"creatives.containersV2.Templates.continue": "Continue",
|
|
7358
|
-
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
7359
|
-
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
7360
|
-
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
7361
|
-
"creatives.containersV2.Templates.createNewTemplateLink": "Create new template",
|
|
7362
|
-
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
7363
|
-
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
7364
|
-
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
7365
|
-
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
7366
|
-
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
7367
|
-
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
7368
|
-
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
7369
|
-
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
7370
|
-
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
7371
|
-
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
7372
|
-
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
7373
|
-
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
7374
|
-
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
7375
|
-
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
7376
|
-
"creatives.containersV2.Templates.editButton": "Edit",
|
|
7377
|
-
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
7378
|
-
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
7379
|
-
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
7380
|
-
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
7381
|
-
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
7382
|
-
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
7383
|
-
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
7384
|
-
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
7385
|
-
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
7386
|
-
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
7387
|
-
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
7388
|
-
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
7389
|
-
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
7390
|
-
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
7391
|
-
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
7392
|
-
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
7393
|
-
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
7394
|
-
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
7395
|
-
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
7396
|
-
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
7397
|
-
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
7398
|
-
"creatives.containersV2.Templates.newRCSTemplate": "New RCS {template}",
|
|
7399
|
-
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
7400
|
-
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
7401
|
-
"creatives.containersV2.Templates.newWhatsappTemplate": "Add new Whatsapp {template}",
|
|
7402
|
-
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
7403
|
-
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
7404
|
-
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
7405
|
-
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
7406
|
-
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
7407
|
-
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
7408
|
-
"creatives.containersV2.Templates.noAccountsPresentWhatsapp": "Whatsapp accounts are not setup for your brand",
|
|
7409
|
-
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesDesc": "Please try creating a new template, once it is approved by Whatsapp it will be available here",
|
|
7410
|
-
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesTitle": "Sorry, we couldn’t find any approved templates",
|
|
7411
|
-
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesDesc": "Please try searching with another term or apply different filter",
|
|
7412
|
-
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesTitle": "Sorry, we couldn’t find any matches",
|
|
7413
|
-
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
7414
|
-
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
7415
|
-
"creatives.containersV2.Templates.preview": "Preview",
|
|
7416
|
-
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
7417
|
-
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
7418
|
-
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
7419
|
-
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
7420
|
-
"creatives.containersV2.Templates.rcsDescIllustartion": "These templates can be reused when creating a new message content",
|
|
7421
|
-
"creatives.containersV2.Templates.rcsDltIllustrationDesc": "Please try creating a new DLT template in SMS section, once it is created, it will be available here",
|
|
7422
|
-
"creatives.containersV2.Templates.rcsDltIllustrationTitle": "Sorry, we couldn’t find any DLT templates",
|
|
7423
|
-
"creatives.containersV2.Templates.rcsTitleIllustartion": "Add new RCS creatives {template}",
|
|
7424
|
-
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
7425
|
-
"creatives.containersV2.Templates.searchText": "Search",
|
|
7426
|
-
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
7427
|
-
"creatives.containersV2.Templates.selectButton": "Select",
|
|
7428
|
-
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
7429
|
-
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
7430
|
-
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
7431
|
-
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
7432
|
-
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
7433
|
-
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
7434
|
-
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
7435
|
-
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
7436
|
-
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
7437
|
-
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
7438
|
-
"creatives.containersV2.Templates.status": "Status",
|
|
7439
|
-
"creatives.containersV2.Templates.template": "template",
|
|
7440
|
-
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you wish to delete this template?",
|
|
7441
|
-
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
7442
|
-
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
7443
|
-
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
7444
|
-
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
7445
|
-
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
7446
|
-
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
7447
|
-
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
7448
|
-
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
7449
|
-
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
7450
|
-
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
7451
|
-
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
7452
|
-
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
7453
|
-
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
7454
|
-
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
7455
|
-
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
7456
|
-
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
7457
|
-
"creatives.containersV2.Templates.whatsappAccount": "Whatsapp account",
|
|
7458
|
-
"creatives.containersV2.Templates.whatsappDescIllustration": "These templates can be reused when creating a
|
|
7459
|
-
new message content.",
|
|
7460
|
-
"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.",
|
|
7461
|
-
"creatives.containersV2.Templates.whatsappOnlyApprovedTemplates": "Only \\"Approved\\" templates are available here, as you can use those templates to create a message.",
|
|
7462
|
-
"creatives.containersV2.Templates.whatsappOverview": "Overview",
|
|
7463
|
-
"creatives.containersV2.Templates.whatsappTitleIllustration": "Add a new Whatsapp creative {template}",
|
|
7464
|
-
"creatives.containersV2.Templates.yesText": "Yes, delete",
|
|
7465
|
-
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
7466
6902
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
7467
6903
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
7468
6904
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -7531,8 +6967,6 @@ new message content.",
|
|
|
7531
6967
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
7532
6968
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
7533
6969
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
7534
|
-
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
7535
|
-
"creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
7536
6970
|
"creatives.containersV2.addLabels": "Add labels",
|
|
7537
6971
|
"creatives.containersV2.appName": "App Name",
|
|
7538
6972
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -7625,7 +7059,6 @@ new message content.",
|
|
|
7625
7059
|
"creatives.containersV2.richMedia.Create.wechatTitle": "Title",
|
|
7626
7060
|
"creatives.containersV2.richMedia.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
|
|
7627
7061
|
"creatives.containersV2.richMedia.Create.wrongUrl": "Enter correct URL",
|
|
7628
|
-
"creatives.containersV2.save": "Save",
|
|
7629
7062
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
7630
7063
|
"creatives.containersV2.signUp": "Sign Up",
|
|
7631
7064
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
@@ -8544,19 +7977,15 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
8544
7977
|
"app.components.CapVideoUpload.fileFormat": "Format: MP4",
|
|
8545
7978
|
"app.components.CapVideoUpload.imageReUpload": "Re upload",
|
|
8546
7979
|
"app.components.CapVideoUpload.or": "OR",
|
|
8547
|
-
"app.components.CapVideoUpload.selectFromComputer": "Select from computer",
|
|
8548
7980
|
"app.components.CapVideoUpload.textMessageAddLabel": "How do you want to upload the image?",
|
|
8549
7981
|
"app.components.CapVideoUpload.textMessageCreateNew": "Create new",
|
|
8550
7982
|
"app.components.CapVideoUpload.textMessageORLabel": "OR",
|
|
8551
7983
|
"app.components.CapVideoUpload.textMessageSelectTemplate": "Select template",
|
|
7984
|
+
"app.components.CapVideoUpload.uploadComputer": "Your computer",
|
|
8552
7985
|
"app.components.CapVideoUpload.videoIncorrectSize": "This file format/size is not supported.",
|
|
8553
7986
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
8554
7987
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
8555
|
-
"app.components.CapVideoUpload.whatsappErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
8556
|
-
"app.components.CapVideoUpload.whatsappFileFormat": "Format: MP4",
|
|
8557
7988
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
8558
|
-
"app.components.TemplatePreview.optoutCharactersTotal": "Includes optout tag ({optoutUrlLength} characters)",
|
|
8559
|
-
"app.components.TemplatePreview.whatsappMessageLength": "1 Message ({length} characters)",
|
|
8560
7989
|
"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.",
|
|
8561
7990
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
8562
7991
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
@@ -8685,28 +8114,18 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
8685
8114
|
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
8686
8115
|
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
8687
8116
|
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
8688
|
-
"creatives.componentsV2.CapDocumentUpload.docErrorDesc": "Please upload the document with allowed file extension and size",
|
|
8689
|
-
"creatives.componentsV2.CapDocumentUpload.docReUpload": "Reupload",
|
|
8690
|
-
"creatives.componentsV2.CapDocumentUpload.dragAndDrop": "Drag and drop document here",
|
|
8691
|
-
"creatives.componentsV2.CapDocumentUpload.format": "Format: {format}",
|
|
8692
|
-
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
8693
|
-
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
8694
|
-
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
8695
|
-
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
8696
8117
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
8697
8118
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
8698
8119
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
8699
8120
|
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
8700
|
-
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
8701
8121
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
8122
|
+
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
8702
8123
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
8703
8124
|
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
8704
8125
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
8705
8126
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
8706
8127
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
8707
8128
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
8708
|
-
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
8709
|
-
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
8710
8129
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
8711
8130
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
8712
8131
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -8792,21 +8211,8 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
8792
8211
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
8793
8212
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
8794
8213
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
8795
|
-
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
8796
|
-
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
8797
|
-
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
8798
8214
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
8799
|
-
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
8800
|
-
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
8801
|
-
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
8802
8215
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
8803
|
-
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
8804
|
-
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
8805
|
-
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
8806
|
-
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
8807
|
-
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
8808
|
-
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
8809
|
-
"creatives.componentsV2.TemplatePreview.videoPreviewTooltip": "This is just for preview purposes, video cannot be played here",
|
|
8810
8216
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
8811
8217
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
8812
8218
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -8817,7 +8223,6 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
8817
8223
|
"creatives.componentsV2.TopBar.logout": "Logout",
|
|
8818
8224
|
"creatives.componentsV2.TopBar.profile": "Profile",
|
|
8819
8225
|
"creatives.componentsV2.TopBar.settings": "Settings",
|
|
8820
|
-
"creatives.componentsV2.unbalanacedCurlyBraces": "Invalid label, please close all curly braces",
|
|
8821
8226
|
"creatives.componentsv2.MobilePushPreviewV2.header": "This is the MobilePushPreviewV2 component !",
|
|
8822
8227
|
"creatives.containers.Assets.Gallery.alphabetically": "Alphabetically",
|
|
8823
8228
|
"creatives.containers.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
|
|
@@ -9556,7 +8961,6 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
9556
8961
|
"creatives.containersV2.Creatives.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
9557
8962
|
"creatives.containersV2.Creatives.templateDeleteSuccess": "SMS template deleted successfully",
|
|
9558
8963
|
"creatives.containersV2.Creatives.templateDuplicateSuccess": "Template duplicated successfully",
|
|
9559
|
-
"creatives.containersV2.Creatives.templateNameEmpty": "Template name cannot be empty",
|
|
9560
8964
|
"creatives.containersV2.Creatives.templateSelection": "Template selection",
|
|
9561
8965
|
"creatives.containersV2.Creatives.textTemplate": "Text",
|
|
9562
8966
|
"creatives.containersV2.Creatives.unMapButton": "Unmap",
|
|
@@ -9694,7 +9098,6 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
9694
9098
|
"creatives.containersV2.Email.yes": "Yes",
|
|
9695
9099
|
"creatives.containersV2.EmailWrapper.createMode": "How do you want to create ?",
|
|
9696
9100
|
"creatives.containersV2.EmailWrapper.creativeName": "Creative name",
|
|
9697
|
-
"creatives.containersV2.EmailWrapper.emptyTemplateName": "Please enter template name.",
|
|
9698
9101
|
"creatives.containersV2.EmailWrapper.header": "This is EmailWrapper container !",
|
|
9699
9102
|
"creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "Please select another file with valid file format.",
|
|
9700
9103
|
"creatives.containersV2.EmailWrapper.invalidUploadFileError": "File cannot be uploaded.",
|
|
@@ -9856,8 +9259,7 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
9856
9259
|
"creatives.containersV2.LineImageCarousel.emptyTitleErrorMessage": "Template title can not be empty",
|
|
9857
9260
|
"creatives.containersV2.LineImageCarousel.enterTextActionTypeTitle": "Enter text",
|
|
9858
9261
|
"creatives.containersV2.LineImageCarousel.enterUriActionTypeTitle": "Enter url",
|
|
9859
|
-
"creatives.containersV2.LineImageCarousel.
|
|
9860
|
-
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
|
|
9262
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect Ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
|
|
9861
9263
|
"creatives.containersV2.LineImageCarousel.imageGallery": "Gallery",
|
|
9862
9264
|
"creatives.containersV2.LineImageCarousel.imageReUpload": "Re upload",
|
|
9863
9265
|
"creatives.containersV2.LineImageCarousel.inValidUrliErrorMessage": "Action content uri is not valid",
|
|
@@ -9973,12 +9375,12 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
9973
9375
|
"creatives.containersV2.LineWrapper.changeModalDescription": "The already added content for this card will be lost by changing the content tab.",
|
|
9974
9376
|
"creatives.containersV2.LineWrapper.changeModalLabel": "Do you still want to make the changes to content tab",
|
|
9975
9377
|
"creatives.containersV2.LineWrapper.changeModalTitle": "Changing content tab?",
|
|
9976
|
-
"creatives.containersV2.LineWrapper.flexLabel": "Card message",
|
|
9977
9378
|
"creatives.containersV2.LineWrapper.imageLabel": "Image",
|
|
9978
9379
|
"creatives.containersV2.LineWrapper.imagemapLabel": "Rich message",
|
|
9979
9380
|
"creatives.containersV2.LineWrapper.modalDiscardChangesButtonLabel": "No",
|
|
9980
9381
|
"creatives.containersV2.LineWrapper.modalSaveChangesButtonLabel": "Yes, change",
|
|
9981
9382
|
"creatives.containersV2.LineWrapper.stickerLabel": "Sticker",
|
|
9383
|
+
"creatives.containersV2.LineWrapper.templateLabel": "Card message",
|
|
9982
9384
|
"creatives.containersV2.LineWrapper.textLabel": "Text",
|
|
9983
9385
|
"creatives.containersV2.LineWrapper.videoLabel": "Rich video message",
|
|
9984
9386
|
"creatives.containersV2.Login.header": "This is login container change !",
|
|
@@ -10133,162 +9535,7 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
10133
9535
|
"creatives.containersV2.MobilepushWrapper.image": "Image content",
|
|
10134
9536
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
10135
9537
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
10136
|
-
"creatives.containersV2.Rcs.addSmsCreative": "Add SMS creative",
|
|
10137
|
-
"creatives.containersV2.Rcs.buttonTextAndUrl": ", CTA button text & url",
|
|
10138
|
-
"creatives.containersV2.Rcs.disabledMediaTooltip": "Not yet enabled. Coming soon!",
|
|
10139
|
-
"creatives.containersV2.Rcs.dltEditHeader": "Edit SMS",
|
|
10140
|
-
"creatives.containersV2.Rcs.emptyTemplateDescErrorMessage": "Template message cannot be empty",
|
|
10141
|
-
"creatives.containersV2.Rcs.fallbackDesc": "We would suggest to add fallback SMS",
|
|
10142
|
-
"creatives.containersV2.Rcs.fallbackLabel": "Fallback SMS message",
|
|
10143
|
-
"creatives.containersV2.Rcs.fallbackMsgLenError": "Only 1 SMS (160 characters) allowed for fallback sms",
|
|
10144
|
-
"creatives.containersV2.Rcs.fallbackMsgPlaceholder": "Enter the text message content for fallback SMS",
|
|
10145
|
-
"creatives.containersV2.Rcs.fallbackPreviewtitle": "Preview of fallback SMS",
|
|
10146
|
-
"creatives.containersV2.Rcs.fallbackTextAreaLabel": "SMS message",
|
|
10147
|
-
"creatives.containersV2.Rcs.fallbackToolTip": "This is to deliver an RCS message as an SMS message to end users whose phones do not support RCS",
|
|
10148
|
-
"creatives.containersV2.Rcs.image": "and image",
|
|
10149
|
-
"creatives.containersV2.Rcs.mediaImage": "Image",
|
|
10150
|
-
"creatives.containersV2.Rcs.mediaLabel": "Media",
|
|
10151
|
-
"creatives.containersV2.Rcs.mediaNone": "None",
|
|
10152
|
-
"creatives.containersV2.Rcs.mediaVideo": "Video/Slideshow",
|
|
10153
|
-
"creatives.containersV2.Rcs.optional": "(Optional)",
|
|
10154
|
-
"creatives.containersV2.Rcs.rcsCreateNotification": "RCS template created successfully",
|
|
10155
|
-
"creatives.containersV2.Rcs.rcsDltDesc": "Select any of the existing templates",
|
|
10156
|
-
"creatives.containersV2.Rcs.rcsDltTitle": "SMS creative templates",
|
|
10157
|
-
"creatives.containersV2.Rcs.rcsDoneBtnToolTip": "Please add template name {type} to proceed further",
|
|
10158
|
-
"creatives.containersV2.Rcs.rcsEditNotification": "RCS template updated successfully",
|
|
10159
|
-
"creatives.containersV2.Rcs.templateButton": "Buttons",
|
|
10160
|
-
"creatives.containersV2.Rcs.templateButtonDesc": "Use buttons to redirect user to respective link or quick response/ action.",
|
|
10161
|
-
"creatives.containersV2.Rcs.templateCTAButton": "Call to action",
|
|
10162
|
-
"creatives.containersV2.Rcs.templateCTAButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
10163
|
-
"creatives.containersV2.Rcs.templateDescLabel": "Text message",
|
|
10164
|
-
"creatives.containersV2.Rcs.templateDescLengthError": "Template message length cannot exceed 1000",
|
|
10165
|
-
"creatives.containersV2.Rcs.templateDescPlaceholder": "Enter the text message",
|
|
10166
|
-
"creatives.containersV2.Rcs.templateQRButton": "Quick reply",
|
|
10167
|
-
"creatives.containersV2.Rcs.templateQRButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
10168
|
-
"creatives.containersV2.Rcs.templateTitle": "Title",
|
|
10169
|
-
"creatives.containersV2.Rcs.templateTitlePlaceholder": "Enter title",
|
|
10170
|
-
"creatives.containersV2.Rcs.textMessage": "and text message",
|
|
10171
|
-
"creatives.containersV2.Rcs.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
10172
9538
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
10173
|
-
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
10174
|
-
"creatives.containersV2.Templates.all": "All",
|
|
10175
|
-
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
10176
|
-
"creatives.containersV2.Templates.areYouSureText": "Confirm delete template",
|
|
10177
|
-
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
10178
|
-
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
10179
|
-
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
10180
|
-
"creatives.containersV2.Templates.category": "Category",
|
|
10181
|
-
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
10182
|
-
"creatives.containersV2.Templates.clearAll": "Clear all",
|
|
10183
|
-
"creatives.containersV2.Templates.continue": "Continue",
|
|
10184
|
-
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
10185
|
-
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
10186
|
-
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
10187
|
-
"creatives.containersV2.Templates.createNewTemplateLink": "Create new template",
|
|
10188
|
-
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
10189
|
-
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
10190
|
-
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
10191
|
-
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
10192
|
-
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
10193
|
-
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
10194
|
-
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
10195
|
-
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
10196
|
-
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
10197
|
-
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
10198
|
-
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
10199
|
-
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
10200
|
-
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
10201
|
-
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
10202
|
-
"creatives.containersV2.Templates.editButton": "Edit",
|
|
10203
|
-
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
10204
|
-
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
10205
|
-
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
10206
|
-
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
10207
|
-
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
10208
|
-
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
10209
|
-
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
10210
|
-
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
10211
|
-
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
10212
|
-
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
10213
|
-
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
10214
|
-
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
10215
|
-
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
10216
|
-
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
10217
|
-
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
10218
|
-
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
10219
|
-
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
10220
|
-
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
10221
|
-
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
10222
|
-
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
10223
|
-
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
10224
|
-
"creatives.containersV2.Templates.newRCSTemplate": "New RCS {template}",
|
|
10225
|
-
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
10226
|
-
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
10227
|
-
"creatives.containersV2.Templates.newWhatsappTemplate": "Add new Whatsapp {template}",
|
|
10228
|
-
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
10229
|
-
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
10230
|
-
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
10231
|
-
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
10232
|
-
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
10233
|
-
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
10234
|
-
"creatives.containersV2.Templates.noAccountsPresentWhatsapp": "Whatsapp accounts are not setup for your brand",
|
|
10235
|
-
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesDesc": "Please try creating a new template, once it is approved by Whatsapp it will be available here",
|
|
10236
|
-
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesTitle": "Sorry, we couldn’t find any approved templates",
|
|
10237
|
-
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesDesc": "Please try searching with another term or apply different filter",
|
|
10238
|
-
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesTitle": "Sorry, we couldn’t find any matches",
|
|
10239
|
-
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
10240
|
-
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
10241
|
-
"creatives.containersV2.Templates.preview": "Preview",
|
|
10242
|
-
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
10243
|
-
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
10244
|
-
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
10245
|
-
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
10246
|
-
"creatives.containersV2.Templates.rcsDescIllustartion": "These templates can be reused when creating a new message content",
|
|
10247
|
-
"creatives.containersV2.Templates.rcsDltIllustrationDesc": "Please try creating a new DLT template in SMS section, once it is created, it will be available here",
|
|
10248
|
-
"creatives.containersV2.Templates.rcsDltIllustrationTitle": "Sorry, we couldn’t find any DLT templates",
|
|
10249
|
-
"creatives.containersV2.Templates.rcsTitleIllustartion": "Add new RCS creatives {template}",
|
|
10250
|
-
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
10251
|
-
"creatives.containersV2.Templates.searchText": "Search",
|
|
10252
|
-
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
10253
|
-
"creatives.containersV2.Templates.selectButton": "Select",
|
|
10254
|
-
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
10255
|
-
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
10256
|
-
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
10257
|
-
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
10258
|
-
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
10259
|
-
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
10260
|
-
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
10261
|
-
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
10262
|
-
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
10263
|
-
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
10264
|
-
"creatives.containersV2.Templates.status": "Status",
|
|
10265
|
-
"creatives.containersV2.Templates.template": "template",
|
|
10266
|
-
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you wish to delete this template?",
|
|
10267
|
-
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
10268
|
-
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
10269
|
-
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
10270
|
-
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
10271
|
-
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
10272
|
-
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
10273
|
-
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
10274
|
-
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
10275
|
-
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
10276
|
-
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
10277
|
-
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
10278
|
-
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
10279
|
-
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
10280
|
-
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
10281
|
-
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
10282
|
-
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
10283
|
-
"creatives.containersV2.Templates.whatsappAccount": "Whatsapp account",
|
|
10284
|
-
"creatives.containersV2.Templates.whatsappDescIllustration": "These templates can be reused when creating a
|
|
10285
|
-
new message content.",
|
|
10286
|
-
"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.",
|
|
10287
|
-
"creatives.containersV2.Templates.whatsappOnlyApprovedTemplates": "Only \\"Approved\\" templates are available here, as you can use those templates to create a message.",
|
|
10288
|
-
"creatives.containersV2.Templates.whatsappOverview": "Overview",
|
|
10289
|
-
"creatives.containersV2.Templates.whatsappTitleIllustration": "Add a new Whatsapp creative {template}",
|
|
10290
|
-
"creatives.containersV2.Templates.yesText": "Yes, delete",
|
|
10291
|
-
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
10292
9539
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
10293
9540
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
10294
9541
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -10357,8 +9604,6 @@ new message content.",
|
|
|
10357
9604
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
10358
9605
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
10359
9606
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
10360
|
-
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
10361
|
-
"creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
10362
9607
|
"creatives.containersV2.addLabels": "Add labels",
|
|
10363
9608
|
"creatives.containersV2.appName": "App Name",
|
|
10364
9609
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -10451,7 +9696,6 @@ new message content.",
|
|
|
10451
9696
|
"creatives.containersV2.richMedia.Create.wechatTitle": "Title",
|
|
10452
9697
|
"creatives.containersV2.richMedia.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
|
|
10453
9698
|
"creatives.containersV2.richMedia.Create.wrongUrl": "Enter correct URL",
|
|
10454
|
-
"creatives.containersV2.save": "Save",
|
|
10455
9699
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
10456
9700
|
"creatives.containersV2.signUp": "Sign Up",
|
|
10457
9701
|
"creatives.containersV2.subscribe": "Subscribe",
|