@capillarytech/creatives-library 7.16.13 → 7.16.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/containers/Cap/tests/__snapshots__/index.test.js.snap +220 -10
  2. package/containers/MobilePush/Create/index.js +18 -0
  3. package/containers/MobilePush/Create/messages.js +2 -2
  4. package/containers/MobilePush/Edit/index.js +18 -0
  5. package/containers/MobilePush/Edit/messages.js +2 -2
  6. package/package.json +1 -1
  7. package/translations/en.json +220 -10
  8. package/translations/ja-JP.json +212 -2
  9. package/translations/zh.json +212 -2
  10. package/v2Components/CapWhatsappCTA/index.js +1 -1
  11. package/v2Components/CapWhatsappCTA/messages.js +1 -5
  12. package/v2Components/FormBuilder/constants.js +1 -0
  13. package/v2Components/FormBuilder/index.js +48 -4
  14. package/v2Components/NavigationBar/index.js +10 -5
  15. package/v2Components/NavigationBar/tests/index.test.js +51 -0
  16. package/v2Components/NavigationBar/tests/mockData.js +36 -0
  17. package/v2Components/TopBar/index.js +3 -0
  18. package/v2Containers/Cap/constants.js +2 -0
  19. package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +220 -10
  20. package/v2Containers/ChannelTemplates/actions.js +20 -0
  21. package/v2Containers/ChannelTemplates/constants.js +8 -0
  22. package/v2Containers/ChannelTemplates/index.js +47 -0
  23. package/v2Containers/ChannelTemplates/messages.js +13 -0
  24. package/v2Containers/ChannelTemplates/reducer.js +34 -0
  25. package/v2Containers/ChannelTemplates/sagas.js +32 -0
  26. package/v2Containers/ChannelTemplates/selectors.js +25 -0
  27. package/v2Containers/CreativesContainer/constants.js +2 -0
  28. package/v2Containers/CreativesContainer/tests/__snapshots__/index.test.js.snap +8 -0
  29. package/v2Containers/LanguageProvider/index.js +3 -0
  30. package/v2Containers/LanguageProvider/tests/index.test.js +1 -0
  31. package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +663 -30
  32. package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +440 -20
  33. package/v2Containers/Line/Container/Video/index.js +2 -2
  34. package/v2Containers/Line/Container/Video/messages.js +9 -0
  35. package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +3740 -170
  36. package/v2Containers/Line/Container/tests/__snapshots__/index.test.js.snap +3960 -180
  37. package/v2Containers/MobilePush/Create/index.js +31 -3
  38. package/v2Containers/MobilePush/Create/messages.js +50 -2
  39. package/v2Containers/MobilePush/Edit/index.js +29 -1
  40. package/v2Containers/MobilePush/Edit/messages.js +50 -2
  41. package/v2Containers/MobilePush/commonMethods.js +2 -2
  42. package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +10349 -473
  43. package/v2Containers/Sms/Create/tests/sagas.test.js +82 -0
  44. package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +880 -40
  45. package/v2Containers/SmsTrai/Edit/index.js +1 -1
  46. package/v2Containers/SmsTrai/Edit/messages.js +1 -1
  47. package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +1760 -80
  48. package/v2Containers/Templates/tests/__snapshots__/index.test.js.snap +16 -0
  49. package/v2Containers/Whatsapp/index.js +3 -3
  50. package/v2Containers/Whatsapp/messages.js +3 -3
  51. package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +17965 -1789
@@ -48,6 +48,21 @@
48
48
  "app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "",
49
49
  "app.v2containers.SmsTrai.Create.uploadFile": "",
50
50
  "app.v2containers.SmsTrai.Create.uploadInstructions": "",
51
+ "app.v2containers.SmsTrai.Edit.addLabels": "",
52
+ "app.v2containers.SmsTrai.Edit.cancelButtonLabel": "",
53
+ "app.v2containers.SmsTrai.Edit.inputplaceHolderText": "",
54
+ "app.v2containers.SmsTrai.Edit.msgLengthNote": "",
55
+ "app.v2containers.SmsTrai.Edit.saveButtonLabel": "",
56
+ "app.v2containers.SmsTrai.Edit.senderIdlabel": "",
57
+ "app.v2containers.SmsTrai.Edit.smsEditNotification": "",
58
+ "app.v2containers.SmsTrai.Edit.templateLabel": "",
59
+ "app.v2containers.SmsTrai.Edit.textAreaCounts": "",
60
+ "app.v2containers.SmsTrai.Edit.textAreaError": "",
61
+ "app.v2containers.SmsTrai.Edit.totalCharacters": "",
62
+ "app.v2containers.SmsTrai.Edit.traiEditSeperator": "",
63
+ "app.v2containers.SmsTrai.Edit.traiEditTitle": "",
64
+ "app.v2containers.SmsTrai.Edit.unicodeLabel": "",
65
+ "app.v2containers.SmsTrai.Edit.unsupportedTagsValidationError": "",
51
66
  "creatives.components.AccessForbidden.forbiddenDesc": "",
52
67
  "creatives.components.AccessForbidden.forbiddenHeader": "",
53
68
  "creatives.components.BreadCrumbs.header": "",
@@ -176,6 +191,31 @@
176
191
  "creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "",
177
192
  "creatives.componentsV2.CapTagList.outbound": "",
178
193
  "creatives.componentsV2.CapTagList.search": "",
194
+ "creatives.componentsV2.CapWhatsappCTA.addButton": "",
195
+ "creatives.componentsV2.CapWhatsappCTA.ctaAddDisabled": "",
196
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonErrorMessage": "",
197
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonText": "",
198
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonTextPlaceholder": "",
199
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonTextTooltip": "",
200
+ "creatives.componentsV2.CapWhatsappCTA.ctaDynamicPlaceholder": "",
201
+ "creatives.componentsV2.CapWhatsappCTA.ctaOptionDisabledTooltip": "",
202
+ "creatives.componentsV2.CapWhatsappCTA.ctaPhoneNo": "",
203
+ "creatives.componentsV2.CapWhatsappCTA.ctaPhoneNoPlaceholder": "",
204
+ "creatives.componentsV2.CapWhatsappCTA.ctaSaveDisabled": "",
205
+ "creatives.componentsV2.CapWhatsappCTA.ctaStaticPlaceholder": "",
206
+ "creatives.componentsV2.CapWhatsappCTA.ctaType": "",
207
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsite": "",
208
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteType": "",
209
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeDynamic": "",
210
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeStatic": "",
211
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrl": "",
212
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrlErrorMessage": "",
213
+ "creatives.componentsV2.CapWhatsappCTA.dynamicUrlTooltip": "",
214
+ "creatives.componentsV2.CapWhatsappCTA.dynamicUrlWithMoreVarErrorMessage": "",
215
+ "creatives.componentsV2.CapWhatsappCTA.staticUrlWithVarErrorMessage": "",
216
+ "creatives.componentsV2.CapWhatsappCTA.useTwoBracketsOnly": "",
217
+ "creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListLabel": "",
218
+ "creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListRevert": "",
179
219
  "creatives.componentsV2.Ckeditor.header": "",
