@capillarytech/creatives-library 7.16.13 → 7.16.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/containers/Cap/tests/__snapshots__/index.test.js.snap +220 -10
- package/containers/MobilePush/Create/index.js +18 -0
- package/containers/MobilePush/Create/messages.js +2 -2
- package/containers/MobilePush/Edit/index.js +18 -0
- package/containers/MobilePush/Edit/messages.js +2 -2
- package/package.json +1 -1
- package/translations/en.json +220 -10
- package/translations/ja-JP.json +212 -2
- package/translations/zh.json +212 -2
- package/v2Components/CapWhatsappCTA/index.js +1 -1
- package/v2Components/CapWhatsappCTA/messages.js +1 -5
- package/v2Components/FormBuilder/constants.js +1 -0
- package/v2Components/FormBuilder/index.js +48 -4
- package/v2Components/NavigationBar/index.js +10 -5
- package/v2Components/NavigationBar/tests/index.test.js +51 -0
- package/v2Components/NavigationBar/tests/mockData.js +36 -0
- package/v2Components/TopBar/index.js +3 -0
- package/v2Containers/Cap/constants.js +2 -0
- package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +220 -10
- package/v2Containers/ChannelTemplates/actions.js +20 -0
- package/v2Containers/ChannelTemplates/constants.js +8 -0
- package/v2Containers/ChannelTemplates/index.js +47 -0
- package/v2Containers/ChannelTemplates/messages.js +13 -0
- package/v2Containers/ChannelTemplates/reducer.js +34 -0
- package/v2Containers/ChannelTemplates/sagas.js +32 -0
- package/v2Containers/ChannelTemplates/selectors.js +25 -0
- package/v2Containers/CreativesContainer/constants.js +2 -0
- package/v2Containers/CreativesContainer/tests/__snapshots__/index.test.js.snap +8 -0
- package/v2Containers/LanguageProvider/index.js +3 -0
- package/v2Containers/LanguageProvider/tests/index.test.js +1 -0
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +663 -30
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +440 -20
- package/v2Containers/Line/Container/Video/index.js +2 -2
- package/v2Containers/Line/Container/Video/messages.js +9 -0
- package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +3740 -170
- package/v2Containers/Line/Container/tests/__snapshots__/index.test.js.snap +3960 -180
- package/v2Containers/MobilePush/Create/index.js +31 -3
- package/v2Containers/MobilePush/Create/messages.js +50 -2
- package/v2Containers/MobilePush/Edit/index.js +29 -1
- package/v2Containers/MobilePush/Edit/messages.js +50 -2
- package/v2Containers/MobilePush/commonMethods.js +2 -2
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +10349 -473
- package/v2Containers/Sms/Create/tests/sagas.test.js +82 -0
- package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +880 -40
- package/v2Containers/SmsTrai/Edit/index.js +1 -1
- package/v2Containers/SmsTrai/Edit/messages.js +1 -1
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +1760 -80
- package/v2Containers/Templates/tests/__snapshots__/index.test.js.snap +16 -0
- package/v2Containers/Whatsapp/index.js +3 -3
- package/v2Containers/Whatsapp/messages.js +3 -3
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +17965 -1789
|
@@ -97,6 +97,21 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
97
97
|
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
98
98
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
99
99
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
100
|
+
"app.v2containers.SmsTrai.Edit.addLabels": "Add labels",
|
|
101
|
+
"app.v2containers.SmsTrai.Edit.cancelButtonLabel": "Cancel",
|
|
102
|
+
"app.v2containers.SmsTrai.Edit.inputplaceHolderText": "Add labels or text or combination of both",
|
|
103
|
+
"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.",
|
|
104
|
+
"app.v2containers.SmsTrai.Edit.saveButtonLabel": "Save",
|
|
105
|
+
"app.v2containers.SmsTrai.Edit.senderIdlabel": "Sender ID",
|
|
106
|
+
"app.v2containers.SmsTrai.Edit.smsEditNotification": "Sms template updated successfully",
|
|
107
|
+
"app.v2containers.SmsTrai.Edit.templateLabel": "Template",
|
|
108
|
+
"app.v2containers.SmsTrai.Edit.textAreaCounts": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
109
|
+
"app.v2containers.SmsTrai.Edit.textAreaError": "Template cannot be empty",
|
|
110
|
+
"app.v2containers.SmsTrai.Edit.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
111
|
+
"app.v2containers.SmsTrai.Edit.traiEditSeperator": "|",
|
|
112
|
+
"app.v2containers.SmsTrai.Edit.traiEditTitle": "Message",
|
|
113
|
+
"app.v2containers.SmsTrai.Edit.unicodeLabel": "Allow unicode characters",
|
|
114
|
+
"app.v2containers.SmsTrai.Edit.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
100
115
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
101
116
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
102
117
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -225,6 +240,31 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
225
240
|
"creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "Number of days before expiry",
|
|
226
241
|
"creatives.componentsV2.CapTagList.outbound": "Outbound",
|
|
227
242
|
"creatives.componentsV2.CapTagList.search": "Search",
|
|
243
|
+
"creatives.componentsV2.CapWhatsappCTA.addButton": "Add button",
|
|
244
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaAddDisabled": "Please save the first button before proceeding to create second button",
|
|
245
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonErrorMessage": "Newlines, Emojis, or Special characters are not allowed",
|
|
246
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonText": "Button text",
|
|
247
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonTextPlaceholder": "Enter button text",
|
|
248
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonTextTooltip": "Use this to name the button. We would recommend not to use special characters for the button text.",
|
|
249
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaDynamicPlaceholder": "Enter URL, variable is added by default",
|
|
250
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaOptionDisabledTooltip": "This type of button can only be added once",
|
|
251
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaPhoneNo": "Phone number",
|
|
252
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaPhoneNoPlaceholder": "Enter phone number",
|
|
253
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaSaveDisabled": "Please complete the above fields to enable button",
|
|
254
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaStaticPlaceholder": "Enter website URL",
|
|
255
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaType": "Type of action",
|
|
256
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsite": "Website",
|
|
257
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteType": "URL Type",
|
|
258
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeDynamic": "Dynamic",
|
|
259
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeStatic": "Static",
|
|
260
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrl": "Website URL",
|
|
261
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrlErrorMessage": "URL is not valid",
|
|
262
|
+
"creatives.componentsV2.CapWhatsappCTA.dynamicUrlTooltip": "Only one variable can be added to a URL. No need to add {one} to the end of the URL",
|
|
263
|
+
"creatives.componentsV2.CapWhatsappCTA.dynamicUrlWithMoreVarErrorMessage": "Button with url type as dynamic can have only 1 variable",
|
|
264
|
+
"creatives.componentsV2.CapWhatsappCTA.staticUrlWithVarErrorMessage": "Button with url type as static cannot contain variables",
|
|
265
|
+
"creatives.componentsV2.CapWhatsappCTA.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
|
|
266
|
+
"creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListLabel": "Add URL label",
|
|
267
|
+
"creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListRevert": "Reset website URL label to default value",
|
|
228
268
|
"creatives.componentsV2.Ckeditor.header": "This is the Ckeditor component !",
|
|
229
269
|
"creatives.componentsV2.CmsTemplatesComponent.header": "This is the CmsTemplatesComponent component !",
|
|
230
270
|
"creatives.componentsV2.CmsTemplatesComponent.select": "Select",
|
|
@@ -636,8 +676,8 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
636
676
|
"creatives.containers.MobilePush.Create.button2": "Button 2",
|
|
637
677
|
"creatives.containers.MobilePush.Create.cancel": "Cancel",
|
|
638
678
|
"creatives.containers.MobilePush.Create.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
639
|
-
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy
|
|
640
|
-
"creatives.containers.MobilePush.Create.copyFromIos": "Copy
|
|
679
|
+
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
680
|
+
"creatives.containers.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
641
681
|
"creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
642
682
|
"creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
643
683
|
"creatives.containers.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -701,8 +741,8 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
701
741
|
"creatives.containers.MobilePush.Edit.button2": "Button 2",
|
|
702
742
|
"creatives.containers.MobilePush.Edit.cancel": "Cancel",
|
|
703
743
|
"creatives.containers.MobilePush.Edit.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
704
|
-
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy
|
|
705
|
-
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy
|
|
744
|
+
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
745
|
+
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
706
746
|
"creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
707
747
|
"creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
708
748
|
"creatives.containers.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -930,6 +970,7 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
930
970
|
"creatives.containersV2.Cap.ebill": "Ebill",
|
|
931
971
|
"creatives.containersV2.Cap.email": "Email",
|
|
932
972
|
"creatives.containersV2.Cap.gallery": "Gallery",
|
|
973
|
+
"creatives.containersV2.Cap.journeys": "Journeys",
|
|
933
974
|
"creatives.containersV2.Cap.loyalty": "Loyalty",
|
|
934
975
|
"creatives.containersV2.Cap.memberCare": "Member Care",
|
|
935
976
|
"creatives.containersV2.Cap.sms": "SMS",
|
|
@@ -970,7 +1011,6 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
970
1011
|
"creatives.containersV2.CapFacebookPreview.suggestedVideoMobile": "Suggested video mobile",
|
|
971
1012
|
"creatives.containersV2.CapFacebookPreview.videoNotePreview": "Facebook may take time to upload the video. Please try Refreshing.",
|
|
972
1013
|
"creatives.containersV2.CapFacebookPreview.watchFeedMobile": "Watch feed mobile",
|
|
973
|
-
"creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
|
|
974
1014
|
"creatives.containersV2.Create.addLabel": "Add label",
|
|
975
1015
|
"creatives.containersV2.Create.alertMessage": "Alert",
|
|
976
1016
|
"creatives.containersV2.Create.cancelButton": "Cancel",
|
|
@@ -1451,11 +1491,13 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
1451
1491
|
"creatives.containersV2.LineVideo.actionLabelTitle": "Action button label",
|
|
1452
1492
|
"creatives.containersV2.LineVideo.actionUrlPlaceholder": "Enter URL",
|
|
1453
1493
|
"creatives.containersV2.LineVideo.actionUrlTitle": "Link Url",
|
|
1494
|
+
"creatives.containersV2.LineVideo.display": "Display",
|
|
1454
1495
|
"creatives.containersV2.LineVideo.dragAndDrop": "Drag and drop video here",
|
|
1455
1496
|
"creatives.containersV2.LineVideo.emptyAltTextErrorMessage": "Title can not be empty",
|
|
1456
1497
|
"creatives.containersV2.LineVideo.emptyLabelErrorMessage": "Action label can not be more empty",
|
|
1457
1498
|
"creatives.containersV2.LineVideo.emptyTitleErrorMessage": "Template title can not be empty",
|
|
1458
1499
|
"creatives.containersV2.LineVideo.emptyUrlErrorMessage": "Action URL can not be more empty",
|
|
1500
|
+
"creatives.containersV2.LineVideo.hide": "Hide",
|
|
1459
1501
|
"creatives.containersV2.LineVideo.imageGallery": "Gallery",
|
|
1460
1502
|
"creatives.containersV2.LineVideo.imageReUpload": "Re upload",
|
|
1461
1503
|
"creatives.containersV2.LineVideo.inValidUrlErrorMessage": "Action url is not valid",
|
|
@@ -1499,19 +1541,29 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
1499
1541
|
"creatives.containersV2.MobilePush.Create.Image": "Image",
|
|
1500
1542
|
"creatives.containersV2.MobilePush.Create.ImageUploadLabel": "Upload image",
|
|
1501
1543
|
"creatives.containersV2.MobilePush.Create.Tags": "Tags",
|
|
1544
|
+
"creatives.containersV2.MobilePush.Create.aPageWithMobileApp": "A page within mobile app",
|
|
1502
1545
|
"creatives.containersV2.MobilePush.Create.accountId": "Account id",
|
|
1546
|
+
"creatives.containersV2.MobilePush.Create.addActionButtonsToNotification": "Add action buttons to notification",
|
|
1547
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContent": "Add action link to content",
|
|
1548
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
1503
1549
|
"creatives.containersV2.MobilePush.Create.addAnotherCTA": "Add another CTA",
|
|
1550
|
+
"creatives.containersV2.MobilePush.Create.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
1504
1551
|
"creatives.containersV2.MobilePush.Create.addPrimaryCTA": "Add primary CTA",
|
|
1552
|
+
"creatives.containersV2.MobilePush.Create.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
1505
1553
|
"creatives.containersV2.MobilePush.Create.addSecondaryCTA": "Add secondary CTA",
|
|
1506
1554
|
"creatives.containersV2.MobilePush.Create.alertMessage": "Alert",
|
|
1555
|
+
"creatives.containersV2.MobilePush.Create.anExternalWebPage": "An external web page",
|
|
1507
1556
|
"creatives.containersV2.MobilePush.Create.androidNotConfigured": "Android template is not configured. Save without Android template",
|
|
1508
1557
|
"creatives.containersV2.MobilePush.Create.button1": "Button 1",
|
|
1509
1558
|
"creatives.containersV2.MobilePush.Create.button2": "Button 2",
|
|
1559
|
+
"creatives.containersV2.MobilePush.Create.buttonLabel": "Button label",
|
|
1510
1560
|
"creatives.containersV2.MobilePush.Create.cancel": "Cancel",
|
|
1511
1561
|
"creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
1512
1562
|
"creatives.containersV2.MobilePush.Create.change": "change",
|
|
1513
|
-
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy
|
|
1514
|
-
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy
|
|
1563
|
+
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
1564
|
+
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
1565
|
+
"creatives.containersV2.MobilePush.Create.coverImage": "Cover image",
|
|
1566
|
+
"creatives.containersV2.MobilePush.Create.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
1515
1567
|
"creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
1516
1568
|
"creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
1517
1569
|
"creatives.containersV2.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -1554,6 +1606,7 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
1554
1606
|
"creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "Mobile push template created successfully",
|
|
1555
1607
|
"creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "Please provide a template name",
|
|
1556
1608
|
"creatives.containersV2.MobilePush.Create.templateNotConfigured": "template not configured,",
|
|
1609
|
+
"creatives.containersV2.MobilePush.Create.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
|
|
1557
1610
|
"creatives.containersV2.MobilePush.Create.title": "Title",
|
|
1558
1611
|
"creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
1559
1612
|
"creatives.containersV2.MobilePush.Create.titleLabel": "Title*",
|
|
@@ -1571,19 +1624,29 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
1571
1624
|
"creatives.containersV2.MobilePush.Edit.Image": "Image",
|
|
1572
1625
|
"creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "Upload image",
|
|
1573
1626
|
"creatives.containersV2.MobilePush.Edit.Tags": "Tags",
|
|
1627
|
+
"creatives.containersV2.MobilePush.Edit.aPageWithMobileApp": "A page within mobile app",
|
|
1574
1628
|
"creatives.containersV2.MobilePush.Edit.accountId": "Account id",
|
|
1629
|
+
"creatives.containersV2.MobilePush.Edit.addActionButtonsToNotification": "Add action buttons to notification",
|
|
1630
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContent": "Add action link to content",
|
|
1631
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
1575
1632
|
"creatives.containersV2.MobilePush.Edit.addAnotherCTA": "Add another CTA",
|
|
1633
|
+
"creatives.containersV2.MobilePush.Edit.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
1576
1634
|
"creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "Add primary CTA",
|
|
1635
|
+
"creatives.containersV2.MobilePush.Edit.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
1577
1636
|
"creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "Add secondary CTA",
|
|
1578
1637
|
"creatives.containersV2.MobilePush.Edit.alertMessage": "Alert",
|
|
1638
|
+
"creatives.containersV2.MobilePush.Edit.anExternalWebPage": "An external web page",
|
|
1579
1639
|
"creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "Android template is not configured. Continue save?",
|
|
1580
1640
|
"creatives.containersV2.MobilePush.Edit.button1": "Button 1",
|
|
1581
1641
|
"creatives.containersV2.MobilePush.Edit.button2": "Button 2",
|
|
1642
|
+
"creatives.containersV2.MobilePush.Edit.buttonLabel": "Button label",
|
|
1582
1643
|
"creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
|
|
1583
1644
|
"creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
1584
1645
|
"creatives.containersV2.MobilePush.Edit.change": "change",
|
|
1585
|
-
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy
|
|
1586
|
-
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy
|
|
1646
|
+
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
1647
|
+
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
1648
|
+
"creatives.containersV2.MobilePush.Edit.coverImage": "Cover image",
|
|
1649
|
+
"creatives.containersV2.MobilePush.Edit.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
1587
1650
|
"creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
1588
1651
|
"creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
1589
1652
|
"creatives.containersV2.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -1626,6 +1689,7 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
1626
1689
|
"creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "MOBILEPUSH template edited successfully",
|
|
1627
1690
|
"creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "Please provide a template name",
|
|
1628
1691
|
"creatives.containersV2.MobilePush.Edit.templateNotConfigured": "Template not configured,",
|
|
1692
|
+
"creatives.containersV2.MobilePush.Edit.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
|
|
1629
1693
|
"creatives.containersV2.MobilePush.Edit.title": "Title",
|
|
1630
1694
|
"creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
1631
1695
|
"creatives.containersV2.MobilePush.Edit.titleLabel": "Title*",
|
|
@@ -1862,11 +1926,157 @@ new message content.",
|
|
|
1862
1926
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
1863
1927
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
1864
1928
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
1929
|
+
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
1930
|
+
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
1931
|
+
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
1932
|
+
"creatives.containersV2.Whatsapp.addVar": "Add variables",
|
|
1933
|
+
"creatives.containersV2.Whatsapp.afrikaans": "Afrikaans",
|
|
1934
|
+
"creatives.containersV2.Whatsapp.albanian": "Albanian",
|
|
1865
1935
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
1866
1936
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
1937
|
+
"creatives.containersV2.Whatsapp.appointmentUpdate": "Appointment update",
|
|
1938
|
+
"creatives.containersV2.Whatsapp.appointmentUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their appointments.",
|
|
1867
1939
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
1940
|
+
"creatives.containersV2.Whatsapp.approvedStatusMsg": "This template has been approved",
|
|
1941
|
+
"creatives.containersV2.Whatsapp.arabic": "Arabic",
|
|
1942
|
+
"creatives.containersV2.Whatsapp.authentication": "Authentication",
|
|
1943
|
+
"creatives.containersV2.Whatsapp.authenticationTooltip": "Send codes that allow your customers to securely access their accounts.",
|
|
1944
|
+
"creatives.containersV2.Whatsapp.awaitingApproval": "Awaiting approval",
|
|
1945
|
+
"creatives.containersV2.Whatsapp.awaitingStatusDesc": "The template has been sent for approval at {date}, {time}. It takes up to 48 hrs to get approved.",
|
|
1946
|
+
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
1947
|
+
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
1948
|
+
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
1949
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be show clickable buttons below your message.",
|
|
1950
|
+
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
1951
|
+
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
1952
|
+
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
1953
|
+
"creatives.containersV2.Whatsapp.btnTypeNone": "None",
|
|
1954
|
+
"creatives.containersV2.Whatsapp.btnTypeQuickReply": "Quick reply",
|
|
1955
|
+
"creatives.containersV2.Whatsapp.bulgarian": "Bulgarian",
|
|
1956
|
+
"creatives.containersV2.Whatsapp.cancelButtonLabel": "Cancel",
|
|
1957
|
+
"creatives.containersV2.Whatsapp.catalan": "Catalan",
|
|
1958
|
+
"creatives.containersV2.Whatsapp.chineseCHN": "Chinese (CHN)",
|
|
1959
|
+
"creatives.containersV2.Whatsapp.chineseHKG": "Chinese (HKG)",
|
|
1960
|
+
"creatives.containersV2.Whatsapp.chineseTAI": "Chinese (TAI)",
|
|
1961
|
+
"creatives.containersV2.Whatsapp.croatian": "Croatian",
|
|
1962
|
+
"creatives.containersV2.Whatsapp.ctaDesc": "Create up to 2 buttons that let customers respond to your messages or take action.",
|
|
1963
|
+
"creatives.containersV2.Whatsapp.czech": "Czech",
|
|
1964
|
+
"creatives.containersV2.Whatsapp.danish": "Danish",
|
|
1965
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltip": "This template is non-editable as this is {status}",
|
|
1966
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltipStatus": "awaiting for approval",
|
|
1967
|
+
"creatives.containersV2.Whatsapp.disabledFeatureTooltip": "Not yet enabled. Coming soon!",
|
|
1968
|
+
"creatives.containersV2.Whatsapp.dutch": "Dutch",
|
|
1969
|
+
"creatives.containersV2.Whatsapp.emptyTemplateMessageErrorMessage": "Template message cannot be empty",
|
|
1970
|
+
"creatives.containersV2.Whatsapp.english": "English",
|
|
1971
|
+
"creatives.containersV2.Whatsapp.englishUK": "English (UK)",
|
|
1972
|
+
"creatives.containersV2.Whatsapp.englishUS": "English (US)",
|
|
1973
|
+
"creatives.containersV2.Whatsapp.estonian": "Estonian",
|
|
1974
|
+
"creatives.containersV2.Whatsapp.filipino": "Filipino",
|
|
1975
|
+
"creatives.containersV2.Whatsapp.finnish": "Finnish",
|
|
1976
|
+
"creatives.containersV2.Whatsapp.french": "French",
|
|
1977
|
+
"creatives.containersV2.Whatsapp.georgian": "Georgian",
|
|
1978
|
+
"creatives.containersV2.Whatsapp.german": "German",
|
|
1979
|
+
"creatives.containersV2.Whatsapp.greek": "Greek",
|
|
1980
|
+
"creatives.containersV2.Whatsapp.gujarati": "Gujarati",
|
|
1981
|
+
"creatives.containersV2.Whatsapp.hausa": "Hausa",
|
|
1982
|
+
"creatives.containersV2.Whatsapp.hebrew": "Hebrew",
|
|
1983
|
+
"creatives.containersV2.Whatsapp.here": "here",
|
|
1984
|
+
"creatives.containersV2.Whatsapp.hindi": "Hindi",
|
|
1985
|
+
"creatives.containersV2.Whatsapp.hungarian": "Hungarian",
|
|
1986
|
+
"creatives.containersV2.Whatsapp.indonesian": "Indonesian",
|
|
1987
|
+
"creatives.containersV2.Whatsapp.inputplaceHolderText": "{value} Add labels or text or combination of both",
|
|
1988
|
+
"creatives.containersV2.Whatsapp.invalidFormatError": "INVALID FORMAT: Placeholders or other elements were formatted incorrectly.",
|
|
1989
|
+
"creatives.containersV2.Whatsapp.irish": "Irish",
|
|
1990
|
+
"creatives.containersV2.Whatsapp.italian": "Italian",
|
|
1991
|
+
"creatives.containersV2.Whatsapp.japanese": "Japanese",
|
|
1992
|
+
"creatives.containersV2.Whatsapp.kannada": "Kannada",
|
|
1993
|
+
"creatives.containersV2.Whatsapp.kazakh": "Kazakh",
|
|
1994
|
+
"creatives.containersV2.Whatsapp.kinyarwanda": "Kinyarwanda",
|
|
1995
|
+
"creatives.containersV2.Whatsapp.korean": "Korean",
|
|
1996
|
+
"creatives.containersV2.Whatsapp.kyrgyz": "Kyrgyz (Kyrgyzstan)",
|
|
1997
|
+
"creatives.containersV2.Whatsapp.labelSeperator": "|",
|
|
1998
|
+
"creatives.containersV2.Whatsapp.languageLabel": "Language",
|
|
1999
|
+
"creatives.containersV2.Whatsapp.lao": "Lao",
|
|
2000
|
+
"creatives.containersV2.Whatsapp.latvian": "Latvian",
|
|
2001
|
+
"creatives.containersV2.Whatsapp.lithuanian": "Lithuanian",
|
|
2002
|
+
"creatives.containersV2.Whatsapp.macedonian": "Macedonian",
|
|
2003
|
+
"creatives.containersV2.Whatsapp.malay": "Malay",
|
|
2004
|
+
"creatives.containersV2.Whatsapp.malayalam": "Malayalam",
|
|
2005
|
+
"creatives.containersV2.Whatsapp.marathi": "Marathi",
|
|
2006
|
+
"creatives.containersV2.Whatsapp.marketing": "Marketing",
|
|
2007
|
+
"creatives.containersV2.Whatsapp.marketingTooltip": "Send promotional offers, product announcements, and more to increase awareness and engagement.",
|
|
2008
|
+
"creatives.containersV2.Whatsapp.mediaDocument": "Document",
|
|
2009
|
+
"creatives.containersV2.Whatsapp.mediaImage": "Image",
|
|
2010
|
+
"creatives.containersV2.Whatsapp.mediaLabel": "Media",
|
|
2011
|
+
"creatives.containersV2.Whatsapp.mediaText": "Text",
|
|
2012
|
+
"creatives.containersV2.Whatsapp.mediaVideo": "Video",
|
|
2013
|
+
"creatives.containersV2.Whatsapp.messageLanguageLabel": "Message language",
|
|
2014
|
+
"creatives.containersV2.Whatsapp.modifiedUnsubscribeText": "Click {value} to unsubscribe",
|
|
2015
|
+
"creatives.containersV2.Whatsapp.noContentBetweenVars": "Add atleast 1 character between 2 variables",
|
|
2016
|
+
"creatives.containersV2.Whatsapp.norwegian": "Norwegian",
|
|
2017
|
+
"creatives.containersV2.Whatsapp.optional": "(Optional)",
|
|
2018
|
+
"creatives.containersV2.Whatsapp.otp": "Otp",
|
|
2019
|
+
"creatives.containersV2.Whatsapp.page": "page",
|
|
2020
|
+
"creatives.containersV2.Whatsapp.pages": "pages",
|
|
2021
|
+
"creatives.containersV2.Whatsapp.paymentUpdate": "Payment update",
|
|
2022
|
+
"creatives.containersV2.Whatsapp.paymentUpdateTooltip": "Send a message to customers about their payment.",
|
|
2023
|
+
"creatives.containersV2.Whatsapp.pdf": "PDF",
|
|
2024
|
+
"creatives.containersV2.Whatsapp.persian": "Persian",
|
|
2025
|
+
"creatives.containersV2.Whatsapp.polish": "Polish",
|
|
2026
|
+
"creatives.containersV2.Whatsapp.portugueseBR": "Portuguese (BR)",
|
|
2027
|
+
"creatives.containersV2.Whatsapp.portuguesePOR": "Portuguese (POR)",
|
|
2028
|
+
"creatives.containersV2.Whatsapp.punjabi": "Punjabi",
|
|
2029
|
+
"creatives.containersV2.Whatsapp.quickReplyDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
2030
|
+
"creatives.containersV2.Whatsapp.rejected": "Rejected",
|
|
2031
|
+
"creatives.containersV2.Whatsapp.rejectedStatusMsg": "This template has been rejected",
|
|
2032
|
+
"creatives.containersV2.Whatsapp.removeMultinewlineChars": "More than two consecutive line breaks are not allowed.",
|
|
2033
|
+
"creatives.containersV2.Whatsapp.repetativeVars": "Variables cannot be repeated",
|
|
2034
|
+
"creatives.containersV2.Whatsapp.reservationUpdate": "Reservation update",
|
|
2035
|
+
"creatives.containersV2.Whatsapp.reservationUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their reservations.",
|
|
2036
|
+
"creatives.containersV2.Whatsapp.romanian": "Romanian",
|
|
2037
|
+
"creatives.containersV2.Whatsapp.russian": "Russian",
|
|
2038
|
+
"creatives.containersV2.Whatsapp.select": "Select",
|
|
2039
|
+
"creatives.containersV2.Whatsapp.sendForApprovalButtonLabel": "Send for approval",
|
|
2040
|
+
"creatives.containersV2.Whatsapp.sequenceVars": "Variable name should start from {one} and it should be in sequential order",
|
|
2041
|
+
"creatives.containersV2.Whatsapp.serbian": "Serbian",
|
|
2042
|
+
"creatives.containersV2.Whatsapp.slovak": "Slovak",
|
|
2043
|
+
"creatives.containersV2.Whatsapp.slovenian": "Slovenian",
|
|
2044
|
+
"creatives.containersV2.Whatsapp.spanish": "Spanish",
|
|
2045
|
+
"creatives.containersV2.Whatsapp.spanishARG": "Spanish (ARG)",
|
|
2046
|
+
"creatives.containersV2.Whatsapp.spanishMEX": "Spanish (MEX)",
|
|
2047
|
+
"creatives.containersV2.Whatsapp.spanishSPA": "Spanish (SPA)",
|
|
2048
|
+
"creatives.containersV2.Whatsapp.swahili": "Swahili",
|
|
2049
|
+
"creatives.containersV2.Whatsapp.swedish": "Swedish",
|
|
2050
|
+
"creatives.containersV2.Whatsapp.tagContentMismatchError": "TAG CONTENT MISMATCH: The language and/or template category selected don’t match the template content.",
|
|
2051
|
+
"creatives.containersV2.Whatsapp.tamil": "Tamil",
|
|
2052
|
+
"creatives.containersV2.Whatsapp.telugu": "Telugu",
|
|
2053
|
+
"creatives.containersV2.Whatsapp.templateCategoryLabel": "Template category",
|
|
2054
|
+
"creatives.containersV2.Whatsapp.templateLanguageEnglish": "English",
|
|
2055
|
+
"creatives.containersV2.Whatsapp.templateMessageLabel": "Message",
|
|
2056
|
+
"creatives.containersV2.Whatsapp.templateMessageLength": "Characters count: {currentLength}/{maxLength}",
|
|
2057
|
+
"creatives.containersV2.Whatsapp.templateMessageLengthError": "Template message length cannot exceed 1024",
|
|
2058
|
+
"creatives.containersV2.Whatsapp.templateMessagePlaceholder": "Enter message with variable",
|
|
2059
|
+
"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.",
|
|
2060
|
+
"creatives.containersV2.Whatsapp.templateMessageUnsubscribeText": "Click {unsubscribe} to unsubscribe",
|
|
2061
|
+
"creatives.containersV2.Whatsapp.templateNameDesc": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
|
|
2062
|
+
"creatives.containersV2.Whatsapp.templateNameRegexErrorMessage": "Template name can only contain lowercase alphanumeric characters and underscores",
|
|
2063
|
+
"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\\"",
|
|
2064
|
+
"creatives.containersV2.Whatsapp.thai": "Thai",
|
|
1868
2065
|
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
1869
|
-
"creatives.containersV2.Whatsapp.
|
|
2066
|
+
"creatives.containersV2.Whatsapp.turkish": "Turkish",
|
|
2067
|
+
"creatives.containersV2.Whatsapp.ukrainian": "Ukrainian",
|
|
2068
|
+
"creatives.containersV2.Whatsapp.unknownVars": "Variable name should be numeric value from {one} to {nineteen}",
|
|
2069
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipCreateFlow": "To enable the checkbox, reduce the message character count to 988",
|
|
2070
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipEditFlow": "This is non-editable",
|
|
2071
|
+
"creatives.containersV2.Whatsapp.urdu": "Urdu",
|
|
2072
|
+
"creatives.containersV2.Whatsapp.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
|
|
2073
|
+
"creatives.containersV2.Whatsapp.utility": "Utility",
|
|
2074
|
+
"creatives.containersV2.Whatsapp.utilityTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
2075
|
+
"creatives.containersV2.Whatsapp.uzbek": "Uzbek",
|
|
2076
|
+
"creatives.containersV2.Whatsapp.videoErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
2077
|
+
"creatives.containersV2.Whatsapp.vietnamese": "Vietnamese",
|
|
2078
|
+
"creatives.containersV2.Whatsapp.whatsappCreateNotification": "{name} has been sent for approval",
|
|
2079
|
+
"creatives.containersV2.Whatsapp.zulu": "Zulu",
|
|
1870
2080
|
"creatives.containersV2.addLabels": "Add labels",
|
|
1871
2081
|
"creatives.containersV2.appName": "App Name",
|
|
1872
2082
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -2930,6 +3140,21 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
2930
3140
|
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
2931
3141
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
2932
3142
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
3143
|
+
"app.v2containers.SmsTrai.Edit.addLabels": "Add labels",
|
|
3144
|
+
"app.v2containers.SmsTrai.Edit.cancelButtonLabel": "Cancel",
|
|
3145
|
+
"app.v2containers.SmsTrai.Edit.inputplaceHolderText": "Add labels or text or combination of both",
|
|
3146
|
+
"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.",
|
|
3147
|
+
"app.v2containers.SmsTrai.Edit.saveButtonLabel": "Save",
|
|
3148
|
+
"app.v2containers.SmsTrai.Edit.senderIdlabel": "Sender ID",
|
|
3149
|
+
"app.v2containers.SmsTrai.Edit.smsEditNotification": "Sms template updated successfully",
|
|
3150
|
+
"app.v2containers.SmsTrai.Edit.templateLabel": "Template",
|
|
3151
|
+
"app.v2containers.SmsTrai.Edit.textAreaCounts": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
3152
|
+
"app.v2containers.SmsTrai.Edit.textAreaError": "Template cannot be empty",
|
|
3153
|
+
"app.v2containers.SmsTrai.Edit.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
3154
|
+
"app.v2containers.SmsTrai.Edit.traiEditSeperator": "|",
|
|
3155
|
+
"app.v2containers.SmsTrai.Edit.traiEditTitle": "Message",
|
|
3156
|
+
"app.v2containers.SmsTrai.Edit.unicodeLabel": "Allow unicode characters",
|
|
3157
|
+
"app.v2containers.SmsTrai.Edit.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
2933
3158
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
2934
3159
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
2935
3160
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -3058,6 +3283,31 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
3058
3283
|
"creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "Number of days before expiry",
|
|
3059
3284
|
"creatives.componentsV2.CapTagList.outbound": "Outbound",
|
|
3060
3285
|
"creatives.componentsV2.CapTagList.search": "Search",
|
|
3286
|
+
"creatives.componentsV2.CapWhatsappCTA.addButton": "Add button",
|
|
3287
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaAddDisabled": "Please save the first button before proceeding to create second button",
|
|
3288
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonErrorMessage": "Newlines, Emojis, or Special characters are not allowed",
|
|
3289
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonText": "Button text",
|
|
3290
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonTextPlaceholder": "Enter button text",
|
|
3291
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonTextTooltip": "Use this to name the button. We would recommend not to use special characters for the button text.",
|
|
3292
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaDynamicPlaceholder": "Enter URL, variable is added by default",
|
|
3293
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaOptionDisabledTooltip": "This type of button can only be added once",
|
|
3294
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaPhoneNo": "Phone number",
|
|
3295
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaPhoneNoPlaceholder": "Enter phone number",
|
|
3296
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaSaveDisabled": "Please complete the above fields to enable button",
|
|
3297
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaStaticPlaceholder": "Enter website URL",
|
|
3298
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaType": "Type of action",
|
|
3299
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsite": "Website",
|
|
3300
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteType": "URL Type",
|
|
3301
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeDynamic": "Dynamic",
|
|
3302
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeStatic": "Static",
|
|
3303
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrl": "Website URL",
|
|
3304
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrlErrorMessage": "URL is not valid",
|
|
3305
|
+
"creatives.componentsV2.CapWhatsappCTA.dynamicUrlTooltip": "Only one variable can be added to a URL. No need to add {one} to the end of the URL",
|
|
3306
|
+
"creatives.componentsV2.CapWhatsappCTA.dynamicUrlWithMoreVarErrorMessage": "Button with url type as dynamic can have only 1 variable",
|
|
3307
|
+
"creatives.componentsV2.CapWhatsappCTA.staticUrlWithVarErrorMessage": "Button with url type as static cannot contain variables",
|
|
3308
|
+
"creatives.componentsV2.CapWhatsappCTA.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
|
|
3309
|
+
"creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListLabel": "Add URL label",
|
|
3310
|
+
"creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListRevert": "Reset website URL label to default value",
|
|
3061
3311
|
"creatives.componentsV2.Ckeditor.header": "This is the Ckeditor component !",
|
|
3062
3312
|
"creatives.componentsV2.CmsTemplatesComponent.header": "This is the CmsTemplatesComponent component !",
|
|
3063
3313
|
"creatives.componentsV2.CmsTemplatesComponent.select": "Select",
|
|
@@ -3469,8 +3719,8 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
3469
3719
|
"creatives.containers.MobilePush.Create.button2": "Button 2",
|
|
3470
3720
|
"creatives.containers.MobilePush.Create.cancel": "Cancel",
|
|
3471
3721
|
"creatives.containers.MobilePush.Create.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
3472
|
-
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy
|
|
3473
|
-
"creatives.containers.MobilePush.Create.copyFromIos": "Copy
|
|
3722
|
+
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
3723
|
+
"creatives.containers.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
3474
3724
|
"creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
3475
3725
|
"creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
3476
3726
|
"creatives.containers.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -3534,8 +3784,8 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
3534
3784
|
"creatives.containers.MobilePush.Edit.button2": "Button 2",
|
|
3535
3785
|
"creatives.containers.MobilePush.Edit.cancel": "Cancel",
|
|
3536
3786
|
"creatives.containers.MobilePush.Edit.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
3537
|
-
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy
|
|
3538
|
-
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy
|
|
3787
|
+
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
3788
|
+
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
3539
3789
|
"creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
3540
3790
|
"creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
3541
3791
|
"creatives.containers.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -3763,6 +4013,7 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
3763
4013
|
"creatives.containersV2.Cap.ebill": "Ebill",
|
|
3764
4014
|
"creatives.containersV2.Cap.email": "Email",
|
|
3765
4015
|
"creatives.containersV2.Cap.gallery": "Gallery",
|
|
4016
|
+
"creatives.containersV2.Cap.journeys": "Journeys",
|
|
3766
4017
|
"creatives.containersV2.Cap.loyalty": "Loyalty",
|
|
3767
4018
|
"creatives.containersV2.Cap.memberCare": "Member Care",
|
|
3768
4019
|
"creatives.containersV2.Cap.sms": "SMS",
|
|
@@ -3803,7 +4054,6 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
3803
4054
|
"creatives.containersV2.CapFacebookPreview.suggestedVideoMobile": "Suggested video mobile",
|
|
3804
4055
|
"creatives.containersV2.CapFacebookPreview.videoNotePreview": "Facebook may take time to upload the video. Please try Refreshing.",
|
|
3805
4056
|
"creatives.containersV2.CapFacebookPreview.watchFeedMobile": "Watch feed mobile",
|
|
3806
|
-
"creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
|
|
3807
4057
|
"creatives.containersV2.Create.addLabel": "Add label",
|
|
3808
4058
|
"creatives.containersV2.Create.alertMessage": "Alert",
|
|
3809
4059
|
"creatives.containersV2.Create.cancelButton": "Cancel",
|
|
@@ -4284,11 +4534,13 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
4284
4534
|
"creatives.containersV2.LineVideo.actionLabelTitle": "Action button label",
|
|
4285
4535
|
"creatives.containersV2.LineVideo.actionUrlPlaceholder": "Enter URL",
|
|
4286
4536
|
"creatives.containersV2.LineVideo.actionUrlTitle": "Link Url",
|
|
4537
|
+
"creatives.containersV2.LineVideo.display": "Display",
|
|
4287
4538
|
"creatives.containersV2.LineVideo.dragAndDrop": "Drag and drop video here",
|
|
4288
4539
|
"creatives.containersV2.LineVideo.emptyAltTextErrorMessage": "Title can not be empty",
|
|
4289
4540
|
"creatives.containersV2.LineVideo.emptyLabelErrorMessage": "Action label can not be more empty",
|
|
4290
4541
|
"creatives.containersV2.LineVideo.emptyTitleErrorMessage": "Template title can not be empty",
|
|
4291
4542
|
"creatives.containersV2.LineVideo.emptyUrlErrorMessage": "Action URL can not be more empty",
|
|
4543
|
+
"creatives.containersV2.LineVideo.hide": "Hide",
|
|
4292
4544
|
"creatives.containersV2.LineVideo.imageGallery": "Gallery",
|
|
4293
4545
|
"creatives.containersV2.LineVideo.imageReUpload": "Re upload",
|
|
4294
4546
|
"creatives.containersV2.LineVideo.inValidUrlErrorMessage": "Action url is not valid",
|
|
@@ -4332,19 +4584,29 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
4332
4584
|
"creatives.containersV2.MobilePush.Create.Image": "Image",
|
|
4333
4585
|
"creatives.containersV2.MobilePush.Create.ImageUploadLabel": "Upload image",
|
|
4334
4586
|
"creatives.containersV2.MobilePush.Create.Tags": "Tags",
|
|
4587
|
+
"creatives.containersV2.MobilePush.Create.aPageWithMobileApp": "A page within mobile app",
|
|
4335
4588
|
"creatives.containersV2.MobilePush.Create.accountId": "Account id",
|
|
4589
|
+
"creatives.containersV2.MobilePush.Create.addActionButtonsToNotification": "Add action buttons to notification",
|
|
4590
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContent": "Add action link to content",
|
|
4591
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
4336
4592
|
"creatives.containersV2.MobilePush.Create.addAnotherCTA": "Add another CTA",
|
|
4593
|
+
"creatives.containersV2.MobilePush.Create.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
4337
4594
|
"creatives.containersV2.MobilePush.Create.addPrimaryCTA": "Add primary CTA",
|
|
4595
|
+
"creatives.containersV2.MobilePush.Create.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
4338
4596
|
"creatives.containersV2.MobilePush.Create.addSecondaryCTA": "Add secondary CTA",
|
|
4339
4597
|
"creatives.containersV2.MobilePush.Create.alertMessage": "Alert",
|
|
4598
|
+
"creatives.containersV2.MobilePush.Create.anExternalWebPage": "An external web page",
|
|
4340
4599
|
"creatives.containersV2.MobilePush.Create.androidNotConfigured": "Android template is not configured. Save without Android template",
|
|
4341
4600
|
"creatives.containersV2.MobilePush.Create.button1": "Button 1",
|
|
4342
4601
|
"creatives.containersV2.MobilePush.Create.button2": "Button 2",
|
|
4602
|
+
"creatives.containersV2.MobilePush.Create.buttonLabel": "Button label",
|
|
4343
4603
|
"creatives.containersV2.MobilePush.Create.cancel": "Cancel",
|
|
4344
4604
|
"creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
4345
4605
|
"creatives.containersV2.MobilePush.Create.change": "change",
|
|
4346
|
-
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy
|
|
4347
|
-
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy
|
|
4606
|
+
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
4607
|
+
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
4608
|
+
"creatives.containersV2.MobilePush.Create.coverImage": "Cover image",
|
|
4609
|
+
"creatives.containersV2.MobilePush.Create.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
4348
4610
|
"creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
4349
4611
|
"creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
4350
4612
|
"creatives.containersV2.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -4387,6 +4649,7 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
4387
4649
|
"creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "Mobile push template created successfully",
|
|
4388
4650
|
"creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "Please provide a template name",
|
|
4389
4651
|
"creatives.containersV2.MobilePush.Create.templateNotConfigured": "template not configured,",
|
|
4652
|
+
"creatives.containersV2.MobilePush.Create.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
|
|
4390
4653
|
"creatives.containersV2.MobilePush.Create.title": "Title",
|
|
4391
4654
|
"creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
4392
4655
|
"creatives.containersV2.MobilePush.Create.titleLabel": "Title*",
|
|
@@ -4404,19 +4667,29 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
4404
4667
|
"creatives.containersV2.MobilePush.Edit.Image": "Image",
|
|
4405
4668
|
"creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "Upload image",
|
|
4406
4669
|
"creatives.containersV2.MobilePush.Edit.Tags": "Tags",
|
|
4670
|
+
"creatives.containersV2.MobilePush.Edit.aPageWithMobileApp": "A page within mobile app",
|
|
4407
4671
|
"creatives.containersV2.MobilePush.Edit.accountId": "Account id",
|
|
4672
|
+
"creatives.containersV2.MobilePush.Edit.addActionButtonsToNotification": "Add action buttons to notification",
|
|
4673
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContent": "Add action link to content",
|
|
4674
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
4408
4675
|
"creatives.containersV2.MobilePush.Edit.addAnotherCTA": "Add another CTA",
|
|
4676
|
+
"creatives.containersV2.MobilePush.Edit.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
4409
4677
|
"creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "Add primary CTA",
|
|
4678
|
+
"creatives.containersV2.MobilePush.Edit.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
4410
4679
|
"creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "Add secondary CTA",
|
|
4411
4680
|
"creatives.containersV2.MobilePush.Edit.alertMessage": "Alert",
|
|
4681
|
+
"creatives.containersV2.MobilePush.Edit.anExternalWebPage": "An external web page",
|
|
4412
4682
|
"creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "Android template is not configured. Continue save?",
|
|
4413
4683
|
"creatives.containersV2.MobilePush.Edit.button1": "Button 1",
|
|
4414
4684
|
"creatives.containersV2.MobilePush.Edit.button2": "Button 2",
|
|
4685
|
+
"creatives.containersV2.MobilePush.Edit.buttonLabel": "Button label",
|
|
4415
4686
|
"creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
|
|
4416
4687
|
"creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
4417
4688
|
"creatives.containersV2.MobilePush.Edit.change": "change",
|
|
4418
|
-
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy
|
|
4419
|
-
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy
|
|
4689
|
+
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
4690
|
+
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
4691
|
+
"creatives.containersV2.MobilePush.Edit.coverImage": "Cover image",
|
|
4692
|
+
"creatives.containersV2.MobilePush.Edit.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
4420
4693
|
"creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
4421
4694
|
"creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
4422
4695
|
"creatives.containersV2.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -4459,6 +4732,7 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
4459
4732
|
"creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "MOBILEPUSH template edited successfully",
|
|
4460
4733
|
"creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "Please provide a template name",
|
|
4461
4734
|
"creatives.containersV2.MobilePush.Edit.templateNotConfigured": "Template not configured,",
|
|
4735
|
+
"creatives.containersV2.MobilePush.Edit.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
|
|
4462
4736
|
"creatives.containersV2.MobilePush.Edit.title": "Title",
|
|
4463
4737
|
"creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
4464
4738
|
"creatives.containersV2.MobilePush.Edit.titleLabel": "Title*",
|
|
@@ -4695,11 +4969,157 @@ new message content.",
|
|
|
4695
4969
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
4696
4970
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
4697
4971
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
4972
|
+
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
4973
|
+
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
4974
|
+
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
4975
|
+
"creatives.containersV2.Whatsapp.addVar": "Add variables",
|
|
4976
|
+
"creatives.containersV2.Whatsapp.afrikaans": "Afrikaans",
|
|
4977
|
+
"creatives.containersV2.Whatsapp.albanian": "Albanian",
|
|
4698
4978
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
4699
4979
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
4980
|
+
"creatives.containersV2.Whatsapp.appointmentUpdate": "Appointment update",
|
|
4981
|
+
"creatives.containersV2.Whatsapp.appointmentUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their appointments.",
|
|
4700
4982
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
4983
|
+
"creatives.containersV2.Whatsapp.approvedStatusMsg": "This template has been approved",
|
|
4984
|
+
"creatives.containersV2.Whatsapp.arabic": "Arabic",
|
|
4985
|
+
"creatives.containersV2.Whatsapp.authentication": "Authentication",
|
|
4986
|
+
"creatives.containersV2.Whatsapp.authenticationTooltip": "Send codes that allow your customers to securely access their accounts.",
|
|
4987
|
+
"creatives.containersV2.Whatsapp.awaitingApproval": "Awaiting approval",
|
|
4988
|
+
"creatives.containersV2.Whatsapp.awaitingStatusDesc": "The template has been sent for approval at {date}, {time}. It takes up to 48 hrs to get approved.",
|
|
4989
|
+
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
4990
|
+
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
4991
|
+
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
4992
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be show clickable buttons below your message.",
|
|
4993
|
+
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
4994
|
+
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
4995
|
+
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
4996
|
+
"creatives.containersV2.Whatsapp.btnTypeNone": "None",
|
|
4997
|
+
"creatives.containersV2.Whatsapp.btnTypeQuickReply": "Quick reply",
|
|
4998
|
+
"creatives.containersV2.Whatsapp.bulgarian": "Bulgarian",
|
|
4999
|
+
"creatives.containersV2.Whatsapp.cancelButtonLabel": "Cancel",
|
|
5000
|
+
"creatives.containersV2.Whatsapp.catalan": "Catalan",
|
|
5001
|
+
"creatives.containersV2.Whatsapp.chineseCHN": "Chinese (CHN)",
|
|
5002
|
+
"creatives.containersV2.Whatsapp.chineseHKG": "Chinese (HKG)",
|
|
5003
|
+
"creatives.containersV2.Whatsapp.chineseTAI": "Chinese (TAI)",
|
|
5004
|
+
"creatives.containersV2.Whatsapp.croatian": "Croatian",
|
|
5005
|
+
"creatives.containersV2.Whatsapp.ctaDesc": "Create up to 2 buttons that let customers respond to your messages or take action.",
|
|
5006
|
+
"creatives.containersV2.Whatsapp.czech": "Czech",
|
|
5007
|
+
"creatives.containersV2.Whatsapp.danish": "Danish",
|
|
5008
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltip": "This template is non-editable as this is {status}",
|
|
5009
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltipStatus": "awaiting for approval",
|
|
5010
|
+
"creatives.containersV2.Whatsapp.disabledFeatureTooltip": "Not yet enabled. Coming soon!",
|
|
5011
|
+
"creatives.containersV2.Whatsapp.dutch": "Dutch",
|
|
5012
|
+
"creatives.containersV2.Whatsapp.emptyTemplateMessageErrorMessage": "Template message cannot be empty",
|
|
5013
|
+
"creatives.containersV2.Whatsapp.english": "English",
|
|
5014
|
+
"creatives.containersV2.Whatsapp.englishUK": "English (UK)",
|
|
5015
|
+
"creatives.containersV2.Whatsapp.englishUS": "English (US)",
|
|
5016
|
+
"creatives.containersV2.Whatsapp.estonian": "Estonian",
|
|
5017
|
+
"creatives.containersV2.Whatsapp.filipino": "Filipino",
|
|
5018
|
+
"creatives.containersV2.Whatsapp.finnish": "Finnish",
|
|
5019
|
+
"creatives.containersV2.Whatsapp.french": "French",
|
|
5020
|
+
"creatives.containersV2.Whatsapp.georgian": "Georgian",
|
|
5021
|
+
"creatives.containersV2.Whatsapp.german": "German",
|
|
5022
|
+
"creatives.containersV2.Whatsapp.greek": "Greek",
|
|
5023
|
+
"creatives.containersV2.Whatsapp.gujarati": "Gujarati",
|
|
5024
|
+
"creatives.containersV2.Whatsapp.hausa": "Hausa",
|
|
5025
|
+
"creatives.containersV2.Whatsapp.hebrew": "Hebrew",
|
|
5026
|
+
"creatives.containersV2.Whatsapp.here": "here",
|
|
5027
|
+
"creatives.containersV2.Whatsapp.hindi": "Hindi",
|
|
5028
|
+
"creatives.containersV2.Whatsapp.hungarian": "Hungarian",
|
|
5029
|
+
"creatives.containersV2.Whatsapp.indonesian": "Indonesian",
|
|
5030
|
+
"creatives.containersV2.Whatsapp.inputplaceHolderText": "{value} Add labels or text or combination of both",
|
|
5031
|
+
"creatives.containersV2.Whatsapp.invalidFormatError": "INVALID FORMAT: Placeholders or other elements were formatted incorrectly.",
|
|
5032
|
+
"creatives.containersV2.Whatsapp.irish": "Irish",
|
|
5033
|
+
"creatives.containersV2.Whatsapp.italian": "Italian",
|
|
5034
|
+
"creatives.containersV2.Whatsapp.japanese": "Japanese",
|
|
5035
|
+
"creatives.containersV2.Whatsapp.kannada": "Kannada",
|
|
5036
|
+
"creatives.containersV2.Whatsapp.kazakh": "Kazakh",
|
|
5037
|
+
"creatives.containersV2.Whatsapp.kinyarwanda": "Kinyarwanda",
|
|
5038
|
+
"creatives.containersV2.Whatsapp.korean": "Korean",
|
|
5039
|
+
"creatives.containersV2.Whatsapp.kyrgyz": "Kyrgyz (Kyrgyzstan)",
|
|
5040
|
+
"creatives.containersV2.Whatsapp.labelSeperator": "|",
|
|
5041
|
+
"creatives.containersV2.Whatsapp.languageLabel": "Language",
|
|
5042
|
+
"creatives.containersV2.Whatsapp.lao": "Lao",
|
|
5043
|
+
"creatives.containersV2.Whatsapp.latvian": "Latvian",
|
|
5044
|
+
"creatives.containersV2.Whatsapp.lithuanian": "Lithuanian",
|
|
5045
|
+
"creatives.containersV2.Whatsapp.macedonian": "Macedonian",
|
|
5046
|
+
"creatives.containersV2.Whatsapp.malay": "Malay",
|
|
5047
|
+
"creatives.containersV2.Whatsapp.malayalam": "Malayalam",
|
|
5048
|
+
"creatives.containersV2.Whatsapp.marathi": "Marathi",
|
|
5049
|
+
"creatives.containersV2.Whatsapp.marketing": "Marketing",
|
|
5050
|
+
"creatives.containersV2.Whatsapp.marketingTooltip": "Send promotional offers, product announcements, and more to increase awareness and engagement.",
|
|
5051
|
+
"creatives.containersV2.Whatsapp.mediaDocument": "Document",
|
|
5052
|
+
"creatives.containersV2.Whatsapp.mediaImage": "Image",
|
|
5053
|
+
"creatives.containersV2.Whatsapp.mediaLabel": "Media",
|
|
5054
|
+
"creatives.containersV2.Whatsapp.mediaText": "Text",
|
|
5055
|
+
"creatives.containersV2.Whatsapp.mediaVideo": "Video",
|
|
5056
|
+
"creatives.containersV2.Whatsapp.messageLanguageLabel": "Message language",
|
|
5057
|
+
"creatives.containersV2.Whatsapp.modifiedUnsubscribeText": "Click {value} to unsubscribe",
|
|
5058
|
+
"creatives.containersV2.Whatsapp.noContentBetweenVars": "Add atleast 1 character between 2 variables",
|
|
5059
|
+
"creatives.containersV2.Whatsapp.norwegian": "Norwegian",
|
|
5060
|
+
"creatives.containersV2.Whatsapp.optional": "(Optional)",
|
|
5061
|
+
"creatives.containersV2.Whatsapp.otp": "Otp",
|
|
5062
|
+
"creatives.containersV2.Whatsapp.page": "page",
|
|
5063
|
+
"creatives.containersV2.Whatsapp.pages": "pages",
|
|
5064
|
+
"creatives.containersV2.Whatsapp.paymentUpdate": "Payment update",
|
|
5065
|
+
"creatives.containersV2.Whatsapp.paymentUpdateTooltip": "Send a message to customers about their payment.",
|
|
5066
|
+
"creatives.containersV2.Whatsapp.pdf": "PDF",
|
|
5067
|
+
"creatives.containersV2.Whatsapp.persian": "Persian",
|
|
5068
|
+
"creatives.containersV2.Whatsapp.polish": "Polish",
|
|
5069
|
+
"creatives.containersV2.Whatsapp.portugueseBR": "Portuguese (BR)",
|
|
5070
|
+
"creatives.containersV2.Whatsapp.portuguesePOR": "Portuguese (POR)",
|
|
5071
|
+
"creatives.containersV2.Whatsapp.punjabi": "Punjabi",
|
|
5072
|
+
"creatives.containersV2.Whatsapp.quickReplyDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
5073
|
+
"creatives.containersV2.Whatsapp.rejected": "Rejected",
|
|
5074
|
+
"creatives.containersV2.Whatsapp.rejectedStatusMsg": "This template has been rejected",
|
|
5075
|
+
"creatives.containersV2.Whatsapp.removeMultinewlineChars": "More than two consecutive line breaks are not allowed.",
|
|
5076
|
+
"creatives.containersV2.Whatsapp.repetativeVars": "Variables cannot be repeated",
|
|
5077
|
+
"creatives.containersV2.Whatsapp.reservationUpdate": "Reservation update",
|
|
5078
|
+
"creatives.containersV2.Whatsapp.reservationUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their reservations.",
|
|
5079
|
+
"creatives.containersV2.Whatsapp.romanian": "Romanian",
|
|
5080
|
+
"creatives.containersV2.Whatsapp.russian": "Russian",
|
|
5081
|
+
"creatives.containersV2.Whatsapp.select": "Select",
|
|
5082
|
+
"creatives.containersV2.Whatsapp.sendForApprovalButtonLabel": "Send for approval",
|
|
5083
|
+
"creatives.containersV2.Whatsapp.sequenceVars": "Variable name should start from {one} and it should be in sequential order",
|
|
5084
|
+
"creatives.containersV2.Whatsapp.serbian": "Serbian",
|
|
5085
|
+
"creatives.containersV2.Whatsapp.slovak": "Slovak",
|
|
5086
|
+
"creatives.containersV2.Whatsapp.slovenian": "Slovenian",
|
|
5087
|
+
"creatives.containersV2.Whatsapp.spanish": "Spanish",
|
|
5088
|
+
"creatives.containersV2.Whatsapp.spanishARG": "Spanish (ARG)",
|
|
5089
|
+
"creatives.containersV2.Whatsapp.spanishMEX": "Spanish (MEX)",
|
|
5090
|
+
"creatives.containersV2.Whatsapp.spanishSPA": "Spanish (SPA)",
|
|
5091
|
+
"creatives.containersV2.Whatsapp.swahili": "Swahili",
|
|
5092
|
+
"creatives.containersV2.Whatsapp.swedish": "Swedish",
|
|
5093
|
+
"creatives.containersV2.Whatsapp.tagContentMismatchError": "TAG CONTENT MISMATCH: The language and/or template category selected don’t match the template content.",
|
|
5094
|
+
"creatives.containersV2.Whatsapp.tamil": "Tamil",
|
|
5095
|
+
"creatives.containersV2.Whatsapp.telugu": "Telugu",
|
|
5096
|
+
"creatives.containersV2.Whatsapp.templateCategoryLabel": "Template category",
|
|
5097
|
+
"creatives.containersV2.Whatsapp.templateLanguageEnglish": "English",
|
|
5098
|
+
"creatives.containersV2.Whatsapp.templateMessageLabel": "Message",
|
|
5099
|
+
"creatives.containersV2.Whatsapp.templateMessageLength": "Characters count: {currentLength}/{maxLength}",
|
|
5100
|
+
"creatives.containersV2.Whatsapp.templateMessageLengthError": "Template message length cannot exceed 1024",
|
|
5101
|
+
"creatives.containersV2.Whatsapp.templateMessagePlaceholder": "Enter message with variable",
|
|
5102
|
+
"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.",
|
|
5103
|
+
"creatives.containersV2.Whatsapp.templateMessageUnsubscribeText": "Click {unsubscribe} to unsubscribe",
|
|
5104
|
+
"creatives.containersV2.Whatsapp.templateNameDesc": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
|
|
5105
|
+
"creatives.containersV2.Whatsapp.templateNameRegexErrorMessage": "Template name can only contain lowercase alphanumeric characters and underscores",
|
|
5106
|
+
"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\\"",
|
|
5107
|
+
"creatives.containersV2.Whatsapp.thai": "Thai",
|
|
4701
5108
|
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
4702
|
-
"creatives.containersV2.Whatsapp.
|
|
5109
|
+
"creatives.containersV2.Whatsapp.turkish": "Turkish",
|
|
5110
|
+
"creatives.containersV2.Whatsapp.ukrainian": "Ukrainian",
|
|
5111
|
+
"creatives.containersV2.Whatsapp.unknownVars": "Variable name should be numeric value from {one} to {nineteen}",
|
|
5112
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipCreateFlow": "To enable the checkbox, reduce the message character count to 988",
|
|
5113
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipEditFlow": "This is non-editable",
|
|
5114
|
+
"creatives.containersV2.Whatsapp.urdu": "Urdu",
|
|
5115
|
+
"creatives.containersV2.Whatsapp.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
|
|
5116
|
+
"creatives.containersV2.Whatsapp.utility": "Utility",
|
|
5117
|
+
"creatives.containersV2.Whatsapp.utilityTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
5118
|
+
"creatives.containersV2.Whatsapp.uzbek": "Uzbek",
|
|
5119
|
+
"creatives.containersV2.Whatsapp.videoErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
5120
|
+
"creatives.containersV2.Whatsapp.vietnamese": "Vietnamese",
|
|
5121
|
+
"creatives.containersV2.Whatsapp.whatsappCreateNotification": "{name} has been sent for approval",
|
|
5122
|
+
"creatives.containersV2.Whatsapp.zulu": "Zulu",
|
|
4703
5123
|
"creatives.containersV2.addLabels": "Add labels",
|
|
4704
5124
|
"creatives.containersV2.appName": "App Name",
|
|
4705
5125
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -5763,6 +6183,21 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
5763
6183
|
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
5764
6184
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
5765
6185
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
6186
|
+
"app.v2containers.SmsTrai.Edit.addLabels": "Add labels",
|
|
6187
|
+
"app.v2containers.SmsTrai.Edit.cancelButtonLabel": "Cancel",
|
|
6188
|
+
"app.v2containers.SmsTrai.Edit.inputplaceHolderText": "Add labels or text or combination of both",
|
|
6189
|
+
"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.",
|
|
6190
|
+
"app.v2containers.SmsTrai.Edit.saveButtonLabel": "Save",
|
|
6191
|
+
"app.v2containers.SmsTrai.Edit.senderIdlabel": "Sender ID",
|
|
6192
|
+
"app.v2containers.SmsTrai.Edit.smsEditNotification": "Sms template updated successfully",
|
|
6193
|
+
"app.v2containers.SmsTrai.Edit.templateLabel": "Template",
|
|
6194
|
+
"app.v2containers.SmsTrai.Edit.textAreaCounts": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
6195
|
+
"app.v2containers.SmsTrai.Edit.textAreaError": "Template cannot be empty",
|
|
6196
|
+
"app.v2containers.SmsTrai.Edit.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
6197
|
+
"app.v2containers.SmsTrai.Edit.traiEditSeperator": "|",
|
|
6198
|
+
"app.v2containers.SmsTrai.Edit.traiEditTitle": "Message",
|
|
6199
|
+
"app.v2containers.SmsTrai.Edit.unicodeLabel": "Allow unicode characters",
|
|
6200
|
+
"app.v2containers.SmsTrai.Edit.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
5766
6201
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
5767
6202
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
5768
6203
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -5891,6 +6326,31 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
5891
6326
|
"creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "Number of days before expiry",
|
|
5892
6327
|
"creatives.componentsV2.CapTagList.outbound": "Outbound",
|
|
5893
6328
|
"creatives.componentsV2.CapTagList.search": "Search",
|
|
6329
|
+
"creatives.componentsV2.CapWhatsappCTA.addButton": "Add button",
|
|
6330
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaAddDisabled": "Please save the first button before proceeding to create second button",
|
|
6331
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonErrorMessage": "Newlines, Emojis, or Special characters are not allowed",
|
|
6332
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonText": "Button text",
|
|
6333
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonTextPlaceholder": "Enter button text",
|
|
6334
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonTextTooltip": "Use this to name the button. We would recommend not to use special characters for the button text.",
|
|
6335
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaDynamicPlaceholder": "Enter URL, variable is added by default",
|
|
6336
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaOptionDisabledTooltip": "This type of button can only be added once",
|
|
6337
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaPhoneNo": "Phone number",
|
|
6338
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaPhoneNoPlaceholder": "Enter phone number",
|
|
6339
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaSaveDisabled": "Please complete the above fields to enable button",
|
|
6340
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaStaticPlaceholder": "Enter website URL",
|
|
6341
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaType": "Type of action",
|
|
6342
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsite": "Website",
|
|
6343
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteType": "URL Type",
|
|
6344
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeDynamic": "Dynamic",
|
|
6345
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeStatic": "Static",
|
|
6346
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrl": "Website URL",
|
|
6347
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrlErrorMessage": "URL is not valid",
|
|
6348
|
+
"creatives.componentsV2.CapWhatsappCTA.dynamicUrlTooltip": "Only one variable can be added to a URL. No need to add {one} to the end of the URL",
|
|
6349
|
+
"creatives.componentsV2.CapWhatsappCTA.dynamicUrlWithMoreVarErrorMessage": "Button with url type as dynamic can have only 1 variable",
|
|
6350
|
+
"creatives.componentsV2.CapWhatsappCTA.staticUrlWithVarErrorMessage": "Button with url type as static cannot contain variables",
|
|
6351
|
+
"creatives.componentsV2.CapWhatsappCTA.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
|
|
6352
|
+
"creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListLabel": "Add URL label",
|
|
6353
|
+
"creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListRevert": "Reset website URL label to default value",
|
|
5894
6354
|
"creatives.componentsV2.Ckeditor.header": "This is the Ckeditor component !",
|
|
5895
6355
|
"creatives.componentsV2.CmsTemplatesComponent.header": "This is the CmsTemplatesComponent component !",
|
|
5896
6356
|
"creatives.componentsV2.CmsTemplatesComponent.select": "Select",
|
|
@@ -6302,8 +6762,8 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
6302
6762
|
"creatives.containers.MobilePush.Create.button2": "Button 2",
|
|
6303
6763
|
"creatives.containers.MobilePush.Create.cancel": "Cancel",
|
|
6304
6764
|
"creatives.containers.MobilePush.Create.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
6305
|
-
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy
|
|
6306
|
-
"creatives.containers.MobilePush.Create.copyFromIos": "Copy
|
|
6765
|
+
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
6766
|
+
"creatives.containers.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
6307
6767
|
"creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
6308
6768
|
"creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
6309
6769
|
"creatives.containers.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -6367,8 +6827,8 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
6367
6827
|
"creatives.containers.MobilePush.Edit.button2": "Button 2",
|
|
6368
6828
|
"creatives.containers.MobilePush.Edit.cancel": "Cancel",
|
|
6369
6829
|
"creatives.containers.MobilePush.Edit.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
6370
|
-
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy
|
|
6371
|
-
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy
|
|
6830
|
+
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
6831
|
+
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
6372
6832
|
"creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
6373
6833
|
"creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
6374
6834
|
"creatives.containers.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -6596,6 +7056,7 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
6596
7056
|
"creatives.containersV2.Cap.ebill": "Ebill",
|
|
6597
7057
|
"creatives.containersV2.Cap.email": "Email",
|
|
6598
7058
|
"creatives.containersV2.Cap.gallery": "Gallery",
|
|
7059
|
+
"creatives.containersV2.Cap.journeys": "Journeys",
|
|
6599
7060
|
"creatives.containersV2.Cap.loyalty": "Loyalty",
|
|
6600
7061
|
"creatives.containersV2.Cap.memberCare": "Member Care",
|
|
6601
7062
|
"creatives.containersV2.Cap.sms": "SMS",
|
|
@@ -6636,7 +7097,6 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
6636
7097
|
"creatives.containersV2.CapFacebookPreview.suggestedVideoMobile": "Suggested video mobile",
|
|
6637
7098
|
"creatives.containersV2.CapFacebookPreview.videoNotePreview": "Facebook may take time to upload the video. Please try Refreshing.",
|
|
6638
7099
|
"creatives.containersV2.CapFacebookPreview.watchFeedMobile": "Watch feed mobile",
|
|
6639
|
-
"creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
|
|
6640
7100
|
"creatives.containersV2.Create.addLabel": "Add label",
|
|
6641
7101
|
"creatives.containersV2.Create.alertMessage": "Alert",
|
|
6642
7102
|
"creatives.containersV2.Create.cancelButton": "Cancel",
|
|
@@ -7117,11 +7577,13 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
7117
7577
|
"creatives.containersV2.LineVideo.actionLabelTitle": "Action button label",
|
|
7118
7578
|
"creatives.containersV2.LineVideo.actionUrlPlaceholder": "Enter URL",
|
|
7119
7579
|
"creatives.containersV2.LineVideo.actionUrlTitle": "Link Url",
|
|
7580
|
+
"creatives.containersV2.LineVideo.display": "Display",
|
|
7120
7581
|
"creatives.containersV2.LineVideo.dragAndDrop": "Drag and drop video here",
|
|
7121
7582
|
"creatives.containersV2.LineVideo.emptyAltTextErrorMessage": "Title can not be empty",
|
|
7122
7583
|
"creatives.containersV2.LineVideo.emptyLabelErrorMessage": "Action label can not be more empty",
|
|
7123
7584
|
"creatives.containersV2.LineVideo.emptyTitleErrorMessage": "Template title can not be empty",
|
|
7124
7585
|
"creatives.containersV2.LineVideo.emptyUrlErrorMessage": "Action URL can not be more empty",
|
|
7586
|
+
"creatives.containersV2.LineVideo.hide": "Hide",
|
|
7125
7587
|
"creatives.containersV2.LineVideo.imageGallery": "Gallery",
|
|
7126
7588
|
"creatives.containersV2.LineVideo.imageReUpload": "Re upload",
|
|
7127
7589
|
"creatives.containersV2.LineVideo.inValidUrlErrorMessage": "Action url is not valid",
|
|
@@ -7165,19 +7627,29 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
7165
7627
|
"creatives.containersV2.MobilePush.Create.Image": "Image",
|
|
7166
7628
|
"creatives.containersV2.MobilePush.Create.ImageUploadLabel": "Upload image",
|
|
7167
7629
|
"creatives.containersV2.MobilePush.Create.Tags": "Tags",
|
|
7630
|
+
"creatives.containersV2.MobilePush.Create.aPageWithMobileApp": "A page within mobile app",
|
|
7168
7631
|
"creatives.containersV2.MobilePush.Create.accountId": "Account id",
|
|
7632
|
+
"creatives.containersV2.MobilePush.Create.addActionButtonsToNotification": "Add action buttons to notification",
|
|
7633
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContent": "Add action link to content",
|
|
7634
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
7169
7635
|
"creatives.containersV2.MobilePush.Create.addAnotherCTA": "Add another CTA",
|
|
7636
|
+
"creatives.containersV2.MobilePush.Create.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
7170
7637
|
"creatives.containersV2.MobilePush.Create.addPrimaryCTA": "Add primary CTA",
|
|
7638
|
+
"creatives.containersV2.MobilePush.Create.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
7171
7639
|
"creatives.containersV2.MobilePush.Create.addSecondaryCTA": "Add secondary CTA",
|
|
7172
7640
|
"creatives.containersV2.MobilePush.Create.alertMessage": "Alert",
|
|
7641
|
+
"creatives.containersV2.MobilePush.Create.anExternalWebPage": "An external web page",
|
|
7173
7642
|
"creatives.containersV2.MobilePush.Create.androidNotConfigured": "Android template is not configured. Save without Android template",
|
|
7174
7643
|
"creatives.containersV2.MobilePush.Create.button1": "Button 1",
|
|
7175
7644
|
"creatives.containersV2.MobilePush.Create.button2": "Button 2",
|
|
7645
|
+
"creatives.containersV2.MobilePush.Create.buttonLabel": "Button label",
|
|
7176
7646
|
"creatives.containersV2.MobilePush.Create.cancel": "Cancel",
|
|
7177
7647
|
"creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
7178
7648
|
"creatives.containersV2.MobilePush.Create.change": "change",
|
|
7179
|
-
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy
|
|
7180
|
-
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy
|
|
7649
|
+
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
7650
|
+
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
7651
|
+
"creatives.containersV2.MobilePush.Create.coverImage": "Cover image",
|
|
7652
|
+
"creatives.containersV2.MobilePush.Create.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
7181
7653
|
"creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
7182
7654
|
"creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
7183
7655
|
"creatives.containersV2.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -7220,6 +7692,7 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
7220
7692
|
"creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "Mobile push template created successfully",
|
|
7221
7693
|
"creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "Please provide a template name",
|
|
7222
7694
|
"creatives.containersV2.MobilePush.Create.templateNotConfigured": "template not configured,",
|
|
7695
|
+
"creatives.containersV2.MobilePush.Create.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
|
|
7223
7696
|
"creatives.containersV2.MobilePush.Create.title": "Title",
|
|
7224
7697
|
"creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
7225
7698
|
"creatives.containersV2.MobilePush.Create.titleLabel": "Title*",
|
|
@@ -7237,19 +7710,29 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
7237
7710
|
"creatives.containersV2.MobilePush.Edit.Image": "Image",
|
|
7238
7711
|
"creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "Upload image",
|
|
7239
7712
|
"creatives.containersV2.MobilePush.Edit.Tags": "Tags",
|
|
7713
|
+
"creatives.containersV2.MobilePush.Edit.aPageWithMobileApp": "A page within mobile app",
|
|
7240
7714
|
"creatives.containersV2.MobilePush.Edit.accountId": "Account id",
|
|
7715
|
+
"creatives.containersV2.MobilePush.Edit.addActionButtonsToNotification": "Add action buttons to notification",
|
|
7716
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContent": "Add action link to content",
|
|
7717
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
7241
7718
|
"creatives.containersV2.MobilePush.Edit.addAnotherCTA": "Add another CTA",
|
|
7719
|
+
"creatives.containersV2.MobilePush.Edit.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
7242
7720
|
"creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "Add primary CTA",
|
|
7721
|
+
"creatives.containersV2.MobilePush.Edit.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
7243
7722
|
"creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "Add secondary CTA",
|
|
7244
7723
|
"creatives.containersV2.MobilePush.Edit.alertMessage": "Alert",
|
|
7724
|
+
"creatives.containersV2.MobilePush.Edit.anExternalWebPage": "An external web page",
|
|
7245
7725
|
"creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "Android template is not configured. Continue save?",
|
|
7246
7726
|
"creatives.containersV2.MobilePush.Edit.button1": "Button 1",
|
|
7247
7727
|
"creatives.containersV2.MobilePush.Edit.button2": "Button 2",
|
|
7728
|
+
"creatives.containersV2.MobilePush.Edit.buttonLabel": "Button label",
|
|
7248
7729
|
"creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
|
|
7249
7730
|
"creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
7250
7731
|
"creatives.containersV2.MobilePush.Edit.change": "change",
|
|
7251
|
-
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy
|
|
7252
|
-
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy
|
|
7732
|
+
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
7733
|
+
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
7734
|
+
"creatives.containersV2.MobilePush.Edit.coverImage": "Cover image",
|
|
7735
|
+
"creatives.containersV2.MobilePush.Edit.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
7253
7736
|
"creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
7254
7737
|
"creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
7255
7738
|
"creatives.containersV2.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -7292,6 +7775,7 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
7292
7775
|
"creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "MOBILEPUSH template edited successfully",
|
|
7293
7776
|
"creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "Please provide a template name",
|
|
7294
7777
|
"creatives.containersV2.MobilePush.Edit.templateNotConfigured": "Template not configured,",
|
|
7778
|
+
"creatives.containersV2.MobilePush.Edit.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
|
|
7295
7779
|
"creatives.containersV2.MobilePush.Edit.title": "Title",
|
|
7296
7780
|
"creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
7297
7781
|
"creatives.containersV2.MobilePush.Edit.titleLabel": "Title*",
|
|
@@ -7528,11 +8012,157 @@ new message content.",
|
|
|
7528
8012
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
7529
8013
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
7530
8014
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
8015
|
+
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
8016
|
+
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
8017
|
+
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
8018
|
+
"creatives.containersV2.Whatsapp.addVar": "Add variables",
|
|
8019
|
+
"creatives.containersV2.Whatsapp.afrikaans": "Afrikaans",
|
|
8020
|
+
"creatives.containersV2.Whatsapp.albanian": "Albanian",
|
|
7531
8021
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
7532
8022
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
8023
|
+
"creatives.containersV2.Whatsapp.appointmentUpdate": "Appointment update",
|
|
8024
|
+
"creatives.containersV2.Whatsapp.appointmentUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their appointments.",
|
|
7533
8025
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
8026
|
+
"creatives.containersV2.Whatsapp.approvedStatusMsg": "This template has been approved",
|
|
8027
|
+
"creatives.containersV2.Whatsapp.arabic": "Arabic",
|
|
8028
|
+
"creatives.containersV2.Whatsapp.authentication": "Authentication",
|
|
8029
|
+
"creatives.containersV2.Whatsapp.authenticationTooltip": "Send codes that allow your customers to securely access their accounts.",
|
|
8030
|
+
"creatives.containersV2.Whatsapp.awaitingApproval": "Awaiting approval",
|
|
8031
|
+
"creatives.containersV2.Whatsapp.awaitingStatusDesc": "The template has been sent for approval at {date}, {time}. It takes up to 48 hrs to get approved.",
|
|
8032
|
+
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
8033
|
+
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
8034
|
+
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
8035
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be show clickable buttons below your message.",
|
|
8036
|
+
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
8037
|
+
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
8038
|
+
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
8039
|
+
"creatives.containersV2.Whatsapp.btnTypeNone": "None",
|
|
8040
|
+
"creatives.containersV2.Whatsapp.btnTypeQuickReply": "Quick reply",
|
|
8041
|
+
"creatives.containersV2.Whatsapp.bulgarian": "Bulgarian",
|
|
8042
|
+
"creatives.containersV2.Whatsapp.cancelButtonLabel": "Cancel",
|
|
8043
|
+
"creatives.containersV2.Whatsapp.catalan": "Catalan",
|
|
8044
|
+
"creatives.containersV2.Whatsapp.chineseCHN": "Chinese (CHN)",
|
|
8045
|
+
"creatives.containersV2.Whatsapp.chineseHKG": "Chinese (HKG)",
|
|
8046
|
+
"creatives.containersV2.Whatsapp.chineseTAI": "Chinese (TAI)",
|
|
8047
|
+
"creatives.containersV2.Whatsapp.croatian": "Croatian",
|
|
8048
|
+
"creatives.containersV2.Whatsapp.ctaDesc": "Create up to 2 buttons that let customers respond to your messages or take action.",
|
|
8049
|
+
"creatives.containersV2.Whatsapp.czech": "Czech",
|
|
8050
|
+
"creatives.containersV2.Whatsapp.danish": "Danish",
|
|
8051
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltip": "This template is non-editable as this is {status}",
|
|
8052
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltipStatus": "awaiting for approval",
|
|
8053
|
+
"creatives.containersV2.Whatsapp.disabledFeatureTooltip": "Not yet enabled. Coming soon!",
|
|
8054
|
+
"creatives.containersV2.Whatsapp.dutch": "Dutch",
|
|
8055
|
+
"creatives.containersV2.Whatsapp.emptyTemplateMessageErrorMessage": "Template message cannot be empty",
|
|
8056
|
+
"creatives.containersV2.Whatsapp.english": "English",
|
|
8057
|
+
"creatives.containersV2.Whatsapp.englishUK": "English (UK)",
|
|
8058
|
+
"creatives.containersV2.Whatsapp.englishUS": "English (US)",
|
|
8059
|
+
"creatives.containersV2.Whatsapp.estonian": "Estonian",
|
|
8060
|
+
"creatives.containersV2.Whatsapp.filipino": "Filipino",
|
|
8061
|
+
"creatives.containersV2.Whatsapp.finnish": "Finnish",
|
|
8062
|
+
"creatives.containersV2.Whatsapp.french": "French",
|
|
8063
|
+
"creatives.containersV2.Whatsapp.georgian": "Georgian",
|
|
8064
|
+
"creatives.containersV2.Whatsapp.german": "German",
|
|
8065
|
+
"creatives.containersV2.Whatsapp.greek": "Greek",
|
|
8066
|
+
"creatives.containersV2.Whatsapp.gujarati": "Gujarati",
|
|
8067
|
+
"creatives.containersV2.Whatsapp.hausa": "Hausa",
|
|
8068
|
+
"creatives.containersV2.Whatsapp.hebrew": "Hebrew",
|
|
8069
|
+
"creatives.containersV2.Whatsapp.here": "here",
|
|
8070
|
+
"creatives.containersV2.Whatsapp.hindi": "Hindi",
|
|
8071
|
+
"creatives.containersV2.Whatsapp.hungarian": "Hungarian",
|
|
8072
|
+
"creatives.containersV2.Whatsapp.indonesian": "Indonesian",
|
|
8073
|
+
"creatives.containersV2.Whatsapp.inputplaceHolderText": "{value} Add labels or text or combination of both",
|
|
8074
|
+
"creatives.containersV2.Whatsapp.invalidFormatError": "INVALID FORMAT: Placeholders or other elements were formatted incorrectly.",
|
|
8075
|
+
"creatives.containersV2.Whatsapp.irish": "Irish",
|
|
8076
|
+
"creatives.containersV2.Whatsapp.italian": "Italian",
|
|
8077
|
+
"creatives.containersV2.Whatsapp.japanese": "Japanese",
|
|
8078
|
+
"creatives.containersV2.Whatsapp.kannada": "Kannada",
|
|
8079
|
+
"creatives.containersV2.Whatsapp.kazakh": "Kazakh",
|
|
8080
|
+
"creatives.containersV2.Whatsapp.kinyarwanda": "Kinyarwanda",
|
|
8081
|
+
"creatives.containersV2.Whatsapp.korean": "Korean",
|
|
8082
|
+
"creatives.containersV2.Whatsapp.kyrgyz": "Kyrgyz (Kyrgyzstan)",
|
|
8083
|
+
"creatives.containersV2.Whatsapp.labelSeperator": "|",
|
|
8084
|
+
"creatives.containersV2.Whatsapp.languageLabel": "Language",
|
|
8085
|
+
"creatives.containersV2.Whatsapp.lao": "Lao",
|
|
8086
|
+
"creatives.containersV2.Whatsapp.latvian": "Latvian",
|
|
8087
|
+
"creatives.containersV2.Whatsapp.lithuanian": "Lithuanian",
|
|
8088
|
+
"creatives.containersV2.Whatsapp.macedonian": "Macedonian",
|
|
8089
|
+
"creatives.containersV2.Whatsapp.malay": "Malay",
|
|
8090
|
+
"creatives.containersV2.Whatsapp.malayalam": "Malayalam",
|
|
8091
|
+
"creatives.containersV2.Whatsapp.marathi": "Marathi",
|
|
8092
|
+
"creatives.containersV2.Whatsapp.marketing": "Marketing",
|
|
8093
|
+
"creatives.containersV2.Whatsapp.marketingTooltip": "Send promotional offers, product announcements, and more to increase awareness and engagement.",
|
|
8094
|
+
"creatives.containersV2.Whatsapp.mediaDocument": "Document",
|
|
8095
|
+
"creatives.containersV2.Whatsapp.mediaImage": "Image",
|
|
8096
|
+
"creatives.containersV2.Whatsapp.mediaLabel": "Media",
|
|
8097
|
+
"creatives.containersV2.Whatsapp.mediaText": "Text",
|
|
8098
|
+
"creatives.containersV2.Whatsapp.mediaVideo": "Video",
|
|
8099
|
+
"creatives.containersV2.Whatsapp.messageLanguageLabel": "Message language",
|
|
8100
|
+
"creatives.containersV2.Whatsapp.modifiedUnsubscribeText": "Click {value} to unsubscribe",
|
|
8101
|
+
"creatives.containersV2.Whatsapp.noContentBetweenVars": "Add atleast 1 character between 2 variables",
|
|
8102
|
+
"creatives.containersV2.Whatsapp.norwegian": "Norwegian",
|
|
8103
|
+
"creatives.containersV2.Whatsapp.optional": "(Optional)",
|
|
8104
|
+
"creatives.containersV2.Whatsapp.otp": "Otp",
|
|
8105
|
+
"creatives.containersV2.Whatsapp.page": "page",
|
|
8106
|
+
"creatives.containersV2.Whatsapp.pages": "pages",
|
|
8107
|
+
"creatives.containersV2.Whatsapp.paymentUpdate": "Payment update",
|
|
8108
|
+
"creatives.containersV2.Whatsapp.paymentUpdateTooltip": "Send a message to customers about their payment.",
|
|
8109
|
+
"creatives.containersV2.Whatsapp.pdf": "PDF",
|
|
8110
|
+
"creatives.containersV2.Whatsapp.persian": "Persian",
|
|
8111
|
+
"creatives.containersV2.Whatsapp.polish": "Polish",
|
|
8112
|
+
"creatives.containersV2.Whatsapp.portugueseBR": "Portuguese (BR)",
|
|
8113
|
+
"creatives.containersV2.Whatsapp.portuguesePOR": "Portuguese (POR)",
|
|
8114
|
+
"creatives.containersV2.Whatsapp.punjabi": "Punjabi",
|
|
8115
|
+
"creatives.containersV2.Whatsapp.quickReplyDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
8116
|
+
"creatives.containersV2.Whatsapp.rejected": "Rejected",
|
|
8117
|
+
"creatives.containersV2.Whatsapp.rejectedStatusMsg": "This template has been rejected",
|
|
8118
|
+
"creatives.containersV2.Whatsapp.removeMultinewlineChars": "More than two consecutive line breaks are not allowed.",
|
|
8119
|
+
"creatives.containersV2.Whatsapp.repetativeVars": "Variables cannot be repeated",
|
|
8120
|
+
"creatives.containersV2.Whatsapp.reservationUpdate": "Reservation update",
|
|
8121
|
+
"creatives.containersV2.Whatsapp.reservationUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their reservations.",
|
|
8122
|
+
"creatives.containersV2.Whatsapp.romanian": "Romanian",
|
|
8123
|
+
"creatives.containersV2.Whatsapp.russian": "Russian",
|
|
8124
|
+
"creatives.containersV2.Whatsapp.select": "Select",
|
|
8125
|
+
"creatives.containersV2.Whatsapp.sendForApprovalButtonLabel": "Send for approval",
|
|
8126
|
+
"creatives.containersV2.Whatsapp.sequenceVars": "Variable name should start from {one} and it should be in sequential order",
|
|
8127
|
+
"creatives.containersV2.Whatsapp.serbian": "Serbian",
|
|
8128
|
+
"creatives.containersV2.Whatsapp.slovak": "Slovak",
|
|
8129
|
+
"creatives.containersV2.Whatsapp.slovenian": "Slovenian",
|
|
8130
|
+
"creatives.containersV2.Whatsapp.spanish": "Spanish",
|
|
8131
|
+
"creatives.containersV2.Whatsapp.spanishARG": "Spanish (ARG)",
|
|
8132
|
+
"creatives.containersV2.Whatsapp.spanishMEX": "Spanish (MEX)",
|
|
8133
|
+
"creatives.containersV2.Whatsapp.spanishSPA": "Spanish (SPA)",
|
|
8134
|
+
"creatives.containersV2.Whatsapp.swahili": "Swahili",
|
|
8135
|
+
"creatives.containersV2.Whatsapp.swedish": "Swedish",
|
|
8136
|
+
"creatives.containersV2.Whatsapp.tagContentMismatchError": "TAG CONTENT MISMATCH: The language and/or template category selected don’t match the template content.",
|
|
8137
|
+
"creatives.containersV2.Whatsapp.tamil": "Tamil",
|
|
8138
|
+
"creatives.containersV2.Whatsapp.telugu": "Telugu",
|
|
8139
|
+
"creatives.containersV2.Whatsapp.templateCategoryLabel": "Template category",
|
|
8140
|
+
"creatives.containersV2.Whatsapp.templateLanguageEnglish": "English",
|
|
8141
|
+
"creatives.containersV2.Whatsapp.templateMessageLabel": "Message",
|
|
8142
|
+
"creatives.containersV2.Whatsapp.templateMessageLength": "Characters count: {currentLength}/{maxLength}",
|
|
8143
|
+
"creatives.containersV2.Whatsapp.templateMessageLengthError": "Template message length cannot exceed 1024",
|
|
8144
|
+
"creatives.containersV2.Whatsapp.templateMessagePlaceholder": "Enter message with variable",
|
|
8145
|
+
"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.",
|
|
8146
|
+
"creatives.containersV2.Whatsapp.templateMessageUnsubscribeText": "Click {unsubscribe} to unsubscribe",
|
|
8147
|
+
"creatives.containersV2.Whatsapp.templateNameDesc": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
|
|
8148
|
+
"creatives.containersV2.Whatsapp.templateNameRegexErrorMessage": "Template name can only contain lowercase alphanumeric characters and underscores",
|
|
8149
|
+
"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\\"",
|
|
8150
|
+
"creatives.containersV2.Whatsapp.thai": "Thai",
|
|
7534
8151
|
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
7535
|
-
"creatives.containersV2.Whatsapp.
|
|
8152
|
+
"creatives.containersV2.Whatsapp.turkish": "Turkish",
|
|
8153
|
+
"creatives.containersV2.Whatsapp.ukrainian": "Ukrainian",
|
|
8154
|
+
"creatives.containersV2.Whatsapp.unknownVars": "Variable name should be numeric value from {one} to {nineteen}",
|
|
8155
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipCreateFlow": "To enable the checkbox, reduce the message character count to 988",
|
|
8156
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipEditFlow": "This is non-editable",
|
|
8157
|
+
"creatives.containersV2.Whatsapp.urdu": "Urdu",
|
|
8158
|
+
"creatives.containersV2.Whatsapp.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
|
|
8159
|
+
"creatives.containersV2.Whatsapp.utility": "Utility",
|
|
8160
|
+
"creatives.containersV2.Whatsapp.utilityTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
8161
|
+
"creatives.containersV2.Whatsapp.uzbek": "Uzbek",
|
|
8162
|
+
"creatives.containersV2.Whatsapp.videoErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
8163
|
+
"creatives.containersV2.Whatsapp.vietnamese": "Vietnamese",
|
|
8164
|
+
"creatives.containersV2.Whatsapp.whatsappCreateNotification": "{name} has been sent for approval",
|
|
8165
|
+
"creatives.containersV2.Whatsapp.zulu": "Zulu",
|
|
7536
8166
|
"creatives.containersV2.addLabels": "Add labels",
|
|
7537
8167
|
"creatives.containersV2.appName": "App Name",
|
|
7538
8168
|
"creatives.containersV2.applyNow": "Apply now",
|
|
@@ -8589,6 +9219,21 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
8589
9219
|
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
8590
9220
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
8591
9221
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
9222
|
+
"app.v2containers.SmsTrai.Edit.addLabels": "Add labels",
|
|
9223
|
+
"app.v2containers.SmsTrai.Edit.cancelButtonLabel": "Cancel",
|
|
9224
|
+
"app.v2containers.SmsTrai.Edit.inputplaceHolderText": "Add labels or text or combination of both",
|
|
9225
|
+
"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.",
|
|
9226
|
+
"app.v2containers.SmsTrai.Edit.saveButtonLabel": "Save",
|
|
9227
|
+
"app.v2containers.SmsTrai.Edit.senderIdlabel": "Sender ID",
|
|
9228
|
+
"app.v2containers.SmsTrai.Edit.smsEditNotification": "Sms template updated successfully",
|
|
9229
|
+
"app.v2containers.SmsTrai.Edit.templateLabel": "Template",
|
|
9230
|
+
"app.v2containers.SmsTrai.Edit.textAreaCounts": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
9231
|
+
"app.v2containers.SmsTrai.Edit.textAreaError": "Template cannot be empty",
|
|
9232
|
+
"app.v2containers.SmsTrai.Edit.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
9233
|
+
"app.v2containers.SmsTrai.Edit.traiEditSeperator": "|",
|
|
9234
|
+
"app.v2containers.SmsTrai.Edit.traiEditTitle": "Message",
|
|
9235
|
+
"app.v2containers.SmsTrai.Edit.unicodeLabel": "Allow unicode characters",
|
|
9236
|
+
"app.v2containers.SmsTrai.Edit.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
8592
9237
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
8593
9238
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
8594
9239
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -8717,6 +9362,31 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
8717
9362
|
"creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "Number of days before expiry",
|
|
8718
9363
|
"creatives.componentsV2.CapTagList.outbound": "Outbound",
|
|
8719
9364
|
"creatives.componentsV2.CapTagList.search": "Search",
|
|
9365
|
+
"creatives.componentsV2.CapWhatsappCTA.addButton": "Add button",
|
|
9366
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaAddDisabled": "Please save the first button before proceeding to create second button",
|
|
9367
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonErrorMessage": "Newlines, Emojis, or Special characters are not allowed",
|
|
9368
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonText": "Button text",
|
|
9369
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonTextPlaceholder": "Enter button text",
|
|
9370
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonTextTooltip": "Use this to name the button. We would recommend not to use special characters for the button text.",
|
|
9371
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaDynamicPlaceholder": "Enter URL, variable is added by default",
|
|
9372
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaOptionDisabledTooltip": "This type of button can only be added once",
|
|
9373
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaPhoneNo": "Phone number",
|
|
9374
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaPhoneNoPlaceholder": "Enter phone number",
|
|
9375
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaSaveDisabled": "Please complete the above fields to enable button",
|
|
9376
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaStaticPlaceholder": "Enter website URL",
|
|
9377
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaType": "Type of action",
|
|
9378
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsite": "Website",
|
|
9379
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteType": "URL Type",
|
|
9380
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeDynamic": "Dynamic",
|
|
9381
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeStatic": "Static",
|
|
9382
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrl": "Website URL",
|
|
9383
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrlErrorMessage": "URL is not valid",
|
|
9384
|
+
"creatives.componentsV2.CapWhatsappCTA.dynamicUrlTooltip": "Only one variable can be added to a URL. No need to add {one} to the end of the URL",
|
|
9385
|
+
"creatives.componentsV2.CapWhatsappCTA.dynamicUrlWithMoreVarErrorMessage": "Button with url type as dynamic can have only 1 variable",
|
|
9386
|
+
"creatives.componentsV2.CapWhatsappCTA.staticUrlWithVarErrorMessage": "Button with url type as static cannot contain variables",
|
|
9387
|
+
"creatives.componentsV2.CapWhatsappCTA.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
|
|
9388
|
+
"creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListLabel": "Add URL label",
|
|
9389
|
+
"creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListRevert": "Reset website URL label to default value",
|
|
8720
9390
|
"creatives.componentsV2.Ckeditor.header": "This is the Ckeditor component !",
|
|
8721
9391
|
"creatives.componentsV2.CmsTemplatesComponent.header": "This is the CmsTemplatesComponent component !",
|
|
8722
9392
|
"creatives.componentsV2.CmsTemplatesComponent.select": "Select",
|
|
@@ -9128,8 +9798,8 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
9128
9798
|
"creatives.containers.MobilePush.Create.button2": "Button 2",
|
|
9129
9799
|
"creatives.containers.MobilePush.Create.cancel": "Cancel",
|
|
9130
9800
|
"creatives.containers.MobilePush.Create.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
9131
|
-
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy
|
|
9132
|
-
"creatives.containers.MobilePush.Create.copyFromIos": "Copy
|
|
9801
|
+
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
9802
|
+
"creatives.containers.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
9133
9803
|
"creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
9134
9804
|
"creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
9135
9805
|
"creatives.containers.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -9193,8 +9863,8 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
9193
9863
|
"creatives.containers.MobilePush.Edit.button2": "Button 2",
|
|
9194
9864
|
"creatives.containers.MobilePush.Edit.cancel": "Cancel",
|
|
9195
9865
|
"creatives.containers.MobilePush.Edit.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
9196
|
-
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy
|
|
9197
|
-
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy
|
|
9866
|
+
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
9867
|
+
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
9198
9868
|
"creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
9199
9869
|
"creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
9200
9870
|
"creatives.containers.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -9422,6 +10092,7 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
9422
10092
|
"creatives.containersV2.Cap.ebill": "Ebill",
|
|
9423
10093
|
"creatives.containersV2.Cap.email": "Email",
|
|
9424
10094
|
"creatives.containersV2.Cap.gallery": "Gallery",
|
|
10095
|
+
"creatives.containersV2.Cap.journeys": "Journeys",
|
|
9425
10096
|
"creatives.containersV2.Cap.loyalty": "Loyalty",
|
|
9426
10097
|
"creatives.containersV2.Cap.memberCare": "Member Care",
|
|
9427
10098
|
"creatives.containersV2.Cap.sms": "SMS",
|
|
@@ -9462,7 +10133,6 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
9462
10133
|
"creatives.containersV2.CapFacebookPreview.suggestedVideoMobile": "Suggested video mobile",
|
|
9463
10134
|
"creatives.containersV2.CapFacebookPreview.videoNotePreview": "Facebook may take time to upload the video. Please try Refreshing.",
|
|
9464
10135
|
"creatives.containersV2.CapFacebookPreview.watchFeedMobile": "Watch feed mobile",
|
|
9465
|
-
"creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
|
|
9466
10136
|
"creatives.containersV2.Create.addLabel": "Add label",
|
|
9467
10137
|
"creatives.containersV2.Create.alertMessage": "Alert",
|
|
9468
10138
|
"creatives.containersV2.Create.cancelButton": "Cancel",
|
|
@@ -9943,11 +10613,13 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
9943
10613
|
"creatives.containersV2.LineVideo.actionLabelTitle": "Action button label",
|
|
9944
10614
|
"creatives.containersV2.LineVideo.actionUrlPlaceholder": "Enter URL",
|
|
9945
10615
|
"creatives.containersV2.LineVideo.actionUrlTitle": "Link Url",
|
|
10616
|
+
"creatives.containersV2.LineVideo.display": "Display",
|
|
9946
10617
|
"creatives.containersV2.LineVideo.dragAndDrop": "Drag and drop video here",
|
|
9947
10618
|
"creatives.containersV2.LineVideo.emptyAltTextErrorMessage": "Title can not be empty",
|
|
9948
10619
|
"creatives.containersV2.LineVideo.emptyLabelErrorMessage": "Action label can not be more empty",
|
|
9949
10620
|
"creatives.containersV2.LineVideo.emptyTitleErrorMessage": "Template title can not be empty",
|
|
9950
10621
|
"creatives.containersV2.LineVideo.emptyUrlErrorMessage": "Action URL can not be more empty",
|
|
10622
|
+
"creatives.containersV2.LineVideo.hide": "Hide",
|
|
9951
10623
|
"creatives.containersV2.LineVideo.imageGallery": "Gallery",
|
|
9952
10624
|
"creatives.containersV2.LineVideo.imageReUpload": "Re upload",
|
|
9953
10625
|
"creatives.containersV2.LineVideo.inValidUrlErrorMessage": "Action url is not valid",
|
|
@@ -9991,19 +10663,29 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
9991
10663
|
"creatives.containersV2.MobilePush.Create.Image": "Image",
|
|
9992
10664
|
"creatives.containersV2.MobilePush.Create.ImageUploadLabel": "Upload image",
|
|
9993
10665
|
"creatives.containersV2.MobilePush.Create.Tags": "Tags",
|
|
10666
|
+
"creatives.containersV2.MobilePush.Create.aPageWithMobileApp": "A page within mobile app",
|
|
9994
10667
|
"creatives.containersV2.MobilePush.Create.accountId": "Account id",
|
|
10668
|
+
"creatives.containersV2.MobilePush.Create.addActionButtonsToNotification": "Add action buttons to notification",
|
|
10669
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContent": "Add action link to content",
|
|
10670
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
9995
10671
|
"creatives.containersV2.MobilePush.Create.addAnotherCTA": "Add another CTA",
|
|
10672
|
+
"creatives.containersV2.MobilePush.Create.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
9996
10673
|
"creatives.containersV2.MobilePush.Create.addPrimaryCTA": "Add primary CTA",
|
|
10674
|
+
"creatives.containersV2.MobilePush.Create.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
9997
10675
|
"creatives.containersV2.MobilePush.Create.addSecondaryCTA": "Add secondary CTA",
|
|
9998
10676
|
"creatives.containersV2.MobilePush.Create.alertMessage": "Alert",
|
|
10677
|
+
"creatives.containersV2.MobilePush.Create.anExternalWebPage": "An external web page",
|
|
9999
10678
|
"creatives.containersV2.MobilePush.Create.androidNotConfigured": "Android template is not configured. Save without Android template",
|
|
10000
10679
|
"creatives.containersV2.MobilePush.Create.button1": "Button 1",
|
|
10001
10680
|
"creatives.containersV2.MobilePush.Create.button2": "Button 2",
|
|
10681
|
+
"creatives.containersV2.MobilePush.Create.buttonLabel": "Button label",
|
|
10002
10682
|
"creatives.containersV2.MobilePush.Create.cancel": "Cancel",
|
|
10003
10683
|
"creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
10004
10684
|
"creatives.containersV2.MobilePush.Create.change": "change",
|
|
10005
|
-
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy
|
|
10006
|
-
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy
|
|
10685
|
+
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
10686
|
+
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
10687
|
+
"creatives.containersV2.MobilePush.Create.coverImage": "Cover image",
|
|
10688
|
+
"creatives.containersV2.MobilePush.Create.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
10007
10689
|
"creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
10008
10690
|
"creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
10009
10691
|
"creatives.containersV2.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -10046,6 +10728,7 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
10046
10728
|
"creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "Mobile push template created successfully",
|
|
10047
10729
|
"creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "Please provide a template name",
|
|
10048
10730
|
"creatives.containersV2.MobilePush.Create.templateNotConfigured": "template not configured,",
|
|
10731
|
+
"creatives.containersV2.MobilePush.Create.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
|
|
10049
10732
|
"creatives.containersV2.MobilePush.Create.title": "Title",
|
|
10050
10733
|
"creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
10051
10734
|
"creatives.containersV2.MobilePush.Create.titleLabel": "Title*",
|
|
@@ -10063,19 +10746,29 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
10063
10746
|
"creatives.containersV2.MobilePush.Edit.Image": "Image",
|
|
10064
10747
|
"creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "Upload image",
|
|
10065
10748
|
"creatives.containersV2.MobilePush.Edit.Tags": "Tags",
|
|
10749
|
+
"creatives.containersV2.MobilePush.Edit.aPageWithMobileApp": "A page within mobile app",
|
|
10066
10750
|
"creatives.containersV2.MobilePush.Edit.accountId": "Account id",
|
|
10751
|
+
"creatives.containersV2.MobilePush.Edit.addActionButtonsToNotification": "Add action buttons to notification",
|
|
10752
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContent": "Add action link to content",
|
|
10753
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
10067
10754
|
"creatives.containersV2.MobilePush.Edit.addAnotherCTA": "Add another CTA",
|
|
10755
|
+
"creatives.containersV2.MobilePush.Edit.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
10068
10756
|
"creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "Add primary CTA",
|
|
10757
|
+
"creatives.containersV2.MobilePush.Edit.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
10069
10758
|
"creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "Add secondary CTA",
|
|
10070
10759
|
"creatives.containersV2.MobilePush.Edit.alertMessage": "Alert",
|
|
10760
|
+
"creatives.containersV2.MobilePush.Edit.anExternalWebPage": "An external web page",
|
|
10071
10761
|
"creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "Android template is not configured. Continue save?",
|
|
10072
10762
|
"creatives.containersV2.MobilePush.Edit.button1": "Button 1",
|
|
10073
10763
|
"creatives.containersV2.MobilePush.Edit.button2": "Button 2",
|
|
10764
|
+
"creatives.containersV2.MobilePush.Edit.buttonLabel": "Button label",
|
|
10074
10765
|
"creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
|
|
10075
10766
|
"creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
10076
10767
|
"creatives.containersV2.MobilePush.Edit.change": "change",
|
|
10077
|
-
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy
|
|
10078
|
-
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy
|
|
10768
|
+
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
10769
|
+
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
10770
|
+
"creatives.containersV2.MobilePush.Edit.coverImage": "Cover image",
|
|
10771
|
+
"creatives.containersV2.MobilePush.Edit.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
10079
10772
|
"creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
10080
10773
|
"creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
10081
10774
|
"creatives.containersV2.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -10118,6 +10811,7 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
10118
10811
|
"creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "MOBILEPUSH template edited successfully",
|
|
10119
10812
|
"creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "Please provide a template name",
|
|
10120
10813
|
"creatives.containersV2.MobilePush.Edit.templateNotConfigured": "Template not configured,",
|
|
10814
|
+
"creatives.containersV2.MobilePush.Edit.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
|
|
10121
10815
|
"creatives.containersV2.MobilePush.Edit.title": "Title",
|
|
10122
10816
|
"creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
10123
10817
|
"creatives.containersV2.MobilePush.Edit.titleLabel": "Title*",
|
|
@@ -10354,11 +11048,157 @@ new message content.",
|
|
|
10354
11048
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
10355
11049
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
10356
11050
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
11051
|
+
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
11052
|
+
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
11053
|
+
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
11054
|
+
"creatives.containersV2.Whatsapp.addVar": "Add variables",
|
|
11055
|
+
"creatives.containersV2.Whatsapp.afrikaans": "Afrikaans",
|
|
11056
|
+
"creatives.containersV2.Whatsapp.albanian": "Albanian",
|
|
10357
11057
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
10358
11058
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
11059
|
+
"creatives.containersV2.Whatsapp.appointmentUpdate": "Appointment update",
|
|
11060
|
+
"creatives.containersV2.Whatsapp.appointmentUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their appointments.",
|
|
10359
11061
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
11062
|
+
"creatives.containersV2.Whatsapp.approvedStatusMsg": "This template has been approved",
|
|
11063
|
+
"creatives.containersV2.Whatsapp.arabic": "Arabic",
|
|
11064
|
+
"creatives.containersV2.Whatsapp.authentication": "Authentication",
|
|
11065
|
+
"creatives.containersV2.Whatsapp.authenticationTooltip": "Send codes that allow your customers to securely access their accounts.",
|
|
11066
|
+
"creatives.containersV2.Whatsapp.awaitingApproval": "Awaiting approval",
|
|
11067
|
+
"creatives.containersV2.Whatsapp.awaitingStatusDesc": "The template has been sent for approval at {date}, {time}. It takes up to 48 hrs to get approved.",
|
|
11068
|
+
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
11069
|
+
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
11070
|
+
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
11071
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be show clickable buttons below your message.",
|
|
11072
|
+
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
11073
|
+
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
11074
|
+
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
11075
|
+
"creatives.containersV2.Whatsapp.btnTypeNone": "None",
|
|
11076
|
+
"creatives.containersV2.Whatsapp.btnTypeQuickReply": "Quick reply",
|
|
11077
|
+
"creatives.containersV2.Whatsapp.bulgarian": "Bulgarian",
|
|
11078
|
+
"creatives.containersV2.Whatsapp.cancelButtonLabel": "Cancel",
|
|
11079
|
+
"creatives.containersV2.Whatsapp.catalan": "Catalan",
|
|
11080
|
+
"creatives.containersV2.Whatsapp.chineseCHN": "Chinese (CHN)",
|
|
11081
|
+
"creatives.containersV2.Whatsapp.chineseHKG": "Chinese (HKG)",
|
|
11082
|
+
"creatives.containersV2.Whatsapp.chineseTAI": "Chinese (TAI)",
|
|
11083
|
+
"creatives.containersV2.Whatsapp.croatian": "Croatian",
|
|
11084
|
+
"creatives.containersV2.Whatsapp.ctaDesc": "Create up to 2 buttons that let customers respond to your messages or take action.",
|
|
11085
|
+
"creatives.containersV2.Whatsapp.czech": "Czech",
|
|
11086
|
+
"creatives.containersV2.Whatsapp.danish": "Danish",
|
|
11087
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltip": "This template is non-editable as this is {status}",
|
|
11088
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltipStatus": "awaiting for approval",
|
|
11089
|
+
"creatives.containersV2.Whatsapp.disabledFeatureTooltip": "Not yet enabled. Coming soon!",
|
|
11090
|
+
"creatives.containersV2.Whatsapp.dutch": "Dutch",
|
|
11091
|
+
"creatives.containersV2.Whatsapp.emptyTemplateMessageErrorMessage": "Template message cannot be empty",
|
|
11092
|
+
"creatives.containersV2.Whatsapp.english": "English",
|
|
11093
|
+
"creatives.containersV2.Whatsapp.englishUK": "English (UK)",
|
|
11094
|
+
"creatives.containersV2.Whatsapp.englishUS": "English (US)",
|
|
11095
|
+
"creatives.containersV2.Whatsapp.estonian": "Estonian",
|
|
11096
|
+
"creatives.containersV2.Whatsapp.filipino": "Filipino",
|
|
11097
|
+
"creatives.containersV2.Whatsapp.finnish": "Finnish",
|
|
11098
|
+
"creatives.containersV2.Whatsapp.french": "French",
|
|
11099
|
+
"creatives.containersV2.Whatsapp.georgian": "Georgian",
|
|
11100
|
+
"creatives.containersV2.Whatsapp.german": "German",
|
|
11101
|
+
"creatives.containersV2.Whatsapp.greek": "Greek",
|
|
11102
|
+
"creatives.containersV2.Whatsapp.gujarati": "Gujarati",
|
|
11103
|
+
"creatives.containersV2.Whatsapp.hausa": "Hausa",
|
|
11104
|
+
"creatives.containersV2.Whatsapp.hebrew": "Hebrew",
|
|
11105
|
+
"creatives.containersV2.Whatsapp.here": "here",
|
|
11106
|
+
"creatives.containersV2.Whatsapp.hindi": "Hindi",
|
|
11107
|
+
"creatives.containersV2.Whatsapp.hungarian": "Hungarian",
|
|
11108
|
+
"creatives.containersV2.Whatsapp.indonesian": "Indonesian",
|
|
11109
|
+
"creatives.containersV2.Whatsapp.inputplaceHolderText": "{value} Add labels or text or combination of both",
|
|
11110
|
+
"creatives.containersV2.Whatsapp.invalidFormatError": "INVALID FORMAT: Placeholders or other elements were formatted incorrectly.",
|
|
11111
|
+
"creatives.containersV2.Whatsapp.irish": "Irish",
|
|
11112
|
+
"creatives.containersV2.Whatsapp.italian": "Italian",
|
|
11113
|
+
"creatives.containersV2.Whatsapp.japanese": "Japanese",
|
|
11114
|
+
"creatives.containersV2.Whatsapp.kannada": "Kannada",
|
|
11115
|
+
"creatives.containersV2.Whatsapp.kazakh": "Kazakh",
|
|
11116
|
+
"creatives.containersV2.Whatsapp.kinyarwanda": "Kinyarwanda",
|
|
11117
|
+
"creatives.containersV2.Whatsapp.korean": "Korean",
|
|
11118
|
+
"creatives.containersV2.Whatsapp.kyrgyz": "Kyrgyz (Kyrgyzstan)",
|
|
11119
|
+
"creatives.containersV2.Whatsapp.labelSeperator": "|",
|
|
11120
|
+
"creatives.containersV2.Whatsapp.languageLabel": "Language",
|
|
11121
|
+
"creatives.containersV2.Whatsapp.lao": "Lao",
|
|
11122
|
+
"creatives.containersV2.Whatsapp.latvian": "Latvian",
|
|
11123
|
+
"creatives.containersV2.Whatsapp.lithuanian": "Lithuanian",
|
|
11124
|
+
"creatives.containersV2.Whatsapp.macedonian": "Macedonian",
|
|
11125
|
+
"creatives.containersV2.Whatsapp.malay": "Malay",
|
|
11126
|
+
"creatives.containersV2.Whatsapp.malayalam": "Malayalam",
|
|
11127
|
+
"creatives.containersV2.Whatsapp.marathi": "Marathi",
|
|
11128
|
+
"creatives.containersV2.Whatsapp.marketing": "Marketing",
|
|
11129
|
+
"creatives.containersV2.Whatsapp.marketingTooltip": "Send promotional offers, product announcements, and more to increase awareness and engagement.",
|
|
11130
|
+
"creatives.containersV2.Whatsapp.mediaDocument": "Document",
|
|
11131
|
+
"creatives.containersV2.Whatsapp.mediaImage": "Image",
|
|
11132
|
+
"creatives.containersV2.Whatsapp.mediaLabel": "Media",
|
|
11133
|
+
"creatives.containersV2.Whatsapp.mediaText": "Text",
|
|
11134
|
+
"creatives.containersV2.Whatsapp.mediaVideo": "Video",
|
|
11135
|
+
"creatives.containersV2.Whatsapp.messageLanguageLabel": "Message language",
|
|
11136
|
+
"creatives.containersV2.Whatsapp.modifiedUnsubscribeText": "Click {value} to unsubscribe",
|
|
11137
|
+
"creatives.containersV2.Whatsapp.noContentBetweenVars": "Add atleast 1 character between 2 variables",
|
|
11138
|
+
"creatives.containersV2.Whatsapp.norwegian": "Norwegian",
|
|
11139
|
+
"creatives.containersV2.Whatsapp.optional": "(Optional)",
|
|
11140
|
+
"creatives.containersV2.Whatsapp.otp": "Otp",
|
|
11141
|
+
"creatives.containersV2.Whatsapp.page": "page",
|
|
11142
|
+
"creatives.containersV2.Whatsapp.pages": "pages",
|
|
11143
|
+
"creatives.containersV2.Whatsapp.paymentUpdate": "Payment update",
|
|
11144
|
+
"creatives.containersV2.Whatsapp.paymentUpdateTooltip": "Send a message to customers about their payment.",
|
|
11145
|
+
"creatives.containersV2.Whatsapp.pdf": "PDF",
|
|
11146
|
+
"creatives.containersV2.Whatsapp.persian": "Persian",
|
|
11147
|
+
"creatives.containersV2.Whatsapp.polish": "Polish",
|
|
11148
|
+
"creatives.containersV2.Whatsapp.portugueseBR": "Portuguese (BR)",
|
|
11149
|
+
"creatives.containersV2.Whatsapp.portuguesePOR": "Portuguese (POR)",
|
|
11150
|
+
"creatives.containersV2.Whatsapp.punjabi": "Punjabi",
|
|
11151
|
+
"creatives.containersV2.Whatsapp.quickReplyDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
11152
|
+
"creatives.containersV2.Whatsapp.rejected": "Rejected",
|
|
11153
|
+
"creatives.containersV2.Whatsapp.rejectedStatusMsg": "This template has been rejected",
|
|
11154
|
+
"creatives.containersV2.Whatsapp.removeMultinewlineChars": "More than two consecutive line breaks are not allowed.",
|
|
11155
|
+
"creatives.containersV2.Whatsapp.repetativeVars": "Variables cannot be repeated",
|
|
11156
|
+
"creatives.containersV2.Whatsapp.reservationUpdate": "Reservation update",
|
|
11157
|
+
"creatives.containersV2.Whatsapp.reservationUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their reservations.",
|
|
11158
|
+
"creatives.containersV2.Whatsapp.romanian": "Romanian",
|
|
11159
|
+
"creatives.containersV2.Whatsapp.russian": "Russian",
|
|
11160
|
+
"creatives.containersV2.Whatsapp.select": "Select",
|
|
11161
|
+
"creatives.containersV2.Whatsapp.sendForApprovalButtonLabel": "Send for approval",
|
|
11162
|
+
"creatives.containersV2.Whatsapp.sequenceVars": "Variable name should start from {one} and it should be in sequential order",
|
|
11163
|
+
"creatives.containersV2.Whatsapp.serbian": "Serbian",
|
|
11164
|
+
"creatives.containersV2.Whatsapp.slovak": "Slovak",
|
|
11165
|
+
"creatives.containersV2.Whatsapp.slovenian": "Slovenian",
|
|
11166
|
+
"creatives.containersV2.Whatsapp.spanish": "Spanish",
|
|
11167
|
+
"creatives.containersV2.Whatsapp.spanishARG": "Spanish (ARG)",
|
|
11168
|
+
"creatives.containersV2.Whatsapp.spanishMEX": "Spanish (MEX)",
|
|
11169
|
+
"creatives.containersV2.Whatsapp.spanishSPA": "Spanish (SPA)",
|
|
11170
|
+
"creatives.containersV2.Whatsapp.swahili": "Swahili",
|
|
11171
|
+
"creatives.containersV2.Whatsapp.swedish": "Swedish",
|
|
11172
|
+
"creatives.containersV2.Whatsapp.tagContentMismatchError": "TAG CONTENT MISMATCH: The language and/or template category selected don’t match the template content.",
|
|
11173
|
+
"creatives.containersV2.Whatsapp.tamil": "Tamil",
|
|
11174
|
+
"creatives.containersV2.Whatsapp.telugu": "Telugu",
|
|
11175
|
+
"creatives.containersV2.Whatsapp.templateCategoryLabel": "Template category",
|
|
11176
|
+
"creatives.containersV2.Whatsapp.templateLanguageEnglish": "English",
|
|
11177
|
+
"creatives.containersV2.Whatsapp.templateMessageLabel": "Message",
|
|
11178
|
+
"creatives.containersV2.Whatsapp.templateMessageLength": "Characters count: {currentLength}/{maxLength}",
|
|
11179
|
+
"creatives.containersV2.Whatsapp.templateMessageLengthError": "Template message length cannot exceed 1024",
|
|
11180
|
+
"creatives.containersV2.Whatsapp.templateMessagePlaceholder": "Enter message with variable",
|
|
11181
|
+
"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.",
|
|
11182
|
+
"creatives.containersV2.Whatsapp.templateMessageUnsubscribeText": "Click {unsubscribe} to unsubscribe",
|
|
11183
|
+
"creatives.containersV2.Whatsapp.templateNameDesc": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
|
|
11184
|
+
"creatives.containersV2.Whatsapp.templateNameRegexErrorMessage": "Template name can only contain lowercase alphanumeric characters and underscores",
|
|
11185
|
+
"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\\"",
|
|
11186
|
+
"creatives.containersV2.Whatsapp.thai": "Thai",
|
|
10360
11187
|
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
10361
|
-
"creatives.containersV2.Whatsapp.
|
|
11188
|
+
"creatives.containersV2.Whatsapp.turkish": "Turkish",
|
|
11189
|
+
"creatives.containersV2.Whatsapp.ukrainian": "Ukrainian",
|
|
11190
|
+
"creatives.containersV2.Whatsapp.unknownVars": "Variable name should be numeric value from {one} to {nineteen}",
|
|
11191
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipCreateFlow": "To enable the checkbox, reduce the message character count to 988",
|
|
11192
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipEditFlow": "This is non-editable",
|
|
11193
|
+
"creatives.containersV2.Whatsapp.urdu": "Urdu",
|
|
11194
|
+
"creatives.containersV2.Whatsapp.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
|
|
11195
|
+
"creatives.containersV2.Whatsapp.utility": "Utility",
|
|
11196
|
+
"creatives.containersV2.Whatsapp.utilityTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
11197
|
+
"creatives.containersV2.Whatsapp.uzbek": "Uzbek",
|
|
11198
|
+
"creatives.containersV2.Whatsapp.videoErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
11199
|
+
"creatives.containersV2.Whatsapp.vietnamese": "Vietnamese",
|
|
11200
|
+
"creatives.containersV2.Whatsapp.whatsappCreateNotification": "{name} has been sent for approval",
|
|
11201
|
+
"creatives.containersV2.Whatsapp.zulu": "Zulu",
|
|
10362
11202
|
"creatives.containersV2.addLabels": "Add labels",
|
|
10363
11203
|
"creatives.containersV2.appName": "App Name",
|
|
10364
11204
|
"creatives.containersV2.applyNow": "Apply now",
|