@hhgtech/hhg-components 1.29.363 → 1.29.366
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-a8b47ae2.js → InputDate-62298c1b.js} +3 -3
- package/build/{LastPeriod-00817218.js → LastPeriod-3a46c0ea.js} +1 -1
- package/build/{MobileBottomNavigationIcon-d9002af5.js → MobileBottomNavigationIcon-e0ffeda2.js} +3 -3
- package/build/{Spinner-db6161d5.js → Spinner-9b3b87d6.js} +1 -1
- package/build/{WhatsApp-44ff77da.js → WhatsApp-c2addd3e.js} +1 -1
- package/build/adapters.js +19 -19
- package/build/atoms.js +48 -48
- package/build/babyGrowth.js +83 -83
- 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/IUI.d.ts +4 -0
- package/build/components/atoms/icons/Info.d.ts +4 -0
- package/build/components/atoms/icons/Ultrasound.d.ts +4 -0
- package/build/components/molecules/embeddedHeathToolCards/due-date/dueDate.d.ts +5 -2
- package/build/components/molecules/healthTools/components/borderInlineControl/index.d.ts +2 -2
- package/build/components/molecules/healthTools/form/dueDateForm/context.d.ts +1 -1
- package/build/components/molecules/healthTools/form/dueDateForm/index.d.ts +3 -1
- package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/context.d.ts +7 -0
- package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/defaultLayout.d.ts +2 -0
- package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/index.d.ts +6 -0
- package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/inlineLayout.d.ts +2 -0
- package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/mbLayout.d.ts +2 -0
- package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/context.d.ts +7 -0
- package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/defaultLayout.d.ts +2 -0
- package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/index.d.ts +8 -0
- package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/inlineLayout.d.ts +2 -0
- package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/mbLayout.d.ts +2 -0
- package/build/components/molecules/healthTools/form/dueDateForm/utils.d.ts +5 -1
- package/build/components/molecules/toolBannerCard/index.d.ts +3 -1
- package/build/components/organisms/navigationProfileButton/index.d.ts +1 -1
- package/build/components.js +96 -96
- package/build/{constants-38556bec.js → constants-cbe57480.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-83a68a2d.js → core-5497f96f.js} +1 -1
- package/build/{dataTransform-b6dba40d.js → dataTransform-f1e79e0e.js} +1 -1
- package/build/ecom.js +4 -4
- package/build/{editor-60bed7aa.js → editor-13ad78cc.js} +11 -11
- package/build/embeddedHeathToolCards_babyGrowth.js +23 -23
- package/build/embeddedHeathToolCards_babyPoop.js +19 -19
- package/build/embeddedHeathToolCards_babyVaccine.js +22 -22
- package/build/embeddedHeathToolCards_bmi_bmi.js +25 -25
- package/build/embeddedHeathToolCards_bmrBmr.js +25 -25
- package/build/embeddedHeathToolCards_dueDate_dueDate.js +27 -26
- package/build/embeddedHeathToolCards_ovulation_ovulation.js +22 -22
- package/build/embeddedHeathToolCards_pwg_pwg.js +26 -26
- package/build/embeddedHeathToolCards_targetHeartRate.js +27 -27
- package/build/esm/{InputDate-7bf1b7cc.js → InputDate-12cf18c2.js} +3 -3
- package/build/esm/{LastPeriod-323244e5.js → LastPeriod-af34acf2.js} +1 -1
- package/build/esm/{MobileBottomNavigationIcon-55d887bf.js → MobileBottomNavigationIcon-5fdba505.js} +3 -3
- package/build/esm/{Spinner-c1bdc03c.js → Spinner-5d62fa8a.js} +1 -1
- package/build/esm/{WhatsApp-6f5362b5.js → WhatsApp-0b24f472.js} +1 -1
- package/build/esm/adapters.js +19 -19
- package/build/esm/atoms.js +48 -48
- package/build/esm/babyGrowth.js +83 -83
- 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/IUI.d.ts +4 -0
- package/build/esm/components/atoms/icons/Info.d.ts +4 -0
- package/build/esm/components/atoms/icons/Ultrasound.d.ts +4 -0
- package/build/esm/components/molecules/embeddedHeathToolCards/due-date/dueDate.d.ts +5 -2
- package/build/esm/components/molecules/healthTools/components/borderInlineControl/index.d.ts +2 -2
- package/build/esm/components/molecules/healthTools/form/dueDateForm/context.d.ts +1 -1
- package/build/esm/components/molecules/healthTools/form/dueDateForm/index.d.ts +3 -1
- package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/context.d.ts +7 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/defaultLayout.d.ts +2 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/index.d.ts +6 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/inlineLayout.d.ts +2 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/mbLayout.d.ts +2 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/context.d.ts +7 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/defaultLayout.d.ts +2 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/index.d.ts +8 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/inlineLayout.d.ts +2 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/mbLayout.d.ts +2 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/utils.d.ts +5 -1
- package/build/esm/components/molecules/toolBannerCard/index.d.ts +3 -1
- package/build/esm/components/organisms/navigationProfileButton/index.d.ts +1 -1
- package/build/esm/components.js +96 -96
- package/build/esm/{constants-e728764a.js → constants-15997a09.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-ab7f3e21.js → core-64cd1d50.js} +1 -1
- package/build/esm/{dataTransform-f3fa16dd.js → dataTransform-8ef09ff8.js} +1 -1
- package/build/esm/ecom.js +4 -4
- package/build/esm/{editor-bafcaf20.js → editor-fbb8e4e2.js} +11 -11
- package/build/esm/embeddedHeathToolCards_babyGrowth.js +23 -23
- package/build/esm/embeddedHeathToolCards_babyPoop.js +19 -19
- package/build/esm/embeddedHeathToolCards_babyVaccine.js +22 -22
- package/build/esm/embeddedHeathToolCards_bmi_bmi.js +25 -25
- package/build/esm/embeddedHeathToolCards_bmrBmr.js +25 -25
- package/build/esm/embeddedHeathToolCards_dueDate_dueDate.js +27 -26
- package/build/esm/embeddedHeathToolCards_ovulation_ovulation.js +22 -22
- package/build/esm/embeddedHeathToolCards_pwg_pwg.js +26 -26
- package/build/esm/embeddedHeathToolCards_targetHeartRate.js +27 -27
- package/build/esm/footer.js +21 -21
- package/build/esm/gAssets.js +2 -2
- package/build/esm/{healthTools-a0d3f075.js → healthTools-2ac4a76c.js} +1 -1
- package/build/esm/healthToolsCardWrapper.js +18 -18
- 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 +9 -1
- 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/{index-a3d9c2ed.js → index-05678974.js} +11 -11
- package/build/esm/{index-122d7c69.js → index-0975d944.js} +32 -32
- package/build/esm/{index-645a3d9c.js → index-0be689fd.js} +32 -32
- package/build/esm/{index-56e3f0c4.js → index-0c10d81d.js} +25 -25
- package/build/esm/{index-40688a33.js → index-0e781d1e.js} +21 -21
- package/build/esm/{index-7d254959.js → index-0fbcdfc4.js} +3 -3
- package/build/esm/{index-b78aa0d3.js → index-14387caf.js} +22 -22
- package/build/esm/{index-43ccb3db.js → index-15ef5c89.js} +4 -4
- package/build/esm/{index-1493dba9.js → index-1761c218.js} +17 -17
- package/build/esm/{index-9cdb88d4.js → index-1b17e7e6.js} +5 -5
- package/build/esm/{index-62eda0bd.js → index-1b550176.js} +1 -1
- package/build/esm/{index-e547a0c1.js → index-1f2d54d7.js} +2 -2
- package/build/esm/{index-c58ee82e.js → index-1f89d63a.js} +3 -3
- package/build/esm/{index-af59c78d.js → index-20e92dac.js} +31 -31
- package/build/esm/{index-3a32cbc8.js → index-2580d3c9.js} +1 -1
- package/build/esm/{index-3612ab95.js → index-26018e98.js} +2 -2
- package/build/esm/{index-48fa17dc.js → index-26059e02.js} +1 -1
- package/build/esm/{index-755ab91d.js → index-270d52c1.js} +18 -18
- package/build/esm/{index-a21ea83a.js → index-288dc8b6.js} +2 -2
- package/build/esm/{index-73418908.js → index-2ea7debf.js} +6 -6
- package/build/esm/{index-4608c146.js → index-2fa96c82.js} +16 -16
- package/build/esm/{index-d432e966.js → index-37b8473a.js} +13 -13
- package/build/esm/{index-6c9c949a.js → index-3b089e46.js} +2 -2
- package/build/esm/{index-248732ce.js → index-4524e8be.js} +7 -7
- package/build/esm/{index-b5170858.js → index-45923009.js} +18 -18
- package/build/esm/{index-d9e74ae8.js → index-4add3918.js} +2 -2
- package/build/esm/{index-2a5832ef.js → index-4b89e0aa.js} +6 -6
- package/build/esm/{index-403fb4e3.js → index-531f8095.js} +6 -6
- package/build/esm/{index-abc71831.js → index-540bebde.js} +13 -13
- package/build/esm/{index-cd140e1d.js → index-5e572028.js} +13 -13
- package/build/esm/{index-635a1b19.js → index-60d9ebce.js} +16 -16
- package/build/esm/{index-6298e653.js → index-68ba8c2f.js} +3 -3
- package/build/esm/{index-95943073.js → index-6ae585f0.js} +2 -2
- package/build/esm/{index-2f710979.js → index-6f505667.js} +3 -3
- package/build/esm/{index-367afe15.js → index-708c59b4.js} +3 -3
- package/build/esm/{index-7e4e0568.js → index-75e6981f.js} +1 -1
- package/build/esm/{index-d484fc3f.js → index-77388032.js} +7 -7
- package/build/esm/{index-7a601522.js → index-7956ec12.js} +2 -2
- package/build/esm/{index-280d4ae4.js → index-8370d3c1.js} +9 -8
- package/build/esm/{index-f3aa2d73.js → index-84a1e3f5.js} +17 -17
- package/build/esm/{index-afa046fb.js → index-87833fbe.js} +16 -16
- package/build/esm/{index-ceba77aa.js → index-8c401699.js} +5 -5
- package/build/esm/{index-8e39a6cf.js → index-8d50341e.js} +17 -17
- package/build/esm/{index-845ef82f.js → index-8f3bf398.js} +1 -1
- package/build/esm/{index-de8e0ffa.js → index-9784fcac.js} +16 -16
- package/build/esm/{index-4a5529dd.js → index-a6e9cba0.js} +2 -2
- package/build/esm/{index-212168a4.js → index-af2c7b4e.js} +24 -24
- package/build/esm/{index-05f1b79e.js → index-b5f73ac4.js} +1 -1
- package/build/esm/{index-92caf6a2.js → index-b6470bec.js} +1 -1
- package/build/esm/{index-be2b22af.js → index-b98d854e.js} +10 -10
- package/build/esm/{index-d391f268.js → index-bd21a2d1.js} +2 -2
- package/build/esm/index-ca66f558.js +687 -0
- package/build/esm/{index-441f6772.js → index-d4903b1f.js} +2 -2
- package/build/esm/{index-c13df0d6.js → index-d86b7123.js} +6 -6
- package/build/esm/{index-eb0dbcc8.js → index-e3080d7d.js} +2 -2
- package/build/esm/{index-f364a6c7.js → index-e442b86e.js} +2 -2
- package/build/esm/{index-84d7d69a.js → index-e46a79f2.js} +3 -3
- package/build/esm/{index-f8891ef6.js → index-e6b0fb4f.js} +10 -17
- package/build/esm/{index-6c436dd1.js → index-ece38d01.js} +1 -1
- package/build/esm/{index-8ae723ce.js → index-eda0d15d.js} +1 -1
- package/build/esm/{index-f9779419.js → index-f46943d2.js} +42 -16
- package/build/esm/{index-8436145d.js → index-f89197c7.js} +2 -2
- package/build/esm/{index-70ad5edf.js → index-fab5cc57.js} +2 -2
- package/build/esm/{index-4fc69793.js → index-febe1911.js} +15 -15
- package/build/esm/index.js +117 -117
- package/build/esm/{labelSorting-62e38919.js → labelSorting-5af3b463.js} +4 -4
- package/build/esm/lead/components/close.d.ts +1 -1
- package/build/esm/lead.js +25 -25
- package/build/esm/{logoIcon-b6789d35.js → logoIcon-564926b2.js} +2 -2
- package/build/esm/mantine.js +25 -25
- package/build/esm/misc.js +17 -17
- 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 +73 -73
- package/build/esm/moleculesArticleCard.js +6 -6
- package/build/esm/moleculesArticleCardV2.js +16 -16
- package/build/esm/navigation.js +45 -45
- package/build/esm/navigationLogoutPopup.js +9 -9
- package/build/esm/navigationProfileButton.js +23 -23
- package/build/esm/onboardingV2.js +29 -29
- package/build/esm/organisms.js +49 -49
- package/build/esm/{post-384f16d1.js → post-77fd7a5e.js} +2 -2
- package/build/esm/profileNavigation.js +19 -19
- package/build/esm/progressBar.js +1 -1
- package/build/esm/pwg.js +22 -22
- package/build/esm/ssoV2.js +29 -29
- package/build/esm/{store-24ca80a4.js → store-b8ecc57c.js} +9 -5
- package/build/esm/subot/components/userInfoForm/utils.d.ts +22 -0
- package/build/esm/subot.js +77 -57
- package/build/esm/surveyOrPremiumBanner.js +32 -32
- package/build/esm/surveyQuestionCard.js +10 -10
- package/build/esm/{surveyThankyouCard-5949c657.js → surveyThankyouCard-d520054c.js} +5 -5
- package/build/esm/together.js +55 -55
- package/build/esm/togetherApiUtils.js +4 -4
- package/build/esm/togetherAtoms.js +30 -30
- package/build/esm/togetherComponentGlobalContext.js +4 -4
- package/build/esm/togetherMolecules.js +50 -50
- package/build/esm/togetherMoleculesCardAuthor.js +28 -28
- package/build/esm/togetherMoleculesPostImagePreview.js +11 -11
- package/build/esm/togetherMoleculesProfileDetail.js +38 -38
- package/build/esm/togetherOrganisms.js +49 -49
- package/build/esm/togetherRichTextEditor.js +17 -17
- package/build/esm/togetherShareBox.js +10 -10
- package/build/esm/{treePopoverMenu-c87074ff.js → treePopoverMenu-44748b09.js} +19 -19
- package/build/esm/{types-bd44d887.js → types-f1bb1bd3.js} +2 -2
- package/build/esm/types.js +2 -2
- package/build/esm/{useCategory-092ac5e8.js → useCategory-98b360be.js} +5 -5
- package/build/esm/{useHealthToolCache-049976fc.js → useHealthToolCache-47ce2531.js} +1 -1
- package/build/esm/{useMantineLocale-03801995.js → useMantineLocale-88384272.js} +6 -6
- package/build/esm/{usePlacesAutocomplete-9f57a6f3.js → usePlacesAutocomplete-8ba96bca.js} +1 -1
- package/build/esm/{useScreenSize-c0c466ff.js → useScreenSize-8f15d658.js} +2 -2
- package/build/esm/useTogetherAuthRequiredAction.js +9 -9
- package/build/esm/{utils-c89bd4c4.js → utils-95f5064a.js} +2 -2
- package/build/esm/{utils-e6502775.js → utils-9edaf385.js} +2 -2
- package/build/esm/{utils-9f48ae8d.js → utils-cbff4f71.js} +4 -4
- package/build/esm/{utils-1817a79c.js → utils-f3e2ef1f.js} +3 -3
- package/build/esm/vaccination.js +21 -21
- package/build/footer.js +21 -21
- package/build/gAssets.js +2 -2
- package/build/{healthTools-9f5695d8.js → healthTools-7f3289f0.js} +1 -1
- package/build/healthToolsCardWrapper.js +18 -18
- 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 +9 -1
- package/build/i18n-values/zh-TW.js +8 -0
- package/build/i18n.js +1 -1
- package/build/i18nV2.js +1 -1
- package/build/{index-b3814699.js → index-00c45a01.js} +32 -32
- package/build/{index-945ad61d.js → index-04e76005.js} +32 -32
- package/build/{index-dd56db56.js → index-09bc4fd1.js} +17 -17
- package/build/{index-1f9c48f3.js → index-0d732507.js} +13 -13
- package/build/{index-d34024a3.js → index-103a878a.js} +1 -1
- package/build/{index-7557fe4e.js → index-10a3a546.js} +2 -2
- package/build/{index-fbd93924.js → index-1d63690c.js} +2 -2
- package/build/{index-d03d51af.js → index-21980e5b.js} +2 -2
- package/build/{index-2e78aa0c.js → index-2ca91607.js} +6 -6
- package/build/{index-9b2eb639.js → index-2dc02d86.js} +3 -3
- package/build/{index-876e8520.js → index-2f05cfe7.js} +10 -10
- package/build/{index-2e195a55.js → index-306c6b62.js} +16 -16
- package/build/{index-abd50820.js → index-3445f696.js} +2 -2
- package/build/{index-e724aa7f.js → index-38bd50c7.js} +7 -7
- package/build/{index-25ea23ae.js → index-3b6cba16.js} +1 -1
- package/build/{index-7ae955dc.js → index-3bc788c9.js} +17 -17
- package/build/{index-eae05181.js → index-3f75a312.js} +4 -4
- package/build/{index-5bf1886b.js → index-46405db3.js} +13 -13
- package/build/{index-06a3f5b9.js → index-4a31a9ad.js} +2 -2
- package/build/{index-cb772ba5.js → index-5e772495.js} +1 -1
- package/build/{index-c4825c7f.js → index-676c37ea.js} +3 -3
- package/build/{index-bebe2d42.js → index-6a964cd7.js} +5 -5
- package/build/{index-2e4f3f44.js → index-6b2fbb5a.js} +3 -3
- package/build/{index-41590a99.js → index-75c50dd2.js} +2 -2
- package/build/{index-5bba6c38.js → index-76ff635f.js} +11 -11
- package/build/{index-58580462.js → index-77071005.js} +6 -6
- package/build/{index-b03e840c.js → index-77f9da52.js} +18 -18
- package/build/{index-becd05db.js → index-7855f98d.js} +3 -3
- package/build/{index-a757c125.js → index-7a325a58.js} +2 -2
- package/build/index-85eaf9aa.js +694 -0
- package/build/{index-d5ca0682.js → index-86af12f5.js} +2 -2
- package/build/{index-660b3494.js → index-87d40254.js} +6 -6
- package/build/{index-d1405ce4.js → index-887bbea8.js} +16 -16
- package/build/{index-82ea7097.js → index-90cc3afb.js} +7 -7
- package/build/{index-793d4761.js → index-95836e9b.js} +31 -31
- package/build/{index-daaefdee.js → index-9623628b.js} +17 -17
- package/build/{index-cc6b17f8.js → index-9a45eb8d.js} +2 -2
- package/build/{index-12671f95.js → index-9ad9a916.js} +21 -21
- package/build/{index-235e6997.js → index-a2c7da00.js} +2 -2
- package/build/{index-23631697.js → index-a910cd1c.js} +3 -3
- package/build/{index-44c3cf6f.js → index-ab991d8f.js} +9 -8
- package/build/{index-9a8eb22b.js → index-b197efdc.js} +16 -16
- package/build/{index-c66625df.js → index-b8262ddb.js} +22 -22
- package/build/{index-9a864d66.js → index-b8f7994d.js} +41 -15
- package/build/{index-bb7573c1.js → index-bb780523.js} +24 -24
- package/build/{index-36d2f12d.js → index-bfcdebe0.js} +2 -2
- package/build/{index-ddc23093.js → index-bfdbb481.js} +5 -5
- package/build/{index-d3982c4b.js → index-cf397967.js} +1 -1
- package/build/{index-43e5fb2f.js → index-d14b440f.js} +16 -16
- package/build/{index-aa59aa9b.js → index-d1cfdfdf.js} +25 -25
- package/build/{index-62fbe6e4.js → index-d34fa398.js} +1 -1
- package/build/{index-fc8afc8e.js → index-d3a5cae2.js} +10 -17
- package/build/{index-e73ddf2e.js → index-d4441231.js} +1 -1
- package/build/{index-7e640d5a.js → index-d4a8d6f4.js} +15 -15
- package/build/{index-85f06a62.js → index-d641b56c.js} +2 -2
- package/build/{index-b89995e8.js → index-d8faa667.js} +6 -6
- package/build/{index-657a2d5d.js → index-dc107091.js} +2 -2
- package/build/{index-b421b6e6.js → index-dc65f68f.js} +1 -1
- package/build/{index-d767f2b0.js → index-dd4414d3.js} +1 -1
- package/build/{index-7738bc48.js → index-dfa5893d.js} +13 -13
- package/build/{index-4280d85d.js → index-e24c4561.js} +18 -18
- package/build/{index-1c610d07.js → index-ee92334b.js} +3 -3
- package/build/{index-1bb3b859.js → index-f0b78d0d.js} +1 -1
- package/build/{index-80873225.js → index-f855a3dc.js} +2 -2
- package/build/index.js +117 -117
- package/build/{labelSorting-000788df.js → labelSorting-74534926.js} +4 -4
- package/build/lead/components/close.d.ts +1 -1
- package/build/lead.js +25 -25
- package/build/{logoIcon-81aede6e.js → logoIcon-59143af3.js} +2 -2
- package/build/mantine.js +22 -22
- package/build/misc.js +17 -17
- 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 +73 -73
- package/build/moleculesArticleCard.js +6 -6
- package/build/moleculesArticleCardV2.js +16 -16
- package/build/navigation.js +45 -45
- package/build/navigationLogoutPopup.js +9 -9
- package/build/navigationProfileButton.js +23 -23
- package/build/onboardingV2.js +28 -28
- package/build/organisms.js +49 -49
- package/build/{post-66442e81.js → post-27e52362.js} +2 -2
- package/build/profileNavigation.js +19 -19
- package/build/progressBar.js +1 -1
- package/build/pwg.js +22 -22
- package/build/ssoV2.js +27 -27
- package/build/{store-a283a1a3.js → store-daffd87f.js} +8 -4
- package/build/subot/components/userInfoForm/utils.d.ts +22 -0
- package/build/subot.js +76 -56
- package/build/surveyOrPremiumBanner.js +32 -32
- package/build/surveyQuestionCard.js +10 -10
- package/build/{surveyThankyouCard-46581a8e.js → surveyThankyouCard-35ed82ba.js} +5 -5
- package/build/together.js +55 -55
- package/build/togetherApiUtils.js +4 -4
- package/build/togetherAtoms.js +30 -30
- package/build/togetherComponentGlobalContext.js +4 -4
- package/build/togetherMolecules.js +50 -50
- package/build/togetherMoleculesCardAuthor.js +28 -28
- package/build/togetherMoleculesPostImagePreview.js +11 -11
- package/build/togetherMoleculesProfileDetail.js +38 -38
- package/build/togetherOrganisms.js +49 -49
- package/build/togetherRichTextEditor.js +17 -17
- package/build/togetherShareBox.js +10 -10
- package/build/{treePopoverMenu-20e40dc1.js → treePopoverMenu-68016d1b.js} +19 -19
- package/build/{types-9404736f.js → types-dd6be8c7.js} +2 -2
- package/build/types.js +2 -2
- package/build/{useCategory-f09ac073.js → useCategory-98b057f7.js} +5 -5
- package/build/{useHealthToolCache-9b6abf6d.js → useHealthToolCache-6a34d403.js} +1 -1
- package/build/{useMantineLocale-2625c56e.js → useMantineLocale-ece92dd3.js} +6 -6
- package/build/{usePlacesAutocomplete-dbb0897d.js → usePlacesAutocomplete-127fb687.js} +1 -1
- package/build/{useScreenSize-077efcc1.js → useScreenSize-60a5b041.js} +2 -2
- package/build/useTogetherAuthRequiredAction.js +9 -9
- package/build/{utils-16fa0bcf.js → utils-1e918dcb.js} +2 -2
- package/build/{utils-bfd789d2.js → utils-271e1146.js} +2 -2
- package/build/{utils-93628b31.js → utils-4268a86e.js} +3 -3
- package/build/{utils-d433706d.js → utils-7b637f34.js} +4 -4
- package/build/vaccination.js +21 -21
- package/package.json +2 -2
- package/build/components/molecules/dueDateCalculator/dueDateFormConception.d.ts +0 -12
- package/build/components/molecules/dueDateCalculator/dueDateFormIVF.d.ts +0 -12
- package/build/components/molecules/dueDateCalculator/dueDateFormLastPeriod.d.ts +0 -12
- package/build/components/molecules/dueDateCalculator/index.d.ts +0 -12
- package/build/components/molecules/dueDateCalculator/index.styled.d.ts +0 -33
- package/build/components/molecules/dueDateCalculator/utils.d.ts +0 -12
- package/build/esm/components/molecules/dueDateCalculator/dueDateFormConception.d.ts +0 -12
- package/build/esm/components/molecules/dueDateCalculator/dueDateFormIVF.d.ts +0 -12
- package/build/esm/components/molecules/dueDateCalculator/dueDateFormLastPeriod.d.ts +0 -12
- package/build/esm/components/molecules/dueDateCalculator/index.d.ts +0 -12
- package/build/esm/components/molecules/dueDateCalculator/index.styled.d.ts +0 -33
- package/build/esm/components/molecules/dueDateCalculator/utils.d.ts +0 -12
- package/build/esm/index-14f13201.js +0 -372
- package/build/index-a08d22e2.js +0 -379
- /package/build/{BMI_BOYS.percentile.monthly-7f352ee5.js → BMI_BOYS.percentile.monthly-2fc81d1a.js} +0 -0
- /package/build/{BMI_BOYS.percentile.weekly-f4a08436.js → BMI_BOYS.percentile.weekly-656bd99d.js} +0 -0
- /package/build/{BMI_BOYS.percentile.yearly-74339d0e.js → BMI_BOYS.percentile.yearly-c0313428.js} +0 -0
- /package/build/{BMI_BOYS.zscore.monthly-fd72f648.js → BMI_BOYS.zscore.monthly-9478e0b2.js} +0 -0
- /package/build/{BMI_BOYS.zscore.weekly-71ffdb61.js → BMI_BOYS.zscore.weekly-451bd362.js} +0 -0
- /package/build/{BMI_BOYS.zscore.yearly-ab993bb5.js → BMI_BOYS.zscore.yearly-f807efef.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.monthly-2bdfc855.js → BMI_GIRLS.percentile.monthly-f4415e33.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.weekly-7abee992.js → BMI_GIRLS.percentile.weekly-1e821a90.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.yearly-6385ebe8.js → BMI_GIRLS.percentile.yearly-6fdedb15.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.monthly-f99aeb24.js → BMI_GIRLS.zscore.monthly-ab127c65.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.weekly-0ef81d22.js → BMI_GIRLS.zscore.weekly-5727c7a7.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.yearly-2f1051e1.js → BMI_GIRLS.zscore.yearly-17144fd2.js} +0 -0
- /package/build/{ChevronDown-1778b8e0.js → ChevronDown-e03f9801.js} +0 -0
- /package/build/{Close-68126c98.js → Close-340119dd.js} +0 -0
- /package/build/{Google-1dabd4a0.js → Google-2b88d55e.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-a5d64608.js → HEAD CIRCUM_BOYS.percentile.monthly-520988a7.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-7c47cdfb.js → HEAD CIRCUM_BOYS.percentile.weekly-23d285c0.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-e555287c.js → HEAD CIRCUM_BOYS.percentile.yearly-c7de72bb.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-dfea2c4c.js → HEAD CIRCUM_BOYS.zscore.monthly-a83f7c37.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-56dce8ec.js → HEAD CIRCUM_BOYS.zscore.weekly-6351bc36.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-a5a25eff.js → HEAD CIRCUM_BOYS.zscore.yearly-47ebb9ea.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-1825a843.js → HEAD CIRCUM_GIRLS.percentile.monthly-a339bd8f.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-2faa8a68.js → HEAD CIRCUM_GIRLS.percentile.weekly-cc695a3a.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-4f8dcb67.js → HEAD CIRCUM_GIRLS.percentile.yearly-7cdc04e8.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-19ada1b5.js → HEAD CIRCUM_GIRLS.zscore.monthly-6bf9f7fb.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-7a91971e.js → HEAD CIRCUM_GIRLS.zscore.weekly-488dfea6.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-2ac320c5.js → HEAD CIRCUM_GIRLS.zscore.yearly-eda07f8c.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.monthly-471cf448.js → HEIGHT_BOYS.percentile.monthly-87e68b40.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.weekly-960423e1.js → HEIGHT_BOYS.percentile.weekly-75005bf3.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.yearly-edff10c4.js → HEIGHT_BOYS.percentile.yearly-5011f51a.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.monthly-7aacbf74.js → HEIGHT_BOYS.zscore.monthly-2e759d80.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.weekly-3300a189.js → HEIGHT_BOYS.zscore.weekly-3c6538fc.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.yearly-c429e440.js → HEIGHT_BOYS.zscore.yearly-0a553971.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.monthly-264724a6.js → HEIGHT_GIRLS.percentile.monthly-28b1ebe1.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.weekly-615faec0.js → HEIGHT_GIRLS.percentile.weekly-4efdcd63.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.yearly-89caea6e.js → HEIGHT_GIRLS.percentile.yearly-ab310c99.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.monthly-f2630b98.js → HEIGHT_GIRLS.zscore.monthly-149301b2.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.weekly-1bdde3ab.js → HEIGHT_GIRLS.zscore.weekly-2f8f299c.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.yearly-55d995d8.js → HEIGHT_GIRLS.zscore.yearly-93d8685c.js} +0 -0
- /package/build/{Locale-48c36df6.js → Locale-31f990fc.js} +0 -0
- /package/build/{Visible-75d19dd6.js → Visible-4175aa0d.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.monthly-4dcdb16d.js → WEIGHT_BOYS.percentile.monthly-186e1d49.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.weekly-5335ad9e.js → WEIGHT_BOYS.percentile.weekly-3529faa9.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.yearly-c2428089.js → WEIGHT_BOYS.percentile.yearly-78856664.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.monthly-7af09a9c.js → WEIGHT_BOYS.zscore.monthly-0d185d4b.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.weekly-c7f09839.js → WEIGHT_BOYS.zscore.weekly-c949afe4.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.yearly-55976885.js → WEIGHT_BOYS.zscore.yearly-34b92cbd.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.monthly-7d177113.js → WEIGHT_GIRLS.percentile.monthly-77bc0b31.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.weekly-bda09a4e.js → WEIGHT_GIRLS.percentile.weekly-98ce878c.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.yearly-f7c68b77.js → WEIGHT_GIRLS.percentile.yearly-20308ec8.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.monthly-1a0d86ec.js → WEIGHT_GIRLS.zscore.monthly-5c39c297.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.weekly-269f3842.js → WEIGHT_GIRLS.zscore.weekly-0322dc5e.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.yearly-7fd4edc9.js → WEIGHT_GIRLS.zscore.yearly-2c8e1bd3.js} +0 -0
- /package/build/{animation-d49f732f.js → animation-09a89a49.js} +0 -0
- /package/build/{constants-874d8a92.js → constants-16f15aa1.js} +0 -0
- /package/build/{constants-a9b15506.js → constants-311787e3.js} +0 -0
- /package/build/{constants-16a04d46.js → constants-6b9b0c34.js} +0 -0
- /package/build/{dataTransform-0a30f174.js → dataTransform-a6f0bd7f.js} +0 -0
- /package/build/{doctor-a1d23c86.js → doctor-1b91b155.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.monthly-3548fa67.js → BMI_BOYS.percentile.monthly-034b0232.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.weekly-4f3dec7d.js → BMI_BOYS.percentile.weekly-b8244918.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.yearly-11cc074c.js → BMI_BOYS.percentile.yearly-01aec8e5.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.monthly-0ec3913f.js → BMI_BOYS.zscore.monthly-41342b62.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.weekly-b27f86d4.js → BMI_BOYS.zscore.weekly-9b5dc463.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.yearly-488f8c25.js → BMI_BOYS.zscore.yearly-f31aaec1.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.monthly-e59d6f66.js → BMI_GIRLS.percentile.monthly-790cccff.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.weekly-8c729ea5.js → BMI_GIRLS.percentile.weekly-e96752d9.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.yearly-7f167dcf.js → BMI_GIRLS.percentile.yearly-a1390834.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.monthly-7ed95dda.js → BMI_GIRLS.zscore.monthly-6a448225.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.weekly-b499498e.js → BMI_GIRLS.zscore.weekly-1f6558cc.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.yearly-273d20d2.js → BMI_GIRLS.zscore.yearly-ec6a9a73.js} +0 -0
- /package/build/esm/{ChevronDown-f9aad537.js → ChevronDown-294d24f9.js} +0 -0
- /package/build/esm/{Close-2432841c.js → Close-b14f3c10.js} +0 -0
- /package/build/esm/{Google-f6712e96.js → Google-68f97b0d.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-84deb940.js → HEAD CIRCUM_BOYS.percentile.monthly-bf284f09.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-f3cdef5d.js → HEAD CIRCUM_BOYS.percentile.weekly-9472c4e8.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-3dd25443.js → HEAD CIRCUM_BOYS.percentile.yearly-8ccb6319.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-f79a5b98.js → HEAD CIRCUM_BOYS.zscore.monthly-3f47237d.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-a3bb7a48.js → HEAD CIRCUM_BOYS.zscore.weekly-430fc98a.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-b1d84dbd.js → HEAD CIRCUM_BOYS.zscore.yearly-814b6b0d.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-4054d401.js → HEAD CIRCUM_GIRLS.percentile.monthly-2ab7585e.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-491a14e3.js → HEAD CIRCUM_GIRLS.percentile.weekly-7afe2f7c.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-707413c4.js → HEAD CIRCUM_GIRLS.percentile.yearly-c72e6715.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-90423b59.js → HEAD CIRCUM_GIRLS.zscore.monthly-05bd3e9a.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-97ce9cbc.js → HEAD CIRCUM_GIRLS.zscore.weekly-1f616dec.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-0eae0d85.js → HEAD CIRCUM_GIRLS.zscore.yearly-992b8d58.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.monthly-4c0d9602.js → HEIGHT_BOYS.percentile.monthly-bc8fd4b9.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.weekly-568053e1.js → HEIGHT_BOYS.percentile.weekly-210630d9.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.yearly-d49b3c0d.js → HEIGHT_BOYS.percentile.yearly-077b8729.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.monthly-928fe57f.js → HEIGHT_BOYS.zscore.monthly-e72d017e.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.weekly-11f11fd5.js → HEIGHT_BOYS.zscore.weekly-bc7ff739.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.yearly-2db8653c.js → HEIGHT_BOYS.zscore.yearly-1d8c527b.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-6226248e.js → HEIGHT_GIRLS.percentile.monthly-0ec65787.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-74d18b9e.js → HEIGHT_GIRLS.percentile.weekly-7f617575.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-0f8f070b.js → HEIGHT_GIRLS.percentile.yearly-57d86691.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-bb5f6b85.js → HEIGHT_GIRLS.zscore.monthly-02af1078.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-387addf4.js → HEIGHT_GIRLS.zscore.weekly-fd068298.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-df65b42e.js → HEIGHT_GIRLS.zscore.yearly-0983faf9.js} +0 -0
- /package/build/esm/{Locale-da25b5d3.js → Locale-b4732e5d.js} +0 -0
- /package/build/esm/{Visible-8ae42190.js → Visible-3f65eb43.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.monthly-29dc04a3.js → WEIGHT_BOYS.percentile.monthly-421a61c7.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.weekly-61431e94.js → WEIGHT_BOYS.percentile.weekly-7dde1bb0.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.yearly-b10ba5a7.js → WEIGHT_BOYS.percentile.yearly-8905ba20.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.monthly-6ac493e2.js → WEIGHT_BOYS.zscore.monthly-6e638abe.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.weekly-6c0a3ad5.js → WEIGHT_BOYS.zscore.weekly-2e716bb3.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.yearly-793ac328.js → WEIGHT_BOYS.zscore.yearly-95c32d5d.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-3830a5bf.js → WEIGHT_GIRLS.percentile.monthly-297204b7.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-72c5696e.js → WEIGHT_GIRLS.percentile.weekly-c7627f1a.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-8f83883c.js → WEIGHT_GIRLS.percentile.yearly-c40ef6e0.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-e5ff2a71.js → WEIGHT_GIRLS.zscore.monthly-3eb847d0.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-34c2b050.js → WEIGHT_GIRLS.zscore.weekly-78b732ce.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-0befc76c.js → WEIGHT_GIRLS.zscore.yearly-9ce42919.js} +0 -0
- /package/build/esm/{animation-6fc5c71b.js → animation-37fc35a7.js} +0 -0
- /package/build/esm/{constants-e1dd8a86.js → constants-8250b791.js} +0 -0
- /package/build/esm/{constants-5d42be2f.js → constants-c3f8fbe2.js} +0 -0
- /package/build/esm/{constants-2d3b7e2d.js → constants-cc832e65.js} +0 -0
- /package/build/esm/{dataTransform-3774b0a7.js → dataTransform-63964dd6.js} +0 -0
- /package/build/esm/{doctor-12fefac5.js → doctor-c73c1a65.js} +0 -0
- /package/build/esm/{index-b7f2b1a5.js → index-06dae4d9.js} +0 -0
- /package/build/esm/{index-3101a558.js → index-07680c17.js} +0 -0
- /package/build/esm/{index-7536d875.js → index-5c3d03bd.js} +0 -0
- /package/build/esm/{index-3520c37e.js → index-78088753.js} +0 -0
- /package/build/esm/{index-074d3c8a.js → index-7da99bec.js} +0 -0
- /package/build/esm/{index-a3de50cb.js → index-8f0b613a.js} +0 -0
- /package/build/esm/{index-1876b27e.js → index-c03000ca.js} +0 -0
- /package/build/esm/{index-d51f4f0a.js → index-c4974e9a.js} +0 -0
- /package/build/esm/{index.styles-ff9b02cd.js → index.styles-d2bb504a.js} +0 -0
- /package/build/esm/{localizeNumberFormat-067c00b5.js → localizeNumberFormat-119c3481.js} +0 -0
- /package/build/esm/{normalizeLink-e50b6fd5.js → normalizeLink-a6422276.js} +0 -0
- /package/build/esm/{number-631e5a97.js → number-f2e62d41.js} +0 -0
- /package/build/esm/{other-395afcf8.js → other-505cec1b.js} +0 -0
- /package/build/esm/{paths-835667f0.js → paths-07fe6c77.js} +0 -0
- /package/build/esm/{translationsContext-7e8befc3.js → translationsContext-704160da.js} +0 -0
- /package/build/esm/{tslib.es6-c63fde5f.js → tslib.es6-15c2e195.js} +0 -0
- /package/build/esm/{types-fdd782a3.js → types-6fa21823.js} +0 -0
- /package/build/esm/{useIsInit-8f6d0e2b.js → useIsInit-2082ffff.js} +0 -0
- /package/build/esm/{useOutsideClick-5ab5f54a.js → useOutsideClick-a5e4010d.js} +0 -0
- /package/build/esm/{useScrollbarSize-b147da65.js → useScrollbarSize-c7675a01.js} +0 -0
- /package/build/esm/{useUniqueId-de32b92c.js → useUniqueId-b2c9735c.js} +0 -0
- /package/build/esm/{utils-7677f130.js → utils-daf4a70b.js} +0 -0
- /package/build/{index-597423ec.js → index-27858e4a.js} +0 -0
- /package/build/{index-a89f76d3.js → index-29506dbb.js} +0 -0
- /package/build/{index-d8b5a186.js → index-350e5043.js} +0 -0
- /package/build/{index-b0613389.js → index-5e3fb5f9.js} +0 -0
- /package/build/{index-205ea468.js → index-74f0bfe2.js} +0 -0
- /package/build/{index-681ea8b2.js → index-89c67d16.js} +0 -0
- /package/build/{index-112cc453.js → index-f5d0bb67.js} +0 -0
- /package/build/{index-911ab9ae.js → index-f8d4e9a1.js} +0 -0
- /package/build/{index.styles-a23b0960.js → index.styles-78c759fe.js} +0 -0
- /package/build/{localizeNumberFormat-a56ae646.js → localizeNumberFormat-a7bea119.js} +0 -0
- /package/build/{normalizeLink-a8522c02.js → normalizeLink-86296e51.js} +0 -0
- /package/build/{number-3ebd0240.js → number-12445927.js} +0 -0
- /package/build/{other-c76262df.js → other-79c30a87.js} +0 -0
- /package/build/{paths-73c0459e.js → paths-42640968.js} +0 -0
- /package/build/{translationsContext-89ca1277.js → translationsContext-0991dc06.js} +0 -0
- /package/build/{tslib.es6-62eb1f32.js → tslib.es6-33de6a55.js} +0 -0
- /package/build/{types-33a88dad.js → types-945014e4.js} +0 -0
- /package/build/{useIsInit-8f2e3b97.js → useIsInit-6891e31c.js} +0 -0
- /package/build/{useOutsideClick-b5c30aa8.js → useOutsideClick-75309d7e.js} +0 -0
- /package/build/{useScrollbarSize-594cf083.js → useScrollbarSize-de30e29e.js} +0 -0
- /package/build/{useUniqueId-e790be7f.js → useUniqueId-0dc2514a.js} +0 -0
- /package/build/{utils-cc00a3f6.js → utils-d6430de0.js} +0 -0
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
export { D as DueDateForm } from './index-
|
|
2
|
-
export { B as BmiForm } from './index-
|
|
3
|
-
export { B as BabyPoopForm } from './index-
|
|
4
|
-
export { T as ThrForm } from './index-
|
|
5
|
-
export { O as OvulationForm } from './index-
|
|
6
|
-
export { B as BabyVaccineForm } from './index-
|
|
7
|
-
export { P as PWGForm } from './index-
|
|
8
|
-
import './tslib.es6-
|
|
1
|
+
export { D as DueDateForm } from './index-ca66f558.js';
|
|
2
|
+
export { B as BmiForm } from './index-8d50341e.js';
|
|
3
|
+
export { B as BabyPoopForm } from './index-5e572028.js';
|
|
4
|
+
export { T as ThrForm } from './index-45923009.js';
|
|
5
|
+
export { O as OvulationForm } from './index-9784fcac.js';
|
|
6
|
+
export { B as BabyVaccineForm } from './index-87833fbe.js';
|
|
7
|
+
export { P as PWGForm } from './index-1761c218.js';
|
|
8
|
+
import './tslib.es6-15c2e195.js';
|
|
9
9
|
import 'react';
|
|
10
|
-
import './LastPeriod-323244e5.js';
|
|
11
|
-
import 'date-fns';
|
|
12
10
|
import '@mantine/core';
|
|
11
|
+
import './LastPeriod-af34acf2.js';
|
|
12
|
+
import 'date-fns';
|
|
13
13
|
import '@mantine/form';
|
|
14
14
|
import 'dayjs';
|
|
15
|
-
import './index-
|
|
15
|
+
import './index-05678974.js';
|
|
16
16
|
import '@hhgtech/icons/other';
|
|
17
17
|
import '@mantine/hooks';
|
|
18
|
-
import './index-
|
|
18
|
+
import './index-c03000ca.js';
|
|
19
19
|
import './constantsDomainLocales.js';
|
|
20
|
-
import './Locale-
|
|
20
|
+
import './Locale-b4732e5d.js';
|
|
21
21
|
import './constantsIsProduction.js';
|
|
22
|
-
import './useScreenSize-
|
|
22
|
+
import './useScreenSize-8f15d658.js';
|
|
23
23
|
import '@emotion/styled';
|
|
24
|
-
import './utils-
|
|
24
|
+
import './utils-daf4a70b.js';
|
|
25
25
|
import '@mantine/carousel';
|
|
26
|
-
import './index-
|
|
27
|
-
import './other-
|
|
28
|
-
import './index-
|
|
26
|
+
import './index-7956ec12.js';
|
|
27
|
+
import './other-505cec1b.js';
|
|
28
|
+
import './index-ece38d01.js';
|
|
29
29
|
import './miscTheme.js';
|
|
30
|
-
import './useMantineLocale-
|
|
30
|
+
import './useMantineLocale-88384272.js';
|
|
31
31
|
import '@mantine/notifications';
|
|
32
|
-
import './index-
|
|
32
|
+
import './index-fab5cc57.js';
|
|
33
33
|
import 'date-fns/locale';
|
|
34
34
|
import './constantsSite.js';
|
|
35
35
|
import './constantsRiskScreener.js';
|
|
36
|
-
import './index-
|
|
36
|
+
import './index-26059e02.js';
|
|
37
37
|
import 'classnames';
|
|
38
|
-
import './useUniqueId-
|
|
38
|
+
import './useUniqueId-b2c9735c.js';
|
|
39
39
|
import '@hhgtech/icons/core';
|
|
40
|
-
import './index-
|
|
40
|
+
import './index-8370d3c1.js';
|
|
41
41
|
import '@mantine/dates';
|
|
42
|
-
import './index.styles-
|
|
43
|
-
import './index-
|
|
44
|
-
import './translationsContext-
|
|
45
|
-
import './index-
|
|
46
|
-
import './index-
|
|
42
|
+
import './index.styles-d2bb504a.js';
|
|
43
|
+
import './index-2580d3c9.js';
|
|
44
|
+
import './translationsContext-704160da.js';
|
|
45
|
+
import './index-1f89d63a.js';
|
|
46
|
+
import './index-15ef5c89.js';
|
|
47
47
|
import 'react-keyed-flatten-children';
|
|
48
48
|
import 'react-hook-form';
|
|
49
|
-
import './useHealthToolCache-
|
|
49
|
+
import './useHealthToolCache-47ce2531.js';
|
|
50
50
|
import './miscGetDynamicHealthTool.js';
|
|
51
|
-
import './normalizeLink-
|
|
52
|
-
import './core-
|
|
53
|
-
import './constants-
|
|
54
|
-
import './index-
|
|
51
|
+
import './normalizeLink-a6422276.js';
|
|
52
|
+
import './core-64cd1d50.js';
|
|
53
|
+
import './constants-c3f8fbe2.js';
|
|
54
|
+
import './index-540bebde.js';
|
|
55
55
|
import './embeddedHeathToolCards_helpers.js';
|
|
56
|
-
import './constants-
|
|
56
|
+
import './constants-8250b791.js';
|
package/build/esm/hooks.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export { u as useTranslations } from './index-
|
|
2
|
-
export { M as MEASURE_ELEMENT_CLASS, u as useScrollbarSize } from './useScrollbarSize-
|
|
3
|
-
export { M as MAPPED_CATEGORY_SLUGS, P as PREGNANCY_SLUG, c as useCategory, u as useFbDataLayer, a as usePrevious, b as useRafState } from './useCategory-
|
|
4
|
-
export { u as useHealthToolsCache } from './useHealthToolCache-
|
|
5
|
-
export { u as useIsInit } from './useIsInit-
|
|
6
|
-
export { i as initSharedOutSideClickListener, a as useOutsideClick, u as useSharedOutsideClick } from './useOutsideClick-
|
|
7
|
-
export { u as useInitialMount, a as useUniqueId } from './useUniqueId-
|
|
1
|
+
export { u as useTranslations } from './index-2580d3c9.js';
|
|
2
|
+
export { M as MEASURE_ELEMENT_CLASS, u as useScrollbarSize } from './useScrollbarSize-c7675a01.js';
|
|
3
|
+
export { M as MAPPED_CATEGORY_SLUGS, P as PREGNANCY_SLUG, c as useCategory, u as useFbDataLayer, a as usePrevious, b as useRafState } from './useCategory-98b360be.js';
|
|
4
|
+
export { u as useHealthToolsCache } from './useHealthToolCache-47ce2531.js';
|
|
5
|
+
export { u as useIsInit } from './useIsInit-2082ffff.js';
|
|
6
|
+
export { i as initSharedOutSideClickListener, a as useOutsideClick, u as useSharedOutsideClick } from './useOutsideClick-a5e4010d.js';
|
|
7
|
+
export { u as useInitialMount, a as useUniqueId } from './useUniqueId-b2c9735c.js';
|
|
8
8
|
import 'react';
|
|
9
|
-
import './translationsContext-
|
|
9
|
+
import './translationsContext-704160da.js';
|
|
10
10
|
import 'lodash/debounce';
|
|
11
|
-
import './tslib.es6-
|
|
11
|
+
import './tslib.es6-15c2e195.js';
|
|
12
12
|
import './miscCookieHelper.js';
|
|
13
|
-
import './index-
|
|
14
|
-
import './Locale-
|
|
13
|
+
import './index-ece38d01.js';
|
|
14
|
+
import './Locale-b4732e5d.js';
|
|
15
15
|
import './miscGetDynamicHealthTool.js';
|
|
16
|
-
import './normalizeLink-
|
|
16
|
+
import './normalizeLink-a6422276.js';
|
|
17
17
|
import './constantsDomainLocales.js';
|
|
18
18
|
import './constantsIsProduction.js';
|
|
19
|
-
import './core-
|
|
19
|
+
import './core-64cd1d50.js';
|
|
@@ -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.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.calculationMethod' | 'dueDatePage.conceptionDate' | 'dueDatePage.daysText' | 'dueDatePage.ivf' | 'dueDatePage.ivf.transferDate' | 'dueDatePage.ivf.transferDateRadio' | 'dueDatePage.lastPeriod' | 'dueDatePage.lastPeriod.calculate' | 'dueDatePage.lastPeriod.lastPeriodLabel' | 'dueDatePage.lastPeriod.periodLengthLabel' | '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' | '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' | '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' | '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.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' | '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' | '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';
|
|
@@ -282,8 +282,11 @@ var defaultTranslations = {
|
|
|
282
282
|
"createPost.urlText": "Text",
|
|
283
283
|
"createPost.video": "Video",
|
|
284
284
|
"createPost.videoOrLink": "Video or link",
|
|
285
|
+
"dueDatePage.IUI": "Intrauterine insemination (IUI)",
|
|
285
286
|
"dueDatePage.calculationMethod": "Calculation Method",
|
|
286
287
|
"dueDatePage.conceptionDate": "Conception Date",
|
|
288
|
+
"dueDatePage.date_of_IUI_procedure": "Date of IUI procedure",
|
|
289
|
+
"dueDatePage.date_of_ultrasound": "Date of Ultrasound",
|
|
287
290
|
"dueDatePage.daysText": "{number} days",
|
|
288
291
|
"dueDatePage.ivf": "IVF",
|
|
289
292
|
"dueDatePage.ivf.transferDate": "IVF Transfer Date",
|
|
@@ -292,6 +295,11 @@ var defaultTranslations = {
|
|
|
292
295
|
"dueDatePage.lastPeriod.calculate": "Calculate",
|
|
293
296
|
"dueDatePage.lastPeriod.lastPeriodLabel": "The first day of your last period",
|
|
294
297
|
"dueDatePage.lastPeriod.periodLengthLabel": "Cycle Length",
|
|
298
|
+
"dueDatePage.ultrasound": "Ultrasound",
|
|
299
|
+
"dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
|
|
300
|
+
"dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
|
|
301
|
+
"dueDatePage.validation.one_is_required": "At least one is required",
|
|
302
|
+
"dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
|
|
295
303
|
"editor.addSocialLink.addLink": "Add",
|
|
296
304
|
"editor.addSocialLink.warningDomain": "Only allowing sources from Youtube, Facebook, and Tiktok",
|
|
297
305
|
"expert.content.description": "Expert's Profile",
|
|
@@ -282,8 +282,11 @@ var hiTranslations = {
|
|
|
282
282
|
"createPost.urlText": "Text",
|
|
283
283
|
"createPost.video": "Video",
|
|
284
284
|
"createPost.videoOrLink": "Video or link",
|
|
285
|
+
"dueDatePage.IUI": "Intrauterine insemination (IUI)",
|
|
285
286
|
"dueDatePage.calculationMethod": "गणना विधि",
|
|
286
287
|
"dueDatePage.conceptionDate": "कॉन्सेप्शन की तारीख ",
|
|
288
|
+
"dueDatePage.date_of_IUI_procedure": "Date of IUI procedure",
|
|
289
|
+
"dueDatePage.date_of_ultrasound": "Date of Ultrasound",
|
|
287
290
|
"dueDatePage.daysText": "{number} दिन ",
|
|
288
291
|
"dueDatePage.ivf": "आईवीएफ ",
|
|
289
292
|
"dueDatePage.ivf.transferDate": "आईवीएफ ट्रांसफर की तारीख ",
|
|
@@ -292,6 +295,11 @@ var hiTranslations = {
|
|
|
292
295
|
"dueDatePage.lastPeriod.calculate": "कैलक्युलेट ",
|
|
293
296
|
"dueDatePage.lastPeriod.lastPeriodLabel": "आपके पिछले पीरियड का पहला दिन ",
|
|
294
297
|
"dueDatePage.lastPeriod.periodLengthLabel": "सायकल लेंथ ",
|
|
298
|
+
"dueDatePage.ultrasound": "Ultrasound",
|
|
299
|
+
"dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
|
|
300
|
+
"dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
|
|
301
|
+
"dueDatePage.validation.one_is_required": "At least one is required",
|
|
302
|
+
"dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
|
|
295
303
|
"editor.addSocialLink.addLink": "Add",
|
|
296
304
|
"editor.addSocialLink.warningDomain": "Only allowing sources from Youtube, Facebook, and Tiktok",
|
|
297
305
|
"expert.content.description": "प्रोफाइल ",
|
|
@@ -282,8 +282,11 @@ var idTranslations = {
|
|
|
282
282
|
"createPost.urlText": "Text",
|
|
283
283
|
"createPost.video": "Video",
|
|
284
284
|
"createPost.videoOrLink": "Video atau tautan",
|
|
285
|
+
"dueDatePage.IUI": "Inseminasi Buatan (IUI)",
|
|
285
286
|
"dueDatePage.calculationMethod": "Metode kalkulasi",
|
|
286
287
|
"dueDatePage.conceptionDate": "Tanggal Pembuahan",
|
|
288
|
+
"dueDatePage.date_of_IUI_procedure": "Tanggal prosedur IUI",
|
|
289
|
+
"dueDatePage.date_of_ultrasound": "Tanggal USG",
|
|
287
290
|
"dueDatePage.daysText": "{number} days",
|
|
288
291
|
"dueDatePage.ivf": "Program Bayi Tabung",
|
|
289
292
|
"dueDatePage.ivf.transferDate": "Tanggal Pemindahan Bayi Tabung",
|
|
@@ -292,6 +295,11 @@ var idTranslations = {
|
|
|
292
295
|
"dueDatePage.lastPeriod.calculate": "Hitung",
|
|
293
296
|
"dueDatePage.lastPeriod.lastPeriodLabel": "Hari Pertama dari Haid Terakhir Anda",
|
|
294
297
|
"dueDatePage.lastPeriod.periodLengthLabel": "Durasi siklus haid",
|
|
298
|
+
"dueDatePage.ultrasound": "Ultrasound",
|
|
299
|
+
"dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
|
|
300
|
+
"dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
|
|
301
|
+
"dueDatePage.validation.one_is_required": "Setidaknya satu harus diisi",
|
|
302
|
+
"dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
|
|
295
303
|
"editor.addSocialLink.addLink": "Tambah",
|
|
296
304
|
"editor.addSocialLink.warningDomain": "Hanya memperbolehkan sumber dari Youtube, Facebook, dan Tiktok",
|
|
297
305
|
"expert.content.description": "Profil Pakar",
|
|
@@ -282,8 +282,11 @@ var kmTranslations = {
|
|
|
282
282
|
"createPost.urlText": "Text",
|
|
283
283
|
"createPost.video": "វីដេអូ",
|
|
284
284
|
"createPost.videoOrLink": "វីដេអូ ឬ តំណភ្ជាប់",
|
|
285
|
+
"dueDatePage.IUI": "ការបញ្ចូលទឹកកាមក្នុងស្បូន (IUI)",
|
|
285
286
|
"dueDatePage.calculationMethod": "វិធីសាស្ត្រគណនា",
|
|
286
287
|
"dueDatePage.conceptionDate": "ថ្ងៃបង្កកំណើត",
|
|
288
|
+
"dueDatePage.date_of_IUI_procedure": "កាលបរិច្ឆេទនៃនីតិវិធី IUI",
|
|
289
|
+
"dueDatePage.date_of_ultrasound": "កាលបរិច្ឆេទនៃអ៊ុលត្រាសោន",
|
|
287
290
|
"dueDatePage.daysText": "{number} ចំំនួនថ្ងៃ",
|
|
288
291
|
"dueDatePage.ivf": "ការបង្កកំណើតក្នុងកែវ(IVF)",
|
|
289
292
|
"dueDatePage.ivf.transferDate": "កាលបរិច្ឆេទនៃការផ្សាំអំប្រ៊ីយ៉ុង",
|
|
@@ -292,6 +295,11 @@ var kmTranslations = {
|
|
|
292
295
|
"dueDatePage.lastPeriod.calculate": "គណនា",
|
|
293
296
|
"dueDatePage.lastPeriod.lastPeriodLabel": "ថ្ងៃដំបូងបំផុតនៃការមករដូវចុងក្រោយ",
|
|
294
297
|
"dueDatePage.lastPeriod.periodLengthLabel": "រយៈពេលវដ្ដរដូវ",
|
|
298
|
+
"dueDatePage.ultrasound": "Ultrasound",
|
|
299
|
+
"dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
|
|
300
|
+
"dueDatePage.validation.crl": "តម្លៃ MSD មិនត្រឹមត្រូវទេ។ សូមបញ្ចូលសន្ទស្សន៍ CRL ដើម្បីបន្ត។",
|
|
301
|
+
"dueDatePage.validation.one_is_required": "យ៉ាងហោចណាស់តម្រូវឱ្យមានមួយ",
|
|
302
|
+
"dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
|
|
295
303
|
"editor.addSocialLink.addLink": "បន្ថែម",
|
|
296
304
|
"editor.addSocialLink.warningDomain": "អនុញ្ញាតតែប្រភពពី Youtube, Facebook, និង Tiktok",
|
|
297
305
|
"expert.content.description": "អំពីគ្រូពេទ្យឯកទេស",
|
|
@@ -282,8 +282,11 @@ var msTranslations = {
|
|
|
282
282
|
"createPost.urlText": "Teks",
|
|
283
283
|
"createPost.video": "Video",
|
|
284
284
|
"createPost.videoOrLink": "Video atau pautan",
|
|
285
|
+
"dueDatePage.IUI": "Intrauterine insemination (IUI)",
|
|
285
286
|
"dueDatePage.calculationMethod": "Kaedah Pengiraan",
|
|
286
287
|
"dueDatePage.conceptionDate": "Tarikh Konsepsi",
|
|
288
|
+
"dueDatePage.date_of_IUI_procedure": "Date of IUI procedure",
|
|
289
|
+
"dueDatePage.date_of_ultrasound": "Date of Ultrasound",
|
|
287
290
|
"dueDatePage.daysText": "{number} hari",
|
|
288
291
|
"dueDatePage.ivf": "IVF",
|
|
289
292
|
"dueDatePage.ivf.transferDate": "Tarikh Pemindahan IVF",
|
|
@@ -292,6 +295,11 @@ var msTranslations = {
|
|
|
292
295
|
"dueDatePage.lastPeriod.calculate": "Kira",
|
|
293
296
|
"dueDatePage.lastPeriod.lastPeriodLabel": "Hari pertama haid terakhir anda",
|
|
294
297
|
"dueDatePage.lastPeriod.periodLengthLabel": "Panjang Kitaran",
|
|
298
|
+
"dueDatePage.ultrasound": "Ultrasound",
|
|
299
|
+
"dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
|
|
300
|
+
"dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
|
|
301
|
+
"dueDatePage.validation.one_is_required": "At least one is required",
|
|
302
|
+
"dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
|
|
295
303
|
"editor.addSocialLink.addLink": "Tambah",
|
|
296
304
|
"editor.addSocialLink.warningDomain": "Hanya membenarkan sumber dari Youtube, Facebook, dan Tiktok",
|
|
297
305
|
"expert.content.description": "Profil",
|
|
@@ -282,8 +282,11 @@ var myTranslations = {
|
|
|
282
282
|
"createPost.urlText": "စာသား",
|
|
283
283
|
"createPost.video": "ဗီဒီယို",
|
|
284
284
|
"createPost.videoOrLink": "ဗီဒီယို သို့မဟုတ် link",
|
|
285
|
+
"dueDatePage.IUI": "သားအိမ်အတွင်းသုက်ထိုးခြင်း (IUI)",
|
|
285
286
|
"dueDatePage.calculationMethod": "တွက်ချက်နည်း",
|
|
286
287
|
"dueDatePage.conceptionDate": "ကိုယ်ဝန်ရရှိသည့် ရက်စွဲ",
|
|
288
|
+
"dueDatePage.date_of_IUI_procedure": "IUI လုပ်ထုံးလုပ်နည်းရက်",
|
|
289
|
+
"dueDatePage.date_of_ultrasound": "အလ်ထရာဆောင်းရက်",
|
|
287
290
|
"dueDatePage.daysText": "{number} ရက်",
|
|
288
291
|
"dueDatePage.ivf": "ဖန်ပြွန်သန္ဓေသား",
|
|
289
292
|
"dueDatePage.ivf.transferDate": "သန္ဓေသား ပြောင်းထည့်သည့်ရက်",
|
|
@@ -292,6 +295,11 @@ var myTranslations = {
|
|
|
292
295
|
"dueDatePage.lastPeriod.calculate": "တွက်ချက်မည်",
|
|
293
296
|
"dueDatePage.lastPeriod.lastPeriodLabel": "နောက်ဆုံးရာသီစက်ဝန်းရဲ့ ပထမရက်",
|
|
294
297
|
"dueDatePage.lastPeriod.periodLengthLabel": "ရာသီစက်ဝန်း ကြာချိန်",
|
|
298
|
+
"dueDatePage.ultrasound": "Ultrasound",
|
|
299
|
+
"dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
|
|
300
|
+
"dueDatePage.validation.crl": "MSD တန်ဖိုးမမှန်ကန်ပါ။ ဆက်လက်လုပ်ဆောင်ရန် CRL အညွှန်းကို ထည့်ပါ။",
|
|
301
|
+
"dueDatePage.validation.one_is_required": "အနည်းဆုံးတစ်ခုလိုအပ်သည်",
|
|
302
|
+
"dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
|
|
295
303
|
"editor.addSocialLink.addLink": "ထည့်ပါ",
|
|
296
304
|
"editor.addSocialLink.warningDomain": "Youtube, Facebook နှင့် Tiktok မှ ရင်းမြစ်များကိုသာခွင့်ပြုသည်",
|
|
297
305
|
"expert.content.description": "ကျွမ်းကျင်သူ ကိုယ်ရေးအကျဉ်း",
|
|
@@ -282,8 +282,11 @@ var thTranslations = {
|
|
|
282
282
|
"createPost.urlText": "ข้อความ",
|
|
283
283
|
"createPost.video": "วิดีโอ",
|
|
284
284
|
"createPost.videoOrLink": "วิดีโอหรือลิงก์",
|
|
285
|
+
"dueDatePage.IUI": "การผสมเทียม (IUI)",
|
|
285
286
|
"dueDatePage.calculationMethod": "วิธีการคำนวณ",
|
|
286
287
|
"dueDatePage.conceptionDate": "วันที่ปฏิสนธิ",
|
|
288
|
+
"dueDatePage.date_of_IUI_procedure": "วันที่ทำการผสมเทียม IUI",
|
|
289
|
+
"dueDatePage.date_of_ultrasound": "วันที่ทำอัลตราซาวด์",
|
|
287
290
|
"dueDatePage.daysText": "{number} วัน",
|
|
288
291
|
"dueDatePage.ivf": "เด็กหลอดแก้ว (IVF)",
|
|
289
292
|
"dueDatePage.ivf.transferDate": "วันที่ฝังตัวอ่อน",
|
|
@@ -292,6 +295,11 @@ var thTranslations = {
|
|
|
292
295
|
"dueDatePage.lastPeriod.calculate": "คำนวณ",
|
|
293
296
|
"dueDatePage.lastPeriod.lastPeriodLabel": "วันแรกของการมีประจำเดือนครั้งล่าสุด",
|
|
294
297
|
"dueDatePage.lastPeriod.periodLengthLabel": "ระยะเวลารอบเดือน",
|
|
298
|
+
"dueDatePage.ultrasound": "Ultrasound",
|
|
299
|
+
"dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
|
|
300
|
+
"dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
|
|
301
|
+
"dueDatePage.validation.one_is_required": "กรุณาระบุอย่างน้อย 1 ข้อ",
|
|
302
|
+
"dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
|
|
295
303
|
"editor.addSocialLink.addLink": "เพิ่ม",
|
|
296
304
|
"editor.addSocialLink.warningDomain": "อนุญาตแหล่งที่มาจาก Youtube, Facebook และ Tiktok เท่านั้น",
|
|
297
305
|
"expert.content.description": "ประวัติผู้เชี่ยวชาญ",
|
|
@@ -282,8 +282,11 @@ var tlTranslations = {
|
|
|
282
282
|
"createPost.urlText": "Text",
|
|
283
283
|
"createPost.video": "Video",
|
|
284
284
|
"createPost.videoOrLink": "Video o link",
|
|
285
|
+
"dueDatePage.IUI": "Intrauterine insemination (IUI)",
|
|
285
286
|
"dueDatePage.calculationMethod": "Calculation Method",
|
|
286
287
|
"dueDatePage.conceptionDate": "Petsa ng Conception",
|
|
288
|
+
"dueDatePage.date_of_IUI_procedure": "Araw ng IUI procedure",
|
|
289
|
+
"dueDatePage.date_of_ultrasound": "Araw ng Ultrasound",
|
|
287
290
|
"dueDatePage.daysText": "{number} mga araw",
|
|
288
291
|
"dueDatePage.ivf": "IVF",
|
|
289
292
|
"dueDatePage.ivf.transferDate": "Petsa ng Paglipat ng IVF",
|
|
@@ -292,6 +295,11 @@ var tlTranslations = {
|
|
|
292
295
|
"dueDatePage.lastPeriod.calculate": "Kalkulahin",
|
|
293
296
|
"dueDatePage.lastPeriod.lastPeriodLabel": "Ang unang araw ng iyong huling regla",
|
|
294
297
|
"dueDatePage.lastPeriod.periodLengthLabel": "Haba ng Siklo",
|
|
298
|
+
"dueDatePage.ultrasound": "Ultrasound",
|
|
299
|
+
"dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
|
|
300
|
+
"dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
|
|
301
|
+
"dueDatePage.validation.one_is_required": "Kahit isa ay kinakailangan",
|
|
302
|
+
"dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
|
|
295
303
|
"editor.addSocialLink.addLink": "Magdagdag",
|
|
296
304
|
"editor.addSocialLink.warningDomain": "Pinapayagan lamang ang mga source mula sa Youtube, Facebook, at Tiktok",
|
|
297
305
|
"expert.content.description": "Propayl ng Eksperto",
|
|
@@ -282,8 +282,11 @@ var viTranslations = {
|
|
|
282
282
|
"createPost.urlText": "Nội dung",
|
|
283
283
|
"createPost.video": "Video",
|
|
284
284
|
"createPost.videoOrLink": "Video hoặc liên kết",
|
|
285
|
+
"dueDatePage.IUI": "Thụ tinh nhân tạo (IUI)",
|
|
285
286
|
"dueDatePage.calculationMethod": "Phương pháp tính toán",
|
|
286
287
|
"dueDatePage.conceptionDate": "Ngày thụ thai",
|
|
288
|
+
"dueDatePage.date_of_IUI_procedure": "Ngày bơm tinh trùng",
|
|
289
|
+
"dueDatePage.date_of_ultrasound": "Ngày siêu âm",
|
|
287
290
|
"dueDatePage.daysText": "{number} ngày",
|
|
288
291
|
"dueDatePage.ivf": "Thụ tinh trong ống nghiệm IVF",
|
|
289
292
|
"dueDatePage.ivf.transferDate": "Ngày chuyển phôi",
|
|
@@ -292,6 +295,11 @@ var viTranslations = {
|
|
|
292
295
|
"dueDatePage.lastPeriod.calculate": "Tính ngay",
|
|
293
296
|
"dueDatePage.lastPeriod.lastPeriodLabel": "Ngày đầu tiên của chu kỳ gần nhất",
|
|
294
297
|
"dueDatePage.lastPeriod.periodLengthLabel": "Độ dài chu kỳ kinh nguyệt",
|
|
298
|
+
"dueDatePage.ultrasound": "Siêu âm",
|
|
299
|
+
"dueDatePage.ultrasound.tooltip": "Chỉ số Đường kính trung bình túi thai (MSD) ít chính xác hơn Chiều dài đầu mông (CRL) trong tính toán chỉ số thai kỳ. Nó chỉ được áp dụng cho giai đoạn mang thai rất sớm, từ 4 - 6 tuần.",
|
|
300
|
+
"dueDatePage.validation.crl": "Giá trị MSD không hợp lệ. Vui lòng nhập chỉ số CRL để tiếp tục.",
|
|
301
|
+
"dueDatePage.validation.one_is_required": "Ít nhất một trường thông tin cần điền",
|
|
302
|
+
"dueDatePage.validation.record_not_valid": "Thông tin nhập chưa hợp lệ!",
|
|
295
303
|
"editor.addSocialLink.addLink": "Thêm",
|
|
296
304
|
"editor.addSocialLink.warningDomain": "Chỉ cho phép các nguồn từ Youtube, Facebook, và Tiktok",
|
|
297
305
|
"expert.content.description": "Hồ sơ chuyên gia",
|
|
@@ -282,8 +282,11 @@ var mbTranslations = {
|
|
|
282
282
|
"createPost.urlText": "Nội dung",
|
|
283
283
|
"createPost.video": "Video",
|
|
284
284
|
"createPost.videoOrLink": "Video hoặc liên kết",
|
|
285
|
+
"dueDatePage.IUI": "Thụ tinh nhân tạo (IUI)",
|
|
285
286
|
"dueDatePage.calculationMethod": "Phương pháp tính toán",
|
|
286
287
|
"dueDatePage.conceptionDate": "Ngày thụ thai",
|
|
288
|
+
"dueDatePage.date_of_IUI_procedure": "Ngày bơm tinh trùng",
|
|
289
|
+
"dueDatePage.date_of_ultrasound": "Ngày siêu âm",
|
|
287
290
|
"dueDatePage.daysText": "{number} ngày",
|
|
288
291
|
"dueDatePage.ivf": "Thụ tinh trong ống nghiệm IVF",
|
|
289
292
|
"dueDatePage.ivf.transferDate": "Ngày chuyển phôi",
|
|
@@ -292,6 +295,11 @@ var mbTranslations = {
|
|
|
292
295
|
"dueDatePage.lastPeriod.calculate": "Tính ngay",
|
|
293
296
|
"dueDatePage.lastPeriod.lastPeriodLabel": "Ngày đầu tiên của chu kỳ gần nhất",
|
|
294
297
|
"dueDatePage.lastPeriod.periodLengthLabel": "Độ dài chu kỳ kinh nguyệt",
|
|
298
|
+
"dueDatePage.ultrasound": "Siêu âm",
|
|
299
|
+
"dueDatePage.ultrasound.tooltip": "Chỉ số Đường kính trung bình túi thai (MSD) ít chính xác hơn Chiều dài đầu mông (CRL) trong tính toán chỉ số thai kỳ. Nó chỉ được áp dụng cho giai đoạn mang thai rất sớm, từ 4 - 6 tuần.",
|
|
300
|
+
"dueDatePage.validation.crl": "Giá trị MSD không hợp lệ. Vui lòng nhập chỉ số CRL để tiếp tục.",
|
|
301
|
+
"dueDatePage.validation.one_is_required": "Ít nhất một trường thông tin cần điền",
|
|
302
|
+
"dueDatePage.validation.record_not_valid": "Thông tin nhập chưa hợp lệ!",
|
|
295
303
|
"editor.addSocialLink.addLink": "Thêm",
|
|
296
304
|
"editor.addSocialLink.warningDomain": "Chỉ cho phép các nguồn từ Youtube, Facebook, và Tiktok",
|
|
297
305
|
"expert.content.description": "Hồ sơ chuyên gia",
|
|
@@ -803,7 +811,7 @@ var mbTranslations = {
|
|
|
803
811
|
"tools.checkYrs": "Bạn đang tính chỉ số cho chính mình?",
|
|
804
812
|
"tools.heading.on": "ngày",
|
|
805
813
|
"tools.heartRateRangeErr": "Vui lòng nhập giá trị trong khoảng {min} - {max} bmp",
|
|
806
|
-
"tools.inputPlaceholder": "Ví dụ: {
|
|
814
|
+
"tools.inputPlaceholder": "Ví dụ: {content}",
|
|
807
815
|
"tools.requiredErrorMess.age": "Vui lòng nhập số tuổi chính xác",
|
|
808
816
|
"tools.requiredErrorMess.gender": "Vui lòng chọn giới tính",
|
|
809
817
|
"tools.selectBabyGender": "Giới tính của trẻ là gì?",
|
|
@@ -282,8 +282,11 @@ var zhTranslations = {
|
|
|
282
282
|
"createPost.urlText": "Text",
|
|
283
283
|
"createPost.video": "社群與主題",
|
|
284
284
|
"createPost.videoOrLink": "向我們的專家諮詢",
|
|
285
|
+
"dueDatePage.IUI": "人工授精(IUI)",
|
|
285
286
|
"dueDatePage.calculationMethod": "計算方法",
|
|
286
287
|
"dueDatePage.conceptionDate": "受孕日期",
|
|
288
|
+
"dueDatePage.date_of_IUI_procedure": "打破卵針日期",
|
|
289
|
+
"dueDatePage.date_of_ultrasound": "超音波檢查日期",
|
|
287
290
|
"dueDatePage.daysText": "{number} 日",
|
|
288
291
|
"dueDatePage.ivf": "試管嬰兒(IVF,體外受精)",
|
|
289
292
|
"dueDatePage.ivf.transferDate": "植入日",
|
|
@@ -292,6 +295,11 @@ var zhTranslations = {
|
|
|
292
295
|
"dueDatePage.lastPeriod.calculate": "計算",
|
|
293
296
|
"dueDatePage.lastPeriod.lastPeriodLabel": "最後一次月經的第一天",
|
|
294
297
|
"dueDatePage.lastPeriod.periodLengthLabel": "月經週期",
|
|
298
|
+
"dueDatePage.ultrasound": "Ultrasound",
|
|
299
|
+
"dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
|
|
300
|
+
"dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
|
|
301
|
+
"dueDatePage.validation.one_is_required": "請至少輸入一項資訊",
|
|
302
|
+
"dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
|
|
295
303
|
"editor.addSocialLink.addLink": "Add",
|
|
296
304
|
"editor.addSocialLink.warningDomain": "添加",
|
|
297
305
|
"expert.content.description": "個人檔案",
|
package/build/esm/i18n.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { T as TranslationsContext } from './translationsContext-
|
|
2
|
-
export { T as TranslationsContext } from './translationsContext-
|
|
1
|
+
import { T as TranslationsContext } from './translationsContext-704160da.js';
|
|
2
|
+
export { T as TranslationsContext } from './translationsContext-704160da.js';
|
|
3
3
|
import React__default, { useState, useEffect, useMemo } from 'react';
|
|
4
4
|
import defaultTranslations from './i18n-values/en-PH.js';
|
|
5
5
|
import hiTranslations from './i18n-values/hi-IN.js';
|
package/build/esm/i18nV2.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { T as TranslationsContext } from './translationsContext-
|
|
2
|
-
export { T as TranslationsContext } from './translationsContext-
|
|
1
|
+
import { T as TranslationsContext } from './translationsContext-704160da.js';
|
|
2
|
+
export { T as TranslationsContext } from './translationsContext-704160da.js';
|
|
3
3
|
import React__default, { useMemo } from 'react';
|
|
4
4
|
|
|
5
5
|
const TranslationsProvider = ({ locale = 'en-PH', values, children, }) => {
|