180
220
  "creatives.componentsV2.CmsTemplatesComponent.header": "",
181
221
  "creatives.componentsV2.CmsTemplatesComponent.select": "",
@@ -881,6 +921,7 @@
881
921
  "creatives.containersV2.Cap.ebill": "",
882
922
  "creatives.containersV2.Cap.email": "",
883
923
  "creatives.containersV2.Cap.gallery": "",
924
+ "creatives.containersV2.Cap.journeys": "",
884
925
  "creatives.containersV2.Cap.loyalty": "",
885
926
  "creatives.containersV2.Cap.memberCare": "",
886
927
  "creatives.containersV2.Cap.sms": "",
@@ -921,7 +962,6 @@
921
962
  "creatives.containersV2.CapFacebookPreview.suggestedVideoMobile": "",
922
963
  "creatives.containersV2.CapFacebookPreview.videoNotePreview": "",
923
964
  "creatives.containersV2.CapFacebookPreview.watchFeedMobile": "",
924
- "creatives.containersV2.ChannelTemplates.header": "",
925
965
  "creatives.containersV2.Create.addLabel": "",
926
966
  "creatives.containersV2.Create.alertMessage": "",
927
967
  "creatives.containersV2.Create.cancelButton": "",
@@ -1402,11 +1442,13 @@
1402
1442
  "creatives.containersV2.LineVideo.actionLabelTitle": "",
1403
1443
  "creatives.containersV2.LineVideo.actionUrlPlaceholder": "",
1404
1444
  "creatives.containersV2.LineVideo.actionUrlTitle": "",
1445
+ "creatives.containersV2.LineVideo.display": "",
1405
1446
  "creatives.containersV2.LineVideo.dragAndDrop": "",
1406
1447
  "creatives.containersV2.LineVideo.emptyAltTextErrorMessage": "",
1407
1448
  "creatives.containersV2.LineVideo.emptyLabelErrorMessage": "",
1408
1449
  "creatives.containersV2.LineVideo.emptyTitleErrorMessage": "",
1409
1450
  "creatives.containersV2.LineVideo.emptyUrlErrorMessage": "",
1451
+ "creatives.containersV2.LineVideo.hide": "",
1410
1452
  "creatives.containersV2.LineVideo.imageGallery": "",
1411
1453
  "creatives.containersV2.LineVideo.imageReUpload": "",
1412
1454
  "creatives.containersV2.LineVideo.inValidUrlErrorMessage": "",
@@ -1450,19 +1492,29 @@
1450
1492
  "creatives.containersV2.MobilePush.Create.Image": "",
1451
1493
  "creatives.containersV2.MobilePush.Create.ImageUploadLabel": "",
1452
1494
  "creatives.containersV2.MobilePush.Create.Tags": "",
1495
+ "creatives.containersV2.MobilePush.Create.aPageWithMobileApp": "",
1453
1496
  "creatives.containersV2.MobilePush.Create.accountId": "",
1497
+ "creatives.containersV2.MobilePush.Create.addActionButtonsToNotification": "",
1498
+ "creatives.containersV2.MobilePush.Create.addActionLinkToContent": "",
1499
+ "creatives.containersV2.MobilePush.Create.addActionLinkToContentDescription": "",
1454
1500
  "creatives.containersV2.MobilePush.Create.addAnotherCTA": "",
1501
+ "creatives.containersV2.MobilePush.Create.addPrimaryButtonToNotification": "",
1455
1502
  "creatives.containersV2.MobilePush.Create.addPrimaryCTA": "",
1503
+ "creatives.containersV2.MobilePush.Create.addSecondaryButtonToNotification": "",
1456
1504
  "creatives.containersV2.MobilePush.Create.addSecondaryCTA": "",
1457
1505
  "creatives.containersV2.MobilePush.Create.alertMessage": "",
1506
+ "creatives.containersV2.MobilePush.Create.anExternalWebPage": "",
1458
1507
  "creatives.containersV2.MobilePush.Create.androidNotConfigured": "",
1459
1508
  "creatives.containersV2.MobilePush.Create.button1": "",
1460
1509
  "creatives.containersV2.MobilePush.Create.button2": "",
1510
+ "creatives.containersV2.MobilePush.Create.buttonLabel": "",
1461
1511
  "creatives.containersV2.MobilePush.Create.cancel": "",
1462
1512
  "creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "",
1463
1513
  "creatives.containersV2.MobilePush.Create.change": "",
1464
1514
  "creatives.containersV2.MobilePush.Create.copyFromAndroid": "",
1465
1515
  "creatives.containersV2.MobilePush.Create.copyFromIos": "",
1516
+ "creatives.containersV2.MobilePush.Create.coverImage": "",
1517
+ "creatives.containersV2.MobilePush.Create.coverImageDescription": "",
1466
1518
  "creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "",
1467
1519
  "creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "",
1468
1520
  "creatives.containersV2.MobilePush.Create.discardChanges": "",
@@ -1505,6 +1557,7 @@
1505
1557
  "creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "",
1506
1558
  "creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "",
1507
1559
  "creatives.containersV2.MobilePush.Create.templateNotConfigured": "",
1560
+ "creatives.containersV2.MobilePush.Create.thisSectionDisabledHoverText": "",
1508
1561
  "creatives.containersV2.MobilePush.Create.title": "",
1509
1562
  "creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "",
1510
1563
  "creatives.containersV2.MobilePush.Create.titleLabel": "",
@@ -1522,19 +1575,29 @@
1522
1575
  "creatives.containersV2.MobilePush.Edit.Image": "",
1523
1576
  "creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "",
1524
1577
  "creatives.containersV2.MobilePush.Edit.Tags": "",
1578
+ "creatives.containersV2.MobilePush.Edit.aPageWithMobileApp": "",
1525
1579
  "creatives.containersV2.MobilePush.Edit.accountId": "",
1580
+ "creatives.containersV2.MobilePush.Edit.addActionButtonsToNotification": "",
1581
+ "creatives.containersV2.MobilePush.Edit.addActionLinkToContent": "",
1582
+ "creatives.containersV2.MobilePush.Edit.addActionLinkToContentDescription": "",
1526
1583
  "creatives.containersV2.MobilePush.Edit.addAnotherCTA": "",
