@capillarytech/creatives-library 7.16.13 → 7.16.19

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.
Files changed (51) hide show
  1. package/containers/Cap/tests/__snapshots__/index.test.js.snap +220 -10
  2. package/containers/MobilePush/Create/index.js +18 -0
  3. package/containers/MobilePush/Create/messages.js +2 -2
  4. package/containers/MobilePush/Edit/index.js +18 -0
  5. package/containers/MobilePush/Edit/messages.js +2 -2
  6. package/package.json +1 -1
  7. package/translations/en.json +220 -10
  8. package/translations/ja-JP.json +212 -2
  9. package/translations/zh.json +212 -2
  10. package/v2Components/CapWhatsappCTA/index.js +1 -1
  11. package/v2Components/CapWhatsappCTA/messages.js +1 -5
  12. package/v2Components/FormBuilder/constants.js +1 -0
  13. package/v2Components/FormBuilder/index.js +48 -4
  14. package/v2Components/NavigationBar/index.js +10 -5
  15. package/v2Components/NavigationBar/tests/index.test.js +51 -0
  16. package/v2Components/NavigationBar/tests/mockData.js +36 -0
  17. package/v2Components/TopBar/index.js +3 -0
  18. package/v2Containers/Cap/constants.js +2 -0
  19. package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +220 -10
  20. package/v2Containers/ChannelTemplates/actions.js +20 -0
  21. package/v2Containers/ChannelTemplates/constants.js +8 -0
  22. package/v2Containers/ChannelTemplates/index.js +47 -0
  23. package/v2Containers/ChannelTemplates/messages.js +13 -0
  24. package/v2Containers/ChannelTemplates/reducer.js +34 -0
  25. package/v2Containers/ChannelTemplates/sagas.js +32 -0
  26. package/v2Containers/ChannelTemplates/selectors.js +25 -0
  27. package/v2Containers/CreativesContainer/constants.js +2 -0
  28. package/v2Containers/CreativesContainer/tests/__snapshots__/index.test.js.snap +8 -0
  29. package/v2Containers/LanguageProvider/index.js +3 -0
  30. package/v2Containers/LanguageProvider/tests/index.test.js +1 -0
  31. package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +663 -30
  32. package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +440 -20
  33. package/v2Containers/Line/Container/Video/index.js +2 -2
  34. package/v2Containers/Line/Container/Video/messages.js +9 -0
  35. package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +3740 -170
  36. package/v2Containers/Line/Container/tests/__snapshots__/index.test.js.snap +3960 -180
  37. package/v2Containers/MobilePush/Create/index.js +31 -3
  38. package/v2Containers/MobilePush/Create/messages.js +50 -2
  39. package/v2Containers/MobilePush/Edit/index.js +29 -1
  40. package/v2Containers/MobilePush/Edit/messages.js +50 -2
  41. package/v2Containers/MobilePush/commonMethods.js +2 -2
  42. package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +10349 -473
  43. package/v2Containers/Sms/Create/tests/sagas.test.js +82 -0
  44. package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +880 -40
  45. package/v2Containers/SmsTrai/Edit/index.js +1 -1
  46. package/v2Containers/SmsTrai/Edit/messages.js +1 -1
  47. package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +1760 -80
  48. package/v2Containers/Templates/tests/__snapshots__/index.test.js.snap +16 -0
  49. package/v2Containers/Whatsapp/index.js +3 -3
  50. package/v2Containers/Whatsapp/messages.js +3 -3
  51. package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +17965 -1789
