@capillarytech/creatives-library 7.15.7 → 7.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/containers/Cap/tests/__snapshots__/index.test.js.snap +193 -4
- package/containers/LanguageProvider/index.js +2 -0
- package/containers/LanguageProvider/tests/index.test.js +1 -0
- package/i18n.js +11 -14
- package/package.json +1 -1
- package/translations/en.json +192 -4
- package/translations/ja-JP.json +2013 -0
- package/translations/zh.json +191 -3
- package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +193 -4
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +579 -12
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +386 -8
- package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +3281 -68
- package/v2Containers/Line/Container/tests/__snapshots__/index.test.js.snap +3474 -72
- package/v2Containers/Rcs/messages.js +1 -1
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +9133 -250
- package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +772 -16
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +1544 -32
- package/v2Containers/Templates/messages.js +2 -2
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +13703 -284
|
@@ -27,15 +27,19 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
27
27
|
"app.components.CapVideoUpload.fileFormat": "Format: MP4",
|
|
28
28
|
"app.components.CapVideoUpload.imageReUpload": "Re upload",
|
|
29
29
|
"app.components.CapVideoUpload.or": "OR",
|
|
30
|
+
"app.components.CapVideoUpload.selectFromComputer": "Select from computer",
|
|
30
31
|
"app.components.CapVideoUpload.textMessageAddLabel": "How do you want to upload the image?",
|
|
31
32
|
"app.components.CapVideoUpload.textMessageCreateNew": "Create new",
|
|
32
33
|
"app.components.CapVideoUpload.textMessageORLabel": "OR",
|
|
33
34
|
"app.components.CapVideoUpload.textMessageSelectTemplate": "Select template",
|
|
34
|
-
"app.components.CapVideoUpload.uploadComputer": "Your computer",
|
|
35
35
|
"app.components.CapVideoUpload.videoIncorrectSize": "This file format/size is not supported.",
|
|
36
36
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
37
37
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
38
|
+
"app.components.CapVideoUpload.whatsappErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
39
|
+
"app.components.CapVideoUpload.whatsappFileFormat": "Format: MP4",
|
|
38
40
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
41
|
+
"app.components.TemplatePreview.optoutCharactersTotal": "Includes optout tag ({optoutUrlLength} characters)",
|
|
42
|
+
"app.components.TemplatePreview.whatsappMessageLength": "1 Message ({length} characters)",
|
|
39
43
|
"app.v2containers.SmsTrai.Create.deferEdit": "It is highly recommended to use a file directly downloaded from the DLT portal. Editing the file may cause data to truncate unexpectedly.",
|
|
40
44
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
41
45
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
@@ -164,18 +168,28 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
164
168
|
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
165
169
|
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
166
170
|
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
171
|
+
"creatives.componentsV2.CapDocumentUpload.docErrorDesc": "Please upload the document with allowed file extension and size",
|
|
172
|
+
"creatives.componentsV2.CapDocumentUpload.docReUpload": "Reupload",
|
|
173
|
+
"creatives.componentsV2.CapDocumentUpload.dragAndDrop": "Drag and drop document here",
|
|
174
|
+
"creatives.componentsV2.CapDocumentUpload.format": "Format: {format}",
|
|
175
|
+
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
176
|
+
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
177
|
+
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
178
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
167
179
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
168
180
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
169
181
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
170
182
|
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
183
|
+
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
171
184
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
172
|
-
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
173
185
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
174
186
|
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
175
187
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
176
188
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
177
189
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
178
190
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
191
|
+
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
192
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
179
193
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
180
194
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
181
195
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -261,8 +275,21 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
261
275
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
262
276
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
263
277
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
278
|
+
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
279
|
+
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
280
|
+
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
264
281
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
282
|
+
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
283
|
+
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
284
|
+
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
265
285
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
286
|
+
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
287
|
+
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
288
|
+
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
289
|
+
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
290
|
+
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
291
|
+
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
292
|
+
"creatives.componentsV2.TemplatePreview.videoPreviewTooltip": "This is just for preview purposes, video cannot be played here",
|
|
266
293
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
267
294
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
268
295
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -273,6 +300,7 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
273
300
|
"creatives.componentsV2.TopBar.logout": "Logout",
|
|
274
301
|
"creatives.componentsV2.TopBar.profile": "Profile",
|
|
275
302
|
"creatives.componentsV2.TopBar.settings": "Settings",
|
|
303
|
+
"creatives.componentsV2.unbalanacedCurlyBraces": "Invalid label, please close all curly braces",
|
|
276
304
|
"creatives.componentsv2.MobilePushPreviewV2.header": "This is the MobilePushPreviewV2 component !",
|
|
277
305
|
"creatives.containers.Assets.Gallery.alphabetically": "Alphabetically",
|
|
278
306
|
"creatives.containers.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
|
|
@@ -1011,6 +1039,7 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
1011
1039
|
"creatives.containersV2.Creatives.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
1012
1040
|
"creatives.containersV2.Creatives.templateDeleteSuccess": "SMS template deleted successfully",
|
|
1013
1041
|
"creatives.containersV2.Creatives.templateDuplicateSuccess": "Template duplicated successfully",
|
|
1042
|
+
"creatives.containersV2.Creatives.templateNameEmpty": "Template name cannot be empty",
|
|
1014
1043
|
"creatives.containersV2.Creatives.templateSelection": "Template selection",
|
|
1015
1044
|
"creatives.containersV2.Creatives.textTemplate": "Text",
|
|
1016
1045
|
"creatives.containersV2.Creatives.unMapButton": "Unmap",
|
|
@@ -1148,6 +1177,7 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
1148
1177
|
"creatives.containersV2.Email.yes": "Yes",
|
|
1149
1178
|
"creatives.containersV2.EmailWrapper.createMode": "How do you want to create ?",
|
|
1150
1179
|
"creatives.containersV2.EmailWrapper.creativeName": "Creative name",
|
|
1180
|
+
"creatives.containersV2.EmailWrapper.emptyTemplateName": "Please enter template name.",
|
|
1151
1181
|
"creatives.containersV2.EmailWrapper.header": "This is EmailWrapper container !",
|
|
1152
1182
|
"creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "Please select another file with valid file format.",
|
|
1153
1183
|
"creatives.containersV2.EmailWrapper.invalidUploadFileError": "File cannot be uploaded.",
|
|
@@ -1309,7 +1339,8 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
1309
1339
|
"creatives.containersV2.LineImageCarousel.emptyTitleErrorMessage": "Template title can not be empty",
|
|
1310
1340
|
"creatives.containersV2.LineImageCarousel.enterTextActionTypeTitle": "Enter text",
|
|
1311
1341
|
"creatives.containersV2.LineImageCarousel.enterUriActionTypeTitle": "Enter url",
|
|
1312
|
-
"creatives.containersV2.LineImageCarousel.
|
|
1342
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDesc": "Format: JPEG, PNG Dimensions: 1024px x 1024px Size: 1 MB",
|
|
1343
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
|
|
1313
1344
|
"creatives.containersV2.LineImageCarousel.imageGallery": "Gallery",
|
|
1314
1345
|
"creatives.containersV2.LineImageCarousel.imageReUpload": "Re upload",
|
|
1315
1346
|
"creatives.containersV2.LineImageCarousel.inValidUrliErrorMessage": "Action content uri is not valid",
|
|
@@ -1425,12 +1456,12 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
1425
1456
|
"creatives.containersV2.LineWrapper.changeModalDescription": "The already added content for this card will be lost by changing the content tab.",
|
|
1426
1457
|
"creatives.containersV2.LineWrapper.changeModalLabel": "Do you still want to make the changes to content tab",
|
|
1427
1458
|
"creatives.containersV2.LineWrapper.changeModalTitle": "Changing content tab?",
|
|
1459
|
+
"creatives.containersV2.LineWrapper.flexLabel": "Card message",
|
|
1428
1460
|
"creatives.containersV2.LineWrapper.imageLabel": "Image",
|
|
1429
1461
|
"creatives.containersV2.LineWrapper.imagemapLabel": "Rich message",
|
|
1430
1462
|
"creatives.containersV2.LineWrapper.modalDiscardChangesButtonLabel": "No",
|
|
1431
1463
|
"creatives.containersV2.LineWrapper.modalSaveChangesButtonLabel": "Yes, change",
|
|
1432
1464
|
"creatives.containersV2.LineWrapper.stickerLabel": "Sticker",
|
|
1433
|
-
"creatives.containersV2.LineWrapper.templateLabel": "Card message",
|
|
1434
1465
|
"creatives.containersV2.LineWrapper.textLabel": "Text",
|
|
1435
1466
|
"creatives.containersV2.LineWrapper.videoLabel": "Rich video message",
|
|
1436
1467
|
"creatives.containersV2.Login.header": "This is login container change !",
|
|
@@ -1585,7 +1616,162 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
1585
1616
|
"creatives.containersV2.MobilepushWrapper.image": "Image content",
|
|
1586
1617
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
1587
1618
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
1619
|
+
"creatives.containersV2.Rcs.addSmsCreative": "Add SMS creative",
|
|
1620
|
+
"creatives.containersV2.Rcs.buttonTextAndUrl": ", CTA button text & url",
|
|
1621
|
+
"creatives.containersV2.Rcs.disabledMediaTooltip": "Not yet enabled. Coming soon!",
|
|
1622
|
+
"creatives.containersV2.Rcs.dltEditHeader": "Edit SMS",
|
|
1623
|
+
"creatives.containersV2.Rcs.emptyTemplateDescErrorMessage": "Template message cannot be empty",
|
|
1624
|
+
"creatives.containersV2.Rcs.fallbackDesc": "We would suggest to add fallback SMS",
|
|
1625
|
+
"creatives.containersV2.Rcs.fallbackLabel": "Fallback SMS message",
|
|
1626
|
+
"creatives.containersV2.Rcs.fallbackMsgLenError": "Only 1 SMS (160 characters) allowed for fallback sms",
|
|
1627
|
+
"creatives.containersV2.Rcs.fallbackMsgPlaceholder": "Enter the text message content for fallback SMS",
|
|
1628
|
+
"creatives.containersV2.Rcs.fallbackPreviewtitle": "Preview of fallback SMS",
|
|
1629
|
+
"creatives.containersV2.Rcs.fallbackTextAreaLabel": "SMS message",
|
|
1630
|
+
"creatives.containersV2.Rcs.fallbackToolTip": "This is to deliver an RCS message as an SMS message to end users whose phones do not support RCS",
|
|
1631
|
+
"creatives.containersV2.Rcs.image": "and image",
|
|
1632
|
+
"creatives.containersV2.Rcs.mediaImage": "Image",
|
|
1633
|
+
"creatives.containersV2.Rcs.mediaLabel": "Media",
|
|
1634
|
+
"creatives.containersV2.Rcs.mediaNone": "None",
|
|
1635
|
+
"creatives.containersV2.Rcs.mediaVideo": "Video/Slideshow",
|
|
1636
|
+
"creatives.containersV2.Rcs.optional": "(Optional)",
|
|
1637
|
+
"creatives.containersV2.Rcs.rcsCreateNotification": "RCS template created successfully",
|
|
1638
|
+
"creatives.containersV2.Rcs.rcsDltDesc": "Select any of the existing templates",
|
|
1639
|
+
"creatives.containersV2.Rcs.rcsDltTitle": "SMS creative templates",
|
|
1640
|
+
"creatives.containersV2.Rcs.rcsDoneBtnToolTip": "Please add template name {type} to proceed further",
|
|
1641
|
+
"creatives.containersV2.Rcs.rcsEditNotification": "RCS template updated successfully",
|
|
1642
|
+
"creatives.containersV2.Rcs.templateButton": "Buttons",
|
|
1643
|
+
"creatives.containersV2.Rcs.templateButtonDesc": "Use buttons to redirect user to respective link or quick response/ action.",
|
|
1644
|
+
"creatives.containersV2.Rcs.templateCTAButton": "Call to action",
|
|
1645
|
+
"creatives.containersV2.Rcs.templateCTAButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
1646
|
+
"creatives.containersV2.Rcs.templateDescLabel": "Text message",
|
|
1647
|
+
"creatives.containersV2.Rcs.templateDescLengthError": "Template message length cannot exceed 1000",
|
|
1648
|
+
"creatives.containersV2.Rcs.templateDescPlaceholder": "Enter the text message",
|
|
1649
|
+
"creatives.containersV2.Rcs.templateQRButton": "Quick reply",
|
|
1650
|
+
"creatives.containersV2.Rcs.templateQRButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
1651
|
+
"creatives.containersV2.Rcs.templateTitle": "Title",
|
|
1652
|
+
"creatives.containersV2.Rcs.templateTitlePlaceholder": "Enter title",
|
|
1653
|
+
"creatives.containersV2.Rcs.textMessage": "and text message",
|
|
1654
|
+
"creatives.containersV2.Rcs.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
1588
1655
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
1656
|
+
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
1657
|
+
"creatives.containersV2.Templates.all": "All",
|
|
1658
|
+
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
1659
|
+
"creatives.containersV2.Templates.areYouSureText": "Confirm delete template",
|
|
1660
|
+
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
1661
|
+
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
1662
|
+
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
1663
|
+
"creatives.containersV2.Templates.category": "Category",
|
|
1664
|
+
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
1665
|
+
"creatives.containersV2.Templates.clearAll": "Clear all",
|
|
1666
|
+
"creatives.containersV2.Templates.continue": "Continue",
|
|
1667
|
+
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
1668
|
+
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
1669
|
+
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
1670
|
+
"creatives.containersV2.Templates.createNewTemplateLink": "Create new template",
|
|
1671
|
+
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
1672
|
+
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
1673
|
+
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
1674
|
+
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
1675
|
+
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
1676
|
+
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
1677
|
+
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
1678
|
+
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
1679
|
+
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
1680
|
+
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
1681
|
+
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
1682
|
+
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
1683
|
+
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
1684
|
+
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
1685
|
+
"creatives.containersV2.Templates.editButton": "Edit",
|
|
1686
|
+
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
1687
|
+
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
1688
|
+
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
1689
|
+
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
1690
|
+
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
1691
|
+
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
1692
|
+
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
1693
|
+
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
1694
|
+
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
1695
|
+
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
1696
|
+
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
1697
|
+
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
1698
|
+
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
1699
|
+
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
1700
|
+
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
1701
|
+
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
1702
|
+
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
1703
|
+
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
1704
|
+
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
1705
|
+
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
1706
|
+
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
1707
|
+
"creatives.containersV2.Templates.newRCSTemplate": "New RCS {template}",
|
|
1708
|
+
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
1709
|
+
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
1710
|
+
"creatives.containersV2.Templates.newWhatsappTemplate": "Add new Whatsapp {template}",
|
|
1711
|
+
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
1712
|
+
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
1713
|
+
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
1714
|
+
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
1715
|
+
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
1716
|
+
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
1717
|
+
"creatives.containersV2.Templates.noAccountsPresentWhatsapp": "Whatsapp accounts are not setup for your brand",
|
|
1718
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesDesc": "Please try creating a new template, once it is approved by Whatsapp it will be available here",
|
|
1719
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesTitle": "Sorry, we couldn’t find any approved templates",
|
|
1720
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesDesc": "Please try searching with another term or apply different filter",
|
|
1721
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesTitle": "Sorry, we couldn’t find any matches",
|
|
1722
|
+
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
1723
|
+
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
1724
|
+
"creatives.containersV2.Templates.preview": "Preview",
|
|
1725
|
+
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
1726
|
+
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
1727
|
+
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
1728
|
+
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
1729
|
+
"creatives.containersV2.Templates.rcsDescIllustartion": "These templates can be reused when creating a new message content",
|
|
1730
|
+
"creatives.containersV2.Templates.rcsDltIllustrationDesc": "Please try creating a new DLT template in SMS section, once it is created, it will be available here",
|
|
1731
|
+
"creatives.containersV2.Templates.rcsDltIllustrationTitle": "Sorry, we couldn’t find any DLT templates",
|
|
1732
|
+
"creatives.containersV2.Templates.rcsTitleIllustartion": "Add new RCS creatives {template}",
|
|
1733
|
+
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
1734
|
+
"creatives.containersV2.Templates.searchText": "Search",
|
|
1735
|
+
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
1736
|
+
"creatives.containersV2.Templates.selectButton": "Select",
|
|
1737
|
+
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
1738
|
+
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
1739
|
+
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
1740
|
+
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
1741
|
+
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
1742
|
+
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
1743
|
+
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
1744
|
+
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
1745
|
+
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
1746
|
+
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
1747
|
+
"creatives.containersV2.Templates.status": "Status",
|
|
1748
|
+
"creatives.containersV2.Templates.template": "template",
|
|
1749
|
+
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you wish to delete this template?",
|
|
1750
|
+
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
1751
|
+
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
1752
|
+
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
1753
|
+
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
1754
|
+
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
1755
|
+
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
1756
|
+
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
1757
|
+
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
1758
|
+
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
1759
|
+
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
1760
|
+
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
1761
|
+
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
1762
|
+
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
1763
|
+
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
1764
|
+
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
1765
|
+
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
1766
|
+
"creatives.containersV2.Templates.whatsappAccount": "Whatsapp account",
|
|
1767
|
+
"creatives.containersV2.Templates.whatsappDescIllustration": "These templates can be reused when creating a
|
|
1768
|
+
new message content.",
|
|
1769
|
+
"creatives.containersV2.Templates.whatsappMaxTemplates": "WhatsApp allows {maxCount} approved templates. To accommodate new approved templates either delete the existing one or reach out to Capillary POC to increase the limit.",
|
|
1770
|
+
"creatives.containersV2.Templates.whatsappOnlyApprovedTemplates": "Only \\"Approved\\" templates are available here, as you can use those templates to create a message.",
|
|
1771
|
+
"creatives.containersV2.Templates.whatsappOverview": "Overview",
|
|
1772
|
+
"creatives.containersV2.Templates.whatsappTitleIllustration": "Add a new Whatsapp creative {template}",
|
|
1773
|
+
"creatives.containersV2.Templates.yesText": "Yes, delete",
|
|
1774
|
+
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
1589
1775
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
1590
1776
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
1591
1777
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -1654,6 +1840,8 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
1654
1840
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
1655
1841
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
1656
1842
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
1843
|
+
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
1844
|
+
"creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
1657
1845
|
"creatives.containersV2.addLabels": "Add labels",
|
|
1658
1846
|
"creatives.containersV2.appName": "App Name",
|
|
1659
1847
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -1746,6 +1934,7 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
1746
1934
|
"creatives.containersV2.richMedia.Create.wechatTitle": "Title",
|
|
1747
1935
|
"creatives.containersV2.richMedia.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
|
|
1748
1936
|
"creatives.containersV2.richMedia.Create.wrongUrl": "Enter correct URL",
|
|
1937
|
+
"creatives.containersV2.save": "Save",
|
|
1749
1938
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
1750
1939
|
"creatives.containersV2.signUp": "Sign Up",
|
|
1751
1940
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
@@ -4049,15 +4238,19 @@ FREE GIFTS-
|
|
|
4049
4238
|
"app.components.CapVideoUpload.fileFormat": "Format: MP4",
|
|
4050
4239
|
"app.components.CapVideoUpload.imageReUpload": "Re upload",
|
|
4051
4240
|
"app.components.CapVideoUpload.or": "OR",
|
|
4241
|
+
"app.components.CapVideoUpload.selectFromComputer": "Select from computer",
|
|
4052
4242
|
"app.components.CapVideoUpload.textMessageAddLabel": "How do you want to upload the image?",
|
|
4053
4243
|
"app.components.CapVideoUpload.textMessageCreateNew": "Create new",
|
|
4054
4244
|
"app.components.CapVideoUpload.textMessageORLabel": "OR",
|
|
4055
4245
|
"app.components.CapVideoUpload.textMessageSelectTemplate": "Select template",
|
|
4056
|
-
"app.components.CapVideoUpload.uploadComputer": "Your computer",
|
|
4057
4246
|
"app.components.CapVideoUpload.videoIncorrectSize": "This file format/size is not supported.",
|
|
4058
4247
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
4059
4248
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
4249
|
+
"app.components.CapVideoUpload.whatsappErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
4250
|
+
"app.components.CapVideoUpload.whatsappFileFormat": "Format: MP4",
|
|
4060
4251
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
4252
|
+
"app.components.TemplatePreview.optoutCharactersTotal": "Includes optout tag ({optoutUrlLength} characters)",
|
|
4253
|
+
"app.components.TemplatePreview.whatsappMessageLength": "1 Message ({length} characters)",
|
|
4061
4254
|
"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.",
|
|
4062
4255
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
4063
4256
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
@@ -4186,18 +4379,28 @@ FREE GIFTS-
|
|
|
4186
4379
|
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
4187
4380
|
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
4188
4381
|
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
4382
|
+
"creatives.componentsV2.CapDocumentUpload.docErrorDesc": "Please upload the document with allowed file extension and size",
|
|
4383
|
+
"creatives.componentsV2.CapDocumentUpload.docReUpload": "Reupload",
|
|
4384
|
+
"creatives.componentsV2.CapDocumentUpload.dragAndDrop": "Drag and drop document here",
|
|
4385
|
+
"creatives.componentsV2.CapDocumentUpload.format": "Format: {format}",
|
|
4386
|
+
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
4387
|
+
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
4388
|
+
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
4389
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
4189
4390
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
4190
4391
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
4191
4392
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
4192
4393
|
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
4394
|
+
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
4193
4395
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
4194
|
-
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
4195
4396
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
4196
4397
|
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
4197
4398
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
4198
4399
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
4199
4400
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
4200
4401
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
4402
|
+
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
4403
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
4201
4404
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
4202
4405
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
4203
4406
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -4283,8 +4486,21 @@ FREE GIFTS-
|
|
|
4283
4486
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
4284
4487
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
4285
4488
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
4489
|
+
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
4490
|
+
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
4491
|
+
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
4286
4492
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
4493
|
+
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
4494
|
+
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
4495
|
+
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
4287
4496
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
4497
|
+
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
4498
|
+
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
4499
|
+
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
4500
|
+
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
4501
|
+
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
4502
|
+
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
4503
|
+
"creatives.componentsV2.TemplatePreview.videoPreviewTooltip": "This is just for preview purposes, video cannot be played here",
|
|
4288
4504
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
4289
4505
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
4290
4506
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -4295,6 +4511,7 @@ FREE GIFTS-
|
|
|
4295
4511
|
"creatives.componentsV2.TopBar.logout": "Logout",
|
|
4296
4512
|
"creatives.componentsV2.TopBar.profile": "Profile",
|
|
4297
4513
|
"creatives.componentsV2.TopBar.settings": "Settings",
|
|
4514
|
+
"creatives.componentsV2.unbalanacedCurlyBraces": "Invalid label, please close all curly braces",
|
|
4298
4515
|
"creatives.componentsv2.MobilePushPreviewV2.header": "This is the MobilePushPreviewV2 component !",
|
|
4299
4516
|
"creatives.containers.Assets.Gallery.alphabetically": "Alphabetically",
|
|
4300
4517
|
"creatives.containers.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
|
|
@@ -5033,6 +5250,7 @@ FREE GIFTS-
|
|
|
5033
5250
|
"creatives.containersV2.Creatives.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
5034
5251
|
"creatives.containersV2.Creatives.templateDeleteSuccess": "SMS template deleted successfully",
|
|
5035
5252
|
"creatives.containersV2.Creatives.templateDuplicateSuccess": "Template duplicated successfully",
|
|
5253
|
+
"creatives.containersV2.Creatives.templateNameEmpty": "Template name cannot be empty",
|
|
5036
5254
|
"creatives.containersV2.Creatives.templateSelection": "Template selection",
|
|
5037
5255
|
"creatives.containersV2.Creatives.textTemplate": "Text",
|
|
5038
5256
|
"creatives.containersV2.Creatives.unMapButton": "Unmap",
|
|
@@ -5170,6 +5388,7 @@ FREE GIFTS-
|
|
|
5170
5388
|
"creatives.containersV2.Email.yes": "Yes",
|
|
5171
5389
|
"creatives.containersV2.EmailWrapper.createMode": "How do you want to create ?",
|
|
5172
5390
|
"creatives.containersV2.EmailWrapper.creativeName": "Creative name",
|
|
5391
|
+
"creatives.containersV2.EmailWrapper.emptyTemplateName": "Please enter template name.",
|
|
5173
5392
|
"creatives.containersV2.EmailWrapper.header": "This is EmailWrapper container !",
|
|
5174
5393
|
"creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "Please select another file with valid file format.",
|
|
5175
5394
|
"creatives.containersV2.EmailWrapper.invalidUploadFileError": "File cannot be uploaded.",
|
|
@@ -5331,7 +5550,8 @@ FREE GIFTS-
|
|
|
5331
5550
|
"creatives.containersV2.LineImageCarousel.emptyTitleErrorMessage": "Template title can not be empty",
|
|
5332
5551
|
"creatives.containersV2.LineImageCarousel.enterTextActionTypeTitle": "Enter text",
|
|
5333
5552
|
"creatives.containersV2.LineImageCarousel.enterUriActionTypeTitle": "Enter url",
|
|
5334
|
-
"creatives.containersV2.LineImageCarousel.
|
|
5553
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDesc": "Format: JPEG, PNG Dimensions: 1024px x 1024px Size: 1 MB",
|
|
5554
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
|
|
5335
5555
|
"creatives.containersV2.LineImageCarousel.imageGallery": "Gallery",
|
|
5336
5556
|
"creatives.containersV2.LineImageCarousel.imageReUpload": "Re upload",
|
|
5337
5557
|
"creatives.containersV2.LineImageCarousel.inValidUrliErrorMessage": "Action content uri is not valid",
|
|
@@ -5447,12 +5667,12 @@ FREE GIFTS-
|
|
|
5447
5667
|
"creatives.containersV2.LineWrapper.changeModalDescription": "The already added content for this card will be lost by changing the content tab.",
|
|
5448
5668
|
"creatives.containersV2.LineWrapper.changeModalLabel": "Do you still want to make the changes to content tab",
|
|
5449
5669
|
"creatives.containersV2.LineWrapper.changeModalTitle": "Changing content tab?",
|
|
5670
|
+
"creatives.containersV2.LineWrapper.flexLabel": "Card message",
|
|
5450
5671
|
"creatives.containersV2.LineWrapper.imageLabel": "Image",
|
|
5451
5672
|
"creatives.containersV2.LineWrapper.imagemapLabel": "Rich message",
|
|
5452
5673
|
"creatives.containersV2.LineWrapper.modalDiscardChangesButtonLabel": "No",
|
|
5453
5674
|
"creatives.containersV2.LineWrapper.modalSaveChangesButtonLabel": "Yes, change",
|
|
5454
5675
|
"creatives.containersV2.LineWrapper.stickerLabel": "Sticker",
|
|
5455
|
-
"creatives.containersV2.LineWrapper.templateLabel": "Card message",
|
|
5456
5676
|
"creatives.containersV2.LineWrapper.textLabel": "Text",
|
|
5457
5677
|
"creatives.containersV2.LineWrapper.videoLabel": "Rich video message",
|
|
5458
5678
|
"creatives.containersV2.Login.header": "This is login container change !",
|
|
@@ -5607,7 +5827,162 @@ FREE GIFTS-
|
|
|
5607
5827
|
"creatives.containersV2.MobilepushWrapper.image": "Image content",
|
|
5608
5828
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
5609
5829
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
5830
|
+
"creatives.containersV2.Rcs.addSmsCreative": "Add SMS creative",
|
|
5831
|
+
"creatives.containersV2.Rcs.buttonTextAndUrl": ", CTA button text & url",
|
|
5832
|
+
"creatives.containersV2.Rcs.disabledMediaTooltip": "Not yet enabled. Coming soon!",
|
|
5833
|
+
"creatives.containersV2.Rcs.dltEditHeader": "Edit SMS",
|
|
5834
|
+
"creatives.containersV2.Rcs.emptyTemplateDescErrorMessage": "Template message cannot be empty",
|
|
5835
|
+
"creatives.containersV2.Rcs.fallbackDesc": "We would suggest to add fallback SMS",
|
|
5836
|
+
"creatives.containersV2.Rcs.fallbackLabel": "Fallback SMS message",
|
|
5837
|
+
"creatives.containersV2.Rcs.fallbackMsgLenError": "Only 1 SMS (160 characters) allowed for fallback sms",
|
|
5838
|
+
"creatives.containersV2.Rcs.fallbackMsgPlaceholder": "Enter the text message content for fallback SMS",
|
|
5839
|
+
"creatives.containersV2.Rcs.fallbackPreviewtitle": "Preview of fallback SMS",
|
|
5840
|
+
"creatives.containersV2.Rcs.fallbackTextAreaLabel": "SMS message",
|
|
5841
|
+
"creatives.containersV2.Rcs.fallbackToolTip": "This is to deliver an RCS message as an SMS message to end users whose phones do not support RCS",
|
|
5842
|
+
"creatives.containersV2.Rcs.image": "and image",
|
|
5843
|
+
"creatives.containersV2.Rcs.mediaImage": "Image",
|
|
5844
|
+
"creatives.containersV2.Rcs.mediaLabel": "Media",
|
|
5845
|
+
"creatives.containersV2.Rcs.mediaNone": "None",
|
|
5846
|
+
"creatives.containersV2.Rcs.mediaVideo": "Video/Slideshow",
|
|
5847
|
+
"creatives.containersV2.Rcs.optional": "(Optional)",
|
|
5848
|
+
"creatives.containersV2.Rcs.rcsCreateNotification": "RCS template created successfully",
|
|
5849
|
+
"creatives.containersV2.Rcs.rcsDltDesc": "Select any of the existing templates",
|
|
5850
|
+
"creatives.containersV2.Rcs.rcsDltTitle": "SMS creative templates",
|
|
5851
|
+
"creatives.containersV2.Rcs.rcsDoneBtnToolTip": "Please add template name {type} to proceed further",
|
|
5852
|
+
"creatives.containersV2.Rcs.rcsEditNotification": "RCS template updated successfully",
|
|
5853
|
+
"creatives.containersV2.Rcs.templateButton": "Buttons",
|
|
5854
|
+
"creatives.containersV2.Rcs.templateButtonDesc": "Use buttons to redirect user to respective link or quick response/ action.",
|
|
5855
|
+
"creatives.containersV2.Rcs.templateCTAButton": "Call to action",
|
|
5856
|
+
"creatives.containersV2.Rcs.templateCTAButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
5857
|
+
"creatives.containersV2.Rcs.templateDescLabel": "Text message",
|
|
5858
|
+
"creatives.containersV2.Rcs.templateDescLengthError": "Template message length cannot exceed 1000",
|
|
5859
|
+
"creatives.containersV2.Rcs.templateDescPlaceholder": "Enter the text message",
|
|
5860
|
+
"creatives.containersV2.Rcs.templateQRButton": "Quick reply",
|
|
5861
|
+
"creatives.containersV2.Rcs.templateQRButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
5862
|
+
"creatives.containersV2.Rcs.templateTitle": "Title",
|
|
5863
|
+
"creatives.containersV2.Rcs.templateTitlePlaceholder": "Enter title",
|
|
5864
|
+
"creatives.containersV2.Rcs.textMessage": "and text message",
|
|
5865
|
+
"creatives.containersV2.Rcs.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
5610
5866
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
5867
|
+
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
5868
|
+
"creatives.containersV2.Templates.all": "All",
|
|
5869
|
+
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
5870
|
+
"creatives.containersV2.Templates.areYouSureText": "Confirm delete template",
|
|
5871
|
+
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
5872
|
+
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
5873
|
+
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
5874
|
+
"creatives.containersV2.Templates.category": "Category",
|
|
5875
|
+
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
5876
|
+
"creatives.containersV2.Templates.clearAll": "Clear all",
|
|
5877
|
+
"creatives.containersV2.Templates.continue": "Continue",
|
|
5878
|
+
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
5879
|
+
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
5880
|
+
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
5881
|
+
"creatives.containersV2.Templates.createNewTemplateLink": "Create new template",
|
|
5882
|
+
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
5883
|
+
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
5884
|
+
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
5885
|
+
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
5886
|
+
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
5887
|
+
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
5888
|
+
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
5889
|
+
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
5890
|
+
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
5891
|
+
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
5892
|
+
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
5893
|
+
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
5894
|
+
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
5895
|
+
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
5896
|
+
"creatives.containersV2.Templates.editButton": "Edit",
|
|
5897
|
+
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
5898
|
+
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
5899
|
+
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
5900
|
+
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
5901
|
+
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
5902
|
+
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
5903
|
+
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
5904
|
+
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
5905
|
+
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
5906
|
+
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
5907
|
+
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
5908
|
+
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
5909
|
+
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
5910
|
+
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
5911
|
+
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
5912
|
+
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
5913
|
+
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
5914
|
+
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
5915
|
+
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
5916
|
+
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
5917
|
+
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
5918
|
+
"creatives.containersV2.Templates.newRCSTemplate": "New RCS {template}",
|
|
5919
|
+
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
5920
|
+
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
5921
|
+
"creatives.containersV2.Templates.newWhatsappTemplate": "Add new Whatsapp {template}",
|
|
5922
|
+
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
5923
|
+
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
5924
|
+
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
5925
|
+
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
5926
|
+
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
5927
|
+
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
5928
|
+
"creatives.containersV2.Templates.noAccountsPresentWhatsapp": "Whatsapp accounts are not setup for your brand",
|
|
5929
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesDesc": "Please try creating a new template, once it is approved by Whatsapp it will be available here",
|
|
5930
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesTitle": "Sorry, we couldn’t find any approved templates",
|
|
5931
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesDesc": "Please try searching with another term or apply different filter",
|
|
5932
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesTitle": "Sorry, we couldn’t find any matches",
|
|
5933
|
+
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
5934
|
+
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
5935
|
+
"creatives.containersV2.Templates.preview": "Preview",
|
|
5936
|
+
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
5937
|
+
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
5938
|
+
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
5939
|
+
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
5940
|
+
"creatives.containersV2.Templates.rcsDescIllustartion": "These templates can be reused when creating a new message content",
|
|
5941
|
+
"creatives.containersV2.Templates.rcsDltIllustrationDesc": "Please try creating a new DLT template in SMS section, once it is created, it will be available here",
|
|
5942
|
+
"creatives.containersV2.Templates.rcsDltIllustrationTitle": "Sorry, we couldn’t find any DLT templates",
|
|
5943
|
+
"creatives.containersV2.Templates.rcsTitleIllustartion": "Add new RCS creatives {template}",
|
|
5944
|
+
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
5945
|
+
"creatives.containersV2.Templates.searchText": "Search",
|
|
5946
|
+
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
5947
|
+
"creatives.containersV2.Templates.selectButton": "Select",
|
|
5948
|
+
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
5949
|
+
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
5950
|
+
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
5951
|
+
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
5952
|
+
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
5953
|
+
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
5954
|
+
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
5955
|
+
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
5956
|
+
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
5957
|
+
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
5958
|
+
"creatives.containersV2.Templates.status": "Status",
|
|
5959
|
+
"creatives.containersV2.Templates.template": "template",
|
|
5960
|
+
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you wish to delete this template?",
|
|
5961
|
+
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
5962
|
+
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
5963
|
+
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
5964
|
+
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
5965
|
+
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
5966
|
+
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
5967
|
+
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
5968
|
+
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
5969
|
+
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
5970
|
+
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
5971
|
+
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
5972
|
+
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
5973
|
+
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
5974
|
+
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
5975
|
+
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
5976
|
+
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
5977
|
+
"creatives.containersV2.Templates.whatsappAccount": "Whatsapp account",
|
|
5978
|
+
"creatives.containersV2.Templates.whatsappDescIllustration": "These templates can be reused when creating a
|
|
5979
|
+
new message content.",
|
|
5980
|
+
"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.",
|
|
5981
|
+
"creatives.containersV2.Templates.whatsappOnlyApprovedTemplates": "Only \\"Approved\\" templates are available here, as you can use those templates to create a message.",
|
|
5982
|
+
"creatives.containersV2.Templates.whatsappOverview": "Overview",
|
|
5983
|
+
"creatives.containersV2.Templates.whatsappTitleIllustration": "Add a new Whatsapp creative {template}",
|
|
5984
|
+
"creatives.containersV2.Templates.yesText": "Yes, delete",
|
|
5985
|
+
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
5611
5986
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
5612
5987
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
5613
5988
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -5676,6 +6051,8 @@ FREE GIFTS-
|
|
|
5676
6051
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
5677
6052
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
5678
6053
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
6054
|
+
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
6055
|
+
"creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
5679
6056
|
"creatives.containersV2.addLabels": "Add labels",
|
|
5680
6057
|
"creatives.containersV2.appName": "App Name",
|
|
5681
6058
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -5768,6 +6145,7 @@ FREE GIFTS-
|
|
|
5768
6145
|
"creatives.containersV2.richMedia.Create.wechatTitle": "Title",
|
|
5769
6146
|
"creatives.containersV2.richMedia.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
|
|
5770
6147
|
"creatives.containersV2.richMedia.Create.wrongUrl": "Enter correct URL",
|
|
6148
|
+
"creatives.containersV2.save": "Save",
|
|
5771
6149
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
5772
6150
|
"creatives.containersV2.signUp": "Sign Up",
|
|
5773
6151
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
@@ -6722,15 +7100,19 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
6722
7100
|
"app.components.CapVideoUpload.fileFormat": "Format: MP4",
|
|
6723
7101
|
"app.components.CapVideoUpload.imageReUpload": "Re upload",
|
|
6724
7102
|
"app.components.CapVideoUpload.or": "OR",
|
|
7103
|
+
"app.components.CapVideoUpload.selectFromComputer": "Select from computer",
|
|
6725
7104
|
"app.components.CapVideoUpload.textMessageAddLabel": "How do you want to upload the image?",
|
|
6726
7105
|
"app.components.CapVideoUpload.textMessageCreateNew": "Create new",
|
|
6727
7106
|
"app.components.CapVideoUpload.textMessageORLabel": "OR",
|
|
6728
7107
|
"app.components.CapVideoUpload.textMessageSelectTemplate": "Select template",
|
|
6729
|
-
"app.components.CapVideoUpload.uploadComputer": "Your computer",
|
|
6730
7108
|
"app.components.CapVideoUpload.videoIncorrectSize": "This file format/size is not supported.",
|
|
6731
7109
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
6732
7110
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
7111
|
+
"app.components.CapVideoUpload.whatsappErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
7112
|
+
"app.components.CapVideoUpload.whatsappFileFormat": "Format: MP4",
|
|
6733
7113
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
7114
|
+
"app.components.TemplatePreview.optoutCharactersTotal": "Includes optout tag ({optoutUrlLength} characters)",
|
|
7115
|
+
"app.components.TemplatePreview.whatsappMessageLength": "1 Message ({length} characters)",
|
|
6734
7116
|
"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.",
|
|
6735
7117
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
6736
7118
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
@@ -6859,18 +7241,28 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
6859
7241
|
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
6860
7242
|
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
6861
7243
|
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
7244
|
+
"creatives.componentsV2.CapDocumentUpload.docErrorDesc": "Please upload the document with allowed file extension and size",
|
|
7245
|
+
"creatives.componentsV2.CapDocumentUpload.docReUpload": "Reupload",
|
|
7246
|
+
"creatives.componentsV2.CapDocumentUpload.dragAndDrop": "Drag and drop document here",
|
|
7247
|
+
"creatives.componentsV2.CapDocumentUpload.format": "Format: {format}",
|
|
7248
|
+
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
7249
|
+
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
7250
|
+
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
7251
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
6862
7252
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
6863
7253
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
6864
7254
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
6865
7255
|
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
7256
|
+
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
6866
7257
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
6867
|
-
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
6868
7258
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
6869
7259
|
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
6870
7260
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
6871
7261
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
6872
7262
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
6873
7263
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
7264
|
+
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
7265
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
6874
7266
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
6875
7267
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
6876
7268
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -6956,8 +7348,21 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
6956
7348
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
6957
7349
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
6958
7350
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
7351
|
+
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
7352
|
+
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
7353
|
+
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
6959
7354
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
7355
|
+
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
7356
|
+
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
7357
|
+
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
6960
7358
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
7359
|
+
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
7360
|
+
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
7361
|
+
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
7362
|
+
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
7363
|
+
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
7364
|
+
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
7365
|
+
"creatives.componentsV2.TemplatePreview.videoPreviewTooltip": "This is just for preview purposes, video cannot be played here",
|
|
6961
7366
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
6962
7367
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
6963
7368
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -6968,6 +7373,7 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
6968
7373
|
"creatives.componentsV2.TopBar.logout": "Logout",
|
|
6969
7374
|
"creatives.componentsV2.TopBar.profile": "Profile",
|
|
6970
7375
|
"creatives.componentsV2.TopBar.settings": "Settings",
|
|
7376
|
+
"creatives.componentsV2.unbalanacedCurlyBraces": "Invalid label, please close all curly braces",
|
|
6971
7377
|
"creatives.componentsv2.MobilePushPreviewV2.header": "This is the MobilePushPreviewV2 component !",
|
|
6972
7378
|
"creatives.containers.Assets.Gallery.alphabetically": "Alphabetically",
|
|
6973
7379
|
"creatives.containers.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
|
|
@@ -7706,6 +8112,7 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
7706
8112
|
"creatives.containersV2.Creatives.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
7707
8113
|
"creatives.containersV2.Creatives.templateDeleteSuccess": "SMS template deleted successfully",
|
|
7708
8114
|
"creatives.containersV2.Creatives.templateDuplicateSuccess": "Template duplicated successfully",
|
|
8115
|
+
"creatives.containersV2.Creatives.templateNameEmpty": "Template name cannot be empty",
|
|
7709
8116
|
"creatives.containersV2.Creatives.templateSelection": "Template selection",
|
|
7710
8117
|
"creatives.containersV2.Creatives.textTemplate": "Text",
|
|
7711
8118
|
"creatives.containersV2.Creatives.unMapButton": "Unmap",
|
|
@@ -7843,6 +8250,7 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
7843
8250
|
"creatives.containersV2.Email.yes": "Yes",
|
|
7844
8251
|
"creatives.containersV2.EmailWrapper.createMode": "How do you want to create ?",
|
|
7845
8252
|
"creatives.containersV2.EmailWrapper.creativeName": "Creative name",
|
|
8253
|
+
"creatives.containersV2.EmailWrapper.emptyTemplateName": "Please enter template name.",
|
|
7846
8254
|
"creatives.containersV2.EmailWrapper.header": "This is EmailWrapper container !",
|
|
7847
8255
|
"creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "Please select another file with valid file format.",
|
|
7848
8256
|
"creatives.containersV2.EmailWrapper.invalidUploadFileError": "File cannot be uploaded.",
|
|
@@ -8004,7 +8412,8 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
8004
8412
|
"creatives.containersV2.LineImageCarousel.emptyTitleErrorMessage": "Template title can not be empty",
|
|
8005
8413
|
"creatives.containersV2.LineImageCarousel.enterTextActionTypeTitle": "Enter text",
|
|
8006
8414
|
"creatives.containersV2.LineImageCarousel.enterUriActionTypeTitle": "Enter url",
|
|
8007
|
-
"creatives.containersV2.LineImageCarousel.
|
|
8415
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDesc": "Format: JPEG, PNG Dimensions: 1024px x 1024px Size: 1 MB",
|
|
8416
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
|
|
8008
8417
|
"creatives.containersV2.LineImageCarousel.imageGallery": "Gallery",
|
|
8009
8418
|
"creatives.containersV2.LineImageCarousel.imageReUpload": "Re upload",
|
|
8010
8419
|
"creatives.containersV2.LineImageCarousel.inValidUrliErrorMessage": "Action content uri is not valid",
|
|
@@ -8120,12 +8529,12 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
8120
8529
|
"creatives.containersV2.LineWrapper.changeModalDescription": "The already added content for this card will be lost by changing the content tab.",
|
|
8121
8530
|
"creatives.containersV2.LineWrapper.changeModalLabel": "Do you still want to make the changes to content tab",
|
|
8122
8531
|
"creatives.containersV2.LineWrapper.changeModalTitle": "Changing content tab?",
|
|
8532
|
+
"creatives.containersV2.LineWrapper.flexLabel": "Card message",
|
|
8123
8533
|
"creatives.containersV2.LineWrapper.imageLabel": "Image",
|
|
8124
8534
|
"creatives.containersV2.LineWrapper.imagemapLabel": "Rich message",
|
|
8125
8535
|
"creatives.containersV2.LineWrapper.modalDiscardChangesButtonLabel": "No",
|
|
8126
8536
|
"creatives.containersV2.LineWrapper.modalSaveChangesButtonLabel": "Yes, change",
|
|
8127
8537
|
"creatives.containersV2.LineWrapper.stickerLabel": "Sticker",
|
|
8128
|
-
"creatives.containersV2.LineWrapper.templateLabel": "Card message",
|
|
8129
8538
|
"creatives.containersV2.LineWrapper.textLabel": "Text",
|
|
8130
8539
|
"creatives.containersV2.LineWrapper.videoLabel": "Rich video message",
|
|
8131
8540
|
"creatives.containersV2.Login.header": "This is login container change !",
|
|
@@ -8280,7 +8689,162 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
8280
8689
|
"creatives.containersV2.MobilepushWrapper.image": "Image content",
|
|
8281
8690
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
8282
8691
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
8692
|
+
"creatives.containersV2.Rcs.addSmsCreative": "Add SMS creative",
|
|
8693
|
+
"creatives.containersV2.Rcs.buttonTextAndUrl": ", CTA button text & url",
|
|
8694
|
+
"creatives.containersV2.Rcs.disabledMediaTooltip": "Not yet enabled. Coming soon!",
|
|
8695
|
+
"creatives.containersV2.Rcs.dltEditHeader": "Edit SMS",
|
|
8696
|
+
"creatives.containersV2.Rcs.emptyTemplateDescErrorMessage": "Template message cannot be empty",
|
|
8697
|
+
"creatives.containersV2.Rcs.fallbackDesc": "We would suggest to add fallback SMS",
|
|
8698
|
+
"creatives.containersV2.Rcs.fallbackLabel": "Fallback SMS message",
|
|
8699
|
+
"creatives.containersV2.Rcs.fallbackMsgLenError": "Only 1 SMS (160 characters) allowed for fallback sms",
|
|
8700
|
+
"creatives.containersV2.Rcs.fallbackMsgPlaceholder": "Enter the text message content for fallback SMS",
|
|
8701
|
+
"creatives.containersV2.Rcs.fallbackPreviewtitle": "Preview of fallback SMS",
|
|
8702
|
+
"creatives.containersV2.Rcs.fallbackTextAreaLabel": "SMS message",
|
|
8703
|
+
"creatives.containersV2.Rcs.fallbackToolTip": "This is to deliver an RCS message as an SMS message to end users whose phones do not support RCS",
|
|
8704
|
+
"creatives.containersV2.Rcs.image": "and image",
|
|
8705
|
+
"creatives.containersV2.Rcs.mediaImage": "Image",
|
|
8706
|
+
"creatives.containersV2.Rcs.mediaLabel": "Media",
|
|
8707
|
+
"creatives.containersV2.Rcs.mediaNone": "None",
|
|
8708
|
+
"creatives.containersV2.Rcs.mediaVideo": "Video/Slideshow",
|
|
8709
|
+
"creatives.containersV2.Rcs.optional": "(Optional)",
|
|
8710
|
+
"creatives.containersV2.Rcs.rcsCreateNotification": "RCS template created successfully",
|
|
8711
|
+
"creatives.containersV2.Rcs.rcsDltDesc": "Select any of the existing templates",
|
|
8712
|
+
"creatives.containersV2.Rcs.rcsDltTitle": "SMS creative templates",
|
|
8713
|
+
"creatives.containersV2.Rcs.rcsDoneBtnToolTip": "Please add template name {type} to proceed further",
|
|
8714
|
+
"creatives.containersV2.Rcs.rcsEditNotification": "RCS template updated successfully",
|
|
8715
|
+
"creatives.containersV2.Rcs.templateButton": "Buttons",
|
|
8716
|
+
"creatives.containersV2.Rcs.templateButtonDesc": "Use buttons to redirect user to respective link or quick response/ action.",
|
|
8717
|
+
"creatives.containersV2.Rcs.templateCTAButton": "Call to action",
|
|
8718
|
+
"creatives.containersV2.Rcs.templateCTAButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
8719
|
+
"creatives.containersV2.Rcs.templateDescLabel": "Text message",
|
|
8720
|
+
"creatives.containersV2.Rcs.templateDescLengthError": "Template message length cannot exceed 1000",
|
|
8721
|
+
"creatives.containersV2.Rcs.templateDescPlaceholder": "Enter the text message",
|
|
8722
|
+
"creatives.containersV2.Rcs.templateQRButton": "Quick reply",
|
|
8723
|
+
"creatives.containersV2.Rcs.templateQRButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
8724
|
+
"creatives.containersV2.Rcs.templateTitle": "Title",
|
|
8725
|
+
"creatives.containersV2.Rcs.templateTitlePlaceholder": "Enter title",
|
|
8726
|
+
"creatives.containersV2.Rcs.textMessage": "and text message",
|
|
8727
|
+
"creatives.containersV2.Rcs.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
8283
8728
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
8729
|
+
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
8730
|
+
"creatives.containersV2.Templates.all": "All",
|
|
8731
|
+
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
8732
|
+
"creatives.containersV2.Templates.areYouSureText": "Confirm delete template",
|
|
8733
|
+
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
8734
|
+
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
8735
|
+
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
8736
|
+
"creatives.containersV2.Templates.category": "Category",
|
|
8737
|
+
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
8738
|
+
"creatives.containersV2.Templates.clearAll": "Clear all",
|
|
8739
|
+
"creatives.containersV2.Templates.continue": "Continue",
|
|
8740
|
+
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
8741
|
+
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
8742
|
+
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
8743
|
+
"creatives.containersV2.Templates.createNewTemplateLink": "Create new template",
|
|
8744
|
+
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
8745
|
+
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
8746
|
+
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
8747
|
+
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
8748
|
+
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
8749
|
+
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
8750
|
+
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
8751
|
+
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
8752
|
+
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
8753
|
+
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
8754
|
+
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
8755
|
+
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
8756
|
+
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
8757
|
+
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
8758
|
+
"creatives.containersV2.Templates.editButton": "Edit",
|
|
8759
|
+
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
8760
|
+
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
8761
|
+
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
8762
|
+
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
8763
|
+
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
8764
|
+
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
8765
|
+
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
8766
|
+
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
8767
|
+
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
8768
|
+
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
8769
|
+
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
8770
|
+
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
8771
|
+
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
8772
|
+
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
8773
|
+
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
8774
|
+
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
8775
|
+
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
8776
|
+
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
8777
|
+
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
8778
|
+
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
8779
|
+
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
8780
|
+
"creatives.containersV2.Templates.newRCSTemplate": "New RCS {template}",
|
|
8781
|
+
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
8782
|
+
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
8783
|
+
"creatives.containersV2.Templates.newWhatsappTemplate": "Add new Whatsapp {template}",
|
|
8784
|
+
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
8785
|
+
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
8786
|
+
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
8787
|
+
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
8788
|
+
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
8789
|
+
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
8790
|
+
"creatives.containersV2.Templates.noAccountsPresentWhatsapp": "Whatsapp accounts are not setup for your brand",
|
|
8791
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesDesc": "Please try creating a new template, once it is approved by Whatsapp it will be available here",
|
|
8792
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesTitle": "Sorry, we couldn’t find any approved templates",
|
|
8793
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesDesc": "Please try searching with another term or apply different filter",
|
|
8794
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesTitle": "Sorry, we couldn’t find any matches",
|
|
8795
|
+
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
8796
|
+
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
8797
|
+
"creatives.containersV2.Templates.preview": "Preview",
|
|
8798
|
+
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
8799
|
+
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
8800
|
+
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
8801
|
+
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
8802
|
+
"creatives.containersV2.Templates.rcsDescIllustartion": "These templates can be reused when creating a new message content",
|
|
8803
|
+
"creatives.containersV2.Templates.rcsDltIllustrationDesc": "Please try creating a new DLT template in SMS section, once it is created, it will be available here",
|
|
8804
|
+
"creatives.containersV2.Templates.rcsDltIllustrationTitle": "Sorry, we couldn’t find any DLT templates",
|
|
8805
|
+
"creatives.containersV2.Templates.rcsTitleIllustartion": "Add new RCS creatives {template}",
|
|
8806
|
+
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
8807
|
+
"creatives.containersV2.Templates.searchText": "Search",
|
|
8808
|
+
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
8809
|
+
"creatives.containersV2.Templates.selectButton": "Select",
|
|
8810
|
+
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
8811
|
+
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
8812
|
+
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
8813
|
+
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
8814
|
+
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
8815
|
+
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
8816
|
+
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
8817
|
+
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
8818
|
+
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
8819
|
+
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
8820
|
+
"creatives.containersV2.Templates.status": "Status",
|
|
8821
|
+
"creatives.containersV2.Templates.template": "template",
|
|
8822
|
+
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you wish to delete this template?",
|
|
8823
|
+
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
8824
|
+
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
8825
|
+
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
8826
|
+
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
8827
|
+
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
8828
|
+
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
8829
|
+
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
8830
|
+
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
8831
|
+
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
8832
|
+
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
8833
|
+
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
8834
|
+
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
8835
|
+
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
8836
|
+
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
8837
|
+
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
8838
|
+
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
8839
|
+
"creatives.containersV2.Templates.whatsappAccount": "Whatsapp account",
|
|
8840
|
+
"creatives.containersV2.Templates.whatsappDescIllustration": "These templates can be reused when creating a
|
|
8841
|
+
new message content.",
|
|
8842
|
+
"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.",
|
|
8843
|
+
"creatives.containersV2.Templates.whatsappOnlyApprovedTemplates": "Only \\"Approved\\" templates are available here, as you can use those templates to create a message.",
|
|
8844
|
+
"creatives.containersV2.Templates.whatsappOverview": "Overview",
|
|
8845
|
+
"creatives.containersV2.Templates.whatsappTitleIllustration": "Add a new Whatsapp creative {template}",
|
|
8846
|
+
"creatives.containersV2.Templates.yesText": "Yes, delete",
|
|
8847
|
+
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
8284
8848
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
8285
8849
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
8286
8850
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -8349,6 +8913,8 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
8349
8913
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
8350
8914
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
8351
8915
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
8916
|
+
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
8917
|
+
"creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
8352
8918
|
"creatives.containersV2.addLabels": "Add labels",
|
|
8353
8919
|
"creatives.containersV2.appName": "App Name",
|
|
8354
8920
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -8441,6 +9007,7 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
8441
9007
|
"creatives.containersV2.richMedia.Create.wechatTitle": "Title",
|
|
8442
9008
|
"creatives.containersV2.richMedia.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
|
|
8443
9009
|
"creatives.containersV2.richMedia.Create.wrongUrl": "Enter correct URL",
|
|
9010
|
+
"creatives.containersV2.save": "Save",
|
|
8444
9011
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
8445
9012
|
"creatives.containersV2.signUp": "Sign Up",
|
|
8446
9013
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
@@ -10578,15 +11145,19 @@ FREE GIFTS-
|
|
|
10578
11145
|
"app.components.CapVideoUpload.fileFormat": "Format: MP4",
|
|
10579
11146
|
"app.components.CapVideoUpload.imageReUpload": "Re upload",
|
|
10580
11147
|
"app.components.CapVideoUpload.or": "OR",
|
|
11148
|
+
"app.components.CapVideoUpload.selectFromComputer": "Select from computer",
|
|
10581
11149
|
"app.components.CapVideoUpload.textMessageAddLabel": "How do you want to upload the image?",
|
|
10582
11150
|
"app.components.CapVideoUpload.textMessageCreateNew": "Create new",
|
|
10583
11151
|
"app.components.CapVideoUpload.textMessageORLabel": "OR",
|
|
10584
11152
|
"app.components.CapVideoUpload.textMessageSelectTemplate": "Select template",
|
|
10585
|
-
"app.components.CapVideoUpload.uploadComputer": "Your computer",
|
|
10586
11153
|
"app.components.CapVideoUpload.videoIncorrectSize": "This file format/size is not supported.",
|
|
10587
11154
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
10588
11155
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
11156
|
+
"app.components.CapVideoUpload.whatsappErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
11157
|
+
"app.components.CapVideoUpload.whatsappFileFormat": "Format: MP4",
|
|
10589
11158
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
11159
|
+
"app.components.TemplatePreview.optoutCharactersTotal": "Includes optout tag ({optoutUrlLength} characters)",
|
|
11160
|
+
"app.components.TemplatePreview.whatsappMessageLength": "1 Message ({length} characters)",
|
|
10590
11161
|
"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.",
|
|
10591
11162
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
10592
11163
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
@@ -10715,18 +11286,28 @@ FREE GIFTS-
|
|
|
10715
11286
|
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
10716
11287
|
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
10717
11288
|
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
11289
|
+
"creatives.componentsV2.CapDocumentUpload.docErrorDesc": "Please upload the document with allowed file extension and size",
|
|
11290
|
+
"creatives.componentsV2.CapDocumentUpload.docReUpload": "Reupload",
|
|
11291
|
+
"creatives.componentsV2.CapDocumentUpload.dragAndDrop": "Drag and drop document here",
|
|
11292
|
+
"creatives.componentsV2.CapDocumentUpload.format": "Format: {format}",
|
|
11293
|
+
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
11294
|
+
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
11295
|
+
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
11296
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
10718
11297
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
10719
11298
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
10720
11299
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
10721
11300
|
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
11301
|
+
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
10722
11302
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
10723
|
-
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
10724
11303
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
10725
11304
|
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
10726
11305
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
10727
11306
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
10728
11307
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
10729
11308
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
11309
|
+
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
11310
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
10730
11311
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
10731
11312
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
10732
11313
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -10812,8 +11393,21 @@ FREE GIFTS-
|
|
|
10812
11393
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
10813
11394
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
10814
11395
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
11396
|
+
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
11397
|
+
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
11398
|
+
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
10815
11399
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
11400
|
+
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
11401
|
+
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
11402
|
+
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
10816
11403
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
11404
|
+
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
11405
|
+
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
11406
|
+
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
11407
|
+
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
11408
|
+
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
11409
|
+
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
11410
|
+
"creatives.componentsV2.TemplatePreview.videoPreviewTooltip": "This is just for preview purposes, video cannot be played here",
|
|
10817
11411
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
10818
11412
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
10819
11413
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -10824,6 +11418,7 @@ FREE GIFTS-
|
|
|
10824
11418
|
"creatives.componentsV2.TopBar.logout": "Logout",
|
|
10825
11419
|
"creatives.componentsV2.TopBar.profile": "Profile",
|
|
10826
11420
|
"creatives.componentsV2.TopBar.settings": "Settings",
|
|
11421
|
+
"creatives.componentsV2.unbalanacedCurlyBraces": "Invalid label, please close all curly braces",
|
|
10827
11422
|
"creatives.componentsv2.MobilePushPreviewV2.header": "This is the MobilePushPreviewV2 component !",
|
|
10828
11423
|
"creatives.containers.Assets.Gallery.alphabetically": "Alphabetically",
|
|
10829
11424
|
"creatives.containers.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
|
|
@@ -11562,6 +12157,7 @@ FREE GIFTS-
|
|
|
11562
12157
|
"creatives.containersV2.Creatives.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
11563
12158
|
"creatives.containersV2.Creatives.templateDeleteSuccess": "SMS template deleted successfully",
|
|
11564
12159
|
"creatives.containersV2.Creatives.templateDuplicateSuccess": "Template duplicated successfully",
|
|
12160
|
+
"creatives.containersV2.Creatives.templateNameEmpty": "Template name cannot be empty",
|
|
11565
12161
|
"creatives.containersV2.Creatives.templateSelection": "Template selection",
|
|
11566
12162
|
"creatives.containersV2.Creatives.textTemplate": "Text",
|
|
11567
12163
|
"creatives.containersV2.Creatives.unMapButton": "Unmap",
|
|
@@ -11699,6 +12295,7 @@ FREE GIFTS-
|
|
|
11699
12295
|
"creatives.containersV2.Email.yes": "Yes",
|
|
11700
12296
|
"creatives.containersV2.EmailWrapper.createMode": "How do you want to create ?",
|
|
11701
12297
|
"creatives.containersV2.EmailWrapper.creativeName": "Creative name",
|
|
12298
|
+
"creatives.containersV2.EmailWrapper.emptyTemplateName": "Please enter template name.",
|
|
11702
12299
|
"creatives.containersV2.EmailWrapper.header": "This is EmailWrapper container !",
|
|
11703
12300
|
"creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "Please select another file with valid file format.",
|
|
11704
12301
|
"creatives.containersV2.EmailWrapper.invalidUploadFileError": "File cannot be uploaded.",
|
|
@@ -11860,7 +12457,8 @@ FREE GIFTS-
|
|
|
11860
12457
|
"creatives.containersV2.LineImageCarousel.emptyTitleErrorMessage": "Template title can not be empty",
|
|
11861
12458
|
"creatives.containersV2.LineImageCarousel.enterTextActionTypeTitle": "Enter text",
|
|
11862
12459
|
"creatives.containersV2.LineImageCarousel.enterUriActionTypeTitle": "Enter url",
|
|
11863
|
-
"creatives.containersV2.LineImageCarousel.
|
|
12460
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDesc": "Format: JPEG, PNG Dimensions: 1024px x 1024px Size: 1 MB",
|
|
12461
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
|
|
11864
12462
|
"creatives.containersV2.LineImageCarousel.imageGallery": "Gallery",
|
|
11865
12463
|
"creatives.containersV2.LineImageCarousel.imageReUpload": "Re upload",
|
|
11866
12464
|
"creatives.containersV2.LineImageCarousel.inValidUrliErrorMessage": "Action content uri is not valid",
|
|
@@ -11976,12 +12574,12 @@ FREE GIFTS-
|
|
|
11976
12574
|
"creatives.containersV2.LineWrapper.changeModalDescription": "The already added content for this card will be lost by changing the content tab.",
|
|
11977
12575
|
"creatives.containersV2.LineWrapper.changeModalLabel": "Do you still want to make the changes to content tab",
|
|
11978
12576
|
"creatives.containersV2.LineWrapper.changeModalTitle": "Changing content tab?",
|
|
12577
|
+
"creatives.containersV2.LineWrapper.flexLabel": "Card message",
|
|
11979
12578
|
"creatives.containersV2.LineWrapper.imageLabel": "Image",
|
|
11980
12579
|
"creatives.containersV2.LineWrapper.imagemapLabel": "Rich message",
|
|
11981
12580
|
"creatives.containersV2.LineWrapper.modalDiscardChangesButtonLabel": "No",
|
|
11982
12581
|
"creatives.containersV2.LineWrapper.modalSaveChangesButtonLabel": "Yes, change",
|
|
11983
12582
|
"creatives.containersV2.LineWrapper.stickerLabel": "Sticker",
|
|
11984
|
-
"creatives.containersV2.LineWrapper.templateLabel": "Card message",
|
|
11985
12583
|
"creatives.containersV2.LineWrapper.textLabel": "Text",
|
|
11986
12584
|
"creatives.containersV2.LineWrapper.videoLabel": "Rich video message",
|
|
11987
12585
|
"creatives.containersV2.Login.header": "This is login container change !",
|
|
@@ -12136,7 +12734,162 @@ FREE GIFTS-
|
|
|
12136
12734
|
"creatives.containersV2.MobilepushWrapper.image": "Image content",
|
|
12137
12735
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
12138
12736
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
12737
|
+
"creatives.containersV2.Rcs.addSmsCreative": "Add SMS creative",
|
|
12738
|
+
"creatives.containersV2.Rcs.buttonTextAndUrl": ", CTA button text & url",
|
|
12739
|
+
"creatives.containersV2.Rcs.disabledMediaTooltip": "Not yet enabled. Coming soon!",
|
|
12740
|
+
"creatives.containersV2.Rcs.dltEditHeader": "Edit SMS",
|
|
12741
|
+
"creatives.containersV2.Rcs.emptyTemplateDescErrorMessage": "Template message cannot be empty",
|
|
12742
|
+
"creatives.containersV2.Rcs.fallbackDesc": "We would suggest to add fallback SMS",
|
|
12743
|
+
"creatives.containersV2.Rcs.fallbackLabel": "Fallback SMS message",
|
|
12744
|
+
"creatives.containersV2.Rcs.fallbackMsgLenError": "Only 1 SMS (160 characters) allowed for fallback sms",
|
|
12745
|
+
"creatives.containersV2.Rcs.fallbackMsgPlaceholder": "Enter the text message content for fallback SMS",
|
|
12746
|
+
"creatives.containersV2.Rcs.fallbackPreviewtitle": "Preview of fallback SMS",
|
|
12747
|
+
"creatives.containersV2.Rcs.fallbackTextAreaLabel": "SMS message",
|
|
12748
|
+
"creatives.containersV2.Rcs.fallbackToolTip": "This is to deliver an RCS message as an SMS message to end users whose phones do not support RCS",
|
|
12749
|
+
"creatives.containersV2.Rcs.image": "and image",
|
|
12750
|
+
"creatives.containersV2.Rcs.mediaImage": "Image",
|
|
12751
|
+
"creatives.containersV2.Rcs.mediaLabel": "Media",
|
|
12752
|
+
"creatives.containersV2.Rcs.mediaNone": "None",
|
|
12753
|
+
"creatives.containersV2.Rcs.mediaVideo": "Video/Slideshow",
|
|
12754
|
+
"creatives.containersV2.Rcs.optional": "(Optional)",
|
|
12755
|
+
"creatives.containersV2.Rcs.rcsCreateNotification": "RCS template created successfully",
|
|
12756
|
+
"creatives.containersV2.Rcs.rcsDltDesc": "Select any of the existing templates",
|
|
12757
|
+
"creatives.containersV2.Rcs.rcsDltTitle": "SMS creative templates",
|
|
12758
|
+
"creatives.containersV2.Rcs.rcsDoneBtnToolTip": "Please add template name {type} to proceed further",
|
|
12759
|
+
"creatives.containersV2.Rcs.rcsEditNotification": "RCS template updated successfully",
|
|
12760
|
+
"creatives.containersV2.Rcs.templateButton": "Buttons",
|
|
12761
|
+
"creatives.containersV2.Rcs.templateButtonDesc": "Use buttons to redirect user to respective link or quick response/ action.",
|
|
12762
|
+
"creatives.containersV2.Rcs.templateCTAButton": "Call to action",
|
|
12763
|
+
"creatives.containersV2.Rcs.templateCTAButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
12764
|
+
"creatives.containersV2.Rcs.templateDescLabel": "Text message",
|
|
12765
|
+
"creatives.containersV2.Rcs.templateDescLengthError": "Template message length cannot exceed 1000",
|
|
12766
|
+
"creatives.containersV2.Rcs.templateDescPlaceholder": "Enter the text message",
|
|
12767
|
+
"creatives.containersV2.Rcs.templateQRButton": "Quick reply",
|
|
12768
|
+
"creatives.containersV2.Rcs.templateQRButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
12769
|
+
"creatives.containersV2.Rcs.templateTitle": "Title",
|
|
12770
|
+
"creatives.containersV2.Rcs.templateTitlePlaceholder": "Enter title",
|
|
12771
|
+
"creatives.containersV2.Rcs.textMessage": "and text message",
|
|
12772
|
+
"creatives.containersV2.Rcs.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
12139
12773
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
12774
|
+
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
12775
|
+
"creatives.containersV2.Templates.all": "All",
|
|
12776
|
+
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
12777
|
+
"creatives.containersV2.Templates.areYouSureText": "Confirm delete template",
|
|
12778
|
+
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
12779
|
+
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
12780
|
+
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
12781
|
+
"creatives.containersV2.Templates.category": "Category",
|
|
12782
|
+
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
12783
|
+
"creatives.containersV2.Templates.clearAll": "Clear all",
|
|
12784
|
+
"creatives.containersV2.Templates.continue": "Continue",
|
|
12785
|
+
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
12786
|
+
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
12787
|
+
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
12788
|
+
"creatives.containersV2.Templates.createNewTemplateLink": "Create new template",
|
|
12789
|
+
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
12790
|
+
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
12791
|
+
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
12792
|
+
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
12793
|
+
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
12794
|
+
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
12795
|
+
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
12796
|
+
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
12797
|
+
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
12798
|
+
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
12799
|
+
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
12800
|
+
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
12801
|
+
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
12802
|
+
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
12803
|
+
"creatives.containersV2.Templates.editButton": "Edit",
|
|
12804
|
+
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
12805
|
+
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
12806
|
+
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
12807
|
+
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
12808
|
+
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
12809
|
+
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
12810
|
+
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
12811
|
+
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
12812
|
+
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
12813
|
+
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
12814
|
+
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
12815
|
+
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
12816
|
+
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
12817
|
+
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
12818
|
+
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
12819
|
+
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
12820
|
+
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
12821
|
+
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
12822
|
+
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
12823
|
+
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
12824
|
+
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
12825
|
+
"creatives.containersV2.Templates.newRCSTemplate": "New RCS {template}",
|
|
12826
|
+
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
12827
|
+
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
12828
|
+
"creatives.containersV2.Templates.newWhatsappTemplate": "Add new Whatsapp {template}",
|
|
12829
|
+
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
12830
|
+
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
12831
|
+
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
12832
|
+
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
12833
|
+
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
12834
|
+
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
12835
|
+
"creatives.containersV2.Templates.noAccountsPresentWhatsapp": "Whatsapp accounts are not setup for your brand",
|
|
12836
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesDesc": "Please try creating a new template, once it is approved by Whatsapp it will be available here",
|
|
12837
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesTitle": "Sorry, we couldn’t find any approved templates",
|
|
12838
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesDesc": "Please try searching with another term or apply different filter",
|
|
12839
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesTitle": "Sorry, we couldn’t find any matches",
|
|
12840
|
+
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
12841
|
+
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
12842
|
+
"creatives.containersV2.Templates.preview": "Preview",
|
|
12843
|
+
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
12844
|
+
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
12845
|
+
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
12846
|
+
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
12847
|
+
"creatives.containersV2.Templates.rcsDescIllustartion": "These templates can be reused when creating a new message content",
|
|
12848
|
+
"creatives.containersV2.Templates.rcsDltIllustrationDesc": "Please try creating a new DLT template in SMS section, once it is created, it will be available here",
|
|
12849
|
+
"creatives.containersV2.Templates.rcsDltIllustrationTitle": "Sorry, we couldn’t find any DLT templates",
|
|
12850
|
+
"creatives.containersV2.Templates.rcsTitleIllustartion": "Add new RCS creatives {template}",
|
|
12851
|
+
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
12852
|
+
"creatives.containersV2.Templates.searchText": "Search",
|
|
12853
|
+
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
12854
|
+
"creatives.containersV2.Templates.selectButton": "Select",
|
|
12855
|
+
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
12856
|
+
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
12857
|
+
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
12858
|
+
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
12859
|
+
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
12860
|
+
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
12861
|
+
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
12862
|
+
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
12863
|
+
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
12864
|
+
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
12865
|
+
"creatives.containersV2.Templates.status": "Status",
|
|
12866
|
+
"creatives.containersV2.Templates.template": "template",
|
|
12867
|
+
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you wish to delete this template?",
|
|
12868
|
+
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
12869
|
+
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
12870
|
+
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
12871
|
+
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
12872
|
+
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
12873
|
+
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
12874
|
+
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
12875
|
+
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
12876
|
+
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
12877
|
+
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
12878
|
+
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
12879
|
+
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
12880
|
+
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
12881
|
+
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
12882
|
+
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
12883
|
+
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
12884
|
+
"creatives.containersV2.Templates.whatsappAccount": "Whatsapp account",
|
|
12885
|
+
"creatives.containersV2.Templates.whatsappDescIllustration": "These templates can be reused when creating a
|
|
12886
|
+
new message content.",
|
|
12887
|
+
"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.",
|
|
12888
|
+
"creatives.containersV2.Templates.whatsappOnlyApprovedTemplates": "Only \\"Approved\\" templates are available here, as you can use those templates to create a message.",
|
|
12889
|
+
"creatives.containersV2.Templates.whatsappOverview": "Overview",
|
|
12890
|
+
"creatives.containersV2.Templates.whatsappTitleIllustration": "Add a new Whatsapp creative {template}",
|
|
12891
|
+
"creatives.containersV2.Templates.yesText": "Yes, delete",
|
|
12892
|
+
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
12140
12893
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
12141
12894
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
12142
12895
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -12205,6 +12958,8 @@ FREE GIFTS-
|
|
|
12205
12958
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
12206
12959
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
12207
12960
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
12961
|
+
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
12962
|
+
"creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
12208
12963
|
"creatives.containersV2.addLabels": "Add labels",
|
|
12209
12964
|
"creatives.containersV2.appName": "App Name",
|
|
12210
12965
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -12297,6 +13052,7 @@ FREE GIFTS-
|
|
|
12297
13052
|
"creatives.containersV2.richMedia.Create.wechatTitle": "Title",
|
|
12298
13053
|
"creatives.containersV2.richMedia.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
|
|
12299
13054
|
"creatives.containersV2.richMedia.Create.wrongUrl": "Enter correct URL",
|
|
13055
|
+
"creatives.containersV2.save": "Save",
|
|
12300
13056
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
12301
13057
|
"creatives.containersV2.signUp": "Sign Up",
|
|
12302
13058
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
@@ -13223,15 +13979,19 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
13223
13979
|
"app.components.CapVideoUpload.fileFormat": "Format: MP4",
|
|
13224
13980
|
"app.components.CapVideoUpload.imageReUpload": "Re upload",
|
|
13225
13981
|
"app.components.CapVideoUpload.or": "OR",
|
|
13982
|
+
"app.components.CapVideoUpload.selectFromComputer": "Select from computer",
|
|
13226
13983
|
"app.components.CapVideoUpload.textMessageAddLabel": "How do you want to upload the image?",
|
|
13227
13984
|
"app.components.CapVideoUpload.textMessageCreateNew": "Create new",
|
|
13228
13985
|
"app.components.CapVideoUpload.textMessageORLabel": "OR",
|
|
13229
13986
|
"app.components.CapVideoUpload.textMessageSelectTemplate": "Select template",
|
|
13230
|
-
"app.components.CapVideoUpload.uploadComputer": "Your computer",
|
|
13231
13987
|
"app.components.CapVideoUpload.videoIncorrectSize": "This file format/size is not supported.",
|
|
13232
13988
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
13233
13989
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
13990
|
+
"app.components.CapVideoUpload.whatsappErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
13991
|
+
"app.components.CapVideoUpload.whatsappFileFormat": "Format: MP4",
|
|
13234
13992
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
13993
|
+
"app.components.TemplatePreview.optoutCharactersTotal": "Includes optout tag ({optoutUrlLength} characters)",
|
|
13994
|
+
"app.components.TemplatePreview.whatsappMessageLength": "1 Message ({length} characters)",
|
|
13235
13995
|
"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.",
|
|
13236
13996
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
13237
13997
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
@@ -13360,18 +14120,28 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
13360
14120
|
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
13361
14121
|
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
13362
14122
|
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
14123
|
+
"creatives.componentsV2.CapDocumentUpload.docErrorDesc": "Please upload the document with allowed file extension and size",
|
|
14124
|
+
"creatives.componentsV2.CapDocumentUpload.docReUpload": "Reupload",
|
|
14125
|
+
"creatives.componentsV2.CapDocumentUpload.dragAndDrop": "Drag and drop document here",
|
|
14126
|
+
"creatives.componentsV2.CapDocumentUpload.format": "Format: {format}",
|
|
14127
|
+
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
14128
|
+
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
14129
|
+
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
14130
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
13363
14131
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
13364
14132
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
13365
14133
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
13366
14134
|
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
14135
|
+
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
13367
14136
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
13368
|
-
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
13369
14137
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
13370
14138
|
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
13371
14139
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
13372
14140
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
13373
14141
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
13374
14142
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
14143
|
+
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
14144
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
13375
14145
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
13376
14146
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
13377
14147
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -13457,8 +14227,21 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
13457
14227
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
13458
14228
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
13459
14229
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
14230
|
+
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
14231
|
+
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
14232
|
+
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
13460
14233
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
14234
|
+
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
14235
|
+
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
14236
|
+
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
13461
14237
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
14238
|
+
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
14239
|
+
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
14240
|
+
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
14241
|
+
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
14242
|
+
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
14243
|
+
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
14244
|
+
"creatives.componentsV2.TemplatePreview.videoPreviewTooltip": "This is just for preview purposes, video cannot be played here",
|
|
13462
14245
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
13463
14246
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
13464
14247
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -13469,6 +14252,7 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
13469
14252
|
"creatives.componentsV2.TopBar.logout": "Logout",
|
|
13470
14253
|
"creatives.componentsV2.TopBar.profile": "Profile",
|
|
13471
14254
|
"creatives.componentsV2.TopBar.settings": "Settings",
|
|
14255
|
+
"creatives.componentsV2.unbalanacedCurlyBraces": "Invalid label, please close all curly braces",
|
|
13472
14256
|
"creatives.componentsv2.MobilePushPreviewV2.header": "This is the MobilePushPreviewV2 component !",
|
|
13473
14257
|
"creatives.containers.Assets.Gallery.alphabetically": "Alphabetically",
|
|
13474
14258
|
"creatives.containers.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
|
|
@@ -14207,6 +14991,7 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
14207
14991
|
"creatives.containersV2.Creatives.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
14208
14992
|
"creatives.containersV2.Creatives.templateDeleteSuccess": "SMS template deleted successfully",
|
|
14209
14993
|
"creatives.containersV2.Creatives.templateDuplicateSuccess": "Template duplicated successfully",
|
|
14994
|
+
"creatives.containersV2.Creatives.templateNameEmpty": "Template name cannot be empty",
|
|
14210
14995
|
"creatives.containersV2.Creatives.templateSelection": "Template selection",
|
|
14211
14996
|
"creatives.containersV2.Creatives.textTemplate": "Text",
|
|
14212
14997
|
"creatives.containersV2.Creatives.unMapButton": "Unmap",
|
|
@@ -14344,6 +15129,7 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
14344
15129
|
"creatives.containersV2.Email.yes": "Yes",
|
|
14345
15130
|
"creatives.containersV2.EmailWrapper.createMode": "How do you want to create ?",
|
|
14346
15131
|
"creatives.containersV2.EmailWrapper.creativeName": "Creative name",
|
|
15132
|
+
"creatives.containersV2.EmailWrapper.emptyTemplateName": "Please enter template name.",
|
|
14347
15133
|
"creatives.containersV2.EmailWrapper.header": "This is EmailWrapper container !",
|
|
14348
15134
|
"creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "Please select another file with valid file format.",
|
|
14349
15135
|
"creatives.containersV2.EmailWrapper.invalidUploadFileError": "File cannot be uploaded.",
|
|
@@ -14505,7 +15291,8 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
14505
15291
|
"creatives.containersV2.LineImageCarousel.emptyTitleErrorMessage": "Template title can not be empty",
|
|
14506
15292
|
"creatives.containersV2.LineImageCarousel.enterTextActionTypeTitle": "Enter text",
|
|
14507
15293
|
"creatives.containersV2.LineImageCarousel.enterUriActionTypeTitle": "Enter url",
|
|
14508
|
-
"creatives.containersV2.LineImageCarousel.
|
|
15294
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDesc": "Format: JPEG, PNG Dimensions: 1024px x 1024px Size: 1 MB",
|
|
15295
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
|
|
14509
15296
|
"creatives.containersV2.LineImageCarousel.imageGallery": "Gallery",
|
|
14510
15297
|
"creatives.containersV2.LineImageCarousel.imageReUpload": "Re upload",
|
|
14511
15298
|
"creatives.containersV2.LineImageCarousel.inValidUrliErrorMessage": "Action content uri is not valid",
|
|
@@ -14621,12 +15408,12 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
14621
15408
|
"creatives.containersV2.LineWrapper.changeModalDescription": "The already added content for this card will be lost by changing the content tab.",
|
|
14622
15409
|
"creatives.containersV2.LineWrapper.changeModalLabel": "Do you still want to make the changes to content tab",
|
|
14623
15410
|
"creatives.containersV2.LineWrapper.changeModalTitle": "Changing content tab?",
|
|
15411
|
+
"creatives.containersV2.LineWrapper.flexLabel": "Card message",
|
|
14624
15412
|
"creatives.containersV2.LineWrapper.imageLabel": "Image",
|
|
14625
15413
|
"creatives.containersV2.LineWrapper.imagemapLabel": "Rich message",
|
|
14626
15414
|
"creatives.containersV2.LineWrapper.modalDiscardChangesButtonLabel": "No",
|
|
14627
15415
|
"creatives.containersV2.LineWrapper.modalSaveChangesButtonLabel": "Yes, change",
|
|
14628
15416
|
"creatives.containersV2.LineWrapper.stickerLabel": "Sticker",
|
|
14629
|
-
"creatives.containersV2.LineWrapper.templateLabel": "Card message",
|
|
14630
15417
|
"creatives.containersV2.LineWrapper.textLabel": "Text",
|
|
14631
15418
|
"creatives.containersV2.LineWrapper.videoLabel": "Rich video message",
|
|
14632
15419
|
"creatives.containersV2.Login.header": "This is login container change !",
|
|
@@ -14781,7 +15568,162 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
14781
15568
|
"creatives.containersV2.MobilepushWrapper.image": "Image content",
|
|
14782
15569
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
14783
15570
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
15571
|
+
"creatives.containersV2.Rcs.addSmsCreative": "Add SMS creative",
|
|
15572
|
+
"creatives.containersV2.Rcs.buttonTextAndUrl": ", CTA button text & url",
|
|
15573
|
+
"creatives.containersV2.Rcs.disabledMediaTooltip": "Not yet enabled. Coming soon!",
|
|
15574
|
+
"creatives.containersV2.Rcs.dltEditHeader": "Edit SMS",
|
|
15575
|
+
"creatives.containersV2.Rcs.emptyTemplateDescErrorMessage": "Template message cannot be empty",
|
|
15576
|
+
"creatives.containersV2.Rcs.fallbackDesc": "We would suggest to add fallback SMS",
|
|
15577
|
+
"creatives.containersV2.Rcs.fallbackLabel": "Fallback SMS message",
|
|
15578
|
+
"creatives.containersV2.Rcs.fallbackMsgLenError": "Only 1 SMS (160 characters) allowed for fallback sms",
|
|
15579
|
+
"creatives.containersV2.Rcs.fallbackMsgPlaceholder": "Enter the text message content for fallback SMS",
|
|
15580
|
+
"creatives.containersV2.Rcs.fallbackPreviewtitle": "Preview of fallback SMS",
|
|
15581
|
+
"creatives.containersV2.Rcs.fallbackTextAreaLabel": "SMS message",
|
|
15582
|
+
"creatives.containersV2.Rcs.fallbackToolTip": "This is to deliver an RCS message as an SMS message to end users whose phones do not support RCS",
|
|
15583
|
+
"creatives.containersV2.Rcs.image": "and image",
|
|
15584
|
+
"creatives.containersV2.Rcs.mediaImage": "Image",
|
|
15585
|
+
"creatives.containersV2.Rcs.mediaLabel": "Media",
|
|
15586
|
+
"creatives.containersV2.Rcs.mediaNone": "None",
|
|
15587
|
+
"creatives.containersV2.Rcs.mediaVideo": "Video/Slideshow",
|
|
15588
|
+
"creatives.containersV2.Rcs.optional": "(Optional)",
|
|
15589
|
+
"creatives.containersV2.Rcs.rcsCreateNotification": "RCS template created successfully",
|
|
15590
|
+
"creatives.containersV2.Rcs.rcsDltDesc": "Select any of the existing templates",
|
|
15591
|
+
"creatives.containersV2.Rcs.rcsDltTitle": "SMS creative templates",
|
|
15592
|
+
"creatives.containersV2.Rcs.rcsDoneBtnToolTip": "Please add template name {type} to proceed further",
|
|
15593
|
+
"creatives.containersV2.Rcs.rcsEditNotification": "RCS template updated successfully",
|
|
15594
|
+
"creatives.containersV2.Rcs.templateButton": "Buttons",
|
|
15595
|
+
"creatives.containersV2.Rcs.templateButtonDesc": "Use buttons to redirect user to respective link or quick response/ action.",
|
|
15596
|
+
"creatives.containersV2.Rcs.templateCTAButton": "Call to action",
|
|
15597
|
+
"creatives.containersV2.Rcs.templateCTAButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
15598
|
+
"creatives.containersV2.Rcs.templateDescLabel": "Text message",
|
|
15599
|
+
"creatives.containersV2.Rcs.templateDescLengthError": "Template message length cannot exceed 1000",
|
|
15600
|
+
"creatives.containersV2.Rcs.templateDescPlaceholder": "Enter the text message",
|
|
15601
|
+
"creatives.containersV2.Rcs.templateQRButton": "Quick reply",
|
|
15602
|
+
"creatives.containersV2.Rcs.templateQRButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
15603
|
+
"creatives.containersV2.Rcs.templateTitle": "Title",
|
|
15604
|
+
"creatives.containersV2.Rcs.templateTitlePlaceholder": "Enter title",
|
|
15605
|
+
"creatives.containersV2.Rcs.textMessage": "and text message",
|
|
15606
|
+
"creatives.containersV2.Rcs.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
14784
15607
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
15608
|
+
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
15609
|
+
"creatives.containersV2.Templates.all": "All",
|
|
15610
|
+
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
15611
|
+
"creatives.containersV2.Templates.areYouSureText": "Confirm delete template",
|
|
15612
|
+
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
15613
|
+
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
15614
|
+
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
15615
|
+
"creatives.containersV2.Templates.category": "Category",
|
|
15616
|
+
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
15617
|
+
"creatives.containersV2.Templates.clearAll": "Clear all",
|
|
15618
|
+
"creatives.containersV2.Templates.continue": "Continue",
|
|
15619
|
+
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
15620
|
+
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
15621
|
+
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
15622
|
+
"creatives.containersV2.Templates.createNewTemplateLink": "Create new template",
|
|
15623
|
+
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
15624
|
+
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
15625
|
+
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
15626
|
+
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
15627
|
+
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
15628
|
+
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
15629
|
+
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
15630
|
+
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
15631
|
+
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
15632
|
+
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
15633
|
+
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
15634
|
+
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
15635
|
+
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
15636
|
+
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
15637
|
+
"creatives.containersV2.Templates.editButton": "Edit",
|
|
15638
|
+
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
15639
|
+
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
15640
|
+
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
15641
|
+
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
15642
|
+
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
15643
|
+
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
15644
|
+
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
15645
|
+
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
15646
|
+
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
15647
|
+
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
15648
|
+
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
15649
|
+
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
15650
|
+
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
15651
|
+
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
15652
|
+
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
15653
|
+
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
15654
|
+
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
15655
|
+
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
15656
|
+
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
15657
|
+
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
15658
|
+
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
15659
|
+
"creatives.containersV2.Templates.newRCSTemplate": "New RCS {template}",
|
|
15660
|
+
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
15661
|
+
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
15662
|
+
"creatives.containersV2.Templates.newWhatsappTemplate": "Add new Whatsapp {template}",
|
|
15663
|
+
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
15664
|
+
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
15665
|
+
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
15666
|
+
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
15667
|
+
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
15668
|
+
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
15669
|
+
"creatives.containersV2.Templates.noAccountsPresentWhatsapp": "Whatsapp accounts are not setup for your brand",
|
|
15670
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesDesc": "Please try creating a new template, once it is approved by Whatsapp it will be available here",
|
|
15671
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesTitle": "Sorry, we couldn’t find any approved templates",
|
|
15672
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesDesc": "Please try searching with another term or apply different filter",
|
|
15673
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesTitle": "Sorry, we couldn’t find any matches",
|
|
15674
|
+
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
15675
|
+
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
15676
|
+
"creatives.containersV2.Templates.preview": "Preview",
|
|
15677
|
+
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
15678
|
+
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
15679
|
+
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
15680
|
+
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
15681
|
+
"creatives.containersV2.Templates.rcsDescIllustartion": "These templates can be reused when creating a new message content",
|
|
15682
|
+
"creatives.containersV2.Templates.rcsDltIllustrationDesc": "Please try creating a new DLT template in SMS section, once it is created, it will be available here",
|
|
15683
|
+
"creatives.containersV2.Templates.rcsDltIllustrationTitle": "Sorry, we couldn’t find any DLT templates",
|
|
15684
|
+
"creatives.containersV2.Templates.rcsTitleIllustartion": "Add new RCS creatives {template}",
|
|
15685
|
+
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
15686
|
+
"creatives.containersV2.Templates.searchText": "Search",
|
|
15687
|
+
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
15688
|
+
"creatives.containersV2.Templates.selectButton": "Select",
|
|
15689
|
+
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
15690
|
+
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
15691
|
+
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
15692
|
+
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
15693
|
+
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
15694
|
+
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
15695
|
+
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
15696
|
+
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
15697
|
+
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
15698
|
+
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
15699
|
+
"creatives.containersV2.Templates.status": "Status",
|
|
15700
|
+
"creatives.containersV2.Templates.template": "template",
|
|
15701
|
+
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you wish to delete this template?",
|
|
15702
|
+
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
15703
|
+
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
15704
|
+
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
15705
|
+
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
15706
|
+
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
15707
|
+
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
15708
|
+
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
15709
|
+
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
15710
|
+
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
15711
|
+
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
15712
|
+
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
15713
|
+
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
15714
|
+
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
15715
|
+
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
15716
|
+
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
15717
|
+
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
15718
|
+
"creatives.containersV2.Templates.whatsappAccount": "Whatsapp account",
|
|
15719
|
+
"creatives.containersV2.Templates.whatsappDescIllustration": "These templates can be reused when creating a
|
|
15720
|
+
new message content.",
|
|
15721
|
+
"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.",
|
|
15722
|
+
"creatives.containersV2.Templates.whatsappOnlyApprovedTemplates": "Only \\"Approved\\" templates are available here, as you can use those templates to create a message.",
|
|
15723
|
+
"creatives.containersV2.Templates.whatsappOverview": "Overview",
|
|
15724
|
+
"creatives.containersV2.Templates.whatsappTitleIllustration": "Add a new Whatsapp creative {template}",
|
|
15725
|
+
"creatives.containersV2.Templates.yesText": "Yes, delete",
|
|
15726
|
+
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
14785
15727
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
14786
15728
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
14787
15729
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -14850,6 +15792,8 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
14850
15792
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
14851
15793
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
14852
15794
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
15795
|
+
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
15796
|
+
"creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
14853
15797
|
"creatives.containersV2.addLabels": "Add labels",
|
|
14854
15798
|
"creatives.containersV2.appName": "App Name",
|
|
14855
15799
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -14942,6 +15886,7 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
14942
15886
|
"creatives.containersV2.richMedia.Create.wechatTitle": "Title",
|
|
14943
15887
|
"creatives.containersV2.richMedia.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
|
|
14944
15888
|
"creatives.containersV2.richMedia.Create.wrongUrl": "Enter correct URL",
|
|
15889
|
+
"creatives.containersV2.save": "Save",
|
|
14945
15890
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
14946
15891
|
"creatives.containersV2.signUp": "Sign Up",
|
|
14947
15892
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
@@ -17527,15 +18472,19 @@ FREE GIFTS-
|
|
|
17527
18472
|
"app.components.CapVideoUpload.fileFormat": "Format: MP4",
|
|
17528
18473
|
"app.components.CapVideoUpload.imageReUpload": "Re upload",
|
|
17529
18474
|
"app.components.CapVideoUpload.or": "OR",
|
|
18475
|
+
"app.components.CapVideoUpload.selectFromComputer": "Select from computer",
|
|
17530
18476
|
"app.components.CapVideoUpload.textMessageAddLabel": "How do you want to upload the image?",
|
|
17531
18477
|
"app.components.CapVideoUpload.textMessageCreateNew": "Create new",
|
|
17532
18478
|
"app.components.CapVideoUpload.textMessageORLabel": "OR",
|
|
17533
18479
|
"app.components.CapVideoUpload.textMessageSelectTemplate": "Select template",
|
|
17534
|
-
"app.components.CapVideoUpload.uploadComputer": "Your computer",
|
|
17535
18480
|
"app.components.CapVideoUpload.videoIncorrectSize": "This file format/size is not supported.",
|
|
17536
18481
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
17537
18482
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
18483
|
+
"app.components.CapVideoUpload.whatsappErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
18484
|
+
"app.components.CapVideoUpload.whatsappFileFormat": "Format: MP4",
|
|
17538
18485
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
18486
|
+
"app.components.TemplatePreview.optoutCharactersTotal": "Includes optout tag ({optoutUrlLength} characters)",
|
|
18487
|
+
"app.components.TemplatePreview.whatsappMessageLength": "1 Message ({length} characters)",
|
|
17539
18488
|
"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.",
|
|
17540
18489
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
17541
18490
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
@@ -17664,18 +18613,28 @@ FREE GIFTS-
|
|
|
17664
18613
|
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
17665
18614
|
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
17666
18615
|
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
18616
|
+
"creatives.componentsV2.CapDocumentUpload.docErrorDesc": "Please upload the document with allowed file extension and size",
|
|
18617
|
+
"creatives.componentsV2.CapDocumentUpload.docReUpload": "Reupload",
|
|
18618
|
+
"creatives.componentsV2.CapDocumentUpload.dragAndDrop": "Drag and drop document here",
|
|
18619
|
+
"creatives.componentsV2.CapDocumentUpload.format": "Format: {format}",
|
|
18620
|
+
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
18621
|
+
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
18622
|
+
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
18623
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
17667
18624
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
17668
18625
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
17669
18626
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
17670
18627
|
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
18628
|
+
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
17671
18629
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
17672
|
-
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
17673
18630
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
17674
18631
|
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
17675
18632
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
17676
18633
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
17677
18634
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
17678
18635
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
18636
|
+
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
18637
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
17679
18638
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
17680
18639
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
17681
18640
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -17761,8 +18720,21 @@ FREE GIFTS-
|
|
|
17761
18720
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
17762
18721
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
17763
18722
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
18723
|
+
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
18724
|
+
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
18725
|
+
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
17764
18726
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
18727
|
+
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
18728
|
+
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
18729
|
+
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
17765
18730
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
18731
|
+
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
18732
|
+
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
18733
|
+
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
18734
|
+
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
18735
|
+
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
18736
|
+
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
18737
|
+
"creatives.componentsV2.TemplatePreview.videoPreviewTooltip": "This is just for preview purposes, video cannot be played here",
|
|
17766
18738
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
17767
18739
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
17768
18740
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -17773,6 +18745,7 @@ FREE GIFTS-
|
|
|
17773
18745
|
"creatives.componentsV2.TopBar.logout": "Logout",
|
|
17774
18746
|
"creatives.componentsV2.TopBar.profile": "Profile",
|
|
17775
18747
|
"creatives.componentsV2.TopBar.settings": "Settings",
|
|
18748
|
+
"creatives.componentsV2.unbalanacedCurlyBraces": "Invalid label, please close all curly braces",
|
|
17776
18749
|
"creatives.componentsv2.MobilePushPreviewV2.header": "This is the MobilePushPreviewV2 component !",
|
|
17777
18750
|
"creatives.containers.Assets.Gallery.alphabetically": "Alphabetically",
|
|
17778
18751
|
"creatives.containers.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
|
|
@@ -18511,6 +19484,7 @@ FREE GIFTS-
|
|
|
18511
19484
|
"creatives.containersV2.Creatives.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
18512
19485
|
"creatives.containersV2.Creatives.templateDeleteSuccess": "SMS template deleted successfully",
|
|
18513
19486
|
"creatives.containersV2.Creatives.templateDuplicateSuccess": "Template duplicated successfully",
|
|
19487
|
+
"creatives.containersV2.Creatives.templateNameEmpty": "Template name cannot be empty",
|
|
18514
19488
|
"creatives.containersV2.Creatives.templateSelection": "Template selection",
|
|
18515
19489
|
"creatives.containersV2.Creatives.textTemplate": "Text",
|
|
18516
19490
|
"creatives.containersV2.Creatives.unMapButton": "Unmap",
|
|
@@ -18648,6 +19622,7 @@ FREE GIFTS-
|
|
|
18648
19622
|
"creatives.containersV2.Email.yes": "Yes",
|
|
18649
19623
|
"creatives.containersV2.EmailWrapper.createMode": "How do you want to create ?",
|
|
18650
19624
|
"creatives.containersV2.EmailWrapper.creativeName": "Creative name",
|
|
19625
|
+
"creatives.containersV2.EmailWrapper.emptyTemplateName": "Please enter template name.",
|
|
18651
19626
|
"creatives.containersV2.EmailWrapper.header": "This is EmailWrapper container !",
|
|
18652
19627
|
"creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "Please select another file with valid file format.",
|
|
18653
19628
|
"creatives.containersV2.EmailWrapper.invalidUploadFileError": "File cannot be uploaded.",
|
|
@@ -18809,7 +19784,8 @@ FREE GIFTS-
|
|
|
18809
19784
|
"creatives.containersV2.LineImageCarousel.emptyTitleErrorMessage": "Template title can not be empty",
|
|
18810
19785
|
"creatives.containersV2.LineImageCarousel.enterTextActionTypeTitle": "Enter text",
|
|
18811
19786
|
"creatives.containersV2.LineImageCarousel.enterUriActionTypeTitle": "Enter url",
|
|
18812
|
-
"creatives.containersV2.LineImageCarousel.
|
|
19787
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDesc": "Format: JPEG, PNG Dimensions: 1024px x 1024px Size: 1 MB",
|
|
19788
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
|
|
18813
19789
|
"creatives.containersV2.LineImageCarousel.imageGallery": "Gallery",
|
|
18814
19790
|
"creatives.containersV2.LineImageCarousel.imageReUpload": "Re upload",
|
|
18815
19791
|
"creatives.containersV2.LineImageCarousel.inValidUrliErrorMessage": "Action content uri is not valid",
|
|
@@ -18925,12 +19901,12 @@ FREE GIFTS-
|
|
|
18925
19901
|
"creatives.containersV2.LineWrapper.changeModalDescription": "The already added content for this card will be lost by changing the content tab.",
|
|
18926
19902
|
"creatives.containersV2.LineWrapper.changeModalLabel": "Do you still want to make the changes to content tab",
|
|
18927
19903
|
"creatives.containersV2.LineWrapper.changeModalTitle": "Changing content tab?",
|
|
19904
|
+
"creatives.containersV2.LineWrapper.flexLabel": "Card message",
|
|
18928
19905
|
"creatives.containersV2.LineWrapper.imageLabel": "Image",
|
|
18929
19906
|
"creatives.containersV2.LineWrapper.imagemapLabel": "Rich message",
|
|
18930
19907
|
"creatives.containersV2.LineWrapper.modalDiscardChangesButtonLabel": "No",
|
|
18931
19908
|
"creatives.containersV2.LineWrapper.modalSaveChangesButtonLabel": "Yes, change",
|
|
18932
19909
|
"creatives.containersV2.LineWrapper.stickerLabel": "Sticker",
|
|
18933
|
-
"creatives.containersV2.LineWrapper.templateLabel": "Card message",
|
|
18934
19910
|
"creatives.containersV2.LineWrapper.textLabel": "Text",
|
|
18935
19911
|
"creatives.containersV2.LineWrapper.videoLabel": "Rich video message",
|
|
18936
19912
|
"creatives.containersV2.Login.header": "This is login container change !",
|
|
@@ -19085,7 +20061,162 @@ FREE GIFTS-
|
|
|
19085
20061
|
"creatives.containersV2.MobilepushWrapper.image": "Image content",
|
|
19086
20062
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
19087
20063
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
20064
|
+
"creatives.containersV2.Rcs.addSmsCreative": "Add SMS creative",
|
|
20065
|
+
"creatives.containersV2.Rcs.buttonTextAndUrl": ", CTA button text & url",
|
|
20066
|
+
"creatives.containersV2.Rcs.disabledMediaTooltip": "Not yet enabled. Coming soon!",
|
|
20067
|
+
"creatives.containersV2.Rcs.dltEditHeader": "Edit SMS",
|
|
20068
|
+
"creatives.containersV2.Rcs.emptyTemplateDescErrorMessage": "Template message cannot be empty",
|
|
20069
|
+
"creatives.containersV2.Rcs.fallbackDesc": "We would suggest to add fallback SMS",
|
|
20070
|
+
"creatives.containersV2.Rcs.fallbackLabel": "Fallback SMS message",
|
|
20071
|
+
"creatives.containersV2.Rcs.fallbackMsgLenError": "Only 1 SMS (160 characters) allowed for fallback sms",
|
|
20072
|
+
"creatives.containersV2.Rcs.fallbackMsgPlaceholder": "Enter the text message content for fallback SMS",
|
|
20073
|
+
"creatives.containersV2.Rcs.fallbackPreviewtitle": "Preview of fallback SMS",
|
|
20074
|
+
"creatives.containersV2.Rcs.fallbackTextAreaLabel": "SMS message",
|
|
20075
|
+
"creatives.containersV2.Rcs.fallbackToolTip": "This is to deliver an RCS message as an SMS message to end users whose phones do not support RCS",
|
|
20076
|
+
"creatives.containersV2.Rcs.image": "and image",
|
|
20077
|
+
"creatives.containersV2.Rcs.mediaImage": "Image",
|
|
20078
|
+
"creatives.containersV2.Rcs.mediaLabel": "Media",
|
|
20079
|
+
"creatives.containersV2.Rcs.mediaNone": "None",
|
|
20080
|
+
"creatives.containersV2.Rcs.mediaVideo": "Video/Slideshow",
|
|
20081
|
+
"creatives.containersV2.Rcs.optional": "(Optional)",
|
|
20082
|
+
"creatives.containersV2.Rcs.rcsCreateNotification": "RCS template created successfully",
|
|
20083
|
+
"creatives.containersV2.Rcs.rcsDltDesc": "Select any of the existing templates",
|
|
20084
|
+
"creatives.containersV2.Rcs.rcsDltTitle": "SMS creative templates",
|
|
20085
|
+
"creatives.containersV2.Rcs.rcsDoneBtnToolTip": "Please add template name {type} to proceed further",
|
|
20086
|
+
"creatives.containersV2.Rcs.rcsEditNotification": "RCS template updated successfully",
|
|
20087
|
+
"creatives.containersV2.Rcs.templateButton": "Buttons",
|
|
20088
|
+
"creatives.containersV2.Rcs.templateButtonDesc": "Use buttons to redirect user to respective link or quick response/ action.",
|
|
20089
|
+
"creatives.containersV2.Rcs.templateCTAButton": "Call to action",
|
|
20090
|
+
"creatives.containersV2.Rcs.templateCTAButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
20091
|
+
"creatives.containersV2.Rcs.templateDescLabel": "Text message",
|
|
20092
|
+
"creatives.containersV2.Rcs.templateDescLengthError": "Template message length cannot exceed 1000",
|
|
20093
|
+
"creatives.containersV2.Rcs.templateDescPlaceholder": "Enter the text message",
|
|
20094
|
+
"creatives.containersV2.Rcs.templateQRButton": "Quick reply",
|
|
20095
|
+
"creatives.containersV2.Rcs.templateQRButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
20096
|
+
"creatives.containersV2.Rcs.templateTitle": "Title",
|
|
20097
|
+
"creatives.containersV2.Rcs.templateTitlePlaceholder": "Enter title",
|
|
20098
|
+
"creatives.containersV2.Rcs.textMessage": "and text message",
|
|
20099
|
+
"creatives.containersV2.Rcs.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
19088
20100
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
20101
|
+
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
20102
|
+
"creatives.containersV2.Templates.all": "All",
|
|
20103
|
+
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
20104
|
+
"creatives.containersV2.Templates.areYouSureText": "Confirm delete template",
|
|
20105
|
+
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
20106
|
+
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
20107
|
+
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
20108
|
+
"creatives.containersV2.Templates.category": "Category",
|
|
20109
|
+
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
20110
|
+
"creatives.containersV2.Templates.clearAll": "Clear all",
|
|
20111
|
+
"creatives.containersV2.Templates.continue": "Continue",
|
|
20112
|
+
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
20113
|
+
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
20114
|
+
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
20115
|
+
"creatives.containersV2.Templates.createNewTemplateLink": "Create new template",
|
|
20116
|
+
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
20117
|
+
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
20118
|
+
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
20119
|
+
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
20120
|
+
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
20121
|
+
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
20122
|
+
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
20123
|
+
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
20124
|
+
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
20125
|
+
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
20126
|
+
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
20127
|
+
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
20128
|
+
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
20129
|
+
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
20130
|
+
"creatives.containersV2.Templates.editButton": "Edit",
|
|
20131
|
+
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
20132
|
+
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
20133
|
+
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
20134
|
+
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
20135
|
+
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
20136
|
+
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
20137
|
+
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
20138
|
+
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
20139
|
+
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
20140
|
+
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
20141
|
+
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
20142
|
+
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
20143
|
+
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
20144
|
+
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
20145
|
+
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
20146
|
+
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
20147
|
+
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
20148
|
+
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
20149
|
+
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
20150
|
+
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
20151
|
+
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
20152
|
+
"creatives.containersV2.Templates.newRCSTemplate": "New RCS {template}",
|
|
20153
|
+
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
20154
|
+
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
20155
|
+
"creatives.containersV2.Templates.newWhatsappTemplate": "Add new Whatsapp {template}",
|
|
20156
|
+
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
20157
|
+
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
20158
|
+
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
20159
|
+
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
20160
|
+
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
20161
|
+
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
20162
|
+
"creatives.containersV2.Templates.noAccountsPresentWhatsapp": "Whatsapp accounts are not setup for your brand",
|
|
20163
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesDesc": "Please try creating a new template, once it is approved by Whatsapp it will be available here",
|
|
20164
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesTitle": "Sorry, we couldn’t find any approved templates",
|
|
20165
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesDesc": "Please try searching with another term or apply different filter",
|
|
20166
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesTitle": "Sorry, we couldn’t find any matches",
|
|
20167
|
+
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
20168
|
+
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
20169
|
+
"creatives.containersV2.Templates.preview": "Preview",
|
|
20170
|
+
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
20171
|
+
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
20172
|
+
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
20173
|
+
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
20174
|
+
"creatives.containersV2.Templates.rcsDescIllustartion": "These templates can be reused when creating a new message content",
|
|
20175
|
+
"creatives.containersV2.Templates.rcsDltIllustrationDesc": "Please try creating a new DLT template in SMS section, once it is created, it will be available here",
|
|
20176
|
+
"creatives.containersV2.Templates.rcsDltIllustrationTitle": "Sorry, we couldn’t find any DLT templates",
|
|
20177
|
+
"creatives.containersV2.Templates.rcsTitleIllustartion": "Add new RCS creatives {template}",
|
|
20178
|
+
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
20179
|
+
"creatives.containersV2.Templates.searchText": "Search",
|
|
20180
|
+
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
20181
|
+
"creatives.containersV2.Templates.selectButton": "Select",
|
|
20182
|
+
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
20183
|
+
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
20184
|
+
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
20185
|
+
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
20186
|
+
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
20187
|
+
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
20188
|
+
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
20189
|
+
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
20190
|
+
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
20191
|
+
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
20192
|
+
"creatives.containersV2.Templates.status": "Status",
|
|
20193
|
+
"creatives.containersV2.Templates.template": "template",
|
|
20194
|
+
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you wish to delete this template?",
|
|
20195
|
+
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
20196
|
+
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
20197
|
+
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
20198
|
+
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
20199
|
+
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
20200
|
+
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
20201
|
+
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
20202
|
+
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
20203
|
+
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
20204
|
+
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
20205
|
+
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
20206
|
+
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
20207
|
+
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
20208
|
+
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
20209
|
+
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
20210
|
+
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
20211
|
+
"creatives.containersV2.Templates.whatsappAccount": "Whatsapp account",
|
|
20212
|
+
"creatives.containersV2.Templates.whatsappDescIllustration": "These templates can be reused when creating a
|
|
20213
|
+
new message content.",
|
|
20214
|
+
"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.",
|
|
20215
|
+
"creatives.containersV2.Templates.whatsappOnlyApprovedTemplates": "Only \\"Approved\\" templates are available here, as you can use those templates to create a message.",
|
|
20216
|
+
"creatives.containersV2.Templates.whatsappOverview": "Overview",
|
|
20217
|
+
"creatives.containersV2.Templates.whatsappTitleIllustration": "Add a new Whatsapp creative {template}",
|
|
20218
|
+
"creatives.containersV2.Templates.yesText": "Yes, delete",
|
|
20219
|
+
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
19089
20220
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
19090
20221
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
19091
20222
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -19154,6 +20285,8 @@ FREE GIFTS-
|
|
|
19154
20285
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
19155
20286
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
19156
20287
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
20288
|
+
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
20289
|
+
"creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
19157
20290
|
"creatives.containersV2.addLabels": "Add labels",
|
|
19158
20291
|
"creatives.containersV2.appName": "App Name",
|
|
19159
20292
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -19246,6 +20379,7 @@ FREE GIFTS-
|
|
|
19246
20379
|
"creatives.containersV2.richMedia.Create.wechatTitle": "Title",
|
|
19247
20380
|
"creatives.containersV2.richMedia.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
|
|
19248
20381
|
"creatives.containersV2.richMedia.Create.wrongUrl": "Enter correct URL",
|
|
20382
|
+
"creatives.containersV2.save": "Save",
|
|
19249
20383
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
19250
20384
|
"creatives.containersV2.signUp": "Sign Up",
|
|
19251
20385
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
@@ -20160,15 +21294,19 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
20160
21294
|
"app.components.CapVideoUpload.fileFormat": "Format: MP4",
|
|
20161
21295
|
"app.components.CapVideoUpload.imageReUpload": "Re upload",
|
|
20162
21296
|
"app.components.CapVideoUpload.or": "OR",
|
|
21297
|
+
"app.components.CapVideoUpload.selectFromComputer": "Select from computer",
|
|
20163
21298
|
"app.components.CapVideoUpload.textMessageAddLabel": "How do you want to upload the image?",
|
|
20164
21299
|
"app.components.CapVideoUpload.textMessageCreateNew": "Create new",
|
|
20165
21300
|
"app.components.CapVideoUpload.textMessageORLabel": "OR",
|
|
20166
21301
|
"app.components.CapVideoUpload.textMessageSelectTemplate": "Select template",
|
|
20167
|
-
"app.components.CapVideoUpload.uploadComputer": "Your computer",
|
|
20168
21302
|
"app.components.CapVideoUpload.videoIncorrectSize": "This file format/size is not supported.",
|
|
20169
21303
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
20170
21304
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
21305
|
+
"app.components.CapVideoUpload.whatsappErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
21306
|
+
"app.components.CapVideoUpload.whatsappFileFormat": "Format: MP4",
|
|
20171
21307
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
21308
|
+
"app.components.TemplatePreview.optoutCharactersTotal": "Includes optout tag ({optoutUrlLength} characters)",
|
|
21309
|
+
"app.components.TemplatePreview.whatsappMessageLength": "1 Message ({length} characters)",
|
|
20172
21310
|
"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.",
|
|
20173
21311
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
20174
21312
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
@@ -20297,18 +21435,28 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
20297
21435
|
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
20298
21436
|
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
20299
21437
|
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
21438
|
+
"creatives.componentsV2.CapDocumentUpload.docErrorDesc": "Please upload the document with allowed file extension and size",
|
|
21439
|
+
"creatives.componentsV2.CapDocumentUpload.docReUpload": "Reupload",
|
|
21440
|
+
"creatives.componentsV2.CapDocumentUpload.dragAndDrop": "Drag and drop document here",
|
|
21441
|
+
"creatives.componentsV2.CapDocumentUpload.format": "Format: {format}",
|
|
21442
|
+
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
21443
|
+
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
21444
|
+
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
21445
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
20300
21446
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
20301
21447
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
20302
21448
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
20303
21449
|
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
21450
|
+
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
20304
21451
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
20305
|
-
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
20306
21452
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
20307
21453
|
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
20308
21454
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
20309
21455
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
20310
21456
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
20311
21457
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
21458
|
+
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
21459
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
20312
21460
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
20313
21461
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
20314
21462
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -20394,8 +21542,21 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
20394
21542
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
20395
21543
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
20396
21544
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
21545
|
+
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
21546
|
+
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
21547
|
+
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
20397
21548
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
21549
|
+
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
21550
|
+
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
21551
|
+
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
20398
21552
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
21553
|
+
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
21554
|
+
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
21555
|
+
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
21556
|
+
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
21557
|
+
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
21558
|
+
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
21559
|
+
"creatives.componentsV2.TemplatePreview.videoPreviewTooltip": "This is just for preview purposes, video cannot be played here",
|
|
20399
21560
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
20400
21561
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
20401
21562
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -20406,6 +21567,7 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
20406
21567
|
"creatives.componentsV2.TopBar.logout": "Logout",
|
|
20407
21568
|
"creatives.componentsV2.TopBar.profile": "Profile",
|
|
20408
21569
|
"creatives.componentsV2.TopBar.settings": "Settings",
|
|
21570
|
+
"creatives.componentsV2.unbalanacedCurlyBraces": "Invalid label, please close all curly braces",
|
|
20409
21571
|
"creatives.componentsv2.MobilePushPreviewV2.header": "This is the MobilePushPreviewV2 component !",
|
|
20410
21572
|
"creatives.containers.Assets.Gallery.alphabetically": "Alphabetically",
|
|
20411
21573
|
"creatives.containers.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
|
|
@@ -21144,6 +22306,7 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
21144
22306
|
"creatives.containersV2.Creatives.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
21145
22307
|
"creatives.containersV2.Creatives.templateDeleteSuccess": "SMS template deleted successfully",
|
|
21146
22308
|
"creatives.containersV2.Creatives.templateDuplicateSuccess": "Template duplicated successfully",
|
|
22309
|
+
"creatives.containersV2.Creatives.templateNameEmpty": "Template name cannot be empty",
|
|
21147
22310
|
"creatives.containersV2.Creatives.templateSelection": "Template selection",
|
|
21148
22311
|
"creatives.containersV2.Creatives.textTemplate": "Text",
|
|
21149
22312
|
"creatives.containersV2.Creatives.unMapButton": "Unmap",
|
|
@@ -21281,6 +22444,7 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
21281
22444
|
"creatives.containersV2.Email.yes": "Yes",
|
|
21282
22445
|
"creatives.containersV2.EmailWrapper.createMode": "How do you want to create ?",
|
|
21283
22446
|
"creatives.containersV2.EmailWrapper.creativeName": "Creative name",
|
|
22447
|
+
"creatives.containersV2.EmailWrapper.emptyTemplateName": "Please enter template name.",
|
|
21284
22448
|
"creatives.containersV2.EmailWrapper.header": "This is EmailWrapper container !",
|
|
21285
22449
|
"creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "Please select another file with valid file format.",
|
|
21286
22450
|
"creatives.containersV2.EmailWrapper.invalidUploadFileError": "File cannot be uploaded.",
|
|
@@ -21442,7 +22606,8 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
21442
22606
|
"creatives.containersV2.LineImageCarousel.emptyTitleErrorMessage": "Template title can not be empty",
|
|
21443
22607
|
"creatives.containersV2.LineImageCarousel.enterTextActionTypeTitle": "Enter text",
|
|
21444
22608
|
"creatives.containersV2.LineImageCarousel.enterUriActionTypeTitle": "Enter url",
|
|
21445
|
-
"creatives.containersV2.LineImageCarousel.
|
|
22609
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDesc": "Format: JPEG, PNG Dimensions: 1024px x 1024px Size: 1 MB",
|
|
22610
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
|
|
21446
22611
|
"creatives.containersV2.LineImageCarousel.imageGallery": "Gallery",
|
|
21447
22612
|
"creatives.containersV2.LineImageCarousel.imageReUpload": "Re upload",
|
|
21448
22613
|
"creatives.containersV2.LineImageCarousel.inValidUrliErrorMessage": "Action content uri is not valid",
|
|
@@ -21558,12 +22723,12 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
21558
22723
|
"creatives.containersV2.LineWrapper.changeModalDescription": "The already added content for this card will be lost by changing the content tab.",
|
|
21559
22724
|
"creatives.containersV2.LineWrapper.changeModalLabel": "Do you still want to make the changes to content tab",
|
|
21560
22725
|
"creatives.containersV2.LineWrapper.changeModalTitle": "Changing content tab?",
|
|
22726
|
+
"creatives.containersV2.LineWrapper.flexLabel": "Card message",
|
|
21561
22727
|
"creatives.containersV2.LineWrapper.imageLabel": "Image",
|
|
21562
22728
|
"creatives.containersV2.LineWrapper.imagemapLabel": "Rich message",
|
|
21563
22729
|
"creatives.containersV2.LineWrapper.modalDiscardChangesButtonLabel": "No",
|
|
21564
22730
|
"creatives.containersV2.LineWrapper.modalSaveChangesButtonLabel": "Yes, change",
|
|
21565
22731
|
"creatives.containersV2.LineWrapper.stickerLabel": "Sticker",
|
|
21566
|
-
"creatives.containersV2.LineWrapper.templateLabel": "Card message",
|
|
21567
22732
|
"creatives.containersV2.LineWrapper.textLabel": "Text",
|
|
21568
22733
|
"creatives.containersV2.LineWrapper.videoLabel": "Rich video message",
|
|
21569
22734
|
"creatives.containersV2.Login.header": "This is login container change !",
|
|
@@ -21718,7 +22883,162 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
21718
22883
|
"creatives.containersV2.MobilepushWrapper.image": "Image content",
|
|
21719
22884
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
21720
22885
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
22886
|
+
"creatives.containersV2.Rcs.addSmsCreative": "Add SMS creative",
|
|
22887
|
+
"creatives.containersV2.Rcs.buttonTextAndUrl": ", CTA button text & url",
|
|
22888
|
+
"creatives.containersV2.Rcs.disabledMediaTooltip": "Not yet enabled. Coming soon!",
|
|
22889
|
+
"creatives.containersV2.Rcs.dltEditHeader": "Edit SMS",
|
|
22890
|
+
"creatives.containersV2.Rcs.emptyTemplateDescErrorMessage": "Template message cannot be empty",
|
|
22891
|
+
"creatives.containersV2.Rcs.fallbackDesc": "We would suggest to add fallback SMS",
|
|
22892
|
+
"creatives.containersV2.Rcs.fallbackLabel": "Fallback SMS message",
|
|
22893
|
+
"creatives.containersV2.Rcs.fallbackMsgLenError": "Only 1 SMS (160 characters) allowed for fallback sms",
|
|
22894
|
+
"creatives.containersV2.Rcs.fallbackMsgPlaceholder": "Enter the text message content for fallback SMS",
|
|
22895
|
+
"creatives.containersV2.Rcs.fallbackPreviewtitle": "Preview of fallback SMS",
|
|
22896
|
+
"creatives.containersV2.Rcs.fallbackTextAreaLabel": "SMS message",
|
|
22897
|
+
"creatives.containersV2.Rcs.fallbackToolTip": "This is to deliver an RCS message as an SMS message to end users whose phones do not support RCS",
|
|
22898
|
+
"creatives.containersV2.Rcs.image": "and image",
|
|
22899
|
+
"creatives.containersV2.Rcs.mediaImage": "Image",
|
|
22900
|
+
"creatives.containersV2.Rcs.mediaLabel": "Media",
|
|
22901
|
+
"creatives.containersV2.Rcs.mediaNone": "None",
|
|
22902
|
+
"creatives.containersV2.Rcs.mediaVideo": "Video/Slideshow",
|
|
22903
|
+
"creatives.containersV2.Rcs.optional": "(Optional)",
|
|
22904
|
+
"creatives.containersV2.Rcs.rcsCreateNotification": "RCS template created successfully",
|
|
22905
|
+
"creatives.containersV2.Rcs.rcsDltDesc": "Select any of the existing templates",
|
|
22906
|
+
"creatives.containersV2.Rcs.rcsDltTitle": "SMS creative templates",
|
|
22907
|
+
"creatives.containersV2.Rcs.rcsDoneBtnToolTip": "Please add template name {type} to proceed further",
|
|
22908
|
+
"creatives.containersV2.Rcs.rcsEditNotification": "RCS template updated successfully",
|
|
22909
|
+
"creatives.containersV2.Rcs.templateButton": "Buttons",
|
|
22910
|
+
"creatives.containersV2.Rcs.templateButtonDesc": "Use buttons to redirect user to respective link or quick response/ action.",
|
|
22911
|
+
"creatives.containersV2.Rcs.templateCTAButton": "Call to action",
|
|
22912
|
+
"creatives.containersV2.Rcs.templateCTAButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
22913
|
+
"creatives.containersV2.Rcs.templateDescLabel": "Text message",
|
|
22914
|
+
"creatives.containersV2.Rcs.templateDescLengthError": "Template message length cannot exceed 1000",
|
|
22915
|
+
"creatives.containersV2.Rcs.templateDescPlaceholder": "Enter the text message",
|
|
22916
|
+
"creatives.containersV2.Rcs.templateQRButton": "Quick reply",
|
|
22917
|
+
"creatives.containersV2.Rcs.templateQRButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
22918
|
+
"creatives.containersV2.Rcs.templateTitle": "Title",
|
|
22919
|
+
"creatives.containersV2.Rcs.templateTitlePlaceholder": "Enter title",
|
|
22920
|
+
"creatives.containersV2.Rcs.textMessage": "and text message",
|
|
22921
|
+
"creatives.containersV2.Rcs.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
21721
22922
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
22923
|
+
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
22924
|
+
"creatives.containersV2.Templates.all": "All",
|
|
22925
|
+
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
22926
|
+
"creatives.containersV2.Templates.areYouSureText": "Confirm delete template",
|
|
22927
|
+
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
22928
|
+
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
22929
|
+
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
22930
|
+
"creatives.containersV2.Templates.category": "Category",
|
|
22931
|
+
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
22932
|
+
"creatives.containersV2.Templates.clearAll": "Clear all",
|
|
22933
|
+
"creatives.containersV2.Templates.continue": "Continue",
|
|
22934
|
+
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
22935
|
+
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
22936
|
+
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
22937
|
+
"creatives.containersV2.Templates.createNewTemplateLink": "Create new template",
|
|
22938
|
+
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
22939
|
+
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
22940
|
+
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
22941
|
+
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
22942
|
+
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
22943
|
+
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
22944
|
+
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
22945
|
+
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
22946
|
+
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
22947
|
+
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
22948
|
+
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
22949
|
+
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
22950
|
+
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
22951
|
+
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
22952
|
+
"creatives.containersV2.Templates.editButton": "Edit",
|
|
22953
|
+
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
22954
|
+
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
22955
|
+
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
22956
|
+
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
22957
|
+
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
22958
|
+
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
22959
|
+
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
22960
|
+
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
22961
|
+
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
22962
|
+
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
22963
|
+
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
22964
|
+
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
22965
|
+
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
22966
|
+
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
22967
|
+
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
22968
|
+
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
22969
|
+
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
22970
|
+
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
22971
|
+
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
22972
|
+
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
22973
|
+
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
22974
|
+
"creatives.containersV2.Templates.newRCSTemplate": "New RCS {template}",
|
|
22975
|
+
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
22976
|
+
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
22977
|
+
"creatives.containersV2.Templates.newWhatsappTemplate": "Add new Whatsapp {template}",
|
|
22978
|
+
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
22979
|
+
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
22980
|
+
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
22981
|
+
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
22982
|
+
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
22983
|
+
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
22984
|
+
"creatives.containersV2.Templates.noAccountsPresentWhatsapp": "Whatsapp accounts are not setup for your brand",
|
|
22985
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesDesc": "Please try creating a new template, once it is approved by Whatsapp it will be available here",
|
|
22986
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesTitle": "Sorry, we couldn’t find any approved templates",
|
|
22987
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesDesc": "Please try searching with another term or apply different filter",
|
|
22988
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesTitle": "Sorry, we couldn’t find any matches",
|
|
22989
|
+
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
22990
|
+
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
22991
|
+
"creatives.containersV2.Templates.preview": "Preview",
|
|
22992
|
+
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
22993
|
+
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
22994
|
+
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
22995
|
+
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
22996
|
+
"creatives.containersV2.Templates.rcsDescIllustartion": "These templates can be reused when creating a new message content",
|
|
22997
|
+
"creatives.containersV2.Templates.rcsDltIllustrationDesc": "Please try creating a new DLT template in SMS section, once it is created, it will be available here",
|
|
22998
|
+
"creatives.containersV2.Templates.rcsDltIllustrationTitle": "Sorry, we couldn’t find any DLT templates",
|
|
22999
|
+
"creatives.containersV2.Templates.rcsTitleIllustartion": "Add new RCS creatives {template}",
|
|
23000
|
+
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
23001
|
+
"creatives.containersV2.Templates.searchText": "Search",
|
|
23002
|
+
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
23003
|
+
"creatives.containersV2.Templates.selectButton": "Select",
|
|
23004
|
+
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
23005
|
+
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
23006
|
+
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
23007
|
+
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
23008
|
+
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
23009
|
+
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
23010
|
+
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
23011
|
+
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
23012
|
+
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
23013
|
+
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
23014
|
+
"creatives.containersV2.Templates.status": "Status",
|
|
23015
|
+
"creatives.containersV2.Templates.template": "template",
|
|
23016
|
+
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you wish to delete this template?",
|
|
23017
|
+
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
23018
|
+
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
23019
|
+
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
23020
|
+
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
23021
|
+
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
23022
|
+
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
23023
|
+
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
23024
|
+
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
23025
|
+
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
23026
|
+
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
23027
|
+
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
23028
|
+
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
23029
|
+
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
23030
|
+
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
23031
|
+
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
23032
|
+
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
23033
|
+
"creatives.containersV2.Templates.whatsappAccount": "Whatsapp account",
|
|
23034
|
+
"creatives.containersV2.Templates.whatsappDescIllustration": "These templates can be reused when creating a
|
|
23035
|
+
new message content.",
|
|
23036
|
+
"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.",
|
|
23037
|
+
"creatives.containersV2.Templates.whatsappOnlyApprovedTemplates": "Only \\"Approved\\" templates are available here, as you can use those templates to create a message.",
|
|
23038
|
+
"creatives.containersV2.Templates.whatsappOverview": "Overview",
|
|
23039
|
+
"creatives.containersV2.Templates.whatsappTitleIllustration": "Add a new Whatsapp creative {template}",
|
|
23040
|
+
"creatives.containersV2.Templates.yesText": "Yes, delete",
|
|
23041
|
+
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
21722
23042
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
21723
23043
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
21724
23044
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -21787,6 +23107,8 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
21787
23107
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
21788
23108
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
21789
23109
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
23110
|
+
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
23111
|
+
"creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
21790
23112
|
"creatives.containersV2.addLabels": "Add labels",
|
|
21791
23113
|
"creatives.containersV2.appName": "App Name",
|
|
21792
23114
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -21879,6 +23201,7 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
21879
23201
|
"creatives.containersV2.richMedia.Create.wechatTitle": "Title",
|
|
21880
23202
|
"creatives.containersV2.richMedia.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
|
|
21881
23203
|
"creatives.containersV2.richMedia.Create.wrongUrl": "Enter correct URL",
|
|
23204
|
+
"creatives.containersV2.save": "Save",
|
|
21882
23205
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
21883
23206
|
"creatives.containersV2.signUp": "Sign Up",
|
|
21884
23207
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
@@ -24585,15 +25908,19 @@ FREE GIFTS-
|
|
|
24585
25908
|
"app.components.CapVideoUpload.fileFormat": "Format: MP4",
|
|
24586
25909
|
"app.components.CapVideoUpload.imageReUpload": "Re upload",
|
|
24587
25910
|
"app.components.CapVideoUpload.or": "OR",
|
|
25911
|
+
"app.components.CapVideoUpload.selectFromComputer": "Select from computer",
|
|
24588
25912
|
"app.components.CapVideoUpload.textMessageAddLabel": "How do you want to upload the image?",
|
|
24589
25913
|
"app.components.CapVideoUpload.textMessageCreateNew": "Create new",
|
|
24590
25914
|
"app.components.CapVideoUpload.textMessageORLabel": "OR",
|
|
24591
25915
|
"app.components.CapVideoUpload.textMessageSelectTemplate": "Select template",
|
|
24592
|
-
"app.components.CapVideoUpload.uploadComputer": "Your computer",
|
|
24593
25916
|
"app.components.CapVideoUpload.videoIncorrectSize": "This file format/size is not supported.",
|
|
24594
25917
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
24595
25918
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
25919
|
+
"app.components.CapVideoUpload.whatsappErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
25920
|
+
"app.components.CapVideoUpload.whatsappFileFormat": "Format: MP4",
|
|
24596
25921
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
25922
|
+
"app.components.TemplatePreview.optoutCharactersTotal": "Includes optout tag ({optoutUrlLength} characters)",
|
|
25923
|
+
"app.components.TemplatePreview.whatsappMessageLength": "1 Message ({length} characters)",
|
|
24597
25924
|
"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.",
|
|
24598
25925
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
24599
25926
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
@@ -24722,18 +26049,28 @@ FREE GIFTS-
|
|
|
24722
26049
|
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
24723
26050
|
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
24724
26051
|
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
26052
|
+
"creatives.componentsV2.CapDocumentUpload.docErrorDesc": "Please upload the document with allowed file extension and size",
|
|
26053
|
+
"creatives.componentsV2.CapDocumentUpload.docReUpload": "Reupload",
|
|
26054
|
+
"creatives.componentsV2.CapDocumentUpload.dragAndDrop": "Drag and drop document here",
|
|
26055
|
+
"creatives.componentsV2.CapDocumentUpload.format": "Format: {format}",
|
|
26056
|
+
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
26057
|
+
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
26058
|
+
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
26059
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
24725
26060
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
24726
26061
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
24727
26062
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
24728
26063
|
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
26064
|
+
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
24729
26065
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
24730
|
-
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
24731
26066
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
24732
26067
|
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
24733
26068
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
24734
26069
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
24735
26070
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
24736
26071
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
26072
|
+
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
26073
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
24737
26074
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
24738
26075
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
24739
26076
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -24819,8 +26156,21 @@ FREE GIFTS-
|
|
|
24819
26156
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
24820
26157
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
24821
26158
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
26159
|
+
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
26160
|
+
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
26161
|
+
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
24822
26162
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
26163
|
+
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
26164
|
+
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
26165
|
+
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
24823
26166
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
26167
|
+
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
26168
|
+
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
26169
|
+
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
26170
|
+
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
26171
|
+
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
26172
|
+
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
26173
|
+
"creatives.componentsV2.TemplatePreview.videoPreviewTooltip": "This is just for preview purposes, video cannot be played here",
|
|
24824
26174
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
24825
26175
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
24826
26176
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -24831,6 +26181,7 @@ FREE GIFTS-
|
|
|
24831
26181
|
"creatives.componentsV2.TopBar.logout": "Logout",
|
|
24832
26182
|
"creatives.componentsV2.TopBar.profile": "Profile",
|
|
24833
26183
|
"creatives.componentsV2.TopBar.settings": "Settings",
|
|
26184
|
+
"creatives.componentsV2.unbalanacedCurlyBraces": "Invalid label, please close all curly braces",
|
|
24834
26185
|
"creatives.componentsv2.MobilePushPreviewV2.header": "This is the MobilePushPreviewV2 component !",
|
|
24835
26186
|
"creatives.containers.Assets.Gallery.alphabetically": "Alphabetically",
|
|
24836
26187
|
"creatives.containers.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
|
|
@@ -25569,6 +26920,7 @@ FREE GIFTS-
|
|
|
25569
26920
|
"creatives.containersV2.Creatives.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
25570
26921
|
"creatives.containersV2.Creatives.templateDeleteSuccess": "SMS template deleted successfully",
|
|
25571
26922
|
"creatives.containersV2.Creatives.templateDuplicateSuccess": "Template duplicated successfully",
|
|
26923
|
+
"creatives.containersV2.Creatives.templateNameEmpty": "Template name cannot be empty",
|
|
25572
26924
|
"creatives.containersV2.Creatives.templateSelection": "Template selection",
|
|
25573
26925
|
"creatives.containersV2.Creatives.textTemplate": "Text",
|
|
25574
26926
|
"creatives.containersV2.Creatives.unMapButton": "Unmap",
|
|
@@ -25706,6 +27058,7 @@ FREE GIFTS-
|
|
|
25706
27058
|
"creatives.containersV2.Email.yes": "Yes",
|
|
25707
27059
|
"creatives.containersV2.EmailWrapper.createMode": "How do you want to create ?",
|
|
25708
27060
|
"creatives.containersV2.EmailWrapper.creativeName": "Creative name",
|
|
27061
|
+
"creatives.containersV2.EmailWrapper.emptyTemplateName": "Please enter template name.",
|
|
25709
27062
|
"creatives.containersV2.EmailWrapper.header": "This is EmailWrapper container !",
|
|
25710
27063
|
"creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "Please select another file with valid file format.",
|
|
25711
27064
|
"creatives.containersV2.EmailWrapper.invalidUploadFileError": "File cannot be uploaded.",
|
|
@@ -25867,7 +27220,8 @@ FREE GIFTS-
|
|
|
25867
27220
|
"creatives.containersV2.LineImageCarousel.emptyTitleErrorMessage": "Template title can not be empty",
|
|
25868
27221
|
"creatives.containersV2.LineImageCarousel.enterTextActionTypeTitle": "Enter text",
|
|
25869
27222
|
"creatives.containersV2.LineImageCarousel.enterUriActionTypeTitle": "Enter url",
|
|
25870
|
-
"creatives.containersV2.LineImageCarousel.
|
|
27223
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDesc": "Format: JPEG, PNG Dimensions: 1024px x 1024px Size: 1 MB",
|
|
27224
|
+
"creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
|
|
25871
27225
|
"creatives.containersV2.LineImageCarousel.imageGallery": "Gallery",
|
|
25872
27226
|
"creatives.containersV2.LineImageCarousel.imageReUpload": "Re upload",
|
|
25873
27227
|
"creatives.containersV2.LineImageCarousel.inValidUrliErrorMessage": "Action content uri is not valid",
|
|
@@ -25983,12 +27337,12 @@ FREE GIFTS-
|
|
|
25983
27337
|
"creatives.containersV2.LineWrapper.changeModalDescription": "The already added content for this card will be lost by changing the content tab.",
|
|
25984
27338
|
"creatives.containersV2.LineWrapper.changeModalLabel": "Do you still want to make the changes to content tab",
|
|
25985
27339
|
"creatives.containersV2.LineWrapper.changeModalTitle": "Changing content tab?",
|
|
27340
|
+
"creatives.containersV2.LineWrapper.flexLabel": "Card message",
|
|
25986
27341
|
"creatives.containersV2.LineWrapper.imageLabel": "Image",
|
|
25987
27342
|
"creatives.containersV2.LineWrapper.imagemapLabel": "Rich message",
|
|
25988
27343
|
"creatives.containersV2.LineWrapper.modalDiscardChangesButtonLabel": "No",
|
|
25989
27344
|
"creatives.containersV2.LineWrapper.modalSaveChangesButtonLabel": "Yes, change",
|
|
25990
27345
|
"creatives.containersV2.LineWrapper.stickerLabel": "Sticker",
|
|
25991
|
-
"creatives.containersV2.LineWrapper.templateLabel": "Card message",
|
|
25992
27346
|
"creatives.containersV2.LineWrapper.textLabel": "Text",
|
|
25993
27347
|
"creatives.containersV2.LineWrapper.videoLabel": "Rich video message",
|
|
25994
27348
|
"creatives.containersV2.Login.header": "This is login container change !",
|
|
@@ -26143,7 +27497,162 @@ FREE GIFTS-
|
|
|
26143
27497
|
"creatives.containersV2.MobilepushWrapper.image": "Image content",
|
|
26144
27498
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
26145
27499
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
27500
|
+
"creatives.containersV2.Rcs.addSmsCreative": "Add SMS creative",
|
|
27501
|
+
"creatives.containersV2.Rcs.buttonTextAndUrl": ", CTA button text & url",
|
|
27502
|
+
"creatives.containersV2.Rcs.disabledMediaTooltip": "Not yet enabled. Coming soon!",
|
|
27503
|
+
"creatives.containersV2.Rcs.dltEditHeader": "Edit SMS",
|
|
27504
|
+
"creatives.containersV2.Rcs.emptyTemplateDescErrorMessage": "Template message cannot be empty",
|
|
27505
|
+
"creatives.containersV2.Rcs.fallbackDesc": "We would suggest to add fallback SMS",
|
|
27506
|
+
"creatives.containersV2.Rcs.fallbackLabel": "Fallback SMS message",
|
|
27507
|
+
"creatives.containersV2.Rcs.fallbackMsgLenError": "Only 1 SMS (160 characters) allowed for fallback sms",
|
|
27508
|
+
"creatives.containersV2.Rcs.fallbackMsgPlaceholder": "Enter the text message content for fallback SMS",
|
|
27509
|
+
"creatives.containersV2.Rcs.fallbackPreviewtitle": "Preview of fallback SMS",
|
|
27510
|
+
"creatives.containersV2.Rcs.fallbackTextAreaLabel": "SMS message",
|
|
27511
|
+
"creatives.containersV2.Rcs.fallbackToolTip": "This is to deliver an RCS message as an SMS message to end users whose phones do not support RCS",
|
|
27512
|
+
"creatives.containersV2.Rcs.image": "and image",
|
|
27513
|
+
"creatives.containersV2.Rcs.mediaImage": "Image",
|
|
27514
|
+
"creatives.containersV2.Rcs.mediaLabel": "Media",
|
|
27515
|
+
"creatives.containersV2.Rcs.mediaNone": "None",
|
|
27516
|
+
"creatives.containersV2.Rcs.mediaVideo": "Video/Slideshow",
|
|
27517
|
+
"creatives.containersV2.Rcs.optional": "(Optional)",
|
|
27518
|
+
"creatives.containersV2.Rcs.rcsCreateNotification": "RCS template created successfully",
|
|
27519
|
+
"creatives.containersV2.Rcs.rcsDltDesc": "Select any of the existing templates",
|
|
27520
|
+
"creatives.containersV2.Rcs.rcsDltTitle": "SMS creative templates",
|
|
27521
|
+
"creatives.containersV2.Rcs.rcsDoneBtnToolTip": "Please add template name {type} to proceed further",
|
|
27522
|
+
"creatives.containersV2.Rcs.rcsEditNotification": "RCS template updated successfully",
|
|
27523
|
+
"creatives.containersV2.Rcs.templateButton": "Buttons",
|
|
27524
|
+
"creatives.containersV2.Rcs.templateButtonDesc": "Use buttons to redirect user to respective link or quick response/ action.",
|
|
27525
|
+
"creatives.containersV2.Rcs.templateCTAButton": "Call to action",
|
|
27526
|
+
"creatives.containersV2.Rcs.templateCTAButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
27527
|
+
"creatives.containersV2.Rcs.templateDescLabel": "Text message",
|
|
27528
|
+
"creatives.containersV2.Rcs.templateDescLengthError": "Template message length cannot exceed 1000",
|
|
27529
|
+
"creatives.containersV2.Rcs.templateDescPlaceholder": "Enter the text message",
|
|
27530
|
+
"creatives.containersV2.Rcs.templateQRButton": "Quick reply",
|
|
27531
|
+
"creatives.containersV2.Rcs.templateQRButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
27532
|
+
"creatives.containersV2.Rcs.templateTitle": "Title",
|
|
27533
|
+
"creatives.containersV2.Rcs.templateTitlePlaceholder": "Enter title",
|
|
27534
|
+
"creatives.containersV2.Rcs.textMessage": "and text message",
|
|
27535
|
+
"creatives.containersV2.Rcs.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
26146
27536
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
27537
|
+
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
27538
|
+
"creatives.containersV2.Templates.all": "All",
|
|
27539
|
+
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
27540
|
+
"creatives.containersV2.Templates.areYouSureText": "Confirm delete template",
|
|
27541
|
+
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
27542
|
+
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
27543
|
+
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
27544
|
+
"creatives.containersV2.Templates.category": "Category",
|
|
27545
|
+
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
27546
|
+
"creatives.containersV2.Templates.clearAll": "Clear all",
|
|
27547
|
+
"creatives.containersV2.Templates.continue": "Continue",
|
|
27548
|
+
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
27549
|
+
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
27550
|
+
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
27551
|
+
"creatives.containersV2.Templates.createNewTemplateLink": "Create new template",
|
|
27552
|
+
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
27553
|
+
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
27554
|
+
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
27555
|
+
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
27556
|
+
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
27557
|
+
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
27558
|
+
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
27559
|
+
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
27560
|
+
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
27561
|
+
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
27562
|
+
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
27563
|
+
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
27564
|
+
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
27565
|
+
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
27566
|
+
"creatives.containersV2.Templates.editButton": "Edit",
|
|
27567
|
+
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
27568
|
+
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
27569
|
+
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
27570
|
+
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
27571
|
+
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
27572
|
+
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
27573
|
+
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
27574
|
+
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
27575
|
+
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
27576
|
+
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
27577
|
+
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
27578
|
+
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
27579
|
+
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
27580
|
+
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
27581
|
+
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
27582
|
+
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
27583
|
+
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
27584
|
+
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
27585
|
+
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
27586
|
+
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
27587
|
+
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
27588
|
+
"creatives.containersV2.Templates.newRCSTemplate": "New RCS {template}",
|
|
27589
|
+
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
27590
|
+
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
27591
|
+
"creatives.containersV2.Templates.newWhatsappTemplate": "Add new Whatsapp {template}",
|
|
27592
|
+
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
27593
|
+
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
27594
|
+
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
27595
|
+
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
27596
|
+
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
27597
|
+
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
27598
|
+
"creatives.containersV2.Templates.noAccountsPresentWhatsapp": "Whatsapp accounts are not setup for your brand",
|
|
27599
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesDesc": "Please try creating a new template, once it is approved by Whatsapp it will be available here",
|
|
27600
|
+
"creatives.containersV2.Templates.noApprovedWhatsappTemplatesTitle": "Sorry, we couldn’t find any approved templates",
|
|
27601
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesDesc": "Please try searching with another term or apply different filter",
|
|
27602
|
+
"creatives.containersV2.Templates.noFilteredWhatsappTemplatesTitle": "Sorry, we couldn’t find any matches",
|
|
27603
|
+
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
27604
|
+
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
27605
|
+
"creatives.containersV2.Templates.preview": "Preview",
|
|
27606
|
+
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
27607
|
+
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
27608
|
+
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
27609
|
+
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
27610
|
+
"creatives.containersV2.Templates.rcsDescIllustartion": "These templates can be reused when creating a new message content",
|
|
27611
|
+
"creatives.containersV2.Templates.rcsDltIllustrationDesc": "Please try creating a new DLT template in SMS section, once it is created, it will be available here",
|
|
27612
|
+
"creatives.containersV2.Templates.rcsDltIllustrationTitle": "Sorry, we couldn’t find any DLT templates",
|
|
27613
|
+
"creatives.containersV2.Templates.rcsTitleIllustartion": "Add new RCS creatives {template}",
|
|
27614
|
+
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
27615
|
+
"creatives.containersV2.Templates.searchText": "Search",
|
|
27616
|
+
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
27617
|
+
"creatives.containersV2.Templates.selectButton": "Select",
|
|
27618
|
+
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
27619
|
+
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
27620
|
+
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
27621
|
+
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
27622
|
+
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
27623
|
+
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
27624
|
+
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
27625
|
+
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
27626
|
+
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
27627
|
+
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
27628
|
+
"creatives.containersV2.Templates.status": "Status",
|
|
27629
|
+
"creatives.containersV2.Templates.template": "template",
|
|
27630
|
+
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you wish to delete this template?",
|
|
27631
|
+
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
27632
|
+
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
27633
|
+
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
27634
|
+
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
27635
|
+
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
27636
|
+
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
27637
|
+
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
27638
|
+
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
27639
|
+
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
27640
|
+
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
27641
|
+
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
27642
|
+
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
27643
|
+
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
27644
|
+
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
27645
|
+
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
27646
|
+
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
27647
|
+
"creatives.containersV2.Templates.whatsappAccount": "Whatsapp account",
|
|
27648
|
+
"creatives.containersV2.Templates.whatsappDescIllustration": "These templates can be reused when creating a
|
|
27649
|
+
new message content.",
|
|
27650
|
+
"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.",
|
|
27651
|
+
"creatives.containersV2.Templates.whatsappOnlyApprovedTemplates": "Only \\"Approved\\" templates are available here, as you can use those templates to create a message.",
|
|
27652
|
+
"creatives.containersV2.Templates.whatsappOverview": "Overview",
|
|
27653
|
+
"creatives.containersV2.Templates.whatsappTitleIllustration": "Add a new Whatsapp creative {template}",
|
|
27654
|
+
"creatives.containersV2.Templates.yesText": "Yes, delete",
|
|
27655
|
+
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
26147
27656
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
26148
27657
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
26149
27658
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -26212,6 +27721,8 @@ FREE GIFTS-
|
|
|
26212
27721
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
26213
27722
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
26214
27723
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
27724
|
+
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
27725
|
+
"creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
26215
27726
|
"creatives.containersV2.addLabels": "Add labels",
|
|
26216
27727
|
"creatives.containersV2.appName": "App Name",
|
|
26217
27728
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -26304,6 +27815,7 @@ FREE GIFTS-
|
|
|
26304
27815
|
"creatives.containersV2.richMedia.Create.wechatTitle": "Title",
|
|
26305
27816
|
"creatives.containersV2.richMedia.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
|
|
26306
27817
|
"creatives.containersV2.richMedia.Create.wrongUrl": "Enter correct URL",
|
|
27818
|
+
"creatives.containersV2.save": "Save",
|
|
26307
27819
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
26308
27820
|
"creatives.containersV2.signUp": "Sign Up",
|
|
26309
27821
|
"creatives.containersV2.subscribe": "Subscribe",
|