1584
+ "creatives.containersV2.MobilePush.Edit.addPrimaryButtonToNotification": "",
1527
1585
  "creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "",
1586
+ "creatives.containersV2.MobilePush.Edit.addSecondaryButtonToNotification": "",
1528
1587
  "creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "",
1529
1588
  "creatives.containersV2.MobilePush.Edit.alertMessage": "",
1589
+ "creatives.containersV2.MobilePush.Edit.anExternalWebPage": "",
1530
1590
  "creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "",
1531
1591
  "creatives.containersV2.MobilePush.Edit.button1": "",
1532
1592
  "creatives.containersV2.MobilePush.Edit.button2": "",
1593
+ "creatives.containersV2.MobilePush.Edit.buttonLabel": "",
1533
1594
  "creatives.containersV2.MobilePush.Edit.cancel": "",
1534
1595
  "creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "",
1535
1596
  "creatives.containersV2.MobilePush.Edit.change": "",
1536
1597
  "creatives.containersV2.MobilePush.Edit.copyFromAndroid": "",
1537
1598
  "creatives.containersV2.MobilePush.Edit.copyFromIos": "",
1599
+ "creatives.containersV2.MobilePush.Edit.coverImage": "",
1600
+ "creatives.containersV2.MobilePush.Edit.coverImageDescription": "",
1538
1601
  "creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "",
1539
1602
  "creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "",
1540
1603
  "creatives.containersV2.MobilePush.Edit.discardChanges": "",
@@ -1577,6 +1640,7 @@
1577
1640
  "creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "",
1578
1641
  "creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "",
1579
1642
  "creatives.containersV2.MobilePush.Edit.templateNotConfigured": "",
1643
+ "creatives.containersV2.MobilePush.Edit.thisSectionDisabledHoverText": "",
1580
1644
  "creatives.containersV2.MobilePush.Edit.title": "",
1581
1645
  "creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "",
1582
1646
  "creatives.containersV2.MobilePush.Edit.titleLabel": "",
@@ -1812,11 +1876,157 @@
1812
1876
  "creatives.containersV2.WeChat.templateName": "",
1813
1877
  "creatives.containersV2.WeChat.wechatCreateSuccess": "",
1814
1878
  "creatives.containersV2.WeChat.wechatEditSuccess": "",
1879
+ "creatives.containersV2.Whatsapp.IncorrectCategoryError": "",
1880
+ "creatives.containersV2.Whatsapp.accountUpdate": "",
1881
+ "creatives.containersV2.Whatsapp.accountUpdateTooltip": "",
1882
+ "creatives.containersV2.Whatsapp.addVar": "",
1883
+ "creatives.containersV2.Whatsapp.afrikaans": "",
1884
+ "creatives.containersV2.Whatsapp.albanian": "",
1815
1885
  "creatives.containersV2.Whatsapp.alertUpdate": "",
1816
1886
  "creatives.containersV2.Whatsapp.alertUpdateTooltip": "",
1887
+ "creatives.containersV2.Whatsapp.appointmentUpdate": "",
1888
+ "creatives.containersV2.Whatsapp.appointmentUpdateTooltip": "",
1817
1889
  "creatives.containersV2.Whatsapp.approved": "",
