@capillarytech/creatives-library 7.16.13 → 7.16.17
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 +220 -10
- package/containers/MobilePush/Create/index.js +18 -0
- package/containers/MobilePush/Create/messages.js +2 -2
- package/containers/MobilePush/Edit/index.js +18 -0
- package/containers/MobilePush/Edit/messages.js +2 -2
- package/package.json +1 -1
- package/translations/en.json +220 -10
- package/translations/ja-JP.json +212 -2
- package/translations/zh.json +212 -2
- package/v2Components/CapWhatsappCTA/index.js +1 -1
- package/v2Components/CapWhatsappCTA/messages.js +1 -5
- package/v2Components/FormBuilder/constants.js +1 -0
- package/v2Components/FormBuilder/index.js +48 -4
- package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +220 -10
- package/v2Containers/CreativesContainer/constants.js +2 -0
- package/v2Containers/CreativesContainer/tests/__snapshots__/index.test.js.snap +8 -0
- package/v2Containers/LanguageProvider/index.js +3 -0
- package/v2Containers/LanguageProvider/tests/index.test.js +1 -0
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +663 -30
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +440 -20
- package/v2Containers/Line/Container/Video/index.js +2 -2
- package/v2Containers/Line/Container/Video/messages.js +9 -0
- package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +3740 -170
- package/v2Containers/Line/Container/tests/__snapshots__/index.test.js.snap +3960 -180
- package/v2Containers/MobilePush/Create/index.js +31 -3
- package/v2Containers/MobilePush/Create/messages.js +50 -2
- package/v2Containers/MobilePush/Edit/index.js +29 -1
- package/v2Containers/MobilePush/Edit/messages.js +50 -2
- package/v2Containers/MobilePush/commonMethods.js +2 -2
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +10349 -473
- package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +880 -40
- package/v2Containers/SmsTrai/Edit/index.js +1 -1
- package/v2Containers/SmsTrai/Edit/messages.js +1 -1
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +1760 -80
- package/v2Containers/Templates/tests/__snapshots__/index.test.js.snap +16 -0
- package/v2Containers/Whatsapp/index.js +3 -3
- package/v2Containers/Whatsapp/messages.js +3 -3
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +17965 -1789
|
@@ -72,6 +72,21 @@ exports[`line wrapper test/> should render line component new 1`] = `
|
|
|
72
72
|
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
73
73
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
74
74
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
75
|
+
"app.v2containers.SmsTrai.Edit.addLabels": "Add labels",
|
|
76
|
+
"app.v2containers.SmsTrai.Edit.cancelButtonLabel": "Cancel",
|
|
77
|
+
"app.v2containers.SmsTrai.Edit.inputplaceHolderText": "Add labels or text or combination of both",
|
|
78
|
+
"app.v2containers.SmsTrai.Edit.msgLengthNote": "Only 30 characters are allowed per variable {var} field. In case the field resolves to more than 30 characters the message is bound to fail. Hence will not be sent by the Capillary system.",
|
|
79
|
+
"app.v2containers.SmsTrai.Edit.saveButtonLabel": "Save",
|
|
80
|
+
"app.v2containers.SmsTrai.Edit.senderIdlabel": "Sender ID",
|
|
81
|
+
"app.v2containers.SmsTrai.Edit.smsEditNotification": "Sms template updated successfully",
|
|
82
|
+
"app.v2containers.SmsTrai.Edit.templateLabel": "Template",
|
|
83
|
+
"app.v2containers.SmsTrai.Edit.textAreaCounts": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
84
|
+
"app.v2containers.SmsTrai.Edit.textAreaError": "Template cannot be empty",
|
|
85
|
+
"app.v2containers.SmsTrai.Edit.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
86
|
+
"app.v2containers.SmsTrai.Edit.traiEditSeperator": "|",
|
|
87
|
+
"app.v2containers.SmsTrai.Edit.traiEditTitle": "Message",
|
|
88
|
+
"app.v2containers.SmsTrai.Edit.unicodeLabel": "Allow unicode characters",
|
|
89
|
+
"app.v2containers.SmsTrai.Edit.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
75
90
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
76
91
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
77
92
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -200,6 +215,31 @@ exports[`line wrapper test/> should render line component new 1`] = `
|
|
|
200
215
|
"creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "Number of days before expiry",
|
|
201
216
|
"creatives.componentsV2.CapTagList.outbound": "Outbound",
|
|
202
217
|
"creatives.componentsV2.CapTagList.search": "Search",
|
|
218
|
+
"creatives.componentsV2.CapWhatsappCTA.addButton": "Add button",
|
|
219
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaAddDisabled": "Please save the first button before proceeding to create second button",
|
|
220
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonErrorMessage": "Newlines, Emojis, or Special characters are not allowed",
|
|
221
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonText": "Button text",
|
|
222
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonTextPlaceholder": "Enter button text",
|
|
223
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonTextTooltip": "Use this to name the button. We would recommend not to use special characters for the button text.",
|
|
224
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaDynamicPlaceholder": "Enter URL, variable is added by default",
|
|
225
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaOptionDisabledTooltip": "This type of button can only be added once",
|
|
226
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaPhoneNo": "Phone number",
|
|
227
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaPhoneNoPlaceholder": "Enter phone number",
|
|
228
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaSaveDisabled": "Please complete the above fields to enable button",
|
|
229
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaStaticPlaceholder": "Enter website URL",
|
|
230
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaType": "Type of action",
|
|
231
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsite": "Website",
|
|
232
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteType": "URL Type",
|
|
233
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeDynamic": "Dynamic",
|
|
234
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeStatic": "Static",
|
|
235
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrl": "Website URL",
|
|
236
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrlErrorMessage": "URL is not valid",
|
|
237
|
+
"creatives.componentsV2.CapWhatsappCTA.dynamicUrlTooltip": "Only one variable can be added to a URL. No need to add {one} to the end of the URL",
|
|
238
|
+
"creatives.componentsV2.CapWhatsappCTA.dynamicUrlWithMoreVarErrorMessage": "Button with url type as dynamic can have only 1 variable",
|
|
239
|
+
"creatives.componentsV2.CapWhatsappCTA.staticUrlWithVarErrorMessage": "Button with url type as static cannot contain variables",
|
|
240
|
+
"creatives.componentsV2.CapWhatsappCTA.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
|
|
241
|
+
"creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListLabel": "Add URL label",
|
|
242
|
+
"creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListRevert": "Reset website URL label to default value",
|
|
203
243
|
"creatives.componentsV2.Ckeditor.header": "This is the Ckeditor component !",
|
|
204
244
|
"creatives.componentsV2.CmsTemplatesComponent.header": "This is the CmsTemplatesComponent component !",
|
|
205
245
|
"creatives.componentsV2.CmsTemplatesComponent.select": "Select",
|
|
@@ -611,8 +651,8 @@ exports[`line wrapper test/> should render line component new 1`] = `
|
|
|
611
651
|
"creatives.containers.MobilePush.Create.button2": "Button 2",
|
|
612
652
|
"creatives.containers.MobilePush.Create.cancel": "Cancel",
|
|
613
653
|
"creatives.containers.MobilePush.Create.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
614
|
-
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy
|
|
615
|
-
"creatives.containers.MobilePush.Create.copyFromIos": "Copy
|
|
654
|
+
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
655
|
+
"creatives.containers.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
616
656
|
"creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
617
657
|
"creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
618
658
|
"creatives.containers.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -676,8 +716,8 @@ exports[`line wrapper test/> should render line component new 1`] = `
|
|
|
676
716
|
"creatives.containers.MobilePush.Edit.button2": "Button 2",
|
|
677
717
|
"creatives.containers.MobilePush.Edit.cancel": "Cancel",
|
|
678
718
|
"creatives.containers.MobilePush.Edit.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
679
|
-
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy
|
|
680
|
-
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy
|
|
719
|
+
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
720
|
+
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
681
721
|
"creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
682
722
|
"creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
683
723
|
"creatives.containers.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -905,6 +945,7 @@ exports[`line wrapper test/> should render line component new 1`] = `
|
|
|
905
945
|
"creatives.containersV2.Cap.ebill": "Ebill",
|
|
906
946
|
"creatives.containersV2.Cap.email": "Email",
|
|
907
947
|
"creatives.containersV2.Cap.gallery": "Gallery",
|
|
948
|
+
"creatives.containersV2.Cap.journeys": "Journeys",
|
|
908
949
|
"creatives.containersV2.Cap.loyalty": "Loyalty",
|
|
909
950
|
"creatives.containersV2.Cap.memberCare": "Member Care",
|
|
910
951
|
"creatives.containersV2.Cap.sms": "SMS",
|
|
@@ -945,7 +986,6 @@ exports[`line wrapper test/> should render line component new 1`] = `
|
|
|
945
986
|
"creatives.containersV2.CapFacebookPreview.suggestedVideoMobile": "Suggested video mobile",
|
|
946
987
|
"creatives.containersV2.CapFacebookPreview.videoNotePreview": "Facebook may take time to upload the video. Please try Refreshing.",
|
|
947
988
|
"creatives.containersV2.CapFacebookPreview.watchFeedMobile": "Watch feed mobile",
|
|
948
|
-
"creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
|
|
949
989
|
"creatives.containersV2.Create.addLabel": "Add label",
|
|
950
990
|
"creatives.containersV2.Create.alertMessage": "Alert",
|
|
951
991
|
"creatives.containersV2.Create.cancelButton": "Cancel",
|
|
@@ -1426,11 +1466,13 @@ exports[`line wrapper test/> should render line component new 1`] = `
|
|
|
1426
1466
|
"creatives.containersV2.LineVideo.actionLabelTitle": "Action button label",
|
|
1427
1467
|
"creatives.containersV2.LineVideo.actionUrlPlaceholder": "Enter URL",
|
|
1428
1468
|
"creatives.containersV2.LineVideo.actionUrlTitle": "Link Url",
|
|
1469
|
+
"creatives.containersV2.LineVideo.display": "Display",
|
|
1429
1470
|
"creatives.containersV2.LineVideo.dragAndDrop": "Drag and drop video here",
|
|
1430
1471
|
"creatives.containersV2.LineVideo.emptyAltTextErrorMessage": "Title can not be empty",
|
|
1431
1472
|
"creatives.containersV2.LineVideo.emptyLabelErrorMessage": "Action label can not be more empty",
|
|
1432
1473
|
"creatives.containersV2.LineVideo.emptyTitleErrorMessage": "Template title can not be empty",
|
|
1433
1474
|
"creatives.containersV2.LineVideo.emptyUrlErrorMessage": "Action URL can not be more empty",
|
|
1475
|
+
"creatives.containersV2.LineVideo.hide": "Hide",
|
|
1434
1476
|
"creatives.containersV2.LineVideo.imageGallery": "Gallery",
|
|
1435
1477
|
"creatives.containersV2.LineVideo.imageReUpload": "Re upload",
|
|
1436
1478
|
"creatives.containersV2.LineVideo.inValidUrlErrorMessage": "Action url is not valid",
|
|
@@ -1474,19 +1516,29 @@ exports[`line wrapper test/> should render line component new 1`] = `
|
|
|
1474
1516
|
"creatives.containersV2.MobilePush.Create.Image": "Image",
|
|
1475
1517
|
"creatives.containersV2.MobilePush.Create.ImageUploadLabel": "Upload image",
|
|
1476
1518
|
"creatives.containersV2.MobilePush.Create.Tags": "Tags",
|
|
1519
|
+
"creatives.containersV2.MobilePush.Create.aPageWithMobileApp": "A page within mobile app",
|
|
1477
1520
|
"creatives.containersV2.MobilePush.Create.accountId": "Account id",
|
|
1521
|
+
"creatives.containersV2.MobilePush.Create.addActionButtonsToNotification": "Add action buttons to notification",
|
|
1522
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContent": "Add action link to content",
|
|
1523
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
1478
1524
|
"creatives.containersV2.MobilePush.Create.addAnotherCTA": "Add another CTA",
|
|
1525
|
+
"creatives.containersV2.MobilePush.Create.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
1479
1526
|
"creatives.containersV2.MobilePush.Create.addPrimaryCTA": "Add primary CTA",
|
|
1527
|
+
"creatives.containersV2.MobilePush.Create.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
1480
1528
|
"creatives.containersV2.MobilePush.Create.addSecondaryCTA": "Add secondary CTA",
|
|
1481
1529
|
"creatives.containersV2.MobilePush.Create.alertMessage": "Alert",
|
|
1530
|
+
"creatives.containersV2.MobilePush.Create.anExternalWebPage": "An external web page",
|
|
1482
1531
|
"creatives.containersV2.MobilePush.Create.androidNotConfigured": "Android template is not configured. Save without Android template",
|
|
1483
1532
|
"creatives.containersV2.MobilePush.Create.button1": "Button 1",
|
|
1484
1533
|
"creatives.containersV2.MobilePush.Create.button2": "Button 2",
|
|
1534
|
+
"creatives.containersV2.MobilePush.Create.buttonLabel": "Button label",
|
|
1485
1535
|
"creatives.containersV2.MobilePush.Create.cancel": "Cancel",
|
|
1486
1536
|
"creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
1487
1537
|
"creatives.containersV2.MobilePush.Create.change": "change",
|
|
1488
|
-
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy
|
|
1489
|
-
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy
|
|
1538
|
+
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
1539
|
+
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
1540
|
+
"creatives.containersV2.MobilePush.Create.coverImage": "Cover image",
|
|
1541
|
+
"creatives.containersV2.MobilePush.Create.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
1490
1542
|
"creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
1491
1543
|
"creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
1492
1544
|
"creatives.containersV2.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -1529,6 +1581,7 @@ exports[`line wrapper test/> should render line component new 1`] = `
|
|
|
1529
1581
|
"creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "Mobile push template created successfully",
|
|
1530
1582
|
"creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "Please provide a template name",
|
|
1531
1583
|
"creatives.containersV2.MobilePush.Create.templateNotConfigured": "template not configured,",
|
|
1584
|
+
"creatives.containersV2.MobilePush.Create.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
|
|
1532
1585
|
"creatives.containersV2.MobilePush.Create.title": "Title",
|
|
1533
1586
|
"creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
1534
1587
|
"creatives.containersV2.MobilePush.Create.titleLabel": "Title*",
|
|
@@ -1546,19 +1599,29 @@ exports[`line wrapper test/> should render line component new 1`] = `
|
|
|
1546
1599
|
"creatives.containersV2.MobilePush.Edit.Image": "Image",
|
|
1547
1600
|
"creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "Upload image",
|
|
1548
1601
|
"creatives.containersV2.MobilePush.Edit.Tags": "Tags",
|
|
1602
|
+
"creatives.containersV2.MobilePush.Edit.aPageWithMobileApp": "A page within mobile app",
|
|
1549
1603
|
"creatives.containersV2.MobilePush.Edit.accountId": "Account id",
|
|
1604
|
+
"creatives.containersV2.MobilePush.Edit.addActionButtonsToNotification": "Add action buttons to notification",
|
|
1605
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContent": "Add action link to content",
|
|
1606
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
1550
1607
|
"creatives.containersV2.MobilePush.Edit.addAnotherCTA": "Add another CTA",
|
|
1608
|
+
"creatives.containersV2.MobilePush.Edit.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
1551
1609
|
"creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "Add primary CTA",
|
|
1610
|
+
"creatives.containersV2.MobilePush.Edit.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
1552
1611
|
"creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "Add secondary CTA",
|
|
1553
1612
|
"creatives.containersV2.MobilePush.Edit.alertMessage": "Alert",
|
|
1613
|
+
"creatives.containersV2.MobilePush.Edit.anExternalWebPage": "An external web page",
|
|
1554
1614
|
"creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "Android template is not configured. Continue save?",
|
|
1555
1615
|
"creatives.containersV2.MobilePush.Edit.button1": "Button 1",
|
|
1556
1616
|
"creatives.containersV2.MobilePush.Edit.button2": "Button 2",
|
|
1617
|
+
"creatives.containersV2.MobilePush.Edit.buttonLabel": "Button label",
|
|
1557
1618
|
"creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
|
|
1558
1619
|
"creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
1559
1620
|
"creatives.containersV2.MobilePush.Edit.change": "change",
|
|
1560
|
-
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy
|
|
1561
|
-
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy
|
|
1621
|
+
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
1622
|
+
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
1623
|
+
"creatives.containersV2.MobilePush.Edit.coverImage": "Cover image",
|
|
1624
|
+
"creatives.containersV2.MobilePush.Edit.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
1562
1625
|
"creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
1563
1626
|
"creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
1564
1627
|
"creatives.containersV2.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -1601,6 +1664,7 @@ exports[`line wrapper test/> should render line component new 1`] = `
|
|
|
1601
1664
|
"creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "MOBILEPUSH template edited successfully",
|
|
1602
1665
|
"creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "Please provide a template name",
|
|
1603
1666
|
"creatives.containersV2.MobilePush.Edit.templateNotConfigured": "Template not configured,",
|
|
1667
|
+
"creatives.containersV2.MobilePush.Edit.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
|
|
1604
1668
|
"creatives.containersV2.MobilePush.Edit.title": "Title",
|
|
1605
1669
|
"creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
1606
1670
|
"creatives.containersV2.MobilePush.Edit.titleLabel": "Title*",
|
|
@@ -1837,11 +1901,157 @@ new message content.",
|
|
|
1837
1901
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
1838
1902
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
1839
1903
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
1904
|
+
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
1905
|
+
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
1906
|
+
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
1907
|
+
"creatives.containersV2.Whatsapp.addVar": "Add variables",
|
|
1908
|
+
"creatives.containersV2.Whatsapp.afrikaans": "Afrikaans",
|
|
1909
|
+
"creatives.containersV2.Whatsapp.albanian": "Albanian",
|
|
1840
1910
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
1841
1911
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
1912
|
+
"creatives.containersV2.Whatsapp.appointmentUpdate": "Appointment update",
|
|
1913
|
+
"creatives.containersV2.Whatsapp.appointmentUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their appointments.",
|
|
1842
1914
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
1915
|
+
"creatives.containersV2.Whatsapp.approvedStatusMsg": "This template has been approved",
|
|
1916
|
+
"creatives.containersV2.Whatsapp.arabic": "Arabic",
|
|
1917
|
+
"creatives.containersV2.Whatsapp.authentication": "Authentication",
|
|
1918
|
+
"creatives.containersV2.Whatsapp.authenticationTooltip": "Send codes that allow your customers to securely access their accounts.",
|
|
1919
|
+
"creatives.containersV2.Whatsapp.awaitingApproval": "Awaiting approval",
|
|
1920
|
+
"creatives.containersV2.Whatsapp.awaitingStatusDesc": "The template has been sent for approval at {date}, {time}. It takes up to 48 hrs to get approved.",
|
|
1921
|
+
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
1922
|
+
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
1923
|
+
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
1924
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be show clickable buttons below your message.",
|
|
1925
|
+
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
1926
|
+
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
1927
|
+
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
1928
|
+
"creatives.containersV2.Whatsapp.btnTypeNone": "None",
|
|
1929
|
+
"creatives.containersV2.Whatsapp.btnTypeQuickReply": "Quick reply",
|
|
1930
|
+
"creatives.containersV2.Whatsapp.bulgarian": "Bulgarian",
|
|
1931
|
+
"creatives.containersV2.Whatsapp.cancelButtonLabel": "Cancel",
|
|
1932
|
+
"creatives.containersV2.Whatsapp.catalan": "Catalan",
|
|
1933
|
+
"creatives.containersV2.Whatsapp.chineseCHN": "Chinese (CHN)",
|
|
1934
|
+
"creatives.containersV2.Whatsapp.chineseHKG": "Chinese (HKG)",
|
|
1935
|
+
"creatives.containersV2.Whatsapp.chineseTAI": "Chinese (TAI)",
|
|
1936
|
+
"creatives.containersV2.Whatsapp.croatian": "Croatian",
|
|
1937
|
+
"creatives.containersV2.Whatsapp.ctaDesc": "Create up to 2 buttons that let customers respond to your messages or take action.",
|
|
1938
|
+
"creatives.containersV2.Whatsapp.czech": "Czech",
|
|
1939
|
+
"creatives.containersV2.Whatsapp.danish": "Danish",
|
|
1940
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltip": "This template is non-editable as this is {status}",
|
|
1941
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltipStatus": "awaiting for approval",
|
|
1942
|
+
"creatives.containersV2.Whatsapp.disabledFeatureTooltip": "Not yet enabled. Coming soon!",
|
|
1943
|
+
"creatives.containersV2.Whatsapp.dutch": "Dutch",
|
|
1944
|
+
"creatives.containersV2.Whatsapp.emptyTemplateMessageErrorMessage": "Template message cannot be empty",
|
|
1945
|
+
"creatives.containersV2.Whatsapp.english": "English",
|
|
1946
|
+
"creatives.containersV2.Whatsapp.englishUK": "English (UK)",
|
|
1947
|
+
"creatives.containersV2.Whatsapp.englishUS": "English (US)",
|
|
1948
|
+
"creatives.containersV2.Whatsapp.estonian": "Estonian",
|
|
1949
|
+
"creatives.containersV2.Whatsapp.filipino": "Filipino",
|
|
1950
|
+
"creatives.containersV2.Whatsapp.finnish": "Finnish",
|
|
1951
|
+
"creatives.containersV2.Whatsapp.french": "French",
|
|
1952
|
+
"creatives.containersV2.Whatsapp.georgian": "Georgian",
|
|
1953
|
+
"creatives.containersV2.Whatsapp.german": "German",
|
|
1954
|
+
"creatives.containersV2.Whatsapp.greek": "Greek",
|
|
1955
|
+
"creatives.containersV2.Whatsapp.gujarati": "Gujarati",
|
|
1956
|
+
"creatives.containersV2.Whatsapp.hausa": "Hausa",
|
|
1957
|
+
"creatives.containersV2.Whatsapp.hebrew": "Hebrew",
|
|
1958
|
+
"creatives.containersV2.Whatsapp.here": "here",
|
|
1959
|
+
"creatives.containersV2.Whatsapp.hindi": "Hindi",
|
|
1960
|
+
"creatives.containersV2.Whatsapp.hungarian": "Hungarian",
|
|
1961
|
+
"creatives.containersV2.Whatsapp.indonesian": "Indonesian",
|
|
1962
|
+
"creatives.containersV2.Whatsapp.inputplaceHolderText": "{value} Add labels or text or combination of both",
|
|
1963
|
+
"creatives.containersV2.Whatsapp.invalidFormatError": "INVALID FORMAT: Placeholders or other elements were formatted incorrectly.",
|
|
1964
|
+
"creatives.containersV2.Whatsapp.irish": "Irish",
|
|
1965
|
+
"creatives.containersV2.Whatsapp.italian": "Italian",
|
|
1966
|
+
"creatives.containersV2.Whatsapp.japanese": "Japanese",
|
|
1967
|
+
"creatives.containersV2.Whatsapp.kannada": "Kannada",
|
|
1968
|
+
"creatives.containersV2.Whatsapp.kazakh": "Kazakh",
|
|
1969
|
+
"creatives.containersV2.Whatsapp.kinyarwanda": "Kinyarwanda",
|
|
1970
|
+
"creatives.containersV2.Whatsapp.korean": "Korean",
|
|
1971
|
+
"creatives.containersV2.Whatsapp.kyrgyz": "Kyrgyz (Kyrgyzstan)",
|
|
1972
|
+
"creatives.containersV2.Whatsapp.labelSeperator": "|",
|
|
1973
|
+
"creatives.containersV2.Whatsapp.languageLabel": "Language",
|
|
1974
|
+
"creatives.containersV2.Whatsapp.lao": "Lao",
|
|
1975
|
+
"creatives.containersV2.Whatsapp.latvian": "Latvian",
|
|
1976
|
+
"creatives.containersV2.Whatsapp.lithuanian": "Lithuanian",
|
|
1977
|
+
"creatives.containersV2.Whatsapp.macedonian": "Macedonian",
|
|
1978
|
+
"creatives.containersV2.Whatsapp.malay": "Malay",
|
|
1979
|
+
"creatives.containersV2.Whatsapp.malayalam": "Malayalam",
|
|
1980
|
+
"creatives.containersV2.Whatsapp.marathi": "Marathi",
|
|
1981
|
+
"creatives.containersV2.Whatsapp.marketing": "Marketing",
|
|
1982
|
+
"creatives.containersV2.Whatsapp.marketingTooltip": "Send promotional offers, product announcements, and more to increase awareness and engagement.",
|
|
1983
|
+
"creatives.containersV2.Whatsapp.mediaDocument": "Document",
|
|
1984
|
+
"creatives.containersV2.Whatsapp.mediaImage": "Image",
|
|
1985
|
+
"creatives.containersV2.Whatsapp.mediaLabel": "Media",
|
|
1986
|
+
"creatives.containersV2.Whatsapp.mediaText": "Text",
|
|
1987
|
+
"creatives.containersV2.Whatsapp.mediaVideo": "Video",
|
|
1988
|
+
"creatives.containersV2.Whatsapp.messageLanguageLabel": "Message language",
|
|
1989
|
+
"creatives.containersV2.Whatsapp.modifiedUnsubscribeText": "Click {value} to unsubscribe",
|
|
1990
|
+
"creatives.containersV2.Whatsapp.noContentBetweenVars": "Add atleast 1 character between 2 variables",
|
|
1991
|
+
"creatives.containersV2.Whatsapp.norwegian": "Norwegian",
|
|
1992
|
+
"creatives.containersV2.Whatsapp.optional": "(Optional)",
|
|
1993
|
+
"creatives.containersV2.Whatsapp.otp": "Otp",
|
|
1994
|
+
"creatives.containersV2.Whatsapp.page": "page",
|
|
1995
|
+
"creatives.containersV2.Whatsapp.pages": "pages",
|
|
1996
|
+
"creatives.containersV2.Whatsapp.paymentUpdate": "Payment update",
|
|
1997
|
+
"creatives.containersV2.Whatsapp.paymentUpdateTooltip": "Send a message to customers about their payment.",
|
|
1998
|
+
"creatives.containersV2.Whatsapp.pdf": "PDF",
|
|
1999
|
+
"creatives.containersV2.Whatsapp.persian": "Persian",
|
|
2000
|
+
"creatives.containersV2.Whatsapp.polish": "Polish",
|
|
2001
|
+
"creatives.containersV2.Whatsapp.portugueseBR": "Portuguese (BR)",
|
|
2002
|
+
"creatives.containersV2.Whatsapp.portuguesePOR": "Portuguese (POR)",
|
|
2003
|
+
"creatives.containersV2.Whatsapp.punjabi": "Punjabi",
|
|
2004
|
+
"creatives.containersV2.Whatsapp.quickReplyDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
2005
|
+
"creatives.containersV2.Whatsapp.rejected": "Rejected",
|
|
2006
|
+
"creatives.containersV2.Whatsapp.rejectedStatusMsg": "This template has been rejected",
|
|
2007
|
+
"creatives.containersV2.Whatsapp.removeMultinewlineChars": "More than two consecutive line breaks are not allowed.",
|
|
2008
|
+
"creatives.containersV2.Whatsapp.repetativeVars": "Variables cannot be repeated",
|
|
2009
|
+
"creatives.containersV2.Whatsapp.reservationUpdate": "Reservation update",
|
|
2010
|
+
"creatives.containersV2.Whatsapp.reservationUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their reservations.",
|
|
2011
|
+
"creatives.containersV2.Whatsapp.romanian": "Romanian",
|
|
2012
|
+
"creatives.containersV2.Whatsapp.russian": "Russian",
|
|
2013
|
+
"creatives.containersV2.Whatsapp.select": "Select",
|
|
2014
|
+
"creatives.containersV2.Whatsapp.sendForApprovalButtonLabel": "Send for approval",
|
|
2015
|
+
"creatives.containersV2.Whatsapp.sequenceVars": "Variable name should start from {one} and it should be in sequential order",
|
|
2016
|
+
"creatives.containersV2.Whatsapp.serbian": "Serbian",
|
|
2017
|
+
"creatives.containersV2.Whatsapp.slovak": "Slovak",
|
|
2018
|
+
"creatives.containersV2.Whatsapp.slovenian": "Slovenian",
|
|
2019
|
+
"creatives.containersV2.Whatsapp.spanish": "Spanish",
|
|
2020
|
+
"creatives.containersV2.Whatsapp.spanishARG": "Spanish (ARG)",
|
|
2021
|
+
"creatives.containersV2.Whatsapp.spanishMEX": "Spanish (MEX)",
|
|
2022
|
+
"creatives.containersV2.Whatsapp.spanishSPA": "Spanish (SPA)",
|
|
2023
|
+
"creatives.containersV2.Whatsapp.swahili": "Swahili",
|
|
2024
|
+
"creatives.containersV2.Whatsapp.swedish": "Swedish",
|
|
2025
|
+
"creatives.containersV2.Whatsapp.tagContentMismatchError": "TAG CONTENT MISMATCH: The language and/or template category selected don’t match the template content.",
|
|
2026
|
+
"creatives.containersV2.Whatsapp.tamil": "Tamil",
|
|
2027
|
+
"creatives.containersV2.Whatsapp.telugu": "Telugu",
|
|
2028
|
+
"creatives.containersV2.Whatsapp.templateCategoryLabel": "Template category",
|
|
2029
|
+
"creatives.containersV2.Whatsapp.templateLanguageEnglish": "English",
|
|
2030
|
+
"creatives.containersV2.Whatsapp.templateMessageLabel": "Message",
|
|
2031
|
+
"creatives.containersV2.Whatsapp.templateMessageLength": "Characters count: {currentLength}/{maxLength}",
|
|
2032
|
+
"creatives.containersV2.Whatsapp.templateMessageLengthError": "Template message length cannot exceed 1024",
|
|
2033
|
+
"creatives.containersV2.Whatsapp.templateMessagePlaceholder": "Enter message with variable",
|
|
2034
|
+
"creatives.containersV2.Whatsapp.templateMessageTooltip": "You can write variables by adding two curly brackets before the variable name and two curly brackets after the variable name.{br}{br}Tip :{br}It looks something like this: Hi {var},{br}so 1 is the variable name here.",
|
|
2035
|
+
"creatives.containersV2.Whatsapp.templateMessageUnsubscribeText": "Click {unsubscribe} to unsubscribe",
|
|
2036
|
+
"creatives.containersV2.Whatsapp.templateNameDesc": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
|
|
2037
|
+
"creatives.containersV2.Whatsapp.templateNameRegexErrorMessage": "Template name can only contain lowercase alphanumeric characters and underscores",
|
|
2038
|
+
"creatives.containersV2.Whatsapp.templateNameTooltip": "Tip : Use a name that helps WhatsApp's reviewer understand the purpose of your message, for example \\"order_delivery\\" rather than \\"template_1\\"",
|
|
2039
|
+
"creatives.containersV2.Whatsapp.thai": "Thai",
|
|
1843
2040
|
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
1844
|
-
"creatives.containersV2.Whatsapp.
|
|
2041
|
+
"creatives.containersV2.Whatsapp.turkish": "Turkish",
|
|
2042
|
+
"creatives.containersV2.Whatsapp.ukrainian": "Ukrainian",
|
|
2043
|
+
"creatives.containersV2.Whatsapp.unknownVars": "Variable name should be numeric value from {one} to {nineteen}",
|
|
2044
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipCreateFlow": "To enable the checkbox, reduce the message character count to 988",
|
|
2045
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipEditFlow": "This is non-editable",
|
|
2046
|
+
"creatives.containersV2.Whatsapp.urdu": "Urdu",
|
|
2047
|
+
"creatives.containersV2.Whatsapp.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
|
|
2048
|
+
"creatives.containersV2.Whatsapp.utility": "Utility",
|
|
2049
|
+
"creatives.containersV2.Whatsapp.utilityTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
2050
|
+
"creatives.containersV2.Whatsapp.uzbek": "Uzbek",
|
|
2051
|
+
"creatives.containersV2.Whatsapp.videoErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
2052
|
+
"creatives.containersV2.Whatsapp.vietnamese": "Vietnamese",
|
|
2053
|
+
"creatives.containersV2.Whatsapp.whatsappCreateNotification": "{name} has been sent for approval",
|
|
2054
|
+
"creatives.containersV2.Whatsapp.zulu": "Zulu",
|
|
1845
2055
|
"creatives.containersV2.addLabels": "Add labels",
|
|
1846
2056
|
"creatives.containersV2.appName": "App Name",
|
|
1847
2057
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -19101,6 +19311,21 @@ exports[`line wrapper test/> should render line component old 1`] = `
|
|
|
19101
19311
|
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
19102
19312
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
19103
19313
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
19314
|
+
"app.v2containers.SmsTrai.Edit.addLabels": "Add labels",
|
|
19315
|
+
"app.v2containers.SmsTrai.Edit.cancelButtonLabel": "Cancel",
|
|
19316
|
+
"app.v2containers.SmsTrai.Edit.inputplaceHolderText": "Add labels or text or combination of both",
|
|
19317
|
+
"app.v2containers.SmsTrai.Edit.msgLengthNote": "Only 30 characters are allowed per variable {var} field. In case the field resolves to more than 30 characters the message is bound to fail. Hence will not be sent by the Capillary system.",
|
|
19318
|
+
"app.v2containers.SmsTrai.Edit.saveButtonLabel": "Save",
|
|
19319
|
+
"app.v2containers.SmsTrai.Edit.senderIdlabel": "Sender ID",
|
|
19320
|
+
"app.v2containers.SmsTrai.Edit.smsEditNotification": "Sms template updated successfully",
|
|
19321
|
+
"app.v2containers.SmsTrai.Edit.templateLabel": "Template",
|
|
19322
|
+
"app.v2containers.SmsTrai.Edit.textAreaCounts": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
19323
|
+
"app.v2containers.SmsTrai.Edit.textAreaError": "Template cannot be empty",
|
|
19324
|
+
"app.v2containers.SmsTrai.Edit.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
19325
|
+
"app.v2containers.SmsTrai.Edit.traiEditSeperator": "|",
|
|
19326
|
+
"app.v2containers.SmsTrai.Edit.traiEditTitle": "Message",
|
|
19327
|
+
"app.v2containers.SmsTrai.Edit.unicodeLabel": "Allow unicode characters",
|
|
19328
|
+
"app.v2containers.SmsTrai.Edit.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
19104
19329
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
19105
19330
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
19106
19331
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -19229,6 +19454,31 @@ exports[`line wrapper test/> should render line component old 1`] = `
|
|
|
19229
19454
|
"creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "Number of days before expiry",
|
|
19230
19455
|
"creatives.componentsV2.CapTagList.outbound": "Outbound",
|
|
19231
19456
|
"creatives.componentsV2.CapTagList.search": "Search",
|
|
19457
|
+
"creatives.componentsV2.CapWhatsappCTA.addButton": "Add button",
|
|
19458
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaAddDisabled": "Please save the first button before proceeding to create second button",
|
|
19459
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonErrorMessage": "Newlines, Emojis, or Special characters are not allowed",
|
|
19460
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonText": "Button text",
|
|
19461
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonTextPlaceholder": "Enter button text",
|
|
19462
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonTextTooltip": "Use this to name the button. We would recommend not to use special characters for the button text.",
|
|
19463
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaDynamicPlaceholder": "Enter URL, variable is added by default",
|
|
19464
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaOptionDisabledTooltip": "This type of button can only be added once",
|
|
19465
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaPhoneNo": "Phone number",
|
|
19466
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaPhoneNoPlaceholder": "Enter phone number",
|
|
19467
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaSaveDisabled": "Please complete the above fields to enable button",
|
|
19468
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaStaticPlaceholder": "Enter website URL",
|
|
19469
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaType": "Type of action",
|
|
19470
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsite": "Website",
|
|
19471
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteType": "URL Type",
|
|
19472
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeDynamic": "Dynamic",
|
|
19473
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeStatic": "Static",
|
|
19474
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrl": "Website URL",
|
|
19475
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrlErrorMessage": "URL is not valid",
|
|
19476
|
+
"creatives.componentsV2.CapWhatsappCTA.dynamicUrlTooltip": "Only one variable can be added to a URL. No need to add {one} to the end of the URL",
|
|
19477
|
+
"creatives.componentsV2.CapWhatsappCTA.dynamicUrlWithMoreVarErrorMessage": "Button with url type as dynamic can have only 1 variable",
|
|
19478
|
+
"creatives.componentsV2.CapWhatsappCTA.staticUrlWithVarErrorMessage": "Button with url type as static cannot contain variables",
|
|
19479
|
+
"creatives.componentsV2.CapWhatsappCTA.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
|
|
19480
|
+
"creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListLabel": "Add URL label",
|
|
19481
|
+
"creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListRevert": "Reset website URL label to default value",
|
|
19232
19482
|
"creatives.componentsV2.Ckeditor.header": "This is the Ckeditor component !",
|
|
19233
19483
|
"creatives.componentsV2.CmsTemplatesComponent.header": "This is the CmsTemplatesComponent component !",
|
|
19234
19484
|
"creatives.componentsV2.CmsTemplatesComponent.select": "Select",
|
|
@@ -19640,8 +19890,8 @@ exports[`line wrapper test/> should render line component old 1`] = `
|
|
|
19640
19890
|
"creatives.containers.MobilePush.Create.button2": "Button 2",
|
|
19641
19891
|
"creatives.containers.MobilePush.Create.cancel": "Cancel",
|
|
19642
19892
|
"creatives.containers.MobilePush.Create.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
19643
|
-
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy
|
|
19644
|
-
"creatives.containers.MobilePush.Create.copyFromIos": "Copy
|
|
19893
|
+
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
19894
|
+
"creatives.containers.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
19645
19895
|
"creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
19646
19896
|
"creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
19647
19897
|
"creatives.containers.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -19705,8 +19955,8 @@ exports[`line wrapper test/> should render line component old 1`] = `
|
|
|
19705
19955
|
"creatives.containers.MobilePush.Edit.button2": "Button 2",
|
|
19706
19956
|
"creatives.containers.MobilePush.Edit.cancel": "Cancel",
|
|
19707
19957
|
"creatives.containers.MobilePush.Edit.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
19708
|
-
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy
|
|
19709
|
-
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy
|
|
19958
|
+
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
19959
|
+
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
19710
19960
|
"creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
19711
19961
|
"creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
19712
19962
|
"creatives.containers.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -19934,6 +20184,7 @@ exports[`line wrapper test/> should render line component old 1`] = `
|
|
|
19934
20184
|
"creatives.containersV2.Cap.ebill": "Ebill",
|
|
19935
20185
|
"creatives.containersV2.Cap.email": "Email",
|
|
19936
20186
|
"creatives.containersV2.Cap.gallery": "Gallery",
|
|
20187
|
+
"creatives.containersV2.Cap.journeys": "Journeys",
|
|
19937
20188
|
"creatives.containersV2.Cap.loyalty": "Loyalty",
|
|
19938
20189
|
"creatives.containersV2.Cap.memberCare": "Member Care",
|
|
19939
20190
|
"creatives.containersV2.Cap.sms": "SMS",
|
|
@@ -19974,7 +20225,6 @@ exports[`line wrapper test/> should render line component old 1`] = `
|
|
|
19974
20225
|
"creatives.containersV2.CapFacebookPreview.suggestedVideoMobile": "Suggested video mobile",
|
|
19975
20226
|
"creatives.containersV2.CapFacebookPreview.videoNotePreview": "Facebook may take time to upload the video. Please try Refreshing.",
|
|
19976
20227
|
"creatives.containersV2.CapFacebookPreview.watchFeedMobile": "Watch feed mobile",
|
|
19977
|
-
"creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
|
|
19978
20228
|
"creatives.containersV2.Create.addLabel": "Add label",
|
|
19979
20229
|
"creatives.containersV2.Create.alertMessage": "Alert",
|
|
19980
20230
|
"creatives.containersV2.Create.cancelButton": "Cancel",
|
|
@@ -20455,11 +20705,13 @@ exports[`line wrapper test/> should render line component old 1`] = `
|
|
|
20455
20705
|
"creatives.containersV2.LineVideo.actionLabelTitle": "Action button label",
|
|
20456
20706
|
"creatives.containersV2.LineVideo.actionUrlPlaceholder": "Enter URL",
|
|
20457
20707
|
"creatives.containersV2.LineVideo.actionUrlTitle": "Link Url",
|
|
20708
|
+
"creatives.containersV2.LineVideo.display": "Display",
|
|
20458
20709
|
"creatives.containersV2.LineVideo.dragAndDrop": "Drag and drop video here",
|
|
20459
20710
|
"creatives.containersV2.LineVideo.emptyAltTextErrorMessage": "Title can not be empty",
|
|
20460
20711
|
"creatives.containersV2.LineVideo.emptyLabelErrorMessage": "Action label can not be more empty",
|
|
20461
20712
|
"creatives.containersV2.LineVideo.emptyTitleErrorMessage": "Template title can not be empty",
|
|
20462
20713
|
"creatives.containersV2.LineVideo.emptyUrlErrorMessage": "Action URL can not be more empty",
|
|
20714
|
+
"creatives.containersV2.LineVideo.hide": "Hide",
|
|
20463
20715
|
"creatives.containersV2.LineVideo.imageGallery": "Gallery",
|
|
20464
20716
|
"creatives.containersV2.LineVideo.imageReUpload": "Re upload",
|
|
20465
20717
|
"creatives.containersV2.LineVideo.inValidUrlErrorMessage": "Action url is not valid",
|
|
@@ -20503,19 +20755,29 @@ exports[`line wrapper test/> should render line component old 1`] = `
|
|
|
20503
20755
|
"creatives.containersV2.MobilePush.Create.Image": "Image",
|
|
20504
20756
|
"creatives.containersV2.MobilePush.Create.ImageUploadLabel": "Upload image",
|
|
20505
20757
|
"creatives.containersV2.MobilePush.Create.Tags": "Tags",
|
|
20758
|
+
"creatives.containersV2.MobilePush.Create.aPageWithMobileApp": "A page within mobile app",
|
|
20506
20759
|
"creatives.containersV2.MobilePush.Create.accountId": "Account id",
|
|
20760
|
+
"creatives.containersV2.MobilePush.Create.addActionButtonsToNotification": "Add action buttons to notification",
|
|
20761
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContent": "Add action link to content",
|
|
20762
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
20507
20763
|
"creatives.containersV2.MobilePush.Create.addAnotherCTA": "Add another CTA",
|
|
20764
|
+
"creatives.containersV2.MobilePush.Create.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
20508
20765
|
"creatives.containersV2.MobilePush.Create.addPrimaryCTA": "Add primary CTA",
|
|
20766
|
+
"creatives.containersV2.MobilePush.Create.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
20509
20767
|
"creatives.containersV2.MobilePush.Create.addSecondaryCTA": "Add secondary CTA",
|
|
20510
20768
|
"creatives.containersV2.MobilePush.Create.alertMessage": "Alert",
|
|
20769
|
+
"creatives.containersV2.MobilePush.Create.anExternalWebPage": "An external web page",
|
|
20511
20770
|
"creatives.containersV2.MobilePush.Create.androidNotConfigured": "Android template is not configured. Save without Android template",
|
|
20512
20771
|
"creatives.containersV2.MobilePush.Create.button1": "Button 1",
|
|
20513
20772
|
"creatives.containersV2.MobilePush.Create.button2": "Button 2",
|
|
20773
|
+
"creatives.containersV2.MobilePush.Create.buttonLabel": "Button label",
|
|
20514
20774
|
"creatives.containersV2.MobilePush.Create.cancel": "Cancel",
|
|
20515
20775
|
"creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
20516
20776
|
"creatives.containersV2.MobilePush.Create.change": "change",
|
|
20517
|
-
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy
|
|
20518
|
-
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy
|
|
20777
|
+
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
20778
|
+
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
20779
|
+
"creatives.containersV2.MobilePush.Create.coverImage": "Cover image",
|
|
20780
|
+
"creatives.containersV2.MobilePush.Create.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
20519
20781
|
"creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
20520
20782
|
"creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
20521
20783
|
"creatives.containersV2.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -20558,6 +20820,7 @@ exports[`line wrapper test/> should render line component old 1`] = `
|
|
|
20558
20820
|
"creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "Mobile push template created successfully",
|
|
20559
20821
|
"creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "Please provide a template name",
|
|
20560
20822
|
"creatives.containersV2.MobilePush.Create.templateNotConfigured": "template not configured,",
|
|
20823
|
+
"creatives.containersV2.MobilePush.Create.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
|
|
20561
20824
|
"creatives.containersV2.MobilePush.Create.title": "Title",
|
|
20562
20825
|
"creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
20563
20826
|
"creatives.containersV2.MobilePush.Create.titleLabel": "Title*",
|
|
@@ -20575,19 +20838,29 @@ exports[`line wrapper test/> should render line component old 1`] = `
|
|
|
20575
20838
|
"creatives.containersV2.MobilePush.Edit.Image": "Image",
|
|
20576
20839
|
"creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "Upload image",
|
|
20577
20840
|
"creatives.containersV2.MobilePush.Edit.Tags": "Tags",
|
|
20841
|
+
"creatives.containersV2.MobilePush.Edit.aPageWithMobileApp": "A page within mobile app",
|
|
20578
20842
|
"creatives.containersV2.MobilePush.Edit.accountId": "Account id",
|
|
20843
|
+
"creatives.containersV2.MobilePush.Edit.addActionButtonsToNotification": "Add action buttons to notification",
|
|
20844
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContent": "Add action link to content",
|
|
20845
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
20579
20846
|
"creatives.containersV2.MobilePush.Edit.addAnotherCTA": "Add another CTA",
|
|
20847
|
+
"creatives.containersV2.MobilePush.Edit.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
20580
20848
|
"creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "Add primary CTA",
|
|
20849
|
+
"creatives.containersV2.MobilePush.Edit.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
20581
20850
|
"creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "Add secondary CTA",
|
|
20582
20851
|
"creatives.containersV2.MobilePush.Edit.alertMessage": "Alert",
|
|
20852
|
+
"creatives.containersV2.MobilePush.Edit.anExternalWebPage": "An external web page",
|
|
20583
20853
|
"creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "Android template is not configured. Continue save?",
|
|
20584
20854
|
"creatives.containersV2.MobilePush.Edit.button1": "Button 1",
|
|
20585
20855
|
"creatives.containersV2.MobilePush.Edit.button2": "Button 2",
|
|
20856
|
+
"creatives.containersV2.MobilePush.Edit.buttonLabel": "Button label",
|
|
20586
20857
|
"creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
|
|
20587
20858
|
"creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
20588
20859
|
"creatives.containersV2.MobilePush.Edit.change": "change",
|
|
20589
|
-
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy
|
|
20590
|
-
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy
|
|
20860
|
+
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
20861
|
+
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
20862
|
+
"creatives.containersV2.MobilePush.Edit.coverImage": "Cover image",
|
|
20863
|
+
"creatives.containersV2.MobilePush.Edit.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
20591
20864
|
"creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
20592
20865
|
"creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
20593
20866
|
"creatives.containersV2.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -20630,6 +20903,7 @@ exports[`line wrapper test/> should render line component old 1`] = `
|
|
|
20630
20903
|
"creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "MOBILEPUSH template edited successfully",
|
|
20631
20904
|
"creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "Please provide a template name",
|
|
20632
20905
|
"creatives.containersV2.MobilePush.Edit.templateNotConfigured": "Template not configured,",
|
|
20906
|
+
"creatives.containersV2.MobilePush.Edit.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
|
|
20633
20907
|
"creatives.containersV2.MobilePush.Edit.title": "Title",
|
|
20634
20908
|
"creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
20635
20909
|
"creatives.containersV2.MobilePush.Edit.titleLabel": "Title*",
|
|
@@ -20866,11 +21140,157 @@ new message content.",
|
|
|
20866
21140
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
20867
21141
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
20868
21142
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
21143
|
+
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
21144
|
+
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
21145
|
+
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
21146
|
+
"creatives.containersV2.Whatsapp.addVar": "Add variables",
|
|
21147
|
+
"creatives.containersV2.Whatsapp.afrikaans": "Afrikaans",
|
|
21148
|
+
"creatives.containersV2.Whatsapp.albanian": "Albanian",
|
|
20869
21149
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
20870
21150
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
21151
|
+
"creatives.containersV2.Whatsapp.appointmentUpdate": "Appointment update",
|
|
21152
|
+
"creatives.containersV2.Whatsapp.appointmentUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their appointments.",
|
|
20871
21153
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
21154
|
+
"creatives.containersV2.Whatsapp.approvedStatusMsg": "This template has been approved",
|
|
21155
|
+
"creatives.containersV2.Whatsapp.arabic": "Arabic",
|
|
21156
|
+
"creatives.containersV2.Whatsapp.authentication": "Authentication",
|
|
21157
|
+
"creatives.containersV2.Whatsapp.authenticationTooltip": "Send codes that allow your customers to securely access their accounts.",
|
|
21158
|
+
"creatives.containersV2.Whatsapp.awaitingApproval": "Awaiting approval",
|
|
21159
|
+
"creatives.containersV2.Whatsapp.awaitingStatusDesc": "The template has been sent for approval at {date}, {time}. It takes up to 48 hrs to get approved.",
|
|
21160
|
+
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
21161
|
+
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
21162
|
+
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
21163
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be show clickable buttons below your message.",
|
|
21164
|
+
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
21165
|
+
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
21166
|
+
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
21167
|
+
"creatives.containersV2.Whatsapp.btnTypeNone": "None",
|
|
21168
|
+
"creatives.containersV2.Whatsapp.btnTypeQuickReply": "Quick reply",
|
|
21169
|
+
"creatives.containersV2.Whatsapp.bulgarian": "Bulgarian",
|
|
21170
|
+
"creatives.containersV2.Whatsapp.cancelButtonLabel": "Cancel",
|
|
21171
|
+
"creatives.containersV2.Whatsapp.catalan": "Catalan",
|
|
21172
|
+
"creatives.containersV2.Whatsapp.chineseCHN": "Chinese (CHN)",
|
|
21173
|
+
"creatives.containersV2.Whatsapp.chineseHKG": "Chinese (HKG)",
|
|
21174
|
+
"creatives.containersV2.Whatsapp.chineseTAI": "Chinese (TAI)",
|
|
21175
|
+
"creatives.containersV2.Whatsapp.croatian": "Croatian",
|
|
21176
|
+
"creatives.containersV2.Whatsapp.ctaDesc": "Create up to 2 buttons that let customers respond to your messages or take action.",
|
|
21177
|
+
"creatives.containersV2.Whatsapp.czech": "Czech",
|
|
21178
|
+
"creatives.containersV2.Whatsapp.danish": "Danish",
|
|
21179
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltip": "This template is non-editable as this is {status}",
|
|
21180
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltipStatus": "awaiting for approval",
|
|
21181
|
+
"creatives.containersV2.Whatsapp.disabledFeatureTooltip": "Not yet enabled. Coming soon!",
|
|
21182
|
+
"creatives.containersV2.Whatsapp.dutch": "Dutch",
|
|
21183
|
+
"creatives.containersV2.Whatsapp.emptyTemplateMessageErrorMessage": "Template message cannot be empty",
|
|
21184
|
+
"creatives.containersV2.Whatsapp.english": "English",
|
|
21185
|
+
"creatives.containersV2.Whatsapp.englishUK": "English (UK)",
|
|
21186
|
+
"creatives.containersV2.Whatsapp.englishUS": "English (US)",
|
|
21187
|
+
"creatives.containersV2.Whatsapp.estonian": "Estonian",
|
|
21188
|
+
"creatives.containersV2.Whatsapp.filipino": "Filipino",
|
|
21189
|
+
"creatives.containersV2.Whatsapp.finnish": "Finnish",
|
|
21190
|
+
"creatives.containersV2.Whatsapp.french": "French",
|
|
21191
|
+
"creatives.containersV2.Whatsapp.georgian": "Georgian",
|
|
21192
|
+
"creatives.containersV2.Whatsapp.german": "German",
|
|
21193
|
+
"creatives.containersV2.Whatsapp.greek": "Greek",
|
|
21194
|
+
"creatives.containersV2.Whatsapp.gujarati": "Gujarati",
|
|
21195
|
+
"creatives.containersV2.Whatsapp.hausa": "Hausa",
|
|
21196
|
+
"creatives.containersV2.Whatsapp.hebrew": "Hebrew",
|
|
21197
|
+
"creatives.containersV2.Whatsapp.here": "here",
|
|
21198
|
+
"creatives.containersV2.Whatsapp.hindi": "Hindi",
|
|
21199
|
+
"creatives.containersV2.Whatsapp.hungarian": "Hungarian",
|
|
21200
|
+
"creatives.containersV2.Whatsapp.indonesian": "Indonesian",
|
|
21201
|
+
"creatives.containersV2.Whatsapp.inputplaceHolderText": "{value} Add labels or text or combination of both",
|
|
21202
|
+
"creatives.containersV2.Whatsapp.invalidFormatError": "INVALID FORMAT: Placeholders or other elements were formatted incorrectly.",
|
|
21203
|
+
"creatives.containersV2.Whatsapp.irish": "Irish",
|
|
21204
|
+
"creatives.containersV2.Whatsapp.italian": "Italian",
|
|
21205
|
+
"creatives.containersV2.Whatsapp.japanese": "Japanese",
|
|
21206
|
+
"creatives.containersV2.Whatsapp.kannada": "Kannada",
|
|
21207
|
+
"creatives.containersV2.Whatsapp.kazakh": "Kazakh",
|
|
21208
|
+
"creatives.containersV2.Whatsapp.kinyarwanda": "Kinyarwanda",
|
|
21209
|
+
"creatives.containersV2.Whatsapp.korean": "Korean",
|
|
21210
|
+
"creatives.containersV2.Whatsapp.kyrgyz": "Kyrgyz (Kyrgyzstan)",
|
|
21211
|
+
"creatives.containersV2.Whatsapp.labelSeperator": "|",
|
|
21212
|
+
"creatives.containersV2.Whatsapp.languageLabel": "Language",
|
|
21213
|
+
"creatives.containersV2.Whatsapp.lao": "Lao",
|
|
21214
|
+
"creatives.containersV2.Whatsapp.latvian": "Latvian",
|
|
21215
|
+
"creatives.containersV2.Whatsapp.lithuanian": "Lithuanian",
|
|
21216
|
+
"creatives.containersV2.Whatsapp.macedonian": "Macedonian",
|
|
21217
|
+
"creatives.containersV2.Whatsapp.malay": "Malay",
|
|
21218
|
+
"creatives.containersV2.Whatsapp.malayalam": "Malayalam",
|
|
21219
|
+
"creatives.containersV2.Whatsapp.marathi": "Marathi",
|
|
21220
|
+
"creatives.containersV2.Whatsapp.marketing": "Marketing",
|
|
21221
|
+
"creatives.containersV2.Whatsapp.marketingTooltip": "Send promotional offers, product announcements, and more to increase awareness and engagement.",
|
|
21222
|
+
"creatives.containersV2.Whatsapp.mediaDocument": "Document",
|
|
21223
|
+
"creatives.containersV2.Whatsapp.mediaImage": "Image",
|
|
21224
|
+
"creatives.containersV2.Whatsapp.mediaLabel": "Media",
|
|
21225
|
+
"creatives.containersV2.Whatsapp.mediaText": "Text",
|
|
21226
|
+
"creatives.containersV2.Whatsapp.mediaVideo": "Video",
|
|
21227
|
+
"creatives.containersV2.Whatsapp.messageLanguageLabel": "Message language",
|
|
21228
|
+
"creatives.containersV2.Whatsapp.modifiedUnsubscribeText": "Click {value} to unsubscribe",
|
|
21229
|
+
"creatives.containersV2.Whatsapp.noContentBetweenVars": "Add atleast 1 character between 2 variables",
|
|
21230
|
+
"creatives.containersV2.Whatsapp.norwegian": "Norwegian",
|
|
21231
|
+
"creatives.containersV2.Whatsapp.optional": "(Optional)",
|
|
21232
|
+
"creatives.containersV2.Whatsapp.otp": "Otp",
|
|
21233
|
+
"creatives.containersV2.Whatsapp.page": "page",
|
|
21234
|
+
"creatives.containersV2.Whatsapp.pages": "pages",
|
|
21235
|
+
"creatives.containersV2.Whatsapp.paymentUpdate": "Payment update",
|
|
21236
|
+
"creatives.containersV2.Whatsapp.paymentUpdateTooltip": "Send a message to customers about their payment.",
|
|
21237
|
+
"creatives.containersV2.Whatsapp.pdf": "PDF",
|
|
21238
|
+
"creatives.containersV2.Whatsapp.persian": "Persian",
|
|
21239
|
+
"creatives.containersV2.Whatsapp.polish": "Polish",
|
|
21240
|
+
"creatives.containersV2.Whatsapp.portugueseBR": "Portuguese (BR)",
|
|
21241
|
+
"creatives.containersV2.Whatsapp.portuguesePOR": "Portuguese (POR)",
|
|
21242
|
+
"creatives.containersV2.Whatsapp.punjabi": "Punjabi",
|
|
21243
|
+
"creatives.containersV2.Whatsapp.quickReplyDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
21244
|
+
"creatives.containersV2.Whatsapp.rejected": "Rejected",
|
|
21245
|
+
"creatives.containersV2.Whatsapp.rejectedStatusMsg": "This template has been rejected",
|
|
21246
|
+
"creatives.containersV2.Whatsapp.removeMultinewlineChars": "More than two consecutive line breaks are not allowed.",
|
|
21247
|
+
"creatives.containersV2.Whatsapp.repetativeVars": "Variables cannot be repeated",
|
|
21248
|
+
"creatives.containersV2.Whatsapp.reservationUpdate": "Reservation update",
|
|
21249
|
+
"creatives.containersV2.Whatsapp.reservationUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their reservations.",
|
|
21250
|
+
"creatives.containersV2.Whatsapp.romanian": "Romanian",
|
|
21251
|
+
"creatives.containersV2.Whatsapp.russian": "Russian",
|
|
21252
|
+
"creatives.containersV2.Whatsapp.select": "Select",
|
|
21253
|
+
"creatives.containersV2.Whatsapp.sendForApprovalButtonLabel": "Send for approval",
|
|
21254
|
+
"creatives.containersV2.Whatsapp.sequenceVars": "Variable name should start from {one} and it should be in sequential order",
|
|
21255
|
+
"creatives.containersV2.Whatsapp.serbian": "Serbian",
|
|
21256
|
+
"creatives.containersV2.Whatsapp.slovak": "Slovak",
|
|
21257
|
+
"creatives.containersV2.Whatsapp.slovenian": "Slovenian",
|
|
21258
|
+
"creatives.containersV2.Whatsapp.spanish": "Spanish",
|
|
21259
|
+
"creatives.containersV2.Whatsapp.spanishARG": "Spanish (ARG)",
|
|
21260
|
+
"creatives.containersV2.Whatsapp.spanishMEX": "Spanish (MEX)",
|
|
21261
|
+
"creatives.containersV2.Whatsapp.spanishSPA": "Spanish (SPA)",
|
|
21262
|
+
"creatives.containersV2.Whatsapp.swahili": "Swahili",
|
|
21263
|
+
"creatives.containersV2.Whatsapp.swedish": "Swedish",
|
|
21264
|
+
"creatives.containersV2.Whatsapp.tagContentMismatchError": "TAG CONTENT MISMATCH: The language and/or template category selected don’t match the template content.",
|
|
21265
|
+
"creatives.containersV2.Whatsapp.tamil": "Tamil",
|
|
21266
|
+
"creatives.containersV2.Whatsapp.telugu": "Telugu",
|
|
21267
|
+
"creatives.containersV2.Whatsapp.templateCategoryLabel": "Template category",
|
|
21268
|
+
"creatives.containersV2.Whatsapp.templateLanguageEnglish": "English",
|
|
21269
|
+
"creatives.containersV2.Whatsapp.templateMessageLabel": "Message",
|
|
21270
|
+
"creatives.containersV2.Whatsapp.templateMessageLength": "Characters count: {currentLength}/{maxLength}",
|
|
21271
|
+
"creatives.containersV2.Whatsapp.templateMessageLengthError": "Template message length cannot exceed 1024",
|
|
21272
|
+
"creatives.containersV2.Whatsapp.templateMessagePlaceholder": "Enter message with variable",
|
|
21273
|
+
"creatives.containersV2.Whatsapp.templateMessageTooltip": "You can write variables by adding two curly brackets before the variable name and two curly brackets after the variable name.{br}{br}Tip :{br}It looks something like this: Hi {var},{br}so 1 is the variable name here.",
|
|
21274
|
+
"creatives.containersV2.Whatsapp.templateMessageUnsubscribeText": "Click {unsubscribe} to unsubscribe",
|
|
21275
|
+
"creatives.containersV2.Whatsapp.templateNameDesc": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
|
|
21276
|
+
"creatives.containersV2.Whatsapp.templateNameRegexErrorMessage": "Template name can only contain lowercase alphanumeric characters and underscores",
|
|
21277
|
+
"creatives.containersV2.Whatsapp.templateNameTooltip": "Tip : Use a name that helps WhatsApp's reviewer understand the purpose of your message, for example \\"order_delivery\\" rather than \\"template_1\\"",
|
|
21278
|
+
"creatives.containersV2.Whatsapp.thai": "Thai",
|
|
20872
21279
|
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
20873
|
-
"creatives.containersV2.Whatsapp.
|
|
21280
|
+
"creatives.containersV2.Whatsapp.turkish": "Turkish",
|
|
21281
|
+
"creatives.containersV2.Whatsapp.ukrainian": "Ukrainian",
|
|
21282
|
+
"creatives.containersV2.Whatsapp.unknownVars": "Variable name should be numeric value from {one} to {nineteen}",
|
|
21283
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipCreateFlow": "To enable the checkbox, reduce the message character count to 988",
|
|
21284
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipEditFlow": "This is non-editable",
|
|
21285
|
+
"creatives.containersV2.Whatsapp.urdu": "Urdu",
|
|
21286
|
+
"creatives.containersV2.Whatsapp.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
|
|
21287
|
+
"creatives.containersV2.Whatsapp.utility": "Utility",
|
|
21288
|
+
"creatives.containersV2.Whatsapp.utilityTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
21289
|
+
"creatives.containersV2.Whatsapp.uzbek": "Uzbek",
|
|
21290
|
+
"creatives.containersV2.Whatsapp.videoErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
21291
|
+
"creatives.containersV2.Whatsapp.vietnamese": "Vietnamese",
|
|
21292
|
+
"creatives.containersV2.Whatsapp.whatsappCreateNotification": "{name} has been sent for approval",
|
|
21293
|
+
"creatives.containersV2.Whatsapp.zulu": "Zulu",
|
|
20874
21294
|
"creatives.containersV2.addLabels": "Add labels",
|
|
20875
21295
|
"creatives.containersV2.appName": "App Name",
|
|
20876
21296
|
"creatives.containersV2.applyNow": "Apply now",
|