@@ -72,6 +72,21 @@ exports[`Creatives SmsTraiEdit test/> should cancel 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[`Creatives SmsTraiEdit test/> should cancel 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[`Creatives SmsTraiEdit test/> should cancel 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 title and content from android",
615
- "creatives.containers.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
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[`Creatives SmsTraiEdit test/> should cancel 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 title and content from android",
680
- "creatives.containers.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
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[`Creatives SmsTraiEdit test/> should cancel 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[`Creatives SmsTraiEdit test/> should cancel 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[`Creatives SmsTraiEdit test/> should cancel 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[`Creatives SmsTraiEdit test/> should cancel 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 title and content from android",
1489
- "creatives.containersV2.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
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[`Creatives SmsTraiEdit test/> should cancel 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[`Creatives SmsTraiEdit test/> should cancel 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 title and content from android",
1561
- "creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
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[`Creatives SmsTraiEdit test/> should cancel 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.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
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",
@@ -4283,6 +4493,21 @@ FREE GIFTS-
4283
4493
  "app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
4284
4494
  "app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
4285
4495
  "app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
4496
+ "app.v2containers.SmsTrai.Edit.addLabels": "Add labels",
4497
+ "app.v2containers.SmsTrai.Edit.cancelButtonLabel": "Cancel",
4498
+ "app.v2containers.SmsTrai.Edit.inputplaceHolderText": "Add labels or text or combination of both",
4499
+ "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.",
4500
+ "app.v2containers.SmsTrai.Edit.saveButtonLabel": "Save",
4501
+ "app.v2containers.SmsTrai.Edit.senderIdlabel": "Sender ID",
4502
+ "app.v2containers.SmsTrai.Edit.smsEditNotification": "Sms template updated successfully",
4503
+ "app.v2containers.SmsTrai.Edit.templateLabel": "Template",
4504
+ "app.v2containers.SmsTrai.Edit.textAreaCounts": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
4505
+ "app.v2containers.SmsTrai.Edit.textAreaError": "Template cannot be empty",
4506
+ "app.v2containers.SmsTrai.Edit.totalCharacters": "{smsCount} SMS ({number} characters)",
4507
+ "app.v2containers.SmsTrai.Edit.traiEditSeperator": "|",
4508
+ "app.v2containers.SmsTrai.Edit.traiEditTitle": "Message",
4509
+ "app.v2containers.SmsTrai.Edit.unicodeLabel": "Allow unicode characters",
4510
+ "app.v2containers.SmsTrai.Edit.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
4286
4511
  "creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
4287
4512
  "creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
4288
4513
  "creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
@@ -4411,6 +4636,31 @@ FREE GIFTS-
4411
4636
  "creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "Number of days before expiry",
4412
4637
  "creatives.componentsV2.CapTagList.outbound": "Outbound",
4413
4638
  "creatives.componentsV2.CapTagList.search": "Search",
4639
+ "creatives.componentsV2.CapWhatsappCTA.addButton": "Add button",
4640
+ "creatives.componentsV2.CapWhatsappCTA.ctaAddDisabled": "Please save the first button before proceeding to create second button",
4641
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonErrorMessage": "Newlines, Emojis, or Special characters are not allowed",
4642
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonText": "Button text",
4643
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonTextPlaceholder": "Enter button text",
4644
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonTextTooltip": "Use this to name the button. We would recommend not to use special characters for the button text.",
4645
+ "creatives.componentsV2.CapWhatsappCTA.ctaDynamicPlaceholder": "Enter URL, variable is added by default",
4646
+ "creatives.componentsV2.CapWhatsappCTA.ctaOptionDisabledTooltip": "This type of button can only be added once",
4647
+ "creatives.componentsV2.CapWhatsappCTA.ctaPhoneNo": "Phone number",
4648
+ "creatives.componentsV2.CapWhatsappCTA.ctaPhoneNoPlaceholder": "Enter phone number",
4649
+ "creatives.componentsV2.CapWhatsappCTA.ctaSaveDisabled": "Please complete the above fields to enable button",
4650
+ "creatives.componentsV2.CapWhatsappCTA.ctaStaticPlaceholder": "Enter website URL",
4651
+ "creatives.componentsV2.CapWhatsappCTA.ctaType": "Type of action",
4652
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsite": "Website",
4653
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteType": "URL Type",
4654
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeDynamic": "Dynamic",
4655
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeStatic": "Static",
4656
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrl": "Website URL",
4657
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrlErrorMessage": "URL is not valid",
4658
+ "creatives.componentsV2.CapWhatsappCTA.dynamicUrlTooltip": "Only one variable can be added to a URL. No need to add {one} to the end of the URL",
4659
+ "creatives.componentsV2.CapWhatsappCTA.dynamicUrlWithMoreVarErrorMessage": "Button with url type as dynamic can have only 1 variable",
4660
+ "creatives.componentsV2.CapWhatsappCTA.staticUrlWithVarErrorMessage": "Button with url type as static cannot contain variables",
4661
+ "creatives.componentsV2.CapWhatsappCTA.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
4662
+ "creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListLabel": "Add URL label",
4663
+ "creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListRevert": "Reset website URL label to default value",
4414
4664
  "creatives.componentsV2.Ckeditor.header": "This is the Ckeditor component !",
4415
4665
  "creatives.componentsV2.CmsTemplatesComponent.header": "This is the CmsTemplatesComponent component !",
4416
4666
  "creatives.componentsV2.CmsTemplatesComponent.select": "Select",
@@ -4822,8 +5072,8 @@ FREE GIFTS-
4822
5072
  "creatives.containers.MobilePush.Create.button2": "Button 2",
4823
5073
  "creatives.containers.MobilePush.Create.cancel": "Cancel",
4824
5074
  "creatives.containers.MobilePush.Create.cantCopyEmptyField": "Cannot copy empty field values.",
4825
- "creatives.containers.MobilePush.Create.copyFromAndroid": "Copy title and content from android",
4826
- "creatives.containers.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
5075
+ "creatives.containers.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
5076
+ "creatives.containers.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
4827
5077
  "creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
4828
5078
  "creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
4829
5079
  "creatives.containers.MobilePush.Create.discardChanges": "Discard changes",
@@ -4887,8 +5137,8 @@ FREE GIFTS-
4887
5137
  "creatives.containers.MobilePush.Edit.button2": "Button 2",
4888
5138
  "creatives.containers.MobilePush.Edit.cancel": "Cancel",
4889
5139
  "creatives.containers.MobilePush.Edit.cantCopyEmptyField": "Cannot copy empty field values.",
4890
- "creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy title and content from android",
4891
- "creatives.containers.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
5140
+ "creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
5141
+ "creatives.containers.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
4892
5142
  "creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
4893
5143
  "creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
4894
5144
  "creatives.containers.MobilePush.Edit.discardChanges": "Discard changes",
@@ -5116,6 +5366,7 @@ FREE GIFTS-
5116
5366
  "creatives.containersV2.Cap.ebill": "Ebill",
5117
5367
  "creatives.containersV2.Cap.email": "Email",
5118
5368
  "creatives.containersV2.Cap.gallery": "Gallery",
5369
+ "creatives.containersV2.Cap.journeys": "Journeys",
5119
5370
  "creatives.containersV2.Cap.loyalty": "Loyalty",
5120
5371
  "creatives.containersV2.Cap.memberCare": "Member Care",
5121
5372
  "creatives.containersV2.Cap.sms": "SMS",
@@ -5156,7 +5407,6 @@ FREE GIFTS-
5156
5407
  "creatives.containersV2.CapFacebookPreview.suggestedVideoMobile": "Suggested video mobile",
5157
5408
  "creatives.containersV2.CapFacebookPreview.videoNotePreview": "Facebook may take time to upload the video. Please try Refreshing.",
5158
5409
  "creatives.containersV2.CapFacebookPreview.watchFeedMobile": "Watch feed mobile",
5159
- "creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
5160
5410
  "creatives.containersV2.Create.addLabel": "Add label",
5161
5411
  "creatives.containersV2.Create.alertMessage": "Alert",
5162
5412
  "creatives.containersV2.Create.cancelButton": "Cancel",
@@ -5637,11 +5887,13 @@ FREE GIFTS-
5637
5887
  "creatives.containersV2.LineVideo.actionLabelTitle": "Action button label",
5638
5888
  "creatives.containersV2.LineVideo.actionUrlPlaceholder": "Enter URL",
5639
5889
  "creatives.containersV2.LineVideo.actionUrlTitle": "Link Url",
5890
+ "creatives.containersV2.LineVideo.display": "Display",
5640
5891
  "creatives.containersV2.LineVideo.dragAndDrop": "Drag and drop video here",
5641
5892
  "creatives.containersV2.LineVideo.emptyAltTextErrorMessage": "Title can not be empty",
5642
5893
  "creatives.containersV2.LineVideo.emptyLabelErrorMessage": "Action label can not be more empty",
5643
5894
  "creatives.containersV2.LineVideo.emptyTitleErrorMessage": "Template title can not be empty",
5644
5895
  "creatives.containersV2.LineVideo.emptyUrlErrorMessage": "Action URL can not be more empty",
5896
+ "creatives.containersV2.LineVideo.hide": "Hide",
5645
5897
  "creatives.containersV2.LineVideo.imageGallery": "Gallery",
5646
5898
  "creatives.containersV2.LineVideo.imageReUpload": "Re upload",
5647
5899
  "creatives.containersV2.LineVideo.inValidUrlErrorMessage": "Action url is not valid",
@@ -5685,19 +5937,29 @@ FREE GIFTS-
5685
5937
  "creatives.containersV2.MobilePush.Create.Image": "Image",
5686
5938
  "creatives.containersV2.MobilePush.Create.ImageUploadLabel": "Upload image",
5687
5939
  "creatives.containersV2.MobilePush.Create.Tags": "Tags",
5940
+ "creatives.containersV2.MobilePush.Create.aPageWithMobileApp": "A page within mobile app",
5688
5941
  "creatives.containersV2.MobilePush.Create.accountId": "Account id",
5942
+ "creatives.containersV2.MobilePush.Create.addActionButtonsToNotification": "Add action buttons to notification",
5943
+ "creatives.containersV2.MobilePush.Create.addActionLinkToContent": "Add action link to content",
5944
+ "creatives.containersV2.MobilePush.Create.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
5689
5945
  "creatives.containersV2.MobilePush.Create.addAnotherCTA": "Add another CTA",
5946
+ "creatives.containersV2.MobilePush.Create.addPrimaryButtonToNotification": "Add primary button to notification",
5690
5947
  "creatives.containersV2.MobilePush.Create.addPrimaryCTA": "Add primary CTA",
5948
+ "creatives.containersV2.MobilePush.Create.addSecondaryButtonToNotification": "Add secondary button to notification",
5691
5949
  "creatives.containersV2.MobilePush.Create.addSecondaryCTA": "Add secondary CTA",
5692
5950
  "creatives.containersV2.MobilePush.Create.alertMessage": "Alert",
5951
+ "creatives.containersV2.MobilePush.Create.anExternalWebPage": "An external web page",
5693
5952
  "creatives.containersV2.MobilePush.Create.androidNotConfigured": "Android template is not configured. Save without Android template",
5694
5953
  "creatives.containersV2.MobilePush.Create.button1": "Button 1",
5695
5954
  "creatives.containersV2.MobilePush.Create.button2": "Button 2",
5955
+ "creatives.containersV2.MobilePush.Create.buttonLabel": "Button label",
5696
5956
  "creatives.containersV2.MobilePush.Create.cancel": "Cancel",
5697
5957
  "creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
5698
5958
  "creatives.containersV2.MobilePush.Create.change": "change",
5699
- "creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy title and content from android",
5700
- "creatives.containersV2.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
5959
+ "creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
5960
+ "creatives.containersV2.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
5961
+ "creatives.containersV2.MobilePush.Create.coverImage": "Cover image",
5962
+ "creatives.containersV2.MobilePush.Create.coverImageDescription": "Maximum file size acceptable is 5 MB",
5701
5963
  "creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
5702
5964
  "creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
5703
5965
  "creatives.containersV2.MobilePush.Create.discardChanges": "Discard changes",
@@ -5740,6 +6002,7 @@ FREE GIFTS-
5740
6002
  "creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "Mobile push template created successfully",
5741
6003
  "creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "Please provide a template name",
5742
6004
  "creatives.containersV2.MobilePush.Create.templateNotConfigured": "template not configured,",
6005
+ "creatives.containersV2.MobilePush.Create.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
5743
6006
  "creatives.containersV2.MobilePush.Create.title": "Title",
5744
6007
  "creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
5745
6008
  "creatives.containersV2.MobilePush.Create.titleLabel": "Title*",
@@ -5757,19 +6020,29 @@ FREE GIFTS-
5757
6020
  "creatives.containersV2.MobilePush.Edit.Image": "Image",
5758
6021
  "creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "Upload image",
5759
6022
  "creatives.containersV2.MobilePush.Edit.Tags": "Tags",
6023
+ "creatives.containersV2.MobilePush.Edit.aPageWithMobileApp": "A page within mobile app",
5760
6024
  "creatives.containersV2.MobilePush.Edit.accountId": "Account id",
6025
+ "creatives.containersV2.MobilePush.Edit.addActionButtonsToNotification": "Add action buttons to notification",
6026
+ "creatives.containersV2.MobilePush.Edit.addActionLinkToContent": "Add action link to content",
6027
+ "creatives.containersV2.MobilePush.Edit.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
5761
6028
  "creatives.containersV2.MobilePush.Edit.addAnotherCTA": "Add another CTA",
6029
+ "creatives.containersV2.MobilePush.Edit.addPrimaryButtonToNotification": "Add primary button to notification",
5762
6030
  "creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "Add primary CTA",
6031
+ "creatives.containersV2.MobilePush.Edit.addSecondaryButtonToNotification": "Add secondary button to notification",
5763
6032
  "creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "Add secondary CTA",
5764
6033
  "creatives.containersV2.MobilePush.Edit.alertMessage": "Alert",
6034
+ "creatives.containersV2.MobilePush.Edit.anExternalWebPage": "An external web page",
5765
6035
  "creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "Android template is not configured. Continue save?",
5766
6036
  "creatives.containersV2.MobilePush.Edit.button1": "Button 1",
5767
6037
  "creatives.containersV2.MobilePush.Edit.button2": "Button 2",
6038
+ "creatives.containersV2.MobilePush.Edit.buttonLabel": "Button label",
5768
6039
  "creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
5769
6040
  "creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
5770
6041
  "creatives.containersV2.MobilePush.Edit.change": "change",
5771
- "creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy title and content from android",
5772
- "creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
6042
+ "creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
6043
+ "creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
6044
+ "creatives.containersV2.MobilePush.Edit.coverImage": "Cover image",
6045
+ "creatives.containersV2.MobilePush.Edit.coverImageDescription": "Maximum file size acceptable is 5 MB",
5773
6046
  "creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
5774
6047
  "creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
5775
6048
  "creatives.containersV2.MobilePush.Edit.discardChanges": "Discard changes",
@@ -5812,6 +6085,7 @@ FREE GIFTS-
5812
6085
  "creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "MOBILEPUSH template edited successfully",
5813
6086
  "creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "Please provide a template name",
5814
6087
  "creatives.containersV2.MobilePush.Edit.templateNotConfigured": "Template not configured,",
6088
+ "creatives.containersV2.MobilePush.Edit.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
5815
6089
  "creatives.containersV2.MobilePush.Edit.title": "Title",
5816
6090
  "creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
5817
6091
  "creatives.containersV2.MobilePush.Edit.titleLabel": "Title*",
@@ -6048,11 +6322,157 @@ new message content.",
6048
6322
  "creatives.containersV2.WeChat.templateName": "Template Name",
6049
6323
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
6050
6324
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
6325
+ "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
6326
+ "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
6327
+ "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
6328
+ "creatives.containersV2.Whatsapp.addVar": "Add variables",
6329
+ "creatives.containersV2.Whatsapp.afrikaans": "Afrikaans",
6330
+ "creatives.containersV2.Whatsapp.albanian": "Albanian",
6051
6331
  "creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
6052
6332
  "creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
6333
+ "creatives.containersV2.Whatsapp.appointmentUpdate": "Appointment update",
6334
+ "creatives.containersV2.Whatsapp.appointmentUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their appointments.",
6053
6335
  "creatives.containersV2.Whatsapp.approved": "Approved",
6336
+ "creatives.containersV2.Whatsapp.approvedStatusMsg": "This template has been approved",
6337
+ "creatives.containersV2.Whatsapp.arabic": "Arabic",
6338
+ "creatives.containersV2.Whatsapp.authentication": "Authentication",
6339
+ "creatives.containersV2.Whatsapp.authenticationTooltip": "Send codes that allow your customers to securely access their accounts.",
6340
+ "creatives.containersV2.Whatsapp.awaitingApproval": "Awaiting approval",
6341
+ "creatives.containersV2.Whatsapp.awaitingStatusDesc": "The template has been sent for approval at {date}, {time}. It takes up to 48 hrs to get approved.",
6342
+ "creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
6343
+ "creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
6344
+ "creatives.containersV2.Whatsapp.bengali": "Bengali",
6345
+ "creatives.containersV2.Whatsapp.btnDesc": "These will be show clickable buttons below your message.",
6346
+ "creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
6347
+ "creatives.containersV2.Whatsapp.btnLabel": "Buttons",
6348
+ "creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
6349
+ "creatives.containersV2.Whatsapp.btnTypeNone": "None",
6350
+ "creatives.containersV2.Whatsapp.btnTypeQuickReply": "Quick reply",
6351
+ "creatives.containersV2.Whatsapp.bulgarian": "Bulgarian",
6352
+ "creatives.containersV2.Whatsapp.cancelButtonLabel": "Cancel",
6353
+ "creatives.containersV2.Whatsapp.catalan": "Catalan",
6354
+ "creatives.containersV2.Whatsapp.chineseCHN": "Chinese (CHN)",
6355
+ "creatives.containersV2.Whatsapp.chineseHKG": "Chinese (HKG)",
6356
+ "creatives.containersV2.Whatsapp.chineseTAI": "Chinese (TAI)",
6357
+ "creatives.containersV2.Whatsapp.croatian": "Croatian",
6358
+ "creatives.containersV2.Whatsapp.ctaDesc": "Create up to 2 buttons that let customers respond to your messages or take action.",
6359
+ "creatives.containersV2.Whatsapp.czech": "Czech",
6360
+ "creatives.containersV2.Whatsapp.danish": "Danish",
6361
+ "creatives.containersV2.Whatsapp.disabledEditTooltip": "This template is non-editable as this is {status}",
6362
+ "creatives.containersV2.Whatsapp.disabledEditTooltipStatus": "awaiting for approval",
6363
+ "creatives.containersV2.Whatsapp.disabledFeatureTooltip": "Not yet enabled. Coming soon!",
6364
+ "creatives.containersV2.Whatsapp.dutch": "Dutch",
6365
+ "creatives.containersV2.Whatsapp.emptyTemplateMessageErrorMessage": "Template message cannot be empty",
6366
+ "creatives.containersV2.Whatsapp.english": "English",
6367
+ "creatives.containersV2.Whatsapp.englishUK": "English (UK)",
6368
+ "creatives.containersV2.Whatsapp.englishUS": "English (US)",
6369
+ "creatives.containersV2.Whatsapp.estonian": "Estonian",
6370
+ "creatives.containersV2.Whatsapp.filipino": "Filipino",
6371
+ "creatives.containersV2.Whatsapp.finnish": "Finnish",
6372
+ "creatives.containersV2.Whatsapp.french": "French",
6373
+ "creatives.containersV2.Whatsapp.georgian": "Georgian",
6374
+ "creatives.containersV2.Whatsapp.german": "German",
6375
+ "creatives.containersV2.Whatsapp.greek": "Greek",
6376
+ "creatives.containersV2.Whatsapp.gujarati": "Gujarati",
6377
+ "creatives.containersV2.Whatsapp.hausa": "Hausa",
6378
+ "creatives.containersV2.Whatsapp.hebrew": "Hebrew",
6379
+ "creatives.containersV2.Whatsapp.here": "here",
6380
+ "creatives.containersV2.Whatsapp.hindi": "Hindi",
6381
+ "creatives.containersV2.Whatsapp.hungarian": "Hungarian",
6382
+ "creatives.containersV2.Whatsapp.indonesian": "Indonesian",
6383
+ "creatives.containersV2.Whatsapp.inputplaceHolderText": "{value} Add labels or text or combination of both",
6384
+ "creatives.containersV2.Whatsapp.invalidFormatError": "INVALID FORMAT: Placeholders or other elements were formatted incorrectly.",
6385
+ "creatives.containersV2.Whatsapp.irish": "Irish",
6386
+ "creatives.containersV2.Whatsapp.italian": "Italian",
6387
+ "creatives.containersV2.Whatsapp.japanese": "Japanese",
6388
+ "creatives.containersV2.Whatsapp.kannada": "Kannada",
6389
+ "creatives.containersV2.Whatsapp.kazakh": "Kazakh",
6390
+ "creatives.containersV2.Whatsapp.kinyarwanda": "Kinyarwanda",
6391
+ "creatives.containersV2.Whatsapp.korean": "Korean",
6392
+ "creatives.containersV2.Whatsapp.kyrgyz": "Kyrgyz (Kyrgyzstan)",
6393
+ "creatives.containersV2.Whatsapp.labelSeperator": "|",
6394
+ "creatives.containersV2.Whatsapp.languageLabel": "Language",
6395
+ "creatives.containersV2.Whatsapp.lao": "Lao",
6396
+ "creatives.containersV2.Whatsapp.latvian": "Latvian",
6397
+ "creatives.containersV2.Whatsapp.lithuanian": "Lithuanian",
6398
+ "creatives.containersV2.Whatsapp.macedonian": "Macedonian",
6399
+ "creatives.containersV2.Whatsapp.malay": "Malay",
6400
+ "creatives.containersV2.Whatsapp.malayalam": "Malayalam",
6401
+ "creatives.containersV2.Whatsapp.marathi": "Marathi",
6402
+ "creatives.containersV2.Whatsapp.marketing": "Marketing",
6403
+ "creatives.containersV2.Whatsapp.marketingTooltip": "Send promotional offers, product announcements, and more to increase awareness and engagement.",
6404
+ "creatives.containersV2.Whatsapp.mediaDocument": "Document",
6405
+ "creatives.containersV2.Whatsapp.mediaImage": "Image",
6406
+ "creatives.containersV2.Whatsapp.mediaLabel": "Media",
6407
+ "creatives.containersV2.Whatsapp.mediaText": "Text",
6408
+ "creatives.containersV2.Whatsapp.mediaVideo": "Video",
6409
+ "creatives.containersV2.Whatsapp.messageLanguageLabel": "Message language",
6410
+ "creatives.containersV2.Whatsapp.modifiedUnsubscribeText": "Click {value} to unsubscribe",
6411
+ "creatives.containersV2.Whatsapp.noContentBetweenVars": "Add atleast 1 character between 2 variables",
6412
+ "creatives.containersV2.Whatsapp.norwegian": "Norwegian",
6413
+ "creatives.containersV2.Whatsapp.optional": "(Optional)",
6414
+ "creatives.containersV2.Whatsapp.otp": "Otp",
6415
+ "creatives.containersV2.Whatsapp.page": "page",
6416
+ "creatives.containersV2.Whatsapp.pages": "pages",
6417
+ "creatives.containersV2.Whatsapp.paymentUpdate": "Payment update",
6418
+ "creatives.containersV2.Whatsapp.paymentUpdateTooltip": "Send a message to customers about their payment.",
6419
+ "creatives.containersV2.Whatsapp.pdf": "PDF",
6420
+ "creatives.containersV2.Whatsapp.persian": "Persian",
6421
+ "creatives.containersV2.Whatsapp.polish": "Polish",
6422
+ "creatives.containersV2.Whatsapp.portugueseBR": "Portuguese (BR)",
6423
+ "creatives.containersV2.Whatsapp.portuguesePOR": "Portuguese (POR)",
6424
+ "creatives.containersV2.Whatsapp.punjabi": "Punjabi",
6425
+ "creatives.containersV2.Whatsapp.quickReplyDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
6426
+ "creatives.containersV2.Whatsapp.rejected": "Rejected",
6427
+ "creatives.containersV2.Whatsapp.rejectedStatusMsg": "This template has been rejected",
6428
+ "creatives.containersV2.Whatsapp.removeMultinewlineChars": "More than two consecutive line breaks are not allowed.",
6429
+ "creatives.containersV2.Whatsapp.repetativeVars": "Variables cannot be repeated",
6430
+ "creatives.containersV2.Whatsapp.reservationUpdate": "Reservation update",
6431
+ "creatives.containersV2.Whatsapp.reservationUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their reservations.",
6432
+ "creatives.containersV2.Whatsapp.romanian": "Romanian",
6433
+ "creatives.containersV2.Whatsapp.russian": "Russian",
6434
+ "creatives.containersV2.Whatsapp.select": "Select",
6435
+ "creatives.containersV2.Whatsapp.sendForApprovalButtonLabel": "Send for approval",
6436
+ "creatives.containersV2.Whatsapp.sequenceVars": "Variable name should start from {one} and it should be in sequential order",
6437
+ "creatives.containersV2.Whatsapp.serbian": "Serbian",
6438
+ "creatives.containersV2.Whatsapp.slovak": "Slovak",
6439
+ "creatives.containersV2.Whatsapp.slovenian": "Slovenian",
6440
+ "creatives.containersV2.Whatsapp.spanish": "Spanish",
6441
+ "creatives.containersV2.Whatsapp.spanishARG": "Spanish (ARG)",
6442
+ "creatives.containersV2.Whatsapp.spanishMEX": "Spanish (MEX)",
6443
+ "creatives.containersV2.Whatsapp.spanishSPA": "Spanish (SPA)",
6444
+ "creatives.containersV2.Whatsapp.swahili": "Swahili",
6445
+ "creatives.containersV2.Whatsapp.swedish": "Swedish",
6446
+ "creatives.containersV2.Whatsapp.tagContentMismatchError": "TAG CONTENT MISMATCH: The language and/or template category selected don’t match the template content.",
6447
+ "creatives.containersV2.Whatsapp.tamil": "Tamil",
6448
+ "creatives.containersV2.Whatsapp.telugu": "Telugu",
6449
+ "creatives.containersV2.Whatsapp.templateCategoryLabel": "Template category",
6450
+ "creatives.containersV2.Whatsapp.templateLanguageEnglish": "English",
6451
+ "creatives.containersV2.Whatsapp.templateMessageLabel": "Message",
6452
+ "creatives.containersV2.Whatsapp.templateMessageLength": "Characters count: {currentLength}/{maxLength}",
6453
+ "creatives.containersV2.Whatsapp.templateMessageLengthError": "Template message length cannot exceed 1024",
6454
+ "creatives.containersV2.Whatsapp.templateMessagePlaceholder": "Enter message with variable",
6455
+ "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.",
6456
+ "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText": "Click {unsubscribe} to unsubscribe",
6457
+ "creatives.containersV2.Whatsapp.templateNameDesc": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
6458
+ "creatives.containersV2.Whatsapp.templateNameRegexErrorMessage": "Template name can only contain lowercase alphanumeric characters and underscores",
6459
+ "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\\"",
6460
+ "creatives.containersV2.Whatsapp.thai": "Thai",
6054
6461
  "creatives.containersV2.Whatsapp.transactional": "Transactional",
6055
- "creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
6462
+ "creatives.containersV2.Whatsapp.turkish": "Turkish",
6463
+ "creatives.containersV2.Whatsapp.ukrainian": "Ukrainian",
6464
+ "creatives.containersV2.Whatsapp.unknownVars": "Variable name should be numeric value from {one} to {nineteen}",
6465
+ "creatives.containersV2.Whatsapp.unsubscribeTextTooltipCreateFlow": "To enable the checkbox, reduce the message character count to 988",
6466
+ "creatives.containersV2.Whatsapp.unsubscribeTextTooltipEditFlow": "This is non-editable",
6467
+ "creatives.containersV2.Whatsapp.urdu": "Urdu",
6468
+ "creatives.containersV2.Whatsapp.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
6469
+ "creatives.containersV2.Whatsapp.utility": "Utility",
6470
+ "creatives.containersV2.Whatsapp.utilityTooltip": "Send account updates, order updates, alerts, and more to share important information.",
6471
+ "creatives.containersV2.Whatsapp.uzbek": "Uzbek",
6472
+ "creatives.containersV2.Whatsapp.videoErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
6473
+ "creatives.containersV2.Whatsapp.vietnamese": "Vietnamese",
6474
+ "creatives.containersV2.Whatsapp.whatsappCreateNotification": "{name} has been sent for approval",
6475
+ "creatives.containersV2.Whatsapp.zulu": "Zulu",
6056
6476
  "creatives.containersV2.addLabels": "Add labels",
6057
6477
  "creatives.containersV2.appName": "App Name",
6058
6478
  "creatives.containersV2.applyNow": "Apply now",
@@ -7145,6 +7565,21 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
7145
7565
  "app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
7146
7566
  "app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
7147
7567
  "app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
7568
+ "app.v2containers.SmsTrai.Edit.addLabels": "Add labels",
7569
+ "app.v2containers.SmsTrai.Edit.cancelButtonLabel": "Cancel",
7570
+ "app.v2containers.SmsTrai.Edit.inputplaceHolderText": "Add labels or text or combination of both",
7571
+ "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.",
7572
+ "app.v2containers.SmsTrai.Edit.saveButtonLabel": "Save",
7573
+ "app.v2containers.SmsTrai.Edit.senderIdlabel": "Sender ID",
7574
+ "app.v2containers.SmsTrai.Edit.smsEditNotification": "Sms template updated successfully",
7575
+ "app.v2containers.SmsTrai.Edit.templateLabel": "Template",
7576
+ "app.v2containers.SmsTrai.Edit.textAreaCounts": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
7577
+ "app.v2containers.SmsTrai.Edit.textAreaError": "Template cannot be empty",
7578
+ "app.v2containers.SmsTrai.Edit.totalCharacters": "{smsCount} SMS ({number} characters)",
7579
+ "app.v2containers.SmsTrai.Edit.traiEditSeperator": "|",
7580
+ "app.v2containers.SmsTrai.Edit.traiEditTitle": "Message",
7581
+ "app.v2containers.SmsTrai.Edit.unicodeLabel": "Allow unicode characters",
7582
+ "app.v2containers.SmsTrai.Edit.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
7148
7583
  "creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
7149
7584
  "creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
7150
7585
  "creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
@@ -7273,6 +7708,31 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
7273
7708
  "creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "Number of days before expiry",
7274
7709
  "creatives.componentsV2.CapTagList.outbound": "Outbound",
7275
7710
  "creatives.componentsV2.CapTagList.search": "Search",
7711
+ "creatives.componentsV2.CapWhatsappCTA.addButton": "Add button",
7712
+ "creatives.componentsV2.CapWhatsappCTA.ctaAddDisabled": "Please save the first button before proceeding to create second button",
7713
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonErrorMessage": "Newlines, Emojis, or Special characters are not allowed",
7714
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonText": "Button text",
7715
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonTextPlaceholder": "Enter button text",
7716
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonTextTooltip": "Use this to name the button. We would recommend not to use special characters for the button text.",
7717
+ "creatives.componentsV2.CapWhatsappCTA.ctaDynamicPlaceholder": "Enter URL, variable is added by default",
7718
+ "creatives.componentsV2.CapWhatsappCTA.ctaOptionDisabledTooltip": "This type of button can only be added once",
7719
+ "creatives.componentsV2.CapWhatsappCTA.ctaPhoneNo": "Phone number",
7720
+ "creatives.componentsV2.CapWhatsappCTA.ctaPhoneNoPlaceholder": "Enter phone number",
7721
+ "creatives.componentsV2.CapWhatsappCTA.ctaSaveDisabled": "Please complete the above fields to enable button",
7722
+ "creatives.componentsV2.CapWhatsappCTA.ctaStaticPlaceholder": "Enter website URL",
7723
+ "creatives.componentsV2.CapWhatsappCTA.ctaType": "Type of action",
7724
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsite": "Website",
7725
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteType": "URL Type",
7726
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeDynamic": "Dynamic",
7727
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeStatic": "Static",
7728
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrl": "Website URL",
7729
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrlErrorMessage": "URL is not valid",
7730
+ "creatives.componentsV2.CapWhatsappCTA.dynamicUrlTooltip": "Only one variable can be added to a URL. No need to add {one} to the end of the URL",
7731
+ "creatives.componentsV2.CapWhatsappCTA.dynamicUrlWithMoreVarErrorMessage": "Button with url type as dynamic can have only 1 variable",
7732
+ "creatives.componentsV2.CapWhatsappCTA.staticUrlWithVarErrorMessage": "Button with url type as static cannot contain variables",
7733
+ "creatives.componentsV2.CapWhatsappCTA.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
7734
+ "creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListLabel": "Add URL label",
7735
+ "creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListRevert": "Reset website URL label to default value",
7276
7736
  "creatives.componentsV2.Ckeditor.header": "This is the Ckeditor component !",
7277
7737
  "creatives.componentsV2.CmsTemplatesComponent.header": "This is the CmsTemplatesComponent component !",
7278
7738
  "creatives.componentsV2.CmsTemplatesComponent.select": "Select",
@@ -7684,8 +8144,8 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
7684
8144
  "creatives.containers.MobilePush.Create.button2": "Button 2",
7685
8145
  "creatives.containers.MobilePush.Create.cancel": "Cancel",
7686
8146
  "creatives.containers.MobilePush.Create.cantCopyEmptyField": "Cannot copy empty field values.",
7687
- "creatives.containers.MobilePush.Create.copyFromAndroid": "Copy title and content from android",
7688
- "creatives.containers.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
8147
+ "creatives.containers.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
8148
+ "creatives.containers.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
7689
8149
  "creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
7690
8150
  "creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
7691
8151
  "creatives.containers.MobilePush.Create.discardChanges": "Discard changes",
@@ -7749,8 +8209,8 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
7749
8209
  "creatives.containers.MobilePush.Edit.button2": "Button 2",
7750
8210
  "creatives.containers.MobilePush.Edit.cancel": "Cancel",
7751
8211
  "creatives.containers.MobilePush.Edit.cantCopyEmptyField": "Cannot copy empty field values.",
7752
- "creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy title and content from android",
7753
- "creatives.containers.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
8212
+ "creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
8213
+ "creatives.containers.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
7754
8214
  "creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
7755
8215
  "creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
7756
8216
  "creatives.containers.MobilePush.Edit.discardChanges": "Discard changes",
@@ -7978,6 +8438,7 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
7978
8438
  "creatives.containersV2.Cap.ebill": "Ebill",
7979
8439
  "creatives.containersV2.Cap.email": "Email",
7980
8440
  "creatives.containersV2.Cap.gallery": "Gallery",
8441
+ "creatives.containersV2.Cap.journeys": "Journeys",
7981
8442
  "creatives.containersV2.Cap.loyalty": "Loyalty",
7982
8443
  "creatives.containersV2.Cap.memberCare": "Member Care",
7983
8444
  "creatives.containersV2.Cap.sms": "SMS",
@@ -8018,7 +8479,6 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
8018
8479
  "creatives.containersV2.CapFacebookPreview.suggestedVideoMobile": "Suggested video mobile",
8019
8480
  "creatives.containersV2.CapFacebookPreview.videoNotePreview": "Facebook may take time to upload the video. Please try Refreshing.",
8020
8481
  "creatives.containersV2.CapFacebookPreview.watchFeedMobile": "Watch feed mobile",
8021
- "creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
8022
8482
  "creatives.containersV2.Create.addLabel": "Add label",
8023
8483
  "creatives.containersV2.Create.alertMessage": "Alert",
8024
8484
  "creatives.containersV2.Create.cancelButton": "Cancel",
@@ -8499,11 +8959,13 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
8499
8959
  "creatives.containersV2.LineVideo.actionLabelTitle": "Action button label",
8500
8960
  "creatives.containersV2.LineVideo.actionUrlPlaceholder": "Enter URL",
8501
8961
  "creatives.containersV2.LineVideo.actionUrlTitle": "Link Url",
8962
+ "creatives.containersV2.LineVideo.display": "Display",
8502
8963
  "creatives.containersV2.LineVideo.dragAndDrop": "Drag and drop video here",
8503
8964
  "creatives.containersV2.LineVideo.emptyAltTextErrorMessage": "Title can not be empty",
8504
8965
  "creatives.containersV2.LineVideo.emptyLabelErrorMessage": "Action label can not be more empty",
8505
8966
  "creatives.containersV2.LineVideo.emptyTitleErrorMessage": "Template title can not be empty",
8506
8967
  "creatives.containersV2.LineVideo.emptyUrlErrorMessage": "Action URL can not be more empty",
8968
+ "creatives.containersV2.LineVideo.hide": "Hide",
8507
8969
  "creatives.containersV2.LineVideo.imageGallery": "Gallery",
8508
8970
  "creatives.containersV2.LineVideo.imageReUpload": "Re upload",
8509
8971
  "creatives.containersV2.LineVideo.inValidUrlErrorMessage": "Action url is not valid",
@@ -8547,19 +9009,29 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
8547
9009
  "creatives.containersV2.MobilePush.Create.Image": "Image",
8548
9010
  "creatives.containersV2.MobilePush.Create.ImageUploadLabel": "Upload image",
8549
9011
  "creatives.containersV2.MobilePush.Create.Tags": "Tags",
9012
+ "creatives.containersV2.MobilePush.Create.aPageWithMobileApp": "A page within mobile app",
8550
9013
  "creatives.containersV2.MobilePush.Create.accountId": "Account id",
9014
+ "creatives.containersV2.MobilePush.Create.addActionButtonsToNotification": "Add action buttons to notification",
9015
+ "creatives.containersV2.MobilePush.Create.addActionLinkToContent": "Add action link to content",
9016
+ "creatives.containersV2.MobilePush.Create.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
8551
9017
  "creatives.containersV2.MobilePush.Create.addAnotherCTA": "Add another CTA",
9018
+ "creatives.containersV2.MobilePush.Create.addPrimaryButtonToNotification": "Add primary button to notification",
8552
9019
  "creatives.containersV2.MobilePush.Create.addPrimaryCTA": "Add primary CTA",
9020
+ "creatives.containersV2.MobilePush.Create.addSecondaryButtonToNotification": "Add secondary button to notification",
8553
9021
  "creatives.containersV2.MobilePush.Create.addSecondaryCTA": "Add secondary CTA",
8554
9022
  "creatives.containersV2.MobilePush.Create.alertMessage": "Alert",
9023
+ "creatives.containersV2.MobilePush.Create.anExternalWebPage": "An external web page",
8555
9024
  "creatives.containersV2.MobilePush.Create.androidNotConfigured": "Android template is not configured. Save without Android template",
8556
9025
  "creatives.containersV2.MobilePush.Create.button1": "Button 1",
8557
9026
  "creatives.containersV2.MobilePush.Create.button2": "Button 2",
9027
+ "creatives.containersV2.MobilePush.Create.buttonLabel": "Button label",
8558
9028
  "creatives.containersV2.MobilePush.Create.cancel": "Cancel",
8559
9029
  "creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
8560
9030
  "creatives.containersV2.MobilePush.Create.change": "change",
8561
- "creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy title and content from android",
8562
- "creatives.containersV2.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
9031
+ "creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
9032
+ "creatives.containersV2.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
9033
+ "creatives.containersV2.MobilePush.Create.coverImage": "Cover image",
9034
+ "creatives.containersV2.MobilePush.Create.coverImageDescription": "Maximum file size acceptable is 5 MB",
8563
9035
  "creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
8564
9036
  "creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
8565
9037
  "creatives.containersV2.MobilePush.Create.discardChanges": "Discard changes",
@@ -8602,6 +9074,7 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
8602
9074
  "creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "Mobile push template created successfully",
8603
9075
  "creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "Please provide a template name",
8604
9076
  "creatives.containersV2.MobilePush.Create.templateNotConfigured": "template not configured,",
9077
+ "creatives.containersV2.MobilePush.Create.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
8605
9078
  "creatives.containersV2.MobilePush.Create.title": "Title",
8606
9079
  "creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
8607
9080
  "creatives.containersV2.MobilePush.Create.titleLabel": "Title*",
@@ -8619,19 +9092,29 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
8619
9092
  "creatives.containersV2.MobilePush.Edit.Image": "Image",
8620
9093
  "creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "Upload image",
8621
9094
  "creatives.containersV2.MobilePush.Edit.Tags": "Tags",
9095
+ "creatives.containersV2.MobilePush.Edit.aPageWithMobileApp": "A page within mobile app",
8622
9096
  "creatives.containersV2.MobilePush.Edit.accountId": "Account id",
9097
+ "creatives.containersV2.MobilePush.Edit.addActionButtonsToNotification": "Add action buttons to notification",
9098
+ "creatives.containersV2.MobilePush.Edit.addActionLinkToContent": "Add action link to content",
9099
+ "creatives.containersV2.MobilePush.Edit.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
8623
9100
  "creatives.containersV2.MobilePush.Edit.addAnotherCTA": "Add another CTA",
9101
+ "creatives.containersV2.MobilePush.Edit.addPrimaryButtonToNotification": "Add primary button to notification",
8624
9102
  "creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "Add primary CTA",
9103
+ "creatives.containersV2.MobilePush.Edit.addSecondaryButtonToNotification": "Add secondary button to notification",
8625
9104
  "creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "Add secondary CTA",
8626
9105
  "creatives.containersV2.MobilePush.Edit.alertMessage": "Alert",
9106
+ "creatives.containersV2.MobilePush.Edit.anExternalWebPage": "An external web page",
8627
9107
  "creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "Android template is not configured. Continue save?",
8628
9108
  "creatives.containersV2.MobilePush.Edit.button1": "Button 1",
8629
9109
  "creatives.containersV2.MobilePush.Edit.button2": "Button 2",
9110
+ "creatives.containersV2.MobilePush.Edit.buttonLabel": "Button label",
8630
9111
  "creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
8631
9112
  "creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
8632
9113
  "creatives.containersV2.MobilePush.Edit.change": "change",
8633
- "creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy title and content from android",
8634
- "creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
9114
+ "creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
9115
+ "creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
9116
+ "creatives.containersV2.MobilePush.Edit.coverImage": "Cover image",
9117
+ "creatives.containersV2.MobilePush.Edit.coverImageDescription": "Maximum file size acceptable is 5 MB",
8635
9118
  "creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
8636
9119
  "creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
8637
9120
  "creatives.containersV2.MobilePush.Edit.discardChanges": "Discard changes",
@@ -8674,6 +9157,7 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
8674
9157
  "creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "MOBILEPUSH template edited successfully",
8675
9158
  "creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "Please provide a template name",
8676
9159
  "creatives.containersV2.MobilePush.Edit.templateNotConfigured": "Template not configured,",
9160
+ "creatives.containersV2.MobilePush.Edit.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
8677
9161
  "creatives.containersV2.MobilePush.Edit.title": "Title",
8678
9162
  "creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
8679
9163
  "creatives.containersV2.MobilePush.Edit.titleLabel": "Title*",
@@ -8910,11 +9394,157 @@ new message content.",
8910
9394
  "creatives.containersV2.WeChat.templateName": "Template Name",
8911
9395
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
8912
9396
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
9397
+ "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
9398
+ "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
9399
+ "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
9400
+ "creatives.containersV2.Whatsapp.addVar": "Add variables",
9401
+ "creatives.containersV2.Whatsapp.afrikaans": "Afrikaans",
9402
+ "creatives.containersV2.Whatsapp.albanian": "Albanian",
8913
9403
  "creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
8914
9404
  "creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
9405
+ "creatives.containersV2.Whatsapp.appointmentUpdate": "Appointment update",
9406
+ "creatives.containersV2.Whatsapp.appointmentUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their appointments.",
8915
9407
  "creatives.containersV2.Whatsapp.approved": "Approved",
9408
+ "creatives.containersV2.Whatsapp.approvedStatusMsg": "This template has been approved",
9409
+ "creatives.containersV2.Whatsapp.arabic": "Arabic",
9410
+ "creatives.containersV2.Whatsapp.authentication": "Authentication",
9411
+ "creatives.containersV2.Whatsapp.authenticationTooltip": "Send codes that allow your customers to securely access their accounts.",
9412
+ "creatives.containersV2.Whatsapp.awaitingApproval": "Awaiting approval",
9413
+ "creatives.containersV2.Whatsapp.awaitingStatusDesc": "The template has been sent for approval at {date}, {time}. It takes up to 48 hrs to get approved.",
9414
+ "creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
9415
+ "creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
9416
+ "creatives.containersV2.Whatsapp.bengali": "Bengali",
9417
+ "creatives.containersV2.Whatsapp.btnDesc": "These will be show clickable buttons below your message.",
9418
+ "creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
9419
+ "creatives.containersV2.Whatsapp.btnLabel": "Buttons",
9420
+ "creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
9421
+ "creatives.containersV2.Whatsapp.btnTypeNone": "None",
9422
+ "creatives.containersV2.Whatsapp.btnTypeQuickReply": "Quick reply",
9423
+ "creatives.containersV2.Whatsapp.bulgarian": "Bulgarian",
9424
+ "creatives.containersV2.Whatsapp.cancelButtonLabel": "Cancel",
9425
+ "creatives.containersV2.Whatsapp.catalan": "Catalan",
9426
+ "creatives.containersV2.Whatsapp.chineseCHN": "Chinese (CHN)",
9427
+ "creatives.containersV2.Whatsapp.chineseHKG": "Chinese (HKG)",
9428
+ "creatives.containersV2.Whatsapp.chineseTAI": "Chinese (TAI)",
9429
+ "creatives.containersV2.Whatsapp.croatian": "Croatian",
9430
+ "creatives.containersV2.Whatsapp.ctaDesc": "Create up to 2 buttons that let customers respond to your messages or take action.",
9431
+ "creatives.containersV2.Whatsapp.czech": "Czech",
9432
+ "creatives.containersV2.Whatsapp.danish": "Danish",
9433
+ "creatives.containersV2.Whatsapp.disabledEditTooltip": "This template is non-editable as this is {status}",
9434
+ "creatives.containersV2.Whatsapp.disabledEditTooltipStatus": "awaiting for approval",
9435
+ "creatives.containersV2.Whatsapp.disabledFeatureTooltip": "Not yet enabled. Coming soon!",
9436
+ "creatives.containersV2.Whatsapp.dutch": "Dutch",
9437
+ "creatives.containersV2.Whatsapp.emptyTemplateMessageErrorMessage": "Template message cannot be empty",
9438
+ "creatives.containersV2.Whatsapp.english": "English",
9439
+ "creatives.containersV2.Whatsapp.englishUK": "English (UK)",
9440
+ "creatives.containersV2.Whatsapp.englishUS": "English (US)",
9441
+ "creatives.containersV2.Whatsapp.estonian": "Estonian",
9442
+ "creatives.containersV2.Whatsapp.filipino": "Filipino",
9443
+ "creatives.containersV2.Whatsapp.finnish": "Finnish",
9444
+ "creatives.containersV2.Whatsapp.french": "French",
9445
+ "creatives.containersV2.Whatsapp.georgian": "Georgian",
9446
+ "creatives.containersV2.Whatsapp.german": "German",
9447
+ "creatives.containersV2.Whatsapp.greek": "Greek",
9448
+ "creatives.containersV2.Whatsapp.gujarati": "Gujarati",
9449
+ "creatives.containersV2.Whatsapp.hausa": "Hausa",
9450
+ "creatives.containersV2.Whatsapp.hebrew": "Hebrew",
9451
+ "creatives.containersV2.Whatsapp.here": "here",
9452
+ "creatives.containersV2.Whatsapp.hindi": "Hindi",
9453
+ "creatives.containersV2.Whatsapp.hungarian": "Hungarian",
9454
+ "creatives.containersV2.Whatsapp.indonesian": "Indonesian",
9455
+ "creatives.containersV2.Whatsapp.inputplaceHolderText": "{value} Add labels or text or combination of both",
9456
+ "creatives.containersV2.Whatsapp.invalidFormatError": "INVALID FORMAT: Placeholders or other elements were formatted incorrectly.",
9457
+ "creatives.containersV2.Whatsapp.irish": "Irish",
9458
+ "creatives.containersV2.Whatsapp.italian": "Italian",
9459
+ "creatives.containersV2.Whatsapp.japanese": "Japanese",
9460
+ "creatives.containersV2.Whatsapp.kannada": "Kannada",
9461
+ "creatives.containersV2.Whatsapp.kazakh": "Kazakh",
9462
+ "creatives.containersV2.Whatsapp.kinyarwanda": "Kinyarwanda",
9463
+ "creatives.containersV2.Whatsapp.korean": "Korean",
9464
+ "creatives.containersV2.Whatsapp.kyrgyz": "Kyrgyz (Kyrgyzstan)",
9465
+ "creatives.containersV2.Whatsapp.labelSeperator": "|",
9466
+ "creatives.containersV2.Whatsapp.languageLabel": "Language",
9467
+ "creatives.containersV2.Whatsapp.lao": "Lao",
9468
+ "creatives.containersV2.Whatsapp.latvian": "Latvian",
9469
+ "creatives.containersV2.Whatsapp.lithuanian": "Lithuanian",
9470
+ "creatives.containersV2.Whatsapp.macedonian": "Macedonian",
9471
+ "creatives.containersV2.Whatsapp.malay": "Malay",
9472
+ "creatives.containersV2.Whatsapp.malayalam": "Malayalam",
9473
+ "creatives.containersV2.Whatsapp.marathi": "Marathi",
9474
+ "creatives.containersV2.Whatsapp.marketing": "Marketing",
9475
+ "creatives.containersV2.Whatsapp.marketingTooltip": "Send promotional offers, product announcements, and more to increase awareness and engagement.",
9476
+ "creatives.containersV2.Whatsapp.mediaDocument": "Document",
9477
+ "creatives.containersV2.Whatsapp.mediaImage": "Image",
9478
+ "creatives.containersV2.Whatsapp.mediaLabel": "Media",
9479
+ "creatives.containersV2.Whatsapp.mediaText": "Text",
9480
+ "creatives.containersV2.Whatsapp.mediaVideo": "Video",
9481
+ "creatives.containersV2.Whatsapp.messageLanguageLabel": "Message language",
9482
+ "creatives.containersV2.Whatsapp.modifiedUnsubscribeText": "Click {value} to unsubscribe",
9483
+ "creatives.containersV2.Whatsapp.noContentBetweenVars": "Add atleast 1 character between 2 variables",
9484
+ "creatives.containersV2.Whatsapp.norwegian": "Norwegian",
9485
+ "creatives.containersV2.Whatsapp.optional": "(Optional)",
9486
+ "creatives.containersV2.Whatsapp.otp": "Otp",
9487
+ "creatives.containersV2.Whatsapp.page": "page",
9488
+ "creatives.containersV2.Whatsapp.pages": "pages",
9489
+ "creatives.containersV2.Whatsapp.paymentUpdate": "Payment update",
9490
+ "creatives.containersV2.Whatsapp.paymentUpdateTooltip": "Send a message to customers about their payment.",
9491
+ "creatives.containersV2.Whatsapp.pdf": "PDF",
9492
+ "creatives.containersV2.Whatsapp.persian": "Persian",
9493
+ "creatives.containersV2.Whatsapp.polish": "Polish",
9494
+ "creatives.containersV2.Whatsapp.portugueseBR": "Portuguese (BR)",
9495
+ "creatives.containersV2.Whatsapp.portuguesePOR": "Portuguese (POR)",
9496
+ "creatives.containersV2.Whatsapp.punjabi": "Punjabi",
9497
+ "creatives.containersV2.Whatsapp.quickReplyDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
9498
+ "creatives.containersV2.Whatsapp.rejected": "Rejected",
9499
+ "creatives.containersV2.Whatsapp.rejectedStatusMsg": "This template has been rejected",
9500
+ "creatives.containersV2.Whatsapp.removeMultinewlineChars": "More than two consecutive line breaks are not allowed.",
9501
+ "creatives.containersV2.Whatsapp.repetativeVars": "Variables cannot be repeated",
9502
+ "creatives.containersV2.Whatsapp.reservationUpdate": "Reservation update",
9503
+ "creatives.containersV2.Whatsapp.reservationUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their reservations.",
9504
+ "creatives.containersV2.Whatsapp.romanian": "Romanian",
9505
+ "creatives.containersV2.Whatsapp.russian": "Russian",
9506
+ "creatives.containersV2.Whatsapp.select": "Select",
9507
+ "creatives.containersV2.Whatsapp.sendForApprovalButtonLabel": "Send for approval",
9508
+ "creatives.containersV2.Whatsapp.sequenceVars": "Variable name should start from {one} and it should be in sequential order",
9509
+ "creatives.containersV2.Whatsapp.serbian": "Serbian",
9510
+ "creatives.containersV2.Whatsapp.slovak": "Slovak",
9511
+ "creatives.containersV2.Whatsapp.slovenian": "Slovenian",
9512
+ "creatives.containersV2.Whatsapp.spanish": "Spanish",
9513
+ "creatives.containersV2.Whatsapp.spanishARG": "Spanish (ARG)",
9514
+ "creatives.containersV2.Whatsapp.spanishMEX": "Spanish (MEX)",
9515
+ "creatives.containersV2.Whatsapp.spanishSPA": "Spanish (SPA)",
9516
+ "creatives.containersV2.Whatsapp.swahili": "Swahili",
9517
+ "creatives.containersV2.Whatsapp.swedish": "Swedish",
9518
+ "creatives.containersV2.Whatsapp.tagContentMismatchError": "TAG CONTENT MISMATCH: The language and/or template category selected don’t match the template content.",
9519
+ "creatives.containersV2.Whatsapp.tamil": "Tamil",
9520
+ "creatives.containersV2.Whatsapp.telugu": "Telugu",
9521
+ "creatives.containersV2.Whatsapp.templateCategoryLabel": "Template category",
9522
+ "creatives.containersV2.Whatsapp.templateLanguageEnglish": "English",
9523
+ "creatives.containersV2.Whatsapp.templateMessageLabel": "Message",
9524
+ "creatives.containersV2.Whatsapp.templateMessageLength": "Characters count: {currentLength}/{maxLength}",
9525
+ "creatives.containersV2.Whatsapp.templateMessageLengthError": "Template message length cannot exceed 1024",
9526
+ "creatives.containersV2.Whatsapp.templateMessagePlaceholder": "Enter message with variable",
9527
+ "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.",
9528
+ "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText": "Click {unsubscribe} to unsubscribe",
9529
+ "creatives.containersV2.Whatsapp.templateNameDesc": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
9530
+ "creatives.containersV2.Whatsapp.templateNameRegexErrorMessage": "Template name can only contain lowercase alphanumeric characters and underscores",
9531
+ "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\\"",
9532
+ "creatives.containersV2.Whatsapp.thai": "Thai",
8916
9533
  "creatives.containersV2.Whatsapp.transactional": "Transactional",
8917
- "creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
9534
+ "creatives.containersV2.Whatsapp.turkish": "Turkish",
9535
+ "creatives.containersV2.Whatsapp.ukrainian": "Ukrainian",
9536
+ "creatives.containersV2.Whatsapp.unknownVars": "Variable name should be numeric value from {one} to {nineteen}",
9537
+ "creatives.containersV2.Whatsapp.unsubscribeTextTooltipCreateFlow": "To enable the checkbox, reduce the message character count to 988",
9538
+ "creatives.containersV2.Whatsapp.unsubscribeTextTooltipEditFlow": "This is non-editable",
9539
+ "creatives.containersV2.Whatsapp.urdu": "Urdu",
9540
+ "creatives.containersV2.Whatsapp.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
9541
+ "creatives.containersV2.Whatsapp.utility": "Utility",
9542
+ "creatives.containersV2.Whatsapp.utilityTooltip": "Send account updates, order updates, alerts, and more to share important information.",
9543
+ "creatives.containersV2.Whatsapp.uzbek": "Uzbek",
9544
+ "creatives.containersV2.Whatsapp.videoErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
9545
+ "creatives.containersV2.Whatsapp.vietnamese": "Vietnamese",
9546
+ "creatives.containersV2.Whatsapp.whatsappCreateNotification": "{name} has been sent for approval",
9547
+ "creatives.containersV2.Whatsapp.zulu": "Zulu",
8918
9548
  "creatives.containersV2.addLabels": "Add labels",
8919
9549
  "creatives.containersV2.appName": "App Name",
8920
9550
  "creatives.containersV2.applyNow": "Apply now",
@@ -11190,6 +11820,21 @@ FREE GIFTS-
11190
11820
  "app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
11191
11821
  "app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
11192
11822
  "app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
11823
+ "app.v2containers.SmsTrai.Edit.addLabels": "Add labels",
11824
+ "app.v2containers.SmsTrai.Edit.cancelButtonLabel": "Cancel",
11825
+ "app.v2containers.SmsTrai.Edit.inputplaceHolderText": "Add labels or text or combination of both",
11826
+ "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.",
11827
+ "app.v2containers.SmsTrai.Edit.saveButtonLabel": "Save",
11828
+ "app.v2containers.SmsTrai.Edit.senderIdlabel": "Sender ID",
11829
+ "app.v2containers.SmsTrai.Edit.smsEditNotification": "Sms template updated successfully",
11830
+ "app.v2containers.SmsTrai.Edit.templateLabel": "Template",
11831
+ "app.v2containers.SmsTrai.Edit.textAreaCounts": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
11832
+ "app.v2containers.SmsTrai.Edit.textAreaError": "Template cannot be empty",
11833
+ "app.v2containers.SmsTrai.Edit.totalCharacters": "{smsCount} SMS ({number} characters)",
11834
+ "app.v2containers.SmsTrai.Edit.traiEditSeperator": "|",
11835
+ "app.v2containers.SmsTrai.Edit.traiEditTitle": "Message",
11836
+ "app.v2containers.SmsTrai.Edit.unicodeLabel": "Allow unicode characters",
11837
+ "app.v2containers.SmsTrai.Edit.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
11193
11838
  "creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
11194
11839
  "creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
11195
11840
  "creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
@@ -11318,6 +11963,31 @@ FREE GIFTS-
11318
11963
  "creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "Number of days before expiry",
11319
11964
  "creatives.componentsV2.CapTagList.outbound": "Outbound",
11320
11965
  "creatives.componentsV2.CapTagList.search": "Search",
11966
+ "creatives.componentsV2.CapWhatsappCTA.addButton": "Add button",
11967
+ "creatives.componentsV2.CapWhatsappCTA.ctaAddDisabled": "Please save the first button before proceeding to create second button",
11968
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonErrorMessage": "Newlines, Emojis, or Special characters are not allowed",
11969
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonText": "Button text",
11970
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonTextPlaceholder": "Enter button text",
11971
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonTextTooltip": "Use this to name the button. We would recommend not to use special characters for the button text.",
11972
+ "creatives.componentsV2.CapWhatsappCTA.ctaDynamicPlaceholder": "Enter URL, variable is added by default",
11973
+ "creatives.componentsV2.CapWhatsappCTA.ctaOptionDisabledTooltip": "This type of button can only be added once",
11974
+ "creatives.componentsV2.CapWhatsappCTA.ctaPhoneNo": "Phone number",
11975
+ "creatives.componentsV2.CapWhatsappCTA.ctaPhoneNoPlaceholder": "Enter phone number",
11976
+ "creatives.componentsV2.CapWhatsappCTA.ctaSaveDisabled": "Please complete the above fields to enable button",
11977
+ "creatives.componentsV2.CapWhatsappCTA.ctaStaticPlaceholder": "Enter website URL",
11978
+ "creatives.componentsV2.CapWhatsappCTA.ctaType": "Type of action",
11979
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsite": "Website",
11980
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteType": "URL Type",
11981
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeDynamic": "Dynamic",
11982
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeStatic": "Static",
11983
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrl": "Website URL",
11984
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrlErrorMessage": "URL is not valid",
11985
+ "creatives.componentsV2.CapWhatsappCTA.dynamicUrlTooltip": "Only one variable can be added to a URL. No need to add {one} to the end of the URL",
11986
+ "creatives.componentsV2.CapWhatsappCTA.dynamicUrlWithMoreVarErrorMessage": "Button with url type as dynamic can have only 1 variable",
11987
+ "creatives.componentsV2.CapWhatsappCTA.staticUrlWithVarErrorMessage": "Button with url type as static cannot contain variables",
11988
+ "creatives.componentsV2.CapWhatsappCTA.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
11989
+ "creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListLabel": "Add URL label",
11990
+ "creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListRevert": "Reset website URL label to default value",
11321
11991
  "creatives.componentsV2.Ckeditor.header": "This is the Ckeditor component !",
11322
11992
  "creatives.componentsV2.CmsTemplatesComponent.header": "This is the CmsTemplatesComponent component !",
11323
11993
  "creatives.componentsV2.CmsTemplatesComponent.select": "Select",
@@ -11729,8 +12399,8 @@ FREE GIFTS-
11729
12399
  "creatives.containers.MobilePush.Create.button2": "Button 2",
11730
12400
  "creatives.containers.MobilePush.Create.cancel": "Cancel",
11731
12401
  "creatives.containers.MobilePush.Create.cantCopyEmptyField": "Cannot copy empty field values.",
11732
- "creatives.containers.MobilePush.Create.copyFromAndroid": "Copy title and content from android",
11733
- "creatives.containers.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
12402
+ "creatives.containers.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
12403
+ "creatives.containers.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
11734
12404
  "creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
11735
12405
  "creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
11736
12406
  "creatives.containers.MobilePush.Create.discardChanges": "Discard changes",
@@ -11794,8 +12464,8 @@ FREE GIFTS-
11794
12464
  "creatives.containers.MobilePush.Edit.button2": "Button 2",
11795
12465
  "creatives.containers.MobilePush.Edit.cancel": "Cancel",
11796
12466
  "creatives.containers.MobilePush.Edit.cantCopyEmptyField": "Cannot copy empty field values.",
11797
- "creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy title and content from android",
11798
- "creatives.containers.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
12467
+ "creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
12468
+ "creatives.containers.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
11799
12469
  "creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
11800
12470
  "creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
11801
12471
  "creatives.containers.MobilePush.Edit.discardChanges": "Discard changes",
@@ -12023,6 +12693,7 @@ FREE GIFTS-
12023
12693
  "creatives.containersV2.Cap.ebill": "Ebill",
12024
12694
  "creatives.containersV2.Cap.email": "Email",
12025
12695
  "creatives.containersV2.Cap.gallery": "Gallery",
12696
+ "creatives.containersV2.Cap.journeys": "Journeys",
12026
12697
  "creatives.containersV2.Cap.loyalty": "Loyalty",
12027
12698
  "creatives.containersV2.Cap.memberCare": "Member Care",
12028
12699
  "creatives.containersV2.Cap.sms": "SMS",
@@ -12063,7 +12734,6 @@ FREE GIFTS-
12063
12734
  "creatives.containersV2.CapFacebookPreview.suggestedVideoMobile": "Suggested video mobile",
12064
12735
  "creatives.containersV2.CapFacebookPreview.videoNotePreview": "Facebook may take time to upload the video. Please try Refreshing.",
12065
12736
  "creatives.containersV2.CapFacebookPreview.watchFeedMobile": "Watch feed mobile",
12066
- "creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
12067
12737
  "creatives.containersV2.Create.addLabel": "Add label",
12068
12738
  "creatives.containersV2.Create.alertMessage": "Alert",
12069
12739
  "creatives.containersV2.Create.cancelButton": "Cancel",
@@ -12544,11 +13214,13 @@ FREE GIFTS-
12544
13214
  "creatives.containersV2.LineVideo.actionLabelTitle": "Action button label",
12545
13215
  "creatives.containersV2.LineVideo.actionUrlPlaceholder": "Enter URL",
12546
13216
  "creatives.containersV2.LineVideo.actionUrlTitle": "Link Url",
13217
+ "creatives.containersV2.LineVideo.display": "Display",
12547
13218
  "creatives.containersV2.LineVideo.dragAndDrop": "Drag and drop video here",
12548
13219
  "creatives.containersV2.LineVideo.emptyAltTextErrorMessage": "Title can not be empty",
12549
13220
  "creatives.containersV2.LineVideo.emptyLabelErrorMessage": "Action label can not be more empty",
12550
13221
  "creatives.containersV2.LineVideo.emptyTitleErrorMessage": "Template title can not be empty",
12551
13222
  "creatives.containersV2.LineVideo.emptyUrlErrorMessage": "Action URL can not be more empty",
13223
+ "creatives.containersV2.LineVideo.hide": "Hide",
12552
13224
  "creatives.containersV2.LineVideo.imageGallery": "Gallery",
12553
13225
  "creatives.containersV2.LineVideo.imageReUpload": "Re upload",
12554
13226
  "creatives.containersV2.LineVideo.inValidUrlErrorMessage": "Action url is not valid",
@@ -12592,19 +13264,29 @@ FREE GIFTS-
12592
13264
  "creatives.containersV2.MobilePush.Create.Image": "Image",
12593
13265
  "creatives.containersV2.MobilePush.Create.ImageUploadLabel": "Upload image",
12594
13266
  "creatives.containersV2.MobilePush.Create.Tags": "Tags",
13267
+ "creatives.containersV2.MobilePush.Create.aPageWithMobileApp": "A page within mobile app",
12595
13268
  "creatives.containersV2.MobilePush.Create.accountId": "Account id",
13269
+ "creatives.containersV2.MobilePush.Create.addActionButtonsToNotification": "Add action buttons to notification",
13270
+ "creatives.containersV2.MobilePush.Create.addActionLinkToContent": "Add action link to content",
13271
+ "creatives.containersV2.MobilePush.Create.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
12596
13272
  "creatives.containersV2.MobilePush.Create.addAnotherCTA": "Add another CTA",
13273
+ "creatives.containersV2.MobilePush.Create.addPrimaryButtonToNotification": "Add primary button to notification",
12597
13274
  "creatives.containersV2.MobilePush.Create.addPrimaryCTA": "Add primary CTA",
13275
+ "creatives.containersV2.MobilePush.Create.addSecondaryButtonToNotification": "Add secondary button to notification",
12598
13276
  "creatives.containersV2.MobilePush.Create.addSecondaryCTA": "Add secondary CTA",
12599
13277
  "creatives.containersV2.MobilePush.Create.alertMessage": "Alert",
13278
+ "creatives.containersV2.MobilePush.Create.anExternalWebPage": "An external web page",
12600
13279
  "creatives.containersV2.MobilePush.Create.androidNotConfigured": "Android template is not configured. Save without Android template",
12601
13280
  "creatives.containersV2.MobilePush.Create.button1": "Button 1",
12602
13281
  "creatives.containersV2.MobilePush.Create.button2": "Button 2",
13282
+ "creatives.containersV2.MobilePush.Create.buttonLabel": "Button label",
12603
13283
  "creatives.containersV2.MobilePush.Create.cancel": "Cancel",
12604
13284
  "creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
12605
13285
  "creatives.containersV2.MobilePush.Create.change": "change",
12606
- "creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy title and content from android",
12607
- "creatives.containersV2.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
13286
+ "creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
13287
+ "creatives.containersV2.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
13288
+ "creatives.containersV2.MobilePush.Create.coverImage": "Cover image",
13289
+ "creatives.containersV2.MobilePush.Create.coverImageDescription": "Maximum file size acceptable is 5 MB",
12608
13290
  "creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
12609
13291
  "creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
12610
13292
  "creatives.containersV2.MobilePush.Create.discardChanges": "Discard changes",
@@ -12647,6 +13329,7 @@ FREE GIFTS-
12647
13329
  "creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "Mobile push template created successfully",
12648
13330
  "creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "Please provide a template name",
12649
13331
  "creatives.containersV2.MobilePush.Create.templateNotConfigured": "template not configured,",
13332
+ "creatives.containersV2.MobilePush.Create.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
12650
13333
  "creatives.containersV2.MobilePush.Create.title": "Title",
12651
13334
  "creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
12652
13335
  "creatives.containersV2.MobilePush.Create.titleLabel": "Title*",
@@ -12664,19 +13347,29 @@ FREE GIFTS-
12664
13347
  "creatives.containersV2.MobilePush.Edit.Image": "Image",
12665
13348
  "creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "Upload image",
12666
13349
  "creatives.containersV2.MobilePush.Edit.Tags": "Tags",
13350
+ "creatives.containersV2.MobilePush.Edit.aPageWithMobileApp": "A page within mobile app",
12667
13351
  "creatives.containersV2.MobilePush.Edit.accountId": "Account id",
13352
+ "creatives.containersV2.MobilePush.Edit.addActionButtonsToNotification": "Add action buttons to notification",
13353
+ "creatives.containersV2.MobilePush.Edit.addActionLinkToContent": "Add action link to content",
13354
+ "creatives.containersV2.MobilePush.Edit.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
12668
13355
  "creatives.containersV2.MobilePush.Edit.addAnotherCTA": "Add another CTA",
13356
+ "creatives.containersV2.MobilePush.Edit.addPrimaryButtonToNotification": "Add primary button to notification",
12669
13357
  "creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "Add primary CTA",
13358
+ "creatives.containersV2.MobilePush.Edit.addSecondaryButtonToNotification": "Add secondary button to notification",
12670
13359
  "creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "Add secondary CTA",
12671
13360
  "creatives.containersV2.MobilePush.Edit.alertMessage": "Alert",
13361
+ "creatives.containersV2.MobilePush.Edit.anExternalWebPage": "An external web page",
12672
13362
  "creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "Android template is not configured. Continue save?",
12673
13363
  "creatives.containersV2.MobilePush.Edit.button1": "Button 1",
12674
13364
  "creatives.containersV2.MobilePush.Edit.button2": "Button 2",
13365
+ "creatives.containersV2.MobilePush.Edit.buttonLabel": "Button label",
12675
13366
  "creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
12676
13367
  "creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
12677
13368
  "creatives.containersV2.MobilePush.Edit.change": "change",
12678
- "creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy title and content from android",
12679
- "creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
13369
+ "creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
13370
+ "creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
13371
+ "creatives.containersV2.MobilePush.Edit.coverImage": "Cover image",
13372
+ "creatives.containersV2.MobilePush.Edit.coverImageDescription": "Maximum file size acceptable is 5 MB",
12680
13373
  "creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
12681
13374
  "creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
12682
13375
  "creatives.containersV2.MobilePush.Edit.discardChanges": "Discard changes",
@@ -12719,6 +13412,7 @@ FREE GIFTS-
12719
13412
  "creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "MOBILEPUSH template edited successfully",
12720
13413
  "creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "Please provide a template name",
12721
13414
  "creatives.containersV2.MobilePush.Edit.templateNotConfigured": "Template not configured,",
13415
+ "creatives.containersV2.MobilePush.Edit.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
12722
13416
  "creatives.containersV2.MobilePush.Edit.title": "Title",
12723
13417
  "creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
12724
13418
  "creatives.containersV2.MobilePush.Edit.titleLabel": "Title*",
@@ -12955,11 +13649,157 @@ new message content.",
12955
13649
  "creatives.containersV2.WeChat.templateName": "Template Name",
12956
13650
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
12957
13651
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
13652
+ "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
13653
+ "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
13654
+ "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
13655
+ "creatives.containersV2.Whatsapp.addVar": "Add variables",
13656
+ "creatives.containersV2.Whatsapp.afrikaans": "Afrikaans",
13657
+ "creatives.containersV2.Whatsapp.albanian": "Albanian",
12958
13658
  "creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
12959
13659
  "creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
13660
+ "creatives.containersV2.Whatsapp.appointmentUpdate": "Appointment update",
13661
+ "creatives.containersV2.Whatsapp.appointmentUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their appointments.",
12960
13662
  "creatives.containersV2.Whatsapp.approved": "Approved",
13663
+ "creatives.containersV2.Whatsapp.approvedStatusMsg": "This template has been approved",
13664
+ "creatives.containersV2.Whatsapp.arabic": "Arabic",
13665
+ "creatives.containersV2.Whatsapp.authentication": "Authentication",
13666
+ "creatives.containersV2.Whatsapp.authenticationTooltip": "Send codes that allow your customers to securely access their accounts.",
13667
+ "creatives.containersV2.Whatsapp.awaitingApproval": "Awaiting approval",
13668
+ "creatives.containersV2.Whatsapp.awaitingStatusDesc": "The template has been sent for approval at {date}, {time}. It takes up to 48 hrs to get approved.",
13669
+ "creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
13670
+ "creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
13671
+ "creatives.containersV2.Whatsapp.bengali": "Bengali",
13672
+ "creatives.containersV2.Whatsapp.btnDesc": "These will be show clickable buttons below your message.",
13673
+ "creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
13674
+ "creatives.containersV2.Whatsapp.btnLabel": "Buttons",
13675
+ "creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
13676
+ "creatives.containersV2.Whatsapp.btnTypeNone": "None",
13677
+ "creatives.containersV2.Whatsapp.btnTypeQuickReply": "Quick reply",
13678
+ "creatives.containersV2.Whatsapp.bulgarian": "Bulgarian",
13679
+ "creatives.containersV2.Whatsapp.cancelButtonLabel": "Cancel",
13680
+ "creatives.containersV2.Whatsapp.catalan": "Catalan",
13681
+ "creatives.containersV2.Whatsapp.chineseCHN": "Chinese (CHN)",
13682
+ "creatives.containersV2.Whatsapp.chineseHKG": "Chinese (HKG)",
13683
+ "creatives.containersV2.Whatsapp.chineseTAI": "Chinese (TAI)",
13684
+ "creatives.containersV2.Whatsapp.croatian": "Croatian",
13685
+ "creatives.containersV2.Whatsapp.ctaDesc": "Create up to 2 buttons that let customers respond to your messages or take action.",
13686
+ "creatives.containersV2.Whatsapp.czech": "Czech",
13687
+ "creatives.containersV2.Whatsapp.danish": "Danish",
13688
+ "creatives.containersV2.Whatsapp.disabledEditTooltip": "This template is non-editable as this is {status}",
13689
+ "creatives.containersV2.Whatsapp.disabledEditTooltipStatus": "awaiting for approval",
13690
+ "creatives.containersV2.Whatsapp.disabledFeatureTooltip": "Not yet enabled. Coming soon!",
13691
+ "creatives.containersV2.Whatsapp.dutch": "Dutch",
13692
+ "creatives.containersV2.Whatsapp.emptyTemplateMessageErrorMessage": "Template message cannot be empty",
13693
+ "creatives.containersV2.Whatsapp.english": "English",
13694
+ "creatives.containersV2.Whatsapp.englishUK": "English (UK)",
13695
+ "creatives.containersV2.Whatsapp.englishUS": "English (US)",
13696
+ "creatives.containersV2.Whatsapp.estonian": "Estonian",
13697
+ "creatives.containersV2.Whatsapp.filipino": "Filipino",
13698
+ "creatives.containersV2.Whatsapp.finnish": "Finnish",
13699
+ "creatives.containersV2.Whatsapp.french": "French",
13700
+ "creatives.containersV2.Whatsapp.georgian": "Georgian",
13701
+ "creatives.containersV2.Whatsapp.german": "German",
13702
+ "creatives.containersV2.Whatsapp.greek": "Greek",
13703
+ "creatives.containersV2.Whatsapp.gujarati": "Gujarati",
13704
+ "creatives.containersV2.Whatsapp.hausa": "Hausa",
13705
+ "creatives.containersV2.Whatsapp.hebrew": "Hebrew",
13706
+ "creatives.containersV2.Whatsapp.here": "here",
13707
+ "creatives.containersV2.Whatsapp.hindi": "Hindi",
13708
+ "creatives.containersV2.Whatsapp.hungarian": "Hungarian",
13709
+ "creatives.containersV2.Whatsapp.indonesian": "Indonesian",
13710
+ "creatives.containersV2.Whatsapp.inputplaceHolderText": "{value} Add labels or text or combination of both",
13711
+ "creatives.containersV2.Whatsapp.invalidFormatError": "INVALID FORMAT: Placeholders or other elements were formatted incorrectly.",
13712
+ "creatives.containersV2.Whatsapp.irish": "Irish",
13713
+ "creatives.containersV2.Whatsapp.italian": "Italian",
13714
+ "creatives.containersV2.Whatsapp.japanese": "Japanese",
13715
+ "creatives.containersV2.Whatsapp.kannada": "Kannada",
13716
+ "creatives.containersV2.Whatsapp.kazakh": "Kazakh",
13717
+ "creatives.containersV2.Whatsapp.kinyarwanda": "Kinyarwanda",
13718
+ "creatives.containersV2.Whatsapp.korean": "Korean",
13719
+ "creatives.containersV2.Whatsapp.kyrgyz": "Kyrgyz (Kyrgyzstan)",
13720
+ "creatives.containersV2.Whatsapp.labelSeperator": "|",
13721
+ "creatives.containersV2.Whatsapp.languageLabel": "Language",
13722
+ "creatives.containersV2.Whatsapp.lao": "Lao",
13723
+ "creatives.containersV2.Whatsapp.latvian": "Latvian",
13724
+ "creatives.containersV2.Whatsapp.lithuanian": "Lithuanian",
13725
+ "creatives.containersV2.Whatsapp.macedonian": "Macedonian",
13726
+ "creatives.containersV2.Whatsapp.malay": "Malay",
13727
+ "creatives.containersV2.Whatsapp.malayalam": "Malayalam",
13728
+ "creatives.containersV2.Whatsapp.marathi": "Marathi",
13729
+ "creatives.containersV2.Whatsapp.marketing": "Marketing",
13730
+ "creatives.containersV2.Whatsapp.marketingTooltip": "Send promotional offers, product announcements, and more to increase awareness and engagement.",
13731
+ "creatives.containersV2.Whatsapp.mediaDocument": "Document",
13732
+ "creatives.containersV2.Whatsapp.mediaImage": "Image",
13733
+ "creatives.containersV2.Whatsapp.mediaLabel": "Media",
13734
+ "creatives.containersV2.Whatsapp.mediaText": "Text",
13735
+ "creatives.containersV2.Whatsapp.mediaVideo": "Video",
13736
+ "creatives.containersV2.Whatsapp.messageLanguageLabel": "Message language",
13737
+ "creatives.containersV2.Whatsapp.modifiedUnsubscribeText": "Click {value} to unsubscribe",
13738
+ "creatives.containersV2.Whatsapp.noContentBetweenVars": "Add atleast 1 character between 2 variables",
13739
+ "creatives.containersV2.Whatsapp.norwegian": "Norwegian",
13740
+ "creatives.containersV2.Whatsapp.optional": "(Optional)",
13741
+ "creatives.containersV2.Whatsapp.otp": "Otp",
13742
+ "creatives.containersV2.Whatsapp.page": "page",
13743
+ "creatives.containersV2.Whatsapp.pages": "pages",
13744
+ "creatives.containersV2.Whatsapp.paymentUpdate": "Payment update",
13745
+ "creatives.containersV2.Whatsapp.paymentUpdateTooltip": "Send a message to customers about their payment.",
13746
+ "creatives.containersV2.Whatsapp.pdf": "PDF",
13747
+ "creatives.containersV2.Whatsapp.persian": "Persian",
13748
+ "creatives.containersV2.Whatsapp.polish": "Polish",
13749
+ "creatives.containersV2.Whatsapp.portugueseBR": "Portuguese (BR)",
13750
+ "creatives.containersV2.Whatsapp.portuguesePOR": "Portuguese (POR)",
13751
+ "creatives.containersV2.Whatsapp.punjabi": "Punjabi",
13752
+ "creatives.containersV2.Whatsapp.quickReplyDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
13753
+ "creatives.containersV2.Whatsapp.rejected": "Rejected",
13754
+ "creatives.containersV2.Whatsapp.rejectedStatusMsg": "This template has been rejected",
13755
+ "creatives.containersV2.Whatsapp.removeMultinewlineChars": "More than two consecutive line breaks are not allowed.",
13756
+ "creatives.containersV2.Whatsapp.repetativeVars": "Variables cannot be repeated",
13757
+ "creatives.containersV2.Whatsapp.reservationUpdate": "Reservation update",
13758
+ "creatives.containersV2.Whatsapp.reservationUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their reservations.",
13759
+ "creatives.containersV2.Whatsapp.romanian": "Romanian",
13760
+ "creatives.containersV2.Whatsapp.russian": "Russian",
13761
+ "creatives.containersV2.Whatsapp.select": "Select",
13762
+ "creatives.containersV2.Whatsapp.sendForApprovalButtonLabel": "Send for approval",
13763
+ "creatives.containersV2.Whatsapp.sequenceVars": "Variable name should start from {one} and it should be in sequential order",
13764
+ "creatives.containersV2.Whatsapp.serbian": "Serbian",
13765
+ "creatives.containersV2.Whatsapp.slovak": "Slovak",
13766
+ "creatives.containersV2.Whatsapp.slovenian": "Slovenian",
13767
+ "creatives.containersV2.Whatsapp.spanish": "Spanish",
13768
+ "creatives.containersV2.Whatsapp.spanishARG": "Spanish (ARG)",
13769
+ "creatives.containersV2.Whatsapp.spanishMEX": "Spanish (MEX)",
13770
+ "creatives.containersV2.Whatsapp.spanishSPA": "Spanish (SPA)",
13771
+ "creatives.containersV2.Whatsapp.swahili": "Swahili",
13772
+ "creatives.containersV2.Whatsapp.swedish": "Swedish",
13773
+ "creatives.containersV2.Whatsapp.tagContentMismatchError": "TAG CONTENT MISMATCH: The language and/or template category selected don’t match the template content.",
13774
+ "creatives.containersV2.Whatsapp.tamil": "Tamil",
13775
+ "creatives.containersV2.Whatsapp.telugu": "Telugu",
13776
+ "creatives.containersV2.Whatsapp.templateCategoryLabel": "Template category",
13777
+ "creatives.containersV2.Whatsapp.templateLanguageEnglish": "English",
13778
+ "creatives.containersV2.Whatsapp.templateMessageLabel": "Message",
13779
+ "creatives.containersV2.Whatsapp.templateMessageLength": "Characters count: {currentLength}/{maxLength}",
13780
+ "creatives.containersV2.Whatsapp.templateMessageLengthError": "Template message length cannot exceed 1024",
13781
+ "creatives.containersV2.Whatsapp.templateMessagePlaceholder": "Enter message with variable",
13782
+ "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.",
13783
+ "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText": "Click {unsubscribe} to unsubscribe",
13784
+ "creatives.containersV2.Whatsapp.templateNameDesc": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
13785
+ "creatives.containersV2.Whatsapp.templateNameRegexErrorMessage": "Template name can only contain lowercase alphanumeric characters and underscores",
13786
+ "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\\"",
13787
+ "creatives.containersV2.Whatsapp.thai": "Thai",
12961
13788
  "creatives.containersV2.Whatsapp.transactional": "Transactional",
12962
- "creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
13789
+ "creatives.containersV2.Whatsapp.turkish": "Turkish",
13790
+ "creatives.containersV2.Whatsapp.ukrainian": "Ukrainian",
13791
+ "creatives.containersV2.Whatsapp.unknownVars": "Variable name should be numeric value from {one} to {nineteen}",
13792
+ "creatives.containersV2.Whatsapp.unsubscribeTextTooltipCreateFlow": "To enable the checkbox, reduce the message character count to 988",
13793
+ "creatives.containersV2.Whatsapp.unsubscribeTextTooltipEditFlow": "This is non-editable",
13794
+ "creatives.containersV2.Whatsapp.urdu": "Urdu",
13795
+ "creatives.containersV2.Whatsapp.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
13796
+ "creatives.containersV2.Whatsapp.utility": "Utility",
13797
+ "creatives.containersV2.Whatsapp.utilityTooltip": "Send account updates, order updates, alerts, and more to share important information.",
13798
+ "creatives.containersV2.Whatsapp.uzbek": "Uzbek",
13799
+ "creatives.containersV2.Whatsapp.videoErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
13800
+ "creatives.containersV2.Whatsapp.vietnamese": "Vietnamese",
13801
+ "creatives.containersV2.Whatsapp.whatsappCreateNotification": "{name} has been sent for approval",
13802
+ "creatives.containersV2.Whatsapp.zulu": "Zulu",
12963
13803
  "creatives.containersV2.addLabels": "Add labels",
12964
13804
  "creatives.containersV2.appName": "App Name",
12965
13805
  "creatives.containersV2.applyNow": "Apply now",
@@ -14024,6 +14864,21 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
14024
14864
  "app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
14025
14865
  "app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
14026
14866
  "app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
14867
+ "app.v2containers.SmsTrai.Edit.addLabels": "Add labels",
14868
+ "app.v2containers.SmsTrai.Edit.cancelButtonLabel": "Cancel",
14869
+ "app.v2containers.SmsTrai.Edit.inputplaceHolderText": "Add labels or text or combination of both",
14870
+ "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.",
14871
+ "app.v2containers.SmsTrai.Edit.saveButtonLabel": "Save",
14872
+ "app.v2containers.SmsTrai.Edit.senderIdlabel": "Sender ID",
14873
+ "app.v2containers.SmsTrai.Edit.smsEditNotification": "Sms template updated successfully",
14874
+ "app.v2containers.SmsTrai.Edit.templateLabel": "Template",
14875
+ "app.v2containers.SmsTrai.Edit.textAreaCounts": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
14876
+ "app.v2containers.SmsTrai.Edit.textAreaError": "Template cannot be empty",
14877
+ "app.v2containers.SmsTrai.Edit.totalCharacters": "{smsCount} SMS ({number} characters)",
14878
+ "app.v2containers.SmsTrai.Edit.traiEditSeperator": "|",
14879
+ "app.v2containers.SmsTrai.Edit.traiEditTitle": "Message",
14880
+ "app.v2containers.SmsTrai.Edit.unicodeLabel": "Allow unicode characters",
14881
+ "app.v2containers.SmsTrai.Edit.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
14027
14882
  "creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
14028
14883
  "creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
14029
14884
  "creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
@@ -14152,6 +15007,31 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
14152
15007
  "creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "Number of days before expiry",
14153
15008
  "creatives.componentsV2.CapTagList.outbound": "Outbound",
14154
15009
  "creatives.componentsV2.CapTagList.search": "Search",
15010
+ "creatives.componentsV2.CapWhatsappCTA.addButton": "Add button",
15011
+ "creatives.componentsV2.CapWhatsappCTA.ctaAddDisabled": "Please save the first button before proceeding to create second button",
15012
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonErrorMessage": "Newlines, Emojis, or Special characters are not allowed",
15013
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonText": "Button text",
15014
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonTextPlaceholder": "Enter button text",
15015
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonTextTooltip": "Use this to name the button. We would recommend not to use special characters for the button text.",
15016
+ "creatives.componentsV2.CapWhatsappCTA.ctaDynamicPlaceholder": "Enter URL, variable is added by default",
15017
+ "creatives.componentsV2.CapWhatsappCTA.ctaOptionDisabledTooltip": "This type of button can only be added once",
15018
+ "creatives.componentsV2.CapWhatsappCTA.ctaPhoneNo": "Phone number",
15019
+ "creatives.componentsV2.CapWhatsappCTA.ctaPhoneNoPlaceholder": "Enter phone number",
15020
+ "creatives.componentsV2.CapWhatsappCTA.ctaSaveDisabled": "Please complete the above fields to enable button",
15021
+ "creatives.componentsV2.CapWhatsappCTA.ctaStaticPlaceholder": "Enter website URL",
15022
+ "creatives.componentsV2.CapWhatsappCTA.ctaType": "Type of action",
15023
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsite": "Website",
15024
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteType": "URL Type",
15025
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeDynamic": "Dynamic",
15026
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeStatic": "Static",
15027
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrl": "Website URL",
15028
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrlErrorMessage": "URL is not valid",
15029
+ "creatives.componentsV2.CapWhatsappCTA.dynamicUrlTooltip": "Only one variable can be added to a URL. No need to add {one} to the end of the URL",
15030
+ "creatives.componentsV2.CapWhatsappCTA.dynamicUrlWithMoreVarErrorMessage": "Button with url type as dynamic can have only 1 variable",
15031
+ "creatives.componentsV2.CapWhatsappCTA.staticUrlWithVarErrorMessage": "Button with url type as static cannot contain variables",
15032
+ "creatives.componentsV2.CapWhatsappCTA.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
15033
+ "creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListLabel": "Add URL label",
15034
+ "creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListRevert": "Reset website URL label to default value",
14155
15035
  "creatives.componentsV2.Ckeditor.header": "This is the Ckeditor component !",
14156
15036
  "creatives.componentsV2.CmsTemplatesComponent.header": "This is the CmsTemplatesComponent component !",
14157
15037
  "creatives.componentsV2.CmsTemplatesComponent.select": "Select",
@@ -14563,8 +15443,8 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
14563
15443
  "creatives.containers.MobilePush.Create.button2": "Button 2",
14564
15444
  "creatives.containers.MobilePush.Create.cancel": "Cancel",
14565
15445
  "creatives.containers.MobilePush.Create.cantCopyEmptyField": "Cannot copy empty field values.",
14566
- "creatives.containers.MobilePush.Create.copyFromAndroid": "Copy title and content from android",
14567
- "creatives.containers.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
15446
+ "creatives.containers.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
15447
+ "creatives.containers.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
14568
15448
  "creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
14569
15449
  "creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
14570
15450
  "creatives.containers.MobilePush.Create.discardChanges": "Discard changes",
@@ -14628,8 +15508,8 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
14628
15508
  "creatives.containers.MobilePush.Edit.button2": "Button 2",
14629
15509
  "creatives.containers.MobilePush.Edit.cancel": "Cancel",
14630
15510
  "creatives.containers.MobilePush.Edit.cantCopyEmptyField": "Cannot copy empty field values.",
14631
- "creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy title and content from android",
14632
- "creatives.containers.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
15511
+ "creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
15512
+ "creatives.containers.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
14633
15513
  "creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
14634
15514
  "creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
14635
15515
  "creatives.containers.MobilePush.Edit.discardChanges": "Discard changes",
@@ -14857,6 +15737,7 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
14857
15737
  "creatives.containersV2.Cap.ebill": "Ebill",
14858
15738
  "creatives.containersV2.Cap.email": "Email",
14859
15739
  "creatives.containersV2.Cap.gallery": "Gallery",
15740
+ "creatives.containersV2.Cap.journeys": "Journeys",
14860
15741
  "creatives.containersV2.Cap.loyalty": "Loyalty",
14861
15742
  "creatives.containersV2.Cap.memberCare": "Member Care",
14862
15743
  "creatives.containersV2.Cap.sms": "SMS",
@@ -14897,7 +15778,6 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
14897
15778
  "creatives.containersV2.CapFacebookPreview.suggestedVideoMobile": "Suggested video mobile",
14898
15779
  "creatives.containersV2.CapFacebookPreview.videoNotePreview": "Facebook may take time to upload the video. Please try Refreshing.",
14899
15780
  "creatives.containersV2.CapFacebookPreview.watchFeedMobile": "Watch feed mobile",
14900
- "creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
14901
15781
  "creatives.containersV2.Create.addLabel": "Add label",
14902
15782
  "creatives.containersV2.Create.alertMessage": "Alert",
14903
15783
  "creatives.containersV2.Create.cancelButton": "Cancel",
@@ -15378,11 +16258,13 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
15378
16258
  "creatives.containersV2.LineVideo.actionLabelTitle": "Action button label",
15379
16259
  "creatives.containersV2.LineVideo.actionUrlPlaceholder": "Enter URL",
15380
16260
  "creatives.containersV2.LineVideo.actionUrlTitle": "Link Url",
16261
+ "creatives.containersV2.LineVideo.display": "Display",
15381
16262
  "creatives.containersV2.LineVideo.dragAndDrop": "Drag and drop video here",
15382
16263
  "creatives.containersV2.LineVideo.emptyAltTextErrorMessage": "Title can not be empty",
15383
16264
  "creatives.containersV2.LineVideo.emptyLabelErrorMessage": "Action label can not be more empty",
15384
16265
  "creatives.containersV2.LineVideo.emptyTitleErrorMessage": "Template title can not be empty",
15385
16266
  "creatives.containersV2.LineVideo.emptyUrlErrorMessage": "Action URL can not be more empty",
16267
+ "creatives.containersV2.LineVideo.hide": "Hide",
15386
16268
  "creatives.containersV2.LineVideo.imageGallery": "Gallery",
15387
16269
  "creatives.containersV2.LineVideo.imageReUpload": "Re upload",
15388
16270
  "creatives.containersV2.LineVideo.inValidUrlErrorMessage": "Action url is not valid",
@@ -15426,19 +16308,29 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
15426
16308
  "creatives.containersV2.MobilePush.Create.Image": "Image",
15427
16309
  "creatives.containersV2.MobilePush.Create.ImageUploadLabel": "Upload image",
15428
16310
  "creatives.containersV2.MobilePush.Create.Tags": "Tags",
16311
+ "creatives.containersV2.MobilePush.Create.aPageWithMobileApp": "A page within mobile app",
15429
16312
  "creatives.containersV2.MobilePush.Create.accountId": "Account id",
16313
+ "creatives.containersV2.MobilePush.Create.addActionButtonsToNotification": "Add action buttons to notification",
16314
+ "creatives.containersV2.MobilePush.Create.addActionLinkToContent": "Add action link to content",
16315
+ "creatives.containersV2.MobilePush.Create.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
15430
16316
  "creatives.containersV2.MobilePush.Create.addAnotherCTA": "Add another CTA",
16317
+ "creatives.containersV2.MobilePush.Create.addPrimaryButtonToNotification": "Add primary button to notification",
15431
16318
  "creatives.containersV2.MobilePush.Create.addPrimaryCTA": "Add primary CTA",
16319
+ "creatives.containersV2.MobilePush.Create.addSecondaryButtonToNotification": "Add secondary button to notification",
15432
16320
  "creatives.containersV2.MobilePush.Create.addSecondaryCTA": "Add secondary CTA",
15433
16321
  "creatives.containersV2.MobilePush.Create.alertMessage": "Alert",
16322
+ "creatives.containersV2.MobilePush.Create.anExternalWebPage": "An external web page",
15434
16323
  "creatives.containersV2.MobilePush.Create.androidNotConfigured": "Android template is not configured. Save without Android template",
15435
16324
  "creatives.containersV2.MobilePush.Create.button1": "Button 1",
15436
16325
  "creatives.containersV2.MobilePush.Create.button2": "Button 2",
16326
+ "creatives.containersV2.MobilePush.Create.buttonLabel": "Button label",
15437
16327
  "creatives.containersV2.MobilePush.Create.cancel": "Cancel",
15438
16328
  "creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
15439
16329
  "creatives.containersV2.MobilePush.Create.change": "change",
15440
- "creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy title and content from android",
15441
- "creatives.containersV2.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
16330
+ "creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
16331
+ "creatives.containersV2.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
16332
+ "creatives.containersV2.MobilePush.Create.coverImage": "Cover image",
16333
+ "creatives.containersV2.MobilePush.Create.coverImageDescription": "Maximum file size acceptable is 5 MB",
15442
16334
  "creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
15443
16335
  "creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
15444
16336
  "creatives.containersV2.MobilePush.Create.discardChanges": "Discard changes",
@@ -15481,6 +16373,7 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
15481
16373
  "creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "Mobile push template created successfully",
15482
16374
  "creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "Please provide a template name",
15483
16375
  "creatives.containersV2.MobilePush.Create.templateNotConfigured": "template not configured,",
16376
+ "creatives.containersV2.MobilePush.Create.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
15484
16377
  "creatives.containersV2.MobilePush.Create.title": "Title",
15485
16378
  "creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
15486
16379
  "creatives.containersV2.MobilePush.Create.titleLabel": "Title*",
@@ -15498,19 +16391,29 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
15498
16391
  "creatives.containersV2.MobilePush.Edit.Image": "Image",
15499
16392
  "creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "Upload image",
15500
16393
  "creatives.containersV2.MobilePush.Edit.Tags": "Tags",
16394
+ "creatives.containersV2.MobilePush.Edit.aPageWithMobileApp": "A page within mobile app",
15501
16395
  "creatives.containersV2.MobilePush.Edit.accountId": "Account id",
16396
+ "creatives.containersV2.MobilePush.Edit.addActionButtonsToNotification": "Add action buttons to notification",
16397
+ "creatives.containersV2.MobilePush.Edit.addActionLinkToContent": "Add action link to content",
16398
+ "creatives.containersV2.MobilePush.Edit.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
15502
16399
  "creatives.containersV2.MobilePush.Edit.addAnotherCTA": "Add another CTA",
16400
+ "creatives.containersV2.MobilePush.Edit.addPrimaryButtonToNotification": "Add primary button to notification",
15503
16401
  "creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "Add primary CTA",
16402
+ "creatives.containersV2.MobilePush.Edit.addSecondaryButtonToNotification": "Add secondary button to notification",
15504
16403
  "creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "Add secondary CTA",
15505
16404
  "creatives.containersV2.MobilePush.Edit.alertMessage": "Alert",
16405
+ "creatives.containersV2.MobilePush.Edit.anExternalWebPage": "An external web page",
15506
16406
  "creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "Android template is not configured. Continue save?",
15507
16407
  "creatives.containersV2.MobilePush.Edit.button1": "Button 1",
15508
16408
  "creatives.containersV2.MobilePush.Edit.button2": "Button 2",
16409
+ "creatives.containersV2.MobilePush.Edit.buttonLabel": "Button label",
15509
16410
  "creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
15510
16411
  "creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
15511
16412
  "creatives.containersV2.MobilePush.Edit.change": "change",
15512
- "creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy title and content from android",
15513
- "creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
16413
+ "creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
16414
+ "creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
16415
+ "creatives.containersV2.MobilePush.Edit.coverImage": "Cover image",
16416
+ "creatives.containersV2.MobilePush.Edit.coverImageDescription": "Maximum file size acceptable is 5 MB",
15514
16417
  "creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
15515
16418
  "creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
15516
16419
  "creatives.containersV2.MobilePush.Edit.discardChanges": "Discard changes",
@@ -15553,6 +16456,7 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
15553
16456
  "creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "MOBILEPUSH template edited successfully",
15554
16457
  "creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "Please provide a template name",
15555
16458
  "creatives.containersV2.MobilePush.Edit.templateNotConfigured": "Template not configured,",
16459
+ "creatives.containersV2.MobilePush.Edit.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
15556
16460
  "creatives.containersV2.MobilePush.Edit.title": "Title",
15557
16461
  "creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
15558
16462
  "creatives.containersV2.MobilePush.Edit.titleLabel": "Title*",
@@ -15789,11 +16693,157 @@ new message content.",
15789
16693
  "creatives.containersV2.WeChat.templateName": "Template Name",
15790
16694
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
15791
16695
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
16696
+ "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
16697
+ "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
16698
+ "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
16699
+ "creatives.containersV2.Whatsapp.addVar": "Add variables",
16700
+ "creatives.containersV2.Whatsapp.afrikaans": "Afrikaans",
16701
+ "creatives.containersV2.Whatsapp.albanian": "Albanian",
15792
16702
  "creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
15793
16703
  "creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
16704
+ "creatives.containersV2.Whatsapp.appointmentUpdate": "Appointment update",
16705
+ "creatives.containersV2.Whatsapp.appointmentUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their appointments.",
15794
16706
  "creatives.containersV2.Whatsapp.approved": "Approved",
16707
+ "creatives.containersV2.Whatsapp.approvedStatusMsg": "This template has been approved",
16708
+ "creatives.containersV2.Whatsapp.arabic": "Arabic",
16709
+ "creatives.containersV2.Whatsapp.authentication": "Authentication",
16710
+ "creatives.containersV2.Whatsapp.authenticationTooltip": "Send codes that allow your customers to securely access their accounts.",
16711
+ "creatives.containersV2.Whatsapp.awaitingApproval": "Awaiting approval",
16712
+ "creatives.containersV2.Whatsapp.awaitingStatusDesc": "The template has been sent for approval at {date}, {time}. It takes up to 48 hrs to get approved.",
16713
+ "creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
16714
+ "creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
16715
+ "creatives.containersV2.Whatsapp.bengali": "Bengali",
16716
+ "creatives.containersV2.Whatsapp.btnDesc": "These will be show clickable buttons below your message.",
16717
+ "creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
16718
+ "creatives.containersV2.Whatsapp.btnLabel": "Buttons",
16719
+ "creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
16720
+ "creatives.containersV2.Whatsapp.btnTypeNone": "None",
16721
+ "creatives.containersV2.Whatsapp.btnTypeQuickReply": "Quick reply",
16722
+ "creatives.containersV2.Whatsapp.bulgarian": "Bulgarian",
16723
+ "creatives.containersV2.Whatsapp.cancelButtonLabel": "Cancel",
16724
+ "creatives.containersV2.Whatsapp.catalan": "Catalan",
16725
+ "creatives.containersV2.Whatsapp.chineseCHN": "Chinese (CHN)",
16726
+ "creatives.containersV2.Whatsapp.chineseHKG": "Chinese (HKG)",
16727
+ "creatives.containersV2.Whatsapp.chineseTAI": "Chinese (TAI)",
16728
+ "creatives.containersV2.Whatsapp.croatian": "Croatian",
16729
+ "creatives.containersV2.Whatsapp.ctaDesc": "Create up to 2 buttons that let customers respond to your messages or take action.",
16730
+ "creatives.containersV2.Whatsapp.czech": "Czech",
16731
+ "creatives.containersV2.Whatsapp.danish": "Danish",
16732
+ "creatives.containersV2.Whatsapp.disabledEditTooltip": "This template is non-editable as this is {status}",
16733
+ "creatives.containersV2.Whatsapp.disabledEditTooltipStatus": "awaiting for approval",
16734
+ "creatives.containersV2.Whatsapp.disabledFeatureTooltip": "Not yet enabled. Coming soon!",
16735
+ "creatives.containersV2.Whatsapp.dutch": "Dutch",
16736
+ "creatives.containersV2.Whatsapp.emptyTemplateMessageErrorMessage": "Template message cannot be empty",
16737
+ "creatives.containersV2.Whatsapp.english": "English",
16738
+ "creatives.containersV2.Whatsapp.englishUK": "English (UK)",
16739
+ "creatives.containersV2.Whatsapp.englishUS": "English (US)",
16740
+ "creatives.containersV2.Whatsapp.estonian": "Estonian",
16741
+ "creatives.containersV2.Whatsapp.filipino": "Filipino",
16742
+ "creatives.containersV2.Whatsapp.finnish": "Finnish",
16743
+ "creatives.containersV2.Whatsapp.french": "French",
16744
+ "creatives.containersV2.Whatsapp.georgian": "Georgian",
16745
+ "creatives.containersV2.Whatsapp.german": "German",
16746
+ "creatives.containersV2.Whatsapp.greek": "Greek",
16747
+ "creatives.containersV2.Whatsapp.gujarati": "Gujarati",
16748
+ "creatives.containersV2.Whatsapp.hausa": "Hausa",
16749
+ "creatives.containersV2.Whatsapp.hebrew": "Hebrew",
16750
+ "creatives.containersV2.Whatsapp.here": "here",
16751
+ "creatives.containersV2.Whatsapp.hindi": "Hindi",
16752
+ "creatives.containersV2.Whatsapp.hungarian": "Hungarian",
16753
+ "creatives.containersV2.Whatsapp.indonesian": "Indonesian",
16754
+ "creatives.containersV2.Whatsapp.inputplaceHolderText": "{value} Add labels or text or combination of both",
16755
+ "creatives.containersV2.Whatsapp.invalidFormatError": "INVALID FORMAT: Placeholders or other elements were formatted incorrectly.",
16756
+ "creatives.containersV2.Whatsapp.irish": "Irish",
16757
+ "creatives.containersV2.Whatsapp.italian": "Italian",
16758
+ "creatives.containersV2.Whatsapp.japanese": "Japanese",
16759
+ "creatives.containersV2.Whatsapp.kannada": "Kannada",
16760
+ "creatives.containersV2.Whatsapp.kazakh": "Kazakh",
16761
+ "creatives.containersV2.Whatsapp.kinyarwanda": "Kinyarwanda",
16762
+ "creatives.containersV2.Whatsapp.korean": "Korean",
16763
+ "creatives.containersV2.Whatsapp.kyrgyz": "Kyrgyz (Kyrgyzstan)",
16764
+ "creatives.containersV2.Whatsapp.labelSeperator": "|",
16765
+ "creatives.containersV2.Whatsapp.languageLabel": "Language",
16766
+ "creatives.containersV2.Whatsapp.lao": "Lao",
16767
+ "creatives.containersV2.Whatsapp.latvian": "Latvian",
16768
+ "creatives.containersV2.Whatsapp.lithuanian": "Lithuanian",
16769
+ "creatives.containersV2.Whatsapp.macedonian": "Macedonian",
16770
+ "creatives.containersV2.Whatsapp.malay": "Malay",
16771
+ "creatives.containersV2.Whatsapp.malayalam": "Malayalam",
16772
+ "creatives.containersV2.Whatsapp.marathi": "Marathi",
16773
+ "creatives.containersV2.Whatsapp.marketing": "Marketing",
16774
+ "creatives.containersV2.Whatsapp.marketingTooltip": "Send promotional offers, product announcements, and more to increase awareness and engagement.",
16775
+ "creatives.containersV2.Whatsapp.mediaDocument": "Document",
16776
+ "creatives.containersV2.Whatsapp.mediaImage": "Image",
16777
+ "creatives.containersV2.Whatsapp.mediaLabel": "Media",
16778
+ "creatives.containersV2.Whatsapp.mediaText": "Text",
16779
+ "creatives.containersV2.Whatsapp.mediaVideo": "Video",
16780
+ "creatives.containersV2.Whatsapp.messageLanguageLabel": "Message language",
16781
+ "creatives.containersV2.Whatsapp.modifiedUnsubscribeText": "Click {value} to unsubscribe",
16782
+ "creatives.containersV2.Whatsapp.noContentBetweenVars": "Add atleast 1 character between 2 variables",
16783
+ "creatives.containersV2.Whatsapp.norwegian": "Norwegian",
16784
+ "creatives.containersV2.Whatsapp.optional": "(Optional)",
16785
+ "creatives.containersV2.Whatsapp.otp": "Otp",
16786
+ "creatives.containersV2.Whatsapp.page": "page",
16787
+ "creatives.containersV2.Whatsapp.pages": "pages",
16788
+ "creatives.containersV2.Whatsapp.paymentUpdate": "Payment update",
16789
+ "creatives.containersV2.Whatsapp.paymentUpdateTooltip": "Send a message to customers about their payment.",
16790
+ "creatives.containersV2.Whatsapp.pdf": "PDF",
16791
+ "creatives.containersV2.Whatsapp.persian": "Persian",
16792
+ "creatives.containersV2.Whatsapp.polish": "Polish",
16793
+ "creatives.containersV2.Whatsapp.portugueseBR": "Portuguese (BR)",
16794
+ "creatives.containersV2.Whatsapp.portuguesePOR": "Portuguese (POR)",
16795
+ "creatives.containersV2.Whatsapp.punjabi": "Punjabi",
16796
+ "creatives.containersV2.Whatsapp.quickReplyDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
16797
+ "creatives.containersV2.Whatsapp.rejected": "Rejected",
16798
+ "creatives.containersV2.Whatsapp.rejectedStatusMsg": "This template has been rejected",
16799
+ "creatives.containersV2.Whatsapp.removeMultinewlineChars": "More than two consecutive line breaks are not allowed.",
16800
+ "creatives.containersV2.Whatsapp.repetativeVars": "Variables cannot be repeated",
16801
+ "creatives.containersV2.Whatsapp.reservationUpdate": "Reservation update",
16802
+ "creatives.containersV2.Whatsapp.reservationUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their reservations.",
16803
+ "creatives.containersV2.Whatsapp.romanian": "Romanian",
16804
+ "creatives.containersV2.Whatsapp.russian": "Russian",
16805
+ "creatives.containersV2.Whatsapp.select": "Select",
16806
+ "creatives.containersV2.Whatsapp.sendForApprovalButtonLabel": "Send for approval",
16807
+ "creatives.containersV2.Whatsapp.sequenceVars": "Variable name should start from {one} and it should be in sequential order",
16808
+ "creatives.containersV2.Whatsapp.serbian": "Serbian",
16809
+ "creatives.containersV2.Whatsapp.slovak": "Slovak",
16810
+ "creatives.containersV2.Whatsapp.slovenian": "Slovenian",
16811
+ "creatives.containersV2.Whatsapp.spanish": "Spanish",
16812
+ "creatives.containersV2.Whatsapp.spanishARG": "Spanish (ARG)",
16813
+ "creatives.containersV2.Whatsapp.spanishMEX": "Spanish (MEX)",
16814
+ "creatives.containersV2.Whatsapp.spanishSPA": "Spanish (SPA)",
16815
+ "creatives.containersV2.Whatsapp.swahili": "Swahili",
16816
+ "creatives.containersV2.Whatsapp.swedish": "Swedish",
16817
+ "creatives.containersV2.Whatsapp.tagContentMismatchError": "TAG CONTENT MISMATCH: The language and/or template category selected don’t match the template content.",
16818
+ "creatives.containersV2.Whatsapp.tamil": "Tamil",
16819
+ "creatives.containersV2.Whatsapp.telugu": "Telugu",
16820
+ "creatives.containersV2.Whatsapp.templateCategoryLabel": "Template category",
16821
+ "creatives.containersV2.Whatsapp.templateLanguageEnglish": "English",
16822
+ "creatives.containersV2.Whatsapp.templateMessageLabel": "Message",
16823
+ "creatives.containersV2.Whatsapp.templateMessageLength": "Characters count: {currentLength}/{maxLength}",
16824
+ "creatives.containersV2.Whatsapp.templateMessageLengthError": "Template message length cannot exceed 1024",
16825
+ "creatives.containersV2.Whatsapp.templateMessagePlaceholder": "Enter message with variable",
16826
+ "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.",
16827
+ "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText": "Click {unsubscribe} to unsubscribe",
16828
+ "creatives.containersV2.Whatsapp.templateNameDesc": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
16829
+ "creatives.containersV2.Whatsapp.templateNameRegexErrorMessage": "Template name can only contain lowercase alphanumeric characters and underscores",
16830
+ "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\\"",
16831
+ "creatives.containersV2.Whatsapp.thai": "Thai",
15795
16832
  "creatives.containersV2.Whatsapp.transactional": "Transactional",
15796
- "creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
16833
+ "creatives.containersV2.Whatsapp.turkish": "Turkish",
16834
+ "creatives.containersV2.Whatsapp.ukrainian": "Ukrainian",
16835
+ "creatives.containersV2.Whatsapp.unknownVars": "Variable name should be numeric value from {one} to {nineteen}",
16836
+ "creatives.containersV2.Whatsapp.unsubscribeTextTooltipCreateFlow": "To enable the checkbox, reduce the message character count to 988",
16837
+ "creatives.containersV2.Whatsapp.unsubscribeTextTooltipEditFlow": "This is non-editable",
16838
+ "creatives.containersV2.Whatsapp.urdu": "Urdu",
16839
+ "creatives.containersV2.Whatsapp.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
16840
+ "creatives.containersV2.Whatsapp.utility": "Utility",
16841
+ "creatives.containersV2.Whatsapp.utilityTooltip": "Send account updates, order updates, alerts, and more to share important information.",
16842
+ "creatives.containersV2.Whatsapp.uzbek": "Uzbek",
16843
+ "creatives.containersV2.Whatsapp.videoErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
16844
+ "creatives.containersV2.Whatsapp.vietnamese": "Vietnamese",
16845
+ "creatives.containersV2.Whatsapp.whatsappCreateNotification": "{name} has been sent for approval",
16846
+ "creatives.containersV2.Whatsapp.zulu": "Zulu",
15797
16847
  "creatives.containersV2.addLabels": "Add labels",
15798
16848
  "creatives.containersV2.appName": "App Name",
15799
16849
  "creatives.containersV2.applyNow": "Apply now",
@@ -18517,6 +19567,21 @@ FREE GIFTS-
18517
19567
  "app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
18518
19568
  "app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
18519
19569
  "app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
19570
+ "app.v2containers.SmsTrai.Edit.addLabels": "Add labels",
19571
+ "app.v2containers.SmsTrai.Edit.cancelButtonLabel": "Cancel",
19572
+ "app.v2containers.SmsTrai.Edit.inputplaceHolderText": "Add labels or text or combination of both",
19573
+ "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.",
19574
+ "app.v2containers.SmsTrai.Edit.saveButtonLabel": "Save",
19575
+ "app.v2containers.SmsTrai.Edit.senderIdlabel": "Sender ID",
19576
+ "app.v2containers.SmsTrai.Edit.smsEditNotification": "Sms template updated successfully",
19577
+ "app.v2containers.SmsTrai.Edit.templateLabel": "Template",
19578
+ "app.v2containers.SmsTrai.Edit.textAreaCounts": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
19579
+ "app.v2containers.SmsTrai.Edit.textAreaError": "Template cannot be empty",
19580
+ "app.v2containers.SmsTrai.Edit.totalCharacters": "{smsCount} SMS ({number} characters)",
19581
+ "app.v2containers.SmsTrai.Edit.traiEditSeperator": "|",
19582
+ "app.v2containers.SmsTrai.Edit.traiEditTitle": "Message",
19583
+ "app.v2containers.SmsTrai.Edit.unicodeLabel": "Allow unicode characters",
19584
+ "app.v2containers.SmsTrai.Edit.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
18520
19585
  "creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
18521
19586
  "creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
18522
19587
  "creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
@@ -18645,6 +19710,31 @@ FREE GIFTS-
18645
19710
  "creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "Number of days before expiry",
18646
19711
  "creatives.componentsV2.CapTagList.outbound": "Outbound",
18647
19712
  "creatives.componentsV2.CapTagList.search": "Search",
19713
+ "creatives.componentsV2.CapWhatsappCTA.addButton": "Add button",
19714
+ "creatives.componentsV2.CapWhatsappCTA.ctaAddDisabled": "Please save the first button before proceeding to create second button",
19715
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonErrorMessage": "Newlines, Emojis, or Special characters are not allowed",
19716
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonText": "Button text",
19717
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonTextPlaceholder": "Enter button text",
19718
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonTextTooltip": "Use this to name the button. We would recommend not to use special characters for the button text.",
19719
+ "creatives.componentsV2.CapWhatsappCTA.ctaDynamicPlaceholder": "Enter URL, variable is added by default",
19720
+ "creatives.componentsV2.CapWhatsappCTA.ctaOptionDisabledTooltip": "This type of button can only be added once",
19721
+ "creatives.componentsV2.CapWhatsappCTA.ctaPhoneNo": "Phone number",
19722
+ "creatives.componentsV2.CapWhatsappCTA.ctaPhoneNoPlaceholder": "Enter phone number",
19723
+ "creatives.componentsV2.CapWhatsappCTA.ctaSaveDisabled": "Please complete the above fields to enable button",
19724
+ "creatives.componentsV2.CapWhatsappCTA.ctaStaticPlaceholder": "Enter website URL",
19725
+ "creatives.componentsV2.CapWhatsappCTA.ctaType": "Type of action",
19726
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsite": "Website",
19727
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteType": "URL Type",
19728
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeDynamic": "Dynamic",
19729
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeStatic": "Static",
19730
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrl": "Website URL",
19731
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrlErrorMessage": "URL is not valid",
19732
+ "creatives.componentsV2.CapWhatsappCTA.dynamicUrlTooltip": "Only one variable can be added to a URL. No need to add {one} to the end of the URL",
19733
+ "creatives.componentsV2.CapWhatsappCTA.dynamicUrlWithMoreVarErrorMessage": "Button with url type as dynamic can have only 1 variable",
19734
+ "creatives.componentsV2.CapWhatsappCTA.staticUrlWithVarErrorMessage": "Button with url type as static cannot contain variables",
19735
+ "creatives.componentsV2.CapWhatsappCTA.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
19736
+ "creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListLabel": "Add URL label",
19737
+ "creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListRevert": "Reset website URL label to default value",
18648
19738
  "creatives.componentsV2.Ckeditor.header": "This is the Ckeditor component !",
18649
19739
  "creatives.componentsV2.CmsTemplatesComponent.header": "This is the CmsTemplatesComponent component !",
18650
19740
  "creatives.componentsV2.CmsTemplatesComponent.select": "Select",
@@ -19056,8 +20146,8 @@ FREE GIFTS-
19056
20146
  "creatives.containers.MobilePush.Create.button2": "Button 2",
19057
20147
  "creatives.containers.MobilePush.Create.cancel": "Cancel",
19058
20148
  "creatives.containers.MobilePush.Create.cantCopyEmptyField": "Cannot copy empty field values.",
19059
- "creatives.containers.MobilePush.Create.copyFromAndroid": "Copy title and content from android",
19060
- "creatives.containers.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
20149
+ "creatives.containers.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
20150
+ "creatives.containers.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
19061
20151
  "creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
19062
20152
  "creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
19063
20153
  "creatives.containers.MobilePush.Create.discardChanges": "Discard changes",
@@ -19121,8 +20211,8 @@ FREE GIFTS-
19121
20211
  "creatives.containers.MobilePush.Edit.button2": "Button 2",
19122
20212
  "creatives.containers.MobilePush.Edit.cancel": "Cancel",
19123
20213
  "creatives.containers.MobilePush.Edit.cantCopyEmptyField": "Cannot copy empty field values.",
19124
- "creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy title and content from android",
19125
- "creatives.containers.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
20214
+ "creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
20215
+ "creatives.containers.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
19126
20216
  "creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
19127
20217
  "creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
19128
20218
  "creatives.containers.MobilePush.Edit.discardChanges": "Discard changes",
@@ -19350,6 +20440,7 @@ FREE GIFTS-
19350
20440
  "creatives.containersV2.Cap.ebill": "Ebill",
19351
20441
  "creatives.containersV2.Cap.email": "Email",
19352
20442
  "creatives.containersV2.Cap.gallery": "Gallery",
20443
+ "creatives.containersV2.Cap.journeys": "Journeys",
19353
20444
  "creatives.containersV2.Cap.loyalty": "Loyalty",
19354
20445
  "creatives.containersV2.Cap.memberCare": "Member Care",
19355
20446
  "creatives.containersV2.Cap.sms": "SMS",
@@ -19390,7 +20481,6 @@ FREE GIFTS-
19390
20481
  "creatives.containersV2.CapFacebookPreview.suggestedVideoMobile": "Suggested video mobile",
19391
20482
  "creatives.containersV2.CapFacebookPreview.videoNotePreview": "Facebook may take time to upload the video. Please try Refreshing.",
19392
20483
  "creatives.containersV2.CapFacebookPreview.watchFeedMobile": "Watch feed mobile",
19393
- "creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
19394
20484
  "creatives.containersV2.Create.addLabel": "Add label",
19395
20485
  "creatives.containersV2.Create.alertMessage": "Alert",
19396
20486
  "creatives.containersV2.Create.cancelButton": "Cancel",
@@ -19871,11 +20961,13 @@ FREE GIFTS-
19871
20961
  "creatives.containersV2.LineVideo.actionLabelTitle": "Action button label",
19872
20962
  "creatives.containersV2.LineVideo.actionUrlPlaceholder": "Enter URL",
19873
20963
  "creatives.containersV2.LineVideo.actionUrlTitle": "Link Url",
20964
+ "creatives.containersV2.LineVideo.display": "Display",
19874
20965
  "creatives.containersV2.LineVideo.dragAndDrop": "Drag and drop video here",
19875
20966
  "creatives.containersV2.LineVideo.emptyAltTextErrorMessage": "Title can not be empty",
19876
20967
  "creatives.containersV2.LineVideo.emptyLabelErrorMessage": "Action label can not be more empty",
19877
20968
  "creatives.containersV2.LineVideo.emptyTitleErrorMessage": "Template title can not be empty",
19878
20969
  "creatives.containersV2.LineVideo.emptyUrlErrorMessage": "Action URL can not be more empty",
20970
+ "creatives.containersV2.LineVideo.hide": "Hide",
19879
20971
  "creatives.containersV2.LineVideo.imageGallery": "Gallery",
19880
20972
  "creatives.containersV2.LineVideo.imageReUpload": "Re upload",
19881
20973
  "creatives.containersV2.LineVideo.inValidUrlErrorMessage": "Action url is not valid",
@@ -19919,19 +21011,29 @@ FREE GIFTS-
19919
21011
  "creatives.containersV2.MobilePush.Create.Image": "Image",
19920
21012
  "creatives.containersV2.MobilePush.Create.ImageUploadLabel": "Upload image",
19921
21013
  "creatives.containersV2.MobilePush.Create.Tags": "Tags",
21014
+ "creatives.containersV2.MobilePush.Create.aPageWithMobileApp": "A page within mobile app",
19922
21015
  "creatives.containersV2.MobilePush.Create.accountId": "Account id",
21016
+ "creatives.containersV2.MobilePush.Create.addActionButtonsToNotification": "Add action buttons to notification",
21017
+ "creatives.containersV2.MobilePush.Create.addActionLinkToContent": "Add action link to content",
21018
+ "creatives.containersV2.MobilePush.Create.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
19923
21019
  "creatives.containersV2.MobilePush.Create.addAnotherCTA": "Add another CTA",
21020
+ "creatives.containersV2.MobilePush.Create.addPrimaryButtonToNotification": "Add primary button to notification",
19924
21021
  "creatives.containersV2.MobilePush.Create.addPrimaryCTA": "Add primary CTA",
21022
+ "creatives.containersV2.MobilePush.Create.addSecondaryButtonToNotification": "Add secondary button to notification",
19925
21023
  "creatives.containersV2.MobilePush.Create.addSecondaryCTA": "Add secondary CTA",
19926
21024
  "creatives.containersV2.MobilePush.Create.alertMessage": "Alert",
21025
+ "creatives.containersV2.MobilePush.Create.anExternalWebPage": "An external web page",
19927
21026
  "creatives.containersV2.MobilePush.Create.androidNotConfigured": "Android template is not configured. Save without Android template",
19928
21027
  "creatives.containersV2.MobilePush.Create.button1": "Button 1",
19929
21028
  "creatives.containersV2.MobilePush.Create.button2": "Button 2",
21029
+ "creatives.containersV2.MobilePush.Create.buttonLabel": "Button label",
19930
21030
  "creatives.containersV2.MobilePush.Create.cancel": "Cancel",
19931
21031
  "creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
19932
21032
  "creatives.containersV2.MobilePush.Create.change": "change",
19933
- "creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy title and content from android",
19934
- "creatives.containersV2.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
21033
+ "creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
21034
+ "creatives.containersV2.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
21035
+ "creatives.containersV2.MobilePush.Create.coverImage": "Cover image",
21036
+ "creatives.containersV2.MobilePush.Create.coverImageDescription": "Maximum file size acceptable is 5 MB",
19935
21037
  "creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
19936
21038
  "creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
19937
21039
  "creatives.containersV2.MobilePush.Create.discardChanges": "Discard changes",
@@ -19974,6 +21076,7 @@ FREE GIFTS-
19974
21076
  "creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "Mobile push template created successfully",
19975
21077
  "creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "Please provide a template name",
19976
21078
  "creatives.containersV2.MobilePush.Create.templateNotConfigured": "template not configured,",
21079
+ "creatives.containersV2.MobilePush.Create.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
19977
21080
  "creatives.containersV2.MobilePush.Create.title": "Title",
19978
21081
  "creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
19979
21082
  "creatives.containersV2.MobilePush.Create.titleLabel": "Title*",
@@ -19991,19 +21094,29 @@ FREE GIFTS-
19991
21094
  "creatives.containersV2.MobilePush.Edit.Image": "Image",
19992
21095
  "creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "Upload image",
19993
21096
  "creatives.containersV2.MobilePush.Edit.Tags": "Tags",
21097
+ "creatives.containersV2.MobilePush.Edit.aPageWithMobileApp": "A page within mobile app",
19994
21098
  "creatives.containersV2.MobilePush.Edit.accountId": "Account id",
21099
+ "creatives.containersV2.MobilePush.Edit.addActionButtonsToNotification": "Add action buttons to notification",
21100
+ "creatives.containersV2.MobilePush.Edit.addActionLinkToContent": "Add action link to content",
21101
+ "creatives.containersV2.MobilePush.Edit.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
19995
21102
  "creatives.containersV2.MobilePush.Edit.addAnotherCTA": "Add another CTA",
21103
+ "creatives.containersV2.MobilePush.Edit.addPrimaryButtonToNotification": "Add primary button to notification",
19996
21104
  "creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "Add primary CTA",
21105
+ "creatives.containersV2.MobilePush.Edit.addSecondaryButtonToNotification": "Add secondary button to notification",
19997
21106
  "creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "Add secondary CTA",
19998
21107
  "creatives.containersV2.MobilePush.Edit.alertMessage": "Alert",
21108
+ "creatives.containersV2.MobilePush.Edit.anExternalWebPage": "An external web page",
19999
21109
  "creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "Android template is not configured. Continue save?",
20000
21110
  "creatives.containersV2.MobilePush.Edit.button1": "Button 1",
20001
21111
  "creatives.containersV2.MobilePush.Edit.button2": "Button 2",
21112
+ "creatives.containersV2.MobilePush.Edit.buttonLabel": "Button label",
20002
21113
  "creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
20003
21114
  "creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
20004
21115
  "creatives.containersV2.MobilePush.Edit.change": "change",
20005
- "creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy title and content from android",
20006
- "creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
21116
+ "creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
21117
+ "creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
21118
+ "creatives.containersV2.MobilePush.Edit.coverImage": "Cover image",
21119
+ "creatives.containersV2.MobilePush.Edit.coverImageDescription": "Maximum file size acceptable is 5 MB",
20007
21120
  "creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
20008
21121
  "creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
20009
21122
  "creatives.containersV2.MobilePush.Edit.discardChanges": "Discard changes",
@@ -20046,6 +21159,7 @@ FREE GIFTS-
20046
21159
  "creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "MOBILEPUSH template edited successfully",
20047
21160
  "creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "Please provide a template name",
20048
21161
  "creatives.containersV2.MobilePush.Edit.templateNotConfigured": "Template not configured,",
21162
+ "creatives.containersV2.MobilePush.Edit.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
20049
21163
  "creatives.containersV2.MobilePush.Edit.title": "Title",
20050
21164
  "creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
20051
21165
  "creatives.containersV2.MobilePush.Edit.titleLabel": "Title*",
@@ -20282,11 +21396,157 @@ new message content.",
20282
21396
  "creatives.containersV2.WeChat.templateName": "Template Name",
20283
21397
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
20284
21398
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
21399
+ "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
21400
+ "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
21401
+ "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
21402
+ "creatives.containersV2.Whatsapp.addVar": "Add variables",
21403
+ "creatives.containersV2.Whatsapp.afrikaans": "Afrikaans",
21404
+ "creatives.containersV2.Whatsapp.albanian": "Albanian",
20285
21405
  "creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
20286
21406
  "creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
21407
+ "creatives.containersV2.Whatsapp.appointmentUpdate": "Appointment update",
21408
+ "creatives.containersV2.Whatsapp.appointmentUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their appointments.",
20287
21409
  "creatives.containersV2.Whatsapp.approved": "Approved",
21410
+ "creatives.containersV2.Whatsapp.approvedStatusMsg": "This template has been approved",
21411
+ "creatives.containersV2.Whatsapp.arabic": "Arabic",
21412
+ "creatives.containersV2.Whatsapp.authentication": "Authentication",
21413
+ "creatives.containersV2.Whatsapp.authenticationTooltip": "Send codes that allow your customers to securely access their accounts.",
21414
+ "creatives.containersV2.Whatsapp.awaitingApproval": "Awaiting approval",
21415
+ "creatives.containersV2.Whatsapp.awaitingStatusDesc": "The template has been sent for approval at {date}, {time}. It takes up to 48 hrs to get approved.",
21416
+ "creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
21417
+ "creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
21418
+ "creatives.containersV2.Whatsapp.bengali": "Bengali",
21419
+ "creatives.containersV2.Whatsapp.btnDesc": "These will be show clickable buttons below your message.",
21420
+ "creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
21421
+ "creatives.containersV2.Whatsapp.btnLabel": "Buttons",
21422
+ "creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
21423
+ "creatives.containersV2.Whatsapp.btnTypeNone": "None",
21424
+ "creatives.containersV2.Whatsapp.btnTypeQuickReply": "Quick reply",
21425
+ "creatives.containersV2.Whatsapp.bulgarian": "Bulgarian",
21426
+ "creatives.containersV2.Whatsapp.cancelButtonLabel": "Cancel",
21427
+ "creatives.containersV2.Whatsapp.catalan": "Catalan",
21428
+ "creatives.containersV2.Whatsapp.chineseCHN": "Chinese (CHN)",
21429
+ "creatives.containersV2.Whatsapp.chineseHKG": "Chinese (HKG)",
21430
+ "creatives.containersV2.Whatsapp.chineseTAI": "Chinese (TAI)",
21431
+ "creatives.containersV2.Whatsapp.croatian": "Croatian",
21432
+ "creatives.containersV2.Whatsapp.ctaDesc": "Create up to 2 buttons that let customers respond to your messages or take action.",
21433
+ "creatives.containersV2.Whatsapp.czech": "Czech",
21434
+ "creatives.containersV2.Whatsapp.danish": "Danish",
21435
+ "creatives.containersV2.Whatsapp.disabledEditTooltip": "This template is non-editable as this is {status}",
21436
+ "creatives.containersV2.Whatsapp.disabledEditTooltipStatus": "awaiting for approval",
21437
+ "creatives.containersV2.Whatsapp.disabledFeatureTooltip": "Not yet enabled. Coming soon!",
21438
+ "creatives.containersV2.Whatsapp.dutch": "Dutch",
21439
+ "creatives.containersV2.Whatsapp.emptyTemplateMessageErrorMessage": "Template message cannot be empty",
21440
+ "creatives.containersV2.Whatsapp.english": "English",
21441
+ "creatives.containersV2.Whatsapp.englishUK": "English (UK)",
21442
+ "creatives.containersV2.Whatsapp.englishUS": "English (US)",
21443
+ "creatives.containersV2.Whatsapp.estonian": "Estonian",
21444
+ "creatives.containersV2.Whatsapp.filipino": "Filipino",
21445
+ "creatives.containersV2.Whatsapp.finnish": "Finnish",
21446
+ "creatives.containersV2.Whatsapp.french": "French",
21447
+ "creatives.containersV2.Whatsapp.georgian": "Georgian",
21448
+ "creatives.containersV2.Whatsapp.german": "German",
21449
+ "creatives.containersV2.Whatsapp.greek": "Greek",
21450
+ "creatives.containersV2.Whatsapp.gujarati": "Gujarati",
21451
+ "creatives.containersV2.Whatsapp.hausa": "Hausa",
21452
+ "creatives.containersV2.Whatsapp.hebrew": "Hebrew",
21453
+ "creatives.containersV2.Whatsapp.here": "here",
21454
+ "creatives.containersV2.Whatsapp.hindi": "Hindi",
21455
+ "creatives.containersV2.Whatsapp.hungarian": "Hungarian",
21456
+ "creatives.containersV2.Whatsapp.indonesian": "Indonesian",
21457
+ "creatives.containersV2.Whatsapp.inputplaceHolderText": "{value} Add labels or text or combination of both",
21458
+ "creatives.containersV2.Whatsapp.invalidFormatError": "INVALID FORMAT: Placeholders or other elements were formatted incorrectly.",
21459
+ "creatives.containersV2.Whatsapp.irish": "Irish",
21460
+ "creatives.containersV2.Whatsapp.italian": "Italian",
21461
+ "creatives.containersV2.Whatsapp.japanese": "Japanese",
21462
+ "creatives.containersV2.Whatsapp.kannada": "Kannada",
21463
+ "creatives.containersV2.Whatsapp.kazakh": "Kazakh",
21464
+ "creatives.containersV2.Whatsapp.kinyarwanda": "Kinyarwanda",
21465
+ "creatives.containersV2.Whatsapp.korean": "Korean",
21466
+ "creatives.containersV2.Whatsapp.kyrgyz": "Kyrgyz (Kyrgyzstan)",
21467
+ "creatives.containersV2.Whatsapp.labelSeperator": "|",
21468
+ "creatives.containersV2.Whatsapp.languageLabel": "Language",
21469
+ "creatives.containersV2.Whatsapp.lao": "Lao",
21470
+ "creatives.containersV2.Whatsapp.latvian": "Latvian",
21471
+ "creatives.containersV2.Whatsapp.lithuanian": "Lithuanian",
21472
+ "creatives.containersV2.Whatsapp.macedonian": "Macedonian",
21473
+ "creatives.containersV2.Whatsapp.malay": "Malay",
21474
+ "creatives.containersV2.Whatsapp.malayalam": "Malayalam",
21475
+ "creatives.containersV2.Whatsapp.marathi": "Marathi",
21476
+ "creatives.containersV2.Whatsapp.marketing": "Marketing",
21477
+ "creatives.containersV2.Whatsapp.marketingTooltip": "Send promotional offers, product announcements, and more to increase awareness and engagement.",
21478
+ "creatives.containersV2.Whatsapp.mediaDocument": "Document",
21479
+ "creatives.containersV2.Whatsapp.mediaImage": "Image",
21480
+ "creatives.containersV2.Whatsapp.mediaLabel": "Media",
21481
+ "creatives.containersV2.Whatsapp.mediaText": "Text",
21482
+ "creatives.containersV2.Whatsapp.mediaVideo": "Video",
21483
+ "creatives.containersV2.Whatsapp.messageLanguageLabel": "Message language",
21484
+ "creatives.containersV2.Whatsapp.modifiedUnsubscribeText": "Click {value} to unsubscribe",
21485
+ "creatives.containersV2.Whatsapp.noContentBetweenVars": "Add atleast 1 character between 2 variables",
21486
+ "creatives.containersV2.Whatsapp.norwegian": "Norwegian",
21487
+ "creatives.containersV2.Whatsapp.optional": "(Optional)",
21488
+ "creatives.containersV2.Whatsapp.otp": "Otp",
21489
+ "creatives.containersV2.Whatsapp.page": "page",
21490
+ "creatives.containersV2.Whatsapp.pages": "pages",
21491
+ "creatives.containersV2.Whatsapp.paymentUpdate": "Payment update",
21492
+ "creatives.containersV2.Whatsapp.paymentUpdateTooltip": "Send a message to customers about their payment.",
21493
+ "creatives.containersV2.Whatsapp.pdf": "PDF",
21494
+ "creatives.containersV2.Whatsapp.persian": "Persian",
21495
+ "creatives.containersV2.Whatsapp.polish": "Polish",
21496
+ "creatives.containersV2.Whatsapp.portugueseBR": "Portuguese (BR)",
21497
+ "creatives.containersV2.Whatsapp.portuguesePOR": "Portuguese (POR)",
21498
+ "creatives.containersV2.Whatsapp.punjabi": "Punjabi",
21499
+ "creatives.containersV2.Whatsapp.quickReplyDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
21500
+ "creatives.containersV2.Whatsapp.rejected": "Rejected",
21501
+ "creatives.containersV2.Whatsapp.rejectedStatusMsg": "This template has been rejected",
21502
+ "creatives.containersV2.Whatsapp.removeMultinewlineChars": "More than two consecutive line breaks are not allowed.",
21503
+ "creatives.containersV2.Whatsapp.repetativeVars": "Variables cannot be repeated",
21504
+ "creatives.containersV2.Whatsapp.reservationUpdate": "Reservation update",
21505
+ "creatives.containersV2.Whatsapp.reservationUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their reservations.",
21506
+ "creatives.containersV2.Whatsapp.romanian": "Romanian",
21507
+ "creatives.containersV2.Whatsapp.russian": "Russian",
21508
+ "creatives.containersV2.Whatsapp.select": "Select",
21509
+ "creatives.containersV2.Whatsapp.sendForApprovalButtonLabel": "Send for approval",
21510
+ "creatives.containersV2.Whatsapp.sequenceVars": "Variable name should start from {one} and it should be in sequential order",
21511
+ "creatives.containersV2.Whatsapp.serbian": "Serbian",
21512
+ "creatives.containersV2.Whatsapp.slovak": "Slovak",
21513
+ "creatives.containersV2.Whatsapp.slovenian": "Slovenian",
21514
+ "creatives.containersV2.Whatsapp.spanish": "Spanish",
21515
+ "creatives.containersV2.Whatsapp.spanishARG": "Spanish (ARG)",
21516
+ "creatives.containersV2.Whatsapp.spanishMEX": "Spanish (MEX)",
21517
+ "creatives.containersV2.Whatsapp.spanishSPA": "Spanish (SPA)",
21518
+ "creatives.containersV2.Whatsapp.swahili": "Swahili",
21519
+ "creatives.containersV2.Whatsapp.swedish": "Swedish",
21520
+ "creatives.containersV2.Whatsapp.tagContentMismatchError": "TAG CONTENT MISMATCH: The language and/or template category selected don’t match the template content.",
21521
+ "creatives.containersV2.Whatsapp.tamil": "Tamil",
21522
+ "creatives.containersV2.Whatsapp.telugu": "Telugu",
21523
+ "creatives.containersV2.Whatsapp.templateCategoryLabel": "Template category",
21524
+ "creatives.containersV2.Whatsapp.templateLanguageEnglish": "English",
21525
+ "creatives.containersV2.Whatsapp.templateMessageLabel": "Message",
21526
+ "creatives.containersV2.Whatsapp.templateMessageLength": "Characters count: {currentLength}/{maxLength}",
21527
+ "creatives.containersV2.Whatsapp.templateMessageLengthError": "Template message length cannot exceed 1024",
21528
+ "creatives.containersV2.Whatsapp.templateMessagePlaceholder": "Enter message with variable",
21529
+ "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.",
21530
+ "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText": "Click {unsubscribe} to unsubscribe",
21531
+ "creatives.containersV2.Whatsapp.templateNameDesc": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
21532
+ "creatives.containersV2.Whatsapp.templateNameRegexErrorMessage": "Template name can only contain lowercase alphanumeric characters and underscores",
21533
+ "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\\"",
21534
+ "creatives.containersV2.Whatsapp.thai": "Thai",
20288
21535
  "creatives.containersV2.Whatsapp.transactional": "Transactional",
20289
- "creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
21536
+ "creatives.containersV2.Whatsapp.turkish": "Turkish",
21537
+ "creatives.containersV2.Whatsapp.ukrainian": "Ukrainian",
21538
+ "creatives.containersV2.Whatsapp.unknownVars": "Variable name should be numeric value from {one} to {nineteen}",
21539
+ "creatives.containersV2.Whatsapp.unsubscribeTextTooltipCreateFlow": "To enable the checkbox, reduce the message character count to 988",
21540
+ "creatives.containersV2.Whatsapp.unsubscribeTextTooltipEditFlow": "This is non-editable",
21541
+ "creatives.containersV2.Whatsapp.urdu": "Urdu",
21542
+ "creatives.containersV2.Whatsapp.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
21543
+ "creatives.containersV2.Whatsapp.utility": "Utility",
21544
+ "creatives.containersV2.Whatsapp.utilityTooltip": "Send account updates, order updates, alerts, and more to share important information.",
21545
+ "creatives.containersV2.Whatsapp.uzbek": "Uzbek",
21546
+ "creatives.containersV2.Whatsapp.videoErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
21547
+ "creatives.containersV2.Whatsapp.vietnamese": "Vietnamese",
21548
+ "creatives.containersV2.Whatsapp.whatsappCreateNotification": "{name} has been sent for approval",
21549
+ "creatives.containersV2.Whatsapp.zulu": "Zulu",
20290
21550
  "creatives.containersV2.addLabels": "Add labels",
20291
21551
  "creatives.containersV2.appName": "App Name",
20292
21552
  "creatives.containersV2.applyNow": "Apply now",
@@ -21339,6 +22599,21 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
21339
22599
  "app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
21340
22600
  "app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
21341
22601
  "app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
22602
+ "app.v2containers.SmsTrai.Edit.addLabels": "Add labels",
22603
+ "app.v2containers.SmsTrai.Edit.cancelButtonLabel": "Cancel",
22604
+ "app.v2containers.SmsTrai.Edit.inputplaceHolderText": "Add labels or text or combination of both",
22605
+ "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.",
22606
+ "app.v2containers.SmsTrai.Edit.saveButtonLabel": "Save",
22607
+ "app.v2containers.SmsTrai.Edit.senderIdlabel": "Sender ID",
22608
+ "app.v2containers.SmsTrai.Edit.smsEditNotification": "Sms template updated successfully",
22609
+ "app.v2containers.SmsTrai.Edit.templateLabel": "Template",
22610
+ "app.v2containers.SmsTrai.Edit.textAreaCounts": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
22611
+ "app.v2containers.SmsTrai.Edit.textAreaError": "Template cannot be empty",
22612
+ "app.v2containers.SmsTrai.Edit.totalCharacters": "{smsCount} SMS ({number} characters)",
22613
+ "app.v2containers.SmsTrai.Edit.traiEditSeperator": "|",
22614
+ "app.v2containers.SmsTrai.Edit.traiEditTitle": "Message",
22615
+ "app.v2containers.SmsTrai.Edit.unicodeLabel": "Allow unicode characters",
22616
+ "app.v2containers.SmsTrai.Edit.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
21342
22617
  "creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
21343
22618
  "creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
21344
22619
  "creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
@@ -21467,6 +22742,31 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
21467
22742
  "creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "Number of days before expiry",
21468
22743
  "creatives.componentsV2.CapTagList.outbound": "Outbound",
21469
22744
  "creatives.componentsV2.CapTagList.search": "Search",
22745
+ "creatives.componentsV2.CapWhatsappCTA.addButton": "Add button",
22746
+ "creatives.componentsV2.CapWhatsappCTA.ctaAddDisabled": "Please save the first button before proceeding to create second button",
22747
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonErrorMessage": "Newlines, Emojis, or Special characters are not allowed",
22748
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonText": "Button text",
22749
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonTextPlaceholder": "Enter button text",
22750
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonTextTooltip": "Use this to name the button. We would recommend not to use special characters for the button text.",
22751
+ "creatives.componentsV2.CapWhatsappCTA.ctaDynamicPlaceholder": "Enter URL, variable is added by default",
22752
+ "creatives.componentsV2.CapWhatsappCTA.ctaOptionDisabledTooltip": "This type of button can only be added once",
22753
+ "creatives.componentsV2.CapWhatsappCTA.ctaPhoneNo": "Phone number",
22754
+ "creatives.componentsV2.CapWhatsappCTA.ctaPhoneNoPlaceholder": "Enter phone number",
22755
+ "creatives.componentsV2.CapWhatsappCTA.ctaSaveDisabled": "Please complete the above fields to enable button",
22756
+ "creatives.componentsV2.CapWhatsappCTA.ctaStaticPlaceholder": "Enter website URL",
22757
+ "creatives.componentsV2.CapWhatsappCTA.ctaType": "Type of action",
22758
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsite": "Website",
22759
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteType": "URL Type",
22760
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeDynamic": "Dynamic",
22761
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeStatic": "Static",
22762
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrl": "Website URL",
22763
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrlErrorMessage": "URL is not valid",
22764
+ "creatives.componentsV2.CapWhatsappCTA.dynamicUrlTooltip": "Only one variable can be added to a URL. No need to add {one} to the end of the URL",
22765
+ "creatives.componentsV2.CapWhatsappCTA.dynamicUrlWithMoreVarErrorMessage": "Button with url type as dynamic can have only 1 variable",
22766
+ "creatives.componentsV2.CapWhatsappCTA.staticUrlWithVarErrorMessage": "Button with url type as static cannot contain variables",
22767
+ "creatives.componentsV2.CapWhatsappCTA.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
22768
+ "creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListLabel": "Add URL label",
22769
+ "creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListRevert": "Reset website URL label to default value",
21470
22770
  "creatives.componentsV2.Ckeditor.header": "This is the Ckeditor component !",
21471
22771
  "creatives.componentsV2.CmsTemplatesComponent.header": "This is the CmsTemplatesComponent component !",
21472
22772
  "creatives.componentsV2.CmsTemplatesComponent.select": "Select",
@@ -21878,8 +23178,8 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
21878
23178
  "creatives.containers.MobilePush.Create.button2": "Button 2",
21879
23179
  "creatives.containers.MobilePush.Create.cancel": "Cancel",
21880
23180
  "creatives.containers.MobilePush.Create.cantCopyEmptyField": "Cannot copy empty field values.",
21881
- "creatives.containers.MobilePush.Create.copyFromAndroid": "Copy title and content from android",
21882
- "creatives.containers.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
23181
+ "creatives.containers.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
23182
+ "creatives.containers.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
21883
23183
  "creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
21884
23184
  "creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
21885
23185
  "creatives.containers.MobilePush.Create.discardChanges": "Discard changes",
@@ -21943,8 +23243,8 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
21943
23243
  "creatives.containers.MobilePush.Edit.button2": "Button 2",
21944
23244
  "creatives.containers.MobilePush.Edit.cancel": "Cancel",
21945
23245
  "creatives.containers.MobilePush.Edit.cantCopyEmptyField": "Cannot copy empty field values.",
21946
- "creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy title and content from android",
21947
- "creatives.containers.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
23246
+ "creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
23247
+ "creatives.containers.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
21948
23248
  "creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
21949
23249
  "creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
21950
23250
  "creatives.containers.MobilePush.Edit.discardChanges": "Discard changes",
@@ -22172,6 +23472,7 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
22172
23472
  "creatives.containersV2.Cap.ebill": "Ebill",
22173
23473
  "creatives.containersV2.Cap.email": "Email",
22174
23474
  "creatives.containersV2.Cap.gallery": "Gallery",
23475
+ "creatives.containersV2.Cap.journeys": "Journeys",
22175
23476
  "creatives.containersV2.Cap.loyalty": "Loyalty",
22176
23477
  "creatives.containersV2.Cap.memberCare": "Member Care",
22177
23478
  "creatives.containersV2.Cap.sms": "SMS",
@@ -22212,7 +23513,6 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
22212
23513
  "creatives.containersV2.CapFacebookPreview.suggestedVideoMobile": "Suggested video mobile",
22213
23514
  "creatives.containersV2.CapFacebookPreview.videoNotePreview": "Facebook may take time to upload the video. Please try Refreshing.",
22214
23515
  "creatives.containersV2.CapFacebookPreview.watchFeedMobile": "Watch feed mobile",
22215
- "creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
22216
23516
  "creatives.containersV2.Create.addLabel": "Add label",
22217
23517
  "creatives.containersV2.Create.alertMessage": "Alert",
22218
23518
  "creatives.containersV2.Create.cancelButton": "Cancel",
@@ -22693,11 +23993,13 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
22693
23993
  "creatives.containersV2.LineVideo.actionLabelTitle": "Action button label",
22694
23994
  "creatives.containersV2.LineVideo.actionUrlPlaceholder": "Enter URL",
22695
23995
  "creatives.containersV2.LineVideo.actionUrlTitle": "Link Url",
23996
+ "creatives.containersV2.LineVideo.display": "Display",
22696
23997
  "creatives.containersV2.LineVideo.dragAndDrop": "Drag and drop video here",
22697
23998
  "creatives.containersV2.LineVideo.emptyAltTextErrorMessage": "Title can not be empty",
22698
23999
  "creatives.containersV2.LineVideo.emptyLabelErrorMessage": "Action label can not be more empty",
22699
24000
  "creatives.containersV2.LineVideo.emptyTitleErrorMessage": "Template title can not be empty",
22700
24001
  "creatives.containersV2.LineVideo.emptyUrlErrorMessage": "Action URL can not be more empty",
24002
+ "creatives.containersV2.LineVideo.hide": "Hide",
22701
24003
  "creatives.containersV2.LineVideo.imageGallery": "Gallery",
22702
24004
  "creatives.containersV2.LineVideo.imageReUpload": "Re upload",
22703
24005
  "creatives.containersV2.LineVideo.inValidUrlErrorMessage": "Action url is not valid",
@@ -22741,19 +24043,29 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
22741
24043
  "creatives.containersV2.MobilePush.Create.Image": "Image",
22742
24044
  "creatives.containersV2.MobilePush.Create.ImageUploadLabel": "Upload image",
22743
24045
  "creatives.containersV2.MobilePush.Create.Tags": "Tags",
24046
+ "creatives.containersV2.MobilePush.Create.aPageWithMobileApp": "A page within mobile app",
22744
24047
  "creatives.containersV2.MobilePush.Create.accountId": "Account id",
24048
+ "creatives.containersV2.MobilePush.Create.addActionButtonsToNotification": "Add action buttons to notification",
24049
+ "creatives.containersV2.MobilePush.Create.addActionLinkToContent": "Add action link to content",
24050
+ "creatives.containersV2.MobilePush.Create.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
22745
24051
  "creatives.containersV2.MobilePush.Create.addAnotherCTA": "Add another CTA",
24052
+ "creatives.containersV2.MobilePush.Create.addPrimaryButtonToNotification": "Add primary button to notification",
22746
24053
  "creatives.containersV2.MobilePush.Create.addPrimaryCTA": "Add primary CTA",
24054
+ "creatives.containersV2.MobilePush.Create.addSecondaryButtonToNotification": "Add secondary button to notification",
22747
24055
  "creatives.containersV2.MobilePush.Create.addSecondaryCTA": "Add secondary CTA",
22748
24056
  "creatives.containersV2.MobilePush.Create.alertMessage": "Alert",
24057
+ "creatives.containersV2.MobilePush.Create.anExternalWebPage": "An external web page",
22749
24058
  "creatives.containersV2.MobilePush.Create.androidNotConfigured": "Android template is not configured. Save without Android template",
22750
24059
  "creatives.containersV2.MobilePush.Create.button1": "Button 1",
22751
24060
  "creatives.containersV2.MobilePush.Create.button2": "Button 2",
24061
+ "creatives.containersV2.MobilePush.Create.buttonLabel": "Button label",
22752
24062
  "creatives.containersV2.MobilePush.Create.cancel": "Cancel",
22753
24063
  "creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
22754
24064
  "creatives.containersV2.MobilePush.Create.change": "change",
22755
- "creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy title and content from android",
22756
- "creatives.containersV2.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
24065
+ "creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
24066
+ "creatives.containersV2.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
24067
+ "creatives.containersV2.MobilePush.Create.coverImage": "Cover image",
24068
+ "creatives.containersV2.MobilePush.Create.coverImageDescription": "Maximum file size acceptable is 5 MB",
22757
24069
  "creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
22758
24070
  "creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
22759
24071
  "creatives.containersV2.MobilePush.Create.discardChanges": "Discard changes",
@@ -22796,6 +24108,7 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
22796
24108
  "creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "Mobile push template created successfully",
22797
24109
  "creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "Please provide a template name",
22798
24110
  "creatives.containersV2.MobilePush.Create.templateNotConfigured": "template not configured,",
24111
+ "creatives.containersV2.MobilePush.Create.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
22799
24112
  "creatives.containersV2.MobilePush.Create.title": "Title",
22800
24113
  "creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
22801
24114
  "creatives.containersV2.MobilePush.Create.titleLabel": "Title*",
@@ -22813,19 +24126,29 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
22813
24126
  "creatives.containersV2.MobilePush.Edit.Image": "Image",
22814
24127
  "creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "Upload image",
22815
24128
  "creatives.containersV2.MobilePush.Edit.Tags": "Tags",
24129
+ "creatives.containersV2.MobilePush.Edit.aPageWithMobileApp": "A page within mobile app",
22816
24130
  "creatives.containersV2.MobilePush.Edit.accountId": "Account id",
24131
+ "creatives.containersV2.MobilePush.Edit.addActionButtonsToNotification": "Add action buttons to notification",
24132
+ "creatives.containersV2.MobilePush.Edit.addActionLinkToContent": "Add action link to content",
24133
+ "creatives.containersV2.MobilePush.Edit.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
22817
24134
  "creatives.containersV2.MobilePush.Edit.addAnotherCTA": "Add another CTA",
24135
+ "creatives.containersV2.MobilePush.Edit.addPrimaryButtonToNotification": "Add primary button to notification",
22818
24136
  "creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "Add primary CTA",
24137
+ "creatives.containersV2.MobilePush.Edit.addSecondaryButtonToNotification": "Add secondary button to notification",
22819
24138
  "creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "Add secondary CTA",
22820
24139
  "creatives.containersV2.MobilePush.Edit.alertMessage": "Alert",
24140
+ "creatives.containersV2.MobilePush.Edit.anExternalWebPage": "An external web page",
22821
24141
  "creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "Android template is not configured. Continue save?",
22822
24142
  "creatives.containersV2.MobilePush.Edit.button1": "Button 1",
22823
24143
  "creatives.containersV2.MobilePush.Edit.button2": "Button 2",
24144
+ "creatives.containersV2.MobilePush.Edit.buttonLabel": "Button label",
22824
24145
  "creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
22825
24146
  "creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
22826
24147
  "creatives.containersV2.MobilePush.Edit.change": "change",
22827
- "creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy title and content from android",
22828
- "creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
24148
+ "creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
24149
+ "creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
24150
+ "creatives.containersV2.MobilePush.Edit.coverImage": "Cover image",
24151
+ "creatives.containersV2.MobilePush.Edit.coverImageDescription": "Maximum file size acceptable is 5 MB",
22829
24152
  "creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
22830
24153
  "creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
22831
24154
  "creatives.containersV2.MobilePush.Edit.discardChanges": "Discard changes",
@@ -22868,6 +24191,7 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
22868
24191
  "creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "MOBILEPUSH template edited successfully",
22869
24192
  "creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "Please provide a template name",
22870
24193
  "creatives.containersV2.MobilePush.Edit.templateNotConfigured": "Template not configured,",
24194
+ "creatives.containersV2.MobilePush.Edit.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
22871
24195
  "creatives.containersV2.MobilePush.Edit.title": "Title",
22872
24196
  "creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
22873
24197
  "creatives.containersV2.MobilePush.Edit.titleLabel": "Title*",
@@ -23104,11 +24428,157 @@ new message content.",
23104
24428
  "creatives.containersV2.WeChat.templateName": "Template Name",
23105
24429
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
23106
24430
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
24431
+ "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
24432
+ "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
24433
+ "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
24434
+ "creatives.containersV2.Whatsapp.addVar": "Add variables",
24435
+ "creatives.containersV2.Whatsapp.afrikaans": "Afrikaans",
24436
+ "creatives.containersV2.Whatsapp.albanian": "Albanian",
23107
24437
  "creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
23108
24438
  "creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
24439
+ "creatives.containersV2.Whatsapp.appointmentUpdate": "Appointment update",
24440
+ "creatives.containersV2.Whatsapp.appointmentUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their appointments.",
23109
24441
  "creatives.containersV2.Whatsapp.approved": "Approved",
24442
+ "creatives.containersV2.Whatsapp.approvedStatusMsg": "This template has been approved",
24443
+ "creatives.containersV2.Whatsapp.arabic": "Arabic",
24444
+ "creatives.containersV2.Whatsapp.authentication": "Authentication",
24445
+ "creatives.containersV2.Whatsapp.authenticationTooltip": "Send codes that allow your customers to securely access their accounts.",
24446
+ "creatives.containersV2.Whatsapp.awaitingApproval": "Awaiting approval",
24447
+ "creatives.containersV2.Whatsapp.awaitingStatusDesc": "The template has been sent for approval at {date}, {time}. It takes up to 48 hrs to get approved.",
24448
+ "creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
24449
+ "creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
24450
+ "creatives.containersV2.Whatsapp.bengali": "Bengali",
24451
+ "creatives.containersV2.Whatsapp.btnDesc": "These will be show clickable buttons below your message.",
24452
+ "creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
24453
+ "creatives.containersV2.Whatsapp.btnLabel": "Buttons",
24454
+ "creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
24455
+ "creatives.containersV2.Whatsapp.btnTypeNone": "None",
24456
+ "creatives.containersV2.Whatsapp.btnTypeQuickReply": "Quick reply",
24457
+ "creatives.containersV2.Whatsapp.bulgarian": "Bulgarian",
24458
+ "creatives.containersV2.Whatsapp.cancelButtonLabel": "Cancel",
24459
+ "creatives.containersV2.Whatsapp.catalan": "Catalan",
24460
+ "creatives.containersV2.Whatsapp.chineseCHN": "Chinese (CHN)",
24461
+ "creatives.containersV2.Whatsapp.chineseHKG": "Chinese (HKG)",
24462
+ "creatives.containersV2.Whatsapp.chineseTAI": "Chinese (TAI)",
24463
+ "creatives.containersV2.Whatsapp.croatian": "Croatian",
24464
+ "creatives.containersV2.Whatsapp.ctaDesc": "Create up to 2 buttons that let customers respond to your messages or take action.",
24465
+ "creatives.containersV2.Whatsapp.czech": "Czech",
24466
+ "creatives.containersV2.Whatsapp.danish": "Danish",
24467
+ "creatives.containersV2.Whatsapp.disabledEditTooltip": "This template is non-editable as this is {status}",
24468
+ "creatives.containersV2.Whatsapp.disabledEditTooltipStatus": "awaiting for approval",
24469
+ "creatives.containersV2.Whatsapp.disabledFeatureTooltip": "Not yet enabled. Coming soon!",
24470
+ "creatives.containersV2.Whatsapp.dutch": "Dutch",
24471
+ "creatives.containersV2.Whatsapp.emptyTemplateMessageErrorMessage": "Template message cannot be empty",
24472
+ "creatives.containersV2.Whatsapp.english": "English",
24473
+ "creatives.containersV2.Whatsapp.englishUK": "English (UK)",
24474
+ "creatives.containersV2.Whatsapp.englishUS": "English (US)",
24475
+ "creatives.containersV2.Whatsapp.estonian": "Estonian",
24476
+ "creatives.containersV2.Whatsapp.filipino": "Filipino",
24477
+ "creatives.containersV2.Whatsapp.finnish": "Finnish",
24478
+ "creatives.containersV2.Whatsapp.french": "French",
24479
+ "creatives.containersV2.Whatsapp.georgian": "Georgian",
24480
+ "creatives.containersV2.Whatsapp.german": "German",
24481
+ "creatives.containersV2.Whatsapp.greek": "Greek",
24482
+ "creatives.containersV2.Whatsapp.gujarati": "Gujarati",
24483
+ "creatives.containersV2.Whatsapp.hausa": "Hausa",
24484
+ "creatives.containersV2.Whatsapp.hebrew": "Hebrew",
24485
+ "creatives.containersV2.Whatsapp.here": "here",
24486
+ "creatives.containersV2.Whatsapp.hindi": "Hindi",
24487
+ "creatives.containersV2.Whatsapp.hungarian": "Hungarian",
24488
+ "creatives.containersV2.Whatsapp.indonesian": "Indonesian",
24489
+ "creatives.containersV2.Whatsapp.inputplaceHolderText": "{value} Add labels or text or combination of both",
24490
+ "creatives.containersV2.Whatsapp.invalidFormatError": "INVALID FORMAT: Placeholders or other elements were formatted incorrectly.",
24491
+ "creatives.containersV2.Whatsapp.irish": "Irish",
24492
+ "creatives.containersV2.Whatsapp.italian": "Italian",
24493
+ "creatives.containersV2.Whatsapp.japanese": "Japanese",
24494
+ "creatives.containersV2.Whatsapp.kannada": "Kannada",
24495
+ "creatives.containersV2.Whatsapp.kazakh": "Kazakh",
24496
+ "creatives.containersV2.Whatsapp.kinyarwanda": "Kinyarwanda",
24497
+ "creatives.containersV2.Whatsapp.korean": "Korean",
24498
+ "creatives.containersV2.Whatsapp.kyrgyz": "Kyrgyz (Kyrgyzstan)",
24499
+ "creatives.containersV2.Whatsapp.labelSeperator": "|",
24500
+ "creatives.containersV2.Whatsapp.languageLabel": "Language",
24501
+ "creatives.containersV2.Whatsapp.lao": "Lao",
24502
+ "creatives.containersV2.Whatsapp.latvian": "Latvian",
24503
+ "creatives.containersV2.Whatsapp.lithuanian": "Lithuanian",
24504
+ "creatives.containersV2.Whatsapp.macedonian": "Macedonian",
24505
+ "creatives.containersV2.Whatsapp.malay": "Malay",
24506
+ "creatives.containersV2.Whatsapp.malayalam": "Malayalam",
24507
+ "creatives.containersV2.Whatsapp.marathi": "Marathi",
24508
+ "creatives.containersV2.Whatsapp.marketing": "Marketing",
24509
+ "creatives.containersV2.Whatsapp.marketingTooltip": "Send promotional offers, product announcements, and more to increase awareness and engagement.",
24510
+ "creatives.containersV2.Whatsapp.mediaDocument": "Document",
24511
+ "creatives.containersV2.Whatsapp.mediaImage": "Image",
24512
+ "creatives.containersV2.Whatsapp.mediaLabel": "Media",
24513
+ "creatives.containersV2.Whatsapp.mediaText": "Text",
24514
+ "creatives.containersV2.Whatsapp.mediaVideo": "Video",
24515
+ "creatives.containersV2.Whatsapp.messageLanguageLabel": "Message language",
24516
+ "creatives.containersV2.Whatsapp.modifiedUnsubscribeText": "Click {value} to unsubscribe",
24517
+ "creatives.containersV2.Whatsapp.noContentBetweenVars": "Add atleast 1 character between 2 variables",
24518
+ "creatives.containersV2.Whatsapp.norwegian": "Norwegian",
24519
+ "creatives.containersV2.Whatsapp.optional": "(Optional)",
24520
+ "creatives.containersV2.Whatsapp.otp": "Otp",
24521
+ "creatives.containersV2.Whatsapp.page": "page",
24522
+ "creatives.containersV2.Whatsapp.pages": "pages",
24523
+ "creatives.containersV2.Whatsapp.paymentUpdate": "Payment update",
24524
+ "creatives.containersV2.Whatsapp.paymentUpdateTooltip": "Send a message to customers about their payment.",
24525
+ "creatives.containersV2.Whatsapp.pdf": "PDF",
24526
+ "creatives.containersV2.Whatsapp.persian": "Persian",
24527
+ "creatives.containersV2.Whatsapp.polish": "Polish",
24528
+ "creatives.containersV2.Whatsapp.portugueseBR": "Portuguese (BR)",
24529
+ "creatives.containersV2.Whatsapp.portuguesePOR": "Portuguese (POR)",
24530
+ "creatives.containersV2.Whatsapp.punjabi": "Punjabi",
24531
+ "creatives.containersV2.Whatsapp.quickReplyDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
24532
+ "creatives.containersV2.Whatsapp.rejected": "Rejected",
24533
+ "creatives.containersV2.Whatsapp.rejectedStatusMsg": "This template has been rejected",
24534
+ "creatives.containersV2.Whatsapp.removeMultinewlineChars": "More than two consecutive line breaks are not allowed.",
24535
+ "creatives.containersV2.Whatsapp.repetativeVars": "Variables cannot be repeated",
24536
+ "creatives.containersV2.Whatsapp.reservationUpdate": "Reservation update",
24537
+ "creatives.containersV2.Whatsapp.reservationUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their reservations.",
24538
+ "creatives.containersV2.Whatsapp.romanian": "Romanian",
24539
+ "creatives.containersV2.Whatsapp.russian": "Russian",
24540
+ "creatives.containersV2.Whatsapp.select": "Select",
24541
+ "creatives.containersV2.Whatsapp.sendForApprovalButtonLabel": "Send for approval",
24542
+ "creatives.containersV2.Whatsapp.sequenceVars": "Variable name should start from {one} and it should be in sequential order",
24543
+ "creatives.containersV2.Whatsapp.serbian": "Serbian",
24544
+ "creatives.containersV2.Whatsapp.slovak": "Slovak",
24545
+ "creatives.containersV2.Whatsapp.slovenian": "Slovenian",
24546
+ "creatives.containersV2.Whatsapp.spanish": "Spanish",
24547
+ "creatives.containersV2.Whatsapp.spanishARG": "Spanish (ARG)",
24548
+ "creatives.containersV2.Whatsapp.spanishMEX": "Spanish (MEX)",
24549
+ "creatives.containersV2.Whatsapp.spanishSPA": "Spanish (SPA)",
24550
+ "creatives.containersV2.Whatsapp.swahili": "Swahili",
24551
+ "creatives.containersV2.Whatsapp.swedish": "Swedish",
24552
+ "creatives.containersV2.Whatsapp.tagContentMismatchError": "TAG CONTENT MISMATCH: The language and/or template category selected don’t match the template content.",
24553
+ "creatives.containersV2.Whatsapp.tamil": "Tamil",
24554
+ "creatives.containersV2.Whatsapp.telugu": "Telugu",
24555
+ "creatives.containersV2.Whatsapp.templateCategoryLabel": "Template category",
24556
+ "creatives.containersV2.Whatsapp.templateLanguageEnglish": "English",
24557
+ "creatives.containersV2.Whatsapp.templateMessageLabel": "Message",
24558
+ "creatives.containersV2.Whatsapp.templateMessageLength": "Characters count: {currentLength}/{maxLength}",
24559
+ "creatives.containersV2.Whatsapp.templateMessageLengthError": "Template message length cannot exceed 1024",
24560
+ "creatives.containersV2.Whatsapp.templateMessagePlaceholder": "Enter message with variable",
24561
+ "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.",
24562
+ "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText": "Click {unsubscribe} to unsubscribe",
24563
+ "creatives.containersV2.Whatsapp.templateNameDesc": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
24564
+ "creatives.containersV2.Whatsapp.templateNameRegexErrorMessage": "Template name can only contain lowercase alphanumeric characters and underscores",
24565
+ "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\\"",
24566
+ "creatives.containersV2.Whatsapp.thai": "Thai",
23110
24567
  "creatives.containersV2.Whatsapp.transactional": "Transactional",
23111
- "creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
24568
+ "creatives.containersV2.Whatsapp.turkish": "Turkish",
24569
+ "creatives.containersV2.Whatsapp.ukrainian": "Ukrainian",
24570
+ "creatives.containersV2.Whatsapp.unknownVars": "Variable name should be numeric value from {one} to {nineteen}",
24571
+ "creatives.containersV2.Whatsapp.unsubscribeTextTooltipCreateFlow": "To enable the checkbox, reduce the message character count to 988",
24572
+ "creatives.containersV2.Whatsapp.unsubscribeTextTooltipEditFlow": "This is non-editable",
24573
+ "creatives.containersV2.Whatsapp.urdu": "Urdu",
24574
+ "creatives.containersV2.Whatsapp.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
24575
+ "creatives.containersV2.Whatsapp.utility": "Utility",
24576
+ "creatives.containersV2.Whatsapp.utilityTooltip": "Send account updates, order updates, alerts, and more to share important information.",
24577
+ "creatives.containersV2.Whatsapp.uzbek": "Uzbek",
24578
+ "creatives.containersV2.Whatsapp.videoErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
24579
+ "creatives.containersV2.Whatsapp.vietnamese": "Vietnamese",
24580
+ "creatives.containersV2.Whatsapp.whatsappCreateNotification": "{name} has been sent for approval",
24581
+ "creatives.containersV2.Whatsapp.zulu": "Zulu",
23112
24582
  "creatives.containersV2.addLabels": "Add labels",
23113
24583
  "creatives.containersV2.appName": "App Name",
23114
24584
  "creatives.containersV2.applyNow": "Apply now",
@@ -25953,6 +27423,21 @@ FREE GIFTS-
25953
27423
  "app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
25954
27424
  "app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
25955
27425
  "app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
27426
+ "app.v2containers.SmsTrai.Edit.addLabels": "Add labels",
27427
+ "app.v2containers.SmsTrai.Edit.cancelButtonLabel": "Cancel",
27428
+ "app.v2containers.SmsTrai.Edit.inputplaceHolderText": "Add labels or text or combination of both",
27429
+ "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.",
27430
+ "app.v2containers.SmsTrai.Edit.saveButtonLabel": "Save",
27431
+ "app.v2containers.SmsTrai.Edit.senderIdlabel": "Sender ID",
27432
+ "app.v2containers.SmsTrai.Edit.smsEditNotification": "Sms template updated successfully",
27433
+ "app.v2containers.SmsTrai.Edit.templateLabel": "Template",
27434
+ "app.v2containers.SmsTrai.Edit.textAreaCounts": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
27435
+ "app.v2containers.SmsTrai.Edit.textAreaError": "Template cannot be empty",
27436
+ "app.v2containers.SmsTrai.Edit.totalCharacters": "{smsCount} SMS ({number} characters)",
27437
+ "app.v2containers.SmsTrai.Edit.traiEditSeperator": "|",
27438
+ "app.v2containers.SmsTrai.Edit.traiEditTitle": "Message",
27439
+ "app.v2containers.SmsTrai.Edit.unicodeLabel": "Allow unicode characters",
27440
+ "app.v2containers.SmsTrai.Edit.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
25956
27441
  "creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
25957
27442
  "creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
25958
27443
  "creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
@@ -26081,6 +27566,31 @@ FREE GIFTS-
26081
27566
  "creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "Number of days before expiry",
26082
27567
  "creatives.componentsV2.CapTagList.outbound": "Outbound",
26083
27568
  "creatives.componentsV2.CapTagList.search": "Search",
27569
+ "creatives.componentsV2.CapWhatsappCTA.addButton": "Add button",
27570
+ "creatives.componentsV2.CapWhatsappCTA.ctaAddDisabled": "Please save the first button before proceeding to create second button",
27571
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonErrorMessage": "Newlines, Emojis, or Special characters are not allowed",
27572
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonText": "Button text",
27573
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonTextPlaceholder": "Enter button text",
27574
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonTextTooltip": "Use this to name the button. We would recommend not to use special characters for the button text.",
27575
+ "creatives.componentsV2.CapWhatsappCTA.ctaDynamicPlaceholder": "Enter URL, variable is added by default",
27576
+ "creatives.componentsV2.CapWhatsappCTA.ctaOptionDisabledTooltip": "This type of button can only be added once",
27577
+ "creatives.componentsV2.CapWhatsappCTA.ctaPhoneNo": "Phone number",
27578
+ "creatives.componentsV2.CapWhatsappCTA.ctaPhoneNoPlaceholder": "Enter phone number",
27579
+ "creatives.componentsV2.CapWhatsappCTA.ctaSaveDisabled": "Please complete the above fields to enable button",
27580
+ "creatives.componentsV2.CapWhatsappCTA.ctaStaticPlaceholder": "Enter website URL",
27581
+ "creatives.componentsV2.CapWhatsappCTA.ctaType": "Type of action",
27582
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsite": "Website",
27583
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteType": "URL Type",
27584
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeDynamic": "Dynamic",
27585
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeStatic": "Static",
27586
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrl": "Website URL",
27587
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrlErrorMessage": "URL is not valid",
27588
+ "creatives.componentsV2.CapWhatsappCTA.dynamicUrlTooltip": "Only one variable can be added to a URL. No need to add {one} to the end of the URL",
27589
+ "creatives.componentsV2.CapWhatsappCTA.dynamicUrlWithMoreVarErrorMessage": "Button with url type as dynamic can have only 1 variable",
27590
+ "creatives.componentsV2.CapWhatsappCTA.staticUrlWithVarErrorMessage": "Button with url type as static cannot contain variables",
27591
+ "creatives.componentsV2.CapWhatsappCTA.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
27592
+ "creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListLabel": "Add URL label",
27593
+ "creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListRevert": "Reset website URL label to default value",
26084
27594
  "creatives.componentsV2.Ckeditor.header": "This is the Ckeditor component !",
26085
27595
  "creatives.componentsV2.CmsTemplatesComponent.header": "This is the CmsTemplatesComponent component !",
26086
27596
  "creatives.componentsV2.CmsTemplatesComponent.select": "Select",
@@ -26492,8 +28002,8 @@ FREE GIFTS-
26492
28002
  "creatives.containers.MobilePush.Create.button2": "Button 2",
26493
28003
  "creatives.containers.MobilePush.Create.cancel": "Cancel",
26494
28004
  "creatives.containers.MobilePush.Create.cantCopyEmptyField": "Cannot copy empty field values.",
26495
- "creatives.containers.MobilePush.Create.copyFromAndroid": "Copy title and content from android",
26496
- "creatives.containers.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
28005
+ "creatives.containers.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
28006
+ "creatives.containers.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
26497
28007
  "creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
26498
28008
  "creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
26499
28009
  "creatives.containers.MobilePush.Create.discardChanges": "Discard changes",
@@ -26557,8 +28067,8 @@ FREE GIFTS-
26557
28067
  "creatives.containers.MobilePush.Edit.button2": "Button 2",
26558
28068
  "creatives.containers.MobilePush.Edit.cancel": "Cancel",
26559
28069
  "creatives.containers.MobilePush.Edit.cantCopyEmptyField": "Cannot copy empty field values.",
26560
- "creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy title and content from android",
26561
- "creatives.containers.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
28070
+ "creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
28071
+ "creatives.containers.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
26562
28072
  "creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
26563
28073
  "creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
26564
28074
  "creatives.containers.MobilePush.Edit.discardChanges": "Discard changes",
@@ -26786,6 +28296,7 @@ FREE GIFTS-
26786
28296
  "creatives.containersV2.Cap.ebill": "Ebill",
26787
28297
  "creatives.containersV2.Cap.email": "Email",
26788
28298
  "creatives.containersV2.Cap.gallery": "Gallery",
28299
+ "creatives.containersV2.Cap.journeys": "Journeys",
26789
28300
  "creatives.containersV2.Cap.loyalty": "Loyalty",
26790
28301
  "creatives.containersV2.Cap.memberCare": "Member Care",
26791
28302
  "creatives.containersV2.Cap.sms": "SMS",
@@ -26826,7 +28337,6 @@ FREE GIFTS-
26826
28337
  "creatives.containersV2.CapFacebookPreview.suggestedVideoMobile": "Suggested video mobile",
26827
28338
  "creatives.containersV2.CapFacebookPreview.videoNotePreview": "Facebook may take time to upload the video. Please try Refreshing.",
26828
28339
  "creatives.containersV2.CapFacebookPreview.watchFeedMobile": "Watch feed mobile",
26829
- "creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
26830
28340
  "creatives.containersV2.Create.addLabel": "Add label",
26831
28341
  "creatives.containersV2.Create.alertMessage": "Alert",
26832
28342
  "creatives.containersV2.Create.cancelButton": "Cancel",
@@ -27307,11 +28817,13 @@ FREE GIFTS-
27307
28817
  "creatives.containersV2.LineVideo.actionLabelTitle": "Action button label",
27308
28818
  "creatives.containersV2.LineVideo.actionUrlPlaceholder": "Enter URL",
27309
28819
  "creatives.containersV2.LineVideo.actionUrlTitle": "Link Url",
28820
+ "creatives.containersV2.LineVideo.display": "Display",
27310
28821
  "creatives.containersV2.LineVideo.dragAndDrop": "Drag and drop video here",
27311
28822
  "creatives.containersV2.LineVideo.emptyAltTextErrorMessage": "Title can not be empty",
27312
28823
  "creatives.containersV2.LineVideo.emptyLabelErrorMessage": "Action label can not be more empty",
27313
28824
  "creatives.containersV2.LineVideo.emptyTitleErrorMessage": "Template title can not be empty",
27314
28825
  "creatives.containersV2.LineVideo.emptyUrlErrorMessage": "Action URL can not be more empty",
28826
+ "creatives.containersV2.LineVideo.hide": "Hide",
27315
28827
  "creatives.containersV2.LineVideo.imageGallery": "Gallery",
27316
28828
  "creatives.containersV2.LineVideo.imageReUpload": "Re upload",
27317
28829
  "creatives.containersV2.LineVideo.inValidUrlErrorMessage": "Action url is not valid",
@@ -27355,19 +28867,29 @@ FREE GIFTS-
27355
28867
  "creatives.containersV2.MobilePush.Create.Image": "Image",
27356
28868
  "creatives.containersV2.MobilePush.Create.ImageUploadLabel": "Upload image",
27357
28869
  "creatives.containersV2.MobilePush.Create.Tags": "Tags",
28870
+ "creatives.containersV2.MobilePush.Create.aPageWithMobileApp": "A page within mobile app",
27358
28871
  "creatives.containersV2.MobilePush.Create.accountId": "Account id",
28872
+ "creatives.containersV2.MobilePush.Create.addActionButtonsToNotification": "Add action buttons to notification",
28873
+ "creatives.containersV2.MobilePush.Create.addActionLinkToContent": "Add action link to content",
28874
+ "creatives.containersV2.MobilePush.Create.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
27359
28875
  "creatives.containersV2.MobilePush.Create.addAnotherCTA": "Add another CTA",
28876
+ "creatives.containersV2.MobilePush.Create.addPrimaryButtonToNotification": "Add primary button to notification",
27360
28877
  "creatives.containersV2.MobilePush.Create.addPrimaryCTA": "Add primary CTA",
28878
+ "creatives.containersV2.MobilePush.Create.addSecondaryButtonToNotification": "Add secondary button to notification",
27361
28879
  "creatives.containersV2.MobilePush.Create.addSecondaryCTA": "Add secondary CTA",
27362
28880
  "creatives.containersV2.MobilePush.Create.alertMessage": "Alert",
28881
+ "creatives.containersV2.MobilePush.Create.anExternalWebPage": "An external web page",
27363
28882
  "creatives.containersV2.MobilePush.Create.androidNotConfigured": "Android template is not configured. Save without Android template",
27364
28883
  "creatives.containersV2.MobilePush.Create.button1": "Button 1",
27365
28884
  "creatives.containersV2.MobilePush.Create.button2": "Button 2",
28885
+ "creatives.containersV2.MobilePush.Create.buttonLabel": "Button label",
27366
28886
  "creatives.containersV2.MobilePush.Create.cancel": "Cancel",
27367
28887
  "creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
27368
28888
  "creatives.containersV2.MobilePush.Create.change": "change",
27369
- "creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy title and content from android",
27370
- "creatives.containersV2.MobilePush.Create.copyFromIos": "Copy title and content from IOS",
28889
+ "creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
28890
+ "creatives.containersV2.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
28891
+ "creatives.containersV2.MobilePush.Create.coverImage": "Cover image",
28892
+ "creatives.containersV2.MobilePush.Create.coverImageDescription": "Maximum file size acceptable is 5 MB",
27371
28893
  "creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
27372
28894
  "creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
27373
28895
  "creatives.containersV2.MobilePush.Create.discardChanges": "Discard changes",
@@ -27410,6 +28932,7 @@ FREE GIFTS-
27410
28932
  "creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "Mobile push template created successfully",
27411
28933
  "creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "Please provide a template name",
27412
28934
  "creatives.containersV2.MobilePush.Create.templateNotConfigured": "template not configured,",
28935
+ "creatives.containersV2.MobilePush.Create.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
27413
28936
  "creatives.containersV2.MobilePush.Create.title": "Title",
27414
28937
  "creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
27415
28938
  "creatives.containersV2.MobilePush.Create.titleLabel": "Title*",
@@ -27427,19 +28950,29 @@ FREE GIFTS-
27427
28950
  "creatives.containersV2.MobilePush.Edit.Image": "Image",
27428
28951
  "creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "Upload image",
27429
28952
  "creatives.containersV2.MobilePush.Edit.Tags": "Tags",
28953
+ "creatives.containersV2.MobilePush.Edit.aPageWithMobileApp": "A page within mobile app",
27430
28954
  "creatives.containersV2.MobilePush.Edit.accountId": "Account id",
28955
+ "creatives.containersV2.MobilePush.Edit.addActionButtonsToNotification": "Add action buttons to notification",
28956
+ "creatives.containersV2.MobilePush.Edit.addActionLinkToContent": "Add action link to content",
28957
+ "creatives.containersV2.MobilePush.Edit.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
27431
28958
  "creatives.containersV2.MobilePush.Edit.addAnotherCTA": "Add another CTA",
28959
+ "creatives.containersV2.MobilePush.Edit.addPrimaryButtonToNotification": "Add primary button to notification",
27432
28960
  "creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "Add primary CTA",
28961
+ "creatives.containersV2.MobilePush.Edit.addSecondaryButtonToNotification": "Add secondary button to notification",
27433
28962
  "creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "Add secondary CTA",
27434
28963
  "creatives.containersV2.MobilePush.Edit.alertMessage": "Alert",
28964
+ "creatives.containersV2.MobilePush.Edit.anExternalWebPage": "An external web page",
27435
28965
  "creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "Android template is not configured. Continue save?",
27436
28966
  "creatives.containersV2.MobilePush.Edit.button1": "Button 1",
27437
28967
  "creatives.containersV2.MobilePush.Edit.button2": "Button 2",
28968
+ "creatives.containersV2.MobilePush.Edit.buttonLabel": "Button label",
27438
28969
  "creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
27439
28970
  "creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
27440
28971
  "creatives.containersV2.MobilePush.Edit.change": "change",
27441
- "creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy title and content from android",
27442
- "creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy title and content from IOS",
28972
+ "creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
28973
+ "creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
28974
+ "creatives.containersV2.MobilePush.Edit.coverImage": "Cover image",
28975
+ "creatives.containersV2.MobilePush.Edit.coverImageDescription": "Maximum file size acceptable is 5 MB",
27443
28976
  "creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
27444
28977
  "creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
27445
28978
  "creatives.containersV2.MobilePush.Edit.discardChanges": "Discard changes",
@@ -27482,6 +29015,7 @@ FREE GIFTS-
27482
29015
  "creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "MOBILEPUSH template edited successfully",
27483
29016
  "creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "Please provide a template name",
27484
29017
  "creatives.containersV2.MobilePush.Edit.templateNotConfigured": "Template not configured,",
29018
+ "creatives.containersV2.MobilePush.Edit.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
27485
29019
  "creatives.containersV2.MobilePush.Edit.title": "Title",
27486
29020
  "creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
27487
29021
  "creatives.containersV2.MobilePush.Edit.titleLabel": "Title*",
@@ -27718,11 +29252,157 @@ new message content.",
27718
29252
  "creatives.containersV2.WeChat.templateName": "Template Name",
27719
29253
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
27720
29254
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
29255
+ "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
29256
+ "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
29257
+ "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
29258
+ "creatives.containersV2.Whatsapp.addVar": "Add variables",
29259
+ "creatives.containersV2.Whatsapp.afrikaans": "Afrikaans",
29260
+ "creatives.containersV2.Whatsapp.albanian": "Albanian",
27721
29261
  "creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
27722
29262
  "creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
29263
+ "creatives.containersV2.Whatsapp.appointmentUpdate": "Appointment update",
29264
+ "creatives.containersV2.Whatsapp.appointmentUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their appointments.",
27723
29265
  "creatives.containersV2.Whatsapp.approved": "Approved",
29266
+ "creatives.containersV2.Whatsapp.approvedStatusMsg": "This template has been approved",
29267
+ "creatives.containersV2.Whatsapp.arabic": "Arabic",
29268
+ "creatives.containersV2.Whatsapp.authentication": "Authentication",
29269
+ "creatives.containersV2.Whatsapp.authenticationTooltip": "Send codes that allow your customers to securely access their accounts.",
29270
+ "creatives.containersV2.Whatsapp.awaitingApproval": "Awaiting approval",
29271
+ "creatives.containersV2.Whatsapp.awaitingStatusDesc": "The template has been sent for approval at {date}, {time}. It takes up to 48 hrs to get approved.",
29272
+ "creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
29273
+ "creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
29274
+ "creatives.containersV2.Whatsapp.bengali": "Bengali",
29275
+ "creatives.containersV2.Whatsapp.btnDesc": "These will be show clickable buttons below your message.",
29276
+ "creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
29277
+ "creatives.containersV2.Whatsapp.btnLabel": "Buttons",
29278
+ "creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
29279
+ "creatives.containersV2.Whatsapp.btnTypeNone": "None",
29280
+ "creatives.containersV2.Whatsapp.btnTypeQuickReply": "Quick reply",
29281
+ "creatives.containersV2.Whatsapp.bulgarian": "Bulgarian",
29282
+ "creatives.containersV2.Whatsapp.cancelButtonLabel": "Cancel",
29283
+ "creatives.containersV2.Whatsapp.catalan": "Catalan",
29284
+ "creatives.containersV2.Whatsapp.chineseCHN": "Chinese (CHN)",
29285
+ "creatives.containersV2.Whatsapp.chineseHKG": "Chinese (HKG)",
29286
+ "creatives.containersV2.Whatsapp.chineseTAI": "Chinese (TAI)",
29287
+ "creatives.containersV2.Whatsapp.croatian": "Croatian",
29288
+ "creatives.containersV2.Whatsapp.ctaDesc": "Create up to 2 buttons that let customers respond to your messages or take action.",
29289
+ "creatives.containersV2.Whatsapp.czech": "Czech",
29290
+ "creatives.containersV2.Whatsapp.danish": "Danish",
29291
+ "creatives.containersV2.Whatsapp.disabledEditTooltip": "This template is non-editable as this is {status}",
29292
+ "creatives.containersV2.Whatsapp.disabledEditTooltipStatus": "awaiting for approval",
29293
+ "creatives.containersV2.Whatsapp.disabledFeatureTooltip": "Not yet enabled. Coming soon!",
29294
+ "creatives.containersV2.Whatsapp.dutch": "Dutch",
29295
+ "creatives.containersV2.Whatsapp.emptyTemplateMessageErrorMessage": "Template message cannot be empty",
29296
+ "creatives.containersV2.Whatsapp.english": "English",
29297
+ "creatives.containersV2.Whatsapp.englishUK": "English (UK)",
29298
+ "creatives.containersV2.Whatsapp.englishUS": "English (US)",
29299
+ "creatives.containersV2.Whatsapp.estonian": "Estonian",
29300
+ "creatives.containersV2.Whatsapp.filipino": "Filipino",
29301
+ "creatives.containersV2.Whatsapp.finnish": "Finnish",
29302
+ "creatives.containersV2.Whatsapp.french": "French",
29303
+ "creatives.containersV2.Whatsapp.georgian": "Georgian",
29304
+ "creatives.containersV2.Whatsapp.german": "German",
29305
+ "creatives.containersV2.Whatsapp.greek": "Greek",
29306
+ "creatives.containersV2.Whatsapp.gujarati": "Gujarati",
29307
+ "creatives.containersV2.Whatsapp.hausa": "Hausa",
29308
+ "creatives.containersV2.Whatsapp.hebrew": "Hebrew",
29309
+ "creatives.containersV2.Whatsapp.here": "here",
29310
+ "creatives.containersV2.Whatsapp.hindi": "Hindi",
29311
+ "creatives.containersV2.Whatsapp.hungarian": "Hungarian",
29312
+ "creatives.containersV2.Whatsapp.indonesian": "Indonesian",
29313
+ "creatives.containersV2.Whatsapp.inputplaceHolderText": "{value} Add labels or text or combination of both",
29314
+ "creatives.containersV2.Whatsapp.invalidFormatError": "INVALID FORMAT: Placeholders or other elements were formatted incorrectly.",
29315
+ "creatives.containersV2.Whatsapp.irish": "Irish",
29316
+ "creatives.containersV2.Whatsapp.italian": "Italian",
29317
+ "creatives.containersV2.Whatsapp.japanese": "Japanese",
29318
+ "creatives.containersV2.Whatsapp.kannada": "Kannada",
29319
+ "creatives.containersV2.Whatsapp.kazakh": "Kazakh",
29320
+ "creatives.containersV2.Whatsapp.kinyarwanda": "Kinyarwanda",
29321
+ "creatives.containersV2.Whatsapp.korean": "Korean",
29322
+ "creatives.containersV2.Whatsapp.kyrgyz": "Kyrgyz (Kyrgyzstan)",
29323
+ "creatives.containersV2.Whatsapp.labelSeperator": "|",
29324
+ "creatives.containersV2.Whatsapp.languageLabel": "Language",
29325
+ "creatives.containersV2.Whatsapp.lao": "Lao",
29326
+ "creatives.containersV2.Whatsapp.latvian": "Latvian",
29327
+ "creatives.containersV2.Whatsapp.lithuanian": "Lithuanian",
29328
+ "creatives.containersV2.Whatsapp.macedonian": "Macedonian",
29329
+ "creatives.containersV2.Whatsapp.malay": "Malay",
29330
+ "creatives.containersV2.Whatsapp.malayalam": "Malayalam",
29331
+ "creatives.containersV2.Whatsapp.marathi": "Marathi",
29332
+ "creatives.containersV2.Whatsapp.marketing": "Marketing",
29333
+ "creatives.containersV2.Whatsapp.marketingTooltip": "Send promotional offers, product announcements, and more to increase awareness and engagement.",
29334
+ "creatives.containersV2.Whatsapp.mediaDocument": "Document",
29335
+ "creatives.containersV2.Whatsapp.mediaImage": "Image",
29336
+ "creatives.containersV2.Whatsapp.mediaLabel": "Media",
29337
+ "creatives.containersV2.Whatsapp.mediaText": "Text",
29338
+ "creatives.containersV2.Whatsapp.mediaVideo": "Video",
29339
+ "creatives.containersV2.Whatsapp.messageLanguageLabel": "Message language",
29340
+ "creatives.containersV2.Whatsapp.modifiedUnsubscribeText": "Click {value} to unsubscribe",
29341
+ "creatives.containersV2.Whatsapp.noContentBetweenVars": "Add atleast 1 character between 2 variables",
29342
+ "creatives.containersV2.Whatsapp.norwegian": "Norwegian",
29343
+ "creatives.containersV2.Whatsapp.optional": "(Optional)",
29344
+ "creatives.containersV2.Whatsapp.otp": "Otp",
29345
+ "creatives.containersV2.Whatsapp.page": "page",
29346
+ "creatives.containersV2.Whatsapp.pages": "pages",
29347
+ "creatives.containersV2.Whatsapp.paymentUpdate": "Payment update",
29348
+ "creatives.containersV2.Whatsapp.paymentUpdateTooltip": "Send a message to customers about their payment.",
29349
+ "creatives.containersV2.Whatsapp.pdf": "PDF",
29350
+ "creatives.containersV2.Whatsapp.persian": "Persian",
29351
+ "creatives.containersV2.Whatsapp.polish": "Polish",
29352
+ "creatives.containersV2.Whatsapp.portugueseBR": "Portuguese (BR)",
29353
+ "creatives.containersV2.Whatsapp.portuguesePOR": "Portuguese (POR)",
29354
+ "creatives.containersV2.Whatsapp.punjabi": "Punjabi",
29355
+ "creatives.containersV2.Whatsapp.quickReplyDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
29356
+ "creatives.containersV2.Whatsapp.rejected": "Rejected",
29357
+ "creatives.containersV2.Whatsapp.rejectedStatusMsg": "This template has been rejected",
29358
+ "creatives.containersV2.Whatsapp.removeMultinewlineChars": "More than two consecutive line breaks are not allowed.",
29359
+ "creatives.containersV2.Whatsapp.repetativeVars": "Variables cannot be repeated",
29360
+ "creatives.containersV2.Whatsapp.reservationUpdate": "Reservation update",
29361
+ "creatives.containersV2.Whatsapp.reservationUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their reservations.",
29362
+ "creatives.containersV2.Whatsapp.romanian": "Romanian",
29363
+ "creatives.containersV2.Whatsapp.russian": "Russian",
29364
+ "creatives.containersV2.Whatsapp.select": "Select",
29365
+ "creatives.containersV2.Whatsapp.sendForApprovalButtonLabel": "Send for approval",
29366
+ "creatives.containersV2.Whatsapp.sequenceVars": "Variable name should start from {one} and it should be in sequential order",
29367
+ "creatives.containersV2.Whatsapp.serbian": "Serbian",
29368
+ "creatives.containersV2.Whatsapp.slovak": "Slovak",
29369
+ "creatives.containersV2.Whatsapp.slovenian": "Slovenian",
29370
+ "creatives.containersV2.Whatsapp.spanish": "Spanish",
29371
+ "creatives.containersV2.Whatsapp.spanishARG": "Spanish (ARG)",
29372
+ "creatives.containersV2.Whatsapp.spanishMEX": "Spanish (MEX)",
29373
+ "creatives.containersV2.Whatsapp.spanishSPA": "Spanish (SPA)",
29374
+ "creatives.containersV2.Whatsapp.swahili": "Swahili",
29375
+ "creatives.containersV2.Whatsapp.swedish": "Swedish",
29376
+ "creatives.containersV2.Whatsapp.tagContentMismatchError": "TAG CONTENT MISMATCH: The language and/or template category selected don’t match the template content.",
29377
+ "creatives.containersV2.Whatsapp.tamil": "Tamil",
29378
+ "creatives.containersV2.Whatsapp.telugu": "Telugu",
29379
+ "creatives.containersV2.Whatsapp.templateCategoryLabel": "Template category",
29380
+ "creatives.containersV2.Whatsapp.templateLanguageEnglish": "English",
29381
+ "creatives.containersV2.Whatsapp.templateMessageLabel": "Message",
29382
+ "creatives.containersV2.Whatsapp.templateMessageLength": "Characters count: {currentLength}/{maxLength}",
29383
+ "creatives.containersV2.Whatsapp.templateMessageLengthError": "Template message length cannot exceed 1024",
29384
+ "creatives.containersV2.Whatsapp.templateMessagePlaceholder": "Enter message with variable",
29385
+ "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.",
29386
+ "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText": "Click {unsubscribe} to unsubscribe",
29387
+ "creatives.containersV2.Whatsapp.templateNameDesc": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
29388
+ "creatives.containersV2.Whatsapp.templateNameRegexErrorMessage": "Template name can only contain lowercase alphanumeric characters and underscores",
29389
+ "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\\"",
29390
+ "creatives.containersV2.Whatsapp.thai": "Thai",
27724
29391
  "creatives.containersV2.Whatsapp.transactional": "Transactional",
27725
- "creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
29392
+ "creatives.containersV2.Whatsapp.turkish": "Turkish",
29393
+ "creatives.containersV2.Whatsapp.ukrainian": "Ukrainian",
29394
+ "creatives.containersV2.Whatsapp.unknownVars": "Variable name should be numeric value from {one} to {nineteen}",
29395
+ "creatives.containersV2.Whatsapp.unsubscribeTextTooltipCreateFlow": "To enable the checkbox, reduce the message character count to 988",
29396
+ "creatives.containersV2.Whatsapp.unsubscribeTextTooltipEditFlow": "This is non-editable",
29397
+ "creatives.containersV2.Whatsapp.urdu": "Urdu",
29398
+ "creatives.containersV2.Whatsapp.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
29399
+ "creatives.containersV2.Whatsapp.utility": "Utility",
29400
+ "creatives.containersV2.Whatsapp.utilityTooltip": "Send account updates, order updates, alerts, and more to share important information.",
29401
+ "creatives.containersV2.Whatsapp.uzbek": "Uzbek",
29402
+ "creatives.containersV2.Whatsapp.videoErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
29403
+ "creatives.containersV2.Whatsapp.vietnamese": "Vietnamese",
29404
+ "creatives.containersV2.Whatsapp.whatsappCreateNotification": "{name} has been sent for approval",
29405
+ "creatives.containersV2.Whatsapp.zulu": "Zulu",
27726
29406
  "creatives.containersV2.addLabels": "Add labels",
27727
29407
  "creatives.containersV2.appName": "App Name",
27728
29408
  "creatives.containersV2.applyNow": "Apply now",