1890
+ "creatives.containersV2.Whatsapp.approvedStatusMsg": "",
1891
+ "creatives.containersV2.Whatsapp.arabic": "",
1892
+ "creatives.containersV2.Whatsapp.authentication": "",
1893
+ "creatives.containersV2.Whatsapp.authenticationTooltip": "",
1894
+ "creatives.containersV2.Whatsapp.awaitingApproval": "",
1895
+ "creatives.containersV2.Whatsapp.awaitingStatusDesc": "",
1896
+ "creatives.containersV2.Whatsapp.awaitingStatusMsg": "",
1897
+ "creatives.containersV2.Whatsapp.azerbaijani": "",
1898
+ "creatives.containersV2.Whatsapp.bengali": "",
1899
+ "creatives.containersV2.Whatsapp.btnDesc": "",
1900
+ "creatives.containersV2.Whatsapp.btnDisabledTooltip": "",
1901
+ "creatives.containersV2.Whatsapp.btnLabel": "",
1902
+ "creatives.containersV2.Whatsapp.btnTypeCTA": "",
1903
+ "creatives.containersV2.Whatsapp.btnTypeNone": "",
1904
+ "creatives.containersV2.Whatsapp.btnTypeQuickReply": "",
1905
+ "creatives.containersV2.Whatsapp.bulgarian": "",
1906
+ "creatives.containersV2.Whatsapp.cancelButtonLabel": "",
1907
+ "creatives.containersV2.Whatsapp.catalan": "",
1908
+ "creatives.containersV2.Whatsapp.chineseCHN": "",
1909
+ "creatives.containersV2.Whatsapp.chineseHKG": "",
1910
+ "creatives.containersV2.Whatsapp.chineseTAI": "",
1911
+ "creatives.containersV2.Whatsapp.croatian": "",
1912
+ "creatives.containersV2.Whatsapp.ctaDesc": "",
1913
+ "creatives.containersV2.Whatsapp.czech": "",
1914
+ "creatives.containersV2.Whatsapp.danish": "",
1915
+ "creatives.containersV2.Whatsapp.disabledEditTooltip": "",
1916
+ "creatives.containersV2.Whatsapp.disabledEditTooltipStatus": "",
1917
+ "creatives.containersV2.Whatsapp.disabledFeatureTooltip": "",
1918
+ "creatives.containersV2.Whatsapp.dutch": "",
1919
+ "creatives.containersV2.Whatsapp.emptyTemplateMessageErrorMessage": "",
1920
+ "creatives.containersV2.Whatsapp.english": "",
1921
+ "creatives.containersV2.Whatsapp.englishUK": "",
1922
+ "creatives.containersV2.Whatsapp.englishUS": "",
1923
+ "creatives.containersV2.Whatsapp.estonian": "",
1924
+ "creatives.containersV2.Whatsapp.filipino": "",
1925
+ "creatives.containersV2.Whatsapp.finnish": "",
1926
+ "creatives.containersV2.Whatsapp.french": "",
1927
+ "creatives.containersV2.Whatsapp.georgian": "",
1928
+ "creatives.containersV2.Whatsapp.german": "",
1929
+ "creatives.containersV2.Whatsapp.greek": "",
1930
+ "creatives.containersV2.Whatsapp.gujarati": "",
1931
+ "creatives.containersV2.Whatsapp.hausa": "",
1932
+ "creatives.containersV2.Whatsapp.hebrew": "",
1933
+ "creatives.containersV2.Whatsapp.here": "",
1934
+ "creatives.containersV2.Whatsapp.hindi": "",
1935
+ "creatives.containersV2.Whatsapp.hungarian": "",
1936
+ "creatives.containersV2.Whatsapp.indonesian": "",
1937
+ "creatives.containersV2.Whatsapp.inputplaceHolderText": "",
1938
+ "creatives.containersV2.Whatsapp.invalidFormatError": "",
1939
+ "creatives.containersV2.Whatsapp.irish": "",
1940
+ "creatives.containersV2.Whatsapp.italian": "",
1941
+ "creatives.containersV2.Whatsapp.japanese": "",
1942
+ "creatives.containersV2.Whatsapp.kannada": "",
1943
+ "creatives.containersV2.Whatsapp.kazakh": "",
1944
+ "creatives.containersV2.Whatsapp.kinyarwanda": "",
1945
+ "creatives.containersV2.Whatsapp.korean": "",
1946
+ "creatives.containersV2.Whatsapp.kyrgyz": "",
1947
+ "creatives.containersV2.Whatsapp.labelSeperator": "",
1948
+ "creatives.containersV2.Whatsapp.languageLabel": "",
1949
+ "creatives.containersV2.Whatsapp.lao": "",
1950
+ "creatives.containersV2.Whatsapp.latvian": "",
1951
+ "creatives.containersV2.Whatsapp.lithuanian": "",
1952
+ "creatives.containersV2.Whatsapp.macedonian": "",
1953
+ "creatives.containersV2.Whatsapp.malay": "",
1954
+ "creatives.containersV2.Whatsapp.malayalam": "",
1955
+ "creatives.containersV2.Whatsapp.marathi": "",
1956
+ "creatives.containersV2.Whatsapp.marketing": "",
1957
+ "creatives.containersV2.Whatsapp.marketingTooltip": "",
1958
+ "creatives.containersV2.Whatsapp.mediaDocument": "",
1959
+ "creatives.containersV2.Whatsapp.mediaImage": "",
1960
+ "creatives.containersV2.Whatsapp.mediaLabel": "",
1961
+ "creatives.containersV2.Whatsapp.mediaText": "",
1962
+ "creatives.containersV2.Whatsapp.mediaVideo": "",
1963
+ "creatives.containersV2.Whatsapp.messageLanguageLabel": "",
1964
+ "creatives.containersV2.Whatsapp.modifiedUnsubscribeText": "",
1965
+ "creatives.containersV2.Whatsapp.noContentBetweenVars": "",
1966
+ "creatives.containersV2.Whatsapp.norwegian": "",
1967
+ "creatives.containersV2.Whatsapp.optional": "",
1968
+ "creatives.containersV2.Whatsapp.otp": "",
1969
+ "creatives.containersV2.Whatsapp.page": "",
1970
+ "creatives.containersV2.Whatsapp.pages": "",
1971
+ "creatives.containersV2.Whatsapp.paymentUpdate": "",
1972
+ "creatives.containersV2.Whatsapp.paymentUpdateTooltip": "",
1973
+ "creatives.containersV2.Whatsapp.pdf": "",
1974
+ "creatives.containersV2.Whatsapp.persian": "",
1975
+ "creatives.containersV2.Whatsapp.polish": "",
1976
+ "creatives.containersV2.Whatsapp.portugueseBR": "",
1977
+ "creatives.containersV2.Whatsapp.portuguesePOR": "",
1978
+ "creatives.containersV2.Whatsapp.punjabi": "",
1979
+ "creatives.containersV2.Whatsapp.quickReplyDesc": "",
1980
+ "creatives.containersV2.Whatsapp.rejected": "",
1981
+ "creatives.containersV2.Whatsapp.rejectedStatusMsg": "",
1982
+ "creatives.containersV2.Whatsapp.removeMultinewlineChars": "",
1983
+ "creatives.containersV2.Whatsapp.repetativeVars": "",
1984
+ "creatives.containersV2.Whatsapp.reservationUpdate": "",
1985
+ "creatives.containersV2.Whatsapp.reservationUpdateTooltip": "",
1986
+ "creatives.containersV2.Whatsapp.romanian": "",
1987
+ "creatives.containersV2.Whatsapp.russian": "",
1988
+ "creatives.containersV2.Whatsapp.select": "",
1989
+ "creatives.containersV2.Whatsapp.sendForApprovalButtonLabel": "",
1990
+ "creatives.containersV2.Whatsapp.sequenceVars": "",
1991
+ "creatives.containersV2.Whatsapp.serbian": "",
1992
+ "creatives.containersV2.Whatsapp.slovak": "",
1993
+ "creatives.containersV2.Whatsapp.slovenian": "",
1994
+ "creatives.containersV2.Whatsapp.spanish": "",
1995
+ "creatives.containersV2.Whatsapp.spanishARG": "",
1996
+ "creatives.containersV2.Whatsapp.spanishMEX": "",
1997
+ "creatives.containersV2.Whatsapp.spanishSPA": "",
1998
+ "creatives.containersV2.Whatsapp.swahili": "",
1999
+ "creatives.containersV2.Whatsapp.swedish": "",
2000
+ "creatives.containersV2.Whatsapp.tagContentMismatchError": "",
2001
+ "creatives.containersV2.Whatsapp.tamil": "",
2002
+ "creatives.containersV2.Whatsapp.telugu": "",
2003
+ "creatives.containersV2.Whatsapp.templateCategoryLabel": "",
2004
+ "creatives.containersV2.Whatsapp.templateLanguageEnglish": "",
2005
+ "creatives.containersV2.Whatsapp.templateMessageLabel": "",
2006
+ "creatives.containersV2.Whatsapp.templateMessageLength": "",
2007
+ "creatives.containersV2.Whatsapp.templateMessageLengthError": "",
2008
+ "creatives.containersV2.Whatsapp.templateMessagePlaceholder": "",
2009
+ "creatives.containersV2.Whatsapp.templateMessageTooltip": "",
2010
+ "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText": "",
2011
+ "creatives.containersV2.Whatsapp.templateNameDesc": "",
2012
+ "creatives.containersV2.Whatsapp.templateNameRegexErrorMessage": "",
2013
+ "creatives.containersV2.Whatsapp.templateNameTooltip": "",
2014
+ "creatives.containersV2.Whatsapp.thai": "",
1818
2015
  "creatives.containersV2.Whatsapp.transactional": "",
