@capillarytech/creatives-library 7.16.10 → 7.16.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app.js +2 -2
- package/components/TemplatePreview/index.js +1 -0
- package/containers/Cap/sagas.js +4 -3
- package/containers/Cap/tests/__snapshots__/index.test.js.snap +220 -10
- package/containers/MobilePush/Create/index.js +18 -0
- package/containers/MobilePush/Create/messages.js +2 -2
- package/containers/MobilePush/Edit/index.js +18 -0
- package/containers/MobilePush/Edit/messages.js +2 -2
- package/package.json +1 -1
- package/services/api.js +1 -9
- package/styles/vendor/semantic/src/definitions/collections/form.less +2 -2
- package/styles/vendor/semantic/src/definitions/elements/flag.less +1 -1
- package/styles/vendor/semantic/src/definitions/elements/icon.less +0 -1
- package/styles/vendor/semantic/src/definitions/globals/site.less +1 -1
- package/translations/en.json +220 -10
- package/translations/ja-JP.json +212 -2
- package/translations/zh.json +212 -2
- package/utils/smsCharCountV2.js +0 -13
- package/utils/test-utils.js +0 -17
- package/v2Components/CapWhatsappCTA/index.js +1 -1
- package/v2Components/CapWhatsappCTA/messages.js +1 -5
- package/v2Components/FormBuilder/constants.js +1 -0
- package/v2Components/FormBuilder/index.js +33 -13
- package/v2Containers/Cap/sagas.js +4 -3
- package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +220 -10
- package/v2Containers/LanguageProvider/index.js +3 -0
- package/v2Containers/LanguageProvider/tests/index.test.js +1 -0
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +663 -30
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +440 -20
- package/v2Containers/Line/Container/Video/index.js +3 -3
- package/v2Containers/Line/Container/Video/messages.js +9 -0
- package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +3740 -170
- package/v2Containers/Line/Container/tests/__snapshots__/index.test.js.snap +3960 -180
- package/v2Containers/MobilePush/Create/index.js +31 -3
- package/v2Containers/MobilePush/Create/messages.js +50 -2
- package/v2Containers/MobilePush/Edit/index.js +29 -1
- package/v2Containers/MobilePush/Edit/messages.js +50 -2
- package/v2Containers/MobilePush/commonMethods.js +2 -2
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +10340 -470
- package/v2Containers/Sms/Create/actions.js +0 -9
- package/v2Containers/Sms/Create/constants.js +0 -2
- package/v2Containers/Sms/Create/index.js +0 -12
- package/v2Containers/Sms/Create/sagas.js +3 -19
- package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +880 -40
- package/v2Containers/SmsTrai/Edit/index.js +1 -1
- package/v2Containers/SmsTrai/Edit/messages.js +1 -1
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +1760 -80
- package/v2Containers/Whatsapp/index.js +3 -3
- package/v2Containers/Whatsapp/messages.js +3 -3
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +17913 -1789
- package/v2Containers/ChannelTemplates/actions.js +0 -20
- package/v2Containers/ChannelTemplates/constants.js +0 -8
- package/v2Containers/ChannelTemplates/index.js +0 -47
- package/v2Containers/ChannelTemplates/messages.js +0 -13
- package/v2Containers/ChannelTemplates/reducer.js +0 -34
- package/v2Containers/ChannelTemplates/sagas.js +0 -32
- package/v2Containers/ChannelTemplates/selectors.js +0 -25
- package/v2Containers/Sms/Create/tests/sagas.test.js +0 -82
|
@@ -72,6 +72,21 @@ exports[`Creatives line image carousel test/> should render 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 line image carousel test/> should render 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 line image carousel test/> should render 1`] = `
|
|
|
611
651
|
"creatives.containers.MobilePush.Create.button2": "Button 2",
|
|
612
652
|
"creatives.containers.MobilePush.Create.cancel": "Cancel",
|
|
613
653
|
"creatives.containers.MobilePush.Create.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
614
|
-
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy
|
|
615
|
-
"creatives.containers.MobilePush.Create.copyFromIos": "Copy
|
|
654
|
+
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
655
|
+
"creatives.containers.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
616
656
|
"creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
617
657
|
"creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
618
658
|
"creatives.containers.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -676,8 +716,8 @@ exports[`Creatives line image carousel test/> should render 1`] = `
|
|
|
676
716
|
"creatives.containers.MobilePush.Edit.button2": "Button 2",
|
|
677
717
|
"creatives.containers.MobilePush.Edit.cancel": "Cancel",
|
|
678
718
|
"creatives.containers.MobilePush.Edit.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
679
|
-
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy
|
|
680
|
-
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy
|
|
719
|
+
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
720
|
+
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
681
721
|
"creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
682
722
|
"creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
683
723
|
"creatives.containers.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -905,6 +945,7 @@ exports[`Creatives line image carousel test/> should render 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 line image carousel test/> should render 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 line image carousel test/> should render 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 line image carousel test/> should render 1`] = `
|
|
|
1474
1516
|
"creatives.containersV2.MobilePush.Create.Image": "Image",
|
|
1475
1517
|
"creatives.containersV2.MobilePush.Create.ImageUploadLabel": "Upload image",
|
|
1476
1518
|
"creatives.containersV2.MobilePush.Create.Tags": "Tags",
|
|
1519
|
+
"creatives.containersV2.MobilePush.Create.aPageWithMobileApp": "A page within mobile app",
|
|
1477
1520
|
"creatives.containersV2.MobilePush.Create.accountId": "Account id",
|
|
1521
|
+
"creatives.containersV2.MobilePush.Create.addActionButtonsToNotification": "Add action buttons to notification",
|
|
1522
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContent": "Add action link to content",
|
|
1523
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
1478
1524
|
"creatives.containersV2.MobilePush.Create.addAnotherCTA": "Add another CTA",
|
|
1525
|
+
"creatives.containersV2.MobilePush.Create.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
1479
1526
|
"creatives.containersV2.MobilePush.Create.addPrimaryCTA": "Add primary CTA",
|
|
1527
|
+
"creatives.containersV2.MobilePush.Create.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
1480
1528
|
"creatives.containersV2.MobilePush.Create.addSecondaryCTA": "Add secondary CTA",
|
|
1481
1529
|
"creatives.containersV2.MobilePush.Create.alertMessage": "Alert",
|
|
1530
|
+
"creatives.containersV2.MobilePush.Create.anExternalWebPage": "An external web page",
|
|
1482
1531
|
"creatives.containersV2.MobilePush.Create.androidNotConfigured": "Android template is not configured. Save without Android template",
|
|
1483
1532
|
"creatives.containersV2.MobilePush.Create.button1": "Button 1",
|
|
1484
1533
|
"creatives.containersV2.MobilePush.Create.button2": "Button 2",
|
|
1534
|
+
"creatives.containersV2.MobilePush.Create.buttonLabel": "Button label",
|
|
1485
1535
|
"creatives.containersV2.MobilePush.Create.cancel": "Cancel",
|
|
1486
1536
|
"creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
1487
1537
|
"creatives.containersV2.MobilePush.Create.change": "change",
|
|
1488
|
-
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy
|
|
1489
|
-
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy
|
|
1538
|
+
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
1539
|
+
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
1540
|
+
"creatives.containersV2.MobilePush.Create.coverImage": "Cover image",
|
|
1541
|
+
"creatives.containersV2.MobilePush.Create.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
1490
1542
|
"creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
1491
1543
|
"creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
1492
1544
|
"creatives.containersV2.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -1529,6 +1581,7 @@ exports[`Creatives line image carousel test/> should render 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 line image carousel test/> should render 1`] = `
|
|
|
1546
1599
|
"creatives.containersV2.MobilePush.Edit.Image": "Image",
|
|
1547
1600
|
"creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "Upload image",
|
|
1548
1601
|
"creatives.containersV2.MobilePush.Edit.Tags": "Tags",
|
|
1602
|
+
"creatives.containersV2.MobilePush.Edit.aPageWithMobileApp": "A page within mobile app",
|
|
1549
1603
|
"creatives.containersV2.MobilePush.Edit.accountId": "Account id",
|
|
1604
|
+
"creatives.containersV2.MobilePush.Edit.addActionButtonsToNotification": "Add action buttons to notification",
|
|
1605
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContent": "Add action link to content",
|
|
1606
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
1550
1607
|
"creatives.containersV2.MobilePush.Edit.addAnotherCTA": "Add another CTA",
|
|
1608
|
+
"creatives.containersV2.MobilePush.Edit.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
1551
1609
|
"creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "Add primary CTA",
|
|
1610
|
+
"creatives.containersV2.MobilePush.Edit.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
1552
1611
|
"creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "Add secondary CTA",
|
|
1553
1612
|
"creatives.containersV2.MobilePush.Edit.alertMessage": "Alert",
|
|
1613
|
+
"creatives.containersV2.MobilePush.Edit.anExternalWebPage": "An external web page",
|
|
1554
1614
|
"creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "Android template is not configured. Continue save?",
|
|
1555
1615
|
"creatives.containersV2.MobilePush.Edit.button1": "Button 1",
|
|
1556
1616
|
"creatives.containersV2.MobilePush.Edit.button2": "Button 2",
|
|
1617
|
+
"creatives.containersV2.MobilePush.Edit.buttonLabel": "Button label",
|
|
1557
1618
|
"creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
|
|
1558
1619
|
"creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
1559
1620
|
"creatives.containersV2.MobilePush.Edit.change": "change",
|
|
1560
|
-
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy
|
|
1561
|
-
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy
|
|
1621
|
+
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
1622
|
+
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
1623
|
+
"creatives.containersV2.MobilePush.Edit.coverImage": "Cover image",
|
|
1624
|
+
"creatives.containersV2.MobilePush.Edit.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
1562
1625
|
"creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
1563
1626
|
"creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
1564
1627
|
"creatives.containersV2.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -1601,6 +1664,7 @@ exports[`Creatives line image carousel test/> should render 1`] = `
|
|
|
1601
1664
|
"creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "MOBILEPUSH template edited successfully",
|
|
1602
1665
|
"creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "Please provide a template name",
|
|
1603
1666
|
"creatives.containersV2.MobilePush.Edit.templateNotConfigured": "Template not configured,",
|
|
1667
|
+
"creatives.containersV2.MobilePush.Edit.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
|
|
1604
1668
|
"creatives.containersV2.MobilePush.Edit.title": "Title",
|
|
1605
1669
|
"creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
1606
1670
|
"creatives.containersV2.MobilePush.Edit.titleLabel": "Title*",
|
|
@@ -1837,11 +1901,157 @@ new message content.",
|
|
|
1837
1901
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
1838
1902
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
1839
1903
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
1904
|
+
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
1905
|
+
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
1906
|
+
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
1907
|
+
"creatives.containersV2.Whatsapp.addVar": "Add variables",
|
|
1908
|
+
"creatives.containersV2.Whatsapp.afrikaans": "Afrikaans",
|
|
1909
|
+
"creatives.containersV2.Whatsapp.albanian": "Albanian",
|
|
1840
1910
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
1841
1911
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
1912
|
+
"creatives.containersV2.Whatsapp.appointmentUpdate": "Appointment update",
|
|
1913
|
+
"creatives.containersV2.Whatsapp.appointmentUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their appointments.",
|
|
1842
1914
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
1915
|
+
"creatives.containersV2.Whatsapp.approvedStatusMsg": "This template has been approved",
|
|
1916
|
+
"creatives.containersV2.Whatsapp.arabic": "Arabic",
|
|
1917
|
+
"creatives.containersV2.Whatsapp.authentication": "Authentication",
|
|
1918
|
+
"creatives.containersV2.Whatsapp.authenticationTooltip": "Send codes that allow your customers to securely access their accounts.",
|
|
1919
|
+
"creatives.containersV2.Whatsapp.awaitingApproval": "Awaiting approval",
|
|
1920
|
+
"creatives.containersV2.Whatsapp.awaitingStatusDesc": "The template has been sent for approval at {date}, {time}. It takes up to 48 hrs to get approved.",
|
|
1921
|
+
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
1922
|
+
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
1923
|
+
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
1924
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be show clickable buttons below your message.",
|
|
1925
|
+
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
1926
|
+
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
1927
|
+
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
1928
|
+
"creatives.containersV2.Whatsapp.btnTypeNone": "None",
|
|
1929
|
+
"creatives.containersV2.Whatsapp.btnTypeQuickReply": "Quick reply",
|
|
1930
|
+
"creatives.containersV2.Whatsapp.bulgarian": "Bulgarian",
|
|
1931
|
+
"creatives.containersV2.Whatsapp.cancelButtonLabel": "Cancel",
|
|
1932
|
+
"creatives.containersV2.Whatsapp.catalan": "Catalan",
|
|
1933
|
+
"creatives.containersV2.Whatsapp.chineseCHN": "Chinese (CHN)",
|
|
1934
|
+
"creatives.containersV2.Whatsapp.chineseHKG": "Chinese (HKG)",
|
|
1935
|
+
"creatives.containersV2.Whatsapp.chineseTAI": "Chinese (TAI)",
|
|
1936
|
+
"creatives.containersV2.Whatsapp.croatian": "Croatian",
|
|
1937
|
+
"creatives.containersV2.Whatsapp.ctaDesc": "Create up to 2 buttons that let customers respond to your messages or take action.",
|
|
1938
|
+
"creatives.containersV2.Whatsapp.czech": "Czech",
|
|
1939
|
+
"creatives.containersV2.Whatsapp.danish": "Danish",
|
|
1940
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltip": "This template is non-editable as this is {status}",
|
|
1941
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltipStatus": "awaiting for approval",
|
|
1942
|
+
"creatives.containersV2.Whatsapp.disabledFeatureTooltip": "Not yet enabled. Coming soon!",
|
|
1943
|
+
"creatives.containersV2.Whatsapp.dutch": "Dutch",
|
|
1944
|
+
"creatives.containersV2.Whatsapp.emptyTemplateMessageErrorMessage": "Template message cannot be empty",
|
|
1945
|
+
"creatives.containersV2.Whatsapp.english": "English",
|
|
1946
|
+
"creatives.containersV2.Whatsapp.englishUK": "English (UK)",
|
|
1947
|
+
"creatives.containersV2.Whatsapp.englishUS": "English (US)",
|
|
1948
|
+
"creatives.containersV2.Whatsapp.estonian": "Estonian",
|
|
1949
|
+
"creatives.containersV2.Whatsapp.filipino": "Filipino",
|
|
1950
|
+
"creatives.containersV2.Whatsapp.finnish": "Finnish",
|
|
1951
|
+
"creatives.containersV2.Whatsapp.french": "French",
|
|
1952
|
+
"creatives.containersV2.Whatsapp.georgian": "Georgian",
|
|
1953
|
+
"creatives.containersV2.Whatsapp.german": "German",
|
|
1954
|
+
"creatives.containersV2.Whatsapp.greek": "Greek",
|
|
1955
|
+
"creatives.containersV2.Whatsapp.gujarati": "Gujarati",
|
|
1956
|
+
"creatives.containersV2.Whatsapp.hausa": "Hausa",
|
|
1957
|
+
"creatives.containersV2.Whatsapp.hebrew": "Hebrew",
|
|
1958
|
+
"creatives.containersV2.Whatsapp.here": "here",
|
|
1959
|
+
"creatives.containersV2.Whatsapp.hindi": "Hindi",
|
|
1960
|
+
"creatives.containersV2.Whatsapp.hungarian": "Hungarian",
|
|
1961
|
+
"creatives.containersV2.Whatsapp.indonesian": "Indonesian",
|
|
1962
|
+
"creatives.containersV2.Whatsapp.inputplaceHolderText": "{value} Add labels or text or combination of both",
|
|
1963
|
+
"creatives.containersV2.Whatsapp.invalidFormatError": "INVALID FORMAT: Placeholders or other elements were formatted incorrectly.",
|
|
1964
|
+
"creatives.containersV2.Whatsapp.irish": "Irish",
|
|
1965
|
+
"creatives.containersV2.Whatsapp.italian": "Italian",
|
|
1966
|
+
"creatives.containersV2.Whatsapp.japanese": "Japanese",
|
|
1967
|
+
"creatives.containersV2.Whatsapp.kannada": "Kannada",
|
|
1968
|
+
"creatives.containersV2.Whatsapp.kazakh": "Kazakh",
|
|
1969
|
+
"creatives.containersV2.Whatsapp.kinyarwanda": "Kinyarwanda",
|
|
1970
|
+
"creatives.containersV2.Whatsapp.korean": "Korean",
|
|
1971
|
+
"creatives.containersV2.Whatsapp.kyrgyz": "Kyrgyz (Kyrgyzstan)",
|
|
1972
|
+
"creatives.containersV2.Whatsapp.labelSeperator": "|",
|
|
1973
|
+
"creatives.containersV2.Whatsapp.languageLabel": "Language",
|
|
1974
|
+
"creatives.containersV2.Whatsapp.lao": "Lao",
|
|
1975
|
+
"creatives.containersV2.Whatsapp.latvian": "Latvian",
|
|
1976
|
+
"creatives.containersV2.Whatsapp.lithuanian": "Lithuanian",
|
|
1977
|
+
"creatives.containersV2.Whatsapp.macedonian": "Macedonian",
|
|
1978
|
+
"creatives.containersV2.Whatsapp.malay": "Malay",
|
|
1979
|
+
"creatives.containersV2.Whatsapp.malayalam": "Malayalam",
|
|
1980
|
+
"creatives.containersV2.Whatsapp.marathi": "Marathi",
|
|
1981
|
+
"creatives.containersV2.Whatsapp.marketing": "Marketing",
|
|
1982
|
+
"creatives.containersV2.Whatsapp.marketingTooltip": "Send promotional offers, product announcements, and more to increase awareness and engagement.",
|
|
1983
|
+
"creatives.containersV2.Whatsapp.mediaDocument": "Document",
|
|
1984
|
+
"creatives.containersV2.Whatsapp.mediaImage": "Image",
|
|
1985
|
+
"creatives.containersV2.Whatsapp.mediaLabel": "Media",
|
|
1986
|
+
"creatives.containersV2.Whatsapp.mediaText": "Text",
|
|
1987
|
+
"creatives.containersV2.Whatsapp.mediaVideo": "Video",
|
|
1988
|
+
"creatives.containersV2.Whatsapp.messageLanguageLabel": "Message language",
|
|
1989
|
+
"creatives.containersV2.Whatsapp.modifiedUnsubscribeText": "Click {value} to unsubscribe",
|
|
1990
|
+
"creatives.containersV2.Whatsapp.noContentBetweenVars": "Add atleast 1 character between 2 variables",
|
|
1991
|
+
"creatives.containersV2.Whatsapp.norwegian": "Norwegian",
|
|
1992
|
+
"creatives.containersV2.Whatsapp.optional": "(Optional)",
|
|
1993
|
+
"creatives.containersV2.Whatsapp.otp": "Otp",
|
|
1994
|
+
"creatives.containersV2.Whatsapp.page": "page",
|
|
1995
|
+
"creatives.containersV2.Whatsapp.pages": "pages",
|
|
1996
|
+
"creatives.containersV2.Whatsapp.paymentUpdate": "Payment update",
|
|
1997
|
+
"creatives.containersV2.Whatsapp.paymentUpdateTooltip": "Send a message to customers about their payment.",
|
|
1998
|
+
"creatives.containersV2.Whatsapp.pdf": "PDF",
|
|
1999
|
+
"creatives.containersV2.Whatsapp.persian": "Persian",
|
|
2000
|
+
"creatives.containersV2.Whatsapp.polish": "Polish",
|
|
2001
|
+
"creatives.containersV2.Whatsapp.portugueseBR": "Portuguese (BR)",
|
|
2002
|
+
"creatives.containersV2.Whatsapp.portuguesePOR": "Portuguese (POR)",
|
|
2003
|
+
"creatives.containersV2.Whatsapp.punjabi": "Punjabi",
|
|
2004
|
+
"creatives.containersV2.Whatsapp.quickReplyDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
2005
|
+
"creatives.containersV2.Whatsapp.rejected": "Rejected",
|
|
2006
|
+
"creatives.containersV2.Whatsapp.rejectedStatusMsg": "This template has been rejected",
|
|
2007
|
+
"creatives.containersV2.Whatsapp.removeMultinewlineChars": "More than two consecutive line breaks are not allowed.",
|
|
2008
|
+
"creatives.containersV2.Whatsapp.repetativeVars": "Variables cannot be repeated",
|
|
2009
|
+
"creatives.containersV2.Whatsapp.reservationUpdate": "Reservation update",
|
|
2010
|
+
"creatives.containersV2.Whatsapp.reservationUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their reservations.",
|
|
2011
|
+
"creatives.containersV2.Whatsapp.romanian": "Romanian",
|
|
2012
|
+
"creatives.containersV2.Whatsapp.russian": "Russian",
|
|
2013
|
+
"creatives.containersV2.Whatsapp.select": "Select",
|
|
2014
|
+
"creatives.containersV2.Whatsapp.sendForApprovalButtonLabel": "Send for approval",
|
|
2015
|
+
"creatives.containersV2.Whatsapp.sequenceVars": "Variable name should start from {one} and it should be in sequential order",
|
|
2016
|
+
"creatives.containersV2.Whatsapp.serbian": "Serbian",
|
|
2017
|
+
"creatives.containersV2.Whatsapp.slovak": "Slovak",
|
|
2018
|
+
"creatives.containersV2.Whatsapp.slovenian": "Slovenian",
|
|
2019
|
+
"creatives.containersV2.Whatsapp.spanish": "Spanish",
|
|
2020
|
+
"creatives.containersV2.Whatsapp.spanishARG": "Spanish (ARG)",
|
|
2021
|
+
"creatives.containersV2.Whatsapp.spanishMEX": "Spanish (MEX)",
|
|
2022
|
+
"creatives.containersV2.Whatsapp.spanishSPA": "Spanish (SPA)",
|
|
2023
|
+
"creatives.containersV2.Whatsapp.swahili": "Swahili",
|
|
2024
|
+
"creatives.containersV2.Whatsapp.swedish": "Swedish",
|
|
2025
|
+
"creatives.containersV2.Whatsapp.tagContentMismatchError": "TAG CONTENT MISMATCH: The language and/or template category selected don’t match the template content.",
|
|
2026
|
+
"creatives.containersV2.Whatsapp.tamil": "Tamil",
|
|
2027
|
+
"creatives.containersV2.Whatsapp.telugu": "Telugu",
|
|
2028
|
+
"creatives.containersV2.Whatsapp.templateCategoryLabel": "Template category",
|
|
2029
|
+
"creatives.containersV2.Whatsapp.templateLanguageEnglish": "English",
|
|
2030
|
+
"creatives.containersV2.Whatsapp.templateMessageLabel": "Message",
|
|
2031
|
+
"creatives.containersV2.Whatsapp.templateMessageLength": "Characters count: {currentLength}/{maxLength}",
|
|
2032
|
+
"creatives.containersV2.Whatsapp.templateMessageLengthError": "Template message length cannot exceed 1024",
|
|
2033
|
+
"creatives.containersV2.Whatsapp.templateMessagePlaceholder": "Enter message with variable",
|
|
2034
|
+
"creatives.containersV2.Whatsapp.templateMessageTooltip": "You can write variables by adding two curly brackets before the variable name and two curly brackets after the variable name.{br}{br}Tip :{br}It looks something like this: Hi {var},{br}so 1 is the variable name here.",
|
|
2035
|
+
"creatives.containersV2.Whatsapp.templateMessageUnsubscribeText": "Click {unsubscribe} to unsubscribe",
|
|
2036
|
+
"creatives.containersV2.Whatsapp.templateNameDesc": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
|
|
2037
|
+
"creatives.containersV2.Whatsapp.templateNameRegexErrorMessage": "Template name can only contain lowercase alphanumeric characters and underscores",
|
|
2038
|
+
"creatives.containersV2.Whatsapp.templateNameTooltip": "Tip : Use a name that helps WhatsApp's reviewer understand the purpose of your message, for example \\"order_delivery\\" rather than \\"template_1\\"",
|
|
2039
|
+
"creatives.containersV2.Whatsapp.thai": "Thai",
|
|
1843
2040
|
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
1844
|
-
"creatives.containersV2.Whatsapp.
|
|
2041
|
+
"creatives.containersV2.Whatsapp.turkish": "Turkish",
|
|
2042
|
+
"creatives.containersV2.Whatsapp.ukrainian": "Ukrainian",
|
|
2043
|
+
"creatives.containersV2.Whatsapp.unknownVars": "Variable name should be numeric value from {one} to {nineteen}",
|
|
2044
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipCreateFlow": "To enable the checkbox, reduce the message character count to 988",
|
|
2045
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipEditFlow": "This is non-editable",
|
|
2046
|
+
"creatives.containersV2.Whatsapp.urdu": "Urdu",
|
|
2047
|
+
"creatives.containersV2.Whatsapp.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
|
|
2048
|
+
"creatives.containersV2.Whatsapp.utility": "Utility",
|
|
2049
|
+
"creatives.containersV2.Whatsapp.utilityTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
2050
|
+
"creatives.containersV2.Whatsapp.uzbek": "Uzbek",
|
|
2051
|
+
"creatives.containersV2.Whatsapp.videoErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
2052
|
+
"creatives.containersV2.Whatsapp.vietnamese": "Vietnamese",
|
|
2053
|
+
"creatives.containersV2.Whatsapp.whatsappCreateNotification": "{name} has been sent for approval",
|
|
2054
|
+
"creatives.containersV2.Whatsapp.zulu": "Zulu",
|
|
1845
2055
|
"creatives.containersV2.addLabels": "Add labels",
|
|
1846
2056
|
"creatives.containersV2.appName": "App Name",
|
|
1847
2057
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -2806,6 +3016,7 @@ new message content.",
|
|
|
2806
3016
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
2807
3017
|
>
|
|
2808
3018
|
<CapSelect
|
|
3019
|
+
getMenuOptionsProps={[Function]}
|
|
2809
3020
|
onChange={[Function]}
|
|
2810
3021
|
options={
|
|
2811
3022
|
Array [
|
|
@@ -3457,6 +3668,21 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
3457
3668
|
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
3458
3669
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
3459
3670
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
3671
|
+
"app.v2containers.SmsTrai.Edit.addLabels": "Add labels",
|
|
3672
|
+
"app.v2containers.SmsTrai.Edit.cancelButtonLabel": "Cancel",
|
|
3673
|
+
"app.v2containers.SmsTrai.Edit.inputplaceHolderText": "Add labels or text or combination of both",
|
|
3674
|
+
"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.",
|
|
3675
|
+
"app.v2containers.SmsTrai.Edit.saveButtonLabel": "Save",
|
|
3676
|
+
"app.v2containers.SmsTrai.Edit.senderIdlabel": "Sender ID",
|
|
3677
|
+
"app.v2containers.SmsTrai.Edit.smsEditNotification": "Sms template updated successfully",
|
|
3678
|
+
"app.v2containers.SmsTrai.Edit.templateLabel": "Template",
|
|
3679
|
+
"app.v2containers.SmsTrai.Edit.textAreaCounts": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
3680
|
+
"app.v2containers.SmsTrai.Edit.textAreaError": "Template cannot be empty",
|
|
3681
|
+
"app.v2containers.SmsTrai.Edit.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
3682
|
+
"app.v2containers.SmsTrai.Edit.traiEditSeperator": "|",
|
|
3683
|
+
"app.v2containers.SmsTrai.Edit.traiEditTitle": "Message",
|
|
3684
|
+
"app.v2containers.SmsTrai.Edit.unicodeLabel": "Allow unicode characters",
|
|
3685
|
+
"app.v2containers.SmsTrai.Edit.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
3460
3686
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
3461
3687
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
3462
3688
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -3585,6 +3811,31 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
3585
3811
|
"creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "Number of days before expiry",
|
|
3586
3812
|
"creatives.componentsV2.CapTagList.outbound": "Outbound",
|
|
3587
3813
|
"creatives.componentsV2.CapTagList.search": "Search",
|
|
3814
|
+
"creatives.componentsV2.CapWhatsappCTA.addButton": "Add button",
|
|
3815
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaAddDisabled": "Please save the first button before proceeding to create second button",
|
|
3816
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonErrorMessage": "Newlines, Emojis, or Special characters are not allowed",
|
|
3817
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonText": "Button text",
|
|
3818
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonTextPlaceholder": "Enter button text",
|
|
3819
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonTextTooltip": "Use this to name the button. We would recommend not to use special characters for the button text.",
|
|
3820
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaDynamicPlaceholder": "Enter URL, variable is added by default",
|
|
3821
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaOptionDisabledTooltip": "This type of button can only be added once",
|
|
3822
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaPhoneNo": "Phone number",
|
|
3823
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaPhoneNoPlaceholder": "Enter phone number",
|
|
3824
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaSaveDisabled": "Please complete the above fields to enable button",
|
|
3825
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaStaticPlaceholder": "Enter website URL",
|
|
3826
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaType": "Type of action",
|
|
3827
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsite": "Website",
|
|
3828
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteType": "URL Type",
|
|
3829
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeDynamic": "Dynamic",
|
|
3830
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeStatic": "Static",
|
|
3831
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrl": "Website URL",
|
|
3832
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrlErrorMessage": "URL is not valid",
|
|
3833
|
+
"creatives.componentsV2.CapWhatsappCTA.dynamicUrlTooltip": "Only one variable can be added to a URL. No need to add {one} to the end of the URL",
|
|
3834
|
+
"creatives.componentsV2.CapWhatsappCTA.dynamicUrlWithMoreVarErrorMessage": "Button with url type as dynamic can have only 1 variable",
|
|
3835
|
+
"creatives.componentsV2.CapWhatsappCTA.staticUrlWithVarErrorMessage": "Button with url type as static cannot contain variables",
|
|
3836
|
+
"creatives.componentsV2.CapWhatsappCTA.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
|
|
3837
|
+
"creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListLabel": "Add URL label",
|
|
3838
|
+
"creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListRevert": "Reset website URL label to default value",
|
|
3588
3839
|
"creatives.componentsV2.Ckeditor.header": "This is the Ckeditor component !",
|
|
3589
3840
|
"creatives.componentsV2.CmsTemplatesComponent.header": "This is the CmsTemplatesComponent component !",
|
|
3590
3841
|
"creatives.componentsV2.CmsTemplatesComponent.select": "Select",
|
|
@@ -3996,8 +4247,8 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
3996
4247
|
"creatives.containers.MobilePush.Create.button2": "Button 2",
|
|
3997
4248
|
"creatives.containers.MobilePush.Create.cancel": "Cancel",
|
|
3998
4249
|
"creatives.containers.MobilePush.Create.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
3999
|
-
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy
|
|
4000
|
-
"creatives.containers.MobilePush.Create.copyFromIos": "Copy
|
|
4250
|
+
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
4251
|
+
"creatives.containers.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
4001
4252
|
"creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
4002
4253
|
"creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
4003
4254
|
"creatives.containers.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -4061,8 +4312,8 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
4061
4312
|
"creatives.containers.MobilePush.Edit.button2": "Button 2",
|
|
4062
4313
|
"creatives.containers.MobilePush.Edit.cancel": "Cancel",
|
|
4063
4314
|
"creatives.containers.MobilePush.Edit.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
4064
|
-
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy
|
|
4065
|
-
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy
|
|
4315
|
+
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
4316
|
+
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
4066
4317
|
"creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
4067
4318
|
"creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
4068
4319
|
"creatives.containers.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -4290,6 +4541,7 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
4290
4541
|
"creatives.containersV2.Cap.ebill": "Ebill",
|
|
4291
4542
|
"creatives.containersV2.Cap.email": "Email",
|
|
4292
4543
|
"creatives.containersV2.Cap.gallery": "Gallery",
|
|
4544
|
+
"creatives.containersV2.Cap.journeys": "Journeys",
|
|
4293
4545
|
"creatives.containersV2.Cap.loyalty": "Loyalty",
|
|
4294
4546
|
"creatives.containersV2.Cap.memberCare": "Member Care",
|
|
4295
4547
|
"creatives.containersV2.Cap.sms": "SMS",
|
|
@@ -4330,7 +4582,6 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
4330
4582
|
"creatives.containersV2.CapFacebookPreview.suggestedVideoMobile": "Suggested video mobile",
|
|
4331
4583
|
"creatives.containersV2.CapFacebookPreview.videoNotePreview": "Facebook may take time to upload the video. Please try Refreshing.",
|
|
4332
4584
|
"creatives.containersV2.CapFacebookPreview.watchFeedMobile": "Watch feed mobile",
|
|
4333
|
-
"creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
|
|
4334
4585
|
"creatives.containersV2.Create.addLabel": "Add label",
|
|
4335
4586
|
"creatives.containersV2.Create.alertMessage": "Alert",
|
|
4336
4587
|
"creatives.containersV2.Create.cancelButton": "Cancel",
|
|
@@ -4811,11 +5062,13 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
4811
5062
|
"creatives.containersV2.LineVideo.actionLabelTitle": "Action button label",
|
|
4812
5063
|
"creatives.containersV2.LineVideo.actionUrlPlaceholder": "Enter URL",
|
|
4813
5064
|
"creatives.containersV2.LineVideo.actionUrlTitle": "Link Url",
|
|
5065
|
+
"creatives.containersV2.LineVideo.display": "Display",
|
|
4814
5066
|
"creatives.containersV2.LineVideo.dragAndDrop": "Drag and drop video here",
|
|
4815
5067
|
"creatives.containersV2.LineVideo.emptyAltTextErrorMessage": "Title can not be empty",
|
|
4816
5068
|
"creatives.containersV2.LineVideo.emptyLabelErrorMessage": "Action label can not be more empty",
|
|
4817
5069
|
"creatives.containersV2.LineVideo.emptyTitleErrorMessage": "Template title can not be empty",
|
|
4818
5070
|
"creatives.containersV2.LineVideo.emptyUrlErrorMessage": "Action URL can not be more empty",
|
|
5071
|
+
"creatives.containersV2.LineVideo.hide": "Hide",
|
|
4819
5072
|
"creatives.containersV2.LineVideo.imageGallery": "Gallery",
|
|
4820
5073
|
"creatives.containersV2.LineVideo.imageReUpload": "Re upload",
|
|
4821
5074
|
"creatives.containersV2.LineVideo.inValidUrlErrorMessage": "Action url is not valid",
|
|
@@ -4859,19 +5112,29 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
4859
5112
|
"creatives.containersV2.MobilePush.Create.Image": "Image",
|
|
4860
5113
|
"creatives.containersV2.MobilePush.Create.ImageUploadLabel": "Upload image",
|
|
4861
5114
|
"creatives.containersV2.MobilePush.Create.Tags": "Tags",
|
|
5115
|
+
"creatives.containersV2.MobilePush.Create.aPageWithMobileApp": "A page within mobile app",
|
|
4862
5116
|
"creatives.containersV2.MobilePush.Create.accountId": "Account id",
|
|
5117
|
+
"creatives.containersV2.MobilePush.Create.addActionButtonsToNotification": "Add action buttons to notification",
|
|
5118
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContent": "Add action link to content",
|
|
5119
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
4863
5120
|
"creatives.containersV2.MobilePush.Create.addAnotherCTA": "Add another CTA",
|
|
5121
|
+
"creatives.containersV2.MobilePush.Create.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
4864
5122
|
"creatives.containersV2.MobilePush.Create.addPrimaryCTA": "Add primary CTA",
|
|
5123
|
+
"creatives.containersV2.MobilePush.Create.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
4865
5124
|
"creatives.containersV2.MobilePush.Create.addSecondaryCTA": "Add secondary CTA",
|
|
4866
5125
|
"creatives.containersV2.MobilePush.Create.alertMessage": "Alert",
|
|
5126
|
+
"creatives.containersV2.MobilePush.Create.anExternalWebPage": "An external web page",
|
|
4867
5127
|
"creatives.containersV2.MobilePush.Create.androidNotConfigured": "Android template is not configured. Save without Android template",
|
|
4868
5128
|
"creatives.containersV2.MobilePush.Create.button1": "Button 1",
|
|
4869
5129
|
"creatives.containersV2.MobilePush.Create.button2": "Button 2",
|
|
5130
|
+
"creatives.containersV2.MobilePush.Create.buttonLabel": "Button label",
|
|
4870
5131
|
"creatives.containersV2.MobilePush.Create.cancel": "Cancel",
|
|
4871
5132
|
"creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
4872
5133
|
"creatives.containersV2.MobilePush.Create.change": "change",
|
|
4873
|
-
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy
|
|
4874
|
-
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy
|
|
5134
|
+
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
5135
|
+
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
5136
|
+
"creatives.containersV2.MobilePush.Create.coverImage": "Cover image",
|
|
5137
|
+
"creatives.containersV2.MobilePush.Create.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
4875
5138
|
"creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
4876
5139
|
"creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
4877
5140
|
"creatives.containersV2.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -4914,6 +5177,7 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
4914
5177
|
"creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "Mobile push template created successfully",
|
|
4915
5178
|
"creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "Please provide a template name",
|
|
4916
5179
|
"creatives.containersV2.MobilePush.Create.templateNotConfigured": "template not configured,",
|
|
5180
|
+
"creatives.containersV2.MobilePush.Create.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
|
|
4917
5181
|
"creatives.containersV2.MobilePush.Create.title": "Title",
|
|
4918
5182
|
"creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
4919
5183
|
"creatives.containersV2.MobilePush.Create.titleLabel": "Title*",
|
|
@@ -4931,19 +5195,29 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
4931
5195
|
"creatives.containersV2.MobilePush.Edit.Image": "Image",
|
|
4932
5196
|
"creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "Upload image",
|
|
4933
5197
|
"creatives.containersV2.MobilePush.Edit.Tags": "Tags",
|
|
5198
|
+
"creatives.containersV2.MobilePush.Edit.aPageWithMobileApp": "A page within mobile app",
|
|
4934
5199
|
"creatives.containersV2.MobilePush.Edit.accountId": "Account id",
|
|
5200
|
+
"creatives.containersV2.MobilePush.Edit.addActionButtonsToNotification": "Add action buttons to notification",
|
|
5201
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContent": "Add action link to content",
|
|
5202
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
4935
5203
|
"creatives.containersV2.MobilePush.Edit.addAnotherCTA": "Add another CTA",
|
|
5204
|
+
"creatives.containersV2.MobilePush.Edit.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
4936
5205
|
"creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "Add primary CTA",
|
|
5206
|
+
"creatives.containersV2.MobilePush.Edit.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
4937
5207
|
"creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "Add secondary CTA",
|
|
4938
5208
|
"creatives.containersV2.MobilePush.Edit.alertMessage": "Alert",
|
|
5209
|
+
"creatives.containersV2.MobilePush.Edit.anExternalWebPage": "An external web page",
|
|
4939
5210
|
"creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "Android template is not configured. Continue save?",
|
|
4940
5211
|
"creatives.containersV2.MobilePush.Edit.button1": "Button 1",
|
|
4941
5212
|
"creatives.containersV2.MobilePush.Edit.button2": "Button 2",
|
|
5213
|
+
"creatives.containersV2.MobilePush.Edit.buttonLabel": "Button label",
|
|
4942
5214
|
"creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
|
|
4943
5215
|
"creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
4944
5216
|
"creatives.containersV2.MobilePush.Edit.change": "change",
|
|
4945
|
-
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy
|
|
4946
|
-
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy
|
|
5217
|
+
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
5218
|
+
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
5219
|
+
"creatives.containersV2.MobilePush.Edit.coverImage": "Cover image",
|
|
5220
|
+
"creatives.containersV2.MobilePush.Edit.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
4947
5221
|
"creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
4948
5222
|
"creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
4949
5223
|
"creatives.containersV2.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -4986,6 +5260,7 @@ exports[`Creatives line image carousel test/> should render 2`] = `
|
|
|
4986
5260
|
"creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "MOBILEPUSH template edited successfully",
|
|
4987
5261
|
"creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "Please provide a template name",
|
|
4988
5262
|
"creatives.containersV2.MobilePush.Edit.templateNotConfigured": "Template not configured,",
|
|
5263
|
+
"creatives.containersV2.MobilePush.Edit.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
|
|
4989
5264
|
"creatives.containersV2.MobilePush.Edit.title": "Title",
|
|
4990
5265
|
"creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
4991
5266
|
"creatives.containersV2.MobilePush.Edit.titleLabel": "Title*",
|
|
@@ -5222,11 +5497,157 @@ new message content.",
|
|
|
5222
5497
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
5223
5498
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
5224
5499
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
5500
|
+
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
5501
|
+
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
5502
|
+
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
5503
|
+
"creatives.containersV2.Whatsapp.addVar": "Add variables",
|
|
5504
|
+
"creatives.containersV2.Whatsapp.afrikaans": "Afrikaans",
|
|
5505
|
+
"creatives.containersV2.Whatsapp.albanian": "Albanian",
|
|
5225
5506
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
5226
5507
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
5508
|
+
"creatives.containersV2.Whatsapp.appointmentUpdate": "Appointment update",
|
|
5509
|
+
"creatives.containersV2.Whatsapp.appointmentUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their appointments.",
|
|
5227
5510
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
5511
|
+
"creatives.containersV2.Whatsapp.approvedStatusMsg": "This template has been approved",
|
|
5512
|
+
"creatives.containersV2.Whatsapp.arabic": "Arabic",
|
|
5513
|
+
"creatives.containersV2.Whatsapp.authentication": "Authentication",
|
|
5514
|
+
"creatives.containersV2.Whatsapp.authenticationTooltip": "Send codes that allow your customers to securely access their accounts.",
|
|
5515
|
+
"creatives.containersV2.Whatsapp.awaitingApproval": "Awaiting approval",
|
|
5516
|
+
"creatives.containersV2.Whatsapp.awaitingStatusDesc": "The template has been sent for approval at {date}, {time}. It takes up to 48 hrs to get approved.",
|
|
5517
|
+
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
5518
|
+
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
5519
|
+
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
5520
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be show clickable buttons below your message.",
|
|
5521
|
+
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
5522
|
+
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
5523
|
+
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
5524
|
+
"creatives.containersV2.Whatsapp.btnTypeNone": "None",
|
|
5525
|
+
"creatives.containersV2.Whatsapp.btnTypeQuickReply": "Quick reply",
|
|
5526
|
+
"creatives.containersV2.Whatsapp.bulgarian": "Bulgarian",
|
|
5527
|
+
"creatives.containersV2.Whatsapp.cancelButtonLabel": "Cancel",
|
|
5528
|
+
"creatives.containersV2.Whatsapp.catalan": "Catalan",
|
|
5529
|
+
"creatives.containersV2.Whatsapp.chineseCHN": "Chinese (CHN)",
|
|
5530
|
+
"creatives.containersV2.Whatsapp.chineseHKG": "Chinese (HKG)",
|
|
5531
|
+
"creatives.containersV2.Whatsapp.chineseTAI": "Chinese (TAI)",
|
|
5532
|
+
"creatives.containersV2.Whatsapp.croatian": "Croatian",
|
|
5533
|
+
"creatives.containersV2.Whatsapp.ctaDesc": "Create up to 2 buttons that let customers respond to your messages or take action.",
|
|
5534
|
+
"creatives.containersV2.Whatsapp.czech": "Czech",
|
|
5535
|
+
"creatives.containersV2.Whatsapp.danish": "Danish",
|
|
5536
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltip": "This template is non-editable as this is {status}",
|
|
5537
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltipStatus": "awaiting for approval",
|
|
5538
|
+
"creatives.containersV2.Whatsapp.disabledFeatureTooltip": "Not yet enabled. Coming soon!",
|
|
5539
|
+
"creatives.containersV2.Whatsapp.dutch": "Dutch",
|
|
5540
|
+
"creatives.containersV2.Whatsapp.emptyTemplateMessageErrorMessage": "Template message cannot be empty",
|
|
5541
|
+
"creatives.containersV2.Whatsapp.english": "English",
|
|
5542
|
+
"creatives.containersV2.Whatsapp.englishUK": "English (UK)",
|
|
5543
|
+
"creatives.containersV2.Whatsapp.englishUS": "English (US)",
|
|
5544
|
+
"creatives.containersV2.Whatsapp.estonian": "Estonian",
|
|
5545
|
+
"creatives.containersV2.Whatsapp.filipino": "Filipino",
|
|
5546
|
+
"creatives.containersV2.Whatsapp.finnish": "Finnish",
|
|
5547
|
+
"creatives.containersV2.Whatsapp.french": "French",
|
|
5548
|
+
"creatives.containersV2.Whatsapp.georgian": "Georgian",
|
|
5549
|
+
"creatives.containersV2.Whatsapp.german": "German",
|
|
5550
|
+
"creatives.containersV2.Whatsapp.greek": "Greek",
|
|
5551
|
+
"creatives.containersV2.Whatsapp.gujarati": "Gujarati",
|
|
5552
|
+
"creatives.containersV2.Whatsapp.hausa": "Hausa",
|
|
5553
|
+
"creatives.containersV2.Whatsapp.hebrew": "Hebrew",
|
|
5554
|
+
"creatives.containersV2.Whatsapp.here": "here",
|
|
5555
|
+
"creatives.containersV2.Whatsapp.hindi": "Hindi",
|
|
5556
|
+
"creatives.containersV2.Whatsapp.hungarian": "Hungarian",
|
|
5557
|
+
"creatives.containersV2.Whatsapp.indonesian": "Indonesian",
|
|
5558
|
+
"creatives.containersV2.Whatsapp.inputplaceHolderText": "{value} Add labels or text or combination of both",
|
|
5559
|
+
"creatives.containersV2.Whatsapp.invalidFormatError": "INVALID FORMAT: Placeholders or other elements were formatted incorrectly.",
|
|
5560
|
+
"creatives.containersV2.Whatsapp.irish": "Irish",
|
|
5561
|
+
"creatives.containersV2.Whatsapp.italian": "Italian",
|
|
5562
|
+
"creatives.containersV2.Whatsapp.japanese": "Japanese",
|
|
5563
|
+
"creatives.containersV2.Whatsapp.kannada": "Kannada",
|
|
5564
|
+
"creatives.containersV2.Whatsapp.kazakh": "Kazakh",
|
|
5565
|
+
"creatives.containersV2.Whatsapp.kinyarwanda": "Kinyarwanda",
|
|
5566
|
+
"creatives.containersV2.Whatsapp.korean": "Korean",
|
|
5567
|
+
"creatives.containersV2.Whatsapp.kyrgyz": "Kyrgyz (Kyrgyzstan)",
|
|
5568
|
+
"creatives.containersV2.Whatsapp.labelSeperator": "|",
|
|
5569
|
+
"creatives.containersV2.Whatsapp.languageLabel": "Language",
|
|
5570
|
+
"creatives.containersV2.Whatsapp.lao": "Lao",
|
|
5571
|
+
"creatives.containersV2.Whatsapp.latvian": "Latvian",
|
|
5572
|
+
"creatives.containersV2.Whatsapp.lithuanian": "Lithuanian",
|
|
5573
|
+
"creatives.containersV2.Whatsapp.macedonian": "Macedonian",
|
|
5574
|
+
"creatives.containersV2.Whatsapp.malay": "Malay",
|
|
5575
|
+
"creatives.containersV2.Whatsapp.malayalam": "Malayalam",
|
|
5576
|
+
"creatives.containersV2.Whatsapp.marathi": "Marathi",
|
|
5577
|
+
"creatives.containersV2.Whatsapp.marketing": "Marketing",
|
|
5578
|
+
"creatives.containersV2.Whatsapp.marketingTooltip": "Send promotional offers, product announcements, and more to increase awareness and engagement.",
|
|
5579
|
+
"creatives.containersV2.Whatsapp.mediaDocument": "Document",
|
|
5580
|
+
"creatives.containersV2.Whatsapp.mediaImage": "Image",
|
|
5581
|
+
"creatives.containersV2.Whatsapp.mediaLabel": "Media",
|
|
5582
|
+
"creatives.containersV2.Whatsapp.mediaText": "Text",
|
|
5583
|
+
"creatives.containersV2.Whatsapp.mediaVideo": "Video",
|
|
5584
|
+
"creatives.containersV2.Whatsapp.messageLanguageLabel": "Message language",
|
|
5585
|
+
"creatives.containersV2.Whatsapp.modifiedUnsubscribeText": "Click {value} to unsubscribe",
|
|
5586
|
+
"creatives.containersV2.Whatsapp.noContentBetweenVars": "Add atleast 1 character between 2 variables",
|
|
5587
|
+
"creatives.containersV2.Whatsapp.norwegian": "Norwegian",
|
|
5588
|
+
"creatives.containersV2.Whatsapp.optional": "(Optional)",
|
|
5589
|
+
"creatives.containersV2.Whatsapp.otp": "Otp",
|
|
5590
|
+
"creatives.containersV2.Whatsapp.page": "page",
|
|
5591
|
+
"creatives.containersV2.Whatsapp.pages": "pages",
|
|
5592
|
+
"creatives.containersV2.Whatsapp.paymentUpdate": "Payment update",
|
|
5593
|
+
"creatives.containersV2.Whatsapp.paymentUpdateTooltip": "Send a message to customers about their payment.",
|
|
5594
|
+
"creatives.containersV2.Whatsapp.pdf": "PDF",
|
|
5595
|
+
"creatives.containersV2.Whatsapp.persian": "Persian",
|
|
5596
|
+
"creatives.containersV2.Whatsapp.polish": "Polish",
|
|
5597
|
+
"creatives.containersV2.Whatsapp.portugueseBR": "Portuguese (BR)",
|
|
5598
|
+
"creatives.containersV2.Whatsapp.portuguesePOR": "Portuguese (POR)",
|
|
5599
|
+
"creatives.containersV2.Whatsapp.punjabi": "Punjabi",
|
|
5600
|
+
"creatives.containersV2.Whatsapp.quickReplyDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
5601
|
+
"creatives.containersV2.Whatsapp.rejected": "Rejected",
|
|
5602
|
+
"creatives.containersV2.Whatsapp.rejectedStatusMsg": "This template has been rejected",
|
|
5603
|
+
"creatives.containersV2.Whatsapp.removeMultinewlineChars": "More than two consecutive line breaks are not allowed.",
|
|
5604
|
+
"creatives.containersV2.Whatsapp.repetativeVars": "Variables cannot be repeated",
|
|
5605
|
+
"creatives.containersV2.Whatsapp.reservationUpdate": "Reservation update",
|
|
5606
|
+
"creatives.containersV2.Whatsapp.reservationUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their reservations.",
|
|
5607
|
+
"creatives.containersV2.Whatsapp.romanian": "Romanian",
|
|
5608
|
+
"creatives.containersV2.Whatsapp.russian": "Russian",
|
|
5609
|
+
"creatives.containersV2.Whatsapp.select": "Select",
|
|
5610
|
+
"creatives.containersV2.Whatsapp.sendForApprovalButtonLabel": "Send for approval",
|
|
5611
|
+
"creatives.containersV2.Whatsapp.sequenceVars": "Variable name should start from {one} and it should be in sequential order",
|
|
5612
|
+
"creatives.containersV2.Whatsapp.serbian": "Serbian",
|
|
5613
|
+
"creatives.containersV2.Whatsapp.slovak": "Slovak",
|
|
5614
|
+
"creatives.containersV2.Whatsapp.slovenian": "Slovenian",
|
|
5615
|
+
"creatives.containersV2.Whatsapp.spanish": "Spanish",
|
|
5616
|
+
"creatives.containersV2.Whatsapp.spanishARG": "Spanish (ARG)",
|
|
5617
|
+
"creatives.containersV2.Whatsapp.spanishMEX": "Spanish (MEX)",
|
|
5618
|
+
"creatives.containersV2.Whatsapp.spanishSPA": "Spanish (SPA)",
|
|
5619
|
+
"creatives.containersV2.Whatsapp.swahili": "Swahili",
|
|
5620
|
+
"creatives.containersV2.Whatsapp.swedish": "Swedish",
|
|
5621
|
+
"creatives.containersV2.Whatsapp.tagContentMismatchError": "TAG CONTENT MISMATCH: The language and/or template category selected don’t match the template content.",
|
|
5622
|
+
"creatives.containersV2.Whatsapp.tamil": "Tamil",
|
|
5623
|
+
"creatives.containersV2.Whatsapp.telugu": "Telugu",
|
|
5624
|
+
"creatives.containersV2.Whatsapp.templateCategoryLabel": "Template category",
|
|
5625
|
+
"creatives.containersV2.Whatsapp.templateLanguageEnglish": "English",
|
|
5626
|
+
"creatives.containersV2.Whatsapp.templateMessageLabel": "Message",
|
|
5627
|
+
"creatives.containersV2.Whatsapp.templateMessageLength": "Characters count: {currentLength}/{maxLength}",
|
|
5628
|
+
"creatives.containersV2.Whatsapp.templateMessageLengthError": "Template message length cannot exceed 1024",
|
|
5629
|
+
"creatives.containersV2.Whatsapp.templateMessagePlaceholder": "Enter message with variable",
|
|
5630
|
+
"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.",
|
|
5631
|
+
"creatives.containersV2.Whatsapp.templateMessageUnsubscribeText": "Click {unsubscribe} to unsubscribe",
|
|
5632
|
+
"creatives.containersV2.Whatsapp.templateNameDesc": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
|
|
5633
|
+
"creatives.containersV2.Whatsapp.templateNameRegexErrorMessage": "Template name can only contain lowercase alphanumeric characters and underscores",
|
|
5634
|
+
"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\\"",
|
|
5635
|
+
"creatives.containersV2.Whatsapp.thai": "Thai",
|
|
5228
5636
|
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
5229
|
-
"creatives.containersV2.Whatsapp.
|
|
5637
|
+
"creatives.containersV2.Whatsapp.turkish": "Turkish",
|
|
5638
|
+
"creatives.containersV2.Whatsapp.ukrainian": "Ukrainian",
|
|
5639
|
+
"creatives.containersV2.Whatsapp.unknownVars": "Variable name should be numeric value from {one} to {nineteen}",
|
|
5640
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipCreateFlow": "To enable the checkbox, reduce the message character count to 988",
|
|
5641
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipEditFlow": "This is non-editable",
|
|
5642
|
+
"creatives.containersV2.Whatsapp.urdu": "Urdu",
|
|
5643
|
+
"creatives.containersV2.Whatsapp.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
|
|
5644
|
+
"creatives.containersV2.Whatsapp.utility": "Utility",
|
|
5645
|
+
"creatives.containersV2.Whatsapp.utilityTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
5646
|
+
"creatives.containersV2.Whatsapp.uzbek": "Uzbek",
|
|
5647
|
+
"creatives.containersV2.Whatsapp.videoErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
5648
|
+
"creatives.containersV2.Whatsapp.vietnamese": "Vietnamese",
|
|
5649
|
+
"creatives.containersV2.Whatsapp.whatsappCreateNotification": "{name} has been sent for approval",
|
|
5650
|
+
"creatives.containersV2.Whatsapp.zulu": "Zulu",
|
|
5230
5651
|
"creatives.containersV2.addLabels": "Add labels",
|
|
5231
5652
|
"creatives.containersV2.appName": "App Name",
|
|
5232
5653
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -6330,6 +6751,7 @@ new message content.",
|
|
|
6330
6751
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
6331
6752
|
>
|
|
6332
6753
|
<CapSelect
|
|
6754
|
+
getMenuOptionsProps={[Function]}
|
|
6333
6755
|
onChange={[Function]}
|
|
6334
6756
|
options={
|
|
6335
6757
|
Array [
|
|
@@ -6981,6 +7403,21 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
6981
7403
|
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
6982
7404
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
6983
7405
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
7406
|
+
"app.v2containers.SmsTrai.Edit.addLabels": "Add labels",
|
|
7407
|
+
"app.v2containers.SmsTrai.Edit.cancelButtonLabel": "Cancel",
|
|
7408
|
+
"app.v2containers.SmsTrai.Edit.inputplaceHolderText": "Add labels or text or combination of both",
|
|
7409
|
+
"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.",
|
|
7410
|
+
"app.v2containers.SmsTrai.Edit.saveButtonLabel": "Save",
|
|
7411
|
+
"app.v2containers.SmsTrai.Edit.senderIdlabel": "Sender ID",
|
|
7412
|
+
"app.v2containers.SmsTrai.Edit.smsEditNotification": "Sms template updated successfully",
|
|
7413
|
+
"app.v2containers.SmsTrai.Edit.templateLabel": "Template",
|
|
7414
|
+
"app.v2containers.SmsTrai.Edit.textAreaCounts": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
7415
|
+
"app.v2containers.SmsTrai.Edit.textAreaError": "Template cannot be empty",
|
|
7416
|
+
"app.v2containers.SmsTrai.Edit.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
7417
|
+
"app.v2containers.SmsTrai.Edit.traiEditSeperator": "|",
|
|
7418
|
+
"app.v2containers.SmsTrai.Edit.traiEditTitle": "Message",
|
|
7419
|
+
"app.v2containers.SmsTrai.Edit.unicodeLabel": "Allow unicode characters",
|
|
7420
|
+
"app.v2containers.SmsTrai.Edit.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
6984
7421
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
6985
7422
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
6986
7423
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -7109,6 +7546,31 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
7109
7546
|
"creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "Number of days before expiry",
|
|
7110
7547
|
"creatives.componentsV2.CapTagList.outbound": "Outbound",
|
|
7111
7548
|
"creatives.componentsV2.CapTagList.search": "Search",
|
|
7549
|
+
"creatives.componentsV2.CapWhatsappCTA.addButton": "Add button",
|
|
7550
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaAddDisabled": "Please save the first button before proceeding to create second button",
|
|
7551
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonErrorMessage": "Newlines, Emojis, or Special characters are not allowed",
|
|
7552
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonText": "Button text",
|
|
7553
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonTextPlaceholder": "Enter button text",
|
|
7554
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonTextTooltip": "Use this to name the button. We would recommend not to use special characters for the button text.",
|
|
7555
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaDynamicPlaceholder": "Enter URL, variable is added by default",
|
|
7556
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaOptionDisabledTooltip": "This type of button can only be added once",
|
|
7557
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaPhoneNo": "Phone number",
|
|
7558
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaPhoneNoPlaceholder": "Enter phone number",
|
|
7559
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaSaveDisabled": "Please complete the above fields to enable button",
|
|
7560
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaStaticPlaceholder": "Enter website URL",
|
|
7561
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaType": "Type of action",
|
|
7562
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsite": "Website",
|
|
7563
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteType": "URL Type",
|
|
7564
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeDynamic": "Dynamic",
|
|
7565
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeStatic": "Static",
|
|
7566
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrl": "Website URL",
|
|
7567
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrlErrorMessage": "URL is not valid",
|
|
7568
|
+
"creatives.componentsV2.CapWhatsappCTA.dynamicUrlTooltip": "Only one variable can be added to a URL. No need to add {one} to the end of the URL",
|
|
7569
|
+
"creatives.componentsV2.CapWhatsappCTA.dynamicUrlWithMoreVarErrorMessage": "Button with url type as dynamic can have only 1 variable",
|
|
7570
|
+
"creatives.componentsV2.CapWhatsappCTA.staticUrlWithVarErrorMessage": "Button with url type as static cannot contain variables",
|
|
7571
|
+
"creatives.componentsV2.CapWhatsappCTA.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
|
|
7572
|
+
"creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListLabel": "Add URL label",
|
|
7573
|
+
"creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListRevert": "Reset website URL label to default value",
|
|
7112
7574
|
"creatives.componentsV2.Ckeditor.header": "This is the Ckeditor component !",
|
|
7113
7575
|
"creatives.componentsV2.CmsTemplatesComponent.header": "This is the CmsTemplatesComponent component !",
|
|
7114
7576
|
"creatives.componentsV2.CmsTemplatesComponent.select": "Select",
|
|
@@ -7520,8 +7982,8 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
7520
7982
|
"creatives.containers.MobilePush.Create.button2": "Button 2",
|
|
7521
7983
|
"creatives.containers.MobilePush.Create.cancel": "Cancel",
|
|
7522
7984
|
"creatives.containers.MobilePush.Create.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
7523
|
-
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy
|
|
7524
|
-
"creatives.containers.MobilePush.Create.copyFromIos": "Copy
|
|
7985
|
+
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
7986
|
+
"creatives.containers.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
7525
7987
|
"creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
7526
7988
|
"creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
7527
7989
|
"creatives.containers.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -7585,8 +8047,8 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
7585
8047
|
"creatives.containers.MobilePush.Edit.button2": "Button 2",
|
|
7586
8048
|
"creatives.containers.MobilePush.Edit.cancel": "Cancel",
|
|
7587
8049
|
"creatives.containers.MobilePush.Edit.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
7588
|
-
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy
|
|
7589
|
-
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy
|
|
8050
|
+
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
8051
|
+
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
7590
8052
|
"creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
7591
8053
|
"creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
7592
8054
|
"creatives.containers.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -7814,6 +8276,7 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
7814
8276
|
"creatives.containersV2.Cap.ebill": "Ebill",
|
|
7815
8277
|
"creatives.containersV2.Cap.email": "Email",
|
|
7816
8278
|
"creatives.containersV2.Cap.gallery": "Gallery",
|
|
8279
|
+
"creatives.containersV2.Cap.journeys": "Journeys",
|
|
7817
8280
|
"creatives.containersV2.Cap.loyalty": "Loyalty",
|
|
7818
8281
|
"creatives.containersV2.Cap.memberCare": "Member Care",
|
|
7819
8282
|
"creatives.containersV2.Cap.sms": "SMS",
|
|
@@ -7854,7 +8317,6 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
7854
8317
|
"creatives.containersV2.CapFacebookPreview.suggestedVideoMobile": "Suggested video mobile",
|
|
7855
8318
|
"creatives.containersV2.CapFacebookPreview.videoNotePreview": "Facebook may take time to upload the video. Please try Refreshing.",
|
|
7856
8319
|
"creatives.containersV2.CapFacebookPreview.watchFeedMobile": "Watch feed mobile",
|
|
7857
|
-
"creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
|
|
7858
8320
|
"creatives.containersV2.Create.addLabel": "Add label",
|
|
7859
8321
|
"creatives.containersV2.Create.alertMessage": "Alert",
|
|
7860
8322
|
"creatives.containersV2.Create.cancelButton": "Cancel",
|
|
@@ -8335,11 +8797,13 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
8335
8797
|
"creatives.containersV2.LineVideo.actionLabelTitle": "Action button label",
|
|
8336
8798
|
"creatives.containersV2.LineVideo.actionUrlPlaceholder": "Enter URL",
|
|
8337
8799
|
"creatives.containersV2.LineVideo.actionUrlTitle": "Link Url",
|
|
8800
|
+
"creatives.containersV2.LineVideo.display": "Display",
|
|
8338
8801
|
"creatives.containersV2.LineVideo.dragAndDrop": "Drag and drop video here",
|
|
8339
8802
|
"creatives.containersV2.LineVideo.emptyAltTextErrorMessage": "Title can not be empty",
|
|
8340
8803
|
"creatives.containersV2.LineVideo.emptyLabelErrorMessage": "Action label can not be more empty",
|
|
8341
8804
|
"creatives.containersV2.LineVideo.emptyTitleErrorMessage": "Template title can not be empty",
|
|
8342
8805
|
"creatives.containersV2.LineVideo.emptyUrlErrorMessage": "Action URL can not be more empty",
|
|
8806
|
+
"creatives.containersV2.LineVideo.hide": "Hide",
|
|
8343
8807
|
"creatives.containersV2.LineVideo.imageGallery": "Gallery",
|
|
8344
8808
|
"creatives.containersV2.LineVideo.imageReUpload": "Re upload",
|
|
8345
8809
|
"creatives.containersV2.LineVideo.inValidUrlErrorMessage": "Action url is not valid",
|
|
@@ -8383,19 +8847,29 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
8383
8847
|
"creatives.containersV2.MobilePush.Create.Image": "Image",
|
|
8384
8848
|
"creatives.containersV2.MobilePush.Create.ImageUploadLabel": "Upload image",
|
|
8385
8849
|
"creatives.containersV2.MobilePush.Create.Tags": "Tags",
|
|
8850
|
+
"creatives.containersV2.MobilePush.Create.aPageWithMobileApp": "A page within mobile app",
|
|
8386
8851
|
"creatives.containersV2.MobilePush.Create.accountId": "Account id",
|
|
8852
|
+
"creatives.containersV2.MobilePush.Create.addActionButtonsToNotification": "Add action buttons to notification",
|
|
8853
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContent": "Add action link to content",
|
|
8854
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
8387
8855
|
"creatives.containersV2.MobilePush.Create.addAnotherCTA": "Add another CTA",
|
|
8856
|
+
"creatives.containersV2.MobilePush.Create.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
8388
8857
|
"creatives.containersV2.MobilePush.Create.addPrimaryCTA": "Add primary CTA",
|
|
8858
|
+
"creatives.containersV2.MobilePush.Create.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
8389
8859
|
"creatives.containersV2.MobilePush.Create.addSecondaryCTA": "Add secondary CTA",
|
|
8390
8860
|
"creatives.containersV2.MobilePush.Create.alertMessage": "Alert",
|
|
8861
|
+
"creatives.containersV2.MobilePush.Create.anExternalWebPage": "An external web page",
|
|
8391
8862
|
"creatives.containersV2.MobilePush.Create.androidNotConfigured": "Android template is not configured. Save without Android template",
|
|
8392
8863
|
"creatives.containersV2.MobilePush.Create.button1": "Button 1",
|
|
8393
8864
|
"creatives.containersV2.MobilePush.Create.button2": "Button 2",
|
|
8865
|
+
"creatives.containersV2.MobilePush.Create.buttonLabel": "Button label",
|
|
8394
8866
|
"creatives.containersV2.MobilePush.Create.cancel": "Cancel",
|
|
8395
8867
|
"creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
8396
8868
|
"creatives.containersV2.MobilePush.Create.change": "change",
|
|
8397
|
-
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy
|
|
8398
|
-
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy
|
|
8869
|
+
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
8870
|
+
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
8871
|
+
"creatives.containersV2.MobilePush.Create.coverImage": "Cover image",
|
|
8872
|
+
"creatives.containersV2.MobilePush.Create.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
8399
8873
|
"creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
8400
8874
|
"creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
8401
8875
|
"creatives.containersV2.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -8438,6 +8912,7 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
8438
8912
|
"creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "Mobile push template created successfully",
|
|
8439
8913
|
"creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "Please provide a template name",
|
|
8440
8914
|
"creatives.containersV2.MobilePush.Create.templateNotConfigured": "template not configured,",
|
|
8915
|
+
"creatives.containersV2.MobilePush.Create.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
|
|
8441
8916
|
"creatives.containersV2.MobilePush.Create.title": "Title",
|
|
8442
8917
|
"creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
8443
8918
|
"creatives.containersV2.MobilePush.Create.titleLabel": "Title*",
|
|
@@ -8455,19 +8930,29 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
8455
8930
|
"creatives.containersV2.MobilePush.Edit.Image": "Image",
|
|
8456
8931
|
"creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "Upload image",
|
|
8457
8932
|
"creatives.containersV2.MobilePush.Edit.Tags": "Tags",
|
|
8933
|
+
"creatives.containersV2.MobilePush.Edit.aPageWithMobileApp": "A page within mobile app",
|
|
8458
8934
|
"creatives.containersV2.MobilePush.Edit.accountId": "Account id",
|
|
8935
|
+
"creatives.containersV2.MobilePush.Edit.addActionButtonsToNotification": "Add action buttons to notification",
|
|
8936
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContent": "Add action link to content",
|
|
8937
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
8459
8938
|
"creatives.containersV2.MobilePush.Edit.addAnotherCTA": "Add another CTA",
|
|
8939
|
+
"creatives.containersV2.MobilePush.Edit.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
8460
8940
|
"creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "Add primary CTA",
|
|
8941
|
+
"creatives.containersV2.MobilePush.Edit.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
8461
8942
|
"creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "Add secondary CTA",
|
|
8462
8943
|
"creatives.containersV2.MobilePush.Edit.alertMessage": "Alert",
|
|
8944
|
+
"creatives.containersV2.MobilePush.Edit.anExternalWebPage": "An external web page",
|
|
8463
8945
|
"creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "Android template is not configured. Continue save?",
|
|
8464
8946
|
"creatives.containersV2.MobilePush.Edit.button1": "Button 1",
|
|
8465
8947
|
"creatives.containersV2.MobilePush.Edit.button2": "Button 2",
|
|
8948
|
+
"creatives.containersV2.MobilePush.Edit.buttonLabel": "Button label",
|
|
8466
8949
|
"creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
|
|
8467
8950
|
"creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
8468
8951
|
"creatives.containersV2.MobilePush.Edit.change": "change",
|
|
8469
|
-
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy
|
|
8470
|
-
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy
|
|
8952
|
+
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
8953
|
+
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
8954
|
+
"creatives.containersV2.MobilePush.Edit.coverImage": "Cover image",
|
|
8955
|
+
"creatives.containersV2.MobilePush.Edit.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
8471
8956
|
"creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
8472
8957
|
"creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
8473
8958
|
"creatives.containersV2.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -8510,6 +8995,7 @@ exports[`Creatives line image carousel test/> should render 3`] = `
|
|
|
8510
8995
|
"creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "MOBILEPUSH template edited successfully",
|
|
8511
8996
|
"creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "Please provide a template name",
|
|
8512
8997
|
"creatives.containersV2.MobilePush.Edit.templateNotConfigured": "Template not configured,",
|
|
8998
|
+
"creatives.containersV2.MobilePush.Edit.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
|
|
8513
8999
|
"creatives.containersV2.MobilePush.Edit.title": "Title",
|
|
8514
9000
|
"creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
8515
9001
|
"creatives.containersV2.MobilePush.Edit.titleLabel": "Title*",
|
|
@@ -8746,11 +9232,157 @@ new message content.",
|
|
|
8746
9232
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
8747
9233
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
8748
9234
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
9235
|
+
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
9236
|
+
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
9237
|
+
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
9238
|
+
"creatives.containersV2.Whatsapp.addVar": "Add variables",
|
|
9239
|
+
"creatives.containersV2.Whatsapp.afrikaans": "Afrikaans",
|
|
9240
|
+
"creatives.containersV2.Whatsapp.albanian": "Albanian",
|
|
8749
9241
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
8750
9242
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
9243
|
+
"creatives.containersV2.Whatsapp.appointmentUpdate": "Appointment update",
|
|
9244
|
+
"creatives.containersV2.Whatsapp.appointmentUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their appointments.",
|
|
8751
9245
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
9246
|
+
"creatives.containersV2.Whatsapp.approvedStatusMsg": "This template has been approved",
|
|
9247
|
+
"creatives.containersV2.Whatsapp.arabic": "Arabic",
|
|
9248
|
+
"creatives.containersV2.Whatsapp.authentication": "Authentication",
|
|
9249
|
+
"creatives.containersV2.Whatsapp.authenticationTooltip": "Send codes that allow your customers to securely access their accounts.",
|
|
9250
|
+
"creatives.containersV2.Whatsapp.awaitingApproval": "Awaiting approval",
|
|
9251
|
+
"creatives.containersV2.Whatsapp.awaitingStatusDesc": "The template has been sent for approval at {date}, {time}. It takes up to 48 hrs to get approved.",
|
|
9252
|
+
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
9253
|
+
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
9254
|
+
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
9255
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be show clickable buttons below your message.",
|
|
9256
|
+
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
9257
|
+
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
9258
|
+
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
9259
|
+
"creatives.containersV2.Whatsapp.btnTypeNone": "None",
|
|
9260
|
+
"creatives.containersV2.Whatsapp.btnTypeQuickReply": "Quick reply",
|
|
9261
|
+
"creatives.containersV2.Whatsapp.bulgarian": "Bulgarian",
|
|
9262
|
+
"creatives.containersV2.Whatsapp.cancelButtonLabel": "Cancel",
|
|
9263
|
+
"creatives.containersV2.Whatsapp.catalan": "Catalan",
|
|
9264
|
+
"creatives.containersV2.Whatsapp.chineseCHN": "Chinese (CHN)",
|
|
9265
|
+
"creatives.containersV2.Whatsapp.chineseHKG": "Chinese (HKG)",
|
|
9266
|
+
"creatives.containersV2.Whatsapp.chineseTAI": "Chinese (TAI)",
|
|
9267
|
+
"creatives.containersV2.Whatsapp.croatian": "Croatian",
|
|
9268
|
+
"creatives.containersV2.Whatsapp.ctaDesc": "Create up to 2 buttons that let customers respond to your messages or take action.",
|
|
9269
|
+
"creatives.containersV2.Whatsapp.czech": "Czech",
|
|
9270
|
+
"creatives.containersV2.Whatsapp.danish": "Danish",
|
|
9271
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltip": "This template is non-editable as this is {status}",
|
|
9272
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltipStatus": "awaiting for approval",
|
|
9273
|
+
"creatives.containersV2.Whatsapp.disabledFeatureTooltip": "Not yet enabled. Coming soon!",
|
|
9274
|
+
"creatives.containersV2.Whatsapp.dutch": "Dutch",
|
|
9275
|
+
"creatives.containersV2.Whatsapp.emptyTemplateMessageErrorMessage": "Template message cannot be empty",
|
|
9276
|
+
"creatives.containersV2.Whatsapp.english": "English",
|
|
9277
|
+
"creatives.containersV2.Whatsapp.englishUK": "English (UK)",
|
|
9278
|
+
"creatives.containersV2.Whatsapp.englishUS": "English (US)",
|
|
9279
|
+
"creatives.containersV2.Whatsapp.estonian": "Estonian",
|
|
9280
|
+
"creatives.containersV2.Whatsapp.filipino": "Filipino",
|
|
9281
|
+
"creatives.containersV2.Whatsapp.finnish": "Finnish",
|
|
9282
|
+
"creatives.containersV2.Whatsapp.french": "French",
|
|
9283
|
+
"creatives.containersV2.Whatsapp.georgian": "Georgian",
|
|
9284
|
+
"creatives.containersV2.Whatsapp.german": "German",
|
|
9285
|
+
"creatives.containersV2.Whatsapp.greek": "Greek",
|
|
9286
|
+
"creatives.containersV2.Whatsapp.gujarati": "Gujarati",
|
|
9287
|
+
"creatives.containersV2.Whatsapp.hausa": "Hausa",
|
|
9288
|
+
"creatives.containersV2.Whatsapp.hebrew": "Hebrew",
|
|
9289
|
+
"creatives.containersV2.Whatsapp.here": "here",
|
|
9290
|
+
"creatives.containersV2.Whatsapp.hindi": "Hindi",
|
|
9291
|
+
"creatives.containersV2.Whatsapp.hungarian": "Hungarian",
|
|
9292
|
+
"creatives.containersV2.Whatsapp.indonesian": "Indonesian",
|
|
9293
|
+
"creatives.containersV2.Whatsapp.inputplaceHolderText": "{value} Add labels or text or combination of both",
|
|
9294
|
+
"creatives.containersV2.Whatsapp.invalidFormatError": "INVALID FORMAT: Placeholders or other elements were formatted incorrectly.",
|
|
9295
|
+
"creatives.containersV2.Whatsapp.irish": "Irish",
|
|
9296
|
+
"creatives.containersV2.Whatsapp.italian": "Italian",
|
|
9297
|
+
"creatives.containersV2.Whatsapp.japanese": "Japanese",
|
|
9298
|
+
"creatives.containersV2.Whatsapp.kannada": "Kannada",
|
|
9299
|
+
"creatives.containersV2.Whatsapp.kazakh": "Kazakh",
|
|
9300
|
+
"creatives.containersV2.Whatsapp.kinyarwanda": "Kinyarwanda",
|
|
9301
|
+
"creatives.containersV2.Whatsapp.korean": "Korean",
|
|
9302
|
+
"creatives.containersV2.Whatsapp.kyrgyz": "Kyrgyz (Kyrgyzstan)",
|
|
9303
|
+
"creatives.containersV2.Whatsapp.labelSeperator": "|",
|
|
9304
|
+
"creatives.containersV2.Whatsapp.languageLabel": "Language",
|
|
9305
|
+
"creatives.containersV2.Whatsapp.lao": "Lao",
|
|
9306
|
+
"creatives.containersV2.Whatsapp.latvian": "Latvian",
|
|
9307
|
+
"creatives.containersV2.Whatsapp.lithuanian": "Lithuanian",
|
|
9308
|
+
"creatives.containersV2.Whatsapp.macedonian": "Macedonian",
|
|
9309
|
+
"creatives.containersV2.Whatsapp.malay": "Malay",
|
|
9310
|
+
"creatives.containersV2.Whatsapp.malayalam": "Malayalam",
|
|
9311
|
+
"creatives.containersV2.Whatsapp.marathi": "Marathi",
|
|
9312
|
+
"creatives.containersV2.Whatsapp.marketing": "Marketing",
|
|
9313
|
+
"creatives.containersV2.Whatsapp.marketingTooltip": "Send promotional offers, product announcements, and more to increase awareness and engagement.",
|
|
9314
|
+
"creatives.containersV2.Whatsapp.mediaDocument": "Document",
|
|
9315
|
+
"creatives.containersV2.Whatsapp.mediaImage": "Image",
|
|
9316
|
+
"creatives.containersV2.Whatsapp.mediaLabel": "Media",
|
|
9317
|
+
"creatives.containersV2.Whatsapp.mediaText": "Text",
|
|
9318
|
+
"creatives.containersV2.Whatsapp.mediaVideo": "Video",
|
|
9319
|
+
"creatives.containersV2.Whatsapp.messageLanguageLabel": "Message language",
|
|
9320
|
+
"creatives.containersV2.Whatsapp.modifiedUnsubscribeText": "Click {value} to unsubscribe",
|
|
9321
|
+
"creatives.containersV2.Whatsapp.noContentBetweenVars": "Add atleast 1 character between 2 variables",
|
|
9322
|
+
"creatives.containersV2.Whatsapp.norwegian": "Norwegian",
|
|
9323
|
+
"creatives.containersV2.Whatsapp.optional": "(Optional)",
|
|
9324
|
+
"creatives.containersV2.Whatsapp.otp": "Otp",
|
|
9325
|
+
"creatives.containersV2.Whatsapp.page": "page",
|
|
9326
|
+
"creatives.containersV2.Whatsapp.pages": "pages",
|
|
9327
|
+
"creatives.containersV2.Whatsapp.paymentUpdate": "Payment update",
|
|
9328
|
+
"creatives.containersV2.Whatsapp.paymentUpdateTooltip": "Send a message to customers about their payment.",
|
|
9329
|
+
"creatives.containersV2.Whatsapp.pdf": "PDF",
|
|
9330
|
+
"creatives.containersV2.Whatsapp.persian": "Persian",
|
|
9331
|
+
"creatives.containersV2.Whatsapp.polish": "Polish",
|
|
9332
|
+
"creatives.containersV2.Whatsapp.portugueseBR": "Portuguese (BR)",
|
|
9333
|
+
"creatives.containersV2.Whatsapp.portuguesePOR": "Portuguese (POR)",
|
|
9334
|
+
"creatives.containersV2.Whatsapp.punjabi": "Punjabi",
|
|
9335
|
+
"creatives.containersV2.Whatsapp.quickReplyDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
9336
|
+
"creatives.containersV2.Whatsapp.rejected": "Rejected",
|
|
9337
|
+
"creatives.containersV2.Whatsapp.rejectedStatusMsg": "This template has been rejected",
|
|
9338
|
+
"creatives.containersV2.Whatsapp.removeMultinewlineChars": "More than two consecutive line breaks are not allowed.",
|
|
9339
|
+
"creatives.containersV2.Whatsapp.repetativeVars": "Variables cannot be repeated",
|
|
9340
|
+
"creatives.containersV2.Whatsapp.reservationUpdate": "Reservation update",
|
|
9341
|
+
"creatives.containersV2.Whatsapp.reservationUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their reservations.",
|
|
9342
|
+
"creatives.containersV2.Whatsapp.romanian": "Romanian",
|
|
9343
|
+
"creatives.containersV2.Whatsapp.russian": "Russian",
|
|
9344
|
+
"creatives.containersV2.Whatsapp.select": "Select",
|
|
9345
|
+
"creatives.containersV2.Whatsapp.sendForApprovalButtonLabel": "Send for approval",
|
|
9346
|
+
"creatives.containersV2.Whatsapp.sequenceVars": "Variable name should start from {one} and it should be in sequential order",
|
|
9347
|
+
"creatives.containersV2.Whatsapp.serbian": "Serbian",
|
|
9348
|
+
"creatives.containersV2.Whatsapp.slovak": "Slovak",
|
|
9349
|
+
"creatives.containersV2.Whatsapp.slovenian": "Slovenian",
|
|
9350
|
+
"creatives.containersV2.Whatsapp.spanish": "Spanish",
|
|
9351
|
+
"creatives.containersV2.Whatsapp.spanishARG": "Spanish (ARG)",
|
|
9352
|
+
"creatives.containersV2.Whatsapp.spanishMEX": "Spanish (MEX)",
|
|
9353
|
+
"creatives.containersV2.Whatsapp.spanishSPA": "Spanish (SPA)",
|
|
9354
|
+
"creatives.containersV2.Whatsapp.swahili": "Swahili",
|
|
9355
|
+
"creatives.containersV2.Whatsapp.swedish": "Swedish",
|
|
9356
|
+
"creatives.containersV2.Whatsapp.tagContentMismatchError": "TAG CONTENT MISMATCH: The language and/or template category selected don’t match the template content.",
|
|
9357
|
+
"creatives.containersV2.Whatsapp.tamil": "Tamil",
|
|
9358
|
+
"creatives.containersV2.Whatsapp.telugu": "Telugu",
|
|
9359
|
+
"creatives.containersV2.Whatsapp.templateCategoryLabel": "Template category",
|
|
9360
|
+
"creatives.containersV2.Whatsapp.templateLanguageEnglish": "English",
|
|
9361
|
+
"creatives.containersV2.Whatsapp.templateMessageLabel": "Message",
|
|
9362
|
+
"creatives.containersV2.Whatsapp.templateMessageLength": "Characters count: {currentLength}/{maxLength}",
|
|
9363
|
+
"creatives.containersV2.Whatsapp.templateMessageLengthError": "Template message length cannot exceed 1024",
|
|
9364
|
+
"creatives.containersV2.Whatsapp.templateMessagePlaceholder": "Enter message with variable",
|
|
9365
|
+
"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.",
|
|
9366
|
+
"creatives.containersV2.Whatsapp.templateMessageUnsubscribeText": "Click {unsubscribe} to unsubscribe",
|
|
9367
|
+
"creatives.containersV2.Whatsapp.templateNameDesc": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
|
|
9368
|
+
"creatives.containersV2.Whatsapp.templateNameRegexErrorMessage": "Template name can only contain lowercase alphanumeric characters and underscores",
|
|
9369
|
+
"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\\"",
|
|
9370
|
+
"creatives.containersV2.Whatsapp.thai": "Thai",
|
|
8752
9371
|
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
8753
|
-
"creatives.containersV2.Whatsapp.
|
|
9372
|
+
"creatives.containersV2.Whatsapp.turkish": "Turkish",
|
|
9373
|
+
"creatives.containersV2.Whatsapp.ukrainian": "Ukrainian",
|
|
9374
|
+
"creatives.containersV2.Whatsapp.unknownVars": "Variable name should be numeric value from {one} to {nineteen}",
|
|
9375
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipCreateFlow": "To enable the checkbox, reduce the message character count to 988",
|
|
9376
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipEditFlow": "This is non-editable",
|
|
9377
|
+
"creatives.containersV2.Whatsapp.urdu": "Urdu",
|
|
9378
|
+
"creatives.containersV2.Whatsapp.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
|
|
9379
|
+
"creatives.containersV2.Whatsapp.utility": "Utility",
|
|
9380
|
+
"creatives.containersV2.Whatsapp.utilityTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
9381
|
+
"creatives.containersV2.Whatsapp.uzbek": "Uzbek",
|
|
9382
|
+
"creatives.containersV2.Whatsapp.videoErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
9383
|
+
"creatives.containersV2.Whatsapp.vietnamese": "Vietnamese",
|
|
9384
|
+
"creatives.containersV2.Whatsapp.whatsappCreateNotification": "{name} has been sent for approval",
|
|
9385
|
+
"creatives.containersV2.Whatsapp.zulu": "Zulu",
|
|
8754
9386
|
"creatives.containersV2.addLabels": "Add labels",
|
|
8755
9387
|
"creatives.containersV2.appName": "App Name",
|
|
8756
9388
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -9838,6 +10470,7 @@ new message content.",
|
|
|
9838
10470
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
9839
10471
|
>
|
|
9840
10472
|
<CapSelect
|
|
10473
|
+
getMenuOptionsProps={[Function]}
|
|
9841
10474
|
onChange={[Function]}
|
|
9842
10475
|
options={
|
|
9843
10476
|
Array [
|