@hhgtech/hhg-components 1.29.418 → 1.29.419-beta-2
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/build/{InputDate-c9e54a91.js → InputDate-084d4346.js} +14 -21
- package/build/{LastPeriod-879fdfd5.js → LastPeriod-a6e642b6.js} +1 -1
- package/build/{MobileBottomNavigationIcon-29955b8d.js → MobileBottomNavigationIcon-e516e446.js} +3 -3
- package/build/{Spinner-ae620f00.js → Spinner-dff3a5d3.js} +1 -1
- package/build/{WhatsApp-c2e443b9.js → WhatsApp-077b30e0.js} +1 -1
- package/build/adapters.js +20 -20
- package/build/atoms.js +52 -50
- package/build/babyGrowth.js +85 -84
- package/build/cache.js +2 -2
- package/build/care.js +17 -17
- package/build/careBookingSearchBar.js +14 -14
- package/build/careBookingSearchBarV2.js +15 -15
- package/build/components/atoms/icons/ErrorIcon.d.ts +4 -0
- package/build/components/atoms/index.d.ts +1 -0
- package/build/components/atoms/searchInput/index.d.ts +18 -0
- package/build/components/mantine/phoneInput/PhoneInput.d.ts +1 -1
- package/build/components/mantine/styles.d.ts +12 -0
- package/build/components/mantine/theme/input.d.ts +7 -6
- package/build/components/mantine/theme/text.d.ts +51 -0
- package/build/components/molecules/cardListItem/index.d.ts +13 -0
- package/build/components/molecules/cardListItem/index.styled.d.ts +9 -0
- package/build/components/molecules/index.d.ts +3 -0
- package/build/components/molecules/list/Content.d.ts +8 -0
- package/build/components/molecules/list/Item.d.ts +4 -0
- package/build/components/molecules/list/ListProvider.d.ts +3 -0
- package/build/components/molecules/list/ListQuickFilter.d.ts +8 -0
- package/build/components/molecules/list/LoadMore.d.ts +9 -0
- package/build/components/molecules/list/Pagination.d.ts +2 -0
- package/build/components/molecules/list/Search.d.ts +9 -0
- package/build/components/molecules/list/context.d.ts +4 -0
- package/build/components/molecules/list/index.d.ts +18 -0
- package/build/components/molecules/list/type.d.ts +36 -0
- package/build/components/molecules/list/useList.d.ts +22 -0
- package/build/components/molecules/quickFilter/index.d.ts +10 -0
- package/build/components/molecules/quickFilter/index.styled.d.ts +5 -0
- package/build/components.js +107 -99
- package/build/{constants-91f2a6ec.js → constants-e87af10c.js} +1 -1
- package/build/constants.js +3 -3
- package/build/constantsDomainLocales.js +1 -1
- package/build/constantsRiskScreener.js +2 -2
- package/build/constantsSite.js +2 -2
- package/build/{core-cee15e58.js → core-cfa86e38.js} +1 -1
- package/build/{dataTransform-b9985389.js → dataTransform-e6c235dc.js} +1 -1
- package/build/ecom.js +4 -4
- package/build/{editor-38959afb.js → editor-906fbbe8.js} +11 -11
- package/build/embeddedHeathToolCards_babyGrowth.js +24 -24
- package/build/embeddedHeathToolCards_babyPoop.js +20 -20
- package/build/embeddedHeathToolCards_babyVaccine.js +23 -23
- package/build/embeddedHeathToolCards_bmi_bmi.js +26 -26
- package/build/embeddedHeathToolCards_bmrBmr.js +26 -26
- package/build/embeddedHeathToolCards_dueDate_dueDate.js +23 -23
- package/build/embeddedHeathToolCards_ovulation_ovulation.js +23 -23
- package/build/embeddedHeathToolCards_pwg_pwg.js +27 -27
- package/build/embeddedHeathToolCards_targetHeartRate.js +28 -28
- package/build/esm/{InputDate-dbede396.js → InputDate-73f8c532.js} +14 -21
- package/build/esm/{LastPeriod-3a8ce81b.js → LastPeriod-73f6470b.js} +1 -1
- package/build/esm/{MobileBottomNavigationIcon-95f8b694.js → MobileBottomNavigationIcon-4b9f3666.js} +3 -3
- package/build/esm/{Spinner-7106ae77.js → Spinner-5ad438bf.js} +1 -1
- package/build/esm/{WhatsApp-1eb79b9f.js → WhatsApp-327a6af4.js} +1 -1
- package/build/esm/adapters.js +20 -20
- package/build/esm/atoms.js +49 -49
- package/build/esm/babyGrowth.js +85 -84
- package/build/esm/cache.js +2 -2
- package/build/esm/care.js +17 -17
- package/build/esm/careBookingSearchBar.js +14 -14
- package/build/esm/careBookingSearchBarV2.js +15 -15
- package/build/esm/components/atoms/icons/ErrorIcon.d.ts +4 -0
- package/build/esm/components/atoms/index.d.ts +1 -0
- package/build/esm/components/atoms/searchInput/index.d.ts +18 -0
- package/build/esm/components/mantine/phoneInput/PhoneInput.d.ts +1 -1
- package/build/esm/components/mantine/styles.d.ts +12 -0
- package/build/esm/components/mantine/theme/input.d.ts +7 -6
- package/build/esm/components/mantine/theme/text.d.ts +51 -0
- package/build/esm/components/molecules/cardListItem/index.d.ts +13 -0
- package/build/esm/components/molecules/cardListItem/index.styled.d.ts +9 -0
- package/build/esm/components/molecules/index.d.ts +3 -0
- package/build/esm/components/molecules/list/Content.d.ts +8 -0
- package/build/esm/components/molecules/list/Item.d.ts +4 -0
- package/build/esm/components/molecules/list/ListProvider.d.ts +3 -0
- package/build/esm/components/molecules/list/ListQuickFilter.d.ts +8 -0
- package/build/esm/components/molecules/list/LoadMore.d.ts +9 -0
- package/build/esm/components/molecules/list/Pagination.d.ts +2 -0
- package/build/esm/components/molecules/list/Search.d.ts +9 -0
- package/build/esm/components/molecules/list/context.d.ts +4 -0
- package/build/esm/components/molecules/list/index.d.ts +18 -0
- package/build/esm/components/molecules/list/type.d.ts +36 -0
- package/build/esm/components/molecules/list/useList.d.ts +22 -0
- package/build/esm/components/molecules/quickFilter/index.d.ts +10 -0
- package/build/esm/components/molecules/quickFilter/index.styled.d.ts +5 -0
- package/build/esm/components.js +99 -98
- package/build/esm/{constants-78b10870.js → constants-4e77d3df.js} +1 -1
- package/build/esm/constants.js +3 -3
- package/build/esm/constantsDomainLocales.js +1 -1
- package/build/esm/constantsRiskScreener.js +2 -2
- package/build/esm/constantsSite.js +2 -2
- package/build/esm/{core-bfed8857.js → core-f2059138.js} +1 -1
- package/build/esm/{dataTransform-bcdc73f7.js → dataTransform-fd4569a6.js} +1 -1
- package/build/esm/ecom.js +4 -4
- package/build/esm/{editor-adc9d183.js → editor-8dc5d66a.js} +11 -11
- package/build/esm/embeddedHeathToolCards_babyGrowth.js +24 -24
- package/build/esm/embeddedHeathToolCards_babyPoop.js +20 -20
- package/build/esm/embeddedHeathToolCards_babyVaccine.js +23 -23
- package/build/esm/embeddedHeathToolCards_bmi_bmi.js +26 -26
- package/build/esm/embeddedHeathToolCards_bmrBmr.js +26 -26
- package/build/esm/embeddedHeathToolCards_dueDate_dueDate.js +23 -23
- package/build/esm/embeddedHeathToolCards_ovulation_ovulation.js +23 -23
- package/build/esm/embeddedHeathToolCards_pwg_pwg.js +27 -27
- package/build/esm/embeddedHeathToolCards_targetHeartRate.js +28 -28
- package/build/esm/footer.js +22 -22
- package/build/esm/gAssets.js +2 -2
- package/build/esm/{healthTools-bd097aa5.js → healthTools-f14544af.js} +1 -1
- package/build/esm/healthToolsCardWrapper.js +19 -19
- package/build/esm/healthToolsForm.js +34 -34
- package/build/esm/hooks.js +13 -13
- package/build/esm/i18n/translationKeys.d.ts +1 -1
- package/build/esm/i18n-values/en-PH.js +8 -0
- package/build/esm/i18n-values/hi-IN.js +8 -0
- package/build/esm/i18n-values/id-ID.js +8 -0
- package/build/esm/i18n-values/km-KH.js +8 -0
- package/build/esm/i18n-values/ms-MY.js +8 -0
- package/build/esm/i18n-values/my-MM.js +8 -0
- package/build/esm/i18n-values/th-TH.js +8 -0
- package/build/esm/i18n-values/tl-PH.js +8 -0
- package/build/esm/i18n-values/vi-VN.js +8 -0
- package/build/esm/i18n-values/vi-VN_MB.js +8 -0
- package/build/esm/i18n-values/zh-SG.js +8 -0
- package/build/esm/i18n-values/zh-TW.js +8 -0
- package/build/esm/i18n.js +2 -2
- package/build/esm/i18nV2.js +2 -2
- package/build/esm/icons/CurrentLocation.d.ts +4 -0
- package/build/esm/icons/Search2.d.ts +4 -0
- package/build/esm/icons/index.d.ts +3 -1
- package/build/esm/{index-ceb8b8bf.js → index-00330a19.js} +2 -2
- package/build/esm/{index-bdf6245a.js → index-00f8e3a9.js} +15 -15
- package/build/esm/{index-6a03cb12.js → index-0711a88b.js} +2 -2
- package/build/esm/{index-1708f86a.js → index-077aa484.js} +2 -2
- package/build/esm/{index-6c0dc808.js → index-0808fde6.js} +1 -1
- package/build/esm/{index-ae917316.js → index-09aaf60f.js} +4 -4
- package/build/esm/{index-50786b24.js → index-09eaad1f.js} +7 -7
- package/build/esm/{index-c314e49c.js → index-0ac8748d.js} +10 -10
- package/build/esm/{index-aaf96a65.js → index-0ff10f4f.js} +17 -17
- package/build/esm/{index-7dc69559.js → index-111b1c7f.js} +15 -15
- package/build/esm/{index-1af7cea2.js → index-11266b90.js} +2 -2
- package/build/esm/{index-81e60fe2.js → index-1a7440b6.js} +3 -3
- package/build/esm/{index-e6f9eb2d.js → index-205fd435.js} +15 -15
- package/build/esm/{index-65057179.js → index-2328a192.js} +30 -30
- package/build/esm/{index-c8cbbe59.js → index-2514fc38.js} +7 -141
- package/build/esm/{index-82c84a53.js → index-285cec9f.js} +7 -7
- package/build/esm/{index-b9f57aa7.js → index-3c3e2bc7.js} +13 -13
- package/build/esm/{index-d1a664c7.js → index-3e4187df.js} +25 -25
- package/build/esm/{index-46c913ce.js → index-3e6134dc.js} +6 -6
- package/build/esm/{index-6058338e.js → index-3e9c0df6.js} +22 -22
- package/build/esm/{index-9cdad777.js → index-44efbc04.js} +3 -3
- package/build/esm/{index-21e97511.js → index-46472983.js} +6 -6
- package/build/esm/{index-8c902e04.js → index-52d89854.js} +2 -2
- package/build/esm/{index-bb3f4527.js → index-5982a911.js} +3 -3
- package/build/esm/{index-11755303.js → index-5b9c41cf.js} +1 -1
- package/build/esm/{index-23f97b77.js → index-5e7f0f03.js} +3 -3
- package/build/esm/{index-da9b3560.js → index-60c99ce8.js} +1 -1
- package/build/esm/{index-cf685e8f.js → index-66276a9c.js} +3 -3
- package/build/esm/{index-660b41f1.js → index-6cce8107.js} +17 -17
- package/build/esm/{index-0bbd27f5.js → index-6dae848d.js} +6 -6
- package/build/esm/{index-eebfb54e.js → index-6e677190.js} +2 -2
- package/build/esm/{index-b0dd85e7.js → index-6e7c21a7.js} +2 -2
- package/build/esm/{index-17ce0065.js → index-7cb2ed19.js} +32 -32
- package/build/esm/{index-20e98e68.js → index-870710d2.js} +17 -17
- package/build/esm/{index-8e615057.js → index-88c61574.js} +6 -6
- package/build/esm/{index-2e613a95.js → index-8eeff543.js} +1 -1
- package/build/esm/{index-38a06ee1.js → index-911637a4.js} +2 -2
- package/build/esm/{index-a95b8ba0.js → index-939c6d2a.js} +13 -13
- package/build/esm/{index-b4e79297.js → index-94f87933.js} +32 -32
- package/build/esm/{index-52a25f04.js → index-9a313115.js} +16 -16
- package/build/esm/{index-6c4303e3.js → index-9a36303e.js} +362 -27
- package/build/esm/{index-8cf5e40e.js → index-9acfb46a.js} +3 -3
- package/build/esm/{index-613e2960.js → index-9cfd234c.js} +4 -4
- package/build/esm/{index-a2f0cb1d.js → index-9dea0329.js} +1 -1
- package/build/esm/{index-546c521c.js → index-a4324037.js} +18 -27
- package/build/esm/index-aa15e0de.js +438 -0
- package/build/esm/{index-e25a50a7.js → index-ad232a36.js} +2 -2
- package/build/esm/{index-0ebe57cc.js → index-ad36a4c6.js} +11 -11
- package/build/esm/{index-f402f20c.js → index-b16f575c.js} +2 -2
- package/build/esm/{index-3dd7f3bf.js → index-b21f3d25.js} +3 -3
- package/build/esm/{index-a318f8d8.js → index-b4b97054.js} +1 -1
- package/build/esm/{index-5bf11acd.js → index-b6d973dd.js} +9 -9
- package/build/esm/{index-5f7213b5.js → index-b82d0972.js} +6 -6
- package/build/esm/{index-de491ad4.js → index-ba763165.js} +2 -2
- package/build/esm/{index-ae8dcfc8.js → index-bebbad43.js} +13 -13
- package/build/esm/{index-1dc66a92.js → index-c11e7684.js} +3 -3
- package/build/esm/{index-b6d4a2ed.js → index-d037b34e.js} +13 -13
- package/build/esm/{index-d83df005.js → index-d057920e.js} +13 -13
- package/build/esm/{index-9d21916e.js → index-d724a7ab.js} +13 -13
- package/build/esm/{index-1dfa8721.js → index-e1c89dbd.js} +2 -2
- package/build/esm/{index-27f4e35e.js → index-e270d163.js} +2 -2
- package/build/esm/{index-1d3457e3.js → index-e4fa2bc8.js} +2 -2
- package/build/esm/{index-26ec0ccc.js → index-e8f7e0e3.js} +5 -5
- package/build/esm/{index-0c0ac05f.js → index-eac00c0c.js} +1 -1
- package/build/esm/{index-417b0181.js → index-ed2114c9.js} +1 -1
- package/build/esm/{index-6b8ab535.js → index-f4ec9be0.js} +17 -17
- package/build/esm/{index-cbdfe04b.js → index-f6d6ab4c.js} +16 -16
- package/build/esm/{index-788c119c.js → index-f87ed9cc.js} +21 -21
- package/build/esm/index.css +1 -1
- package/build/esm/index.js +128 -122
- package/build/esm/{labelSorting-28e6306e.js → labelSorting-6452973b.js} +4 -4
- package/build/esm/lead/layouts/lightbox/fields/index.d.ts +4 -1
- package/build/esm/lead/layouts/lightbox/fields/textField/context.d.ts +10 -0
- package/build/esm/lead/layouts/lightbox/fields/textField/index.d.ts +22 -2
- package/build/esm/lead/layouts/lightbox/fields/textField/index.styled.d.ts +4 -0
- package/build/esm/lead/leadGenContext.d.ts +7 -1
- package/build/esm/lead.css +1 -1
- package/build/esm/lead.js +319 -487
- package/build/esm/{localizeNumberFormat-3bc9c323.js → localizeNumberFormat-d409c1be.js} +15 -1
- package/build/esm/{logoIcon-fe92076f.js → logoIcon-881e75a9.js} +2 -2
- package/build/esm/mantine.js +26 -26
- package/build/esm/misc/localizeNumberFormat.d.ts +1 -0
- package/build/esm/misc/utils.d.ts +5 -0
- package/build/esm/misc.js +19 -18
- package/build/esm/miscGetDynamicHealthTool.js +4 -4
- package/build/esm/miscGetSocialList.js +8 -8
- package/build/esm/miscScreenSizeContext.js +1 -1
- package/build/esm/mobileBottomNavigation.js +5 -5
- package/build/esm/mobileBottomNavigationIcon.js +5 -5
- package/build/esm/molecules.js +77 -75
- package/build/esm/moleculesArticleCard.js +6 -6
- package/build/esm/moleculesArticleCardV2.js +17 -17
- package/build/esm/navigation.js +47 -47
- package/build/esm/navigationLogoutPopup.js +11 -11
- package/build/esm/navigationProfileButton.js +27 -27
- package/build/esm/onboardingV2.js +30 -30
- package/build/esm/organisms.js +51 -51
- package/build/esm/{post-ec2894e8.js → post-450aa9f1.js} +2 -2
- package/build/esm/profileNavigation.js +20 -20
- package/build/esm/progressBar.js +1 -1
- package/build/esm/pwg.js +23 -23
- package/build/esm/ssoV2/api/featureFlag.d.ts +2 -1
- package/build/esm/ssoV2.js +54 -42
- package/build/esm/{store-53b561bd.js → store-8bef3953.js} +3 -3
- package/build/esm/subot.js +37 -37
- package/build/esm/surveyOrPremiumBanner.js +34 -34
- package/build/esm/surveyQuestionCard.js +11 -11
- package/build/esm/{surveyThankyouCard-410d6c05.js → surveyThankyouCard-33edee28.js} +5 -5
- package/build/esm/{text-1962e9fb.js → text-f42660ed.js} +60 -10
- package/build/esm/together.js +57 -57
- package/build/esm/togetherApiUtils.js +4 -4
- package/build/esm/togetherAtoms.js +31 -31
- package/build/esm/togetherComponentGlobalContext.js +4 -4
- package/build/esm/togetherMolecules.js +52 -52
- package/build/esm/togetherMoleculesCardAuthor.js +29 -29
- package/build/esm/togetherMoleculesPostImagePreview.js +11 -11
- package/build/esm/togetherMoleculesProfileDetail.js +40 -40
- package/build/esm/togetherOrganisms.js +51 -51
- package/build/esm/togetherRichTextEditor.js +18 -18
- package/build/esm/togetherShareBox.js +10 -10
- package/build/esm/{translationsProvider-7f13bbeb.js → translationsProvider-1c96459a.js} +1 -1
- package/build/esm/{treePopoverMenu-0bc9b572.js → treePopoverMenu-1542466f.js} +19 -19
- package/build/esm/{types-08181fb5.js → types-7f463fd4.js} +2 -2
- package/build/esm/types.js +2 -2
- package/build/esm/{useCategory-fdaa4285.js → useCategory-34797aa7.js} +5 -5
- package/build/esm/{useHealthToolCache-0df97913.js → useHealthToolCache-3ac708a2.js} +1 -1
- package/build/esm/{usePlacesAutocomplete-aa0779ff.js → usePlacesAutocomplete-9245a16f.js} +1 -1
- package/build/esm/useTogetherAuthRequiredAction.js +10 -10
- package/build/esm/{utils-fb03ac58.js → utils-091dc0aa.js} +3 -3
- package/build/esm/{utils-300644b9.js → utils-1d948a59.js} +5 -5
- package/build/esm/{utils-8d7411e8.js → utils-403cc8e3.js} +2 -2
- package/build/esm/{utils-6b907537.js → utils-912014ee.js} +2 -2
- package/build/esm/{utils-778daa2b.js → utils-da66e349.js} +18 -1
- package/build/esm/vaccination.js +22 -22
- package/build/footer.js +22 -22
- package/build/gAssets.js +2 -2
- package/build/{healthTools-0d0aeffc.js → healthTools-76a813b0.js} +1 -1
- package/build/healthToolsCardWrapper.js +19 -19
- package/build/healthToolsForm.js +34 -34
- package/build/hooks.js +13 -13
- package/build/i18n/translationKeys.d.ts +1 -1
- package/build/i18n-values/en-PH.js +8 -0
- package/build/i18n-values/hi-IN.js +8 -0
- package/build/i18n-values/id-ID.js +8 -0
- package/build/i18n-values/km-KH.js +8 -0
- package/build/i18n-values/ms-MY.js +8 -0
- package/build/i18n-values/my-MM.js +8 -0
- package/build/i18n-values/th-TH.js +8 -0
- package/build/i18n-values/tl-PH.js +8 -0
- package/build/i18n-values/vi-VN.js +8 -0
- package/build/i18n-values/vi-VN_MB.js +8 -0
- package/build/i18n-values/zh-SG.js +8 -0
- package/build/i18n-values/zh-TW.js +8 -0
- package/build/i18n.js +2 -2
- package/build/i18nV2.js +1 -1
- package/build/icons/CurrentLocation.d.ts +4 -0
- package/build/icons/Search2.d.ts +4 -0
- package/build/icons/index.d.ts +3 -1
- package/build/{index-f1ca9a6c.js → index-0138d017.js} +21 -21
- package/build/{index-7ad9dc6a.js → index-02bcdc0b.js} +2 -2
- package/build/{index-10a7a3bf.js → index-06ee5c11.js} +3 -3
- package/build/{index-666659e2.js → index-0901b980.js} +3 -3
- package/build/{index-6cdd2f9a.js → index-0abe7c64.js} +18 -27
- package/build/{index-97723ce3.js → index-0b547bbe.js} +32 -32
- package/build/{index-90ac7a26.js → index-0bea79b2.js} +3 -3
- package/build/{index-4ef00256.js → index-0e1a150e.js} +32 -32
- package/build/{index-133e833c.js → index-123a134c.js} +1 -1
- package/build/{index-68836eb3.js → index-12eb4028.js} +13 -13
- package/build/{index-0047fb5c.js → index-1635453b.js} +2 -2
- package/build/{index-d6dac02b.js → index-17c3dd8c.js} +5 -5
- package/build/{index-d9e8d4bb.js → index-1ca60602.js} +2 -2
- package/build/{index-a9af5e7e.js → index-23063e17.js} +6 -6
- package/build/{index-716ab4f9.js → index-24ede8cc.js} +3 -3
- package/build/{index-66e5ff70.js → index-3049ad73.js} +3 -3
- package/build/{index-776f6bc7.js → index-34e7f159.js} +9 -9
- package/build/{index-4de21d3a.js → index-35036922.js} +1 -1
- package/build/{index-33647386.js → index-38a6bda0.js} +2 -2
- package/build/{index-eb6151fd.js → index-3bfde609.js} +15 -15
- package/build/{index-033f3708.js → index-40ded216.js} +11 -11
- package/build/{index-85006380.js → index-4654f7f4.js} +6 -6
- package/build/{index-b10baccb.js → index-49745a6f.js} +15 -15
- package/build/{index-99b9d42a.js → index-4a77f9bf.js} +3 -3
- package/build/{index-87f1c08b.js → index-4f140bdd.js} +2 -2
- package/build/{index-c07cae2c.js → index-52f09628.js} +30 -30
- package/build/{index-2fbe3d5c.js → index-600ca472.js} +3 -3
- package/build/{index-36979039.js → index-6159caca.js} +1 -1
- package/build/{index-b51ad59b.js → index-633a999a.js} +4 -4
- package/build/{index-7739e3c0.js → index-6408604b.js} +13 -13
- package/build/{index-81d09967.js → index-68ec43e7.js} +6 -6
- package/build/{index-cdb6b049.js → index-7432064e.js} +1 -1
- package/build/index-75da8912.js +467 -0
- package/build/{index-61316819.js → index-75e526b2.js} +1 -1
- package/build/{index-479e436f.js → index-789aad70.js} +2 -2
- package/build/{index-2890f16e.js → index-78a4615e.js} +2 -2
- package/build/{index-4b50645c.js → index-8150f13d.js} +366 -24
- package/build/{index-9df235cb.js → index-86f1804d.js} +22 -22
- package/build/{index-9069d432.js → index-89509650.js} +13 -13
- package/build/{index-051f0683.js → index-8c555ff9.js} +7 -7
- package/build/{index-97339731.js → index-8c5abd6c.js} +2 -2
- package/build/{index-83f5fad3.js → index-8cedcc56.js} +1 -1
- package/build/{index-ad451da8.js → index-8e1b35da.js} +15 -15
- package/build/{index-30a3597d.js → index-8ef5850b.js} +1 -1
- package/build/{index-a76f8d25.js → index-95d2a20c.js} +17 -17
- package/build/{index-a9a02ae8.js → index-9a3b819f.js} +13 -13
- package/build/{index-f059e18e.js → index-9a615b07.js} +17 -17
- package/build/{index-f06ce4d3.js → index-9c3504e0.js} +4 -4
- package/build/{index-c47fc92a.js → index-9feb1306.js} +2 -2
- package/build/{index-d3682a66.js → index-a1d3b358.js} +2 -2
- package/build/{index-8777d7b3.js → index-a6fdfaa7.js} +17 -17
- package/build/{index-69b25196.js → index-a719cbec.js} +2 -2
- package/build/{index-f241bd03.js → index-a8d49ae8.js} +5 -140
- package/build/{index-1b78b706.js → index-add2ade2.js} +6 -6
- package/build/{index-c7cc6fcd.js → index-aec99242.js} +10 -10
- package/build/{index-67edd8f9.js → index-b8eec1ae.js} +7 -7
- package/build/{index-26b923a7.js → index-c14caf1e.js} +2 -2
- package/build/{index-e01cb1e6.js → index-c438d91a.js} +16 -16
- package/build/{index-df731c60.js → index-c8b127d7.js} +16 -16
- package/build/{index-a19bc6c8.js → index-c8cc2be7.js} +2 -2
- package/build/{index-c4db35b3.js → index-ca3837f6.js} +13 -13
- package/build/{index-32f81084.js → index-d10d6363.js} +2 -2
- package/build/{index-c9319026.js → index-d5e9f5e5.js} +6 -6
- package/build/{index-621acee0.js → index-d6f829cb.js} +13 -13
- package/build/{index-b5318017.js → index-dc6a475f.js} +25 -25
- package/build/{index-5c196a38.js → index-e69cc49f.js} +1 -1
- package/build/{index-16575b03.js → index-eb71e185.js} +3 -3
- package/build/{index-62c8e788.js → index-f5549768.js} +17 -17
- package/build/index.css +1 -1
- package/build/index.js +141 -124
- package/build/{labelSorting-dda18bee.js → labelSorting-d838a62e.js} +4 -4
- package/build/lead/layouts/lightbox/fields/index.d.ts +4 -1
- package/build/lead/layouts/lightbox/fields/textField/context.d.ts +10 -0
- package/build/lead/layouts/lightbox/fields/textField/index.d.ts +22 -2
- package/build/lead/layouts/lightbox/fields/textField/index.styled.d.ts +4 -0
- package/build/lead/leadGenContext.d.ts +7 -1
- package/build/lead.css +1 -1
- package/build/lead.js +318 -486
- package/build/{localizeNumberFormat-81e345e7.js → localizeNumberFormat-aa351b07.js} +15 -0
- package/build/{logoIcon-41884c8a.js → logoIcon-0d19ef94.js} +2 -2
- package/build/mantine.js +24 -24
- package/build/misc/localizeNumberFormat.d.ts +1 -0
- package/build/misc/utils.d.ts +5 -0
- package/build/misc.js +21 -18
- package/build/miscGetDynamicHealthTool.js +4 -4
- package/build/miscGetSocialList.js +8 -8
- package/build/miscScreenSizeContext.js +1 -1
- package/build/mobileBottomNavigation.js +5 -5
- package/build/mobileBottomNavigationIcon.js +5 -5
- package/build/molecules.js +82 -75
- package/build/moleculesArticleCard.js +6 -6
- package/build/moleculesArticleCardV2.js +17 -17
- package/build/navigation.js +47 -47
- package/build/navigationLogoutPopup.js +11 -11
- package/build/navigationProfileButton.js +27 -27
- package/build/onboardingV2.js +29 -29
- package/build/organisms.js +51 -51
- package/build/{post-9fc5b62b.js → post-062b79e5.js} +2 -2
- package/build/profileNavigation.js +20 -20
- package/build/progressBar.js +1 -1
- package/build/pwg.js +23 -23
- package/build/ssoV2/api/featureFlag.d.ts +2 -1
- package/build/ssoV2.js +52 -40
- package/build/{store-a13cb8eb.js → store-c481ad63.js} +3 -3
- package/build/subot.js +36 -36
- package/build/surveyOrPremiumBanner.js +34 -34
- package/build/surveyQuestionCard.js +11 -11
- package/build/{surveyThankyouCard-4c3fd141.js → surveyThankyouCard-fb8cbafd.js} +5 -5
- package/build/{text-5a087312.js → text-e127b922.js} +60 -9
- package/build/together.js +57 -57
- package/build/togetherApiUtils.js +4 -4
- package/build/togetherAtoms.js +31 -31
- package/build/togetherComponentGlobalContext.js +4 -4
- package/build/togetherMolecules.js +52 -52
- package/build/togetherMoleculesCardAuthor.js +29 -29
- package/build/togetherMoleculesPostImagePreview.js +11 -11
- package/build/togetherMoleculesProfileDetail.js +40 -40
- package/build/togetherOrganisms.js +51 -51
- package/build/togetherRichTextEditor.js +18 -18
- package/build/togetherShareBox.js +10 -10
- package/build/{translationsProvider-d2eda6ca.js → translationsProvider-88f85af3.js} +1 -1
- package/build/{treePopoverMenu-7c30be25.js → treePopoverMenu-33b67f42.js} +19 -19
- package/build/{types-3157a346.js → types-46fc1dcd.js} +2 -2
- package/build/types.js +2 -2
- package/build/{useCategory-520eff9c.js → useCategory-f98819d7.js} +5 -5
- package/build/{useHealthToolCache-18dad3a0.js → useHealthToolCache-a7f15090.js} +1 -1
- package/build/{usePlacesAutocomplete-cabb5d7d.js → usePlacesAutocomplete-eaa6a2a9.js} +1 -1
- package/build/useTogetherAuthRequiredAction.js +10 -10
- package/build/{utils-b7357ffc.js → utils-0ff9eb6b.js} +18 -0
- package/build/{utils-e15dec9d.js → utils-1664e39c.js} +3 -3
- package/build/{utils-2a738644.js → utils-abeb2990.js} +5 -5
- package/build/{utils-2e68f2e4.js → utils-ea8204a5.js} +2 -2
- package/build/{utils-17caafcc.js → utils-f84c3fdf.js} +2 -2
- package/build/vaccination.js +22 -22
- package/package.json +1 -1
- package/build/esm/index-5f40c88a.js +0 -262
- package/build/index-c26a485b.js +0 -270
- /package/build/{BMI_BOYS.percentile.monthly-b1880d70.js → BMI_BOYS.percentile.monthly-0af4722d.js} +0 -0
- /package/build/{BMI_BOYS.percentile.weekly-7ef94885.js → BMI_BOYS.percentile.weekly-bb87f3c0.js} +0 -0
- /package/build/{BMI_BOYS.percentile.yearly-6f7f1b5a.js → BMI_BOYS.percentile.yearly-6b4c055a.js} +0 -0
- /package/build/{BMI_BOYS.zscore.monthly-79ff6ff7.js → BMI_BOYS.zscore.monthly-aa1b3144.js} +0 -0
- /package/build/{BMI_BOYS.zscore.weekly-def54d64.js → BMI_BOYS.zscore.weekly-e87f4fa0.js} +0 -0
- /package/build/{BMI_BOYS.zscore.yearly-5881aa85.js → BMI_BOYS.zscore.yearly-23e2be9b.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.monthly-9a33d48f.js → BMI_GIRLS.percentile.monthly-ef8eeb13.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.weekly-4ecb2b67.js → BMI_GIRLS.percentile.weekly-d73f8c7a.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.yearly-1acdc246.js → BMI_GIRLS.percentile.yearly-93f69cdc.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.monthly-d3143964.js → BMI_GIRLS.zscore.monthly-6ef7accd.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.weekly-db59b9f2.js → BMI_GIRLS.zscore.weekly-029fea93.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.yearly-8d674831.js → BMI_GIRLS.zscore.yearly-a6cd61d8.js} +0 -0
- /package/build/{ChevronDown-ffd2a6ea.js → ChevronDown-192ccff7.js} +0 -0
- /package/build/{Close-f532645a.js → Close-fce3e7ac.js} +0 -0
- /package/build/{Google-1927a431.js → Google-161f5c45.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-7f96ee78.js → HEAD CIRCUM_BOYS.percentile.monthly-4621736a.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-f556d14b.js → HEAD CIRCUM_BOYS.percentile.weekly-e93f3b48.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-279ada0c.js → HEAD CIRCUM_BOYS.percentile.yearly-71de9136.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-72ba5121.js → HEAD CIRCUM_BOYS.zscore.monthly-26cf9e68.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-add8e701.js → HEAD CIRCUM_BOYS.zscore.weekly-22891a81.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-40ffe3da.js → HEAD CIRCUM_BOYS.zscore.yearly-5c4edcc7.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-dadae1f8.js → HEAD CIRCUM_GIRLS.percentile.monthly-43a06f20.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-04f0ae90.js → HEAD CIRCUM_GIRLS.percentile.weekly-cf9650de.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-08579ba6.js → HEAD CIRCUM_GIRLS.percentile.yearly-5a8c28ae.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-45d6bac0.js → HEAD CIRCUM_GIRLS.zscore.monthly-fceab22a.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-ab85e6e8.js → HEAD CIRCUM_GIRLS.zscore.weekly-7205fe98.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-b5166667.js → HEAD CIRCUM_GIRLS.zscore.yearly-e9fde64d.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.monthly-cebf5600.js → HEIGHT_BOYS.percentile.monthly-f0bf086d.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.weekly-c1cb80c4.js → HEIGHT_BOYS.percentile.weekly-0c6ebd17.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.yearly-327ceda9.js → HEIGHT_BOYS.percentile.yearly-ab31e086.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.monthly-b62f551e.js → HEIGHT_BOYS.zscore.monthly-2b7f7d11.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.weekly-f7f8c5da.js → HEIGHT_BOYS.zscore.weekly-11ea3fbb.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.yearly-0fa8e618.js → HEIGHT_BOYS.zscore.yearly-43ab6622.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.monthly-a8f51384.js → HEIGHT_GIRLS.percentile.monthly-6fb243d4.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.weekly-460d71d0.js → HEIGHT_GIRLS.percentile.weekly-b0811f70.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.yearly-bc58e4c0.js → HEIGHT_GIRLS.percentile.yearly-e2e0d5a0.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.monthly-57da76e4.js → HEIGHT_GIRLS.zscore.monthly-a96064bc.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.weekly-6e4f6736.js → HEIGHT_GIRLS.zscore.weekly-df52e022.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.yearly-9d499bd2.js → HEIGHT_GIRLS.zscore.yearly-a5e9fd32.js} +0 -0
- /package/build/{Locale-e5adc6cc.js → Locale-b69d8730.js} +0 -0
- /package/build/{Visible-eedf6718.js → Visible-550888a1.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.monthly-c8400fd0.js → WEIGHT_BOYS.percentile.monthly-4581cbca.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.weekly-3ad54ef5.js → WEIGHT_BOYS.percentile.weekly-ea30d310.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.yearly-d83cd51b.js → WEIGHT_BOYS.percentile.yearly-79aa7087.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.monthly-0e3c402f.js → WEIGHT_BOYS.zscore.monthly-436beaff.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.weekly-8fe80755.js → WEIGHT_BOYS.zscore.weekly-bcda8b28.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.yearly-be4a82b5.js → WEIGHT_BOYS.zscore.yearly-08054766.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.monthly-06781312.js → WEIGHT_GIRLS.percentile.monthly-75433ced.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.weekly-52f19560.js → WEIGHT_GIRLS.percentile.weekly-e8d53157.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.yearly-c1e717b1.js → WEIGHT_GIRLS.percentile.yearly-7f5a4a24.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.monthly-d515facb.js → WEIGHT_GIRLS.zscore.monthly-d648df66.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.weekly-615508b5.js → WEIGHT_GIRLS.zscore.weekly-7a837356.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.yearly-cedb4820.js → WEIGHT_GIRLS.zscore.yearly-0762afd1.js} +0 -0
- /package/build/{animation-46f8f4a7.js → animation-d159b019.js} +0 -0
- /package/build/{constants-223e0935.js → constants-0a355cc8.js} +0 -0
- /package/build/{constants-a5e2f723.js → constants-5dcdad7f.js} +0 -0
- /package/build/{constants-2bcf1ac0.js → constants-7ab41b7b.js} +0 -0
- /package/build/{dataTransform-1740d619.js → dataTransform-dd391363.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.monthly-b4a6f31b.js → BMI_BOYS.percentile.monthly-84e43abf.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.weekly-946545dc.js → BMI_BOYS.percentile.weekly-f319388b.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.yearly-a215fdc9.js → BMI_BOYS.percentile.yearly-bfcc8915.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.monthly-dda94cbd.js → BMI_BOYS.zscore.monthly-32e761ea.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.weekly-ef1d3b36.js → BMI_BOYS.zscore.weekly-0d48124e.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.yearly-eddb4421.js → BMI_BOYS.zscore.yearly-e3c95cd5.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.monthly-e3aa3d05.js → BMI_GIRLS.percentile.monthly-b867584f.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.weekly-c8b01654.js → BMI_GIRLS.percentile.weekly-adff4298.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.yearly-a9decd0f.js → BMI_GIRLS.percentile.yearly-11d86625.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.monthly-6910826c.js → BMI_GIRLS.zscore.monthly-009c1b21.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.weekly-d133b8bf.js → BMI_GIRLS.zscore.weekly-6b93dce4.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.yearly-e95f7d14.js → BMI_GIRLS.zscore.yearly-304e0edb.js} +0 -0
- /package/build/esm/{ChevronDown-b3f50955.js → ChevronDown-501853ce.js} +0 -0
- /package/build/esm/{Close-21630c6e.js → Close-c3b0bcd4.js} +0 -0
- /package/build/esm/{Google-8e12b67f.js → Google-b5b87d07.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-a3a6703d.js → HEAD CIRCUM_BOYS.percentile.monthly-5c2d1c79.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-80127b97.js → HEAD CIRCUM_BOYS.percentile.weekly-ac5eea13.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-601a49d0.js → HEAD CIRCUM_BOYS.percentile.yearly-59d674b3.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-1723ad56.js → HEAD CIRCUM_BOYS.zscore.monthly-bd776052.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-d2916f72.js → HEAD CIRCUM_BOYS.zscore.weekly-f2d10fb1.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-95a4bd05.js → HEAD CIRCUM_BOYS.zscore.yearly-c2a82c53.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-42cd26cf.js → HEAD CIRCUM_GIRLS.percentile.monthly-d9f22da8.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-4552af4f.js → HEAD CIRCUM_GIRLS.percentile.weekly-4ef11044.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-338d8046.js → HEAD CIRCUM_GIRLS.percentile.yearly-482f181c.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-4d299658.js → HEAD CIRCUM_GIRLS.zscore.monthly-2d2d820b.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-8e88ecce.js → HEAD CIRCUM_GIRLS.zscore.weekly-66cd906b.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-09c4aa72.js → HEAD CIRCUM_GIRLS.zscore.yearly-391dc85b.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.monthly-58b040cc.js → HEIGHT_BOYS.percentile.monthly-8430c271.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.weekly-88857deb.js → HEIGHT_BOYS.percentile.weekly-c98b6407.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.yearly-dc507f71.js → HEIGHT_BOYS.percentile.yearly-d29f93a5.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.monthly-7a87e440.js → HEIGHT_BOYS.zscore.monthly-ea20d55a.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.weekly-61774ceb.js → HEIGHT_BOYS.zscore.weekly-f0bcd611.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.yearly-8e0efb75.js → HEIGHT_BOYS.zscore.yearly-0442ef0d.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-372e6894.js → HEIGHT_GIRLS.percentile.monthly-a24b9a0d.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-d2157cf2.js → HEIGHT_GIRLS.percentile.weekly-ded2beca.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-522e7840.js → HEIGHT_GIRLS.percentile.yearly-b5951daf.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-c621094f.js → HEIGHT_GIRLS.zscore.monthly-b8b3a25f.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-be6a3cc9.js → HEIGHT_GIRLS.zscore.weekly-c2c673ad.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-ad461fdd.js → HEIGHT_GIRLS.zscore.yearly-01b2682a.js} +0 -0
- /package/build/esm/{Locale-965fa186.js → Locale-3e4b8c38.js} +0 -0
- /package/build/esm/{Visible-2fc7624b.js → Visible-cf34b2c7.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.monthly-e0c95211.js → WEIGHT_BOYS.percentile.monthly-23433b7f.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.weekly-fe3ed2fb.js → WEIGHT_BOYS.percentile.weekly-69b32bbf.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.yearly-d8c22773.js → WEIGHT_BOYS.percentile.yearly-634222a3.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.monthly-85f8003a.js → WEIGHT_BOYS.zscore.monthly-2e406d9c.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.weekly-f55b9bd6.js → WEIGHT_BOYS.zscore.weekly-27cfaed6.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.yearly-eca21073.js → WEIGHT_BOYS.zscore.yearly-311c5ed8.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-8501a562.js → WEIGHT_GIRLS.percentile.monthly-bb20037c.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-b0b83269.js → WEIGHT_GIRLS.percentile.weekly-c26692c9.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-72cf9cbf.js → WEIGHT_GIRLS.percentile.yearly-887f66ff.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-a9df94fd.js → WEIGHT_GIRLS.zscore.monthly-2f3b2f05.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-3704aed1.js → WEIGHT_GIRLS.zscore.weekly-05e1a576.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-d83305bf.js → WEIGHT_GIRLS.zscore.yearly-c3433d76.js} +0 -0
- /package/build/esm/{animation-5174b01c.js → animation-c174f460.js} +0 -0
- /package/build/esm/{constants-28468b7b.js → constants-1c022595.js} +0 -0
- /package/build/esm/{constants-5d223d24.js → constants-76a598dc.js} +0 -0
- /package/build/esm/{constants-cb2bfb9f.js → constants-9af9897b.js} +0 -0
- /package/build/esm/{dataTransform-c5dc5d98.js → dataTransform-9748fec6.js} +0 -0
- /package/build/esm/{index-40f2480d.js → index-0ec41385.js} +0 -0
- /package/build/esm/{index-d7f673c6.js → index-45d227b8.js} +0 -0
- /package/build/esm/{index-417ea696.js → index-4a6c38f3.js} +0 -0
- /package/build/esm/{index-eeb70947.js → index-6624341d.js} +0 -0
- /package/build/esm/{index-22ccfcea.js → index-7e2b1d90.js} +0 -0
- /package/build/esm/{index-e391a240.js → index-7e5c9dc5.js} +0 -0
- /package/build/esm/{index-bd2e8c86.js → index-953a7eca.js} +0 -0
- /package/build/esm/{index-443ad3d2.js → index-e33394bb.js} +0 -0
- /package/build/esm/{index.styles-1b4356be.js → index.styles-48ae711d.js} +0 -0
- /package/build/esm/{normalizeLink-ab71a2fd.js → normalizeLink-37631875.js} +0 -0
- /package/build/esm/{number-430ec721.js → number-54efc519.js} +0 -0
- /package/build/esm/{paths-926d4e91.js → paths-d246640c.js} +0 -0
- /package/build/esm/{shared-c5d890ab.js → shared-3c7d70e1.js} +0 -0
- /package/build/esm/{translationsContext-cca25e5e.js → translationsContext-3873db9a.js} +0 -0
- /package/build/esm/{tslib.es6-af0ab658.js → tslib.es6-63503aab.js} +0 -0
- /package/build/esm/{types-8855eae2.js → types-a4c40306.js} +0 -0
- /package/build/esm/{useIsInit-917a0ee5.js → useIsInit-56e26d7c.js} +0 -0
- /package/build/esm/{useOutsideClick-4cd41035.js → useOutsideClick-398659cc.js} +0 -0
- /package/build/esm/{useScrollbarSize-e73fef16.js → useScrollbarSize-33efb868.js} +0 -0
- /package/build/esm/{useUniqueId-d828c537.js → useUniqueId-fae959f7.js} +0 -0
- /package/build/{index-db268a43.js → index-227f805d.js} +0 -0
- /package/build/{index-3feb56a5.js → index-2b2c44c6.js} +0 -0
- /package/build/{index-e0c3f0b0.js → index-536cf720.js} +0 -0
- /package/build/{index-ddba1b15.js → index-55540d5d.js} +0 -0
- /package/build/{index-f0f1f02f.js → index-9ab92232.js} +0 -0
- /package/build/{index-3b1d7cf8.js → index-ddb7e402.js} +0 -0
- /package/build/{index-9a54a91e.js → index-e4aa57a8.js} +0 -0
- /package/build/{index-cd69b395.js → index-eb81aa02.js} +0 -0
- /package/build/{index.styles-02fd1572.js → index.styles-ff26434b.js} +0 -0
- /package/build/{normalizeLink-b1fc9b22.js → normalizeLink-950f06c9.js} +0 -0
- /package/build/{number-3c91fcfc.js → number-15545daf.js} +0 -0
- /package/build/{paths-0a487f72.js → paths-76d48f23.js} +0 -0
- /package/build/{shared-75532602.js → shared-217f898d.js} +0 -0
- /package/build/{translationsContext-071de1b3.js → translationsContext-ccda33b2.js} +0 -0
- /package/build/{tslib.es6-e4fc76e6.js → tslib.es6-69f75bff.js} +0 -0
- /package/build/{types-8d45378e.js → types-3bc05139.js} +0 -0
- /package/build/{useIsInit-886da50c.js → useIsInit-60228e03.js} +0 -0
- /package/build/{useOutsideClick-eda56ab5.js → useOutsideClick-2650f210.js} +0 -0
- /package/build/{useScrollbarSize-93d754b8.js → useScrollbarSize-d579b614.js} +0 -0
- /package/build/{useUniqueId-a5187284.js → useUniqueId-5a419807.js} +0 -0
|
@@ -2,42 +2,42 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('./tslib.es6-
|
|
5
|
+
require('./tslib.es6-69f75bff.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('@mantine/core');
|
|
8
|
-
var healthToolsCardWrapper = require('./index-
|
|
8
|
+
var healthToolsCardWrapper = require('./index-ca3837f6.js');
|
|
9
9
|
require('@hhgtech/icons/other');
|
|
10
|
-
require('./index-
|
|
10
|
+
require('./index-34e7f159.js');
|
|
11
11
|
require('@mantine/hooks');
|
|
12
|
-
require('./index-
|
|
12
|
+
require('./index-eb81aa02.js');
|
|
13
13
|
require('./constantsDomainLocales.js');
|
|
14
|
-
require('./Locale-
|
|
14
|
+
require('./Locale-b69d8730.js');
|
|
15
15
|
require('./constantsIsProduction.js');
|
|
16
|
-
require('./index-
|
|
17
|
-
require('./utils-
|
|
16
|
+
require('./index-38a6bda0.js');
|
|
17
|
+
require('./utils-0ff9eb6b.js');
|
|
18
18
|
require('@emotion/styled');
|
|
19
19
|
require('@mantine/carousel');
|
|
20
|
-
require('./index-
|
|
21
|
-
require('./text-
|
|
22
|
-
require('./index-
|
|
20
|
+
require('./index-0bea79b2.js');
|
|
21
|
+
require('./text-e127b922.js');
|
|
22
|
+
require('./index-0abe7c64.js');
|
|
23
23
|
require('dayjs');
|
|
24
|
-
require('./index-
|
|
24
|
+
require('./index-123a134c.js');
|
|
25
25
|
require('@mantine/notifications');
|
|
26
|
-
require('./index-
|
|
26
|
+
require('./index-4f140bdd.js');
|
|
27
27
|
require('date-fns/locale');
|
|
28
28
|
require('./constantsSite.js');
|
|
29
29
|
require('./constantsRiskScreener.js');
|
|
30
30
|
require('./miscTheme.js');
|
|
31
|
-
require('./shared-
|
|
31
|
+
require('./shared-217f898d.js');
|
|
32
32
|
require('classnames');
|
|
33
|
-
require('./useUniqueId-
|
|
33
|
+
require('./useUniqueId-5a419807.js');
|
|
34
34
|
require('@hhgtech/icons/core');
|
|
35
|
-
require('./index-
|
|
35
|
+
require('./index-600ca472.js');
|
|
36
36
|
require('@mantine/dates');
|
|
37
|
-
require('./index.styles-
|
|
38
|
-
require('./index-
|
|
39
|
-
require('./translationsContext-
|
|
40
|
-
require('./index-
|
|
37
|
+
require('./index.styles-ff26434b.js');
|
|
38
|
+
require('./index-75e526b2.js');
|
|
39
|
+
require('./translationsContext-ccda33b2.js');
|
|
40
|
+
require('./index-0901b980.js');
|
|
41
41
|
require('./miscDefaultClassWrapper.js');
|
|
42
42
|
|
|
43
43
|
|
package/build/healthToolsForm.js
CHANGED
|
@@ -2,63 +2,63 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var index = require('./index-
|
|
6
|
-
var index$1 = require('./index-
|
|
7
|
-
var index$2 = require('./index-
|
|
8
|
-
var index$3 = require('./index-
|
|
9
|
-
var index$4 = require('./index-
|
|
10
|
-
var index$5 = require('./index-
|
|
11
|
-
var index$6 = require('./index-
|
|
12
|
-
require('./tslib.es6-
|
|
5
|
+
var index = require('./index-49745a6f.js');
|
|
6
|
+
var index$1 = require('./index-a6fdfaa7.js');
|
|
7
|
+
var index$2 = require('./index-9a3b819f.js');
|
|
8
|
+
var index$3 = require('./index-f5549768.js');
|
|
9
|
+
var index$4 = require('./index-89509650.js');
|
|
10
|
+
var index$5 = require('./index-6408604b.js');
|
|
11
|
+
var index$6 = require('./index-95d2a20c.js');
|
|
12
|
+
require('./tslib.es6-69f75bff.js');
|
|
13
13
|
require('react');
|
|
14
14
|
require('@mantine/core');
|
|
15
15
|
require('date-fns');
|
|
16
|
-
require('./LastPeriod-
|
|
17
|
-
require('./Locale-
|
|
16
|
+
require('./LastPeriod-a6e642b6.js');
|
|
17
|
+
require('./Locale-b69d8730.js');
|
|
18
18
|
require('@mantine/form');
|
|
19
19
|
require('dayjs');
|
|
20
|
-
require('./index-
|
|
20
|
+
require('./index-34e7f159.js');
|
|
21
21
|
require('@hhgtech/icons/other');
|
|
22
22
|
require('@mantine/hooks');
|
|
23
|
-
require('./index-
|
|
23
|
+
require('./index-eb81aa02.js');
|
|
24
24
|
require('./constantsDomainLocales.js');
|
|
25
25
|
require('./constantsIsProduction.js');
|
|
26
|
-
require('./index-
|
|
27
|
-
require('./utils-
|
|
26
|
+
require('./index-38a6bda0.js');
|
|
27
|
+
require('./utils-0ff9eb6b.js');
|
|
28
28
|
require('@emotion/styled');
|
|
29
29
|
require('@mantine/carousel');
|
|
30
|
-
require('./index-
|
|
31
|
-
require('./text-
|
|
32
|
-
require('./index-
|
|
33
|
-
require('./index-
|
|
30
|
+
require('./index-0bea79b2.js');
|
|
31
|
+
require('./text-e127b922.js');
|
|
32
|
+
require('./index-0abe7c64.js');
|
|
33
|
+
require('./index-123a134c.js');
|
|
34
34
|
require('@mantine/notifications');
|
|
35
|
-
require('./index-
|
|
35
|
+
require('./index-4f140bdd.js');
|
|
36
36
|
require('date-fns/locale');
|
|
37
37
|
require('./constantsSite.js');
|
|
38
38
|
require('./constantsRiskScreener.js');
|
|
39
39
|
require('./miscTheme.js');
|
|
40
|
-
require('./shared-
|
|
40
|
+
require('./shared-217f898d.js');
|
|
41
41
|
require('classnames');
|
|
42
|
-
require('./useUniqueId-
|
|
42
|
+
require('./useUniqueId-5a419807.js');
|
|
43
43
|
require('@hhgtech/icons/core');
|
|
44
|
-
require('./index-
|
|
45
|
-
require('./index-
|
|
44
|
+
require('./index-600ca472.js');
|
|
45
|
+
require('./index-d5e9f5e5.js');
|
|
46
46
|
require('@mantine/dates');
|
|
47
|
-
require('./index.styles-
|
|
48
|
-
require('./index-
|
|
49
|
-
require('./translationsContext-
|
|
50
|
-
require('./index-
|
|
51
|
-
require('./index-
|
|
47
|
+
require('./index.styles-ff26434b.js');
|
|
48
|
+
require('./index-75e526b2.js');
|
|
49
|
+
require('./translationsContext-ccda33b2.js');
|
|
50
|
+
require('./index-0901b980.js');
|
|
51
|
+
require('./index-633a999a.js');
|
|
52
52
|
require('react-keyed-flatten-children');
|
|
53
53
|
require('react-hook-form');
|
|
54
|
-
require('./useHealthToolCache-
|
|
54
|
+
require('./useHealthToolCache-a7f15090.js');
|
|
55
55
|
require('./miscGetDynamicHealthTool.js');
|
|
56
|
-
require('./normalizeLink-
|
|
57
|
-
require('./core-
|
|
58
|
-
require('./constants-
|
|
59
|
-
require('./index-
|
|
56
|
+
require('./normalizeLink-950f06c9.js');
|
|
57
|
+
require('./core-cfa86e38.js');
|
|
58
|
+
require('./constants-0a355cc8.js');
|
|
59
|
+
require('./index-12eb4028.js');
|
|
60
60
|
require('./embeddedHeathToolCards_helpers.js');
|
|
61
|
-
require('./constants-
|
|
61
|
+
require('./constants-5dcdad7f.js');
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
|
package/build/hooks.js
CHANGED
|
@@ -2,25 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var index = require('./index-
|
|
6
|
-
var useScrollbarSize = require('./useScrollbarSize-
|
|
7
|
-
var useCategory = require('./useCategory-
|
|
8
|
-
var useHealthToolCache = require('./useHealthToolCache-
|
|
9
|
-
var useIsInit = require('./useIsInit-
|
|
10
|
-
var useOutsideClick = require('./useOutsideClick-
|
|
11
|
-
var useUniqueId = require('./useUniqueId-
|
|
5
|
+
var index = require('./index-75e526b2.js');
|
|
6
|
+
var useScrollbarSize = require('./useScrollbarSize-d579b614.js');
|
|
7
|
+
var useCategory = require('./useCategory-f98819d7.js');
|
|
8
|
+
var useHealthToolCache = require('./useHealthToolCache-a7f15090.js');
|
|
9
|
+
var useIsInit = require('./useIsInit-60228e03.js');
|
|
10
|
+
var useOutsideClick = require('./useOutsideClick-2650f210.js');
|
|
11
|
+
var useUniqueId = require('./useUniqueId-5a419807.js');
|
|
12
12
|
require('react');
|
|
13
|
-
require('./translationsContext-
|
|
13
|
+
require('./translationsContext-ccda33b2.js');
|
|
14
14
|
require('lodash/debounce');
|
|
15
|
-
require('./tslib.es6-
|
|
15
|
+
require('./tslib.es6-69f75bff.js');
|
|
16
16
|
require('./miscCookieHelper.js');
|
|
17
|
-
require('./index-
|
|
18
|
-
require('./Locale-
|
|
17
|
+
require('./index-123a134c.js');
|
|
18
|
+
require('./Locale-b69d8730.js');
|
|
19
19
|
require('./miscGetDynamicHealthTool.js');
|
|
20
|
-
require('./normalizeLink-
|
|
20
|
+
require('./normalizeLink-950f06c9.js');
|
|
21
21
|
require('./constantsDomainLocales.js');
|
|
22
22
|
require('./constantsIsProduction.js');
|
|
23
|
-
require('./core-
|
|
23
|
+
require('./core-cfa86e38.js');
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type TranslationKeys = 'actionPopover.delete' | 'actionPopover.deleteNotification' | 'actionPopover.edit' | 'actionPopover.inviteShareCommunity' | 'actionPopover.joinCommunity' | 'actionPopover.leaveCommunit' | 'actionPopover.leaveCommunity' | 'actionPopover.leaveCommunity.accept' | 'actionPopover.leaveCommunity.cancel' | 'actionPopover.leaveCommunity.description' | 'actionPopover.leaveCommunity.title' | 'actionPopover.report' | 'actionPopover.turnOffNotification' | 'actionPopover.turnOffNotificationAbout' | 'actionPopover.turnOnNotification' | 'adBanner.title' | 'admin.comments' | 'admin.communities' | 'admin.community' | 'article.shareOn' | 'articleAuthor.title.expert' | 'articleAuthor.title.fact-check' | 'articleAuthor.title.medical' | 'articleAuthor.title.written-by' | 'articlePage.articleReviewerBy' | 'articlePage.readMore' | 'articlePage.showLess' | 'babyGrowth.alert.bmi' | 'babyGrowth.alert.head' | 'babyGrowth.alert.weight' | 'babyGrowth.babyInfo' | 'babyGrowth.chartTitle' | 'babyGrowth.chartTitle.noName' | 'babyGrowth.cm' | 'babyGrowth.drawer.addMeasurement' | 'babyGrowth.drawer.createBaby' | 'babyGrowth.drawer.switchProfile' | 'babyGrowth.emptyName' | 'babyGrowth.error.atLeastOneOf' | 'babyGrowth.error.birthdayRequired' | 'babyGrowth.error.invalidAge' | 'babyGrowth.error.invalidMeasurementDate' | 'babyGrowth.error.invalidValue' | 'babyGrowth.error.measurementDateLowerThanBirthday' | 'babyGrowth.error.outOfRange' | 'babyGrowth.error.title' | 'babyGrowth.head' | 'babyGrowth.headCircumference' | 'babyGrowth.height' | 'babyGrowth.input.babyName' | 'babyGrowth.input.birthday' | 'babyGrowth.input.bmi' | 'babyGrowth.input.bodyMass' | 'babyGrowth.input.checkSubmit' | 'babyGrowth.input.measurementDate' | 'babyGrowth.input.submit' | 'babyGrowth.kg' | 'babyGrowth.kg.m2' | 'babyGrowth.monthly' | 'babyGrowth.nickname' | 'babyGrowth.optional' | 'babyGrowth.pageTitle' | 'babyGrowth.percentiles' | 'babyGrowth.placeholder.babyName' | 'babyGrowth.popup.heading' | 'babyGrowth.reCalculate' | 'babyGrowth.record' | 'babyGrowth.save' | 'babyGrowth.save.loggedIn' | 'babyGrowth.weekly' | 'babyGrowth.weight' | 'babyGrowth.xLabel' | 'babyGrowth.yearly' | 'babyPoop.findOut' | 'babyPoopTool.name' | 'babyVaccine.banner.readmore' | 'babyVaccine.detail.benifit' | 'babyVaccine.detail.contraindication' | 'babyVaccine.detail.definition' | 'babyVaccine.detail.relatedArticles' | 'babyVaccine.immunization.vaccineName' | 'babyVaccine.immunization.warning' | 'babyVaccine.popup.button' | 'babyVaccine.popup.button.submit' | 'babyVaccine.popup.checkbox.suggestedDate' | 'babyVaccine.popup.confirm.close' | 'babyVaccine.popup.confirm.description' | 'babyVaccine.popup.confirm.ok' | 'babyVaccine.popup.confirm.title' | 'babyVaccine.popup.input.suggestedDate' | 'babyVaccine.popup.label.doses' | 'babyVaccine.popup.tab.benefits' | 'babyVaccine.popup.tab.contraindication' | 'babyVaccine.popup.tab.detail' | 'babyVaccine.popup.tab.schedule' | 'babyVaccine.popup.title' | 'babyVaccine.status.all' | 'babyVaccine.status.missed' | 'babyVaccine.status.next' | 'babyVaccine.status.upcoming' | 'babyVaccine.status.vaccinated' | 'babyVaccine.timeline.antigen' | 'babyVaccine.timeline.atBirth' | 'babyVaccine.timeline.total' | 'babyVaccine.timeline.totalNext' | 'babyVaccine.timeline.totalPast' | 'babyVaccine.vaccineCard.injected' | 'babyVaccine.vaccineCard.markAsInjected' | 'babyVaccine.vaccineInfo.dose' | 'babyVaccine.vaccineInfo.injectedDate' | 'babyVaccine.vaccineInfo.mandatory' | 'babyVaccine.vaccineInfo.optional' | 'babyVaccine.vaccineInfo.suggested' | 'babyVaccineTool.heading' | 'bmi.ageInput' | 'bmi.ageInput.desc' | 'bmi.ageInput.error' | 'bmi.heading' | 'bmi.heightInput' | 'bmi.heightInput.desc' | 'bmi.heightInput.error' | 'bmi.objective' | 'bmi.objective.gainWeight' | 'bmi.objective.loseWeight' | 'bmi.objective.maintainWeight' | 'bmi.result.healthy' | 'bmi.result.overweight' | 'bmi.result.underweight' | 'bmi.selectGender' | 'bmi.submit' | 'bmi.weightInput' | 'bmi.weightInput.desc' | 'bmi.weightInput.error' | 'bmr.heading' | 'booking.searchBar.allLocations' | 'booking.searchBar.allSpecialties' | 'booking.searchBar.currentLocation' | 'booking.searchBar.grantLocation' | 'booking.searchBar.locationPlaceholder' | 'booking.searchBar.noResults' | 'booking.searchBar.placeholder.doctor' | 'booking.searchBar.placeholder.hospital' | 'booking.searchBar.placeholder.service' | 'booking.searchBar.placeholder.specialty' | 'booking.searchBar.popularKey' | 'booking.searchBar.searchButton' | 'booking.searchBar.searchInput.placeholder' | 'booking.searchBar.useCurrentLocation' | 'booking.searchBar.viewAll' | 'booking.searchPopup.doctors' | 'booking.searchPopup.hospitals' | 'booking.searchPopup.searchIn.doctors' | 'booking.searchPopup.searchIn.hospitals' | 'booking.searchPopup.searchIn.services' | 'booking.searchPopup.searchIn.specialties' | 'booking.searchPopup.seeAll' | 'booking.searchPopup.seeLessSpecialties' | 'booking.searchPopup.seeMoreSpecialties' | 'booking.searchPopup.services' | 'booking.searchPopup.specialties' | 'booking.searchResult.description' | 'bottomBar.share' | 'cardAuthor.admin' | 'cardAuthor.ambassador' | 'cardAuthor.expert' | 'cardAuthor.guide' | 'cardAuthor.influencer' | 'cardAuthor.localAdmin' | 'cardAuthor.moderator' | 'cardAuthor.sponsor' | 'cardPost.anonymous' | 'cardPost.option.anonymous' | 'cardPost.public' | 'cardReactions.comment' | 'cardReactions.like' | 'cardReactions.repliesCount' | 'cardReactions.reply' | 'cardReactions.save' | 'cardReactions.unSave' | 'cardReply.disclaimer' | 'cardReply.endorse' | 'cardReply.opposePopup.content' | 'cardReply.opposePopup.submit' | 'cardReply.pppose' | 'cardReply.recommentCategories.heading' | 'cardReply.source' | 'cardReply.verifyBy' | 'careBooking.bookAnAppointment' | 'categoryPage.info.reviewed' | 'categoryPage.onDate' | 'character' | 'chatbot.with.me' | 'childCard.age.months' | 'childCard.age.oneMonth' | 'childCard.age.oneWeek' | 'childCard.age.oneYear' | 'childCard.age.oneYearMonth' | 'childCard.age.oneYearOneMonth' | 'childCard.age.week' | 'childCard.age.yearMonth' | 'childCard.age.yearNoMonth' | 'childCard.age.yearOneMonth' | 'childCard.boy' | 'childCard.girl' | 'childCard.menu.add' | 'childCard.menu.edit' | 'childCard.menu.remove' | 'childCard.menu.switch' | 'childCard.noName' | 'choicePopover.ambassadorPosts' | 'choicePopover.expertPosts' | 'choicePopover.lastestPost' | 'choicePopover.latest' | 'choicePopover.newest' | 'choicePopover.oldest' | 'choicePopover.popular' | 'choicePopover.popularPost' | 'choicePopover.sort' | 'choose.community' | 'choose.other.community' | 'chooseBaby.button' | 'chooseBaby.new' | 'chooseBaby.placeholder' | 'chooseBaby.title' | 'comment.count' | 'comment.now' | 'comment.seeMoreComments' | 'comment.seeMoreReplies' | 'commentPopup.warning.newPost' | 'common.playing' | 'common.profileNavigator.newsletterSubscription' | 'common.sponsoredBy' | 'common.totalView' | 'community.choose' | 'community.notification.joined' | 'community.notification.left' | 'copied' | 'copy' | 'createPost.askDoctor' | 'createPost.askDoctor.description' | 'createPost.askDoctorChoice.no' | 'createPost.askDoctorChoice.yes' | 'createPost.communityAndTopic' | 'createPost.message.askDoctor' | 'createPost.message.askDoctorRequire' | 'createPost.message.askDoctorRequireMess' | 'createPost.message.lengthDescription' | 'createPost.message.lengthTitle' | 'createPost.message.lengthTitle.characters' | 'createPost.message.photoMaxium' | 'createPost.message.photoSize' | 'createPost.message.requiredDescription' | 'createPost.message.requiredTitle' | 'createPost.message.suggestLoading' | 'createPost.message.suggestResult' | 'createPost.now' | 'createPost.photos' | 'createPost.popup.description' | 'createPost.popup.guideSelectMonthTopics' | 'createPost.popup.guideSelectTopics' | 'createPost.popup.primary' | 'createPost.popup.selectMonthTopicBtn' | 'createPost.popup.specialCharErr' | 'createPost.popup.submit' | 'createPost.popup.success' | 'createPost.popup.warning' | 'createPost.popup.warningImage' | 'createPost.popup.wordCount' | 'createPost.post.askDoctor.description' | 'createPost.post.askDoctor.title' | 'createPost.post.description' | 'createPost.post.title' | 'createPost.postAnonymous' | 'createPost.title' | 'createPost.urlText' | 'createPost.video' | 'createPost.videoOrLink' | 'dueDatePage.IUI' | 'dueDatePage.calculationMethod' | 'dueDatePage.conceptionDate' | 'dueDatePage.date_of_IUI_procedure' | 'dueDatePage.date_of_ultrasound' | 'dueDatePage.daysText' | 'dueDatePage.ivf' | 'dueDatePage.ivf.transferDate' | 'dueDatePage.ivf.transferDateRadio' | 'dueDatePage.lastPeriod' | 'dueDatePage.lastPeriod.calculate' | 'dueDatePage.lastPeriod.lastPeriodLabel' | 'dueDatePage.lastPeriod.periodLengthLabel' | 'dueDatePage.ultrasound' | 'dueDatePage.ultrasound.tooltip' | 'dueDatePage.validation.crl' | 'dueDatePage.validation.one_is_required' | 'dueDatePage.validation.record_not_valid' | 'editor.addSocialLink.addLink' | 'editor.addSocialLink.warningDomain' | 'expert.content.description' | 'expert.content.experiences' | 'footer.signUp' | 'gender.boy' | 'gender.female' | 'gender.girl' | 'gender.male' | 'healthToolPNModal.back' | 'healthToolPNModal.findMore.chooseFav' | 'healthToolPNModal.finish' | 'healthToolPNModal.heading' | 'healthToolPNModal.mainForm.requireName' | 'healthToolPNModal.mainForm.tailorTopicsHeading' | 'healthToolPNModal.next' | 'healthToolPNModal.register' | 'healthToolPNModal.yourPre' | 'healthTools.dueDateCalculator' | 'healthTools.ovulationCalculator' | 'healthtool.placeholder.age' | 'home.calcWithApp' | 'home.menu.category.view' | 'home.navigator.app' | 'home.navigator.downloadApp' | 'home.navigator.menu.care.homeButton' | 'home.navigator.menu.care.noDatas.cta' | 'home.navigator.menu.care.noDatas.description' | 'home.navigator.menu.care.noDatas.title' | 'home.navigator.menu.category.noDatas.cta' | 'home.navigator.menu.category.noDatas.description' | 'home.navigator.menu.category.noDatas.title' | 'home.navigator.menu.healthTools.noDatas.cta' | 'home.navigator.menu.healthTools.noDatas.description' | 'home.navigator.menu.healthTools.noDatas.title' | 'home.navigator.menu.lastestVideos' | 'home.navigator.menu.podcasts' | 'home.navigator.menu.shorts' | 'home.navigator.menu.spotlightEcom' | 'home.navigator.menu.spotlightHospitals' | 'home.navigator.menu.spotlightTools' | 'home.navigator.menu.spotlights' | 'home.navigator.menu.spotlights.seeAll' | 'home.navigator.menu.together.noPosts.cta' | 'home.navigator.menu.together.noPosts.description' | 'home.navigator.menu.together.noPosts.title' | 'home.navigator.menu.trendingPosts' | 'home.navigator.menu.trendingPosts.seeMore' | 'home.navigator.menu.videos' | 'home.navigator.menuItem.allCategories' | 'home.navigator.menuItem.allCommunities' | 'home.navigator.menuItem.allCommunitiesheadingTitle' | 'home.navigator.menuItem.allHealthTools' | 'home.navigator.menuItem.allSpecialties' | 'home.navigator.menuItem.allSpotlight' | 'home.navigator.menuItem.allVideos' | 'home.navigator.menuItem.discover' | 'home.navigator.menuItem.healthCategories' | 'home.navigator.menuItem.healthTools' | 'home.navigator.menuItem.healthToolsList' | 'home.navigator.menuItem.helloCare' | 'home.navigator.menuItem.helloEcom' | 'home.navigator.menuItem.helloTogether' | 'home.navigator.menuItem.language' | 'home.navigator.menuItem.new' | 'home.navigator.menuItem.specialties' | 'home.navigator.menuItem.spotlights' | 'home.navigator.menuItem.video' | 'home.navigator.menuItem.videoCategories' | 'home.search' | 'home.seeAll' | 'home.seeAllCategories' | 'home.seeExpert' | 'home.seeHospital' | 'home.seeMore' | 'home.seeMoreExperts' | 'hospital.content.description' | 'inputComment.replyTo' | 'insert' | 'label.latestPost' | 'label.pinnedPost' | 'lead.empty.cancel' | 'lead.empty.submitAgain' | 'lead.empty.title' | 'leadgen.message.error.name_required' | 'leadgen.message.error.phone_invalid' | 'loading' | 'login.booking' | 'logout.popup.ask.mb' | 'logout.popup.ask1' | 'logout.popup.ask2' | 'logout.popup.button.cancel' | 'logout.popup.button.logout' | 'menu.care.searchBySpecialties' | 'morePopover.report' | 'morePopover.report.description' | 'morePopover.report.falseNews' | 'morePopover.report.offensive' | 'morePopover.report.other' | 'morePopover.report.prohibited' | 'morePopover.report.scam' | 'morePopover.report.sex' | 'morePopover.report.spam' | 'morePopover.report.title' | 'morePopover.report.violence' | 'morePopover.reportSubmit.description' | 'morePopover.reportSubmit.title' | 'morePopover.savePost' | 'morePopover.share' | 'morePopover.shareOn' | 'morePopover.turnOffNotifications' | 'morePopover.turnOnNotifications' | 'morePopover.unsavePost' | 'navigation.loginJoin' | 'navigation.search.input.placeholder' | 'navigation.signUp' | 'newsletter.error.minCotennt' | 'newsletter.error.minTitle' | 'newsletter.topic.title' | 'newsletter.welcome.description' | 'notification.comment.blocked.message' | 'notification.comment.blocked.title' | 'notification.comment.premod' | 'notification.comment.rejected' | 'notification.comment.reportFailed' | 'notification.comment.reportSuccess' | 'notification.comment.somethingWrong' | 'notification.comment.suspect.message' | 'notification.comment.suspect.title' | 'notification.comment.systemWithheld' | 'notification.failure' | 'notification.limitUrlDomain' | 'notification.post.blocked.message' | 'notification.post.blocked.title' | 'notification.post.delete' | 'notification.post.suspect.message' | 'notification.post.suspect.title' | 'notification.success' | 'notification.suspend.message' | 'notification.urlWrongFormat' | 'onboarding.button.continue' | 'onboarding.button.skip' | 'onboarding.errorMessage.invalidEmail' | 'onboarding.errorMessage.minLength' | 'onboarding.errorMessage.passNotMatch' | 'onboarding.errorMessage.passWithPattern' | 'onboarding.errorMessage.requiredConfirmPassword' | 'onboarding.errorMessage.requiredEmail' | 'onboarding.errorMessage.requiredName' | 'onboarding.errorMessage.requiredPassword' | 'onboarding.formEmail.description' | 'onboarding.formEmail.genderFemale' | 'onboarding.formEmail.genderMale' | 'onboarding.formEmail.heading' | 'onboarding.formEmail.yourBirthday' | 'onboarding.formEmail.yourEmail' | 'onboarding.formEmail.yourName' | 'onboarding.label.fullName' | 'onboarding.otpForm.description' | 'onboarding.otpForm.descriptionEmail' | 'onboarding.otpForm.error' | 'onboarding.otpForm.heading' | 'onboarding.otpForm.notReceiveOTP' | 'onboarding.otpForm.resendCode' | 'onboarding.otpForm.resendCodeWithSeconds' | 'onboarding.otpWhatsapps.description' | 'onboarding.otpWhatsapps.heading' | 'onboarding.similac.address.error' | 'onboarding.similac.input.address' | 'onboarding.similac.input.city' | 'onboarding.similac.input.district' | 'onboarding.similac.input.no' | 'onboarding.similac.input.phone' | 'onboarding.similac.input.ward' | 'onboarding.updatePassword.confirmPassword' | 'onboarding.updatePassword.description' | 'onboarding.updatePassword.heading' | 'onboarding.updatePassword.password' | 'onboarding.updatePasswordResult.description' | 'onboarding.updatePasswordResult.heading' | 'onboarding.updatePhone.description' | 'onboarding.updatePhone.error' | 'onboarding.updatePhone.heading' | 'onboarding.updateWhatsapp.description' | 'onboarding.updateWhatsapp.submitLabel' | 'onboarding.welcomeScreen.content' | 'onboarding.welcomeScreen.heading' | 'orCopyLink' | 'ovulationPage.avoidPregnancy' | 'ovulationPage.conceive' | 'ovulationPage.cycleLength' | 'ovulationPage.dayUnit' | 'ovulationPage.objectives' | 'ovulationPage.periodDuration' | 'ovulationPage.trackPeriod' | 'placeholder.enterTitleHere' | 'placeholder.enterUrlHere' | 'placeholder.enterUrlTextHere' | 'placeholder.newCmt' | 'placeholder.newPost' | 'pnBanner.both' | 'pnBanner.both.desc' | 'pnBanner.both.heading' | 'pnBanner.caclNow' | 'pnBanner.checkNow' | 'pnBanner.dueDateTool.desc' | 'pnBanner.dueDateTool.heading' | 'pnBanner.hpv.desc' | 'pnBanner.hpv.heading' | 'pnBanner.parenting.desc' | 'pnBanner.parenting.heading' | 'pnBanner.pn.btnLabel' | 'pnBanner.pregnancy.desc' | 'pnBanner.pregnancy.heading' | 'pnBanner.submit' | 'pnBanner.teenager' | 'pnBanner.teenager.heading' | 'pnBanner.toddlers' | 'pnBanner.vaccination.desc' | 'pnBanner.vaccination.heading' | 'pnBanner.vaccine.btnLabel' | 'pnModal.disclaimer' | 'pnTopicSection.maxSelectError.desc' | 'pnTopicSection.maxSelectError.detail' | 'pnTopicSection.maxSelectError.title' | 'pnTopicSection.notFound' | 'pnTopicSection.plsEnterFavTopics' | 'pnTopicSection.ppAlsoInterested' | 'pnTopicSection.recentView' | 'pnTopicSection.trending' | 'popup.allTopics' | 'popup.createPost.confirmCloseDescription' | 'popup.createPost.confirmCloseTitle' | 'popup.deleteComment.description' | 'popup.deleteComment.title' | 'popup.deletePost.accept' | 'popup.deletePost.cancel' | 'popup.deletePost.description' | 'popup.deletePost.title' | 'popup.discardPost' | 'popup.discardPostEdit' | 'popup.editPost' | 'popup.keepEditing' | 'popup.startANewPost' | 'post.commentCount' | 'post.likesCount' | 'post.remove.failed' | 'post.remove.success' | 'post.save.failed' | 'post.save.success' | 'post.seeMore' | 'post.shareCount' | 'pregnancy.week' | 'pregnancyTool.description' | 'pregnancyTool.title' | 'pregnancyTool.weightSuggested' | 'pregnancyWeightGain.havingTwins' | 'pregnancyWeightGain.heading' | 'pregnancyWeightGain.heightInput' | 'pregnancyWeightGain.weekInput' | 'pregnancyWeightGain.weightBeforeInput' | 'pregnancyWeightGain.weightInput' | 'pregnancyWeightGain.weightInput.desc' | 'pregnancyWeightGain.weightInput.error' | 'previewPhotos.title' | 'profilePanel.anserwing.viewFull' | 'profilePanel.awards' | 'profilePanel.createPost' | 'profilePanel.education' | 'profilePanel.emptyCareMess.content' | 'profilePanel.emptyPostMess.content' | 'profilePanel.experience' | 'profilePanel.joined' | 'profilePanel.modal.heading' | 'profilePanel.publishcation' | 'profilePanel.publishedArticles' | 'profilePanel.question' | 'profilePanel.questionNotClear' | 'profilePanel.skipQuestion.content' | 'profilePanel.skipQuestion.heading' | 'profilePanel.socialLinks' | 'profilePanel.tabs.care' | 'profilePanel.tabs.expertAnswer' | 'profilePanel.tabs.highlight' | 'profilePanel.tabs.posts' | 'profilePanel.tabs.relevantArticles' | 'pwg.placeholder.height' | 'pwg.placeholder.weight' | 'pwgForm.week' | 'sensitiveMask.blur' | 'sensitiveMask.contentWarningDescription' | 'sensitiveMask.contentWarningDescription.community' | 'sensitiveMask.contentWarningMessage' | 'sensitiveMask.unblur' | 'share.by' | 'share.copyLink' | 'share.letsJoinCommunity' | 'share.letsJoinTopic' | 'share.linkCopied' | 'share.linkShared' | 'share.title' | 'shareContainer.title' | 'similac.thankYou.done' | 'ssov2.abTestingFlowB.description' | 'ssov2.button.cancel' | 'ssov2.button.continue' | 'ssov2.button.continueGoogle' | 'ssov2.button.continueSMS' | 'ssov2.button.continueWhatsApp' | 'ssov2.button.continueZalo' | 'ssov2.button.exitNow' | 'ssov2.button.otp.sms' | 'ssov2.button.otp.whatsapp' | 'ssov2.button.otp.zalo' | 'ssov2.button.save' | 'ssov2.button.setupLater' | 'ssov2.collectInfo.why' | 'ssov2.email.alreadyUsed' | 'ssov2.email.button' | 'ssov2.email.description' | 'ssov2.email.title' | 'ssov2.error.api' | 'ssov2.error.api.000' | 'ssov2.error.api.001' | 'ssov2.error.api.002' | 'ssov2.error.api.003' | 'ssov2.error.api.004' | 'ssov2.error.api.005' | 'ssov2.error.api.006' | 'ssov2.error.api.007' | 'ssov2.error.api.008' | 'ssov2.error.api.009' | 'ssov2.error.api.010' | 'ssov2.error.api.011' | 'ssov2.error.api.012' | 'ssov2.error.api.013' | 'ssov2.error.api.014' | 'ssov2.error.api.015' | 'ssov2.error.api.016' | 'ssov2.error.api.017' | 'ssov2.error.api.018' | 'ssov2.error.api.019' | 'ssov2.error.api.020' | 'ssov2.error.api.021' | 'ssov2.error.api.022' | 'ssov2.error.api.023' | 'ssov2.error.api.024' | 'ssov2.error.api.025' | 'ssov2.error.api.026' | 'ssov2.error.api.027' | 'ssov2.error.api.028' | 'ssov2.error.api.029' | 'ssov2.error.api.030' | 'ssov2.error.api.031' | 'ssov2.error.api.032' | 'ssov2.error.api.033' | 'ssov2.error.api.034' | 'ssov2.error.api.035' | 'ssov2.error.api.036' | 'ssov2.error.api.037' | 'ssov2.error.api.038' | 'ssov2.error.api.039' | 'ssov2.error.api.040' | 'ssov2.error.api.041' | 'ssov2.error.api.042' | 'ssov2.error.api.043' | 'ssov2.error.api.044' | 'ssov2.error.api.045' | 'ssov2.error.api.046' | 'ssov2.error.api.047' | 'ssov2.error.api.048' | 'ssov2.error.api.049' | 'ssov2.error.api.050' | 'ssov2.error.api.051' | 'ssov2.error.api.052' | 'ssov2.error.api.053' | 'ssov2.error.api.054' | 'ssov2.error.api.055' | 'ssov2.error.api.056' | 'ssov2.error.api.057' | 'ssov2.error.api.058' | 'ssov2.error.api.059' | 'ssov2.error.api.060' | 'ssov2.error.api.061' | 'ssov2.error.api.062' | 'ssov2.error.api.063' | 'ssov2.error.api.064' | 'ssov2.error.api.065' | 'ssov2.error.api.066' | 'ssov2.error.api.067' | 'ssov2.error.api.068' | 'ssov2.error.api.069' | 'ssov2.error.api.070' | 'ssov2.error.api.071' | 'ssov2.error.api.072' | 'ssov2.error.api.073' | 'ssov2.error.api.074' | 'ssov2.error.api.075' | 'ssov2.error.api.076' | 'ssov2.error.api.077' | 'ssov2.error.api.078' | 'ssov2.error.api.079' | 'ssov2.error.api.080' | 'ssov2.error.api.082' | 'ssov2.error.api.083' | 'ssov2.error.facebookLogin' | 'ssov2.error.googleLogin' | 'ssov2.first.country.code' | 'ssov2.first.description' | 'ssov2.first.noAccountOrPass' | 'ssov2.first.search.country.all' | 'ssov2.first.search.country.placeholder' | 'ssov2.first.search.country.selected' | 'ssov2.first.title.login' | 'ssov2.first.title.signup' | 'ssov2.orContinueWith' | 'ssov2.otp.email.description' | 'ssov2.otp.email.title' | 'ssov2.otp.phone.description' | 'ssov2.otp.phone.title' | 'ssov2.otp.resendQuestion' | 'ssov2.otp.resendText' | 'ssov2.otp.sendVia' | 'ssov2.password.description' | 'ssov2.password.forgotPassword' | 'ssov2.password.reset' | 'ssov2.password.signIn' | 'ssov2.password.title1' | 'ssov2.password.title2' | 'ssov2.passwordForgotSetup.description' | 'ssov2.passwordForgotSetup.field.password.atLeast8Chars' | 'ssov2.passwordForgotSetup.field.password.atLeastOneUpper' | 'ssov2.passwordForgotSetup.field.password.label' | 'ssov2.passwordForgotSetup.field.password.placeholder' | 'ssov2.passwordForgotSetup.field.passwordConfirm.label' | 'ssov2.passwordForgotSetup.field.passwordConfirm.placeholder' | 'ssov2.passwordForgotSetup.title' | 'ssov2.phone.alreadyUsed' | 'ssov2.phoneVerify.description' | 'ssov2.phoneVerify.title' | 'ssov2.policyText' | 'ssov2.policyText.community' | 'ssov2.policyText.privacy' | 'ssov2.policyText.terms' | 'ssov2.popup.close.description' | 'ssov2.popup.close.title' | 'ssov2.resetPassword.description' | 'ssov2.resetPassword.title' | 'ssov2.setup.button.createAccount' | 'ssov2.setup.button.veriyPhone' | 'ssov2.setup.description' | 'ssov2.setup.field.dob.label' | 'ssov2.setup.field.dob.placeholder' | 'ssov2.setup.field.email.label' | 'ssov2.setup.field.gender.female' | 'ssov2.setup.field.gender.label' | 'ssov2.setup.field.gender.male' | 'ssov2.setup.field.name.label' | 'ssov2.setup.field.name.placeholder' | 'ssov2.setup.field.otp.label' | 'ssov2.setup.field.phone.label' | 'ssov2.setup.title' | 'ssov2.updateEmail.button' | 'ssov2.updateEmail.description' | 'ssov2.updateEmail.title' | 'ssov2.useOtherMethod.email' | 'ssov2.useOtherMethod.phone' | 'ssov2.validate.confirmPassword.match' | 'ssov2.validate.confirmPassword.required' | 'ssov2.validate.dob.required' | 'ssov2.validate.email.invalid' | 'ssov2.validate.email.required' | 'ssov2.validate.gender.oneOf' | 'ssov2.validate.gender.required' | 'ssov2.validate.name.required' | 'ssov2.validate.otp.required' | 'ssov2.validate.password.required' | 'ssov2.validate.phone.required' | 'submit' | 'subscriptionBox.ctaBtn' | 'subscriptionBox.name' | 'subscriptionBox.nameRequire' | 'subscriptionBox.phone' | 'subscriptionBox.phoneRequire' | 'subscriptionBox.thankyou' | 'subscriptionBox.thankyouTitle' | 'switchBtn.no' | 'switchBtn.yes' | 'tab.about' | 'tab.discussion' | 'tab.topic' | 'tagTopic.moreTopics' | 'targetHearRate.heading' | 'targetHeartRate.aerobicZone.note' | 'targetHeartRate.aerobicZone.title' | 'targetHeartRate.ageInput' | 'targetHeartRate.ageInput.desc' | 'targetHeartRate.ageInput.error' | 'targetHeartRate.heartRateInput' | 'targetHeartRate.heartRateInput.desc' | 'targetHeartRate.heartRateInput.error' | 'targetHeartRate.lowIntensity.note' | 'targetHeartRate.lowIntensity.title' | 'targetHeartRate.maximumIntensity.note' | 'targetHeartRate.maximumIntensity.title' | 'targetHeartRate.moderateIntensity.note' | 'targetHeartRate.moderateIntensity.title' | 'targetHeartRate.optional' | 'targetHeartRate.selectActive' | 'targetHeartRate.vigorousIntensity.note' | 'targetHeartRate.vigorousIntensity.title' | 'tool.askChecking' | 'tool.selectPerson' | 'tool.selectPerson.other' | 'tool.selectPerson.yourSelf' | 'toolPage.toolReviewer' | 'tools.checkYourKidsInput.label' | 'tools.checkYrs' | 'tools.heading.on' | 'tools.heartRateRangeErr' | 'tools.inputPlaceholder' | 'tools.requiredErrorMess.age' | 'tools.requiredErrorMess.gender' | 'tools.selectBabyGender' | 'tools.selectGender' | 'tools.yearsOld' | 'updatePost.popup.success' | 'userProfile.nav.card.eCom' | 'userProfile.nav.card.ecom.DeliveryAddress' | 'userProfile.nav.card.ecom.manageOrders' | 'userProfile.nav.card.ecom.voucher' | 'userProfile.nav.card.myBooking' | 'userProfile.nav.card.myCommunity' | 'userProfile.nav.card.myFamily' | 'userProfile.nav.card.myHealth' | 'userProfile.nav.card.mySaved' | 'userProfile.nav.header.count.comments' | 'userProfile.nav.header.count.posts' | 'userProfile.nav.header.count.tools' | 'userProfile.nav.header.points' | 'userProfile.nav.header.viewProfile' | 'userProfile.nav.menu.accountSettings' | 'userProfile.nav.menu.dataPrivacy' | 'userProfile.nav.menu.disableAccount' | 'userProfile.nav.menu.help' | 'userProfile.nav.menu.logout' | 'userProfile.nav.menu.password' | 'userProfile.userRank.ambassador' | 'userProfile.userRank.doctor' | 'userProfile.userRank.expert' | 'userProfile.userRank.influencer' | 'userProfile.userRank.member' | 'validation.error.requiredAgeGroup' | 'validation.error.requiredField' | 'verifyBotAnswer.confirmEndorse.accept' | 'verifyBotAnswer.confirmEndorse.cancel' | 'verifyBotAnswer.confirmEndorse.description' | 'verifyBotAnswer.confirmEndorse.heading';
|
|
1
|
+
export type TranslationKeys = 'actionPopover.delete' | 'actionPopover.deleteNotification' | 'actionPopover.edit' | 'actionPopover.inviteShareCommunity' | 'actionPopover.joinCommunity' | 'actionPopover.leaveCommunit' | 'actionPopover.leaveCommunity' | 'actionPopover.leaveCommunity.accept' | 'actionPopover.leaveCommunity.cancel' | 'actionPopover.leaveCommunity.description' | 'actionPopover.leaveCommunity.title' | 'actionPopover.report' | 'actionPopover.turnOffNotification' | 'actionPopover.turnOffNotificationAbout' | 'actionPopover.turnOnNotification' | 'adBanner.title' | 'admin.comments' | 'admin.communities' | 'admin.community' | 'article.shareOn' | 'articleAuthor.title.expert' | 'articleAuthor.title.fact-check' | 'articleAuthor.title.medical' | 'articleAuthor.title.written-by' | 'articlePage.articleReviewerBy' | 'articlePage.readMore' | 'articlePage.showLess' | 'babyGrowth.alert.bmi' | 'babyGrowth.alert.head' | 'babyGrowth.alert.weight' | 'babyGrowth.babyInfo' | 'babyGrowth.chartTitle' | 'babyGrowth.chartTitle.noName' | 'babyGrowth.cm' | 'babyGrowth.drawer.addMeasurement' | 'babyGrowth.drawer.createBaby' | 'babyGrowth.drawer.switchProfile' | 'babyGrowth.emptyName' | 'babyGrowth.error.atLeastOneOf' | 'babyGrowth.error.birthdayRequired' | 'babyGrowth.error.invalidAge' | 'babyGrowth.error.invalidMeasurementDate' | 'babyGrowth.error.invalidValue' | 'babyGrowth.error.measurementDateLowerThanBirthday' | 'babyGrowth.error.outOfRange' | 'babyGrowth.error.title' | 'babyGrowth.head' | 'babyGrowth.headCircumference' | 'babyGrowth.height' | 'babyGrowth.input.babyName' | 'babyGrowth.input.birthday' | 'babyGrowth.input.bmi' | 'babyGrowth.input.bodyMass' | 'babyGrowth.input.checkSubmit' | 'babyGrowth.input.measurementDate' | 'babyGrowth.input.submit' | 'babyGrowth.kg' | 'babyGrowth.kg.m2' | 'babyGrowth.monthly' | 'babyGrowth.nickname' | 'babyGrowth.optional' | 'babyGrowth.pageTitle' | 'babyGrowth.percentiles' | 'babyGrowth.placeholder.babyName' | 'babyGrowth.popup.heading' | 'babyGrowth.reCalculate' | 'babyGrowth.record' | 'babyGrowth.save' | 'babyGrowth.save.loggedIn' | 'babyGrowth.weekly' | 'babyGrowth.weight' | 'babyGrowth.xLabel' | 'babyGrowth.yearly' | 'babyPoop.findOut' | 'babyPoopTool.name' | 'babyVaccine.banner.readmore' | 'babyVaccine.detail.benifit' | 'babyVaccine.detail.contraindication' | 'babyVaccine.detail.definition' | 'babyVaccine.detail.relatedArticles' | 'babyVaccine.immunization.vaccineName' | 'babyVaccine.immunization.warning' | 'babyVaccine.popup.button' | 'babyVaccine.popup.button.submit' | 'babyVaccine.popup.checkbox.suggestedDate' | 'babyVaccine.popup.confirm.close' | 'babyVaccine.popup.confirm.description' | 'babyVaccine.popup.confirm.ok' | 'babyVaccine.popup.confirm.title' | 'babyVaccine.popup.input.suggestedDate' | 'babyVaccine.popup.label.doses' | 'babyVaccine.popup.tab.benefits' | 'babyVaccine.popup.tab.contraindication' | 'babyVaccine.popup.tab.detail' | 'babyVaccine.popup.tab.schedule' | 'babyVaccine.popup.title' | 'babyVaccine.status.all' | 'babyVaccine.status.missed' | 'babyVaccine.status.next' | 'babyVaccine.status.upcoming' | 'babyVaccine.status.vaccinated' | 'babyVaccine.timeline.antigen' | 'babyVaccine.timeline.atBirth' | 'babyVaccine.timeline.total' | 'babyVaccine.timeline.totalNext' | 'babyVaccine.timeline.totalPast' | 'babyVaccine.vaccineCard.injected' | 'babyVaccine.vaccineCard.markAsInjected' | 'babyVaccine.vaccineInfo.dose' | 'babyVaccine.vaccineInfo.injectedDate' | 'babyVaccine.vaccineInfo.mandatory' | 'babyVaccine.vaccineInfo.optional' | 'babyVaccine.vaccineInfo.suggested' | 'babyVaccineTool.heading' | 'bmi.ageInput' | 'bmi.ageInput.desc' | 'bmi.ageInput.error' | 'bmi.heading' | 'bmi.heightInput' | 'bmi.heightInput.desc' | 'bmi.heightInput.error' | 'bmi.objective' | 'bmi.objective.gainWeight' | 'bmi.objective.loseWeight' | 'bmi.objective.maintainWeight' | 'bmi.result.healthy' | 'bmi.result.overweight' | 'bmi.result.underweight' | 'bmi.selectGender' | 'bmi.submit' | 'bmi.weightInput' | 'bmi.weightInput.desc' | 'bmi.weightInput.error' | 'bmr.heading' | 'booking.searchBar.allLocations' | 'booking.searchBar.allSpecialties' | 'booking.searchBar.currentLocation' | 'booking.searchBar.grantLocation' | 'booking.searchBar.locationPlaceholder' | 'booking.searchBar.noResults' | 'booking.searchBar.placeholder.doctor' | 'booking.searchBar.placeholder.hospital' | 'booking.searchBar.placeholder.service' | 'booking.searchBar.placeholder.specialty' | 'booking.searchBar.popularKey' | 'booking.searchBar.searchButton' | 'booking.searchBar.searchInput.placeholder' | 'booking.searchBar.useCurrentLocation' | 'booking.searchBar.viewAll' | 'booking.searchPopup.doctors' | 'booking.searchPopup.hospitals' | 'booking.searchPopup.searchIn.doctors' | 'booking.searchPopup.searchIn.hospitals' | 'booking.searchPopup.searchIn.services' | 'booking.searchPopup.searchIn.specialties' | 'booking.searchPopup.seeAll' | 'booking.searchPopup.seeLessSpecialties' | 'booking.searchPopup.seeMoreSpecialties' | 'booking.searchPopup.services' | 'booking.searchPopup.specialties' | 'booking.searchResult.description' | 'bottomBar.share' | 'cardAuthor.admin' | 'cardAuthor.ambassador' | 'cardAuthor.expert' | 'cardAuthor.guide' | 'cardAuthor.influencer' | 'cardAuthor.localAdmin' | 'cardAuthor.moderator' | 'cardAuthor.sponsor' | 'cardPost.anonymous' | 'cardPost.option.anonymous' | 'cardPost.public' | 'cardReactions.comment' | 'cardReactions.like' | 'cardReactions.repliesCount' | 'cardReactions.reply' | 'cardReactions.save' | 'cardReactions.unSave' | 'cardReply.disclaimer' | 'cardReply.endorse' | 'cardReply.opposePopup.content' | 'cardReply.opposePopup.submit' | 'cardReply.pppose' | 'cardReply.recommentCategories.heading' | 'cardReply.source' | 'cardReply.verifyBy' | 'careBooking.bookAnAppointment' | 'categoryPage.info.reviewed' | 'categoryPage.onDate' | 'character' | 'chatbot.with.me' | 'childCard.age.months' | 'childCard.age.oneMonth' | 'childCard.age.oneWeek' | 'childCard.age.oneYear' | 'childCard.age.oneYearMonth' | 'childCard.age.oneYearOneMonth' | 'childCard.age.week' | 'childCard.age.yearMonth' | 'childCard.age.yearNoMonth' | 'childCard.age.yearOneMonth' | 'childCard.boy' | 'childCard.girl' | 'childCard.menu.add' | 'childCard.menu.edit' | 'childCard.menu.remove' | 'childCard.menu.switch' | 'childCard.noName' | 'choicePopover.ambassadorPosts' | 'choicePopover.expertPosts' | 'choicePopover.lastestPost' | 'choicePopover.latest' | 'choicePopover.newest' | 'choicePopover.oldest' | 'choicePopover.popular' | 'choicePopover.popularPost' | 'choicePopover.sort' | 'choose.community' | 'choose.other.community' | 'chooseBaby.button' | 'chooseBaby.new' | 'chooseBaby.placeholder' | 'chooseBaby.title' | 'collectPhoneNumber.action' | 'collectPhoneNumber.descriptionSuccess' | 'collectPhoneNumber.inputInvalid' | 'collectPhoneNumber.inputLabel' | 'collectPhoneNumber.title' | 'collectPhoneNumber.titleSuccess' | 'comment.count' | 'comment.now' | 'comment.seeMoreComments' | 'comment.seeMoreReplies' | 'commentPopup.warning.newPost' | 'common.action.close' | 'common.noResult' | 'common.playing' | 'common.profileNavigator.newsletterSubscription' | 'common.sponsoredBy' | 'common.totalView' | 'community.choose' | 'community.notification.joined' | 'community.notification.left' | 'copied' | 'copy' | 'createPost.askDoctor' | 'createPost.askDoctor.description' | 'createPost.askDoctorChoice.no' | 'createPost.askDoctorChoice.yes' | 'createPost.communityAndTopic' | 'createPost.message.askDoctor' | 'createPost.message.askDoctorRequire' | 'createPost.message.askDoctorRequireMess' | 'createPost.message.lengthDescription' | 'createPost.message.lengthTitle' | 'createPost.message.lengthTitle.characters' | 'createPost.message.photoMaxium' | 'createPost.message.photoSize' | 'createPost.message.requiredDescription' | 'createPost.message.requiredTitle' | 'createPost.message.suggestLoading' | 'createPost.message.suggestResult' | 'createPost.now' | 'createPost.photos' | 'createPost.popup.description' | 'createPost.popup.guideSelectMonthTopics' | 'createPost.popup.guideSelectTopics' | 'createPost.popup.primary' | 'createPost.popup.selectMonthTopicBtn' | 'createPost.popup.specialCharErr' | 'createPost.popup.submit' | 'createPost.popup.success' | 'createPost.popup.warning' | 'createPost.popup.warningImage' | 'createPost.popup.wordCount' | 'createPost.post.askDoctor.description' | 'createPost.post.askDoctor.title' | 'createPost.post.description' | 'createPost.post.title' | 'createPost.postAnonymous' | 'createPost.title' | 'createPost.urlText' | 'createPost.video' | 'createPost.videoOrLink' | 'dueDatePage.IUI' | 'dueDatePage.calculationMethod' | 'dueDatePage.conceptionDate' | 'dueDatePage.date_of_IUI_procedure' | 'dueDatePage.date_of_ultrasound' | 'dueDatePage.daysText' | 'dueDatePage.ivf' | 'dueDatePage.ivf.transferDate' | 'dueDatePage.ivf.transferDateRadio' | 'dueDatePage.lastPeriod' | 'dueDatePage.lastPeriod.calculate' | 'dueDatePage.lastPeriod.lastPeriodLabel' | 'dueDatePage.lastPeriod.periodLengthLabel' | 'dueDatePage.ultrasound' | 'dueDatePage.ultrasound.tooltip' | 'dueDatePage.validation.crl' | 'dueDatePage.validation.one_is_required' | 'dueDatePage.validation.record_not_valid' | 'editor.addSocialLink.addLink' | 'editor.addSocialLink.warningDomain' | 'expert.content.description' | 'expert.content.experiences' | 'footer.signUp' | 'gender.boy' | 'gender.female' | 'gender.girl' | 'gender.male' | 'healthToolPNModal.back' | 'healthToolPNModal.findMore.chooseFav' | 'healthToolPNModal.finish' | 'healthToolPNModal.heading' | 'healthToolPNModal.mainForm.requireName' | 'healthToolPNModal.mainForm.tailorTopicsHeading' | 'healthToolPNModal.next' | 'healthToolPNModal.register' | 'healthToolPNModal.yourPre' | 'healthTools.dueDateCalculator' | 'healthTools.ovulationCalculator' | 'healthtool.placeholder.age' | 'home.calcWithApp' | 'home.menu.category.view' | 'home.navigator.app' | 'home.navigator.downloadApp' | 'home.navigator.menu.care.homeButton' | 'home.navigator.menu.care.noDatas.cta' | 'home.navigator.menu.care.noDatas.description' | 'home.navigator.menu.care.noDatas.title' | 'home.navigator.menu.category.noDatas.cta' | 'home.navigator.menu.category.noDatas.description' | 'home.navigator.menu.category.noDatas.title' | 'home.navigator.menu.healthTools.noDatas.cta' | 'home.navigator.menu.healthTools.noDatas.description' | 'home.navigator.menu.healthTools.noDatas.title' | 'home.navigator.menu.lastestVideos' | 'home.navigator.menu.podcasts' | 'home.navigator.menu.shorts' | 'home.navigator.menu.spotlightEcom' | 'home.navigator.menu.spotlightHospitals' | 'home.navigator.menu.spotlightTools' | 'home.navigator.menu.spotlights' | 'home.navigator.menu.spotlights.seeAll' | 'home.navigator.menu.together.noPosts.cta' | 'home.navigator.menu.together.noPosts.description' | 'home.navigator.menu.together.noPosts.title' | 'home.navigator.menu.trendingPosts' | 'home.navigator.menu.trendingPosts.seeMore' | 'home.navigator.menu.videos' | 'home.navigator.menuItem.allCategories' | 'home.navigator.menuItem.allCommunities' | 'home.navigator.menuItem.allCommunitiesheadingTitle' | 'home.navigator.menuItem.allHealthTools' | 'home.navigator.menuItem.allSpecialties' | 'home.navigator.menuItem.allSpotlight' | 'home.navigator.menuItem.allVideos' | 'home.navigator.menuItem.discover' | 'home.navigator.menuItem.healthCategories' | 'home.navigator.menuItem.healthTools' | 'home.navigator.menuItem.healthToolsList' | 'home.navigator.menuItem.helloCare' | 'home.navigator.menuItem.helloEcom' | 'home.navigator.menuItem.helloTogether' | 'home.navigator.menuItem.language' | 'home.navigator.menuItem.new' | 'home.navigator.menuItem.specialties' | 'home.navigator.menuItem.spotlights' | 'home.navigator.menuItem.video' | 'home.navigator.menuItem.videoCategories' | 'home.search' | 'home.seeAll' | 'home.seeAllCategories' | 'home.seeExpert' | 'home.seeHospital' | 'home.seeMore' | 'home.seeMoreExperts' | 'hospital.content.description' | 'inputComment.replyTo' | 'insert' | 'label.latestPost' | 'label.pinnedPost' | 'lead.empty.cancel' | 'lead.empty.submitAgain' | 'lead.empty.title' | 'leadgen.message.error.name_required' | 'leadgen.message.error.phone_invalid' | 'loading' | 'login.booking' | 'logout.popup.ask.mb' | 'logout.popup.ask1' | 'logout.popup.ask2' | 'logout.popup.button.cancel' | 'logout.popup.button.logout' | 'menu.care.searchBySpecialties' | 'morePopover.report' | 'morePopover.report.description' | 'morePopover.report.falseNews' | 'morePopover.report.offensive' | 'morePopover.report.other' | 'morePopover.report.prohibited' | 'morePopover.report.scam' | 'morePopover.report.sex' | 'morePopover.report.spam' | 'morePopover.report.title' | 'morePopover.report.violence' | 'morePopover.reportSubmit.description' | 'morePopover.reportSubmit.title' | 'morePopover.savePost' | 'morePopover.share' | 'morePopover.shareOn' | 'morePopover.turnOffNotifications' | 'morePopover.turnOnNotifications' | 'morePopover.unsavePost' | 'navigation.loginJoin' | 'navigation.search.input.placeholder' | 'navigation.signUp' | 'newsletter.error.minCotennt' | 'newsletter.error.minTitle' | 'newsletter.topic.title' | 'newsletter.welcome.description' | 'notification.comment.blocked.message' | 'notification.comment.blocked.title' | 'notification.comment.premod' | 'notification.comment.rejected' | 'notification.comment.reportFailed' | 'notification.comment.reportSuccess' | 'notification.comment.somethingWrong' | 'notification.comment.suspect.message' | 'notification.comment.suspect.title' | 'notification.comment.systemWithheld' | 'notification.failure' | 'notification.limitUrlDomain' | 'notification.post.blocked.message' | 'notification.post.blocked.title' | 'notification.post.delete' | 'notification.post.suspect.message' | 'notification.post.suspect.title' | 'notification.success' | 'notification.suspend.message' | 'notification.urlWrongFormat' | 'onboarding.button.continue' | 'onboarding.button.skip' | 'onboarding.errorMessage.invalidEmail' | 'onboarding.errorMessage.minLength' | 'onboarding.errorMessage.passNotMatch' | 'onboarding.errorMessage.passWithPattern' | 'onboarding.errorMessage.requiredConfirmPassword' | 'onboarding.errorMessage.requiredEmail' | 'onboarding.errorMessage.requiredName' | 'onboarding.errorMessage.requiredPassword' | 'onboarding.formEmail.description' | 'onboarding.formEmail.genderFemale' | 'onboarding.formEmail.genderMale' | 'onboarding.formEmail.heading' | 'onboarding.formEmail.yourBirthday' | 'onboarding.formEmail.yourEmail' | 'onboarding.formEmail.yourName' | 'onboarding.label.fullName' | 'onboarding.otpForm.description' | 'onboarding.otpForm.descriptionEmail' | 'onboarding.otpForm.error' | 'onboarding.otpForm.heading' | 'onboarding.otpForm.notReceiveOTP' | 'onboarding.otpForm.resendCode' | 'onboarding.otpForm.resendCodeWithSeconds' | 'onboarding.otpWhatsapps.description' | 'onboarding.otpWhatsapps.heading' | 'onboarding.similac.address.error' | 'onboarding.similac.input.address' | 'onboarding.similac.input.city' | 'onboarding.similac.input.district' | 'onboarding.similac.input.no' | 'onboarding.similac.input.phone' | 'onboarding.similac.input.ward' | 'onboarding.updatePassword.confirmPassword' | 'onboarding.updatePassword.description' | 'onboarding.updatePassword.heading' | 'onboarding.updatePassword.password' | 'onboarding.updatePasswordResult.description' | 'onboarding.updatePasswordResult.heading' | 'onboarding.updatePhone.description' | 'onboarding.updatePhone.error' | 'onboarding.updatePhone.heading' | 'onboarding.updateWhatsapp.description' | 'onboarding.updateWhatsapp.submitLabel' | 'onboarding.welcomeScreen.content' | 'onboarding.welcomeScreen.heading' | 'orCopyLink' | 'ovulationPage.avoidPregnancy' | 'ovulationPage.conceive' | 'ovulationPage.cycleLength' | 'ovulationPage.dayUnit' | 'ovulationPage.objectives' | 'ovulationPage.periodDuration' | 'ovulationPage.trackPeriod' | 'placeholder.enterTitleHere' | 'placeholder.enterUrlHere' | 'placeholder.enterUrlTextHere' | 'placeholder.newCmt' | 'placeholder.newPost' | 'pnBanner.both' | 'pnBanner.both.desc' | 'pnBanner.both.heading' | 'pnBanner.caclNow' | 'pnBanner.checkNow' | 'pnBanner.dueDateTool.desc' | 'pnBanner.dueDateTool.heading' | 'pnBanner.hpv.desc' | 'pnBanner.hpv.heading' | 'pnBanner.parenting.desc' | 'pnBanner.parenting.heading' | 'pnBanner.pn.btnLabel' | 'pnBanner.pregnancy.desc' | 'pnBanner.pregnancy.heading' | 'pnBanner.submit' | 'pnBanner.teenager' | 'pnBanner.teenager.heading' | 'pnBanner.toddlers' | 'pnBanner.vaccination.desc' | 'pnBanner.vaccination.heading' | 'pnBanner.vaccine.btnLabel' | 'pnModal.disclaimer' | 'pnTopicSection.maxSelectError.desc' | 'pnTopicSection.maxSelectError.detail' | 'pnTopicSection.maxSelectError.title' | 'pnTopicSection.notFound' | 'pnTopicSection.plsEnterFavTopics' | 'pnTopicSection.ppAlsoInterested' | 'pnTopicSection.recentView' | 'pnTopicSection.trending' | 'popup.allTopics' | 'popup.createPost.confirmCloseDescription' | 'popup.createPost.confirmCloseTitle' | 'popup.deleteComment.description' | 'popup.deleteComment.title' | 'popup.deletePost.accept' | 'popup.deletePost.cancel' | 'popup.deletePost.description' | 'popup.deletePost.title' | 'popup.discardPost' | 'popup.discardPostEdit' | 'popup.editPost' | 'popup.keepEditing' | 'popup.startANewPost' | 'post.commentCount' | 'post.likesCount' | 'post.remove.failed' | 'post.remove.success' | 'post.save.failed' | 'post.save.success' | 'post.seeMore' | 'post.shareCount' | 'pregnancy.week' | 'pregnancyTool.description' | 'pregnancyTool.title' | 'pregnancyTool.weightSuggested' | 'pregnancyWeightGain.havingTwins' | 'pregnancyWeightGain.heading' | 'pregnancyWeightGain.heightInput' | 'pregnancyWeightGain.weekInput' | 'pregnancyWeightGain.weightBeforeInput' | 'pregnancyWeightGain.weightInput' | 'pregnancyWeightGain.weightInput.desc' | 'pregnancyWeightGain.weightInput.error' | 'previewPhotos.title' | 'profilePanel.anserwing.viewFull' | 'profilePanel.awards' | 'profilePanel.createPost' | 'profilePanel.education' | 'profilePanel.emptyCareMess.content' | 'profilePanel.emptyPostMess.content' | 'profilePanel.experience' | 'profilePanel.joined' | 'profilePanel.modal.heading' | 'profilePanel.publishcation' | 'profilePanel.publishedArticles' | 'profilePanel.question' | 'profilePanel.questionNotClear' | 'profilePanel.skipQuestion.content' | 'profilePanel.skipQuestion.heading' | 'profilePanel.socialLinks' | 'profilePanel.tabs.care' | 'profilePanel.tabs.expertAnswer' | 'profilePanel.tabs.highlight' | 'profilePanel.tabs.posts' | 'profilePanel.tabs.relevantArticles' | 'pwg.placeholder.height' | 'pwg.placeholder.weight' | 'pwgForm.week' | 'sensitiveMask.blur' | 'sensitiveMask.contentWarningDescription' | 'sensitiveMask.contentWarningDescription.community' | 'sensitiveMask.contentWarningMessage' | 'sensitiveMask.unblur' | 'share.by' | 'share.copyLink' | 'share.letsJoinCommunity' | 'share.letsJoinTopic' | 'share.linkCopied' | 'share.linkShared' | 'share.title' | 'shareContainer.title' | 'similac.thankYou.done' | 'ssov2.abTestingFlowB.description' | 'ssov2.button.cancel' | 'ssov2.button.continue' | 'ssov2.button.continueGoogle' | 'ssov2.button.continueSMS' | 'ssov2.button.continueWhatsApp' | 'ssov2.button.continueZalo' | 'ssov2.button.exitNow' | 'ssov2.button.otp.sms' | 'ssov2.button.otp.whatsapp' | 'ssov2.button.otp.zalo' | 'ssov2.button.save' | 'ssov2.button.setupLater' | 'ssov2.collectInfo.why' | 'ssov2.email.alreadyUsed' | 'ssov2.email.button' | 'ssov2.email.description' | 'ssov2.email.title' | 'ssov2.error.api' | 'ssov2.error.api.000' | 'ssov2.error.api.001' | 'ssov2.error.api.002' | 'ssov2.error.api.003' | 'ssov2.error.api.004' | 'ssov2.error.api.005' | 'ssov2.error.api.006' | 'ssov2.error.api.007' | 'ssov2.error.api.008' | 'ssov2.error.api.009' | 'ssov2.error.api.010' | 'ssov2.error.api.011' | 'ssov2.error.api.012' | 'ssov2.error.api.013' | 'ssov2.error.api.014' | 'ssov2.error.api.015' | 'ssov2.error.api.016' | 'ssov2.error.api.017' | 'ssov2.error.api.018' | 'ssov2.error.api.019' | 'ssov2.error.api.020' | 'ssov2.error.api.021' | 'ssov2.error.api.022' | 'ssov2.error.api.023' | 'ssov2.error.api.024' | 'ssov2.error.api.025' | 'ssov2.error.api.026' | 'ssov2.error.api.027' | 'ssov2.error.api.028' | 'ssov2.error.api.029' | 'ssov2.error.api.030' | 'ssov2.error.api.031' | 'ssov2.error.api.032' | 'ssov2.error.api.033' | 'ssov2.error.api.034' | 'ssov2.error.api.035' | 'ssov2.error.api.036' | 'ssov2.error.api.037' | 'ssov2.error.api.038' | 'ssov2.error.api.039' | 'ssov2.error.api.040' | 'ssov2.error.api.041' | 'ssov2.error.api.042' | 'ssov2.error.api.043' | 'ssov2.error.api.044' | 'ssov2.error.api.045' | 'ssov2.error.api.046' | 'ssov2.error.api.047' | 'ssov2.error.api.048' | 'ssov2.error.api.049' | 'ssov2.error.api.050' | 'ssov2.error.api.051' | 'ssov2.error.api.052' | 'ssov2.error.api.053' | 'ssov2.error.api.054' | 'ssov2.error.api.055' | 'ssov2.error.api.056' | 'ssov2.error.api.057' | 'ssov2.error.api.058' | 'ssov2.error.api.059' | 'ssov2.error.api.060' | 'ssov2.error.api.061' | 'ssov2.error.api.062' | 'ssov2.error.api.063' | 'ssov2.error.api.064' | 'ssov2.error.api.065' | 'ssov2.error.api.066' | 'ssov2.error.api.067' | 'ssov2.error.api.068' | 'ssov2.error.api.069' | 'ssov2.error.api.070' | 'ssov2.error.api.071' | 'ssov2.error.api.072' | 'ssov2.error.api.073' | 'ssov2.error.api.074' | 'ssov2.error.api.075' | 'ssov2.error.api.076' | 'ssov2.error.api.077' | 'ssov2.error.api.078' | 'ssov2.error.api.079' | 'ssov2.error.api.080' | 'ssov2.error.api.082' | 'ssov2.error.api.083' | 'ssov2.error.facebookLogin' | 'ssov2.error.googleLogin' | 'ssov2.first.country.code' | 'ssov2.first.description' | 'ssov2.first.noAccountOrPass' | 'ssov2.first.search.country.all' | 'ssov2.first.search.country.placeholder' | 'ssov2.first.search.country.selected' | 'ssov2.first.title.login' | 'ssov2.first.title.signup' | 'ssov2.orContinueWith' | 'ssov2.otp.email.description' | 'ssov2.otp.email.title' | 'ssov2.otp.phone.description' | 'ssov2.otp.phone.title' | 'ssov2.otp.resendQuestion' | 'ssov2.otp.resendText' | 'ssov2.otp.sendVia' | 'ssov2.password.description' | 'ssov2.password.forgotPassword' | 'ssov2.password.reset' | 'ssov2.password.signIn' | 'ssov2.password.title1' | 'ssov2.password.title2' | 'ssov2.passwordForgotSetup.description' | 'ssov2.passwordForgotSetup.field.password.atLeast8Chars' | 'ssov2.passwordForgotSetup.field.password.atLeastOneUpper' | 'ssov2.passwordForgotSetup.field.password.label' | 'ssov2.passwordForgotSetup.field.password.placeholder' | 'ssov2.passwordForgotSetup.field.passwordConfirm.label' | 'ssov2.passwordForgotSetup.field.passwordConfirm.placeholder' | 'ssov2.passwordForgotSetup.title' | 'ssov2.phone.alreadyUsed' | 'ssov2.phoneVerify.description' | 'ssov2.phoneVerify.title' | 'ssov2.policyText' | 'ssov2.policyText.community' | 'ssov2.policyText.privacy' | 'ssov2.policyText.terms' | 'ssov2.popup.close.description' | 'ssov2.popup.close.title' | 'ssov2.resetPassword.description' | 'ssov2.resetPassword.title' | 'ssov2.setup.button.createAccount' | 'ssov2.setup.button.veriyPhone' | 'ssov2.setup.description' | 'ssov2.setup.field.dob.label' | 'ssov2.setup.field.dob.placeholder' | 'ssov2.setup.field.email.label' | 'ssov2.setup.field.gender.female' | 'ssov2.setup.field.gender.label' | 'ssov2.setup.field.gender.male' | 'ssov2.setup.field.name.label' | 'ssov2.setup.field.name.placeholder' | 'ssov2.setup.field.otp.label' | 'ssov2.setup.field.phone.label' | 'ssov2.setup.title' | 'ssov2.updateEmail.button' | 'ssov2.updateEmail.description' | 'ssov2.updateEmail.title' | 'ssov2.useOtherMethod.email' | 'ssov2.useOtherMethod.phone' | 'ssov2.validate.confirmPassword.match' | 'ssov2.validate.confirmPassword.required' | 'ssov2.validate.dob.required' | 'ssov2.validate.email.invalid' | 'ssov2.validate.email.required' | 'ssov2.validate.gender.oneOf' | 'ssov2.validate.gender.required' | 'ssov2.validate.name.required' | 'ssov2.validate.otp.required' | 'ssov2.validate.password.required' | 'ssov2.validate.phone.required' | 'submit' | 'subscriptionBox.ctaBtn' | 'subscriptionBox.name' | 'subscriptionBox.nameRequire' | 'subscriptionBox.phone' | 'subscriptionBox.phoneRequire' | 'subscriptionBox.thankyou' | 'subscriptionBox.thankyouTitle' | 'switchBtn.no' | 'switchBtn.yes' | 'tab.about' | 'tab.discussion' | 'tab.topic' | 'tagTopic.moreTopics' | 'targetHearRate.heading' | 'targetHeartRate.aerobicZone.note' | 'targetHeartRate.aerobicZone.title' | 'targetHeartRate.ageInput' | 'targetHeartRate.ageInput.desc' | 'targetHeartRate.ageInput.error' | 'targetHeartRate.heartRateInput' | 'targetHeartRate.heartRateInput.desc' | 'targetHeartRate.heartRateInput.error' | 'targetHeartRate.lowIntensity.note' | 'targetHeartRate.lowIntensity.title' | 'targetHeartRate.maximumIntensity.note' | 'targetHeartRate.maximumIntensity.title' | 'targetHeartRate.moderateIntensity.note' | 'targetHeartRate.moderateIntensity.title' | 'targetHeartRate.optional' | 'targetHeartRate.selectActive' | 'targetHeartRate.vigorousIntensity.note' | 'targetHeartRate.vigorousIntensity.title' | 'tool.askChecking' | 'tool.selectPerson' | 'tool.selectPerson.other' | 'tool.selectPerson.yourSelf' | 'toolPage.toolReviewer' | 'tools.checkYourKidsInput.label' | 'tools.checkYrs' | 'tools.heading.on' | 'tools.heartRateRangeErr' | 'tools.inputPlaceholder' | 'tools.requiredErrorMess.age' | 'tools.requiredErrorMess.gender' | 'tools.selectBabyGender' | 'tools.selectGender' | 'tools.yearsOld' | 'updatePost.popup.success' | 'userProfile.nav.card.eCom' | 'userProfile.nav.card.ecom.DeliveryAddress' | 'userProfile.nav.card.ecom.manageOrders' | 'userProfile.nav.card.ecom.voucher' | 'userProfile.nav.card.myBooking' | 'userProfile.nav.card.myCommunity' | 'userProfile.nav.card.myFamily' | 'userProfile.nav.card.myHealth' | 'userProfile.nav.card.mySaved' | 'userProfile.nav.header.count.comments' | 'userProfile.nav.header.count.posts' | 'userProfile.nav.header.count.tools' | 'userProfile.nav.header.points' | 'userProfile.nav.header.viewProfile' | 'userProfile.nav.menu.accountSettings' | 'userProfile.nav.menu.dataPrivacy' | 'userProfile.nav.menu.disableAccount' | 'userProfile.nav.menu.help' | 'userProfile.nav.menu.logout' | 'userProfile.nav.menu.password' | 'userProfile.userRank.ambassador' | 'userProfile.userRank.doctor' | 'userProfile.userRank.expert' | 'userProfile.userRank.influencer' | 'userProfile.userRank.member' | 'validation.error.requiredAgeGroup' | 'validation.error.requiredField' | 'verifyBotAnswer.confirmEndorse.accept' | 'verifyBotAnswer.confirmEndorse.cancel' | 'verifyBotAnswer.confirmEndorse.description' | 'verifyBotAnswer.confirmEndorse.heading';
|
|
@@ -234,11 +234,19 @@ var defaultTranslations = {
|
|
|
234
234
|
"chooseBaby.new": "or Add new child profile",
|
|
235
235
|
"chooseBaby.placeholder": "Please give child's name",
|
|
236
236
|
"chooseBaby.title": "Choose Child's Profile",
|
|
237
|
+
"collectPhoneNumber.action": "Submit",
|
|
238
|
+
"collectPhoneNumber.descriptionSuccess": "We will reach out to you shortly on Zalo",
|
|
239
|
+
"collectPhoneNumber.inputInvalid": "Invalid phone number",
|
|
240
|
+
"collectPhoneNumber.inputLabel": "Phone number",
|
|
241
|
+
"collectPhoneNumber.title": "We will reach out to you shortly on {name}",
|
|
242
|
+
"collectPhoneNumber.titleSuccess": "Thanks a bunch!",
|
|
237
243
|
"comment.count": "{count} comments",
|
|
238
244
|
"comment.now": "Comment now",
|
|
239
245
|
"comment.seeMoreComments": "See {count} more comments",
|
|
240
246
|
"comment.seeMoreReplies": "See {count} more replies",
|
|
241
247
|
"commentPopup.warning.newPost": "Your question will be public",
|
|
248
|
+
"common.action.close": "Close",
|
|
249
|
+
"common.noResult": "No Result",
|
|
242
250
|
"common.playing": "Playing ...",
|
|
243
251
|
"common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
|
|
244
252
|
"common.sponsoredBy": "Sponsored By",
|
|
@@ -234,11 +234,19 @@ var hiTranslations = {
|
|
|
234
234
|
"chooseBaby.new": "or Add new child profile",
|
|
235
235
|
"chooseBaby.placeholder": "Please give child's name",
|
|
236
236
|
"chooseBaby.title": "Choose Child's Profile",
|
|
237
|
+
"collectPhoneNumber.action": "Submit",
|
|
238
|
+
"collectPhoneNumber.descriptionSuccess": "We will reach out to you shortly on Zalo",
|
|
239
|
+
"collectPhoneNumber.inputInvalid": "Invalid phone number",
|
|
240
|
+
"collectPhoneNumber.inputLabel": "Phone number",
|
|
241
|
+
"collectPhoneNumber.title": "We will reach out to you shortly on {name}",
|
|
242
|
+
"collectPhoneNumber.titleSuccess": "Thanks a bunch!",
|
|
237
243
|
"comment.count": "{count} comments",
|
|
238
244
|
"comment.now": "Comment now",
|
|
239
245
|
"comment.seeMoreComments": "See {count} more comments",
|
|
240
246
|
"comment.seeMoreReplies": "See {count} more replies",
|
|
241
247
|
"commentPopup.warning.newPost": "आपका कमेंट सभी के लिए प्रकाशित किया जाएगा।",
|
|
248
|
+
"common.action.close": "Close",
|
|
249
|
+
"common.noResult": "No Result",
|
|
242
250
|
"common.playing": "Playing ...",
|
|
243
251
|
"common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
|
|
244
252
|
"common.sponsoredBy": "द्वारा प्रायोजित",
|
|
@@ -234,11 +234,19 @@ var idTranslations = {
|
|
|
234
234
|
"chooseBaby.new": "Atau tambahkan profil anak",
|
|
235
235
|
"chooseBaby.placeholder": "Mohon isi nama anak",
|
|
236
236
|
"chooseBaby.title": "Pilih Profil Anak",
|
|
237
|
+
"collectPhoneNumber.action": "Submit",
|
|
238
|
+
"collectPhoneNumber.descriptionSuccess": "We will reach out to you shortly on Zalo",
|
|
239
|
+
"collectPhoneNumber.inputInvalid": "Invalid phone number",
|
|
240
|
+
"collectPhoneNumber.inputLabel": "Phone number",
|
|
241
|
+
"collectPhoneNumber.title": "We will reach out to you shortly on {name}",
|
|
242
|
+
"collectPhoneNumber.titleSuccess": "Thanks a bunch!",
|
|
237
243
|
"comment.count": "{count} komentar",
|
|
238
244
|
"comment.now": "Komentar sekarang",
|
|
239
245
|
"comment.seeMoreComments": "Lihat {count} komentar lain",
|
|
240
246
|
"comment.seeMoreReplies": "Lihat {count} balasan untuk Anda",
|
|
241
247
|
"commentPopup.warning.newPost": "Semua orang bisa melihat pertanyaanmu",
|
|
248
|
+
"common.action.close": "Close",
|
|
249
|
+
"common.noResult": "No Result",
|
|
242
250
|
"common.playing": "Memutar ...",
|
|
243
251
|
"common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
|
|
244
252
|
"common.sponsoredBy": "Disponsori Oleh",
|
|
@@ -234,11 +234,19 @@ var kmTranslations = {
|
|
|
234
234
|
"chooseBaby.new": "or Add new child profile",
|
|
235
235
|
"chooseBaby.placeholder": "Please give child's name",
|
|
236
236
|
"chooseBaby.title": "Choose Child's Profile",
|
|
237
|
+
"collectPhoneNumber.action": "Submit",
|
|
238
|
+
"collectPhoneNumber.descriptionSuccess": "We will reach out to you shortly on Zalo",
|
|
239
|
+
"collectPhoneNumber.inputInvalid": "Invalid phone number",
|
|
240
|
+
"collectPhoneNumber.inputLabel": "Phone number",
|
|
241
|
+
"collectPhoneNumber.title": "We will reach out to you shortly on {name}",
|
|
242
|
+
"collectPhoneNumber.titleSuccess": "Thanks a bunch!",
|
|
237
243
|
"comment.count": "{count} comments",
|
|
238
244
|
"comment.now": "Comment now",
|
|
239
245
|
"comment.seeMoreComments": "See {count} more comments",
|
|
240
246
|
"comment.seeMoreReplies": "See {count} more replies",
|
|
241
247
|
"commentPopup.warning.newPost": "មតិរបស់អ្នកនឹងបង្ហាញជាសាធារណៈ",
|
|
248
|
+
"common.action.close": "Close",
|
|
249
|
+
"common.noResult": "No Result",
|
|
242
250
|
"common.playing": "ដំណើរការ...",
|
|
243
251
|
"common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
|
|
244
252
|
"common.sponsoredBy": "គាំទ្រដោយ",
|
|
@@ -234,11 +234,19 @@ var msTranslations = {
|
|
|
234
234
|
"chooseBaby.new": "atau Tambah profil anak yang baru",
|
|
235
235
|
"chooseBaby.placeholder": "Sila berikan nama anak anda",
|
|
236
236
|
"chooseBaby.title": "Pilih profil anak",
|
|
237
|
+
"collectPhoneNumber.action": "Submit",
|
|
238
|
+
"collectPhoneNumber.descriptionSuccess": "We will reach out to you shortly on Zalo",
|
|
239
|
+
"collectPhoneNumber.inputInvalid": "Invalid phone number",
|
|
240
|
+
"collectPhoneNumber.inputLabel": "Phone number",
|
|
241
|
+
"collectPhoneNumber.title": "We will reach out to you shortly on {name}",
|
|
242
|
+
"collectPhoneNumber.titleSuccess": "Thanks a bunch!",
|
|
237
243
|
"comment.count": "{count} komen",
|
|
238
244
|
"comment.now": "Komen sekarang",
|
|
239
245
|
"comment.seeMoreComments": "Lihat {count} lagi komen ",
|
|
240
246
|
"comment.seeMoreReplies": "Lihat {count} lebih maklum balas",
|
|
241
247
|
"commentPopup.warning.newPost": "Soalan anda akan disiarkan secara umum",
|
|
248
|
+
"common.action.close": "Close",
|
|
249
|
+
"common.noResult": "No Result",
|
|
242
250
|
"common.playing": "Dimainkan..",
|
|
243
251
|
"common.profileNavigator.newsletterSubscription": "Langganan Buletin",
|
|
244
252
|
"common.sponsoredBy": "Ditaja Oleh",
|
|
@@ -234,11 +234,19 @@ var myTranslations = {
|
|
|
234
234
|
"chooseBaby.new": "သို့မဟုတ် ကလေးရဲ့ ကိုယ်ရေးအကျဉ်းကို အသစ်ဖန်တီးမည်။",
|
|
235
235
|
"chooseBaby.placeholder": "ကလေးအမည်ပေးပါ။",
|
|
236
236
|
"chooseBaby.title": "ကလေးကိုယ်ရေးအကျဉ်းကို လဲမည်။",
|
|
237
|
+
"collectPhoneNumber.action": "Submit",
|
|
238
|
+
"collectPhoneNumber.descriptionSuccess": "We will reach out to you shortly on Zalo",
|
|
239
|
+
"collectPhoneNumber.inputInvalid": "Invalid phone number",
|
|
240
|
+
"collectPhoneNumber.inputLabel": "Phone number",
|
|
241
|
+
"collectPhoneNumber.title": "We will reach out to you shortly on {name}",
|
|
242
|
+
"collectPhoneNumber.titleSuccess": "Thanks a bunch!",
|
|
237
243
|
"comment.count": "မှတ်ချက် {count}ခု",
|
|
238
244
|
"comment.now": "ယခုမှတ်ချက်ပေးပါ",
|
|
239
245
|
"comment.seeMoreComments": "မှတ်ချက် {count}ခုကို ဆက်ကြည့်မယ်။ ",
|
|
240
246
|
"comment.seeMoreReplies": "ပြန်လည်ဖြေကြားချက် {count}ခုကို ဆက်ကြည့်မယ်။",
|
|
241
247
|
"commentPopup.warning.newPost": "သင့်မှတ်ချက်ကို လူတိုင်းက မြင်တွေ့နိုင်မည်။",
|
|
248
|
+
"common.action.close": "Close",
|
|
249
|
+
"common.noResult": "No Result",
|
|
242
250
|
"common.playing": "ခဏစောင့်ပါ",
|
|
243
251
|
"common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
|
|
244
252
|
"common.sponsoredBy": "အားဖြည့်ကူညီပေးသူ",
|
|
@@ -234,11 +234,19 @@ var thTranslations = {
|
|
|
234
234
|
"chooseBaby.new": "เพิ่มโปรไฟล์ใหม่ของเด็ก",
|
|
235
235
|
"chooseBaby.placeholder": "ใส่ชื่อเด็ก",
|
|
236
236
|
"chooseBaby.title": "เลือกโปรไฟล์เด็ก",
|
|
237
|
+
"collectPhoneNumber.action": "Submit",
|
|
238
|
+
"collectPhoneNumber.descriptionSuccess": "We will reach out to you shortly on Zalo",
|
|
239
|
+
"collectPhoneNumber.inputInvalid": "Invalid phone number",
|
|
240
|
+
"collectPhoneNumber.inputLabel": "Phone number",
|
|
241
|
+
"collectPhoneNumber.title": "We will reach out to you shortly on {name}",
|
|
242
|
+
"collectPhoneNumber.titleSuccess": "Thanks a bunch!",
|
|
237
243
|
"comment.count": "{count} ความเห็น ",
|
|
238
244
|
"comment.now": "แสดงความคิดเห็นตอนนี้",
|
|
239
245
|
"comment.seeMoreComments": "ดูความเห็นเพิ่มเติม {count} ความเห็น ",
|
|
240
246
|
"comment.seeMoreReplies": "ดู {count} ตอบกลับเพิ่มเติม",
|
|
241
247
|
"commentPopup.warning.newPost": "คำถามของคุณจะเป็นสาธารณะ",
|
|
248
|
+
"common.action.close": "Close",
|
|
249
|
+
"common.noResult": "No Result",
|
|
242
250
|
"common.playing": "รอสักครู่...",
|
|
243
251
|
"common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
|
|
244
252
|
"common.sponsoredBy": "สนับสนุนโดย",
|
|
@@ -234,11 +234,19 @@ var tlTranslations = {
|
|
|
234
234
|
"chooseBaby.new": "o mag-add ng bagong baby profile",
|
|
235
235
|
"chooseBaby.placeholder": "Pahingi ng pangalan ng baby",
|
|
236
236
|
"chooseBaby.title": "Pumili ng Baby Profile",
|
|
237
|
+
"collectPhoneNumber.action": "Submit",
|
|
238
|
+
"collectPhoneNumber.descriptionSuccess": "We will reach out to you shortly on Zalo",
|
|
239
|
+
"collectPhoneNumber.inputInvalid": "Invalid phone number",
|
|
240
|
+
"collectPhoneNumber.inputLabel": "Phone number",
|
|
241
|
+
"collectPhoneNumber.title": "We will reach out to you shortly on {name}",
|
|
242
|
+
"collectPhoneNumber.titleSuccess": "Thanks a bunch!",
|
|
237
243
|
"comment.count": "{count} comments",
|
|
238
244
|
"comment.now": "Comment now",
|
|
239
245
|
"comment.seeMoreComments": "See {count} more comments",
|
|
240
246
|
"comment.seeMoreReplies": "See {count} more replies",
|
|
241
247
|
"commentPopup.warning.newPost": "Ang iyong comment ay makikita ng lahat.",
|
|
248
|
+
"common.action.close": "Close",
|
|
249
|
+
"common.noResult": "No Result",
|
|
242
250
|
"common.playing": "Playing ...",
|
|
243
251
|
"common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
|
|
244
252
|
"common.sponsoredBy": "Ini-sponsor ng",
|
|
@@ -234,11 +234,19 @@ var viTranslations = {
|
|
|
234
234
|
"chooseBaby.new": "Hoặc tạo hồ sơ mới",
|
|
235
235
|
"chooseBaby.placeholder": "Vui lòng nhập tên trẻ",
|
|
236
236
|
"chooseBaby.title": "Chọn 1 hồ sơ",
|
|
237
|
+
"collectPhoneNumber.action": "Submit",
|
|
238
|
+
"collectPhoneNumber.descriptionSuccess": "We will reach out to you shortly on Zalo",
|
|
239
|
+
"collectPhoneNumber.inputInvalid": "Invalid phone number",
|
|
240
|
+
"collectPhoneNumber.inputLabel": "Phone number",
|
|
241
|
+
"collectPhoneNumber.title": "We will reach out to you shortly on {name}",
|
|
242
|
+
"collectPhoneNumber.titleSuccess": "Thanks a bunch!",
|
|
237
243
|
"comment.count": "{count} bình luận",
|
|
238
244
|
"comment.now": "Bình luận ngay",
|
|
239
245
|
"comment.seeMoreComments": "Xem thêm {count} bình luận",
|
|
240
246
|
"comment.seeMoreReplies": "Xem thêm {count} phản hồi",
|
|
241
247
|
"commentPopup.warning.newPost": "Câu hỏi của bạn sẽ được hiển thị công khai",
|
|
248
|
+
"common.action.close": "Close",
|
|
249
|
+
"common.noResult": "No Result",
|
|
242
250
|
"common.playing": "Đang xem ...",
|
|
243
251
|
"common.profileNavigator.newsletterSubscription": "Đăng ký bản tin sức khỏe",
|
|
244
252
|
"common.sponsoredBy": "Tài trợ bởi",
|
|
@@ -234,11 +234,19 @@ var mbTranslations = {
|
|
|
234
234
|
"chooseBaby.new": "Hoặc tạo hồ sơ mới",
|
|
235
235
|
"chooseBaby.placeholder": "Vui lòng nhập tên trẻ",
|
|
236
236
|
"chooseBaby.title": "Chọn 1 hồ sơ",
|
|
237
|
+
"collectPhoneNumber.action": "Submit",
|
|
238
|
+
"collectPhoneNumber.descriptionSuccess": "We will reach out to you shortly on Zalo",
|
|
239
|
+
"collectPhoneNumber.inputInvalid": "Invalid phone number",
|
|
240
|
+
"collectPhoneNumber.inputLabel": "Phone number",
|
|
241
|
+
"collectPhoneNumber.title": "We will reach out to you shortly on {name}",
|
|
242
|
+
"collectPhoneNumber.titleSuccess": "Thanks a bunch!",
|
|
237
243
|
"comment.count": "{count} bình luận",
|
|
238
244
|
"comment.now": "Bình luận ngay",
|
|
239
245
|
"comment.seeMoreComments": "Xem thêm {count} bình luận",
|
|
240
246
|
"comment.seeMoreReplies": "Xem thêm {count} phản hồi",
|
|
241
247
|
"commentPopup.warning.newPost": "Câu hỏi của bạn sẽ được hiển thị công khai",
|
|
248
|
+
"common.action.close": "Close",
|
|
249
|
+
"common.noResult": "No Result",
|
|
242
250
|
"common.playing": "Đang xem ...",
|
|
243
251
|
"common.profileNavigator.newsletterSubscription": "Đăng ký bản tin sức khỏe",
|
|
244
252
|
"common.sponsoredBy": "Tài trợ bởi",
|
|
@@ -234,11 +234,19 @@ var zhSGTranslations = {
|
|
|
234
234
|
"chooseBaby.new": "或新增小孩基本资料",
|
|
235
235
|
"chooseBaby.placeholder": "请提供小孩名字",
|
|
236
236
|
"chooseBaby.title": "选择小孩基本资料",
|
|
237
|
+
"collectPhoneNumber.action": "Submit",
|
|
238
|
+
"collectPhoneNumber.descriptionSuccess": "We will reach out to you shortly on Zalo",
|
|
239
|
+
"collectPhoneNumber.inputInvalid": "Invalid phone number",
|
|
240
|
+
"collectPhoneNumber.inputLabel": "Phone number",
|
|
241
|
+
"collectPhoneNumber.title": "We will reach out to you shortly on {name}",
|
|
242
|
+
"collectPhoneNumber.titleSuccess": "Thanks a bunch!",
|
|
237
243
|
"comment.count": "{count} 评论",
|
|
238
244
|
"comment.now": "现在评论",
|
|
239
245
|
"comment.seeMoreComments": "查看 {count} 更多评论",
|
|
240
246
|
"comment.seeMoreReplies": "查看 {count} 更多回复",
|
|
241
247
|
"commentPopup.warning.newPost": "您的问题将会公开",
|
|
248
|
+
"common.action.close": "Close",
|
|
249
|
+
"common.noResult": "No Result",
|
|
242
250
|
"common.playing": "播放",
|
|
243
251
|
"common.profileNavigator.newsletterSubscription": "摘要订阅",
|
|
244
252
|
"common.sponsoredBy": "赞助商:",
|
|
@@ -234,11 +234,19 @@ var zhTranslations = {
|
|
|
234
234
|
"chooseBaby.new": "或新增小孩基本資料",
|
|
235
235
|
"chooseBaby.placeholder": "請提供小孩名字",
|
|
236
236
|
"chooseBaby.title": "選擇小孩基本資料",
|
|
237
|
+
"collectPhoneNumber.action": "Submit",
|
|
238
|
+
"collectPhoneNumber.descriptionSuccess": "We will reach out to you shortly on Zalo",
|
|
239
|
+
"collectPhoneNumber.inputInvalid": "Invalid phone number",
|
|
240
|
+
"collectPhoneNumber.inputLabel": "Phone number",
|
|
241
|
+
"collectPhoneNumber.title": "We will reach out to you shortly on {name}",
|
|
242
|
+
"collectPhoneNumber.titleSuccess": "Thanks a bunch!",
|
|
237
243
|
"comment.count": "{count} comments",
|
|
238
244
|
"comment.now": "Comment now",
|
|
239
245
|
"comment.seeMoreComments": "See {count} more comments",
|
|
240
246
|
"comment.seeMoreReplies": "See {count} more replies",
|
|
241
247
|
"commentPopup.warning.newPost": "Your question will be public",
|
|
248
|
+
"common.action.close": "Close",
|
|
249
|
+
"common.noResult": "No Result",
|
|
242
250
|
"common.playing": "正在播放...",
|
|
243
251
|
"common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
|
|
244
252
|
"common.sponsoredBy": "HELLO 醫師 x",
|