1819
- "creatives.containersV2.Whatsapp.transactionalTooltip": "",
2016
+ "creatives.containersV2.Whatsapp.turkish": "",
2017
+ "creatives.containersV2.Whatsapp.ukrainian": "",
2018
+ "creatives.containersV2.Whatsapp.unknownVars": "",
2019
+ "creatives.containersV2.Whatsapp.unsubscribeTextTooltipCreateFlow": "",
2020
+ "creatives.containersV2.Whatsapp.unsubscribeTextTooltipEditFlow": "",
2021
+ "creatives.containersV2.Whatsapp.urdu": "",
2022
+ "creatives.containersV2.Whatsapp.useTwoBracketsOnly": "",
2023
+ "creatives.containersV2.Whatsapp.utility": "",
2024
+ "creatives.containersV2.Whatsapp.utilityTooltip": "",
2025
+ "creatives.containersV2.Whatsapp.uzbek": "",
2026
+ "creatives.containersV2.Whatsapp.videoErrorMessage": "",
2027
+ "creatives.containersV2.Whatsapp.vietnamese": "",
2028
+ "creatives.containersV2.Whatsapp.whatsappCreateNotification": "",
2029
+ "creatives.containersV2.Whatsapp.zulu": "",
1820
2030
  "creatives.containersV2.addLabels": "",
1821
2031
  "creatives.containersV2.appName": "",
1822
2032
  "creatives.containersV2.applyNow": "",
@@ -48,6 +48,21 @@
48
48
  "app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "",
49
49
  "app.v2containers.SmsTrai.Create.uploadFile": "",
50
50
  "app.v2containers.SmsTrai.Create.uploadInstructions": "",
51
+ "app.v2containers.SmsTrai.Edit.addLabels": "",
52
+ "app.v2containers.SmsTrai.Edit.cancelButtonLabel": "",
53
+ "app.v2containers.SmsTrai.Edit.inputplaceHolderText": "",
54
+ "app.v2containers.SmsTrai.Edit.msgLengthNote": "",
55
+ "app.v2containers.SmsTrai.Edit.saveButtonLabel": "",
56
+ "app.v2containers.SmsTrai.Edit.senderIdlabel": "",
57
+ "app.v2containers.SmsTrai.Edit.smsEditNotification": "",
58
+ "app.v2containers.SmsTrai.Edit.templateLabel": "",
59
+ "app.v2containers.SmsTrai.Edit.textAreaCounts": "",
60
+ "app.v2containers.SmsTrai.Edit.textAreaError": "",
61
+ "app.v2containers.SmsTrai.Edit.totalCharacters": "",
62
+ "app.v2containers.SmsTrai.Edit.traiEditSeperator": "",
63
+ "app.v2containers.SmsTrai.Edit.traiEditTitle": "",
64
+ "app.v2containers.SmsTrai.Edit.unicodeLabel": "",
65
+ "app.v2containers.SmsTrai.Edit.unsupportedTagsValidationError": "",
51
66
  "creatives.components.AccessForbidden.forbiddenDesc": "",
52
67
  "creatives.components.AccessForbidden.forbiddenHeader": "",
53
68
  "creatives.components.BreadCrumbs.header": "",
@@ -176,6 +191,31 @@
176
191
  "creatives.componentsV2.CapTagList.numberOfDaysBeforeExpiry": "",
177
192
  "creatives.componentsV2.CapTagList.outbound": "",
178
193
  "creatives.componentsV2.CapTagList.search": "",
194
+ "creatives.componentsV2.CapWhatsappCTA.addButton": "",
195
+ "creatives.componentsV2.CapWhatsappCTA.ctaAddDisabled": "",
196
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonErrorMessage": "",
197
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonText": "",
198
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonTextPlaceholder": "",
199
+ "creatives.componentsV2.CapWhatsappCTA.ctaButtonTextTooltip": "",
200
+ "creatives.componentsV2.CapWhatsappCTA.ctaDynamicPlaceholder": "",
201
+ "creatives.componentsV2.CapWhatsappCTA.ctaOptionDisabledTooltip": "",
202
+ "creatives.componentsV2.CapWhatsappCTA.ctaPhoneNo": "",
203
+ "creatives.componentsV2.CapWhatsappCTA.ctaPhoneNoPlaceholder": "",
204
+ "creatives.componentsV2.CapWhatsappCTA.ctaSaveDisabled": "",
205
+ "creatives.componentsV2.CapWhatsappCTA.ctaStaticPlaceholder": "",
206
+ "creatives.componentsV2.CapWhatsappCTA.ctaType": "",
207
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsite": "",
208
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteType": "",
209
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeDynamic": "",
210
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteTypeStatic": "",
211
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrl": "",
212
+ "creatives.componentsV2.CapWhatsappCTA.ctaWebsiteUrlErrorMessage": "",
213
+ "creatives.componentsV2.CapWhatsappCTA.dynamicUrlTooltip": "",
214
+ "creatives.componentsV2.CapWhatsappCTA.dynamicUrlWithMoreVarErrorMessage": "",
215
+ "creatives.componentsV2.CapWhatsappCTA.staticUrlWithVarErrorMessage": "",
216
+ "creatives.componentsV2.CapWhatsappCTA.useTwoBracketsOnly": "",
217
+ "creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListLabel": "",
218
+ "creatives.componentsV2.CapWhatsappCTA.whatsappCtaTagListRevert": "",
179
219
  "creatives.componentsV2.Ckeditor.header": "",
180
220
  "creatives.componentsV2.CmsTemplatesComponent.header": "",
181
221
  "creatives.componentsV2.CmsTemplatesComponent.select": "",
@@ -881,6 +921,7 @@
881
921
  "creatives.containersV2.Cap.ebill": "",
882
922
  "creatives.containersV2.Cap.email": "",
883
923
  "creatives.containersV2.Cap.gallery": "",
924
+ "creatives.containersV2.Cap.journeys": "",
884
925
  "creatives.containersV2.Cap.loyalty": "",
885
926
  "creatives.containersV2.Cap.memberCare": "",
886
927
  "creatives.containersV2.Cap.sms": "",
@@ -921,7 +962,6 @@
921
962
  "creatives.containersV2.CapFacebookPreview.suggestedVideoMobile": "",
922
963
  "creatives.containersV2.CapFacebookPreview.videoNotePreview": "",
923
964
  "creatives.containersV2.CapFacebookPreview.watchFeedMobile": "",
924
- "creatives.containersV2.ChannelTemplates.header": "",
925
965
  "creatives.containersV2.Create.addLabel": "",
926
966
  "creatives.containersV2.Create.alertMessage": "",
927
967
  "creatives.containersV2.Create.cancelButton": "",
@@ -1402,11 +1442,13 @@
1402
1442
  "creatives.containersV2.LineVideo.actionLabelTitle": "",
1403
1443
  "creatives.containersV2.LineVideo.actionUrlPlaceholder": "",
1404
1444
  "creatives.containersV2.LineVideo.actionUrlTitle": "",
1445
+ "creatives.containersV2.LineVideo.display": "",
1405
1446
  "creatives.containersV2.LineVideo.dragAndDrop": "",
