@capillarytech/creatives-library 7.16.13 → 7.16.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/containers/Cap/tests/__snapshots__/index.test.js.snap +220 -10
- package/containers/MobilePush/Create/index.js +18 -0
- package/containers/MobilePush/Create/messages.js +2 -2
- package/containers/MobilePush/Edit/index.js +18 -0
- package/containers/MobilePush/Edit/messages.js +2 -2
- package/package.json +1 -1
- package/translations/en.json +220 -10
- package/translations/ja-JP.json +212 -2
- package/translations/zh.json +212 -2
- package/v2Components/CapWhatsappCTA/index.js +1 -1
- package/v2Components/CapWhatsappCTA/messages.js +1 -5
- package/v2Components/FormBuilder/constants.js +1 -0
- package/v2Components/FormBuilder/index.js +48 -4
- package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +220 -10
- package/v2Containers/CreativesContainer/constants.js +2 -0
- package/v2Containers/CreativesContainer/tests/__snapshots__/index.test.js.snap +8 -0
- package/v2Containers/LanguageProvider/index.js +3 -0
- package/v2Containers/LanguageProvider/tests/index.test.js +1 -0
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +663 -30
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +440 -20
- package/v2Containers/Line/Container/Video/index.js +2 -2
- package/v2Containers/Line/Container/Video/messages.js +9 -0
- package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +3740 -170
- package/v2Containers/Line/Container/tests/__snapshots__/index.test.js.snap +3960 -180
- package/v2Containers/MobilePush/Create/index.js +31 -3
- package/v2Containers/MobilePush/Create/messages.js +50 -2
- package/v2Containers/MobilePush/Edit/index.js +29 -1
- package/v2Containers/MobilePush/Edit/messages.js +50 -2
- package/v2Containers/MobilePush/commonMethods.js +2 -2
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +10349 -473
- package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +880 -40
- package/v2Containers/SmsTrai/Edit/index.js +1 -1
- package/v2Containers/SmsTrai/Edit/messages.js +1 -1
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +1760 -80
- package/v2Containers/Templates/tests/__snapshots__/index.test.js.snap +16 -0
- package/v2Containers/Whatsapp/index.js +3 -3
- package/v2Containers/Whatsapp/messages.js +3 -3
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +17965 -1789
package/translations/en.json
CHANGED
|
@@ -48,6 +48,21 @@
|
|
|
48
48
|
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
49
49
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
50
50
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
51
|
+
"app.v2containers.SmsTrai.Edit.addLabels": "Add labels",
|
|
52
|
+
"app.v2containers.SmsTrai.Edit.cancelButtonLabel": "Cancel",
|
|
53
|
+
"app.v2containers.SmsTrai.Edit.inputplaceHolderText": "Add labels or text or combination of both",
|
|
54
|
+
"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.",
|
|
55
|
+
"app.v2containers.SmsTrai.Edit.saveButtonLabel": "Save",
|
|
56
|
+
"app.v2containers.SmsTrai.Edit.senderIdlabel": "Sender ID",
|
|
57
|
+
"app.v2containers.SmsTrai.Edit.smsEditNotification": "Sms template updated successfully",
|
|
58
|
+
"app.v2containers.SmsTrai.Edit.templateLabel": "Template",
|
|
59
|
+
"app.v2containers.SmsTrai.Edit.textAreaCounts": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
60
|
+
"app.v2containers.SmsTrai.Edit.textAreaError": "Template cannot be empty",
|
|
61
|
+
"app.v2containers.SmsTrai.Edit.totalCharacters": "{smsCount} SMS ({number} characters)",
|
|
62
|
+
"app.v2containers.SmsTrai.Edit.traiEditSeperator": "|",
|
|
63
|
+
"app.v2containers.SmsTrai.Edit.traiEditTitle": "Message",
|
|
64
|
+
"app.v2containers.SmsTrai.Edit.unicodeLabel": "Allow unicode characters",
|
|
65
|
+
"app.v2containers.SmsTrai.Edit.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
51
66
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
52
67
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
53
68
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -176,6 +191,31 @@
|
|
|
176
191
|
"creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "Number of days before expiry",
|
|
177
192
|
"creatives.componentsV2.CapTagList.outbound": "Outbound",
|
|
178
193
|
"creatives.componentsV2.CapTagList.search": "Search",
|
|
194
|
+
"creatives.componentsV2.CapWhatsappCTA.addButton": "Add button",
|
|
195
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaAddDisabled": "Please save the first button before proceeding to create second button",
|
|
196
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonErrorMessage": "Newlines, Emojis, or Special characters are not allowed",
|
|
197
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonText": "Button text",
|
|
198
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonTextPlaceholder": "Enter button text",
|
|
199
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaButtonTextTooltip": "Use this to name the button. We would recommend not to use special characters for the button text.",
|
|
200
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaDynamicPlaceholder": "Enter URL, variable is added by default",
|
|
201
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaOptionDisabledTooltip": "This type of button can only be added once",
|
|
202
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaPhoneNo": "Phone number",
|
|
203
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaPhoneNoPlaceholder": "Enter phone number",
|
|
204
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaSaveDisabled": "Please complete the above fields to enable button",
|
|
205
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaStaticPlaceholder": "Enter website URL",
|
|
206
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaType": "Type of action",
|
|
207
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsite": "Website",
|
|
208
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteType": "URL Type",
|
|
209
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeDynamic": "Dynamic",
|
|
210
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeStatic": "Static",
|
|
211
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrl": "Website URL",
|
|
212
|
+
"creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrlErrorMessage": "URL is not valid",
|
|
213
|
+
"creatives.componentsV2.CapWhatsappCTA.dynamicUrlTooltip": "Only one variable can be added to a URL. No need to add {one} to the end of the URL",
|
|
214
|
+
"creatives.componentsV2.CapWhatsappCTA.dynamicUrlWithMoreVarErrorMessage": "Button with url type as dynamic can have only 1 variable",
|
|
215
|
+
"creatives.componentsV2.CapWhatsappCTA.staticUrlWithVarErrorMessage": "Button with url type as static cannot contain variables",
|
|
216
|
+
"creatives.componentsV2.CapWhatsappCTA.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
|
|
217
|
+
"creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListLabel": "Add URL label",
|
|
218
|
+
"creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListRevert": "Reset website URL label to default value",
|
|
179
219
|
"creatives.componentsV2.Ckeditor.header": "This is the Ckeditor component !",
|
|
180
220
|
"creatives.componentsV2.CmsTemplatesComponent.header": "This is the CmsTemplatesComponent component !",
|
|
181
221
|
"creatives.componentsV2.CmsTemplatesComponent.select": "Select",
|
|
@@ -587,8 +627,8 @@
|
|
|
587
627
|
"creatives.containers.MobilePush.Create.button2": "Button 2",
|
|
588
628
|
"creatives.containers.MobilePush.Create.cancel": "Cancel",
|
|
589
629
|
"creatives.containers.MobilePush.Create.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
590
|
-
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy
|
|
591
|
-
"creatives.containers.MobilePush.Create.copyFromIos": "Copy
|
|
630
|
+
"creatives.containers.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
631
|
+
"creatives.containers.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
592
632
|
"creatives.containers.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
593
633
|
"creatives.containers.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
594
634
|
"creatives.containers.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -652,8 +692,8 @@
|
|
|
652
692
|
"creatives.containers.MobilePush.Edit.button2": "Button 2",
|
|
653
693
|
"creatives.containers.MobilePush.Edit.cancel": "Cancel",
|
|
654
694
|
"creatives.containers.MobilePush.Edit.cantCopyEmptyField": "Cannot copy empty field values.",
|
|
655
|
-
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy
|
|
656
|
-
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy
|
|
695
|
+
"creatives.containers.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
696
|
+
"creatives.containers.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
657
697
|
"creatives.containers.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
658
698
|
"creatives.containers.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
659
699
|
"creatives.containers.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -881,6 +921,7 @@
|
|
|
881
921
|
"creatives.containersV2.Cap.ebill": "Ebill",
|
|
882
922
|
"creatives.containersV2.Cap.email": "Email",
|
|
883
923
|
"creatives.containersV2.Cap.gallery": "Gallery",
|
|
924
|
+
"creatives.containersV2.Cap.journeys": "Journeys",
|
|
884
925
|
"creatives.containersV2.Cap.loyalty": "Loyalty",
|
|
885
926
|
"creatives.containersV2.Cap.memberCare": "Member Care",
|
|
886
927
|
"creatives.containersV2.Cap.sms": "SMS",
|
|
@@ -921,7 +962,6 @@
|
|
|
921
962
|
"creatives.containersV2.CapFacebookPreview.suggestedVideoMobile": "Suggested video mobile",
|
|
922
963
|
"creatives.containersV2.CapFacebookPreview.videoNotePreview": "Facebook may take time to upload the video. Please try Refreshing.",
|
|
923
964
|
"creatives.containersV2.CapFacebookPreview.watchFeedMobile": "Watch feed mobile",
|
|
924
|
-
"creatives.containersV2.ChannelTemplates.header": "This is ChannelTemplates container !",
|
|
925
965
|
"creatives.containersV2.Create.addLabel": "Add label",
|
|
926
966
|
"creatives.containersV2.Create.alertMessage": "Alert",
|
|
927
967
|
"creatives.containersV2.Create.cancelButton": "Cancel",
|
|
@@ -1402,11 +1442,13 @@
|
|
|
1402
1442
|
"creatives.containersV2.LineVideo.actionLabelTitle": "Action button label",
|
|
1403
1443
|
"creatives.containersV2.LineVideo.actionUrlPlaceholder": "Enter URL",
|
|
1404
1444
|
"creatives.containersV2.LineVideo.actionUrlTitle": "Link Url",
|
|
1445
|
+
"creatives.containersV2.LineVideo.display": "Display",
|
|
1405
1446
|
"creatives.containersV2.LineVideo.dragAndDrop": "Drag and drop video here",
|
|
1406
1447
|
"creatives.containersV2.LineVideo.emptyAltTextErrorMessage": "Title can not be empty",
|
|
1407
1448
|
"creatives.containersV2.LineVideo.emptyLabelErrorMessage": "Action label can not be more empty",
|
|
1408
1449
|
"creatives.containersV2.LineVideo.emptyTitleErrorMessage": "Template title can not be empty",
|
|
1409
1450
|
"creatives.containersV2.LineVideo.emptyUrlErrorMessage": "Action URL can not be more empty",
|
|
1451
|
+
"creatives.containersV2.LineVideo.hide": "Hide",
|
|
1410
1452
|
"creatives.containersV2.LineVideo.imageGallery": "Gallery",
|
|
1411
1453
|
"creatives.containersV2.LineVideo.imageReUpload": "Re upload",
|
|
1412
1454
|
"creatives.containersV2.LineVideo.inValidUrlErrorMessage": "Action url is not valid",
|
|
@@ -1450,19 +1492,29 @@
|
|
|
1450
1492
|
"creatives.containersV2.MobilePush.Create.Image": "Image",
|
|
1451
1493
|
"creatives.containersV2.MobilePush.Create.ImageUploadLabel": "Upload image",
|
|
1452
1494
|
"creatives.containersV2.MobilePush.Create.Tags": "Tags",
|
|
1495
|
+
"creatives.containersV2.MobilePush.Create.aPageWithMobileApp": "A page within mobile app",
|
|
1453
1496
|
"creatives.containersV2.MobilePush.Create.accountId": "Account id",
|
|
1497
|
+
"creatives.containersV2.MobilePush.Create.addActionButtonsToNotification": "Add action buttons to notification",
|
|
1498
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContent": "Add action link to content",
|
|
1499
|
+
"creatives.containersV2.MobilePush.Create.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
1454
1500
|
"creatives.containersV2.MobilePush.Create.addAnotherCTA": "Add another CTA",
|
|
1501
|
+
"creatives.containersV2.MobilePush.Create.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
1455
1502
|
"creatives.containersV2.MobilePush.Create.addPrimaryCTA": "Add primary CTA",
|
|
1503
|
+
"creatives.containersV2.MobilePush.Create.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
1456
1504
|
"creatives.containersV2.MobilePush.Create.addSecondaryCTA": "Add secondary CTA",
|
|
1457
1505
|
"creatives.containersV2.MobilePush.Create.alertMessage": "Alert",
|
|
1506
|
+
"creatives.containersV2.MobilePush.Create.anExternalWebPage": "An external web page",
|
|
1458
1507
|
"creatives.containersV2.MobilePush.Create.androidNotConfigured": "Android template is not configured. Save without Android template",
|
|
1459
1508
|
"creatives.containersV2.MobilePush.Create.button1": "Button 1",
|
|
1460
1509
|
"creatives.containersV2.MobilePush.Create.button2": "Button 2",
|
|
1510
|
+
"creatives.containersV2.MobilePush.Create.buttonLabel": "Button label",
|
|
1461
1511
|
"creatives.containersV2.MobilePush.Create.cancel": "Cancel",
|
|
1462
1512
|
"creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
1463
1513
|
"creatives.containersV2.MobilePush.Create.change": "change",
|
|
1464
|
-
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy
|
|
1465
|
-
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy
|
|
1514
|
+
"creatives.containersV2.MobilePush.Create.copyFromAndroid": "Copy Title and Content From Android",
|
|
1515
|
+
"creatives.containersV2.MobilePush.Create.copyFromIos": "Copy Title and Content From IOS",
|
|
1516
|
+
"creatives.containersV2.MobilePush.Create.coverImage": "Cover image",
|
|
1517
|
+
"creatives.containersV2.MobilePush.Create.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
1466
1518
|
"creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
1467
1519
|
"creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "Please delete second secondary cta first",
|
|
1468
1520
|
"creatives.containersV2.MobilePush.Create.discardChanges": "Discard changes",
|
|
@@ -1505,6 +1557,7 @@
|
|
|
1505
1557
|
"creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "Mobile push template created successfully",
|
|
1506
1558
|
"creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "Please provide a template name",
|
|
1507
1559
|
"creatives.containersV2.MobilePush.Create.templateNotConfigured": "template not configured,",
|
|
1560
|
+
"creatives.containersV2.MobilePush.Create.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
|
|
1508
1561
|
"creatives.containersV2.MobilePush.Create.title": "Title",
|
|
1509
1562
|
"creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
1510
1563
|
"creatives.containersV2.MobilePush.Create.titleLabel": "Title*",
|
|
@@ -1522,19 +1575,29 @@
|
|
|
1522
1575
|
"creatives.containersV2.MobilePush.Edit.Image": "Image",
|
|
1523
1576
|
"creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "Upload image",
|
|
1524
1577
|
"creatives.containersV2.MobilePush.Edit.Tags": "Tags",
|
|
1578
|
+
"creatives.containersV2.MobilePush.Edit.aPageWithMobileApp": "A page within mobile app",
|
|
1525
1579
|
"creatives.containersV2.MobilePush.Edit.accountId": "Account id",
|
|
1580
|
+
"creatives.containersV2.MobilePush.Edit.addActionButtonsToNotification": "Add action buttons to notification",
|
|
1581
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContent": "Add action link to content",
|
|
1582
|
+
"creatives.containersV2.MobilePush.Edit.addActionLinkToContentDescription": "Add a hyperlink of the page which customer will be directed to",
|
|
1526
1583
|
"creatives.containersV2.MobilePush.Edit.addAnotherCTA": "Add another CTA",
|
|
1584
|
+
"creatives.containersV2.MobilePush.Edit.addPrimaryButtonToNotification": "Add primary button to notification",
|
|
1527
1585
|
"creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "Add primary CTA",
|
|
1586
|
+
"creatives.containersV2.MobilePush.Edit.addSecondaryButtonToNotification": "Add secondary button to notification",
|
|
1528
1587
|
"creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "Add secondary CTA",
|
|
1529
1588
|
"creatives.containersV2.MobilePush.Edit.alertMessage": "Alert",
|
|
1589
|
+
"creatives.containersV2.MobilePush.Edit.anExternalWebPage": "An external web page",
|
|
1530
1590
|
"creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "Android template is not configured. Continue save?",
|
|
1531
1591
|
"creatives.containersV2.MobilePush.Edit.button1": "Button 1",
|
|
1532
1592
|
"creatives.containersV2.MobilePush.Edit.button2": "Button 2",
|
|
1593
|
+
"creatives.containersV2.MobilePush.Edit.buttonLabel": "Button label",
|
|
1533
1594
|
"creatives.containersV2.MobilePush.Edit.cancel": "Cancel",
|
|
1534
1595
|
"creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "Cannot copy empty field values.",
|
|
1535
1596
|
"creatives.containersV2.MobilePush.Edit.change": "change",
|
|
1536
|
-
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy
|
|
1537
|
-
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy
|
|
1597
|
+
"creatives.containersV2.MobilePush.Edit.copyFromAndroid": "Copy Title and Content From Android",
|
|
1598
|
+
"creatives.containersV2.MobilePush.Edit.copyFromIos": "Copy Title and Content From IOS",
|
|
1599
|
+
"creatives.containersV2.MobilePush.Edit.coverImage": "Cover image",
|
|
1600
|
+
"creatives.containersV2.MobilePush.Edit.coverImageDescription": "Maximum file size acceptable is 5 MB",
|
|
1538
1601
|
"creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "CTA label cannot be empty.",
|
|
1539
1602
|
"creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "Please delete second Secondary cta First",
|
|
1540
1603
|
"creatives.containersV2.MobilePush.Edit.discardChanges": "Discard changes",
|
|
@@ -1577,6 +1640,7 @@
|
|
|
1577
1640
|
"creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "MOBILEPUSH template edited successfully",
|
|
1578
1641
|
"creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "Please provide a template name",
|
|
1579
1642
|
"creatives.containersV2.MobilePush.Edit.templateNotConfigured": "Template not configured,",
|
|
1643
|
+
"creatives.containersV2.MobilePush.Edit.thisSectionDisabledHoverText": "This section is being revamped. Till then it will remain disabled.",
|
|
1580
1644
|
"creatives.containersV2.MobilePush.Edit.title": "Title",
|
|
1581
1645
|
"creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "Please check the message content for unsupported/missing tags",
|
|
1582
1646
|
"creatives.containersV2.MobilePush.Edit.titleLabel": "Title*",
|
|
@@ -1812,11 +1876,157 @@
|
|
|
1812
1876
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
1813
1877
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
1814
1878
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
1879
|
+
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
1880
|
+
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
1881
|
+
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
1882
|
+
"creatives.containersV2.Whatsapp.addVar": "Add variables",
|
|
1883
|
+
"creatives.containersV2.Whatsapp.afrikaans": "Afrikaans",
|
|
1884
|
+
"creatives.containersV2.Whatsapp.albanian": "Albanian",
|
|
1815
1885
|
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
1816
1886
|
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
1887
|
+
"creatives.containersV2.Whatsapp.appointmentUpdate": "Appointment update",
|
|
1888
|
+
"creatives.containersV2.Whatsapp.appointmentUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their appointments.",
|
|
1817
1889
|
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
1890
|
+
"creatives.containersV2.Whatsapp.approvedStatusMsg": "This template has been approved",
|
|
1891
|
+
"creatives.containersV2.Whatsapp.arabic": "Arabic",
|
|
1892
|
+
"creatives.containersV2.Whatsapp.authentication": "Authentication",
|
|
1893
|
+
"creatives.containersV2.Whatsapp.authenticationTooltip": "Send codes that allow your customers to securely access their accounts.",
|
|
1894
|
+
"creatives.containersV2.Whatsapp.awaitingApproval": "Awaiting approval",
|
|
1895
|
+
"creatives.containersV2.Whatsapp.awaitingStatusDesc": "The template has been sent for approval at {date}, {time}. It takes up to 48 hrs to get approved.",
|
|
1896
|
+
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
1897
|
+
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
1898
|
+
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
1899
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be show clickable buttons below your message.",
|
|
1900
|
+
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
1901
|
+
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
1902
|
+
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
1903
|
+
"creatives.containersV2.Whatsapp.btnTypeNone": "None",
|
|
1904
|
+
"creatives.containersV2.Whatsapp.btnTypeQuickReply": "Quick reply",
|
|
1905
|
+
"creatives.containersV2.Whatsapp.bulgarian": "Bulgarian",
|
|
1906
|
+
"creatives.containersV2.Whatsapp.cancelButtonLabel": "Cancel",
|
|
1907
|
+
"creatives.containersV2.Whatsapp.catalan": "Catalan",
|
|
1908
|
+
"creatives.containersV2.Whatsapp.chineseCHN": "Chinese (CHN)",
|
|
1909
|
+
"creatives.containersV2.Whatsapp.chineseHKG": "Chinese (HKG)",
|
|
1910
|
+
"creatives.containersV2.Whatsapp.chineseTAI": "Chinese (TAI)",
|
|
1911
|
+
"creatives.containersV2.Whatsapp.croatian": "Croatian",
|
|
1912
|
+
"creatives.containersV2.Whatsapp.ctaDesc": "Create up to 2 buttons that let customers respond to your messages or take action.",
|
|
1913
|
+
"creatives.containersV2.Whatsapp.czech": "Czech",
|
|
1914
|
+
"creatives.containersV2.Whatsapp.danish": "Danish",
|
|
1915
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltip": "This template is non-editable as this is {status}",
|
|
1916
|
+
"creatives.containersV2.Whatsapp.disabledEditTooltipStatus": "awaiting for approval",
|
|
1917
|
+
"creatives.containersV2.Whatsapp.disabledFeatureTooltip": "Not yet enabled. Coming soon!",
|
|
1918
|
+
"creatives.containersV2.Whatsapp.dutch": "Dutch",
|
|
1919
|
+
"creatives.containersV2.Whatsapp.emptyTemplateMessageErrorMessage": "Template message cannot be empty",
|
|
1920
|
+
"creatives.containersV2.Whatsapp.english": "English",
|
|
1921
|
+
"creatives.containersV2.Whatsapp.englishUK": "English (UK)",
|
|
1922
|
+
"creatives.containersV2.Whatsapp.englishUS": "English (US)",
|
|
1923
|
+
"creatives.containersV2.Whatsapp.estonian": "Estonian",
|
|
1924
|
+
"creatives.containersV2.Whatsapp.filipino": "Filipino",
|
|
1925
|
+
"creatives.containersV2.Whatsapp.finnish": "Finnish",
|
|
1926
|
+
"creatives.containersV2.Whatsapp.french": "French",
|
|
1927
|
+
"creatives.containersV2.Whatsapp.georgian": "Georgian",
|
|
1928
|
+
"creatives.containersV2.Whatsapp.german": "German",
|
|
1929
|
+
"creatives.containersV2.Whatsapp.greek": "Greek",
|
|
1930
|
+
"creatives.containersV2.Whatsapp.gujarati": "Gujarati",
|
|
1931
|
+
"creatives.containersV2.Whatsapp.hausa": "Hausa",
|
|
1932
|
+
"creatives.containersV2.Whatsapp.hebrew": "Hebrew",
|
|
1933
|
+
"creatives.containersV2.Whatsapp.here": "here",
|
|
1934
|
+
"creatives.containersV2.Whatsapp.hindi": "Hindi",
|
|
1935
|
+
"creatives.containersV2.Whatsapp.hungarian": "Hungarian",
|
|
1936
|
+
"creatives.containersV2.Whatsapp.indonesian": "Indonesian",
|
|
1937
|
+
"creatives.containersV2.Whatsapp.inputplaceHolderText": "{value} Add labels or text or combination of both",
|
|
1938
|
+
"creatives.containersV2.Whatsapp.invalidFormatError": "INVALID FORMAT: Placeholders or other elements were formatted incorrectly.",
|
|
1939
|
+
"creatives.containersV2.Whatsapp.irish": "Irish",
|
|
1940
|
+
"creatives.containersV2.Whatsapp.italian": "Italian",
|
|
1941
|
+
"creatives.containersV2.Whatsapp.japanese": "Japanese",
|
|
1942
|
+
"creatives.containersV2.Whatsapp.kannada": "Kannada",
|
|
1943
|
+
"creatives.containersV2.Whatsapp.kazakh": "Kazakh",
|
|
1944
|
+
"creatives.containersV2.Whatsapp.kinyarwanda": "Kinyarwanda",
|
|
1945
|
+
"creatives.containersV2.Whatsapp.korean": "Korean",
|
|
1946
|
+
"creatives.containersV2.Whatsapp.kyrgyz": "Kyrgyz (Kyrgyzstan)",
|
|
1947
|
+
"creatives.containersV2.Whatsapp.labelSeperator": "|",
|
|
1948
|
+
"creatives.containersV2.Whatsapp.languageLabel": "Language",
|
|
1949
|
+
"creatives.containersV2.Whatsapp.lao": "Lao",
|
|
1950
|
+
"creatives.containersV2.Whatsapp.latvian": "Latvian",
|
|
1951
|
+
"creatives.containersV2.Whatsapp.lithuanian": "Lithuanian",
|
|
1952
|
+
"creatives.containersV2.Whatsapp.macedonian": "Macedonian",
|
|
1953
|
+
"creatives.containersV2.Whatsapp.malay": "Malay",
|
|
1954
|
+
"creatives.containersV2.Whatsapp.malayalam": "Malayalam",
|
|
1955
|
+
"creatives.containersV2.Whatsapp.marathi": "Marathi",
|
|
1956
|
+
"creatives.containersV2.Whatsapp.marketing": "Marketing",
|
|
1957
|
+
"creatives.containersV2.Whatsapp.marketingTooltip": "Send promotional offers, product announcements, and more to increase awareness and engagement.",
|
|
1958
|
+
"creatives.containersV2.Whatsapp.mediaDocument": "Document",
|
|
1959
|
+
"creatives.containersV2.Whatsapp.mediaImage": "Image",
|
|
1960
|
+
"creatives.containersV2.Whatsapp.mediaLabel": "Media",
|
|
1961
|
+
"creatives.containersV2.Whatsapp.mediaText": "Text",
|
|
1962
|
+
"creatives.containersV2.Whatsapp.mediaVideo": "Video",
|
|
1963
|
+
"creatives.containersV2.Whatsapp.messageLanguageLabel": "Message language",
|
|
1964
|
+
"creatives.containersV2.Whatsapp.modifiedUnsubscribeText": "Click {value} to unsubscribe",
|
|
1965
|
+
"creatives.containersV2.Whatsapp.noContentBetweenVars": "Add atleast 1 character between 2 variables",
|
|
1966
|
+
"creatives.containersV2.Whatsapp.norwegian": "Norwegian",
|
|
1967
|
+
"creatives.containersV2.Whatsapp.optional": "(Optional)",
|
|
1968
|
+
"creatives.containersV2.Whatsapp.otp": "Otp",
|
|
1969
|
+
"creatives.containersV2.Whatsapp.page": "page",
|
|
1970
|
+
"creatives.containersV2.Whatsapp.pages": "pages",
|
|
1971
|
+
"creatives.containersV2.Whatsapp.paymentUpdate": "Payment update",
|
|
1972
|
+
"creatives.containersV2.Whatsapp.paymentUpdateTooltip": "Send a message to customers about their payment.",
|
|
1973
|
+
"creatives.containersV2.Whatsapp.pdf": "PDF",
|
|
1974
|
+
"creatives.containersV2.Whatsapp.persian": "Persian",
|
|
1975
|
+
"creatives.containersV2.Whatsapp.polish": "Polish",
|
|
1976
|
+
"creatives.containersV2.Whatsapp.portugueseBR": "Portuguese (BR)",
|
|
1977
|
+
"creatives.containersV2.Whatsapp.portuguesePOR": "Portuguese (POR)",
|
|
1978
|
+
"creatives.containersV2.Whatsapp.punjabi": "Punjabi",
|
|
1979
|
+
"creatives.containersV2.Whatsapp.quickReplyDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
1980
|
+
"creatives.containersV2.Whatsapp.rejected": "Rejected",
|
|
1981
|
+
"creatives.containersV2.Whatsapp.rejectedStatusMsg": "This template has been rejected",
|
|
1982
|
+
"creatives.containersV2.Whatsapp.removeMultinewlineChars": "More than two consecutive line breaks are not allowed.",
|
|
1983
|
+
"creatives.containersV2.Whatsapp.repetativeVars": "Variables cannot be repeated",
|
|
1984
|
+
"creatives.containersV2.Whatsapp.reservationUpdate": "Reservation update",
|
|
1985
|
+
"creatives.containersV2.Whatsapp.reservationUpdateTooltip": "Send confirmations, reminders, or other updates to customers about their reservations.",
|
|
1986
|
+
"creatives.containersV2.Whatsapp.romanian": "Romanian",
|
|
1987
|
+
"creatives.containersV2.Whatsapp.russian": "Russian",
|
|
1988
|
+
"creatives.containersV2.Whatsapp.select": "Select",
|
|
1989
|
+
"creatives.containersV2.Whatsapp.sendForApprovalButtonLabel": "Send for approval",
|
|
1990
|
+
"creatives.containersV2.Whatsapp.sequenceVars": "Variable name should start from {one} and it should be in sequential order",
|
|
1991
|
+
"creatives.containersV2.Whatsapp.serbian": "Serbian",
|
|
1992
|
+
"creatives.containersV2.Whatsapp.slovak": "Slovak",
|
|
1993
|
+
"creatives.containersV2.Whatsapp.slovenian": "Slovenian",
|
|
1994
|
+
"creatives.containersV2.Whatsapp.spanish": "Spanish",
|
|
1995
|
+
"creatives.containersV2.Whatsapp.spanishARG": "Spanish (ARG)",
|
|
1996
|
+
"creatives.containersV2.Whatsapp.spanishMEX": "Spanish (MEX)",
|
|
1997
|
+
"creatives.containersV2.Whatsapp.spanishSPA": "Spanish (SPA)",
|
|
1998
|
+
"creatives.containersV2.Whatsapp.swahili": "Swahili",
|
|
1999
|
+
"creatives.containersV2.Whatsapp.swedish": "Swedish",
|
|
2000
|
+
"creatives.containersV2.Whatsapp.tagContentMismatchError": "TAG CONTENT MISMATCH: The language and/or template category selected don’t match the template content.",
|
|
2001
|
+
"creatives.containersV2.Whatsapp.tamil": "Tamil",
|
|
2002
|
+
"creatives.containersV2.Whatsapp.telugu": "Telugu",
|
|
2003
|
+
"creatives.containersV2.Whatsapp.templateCategoryLabel": "Template category",
|
|
2004
|
+
"creatives.containersV2.Whatsapp.templateLanguageEnglish": "English",
|
|
2005
|
+
"creatives.containersV2.Whatsapp.templateMessageLabel": "Message",
|
|
2006
|
+
"creatives.containersV2.Whatsapp.templateMessageLength": "Characters count: {currentLength}/{maxLength}",
|
|
2007
|
+
"creatives.containersV2.Whatsapp.templateMessageLengthError": "Template message length cannot exceed 1024",
|
|
2008
|
+
"creatives.containersV2.Whatsapp.templateMessagePlaceholder": "Enter message with variable",
|
|
2009
|
+
"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.",
|
|
2010
|
+
"creatives.containersV2.Whatsapp.templateMessageUnsubscribeText": "Click {unsubscribe} to unsubscribe",
|
|
2011
|
+
"creatives.containersV2.Whatsapp.templateNameDesc": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
|
|
2012
|
+
"creatives.containersV2.Whatsapp.templateNameRegexErrorMessage": "Template name can only contain lowercase alphanumeric characters and underscores",
|
|
2013
|
+
"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\"",
|
|
2014
|
+
"creatives.containersV2.Whatsapp.thai": "Thai",
|
|
1818
2015
|
"creatives.containersV2.Whatsapp.transactional": "Transactional",
|
|
1819
|
-
"creatives.containersV2.Whatsapp.
|
|
2016
|
+
"creatives.containersV2.Whatsapp.turkish": "Turkish",
|
|
2017
|
+
"creatives.containersV2.Whatsapp.ukrainian": "Ukrainian",
|
|
2018
|
+
"creatives.containersV2.Whatsapp.unknownVars": "Variable name should be numeric value from {one} to {nineteen}",
|
|
2019
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipCreateFlow": "To enable the checkbox, reduce the message character count to 988",
|
|
2020
|
+
"creatives.containersV2.Whatsapp.unsubscribeTextTooltipEditFlow": "This is non-editable",
|
|
2021
|
+
"creatives.containersV2.Whatsapp.urdu": "Urdu",
|
|
2022
|
+
"creatives.containersV2.Whatsapp.useTwoBracketsOnly": "Use two brackets on each side to declare a variable",
|
|
2023
|
+
"creatives.containersV2.Whatsapp.utility": "Utility",
|
|
2024
|
+
"creatives.containersV2.Whatsapp.utilityTooltip": "Send account updates, order updates, alerts, and more to share important information.",
|
|
2025
|
+
"creatives.containersV2.Whatsapp.uzbek": "Uzbek",
|
|
2026
|
+
"creatives.containersV2.Whatsapp.videoErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
|
|
2027
|
+
"creatives.containersV2.Whatsapp.vietnamese": "Vietnamese",
|
|
2028
|
+
"creatives.containersV2.Whatsapp.whatsappCreateNotification": "{name} has been sent for approval",
|
|
2029
|
+
"creatives.containersV2.Whatsapp.zulu": "Zulu",
|
|
1820
2030
|
"creatives.containersV2.addLabels": "Add labels",
|
|
1821
2031
|
"creatives.containersV2.appName": "App Name",
|
|
1822
2032
|
"creatives.containersV2.applyNow": "Apply now",
|