1406
1447
  "creatives.containersV2.LineVideo.emptyAltTextErrorMessage": "",
1407
1448
  "creatives.containersV2.LineVideo.emptyLabelErrorMessage": "",
1408
1449
  "creatives.containersV2.LineVideo.emptyTitleErrorMessage": "",
1409
1450
  "creatives.containersV2.LineVideo.emptyUrlErrorMessage": "",
1451
+ "creatives.containersV2.LineVideo.hide": "",
1410
1452
  "creatives.containersV2.LineVideo.imageGallery": "",
1411
1453
  "creatives.containersV2.LineVideo.imageReUpload": "",
1412
1454
  "creatives.containersV2.LineVideo.inValidUrlErrorMessage": "",
@@ -1450,19 +1492,29 @@
1450
1492
  "creatives.containersV2.MobilePush.Create.Image": "",
1451
1493
  "creatives.containersV2.MobilePush.Create.ImageUploadLabel": "",
1452
1494
  "creatives.containersV2.MobilePush.Create.Tags": "",
1495
+ "creatives.containersV2.MobilePush.Create.aPageWithMobileApp": "",
1453
1496
  "creatives.containersV2.MobilePush.Create.accountId": "",
1497
+ "creatives.containersV2.MobilePush.Create.addActionButtonsToNotification": "",
1498
+ "creatives.containersV2.MobilePush.Create.addActionLinkToContent": "",
1499
+ "creatives.containersV2.MobilePush.Create.addActionLinkToContentDescription": "",
1454
1500
  "creatives.containersV2.MobilePush.Create.addAnotherCTA": "",
1501
+ "creatives.containersV2.MobilePush.Create.addPrimaryButtonToNotification": "",
1455
1502
  "creatives.containersV2.MobilePush.Create.addPrimaryCTA": "",
1503
+ "creatives.containersV2.MobilePush.Create.addSecondaryButtonToNotification": "",
1456
1504
  "creatives.containersV2.MobilePush.Create.addSecondaryCTA": "",
1457
1505
  "creatives.containersV2.MobilePush.Create.alertMessage": "",
1506
+ "creatives.containersV2.MobilePush.Create.anExternalWebPage": "",
1458
1507
  "creatives.containersV2.MobilePush.Create.androidNotConfigured": "",
1459
1508
  "creatives.containersV2.MobilePush.Create.button1": "",
1460
1509
  "creatives.containersV2.MobilePush.Create.button2": "",
1510
+ "creatives.containersV2.MobilePush.Create.buttonLabel": "",
1461
1511
  "creatives.containersV2.MobilePush.Create.cancel": "",
1462
1512
  "creatives.containersV2.MobilePush.Create.cantCopyEmptyFieldValues": "",
1463
1513
  "creatives.containersV2.MobilePush.Create.change": "",
1464
1514
  "creatives.containersV2.MobilePush.Create.copyFromAndroid": "",
1465
1515
  "creatives.containersV2.MobilePush.Create.copyFromIos": "",
1516
+ "creatives.containersV2.MobilePush.Create.coverImage": "",
1517
+ "creatives.containersV2.MobilePush.Create.coverImageDescription": "",
1466
1518
  "creatives.containersV2.MobilePush.Create.ctaLabelCantEmpty": "",
1467
1519
  "creatives.containersV2.MobilePush.Create.deleteSecondCTAFirst": "",
1468
1520
  "creatives.containersV2.MobilePush.Create.discardChanges": "",
@@ -1505,6 +1557,7 @@
1505
1557
  "creatives.containersV2.MobilePush.Create.templateCreatedSuccessfully": "",
1506
1558
  "creatives.containersV2.MobilePush.Create.templateNameNotEmpty": "",
1507
1559
  "creatives.containersV2.MobilePush.Create.templateNotConfigured": "",
1560
+ "creatives.containersV2.MobilePush.Create.thisSectionDisabledHoverText": "",
1508
1561
  "creatives.containersV2.MobilePush.Create.title": "",
1509
1562
  "creatives.containersV2.MobilePush.Create.titleHasUnsupportedTag": "",
1510
1563
  "creatives.containersV2.MobilePush.Create.titleLabel": "",
@@ -1522,19 +1575,29 @@
1522
1575
  "creatives.containersV2.MobilePush.Edit.Image": "",
1523
1576
  "creatives.containersV2.MobilePush.Edit.ImageUploadLabel": "",
1524
1577
  "creatives.containersV2.MobilePush.Edit.Tags": "",
1578
+ "creatives.containersV2.MobilePush.Edit.aPageWithMobileApp": "",
1525
1579
  "creatives.containersV2.MobilePush.Edit.accountId": "",
1580
+ "creatives.containersV2.MobilePush.Edit.addActionButtonsToNotification": "",
1581
+ "creatives.containersV2.MobilePush.Edit.addActionLinkToContent": "",
1582
+ "creatives.containersV2.MobilePush.Edit.addActionLinkToContentDescription": "",
1526
1583
  "creatives.containersV2.MobilePush.Edit.addAnotherCTA": "",
1584
+ "creatives.containersV2.MobilePush.Edit.addPrimaryButtonToNotification": "",
1527
1585
  "creatives.containersV2.MobilePush.Edit.addPrimaryCTA": "",
1586
+ "creatives.containersV2.MobilePush.Edit.addSecondaryButtonToNotification": "",
1528
1587
  "creatives.containersV2.MobilePush.Edit.addSecondaryCTA": "",
1529
1588
  "creatives.containersV2.MobilePush.Edit.alertMessage": "",
1589
+ "creatives.containersV2.MobilePush.Edit.anExternalWebPage": "",
1530
1590
  "creatives.containersV2.MobilePush.Edit.androidTemplateNotConfigured": "",
1531
1591
  "creatives.containersV2.MobilePush.Edit.button1": "",
1532
1592
  "creatives.containersV2.MobilePush.Edit.button2": "",
1593
+ "creatives.containersV2.MobilePush.Edit.buttonLabel": "",
1533
1594
  "creatives.containersV2.MobilePush.Edit.cancel": "",
1534
1595
  "creatives.containersV2.MobilePush.Edit.cantCopyEmptyFieldValues": "",
1535
1596
  "creatives.containersV2.MobilePush.Edit.change": "",
1536
1597
  "creatives.containersV2.MobilePush.Edit.copyFromAndroid": "",
1537
1598
  "creatives.containersV2.MobilePush.Edit.copyFromIos": "",
1599
+ "creatives.containersV2.MobilePush.Edit.coverImage": "",
1600
+ "creatives.containersV2.MobilePush.Edit.coverImageDescription": "",
1538
1601
  "creatives.containersV2.MobilePush.Edit.ctaLabelCantEmpty": "",
1539
1602
  "creatives.containersV2.MobilePush.Edit.deleteSecondCTAFirst": "",
1540
1603
  "creatives.containersV2.MobilePush.Edit.discardChanges": "",
@@ -1577,6 +1640,7 @@
1577
1640
  "creatives.containersV2.MobilePush.Edit.templateEditedSuccessfully": "",
1578
1641
  "creatives.containersV2.MobilePush.Edit.templateNameNotEmpty": "",
1579
1642
  "creatives.containersV2.MobilePush.Edit.templateNotConfigured": "",
1643
+ "creatives.containersV2.MobilePush.Edit.thisSectionDisabledHoverText": "",
1580
1644
  "creatives.containersV2.MobilePush.Edit.title": "",
1581
1645
  "creatives.containersV2.MobilePush.Edit.titleHasUnsupportedTag": "",
1582
1646
  "creatives.containersV2.MobilePush.Edit.titleLabel": "",
@@ -1812,11 +1876,157 @@
1812
1876
  "creatives.containersV2.WeChat.templateName": "",
1813
1877
  "creatives.containersV2.WeChat.wechatCreateSuccess": "",
1814
1878
  "creatives.containersV2.WeChat.wechatEditSuccess": "",
1879
+ "creatives.containersV2.Whatsapp.IncorrectCategoryError": "",
1880
+ "creatives.containersV2.Whatsapp.accountUpdate": "",
1881
+ "creatives.containersV2.Whatsapp.accountUpdateTooltip": "",
1882
+ "creatives.containersV2.Whatsapp.addVar": "",
1883
+ "creatives.containersV2.Whatsapp.afrikaans": "",
1884
+ "creatives.containersV2.Whatsapp.albanian": "",
1815
1885
  "creatives.containersV2.Whatsapp.alertUpdate": "",
1816
1886
  "creatives.containersV2.Whatsapp.alertUpdateTooltip": "",
1887
+ "creatives.containersV2.Whatsapp.appointmentUpdate": "",
1888
+ "creatives.containersV2.Whatsapp.appointmentUpdateTooltip": "",
1817
1889
  "creatives.containersV2.Whatsapp.approved": "",
1890
+ "creatives.containersV2.Whatsapp.approvedStatusMsg": "",
1891
+ "creatives.containersV2.Whatsapp.arabic": "",
1892
+ "creatives.containersV2.Whatsapp.authentication": "",
1893
+ "creatives.containersV2.Whatsapp.authenticationTooltip": "",
1894
+ "creatives.containersV2.Whatsapp.awaitingApproval": "",
1895
+ "creatives.containersV2.Whatsapp.awaitingStatusDesc": "",
1896
+ "creatives.containersV2.Whatsapp.awaitingStatusMsg": "",
1897
+ "creatives.containersV2.Whatsapp.azerbaijani": "",
1898
+ "creatives.containersV2.Whatsapp.bengali": "",
1899
+ "creatives.containersV2.Whatsapp.btnDesc": "",
1900
+ "creatives.containersV2.Whatsapp.btnDisabledTooltip": "",
1901
+ "creatives.containersV2.Whatsapp.btnLabel": "",
1902
+ "creatives.containersV2.Whatsapp.btnTypeCTA": "",
1903
+ "creatives.containersV2.Whatsapp.btnTypeNone": "",
1904
+ "creatives.containersV2.Whatsapp.btnTypeQuickReply": "",
1905
+ "creatives.containersV2.Whatsapp.bulgarian": "",
1906
+ "creatives.containersV2.Whatsapp.cancelButtonLabel": "",
1907
+ "creatives.containersV2.Whatsapp.catalan": "",
1908
+ "creatives.containersV2.Whatsapp.chineseCHN": "",
1909
+ "creatives.containersV2.Whatsapp.chineseHKG": "",
1910
+ "creatives.containersV2.Whatsapp.chineseTAI": "",
1911
+ "creatives.containersV2.Whatsapp.croatian": "",
1912
+ "creatives.containersV2.Whatsapp.ctaDesc": "",
1913
+ "creatives.containersV2.Whatsapp.czech": "",
1914
+ "creatives.containersV2.Whatsapp.danish": "",
1915
+ "creatives.containersV2.Whatsapp.disabledEditTooltip": "",
1916
+ "creatives.containersV2.Whatsapp.disabledEditTooltipStatus": "",
1917
+ "creatives.containersV2.Whatsapp.disabledFeatureTooltip": "",
1918
+ "creatives.containersV2.Whatsapp.dutch": "",
1919
+ "creatives.containersV2.Whatsapp.emptyTemplateMessageErrorMessage": "",
1920
+ "creatives.containersV2.Whatsapp.english": "",
1921
+ "creatives.containersV2.Whatsapp.englishUK": "",
1922
+ "creatives.containersV2.Whatsapp.englishUS": "",
1923
+ "creatives.containersV2.Whatsapp.estonian": "",
1924
+ "creatives.containersV2.Whatsapp.filipino": "",
1925
+ "creatives.containersV2.Whatsapp.finnish": "",
1926
+ "creatives.containersV2.Whatsapp.french": "",
1927
+ "creatives.containersV2.Whatsapp.georgian": "",
1928
+ "creatives.containersV2.Whatsapp.german": "",
1929
+ "creatives.containersV2.Whatsapp.greek": "",
1930
+ "creatives.containersV2.Whatsapp.gujarati": "",
1931
+ "creatives.containersV2.Whatsapp.hausa": "",
1932
+ "creatives.containersV2.Whatsapp.hebrew": "",
1933
+ "creatives.containersV2.Whatsapp.here": "",
1934
+ "creatives.containersV2.Whatsapp.hindi": "",
1935
+ "creatives.containersV2.Whatsapp.hungarian": "",
1936
+ "creatives.containersV2.Whatsapp.indonesian": "",
1937
+ "creatives.containersV2.Whatsapp.inputplaceHolderText": "",
1938
+ "creatives.containersV2.Whatsapp.invalidFormatError": "",
1939
+ "creatives.containersV2.Whatsapp.irish": "",
1940
+ "creatives.containersV2.Whatsapp.italian": "",
1941
+ "creatives.containersV2.Whatsapp.japanese": "",
1942
+ "creatives.containersV2.Whatsapp.kannada": "",
1943
+ "creatives.containersV2.Whatsapp.kazakh": "",
1944
+ "creatives.containersV2.Whatsapp.kinyarwanda": "",
1945
+ "creatives.containersV2.Whatsapp.korean": "",
1946
+ "creatives.containersV2.Whatsapp.kyrgyz": "",
1947
+ "creatives.containersV2.Whatsapp.labelSeperator": "",
1948
+ "creatives.containersV2.Whatsapp.languageLabel": "",
1949
+ "creatives.containersV2.Whatsapp.lao": "",
1950
+ "creatives.containersV2.Whatsapp.latvian": "",
1951
+ "creatives.containersV2.Whatsapp.lithuanian": "",
1952
+ "creatives.containersV2.Whatsapp.macedonian": "",
1953
+ "creatives.containersV2.Whatsapp.malay": "",
1954
+ "creatives.containersV2.Whatsapp.malayalam": "",
1955
+ "creatives.containersV2.Whatsapp.marathi": "",
1956
+ "creatives.containersV2.Whatsapp.marketing": "",
1957
+ "creatives.containersV2.Whatsapp.marketingTooltip": "",
1958
+ "creatives.containersV2.Whatsapp.mediaDocument": "",
1959
+ "creatives.containersV2.Whatsapp.mediaImage": "",
1960
+ "creatives.containersV2.Whatsapp.mediaLabel": "",
1961
+ "creatives.containersV2.Whatsapp.mediaText": "",
1962
+ "creatives.containersV2.Whatsapp.mediaVideo": "",
1963
+ "creatives.containersV2.Whatsapp.messageLanguageLabel": "",
1964
+ "creatives.containersV2.Whatsapp.modifiedUnsubscribeText": "",
1965
+ "creatives.containersV2.Whatsapp.noContentBetweenVars": "",
1966
+ "creatives.containersV2.Whatsapp.norwegian": "",
1967
+ "creatives.containersV2.Whatsapp.optional": "",
1968
+ "creatives.containersV2.Whatsapp.otp": "",
1969
+ "creatives.containersV2.Whatsapp.page": "",
1970
+ "creatives.containersV2.Whatsapp.pages": "",
1971
+ "creatives.containersV2.Whatsapp.paymentUpdate": "",
1972
+ "creatives.containersV2.Whatsapp.paymentUpdateTooltip": "",
1973
+ "creatives.containersV2.Whatsapp.pdf": "",
1974
+ "creatives.containersV2.Whatsapp.persian": "",
1975
+ "creatives.containersV2.Whatsapp.polish": "",
1976
+ "creatives.containersV2.Whatsapp.portugueseBR": "",
1977
+ "creatives.containersV2.Whatsapp.portuguesePOR": "",
1978
+ "creatives.containersV2.Whatsapp.punjabi": "",
1979
+ "creatives.containersV2.Whatsapp.quickReplyDesc": "",
1980
+ "creatives.containersV2.Whatsapp.rejected": "",
1981
+ "creatives.containersV2.Whatsapp.rejectedStatusMsg": "",
1982
+ "creatives.containersV2.Whatsapp.removeMultinewlineChars": "",
1983
+ "creatives.containersV2.Whatsapp.repetativeVars": "",
1984
+ "creatives.containersV2.Whatsapp.reservationUpdate": "",
1985
+ "creatives.containersV2.Whatsapp.reservationUpdateTooltip": "",
1986
+ "creatives.containersV2.Whatsapp.romanian": "",
1987
+ "creatives.containersV2.Whatsapp.russian": "",
1988
+ "creatives.containersV2.Whatsapp.select": "",
1989
+ "creatives.containersV2.Whatsapp.sendForApprovalButtonLabel": "",
1990
+ "creatives.containersV2.Whatsapp.sequenceVars": "",
1991
+ "creatives.containersV2.Whatsapp.serbian": "",
1992
+ "creatives.containersV2.Whatsapp.slovak": "",
1993
+ "creatives.containersV2.Whatsapp.slovenian": "",
1994
+ "creatives.containersV2.Whatsapp.spanish": "",
1995
+ "creatives.containersV2.Whatsapp.spanishARG": "",
1996
+ "creatives.containersV2.Whatsapp.spanishMEX": "",
1997
+ "creatives.containersV2.Whatsapp.spanishSPA": "",
1998
+ "creatives.containersV2.Whatsapp.swahili": "",
1999
+ "creatives.containersV2.Whatsapp.swedish": "",
2000
+ "creatives.containersV2.Whatsapp.tagContentMismatchError": "",
2001
+ "creatives.containersV2.Whatsapp.tamil": "",
2002
+ "creatives.containersV2.Whatsapp.telugu": "",
2003
+ "creatives.containersV2.Whatsapp.templateCategoryLabel": "",
2004
+ "creatives.containersV2.Whatsapp.templateLanguageEnglish": "",
2005
+ "creatives.containersV2.Whatsapp.templateMessageLabel": "",
2006
+ "creatives.containersV2.Whatsapp.templateMessageLength": "",
2007
+ "creatives.containersV2.Whatsapp.templateMessageLengthError": "",
2008
+ "creatives.containersV2.Whatsapp.templateMessagePlaceholder": "",
2009
+ "creatives.containersV2.Whatsapp.templateMessageTooltip": "",
2010
+ "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText": "",
2011
+ "creatives.containersV2.Whatsapp.templateNameDesc": "",
2012
+ "creatives.containersV2.Whatsapp.templateNameRegexErrorMessage": "",
2013
+ "creatives.containersV2.Whatsapp.templateNameTooltip": "",
2014
+ "creatives.containersV2.Whatsapp.thai": "",
1818
2015
  "creatives.containersV2.Whatsapp.transactional": "",
1819
- "creatives.containersV2.Whatsapp.transactionalTooltip": "",
2016
+ "creatives.containersV2.Whatsapp.turkish": "",
2017
+ "creatives.containersV2.Whatsapp.ukrainian": "",
2018
+ "creatives.containersV2.Whatsapp.unknownVars": "",
2019
+ "creatives.containersV2.Whatsapp.unsubscribeTextTooltipCreateFlow": "",
2020
+ "creatives.containersV2.Whatsapp.unsubscribeTextTooltipEditFlow": "",
2021
+ "creatives.containersV2.Whatsapp.urdu": "",
2022
+ "creatives.containersV2.Whatsapp.useTwoBracketsOnly": "",
2023
+ "creatives.containersV2.Whatsapp.utility": "",
2024
+ "creatives.containersV2.Whatsapp.utilityTooltip": "",
2025
+ "creatives.containersV2.Whatsapp.uzbek": "",
2026
+ "creatives.containersV2.Whatsapp.videoErrorMessage": "",
2027
+ "creatives.containersV2.Whatsapp.vietnamese": "",
2028
+ "creatives.containersV2.Whatsapp.whatsappCreateNotification": "",
2029
+ "creatives.containersV2.Whatsapp.zulu": "",
1820
2030
  "creatives.containersV2.addLabels": "",
1821
2031
  "creatives.containersV2.appName": "",
1822
2032
  "creatives.containersV2.applyNow": "",