@hhgtech/hhg-components 1.29.362-beta-7 → 1.29.362-beta-9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (581) hide show
  1. package/build/{InputDate-64d42e12.js → InputDate-ed7921e3.js} +3 -3
  2. package/build/{LastPeriod-0b4bdb7b.js → LastPeriod-936d44b5.js} +1 -1
  3. package/build/{MobileBottomNavigationIcon-6268685b.js → MobileBottomNavigationIcon-137c1c16.js} +3 -3
  4. package/build/{Spinner-732c257a.js → Spinner-81efdcc9.js} +1 -1
  5. package/build/{WhatsApp-873b091d.js → WhatsApp-9b152180.js} +1 -1
  6. package/build/adapters.js +19 -19
  7. package/build/atoms.js +48 -48
  8. package/build/babyGrowth.js +83 -83
  9. package/build/cache.js +2 -2
  10. package/build/care.js +17 -17
  11. package/build/careBookingSearchBar.js +14 -14
  12. package/build/careBookingSearchBarV2.js +15 -15
  13. package/build/components/atoms/icons/IUI.d.ts +4 -0
  14. package/build/components/atoms/icons/Info.d.ts +4 -0
  15. package/build/components/atoms/icons/Ultrasound.d.ts +4 -0
  16. package/build/components/molecules/dueDateCalculator/utils.d.ts +3 -1
  17. package/build/components/molecules/embeddedHeathToolCards/due-date/dueDate.d.ts +5 -2
  18. package/build/components/molecules/healthTools/components/borderInlineControl/index.d.ts +2 -2
  19. package/build/components/molecules/healthTools/form/dueDateForm/context.d.ts +1 -1
  20. package/build/components/molecules/healthTools/form/dueDateForm/index.d.ts +3 -1
  21. package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/context.d.ts +7 -0
  22. package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/defaultLayout.d.ts +2 -0
  23. package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/index.d.ts +6 -0
  24. package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/inlineLayout.d.ts +2 -0
  25. package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/mbLayout.d.ts +2 -0
  26. package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/context.d.ts +7 -0
  27. package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/defaultLayout.d.ts +2 -0
  28. package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/index.d.ts +8 -0
  29. package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/inlineLayout.d.ts +2 -0
  30. package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/mbLayout.d.ts +2 -0
  31. package/build/components/molecules/healthTools/form/dueDateForm/utils.d.ts +5 -1
  32. package/build/components/molecules/toolBannerCard/index.d.ts +3 -1
  33. package/build/components/navigationV2/components/molecules/navigationBar/index.styled.d.ts +0 -2
  34. package/build/components/navigationV2/hooks/useNavConfig.d.ts +0 -1
  35. package/build/components/navigationV2/types.d.ts +1 -1
  36. package/build/components.js +96 -96
  37. package/build/{constants-abcc0371.js → constants-4aabd47a.js} +1 -1
  38. package/build/constants.js +3 -3
  39. package/build/constantsDomainLocales.js +1 -1
  40. package/build/constantsRiskScreener.js +2 -2
  41. package/build/constantsSite.js +2 -2
  42. package/build/{core-beed5f88.js → core-2eda8b78.js} +1 -1
  43. package/build/{dataTransform-efdc8b5b.js → dataTransform-be9e82e8.js} +1 -1
  44. package/build/ecom.js +4 -4
  45. package/build/{editor-ab52b049.js → editor-38627d15.js} +11 -11
  46. package/build/embeddedHeathToolCards_babyGrowth.js +23 -23
  47. package/build/embeddedHeathToolCards_babyPoop.js +19 -19
  48. package/build/embeddedHeathToolCards_babyVaccine.js +22 -22
  49. package/build/embeddedHeathToolCards_bmi_bmi.js +25 -25
  50. package/build/embeddedHeathToolCards_bmrBmr.js +25 -25
  51. package/build/embeddedHeathToolCards_dueDate_dueDate.js +27 -26
  52. package/build/embeddedHeathToolCards_ovulation_ovulation.js +22 -22
  53. package/build/embeddedHeathToolCards_pwg_pwg.js +26 -26
  54. package/build/embeddedHeathToolCards_targetHeartRate.js +27 -27
  55. package/build/esm/{InputDate-16ff69fb.js → InputDate-072f7728.js} +3 -3
  56. package/build/esm/{LastPeriod-dac3ccfb.js → LastPeriod-3715c174.js} +1 -1
  57. package/build/esm/{MobileBottomNavigationIcon-09f20a81.js → MobileBottomNavigationIcon-29b76714.js} +3 -3
  58. package/build/esm/{Spinner-47aa89e4.js → Spinner-6fdb59b3.js} +1 -1
  59. package/build/esm/{WhatsApp-a86d6d53.js → WhatsApp-061e59f5.js} +1 -1
  60. package/build/esm/adapters.js +19 -19
  61. package/build/esm/atoms.js +48 -48
  62. package/build/esm/babyGrowth.js +83 -83
  63. package/build/esm/cache.js +2 -2
  64. package/build/esm/care.js +17 -17
  65. package/build/esm/careBookingSearchBar.js +14 -14
  66. package/build/esm/careBookingSearchBarV2.js +15 -15
  67. package/build/esm/components/atoms/icons/IUI.d.ts +4 -0
  68. package/build/esm/components/atoms/icons/Info.d.ts +4 -0
  69. package/build/esm/components/atoms/icons/Ultrasound.d.ts +4 -0
  70. package/build/esm/components/molecules/dueDateCalculator/utils.d.ts +3 -1
  71. package/build/esm/components/molecules/embeddedHeathToolCards/due-date/dueDate.d.ts +5 -2
  72. package/build/esm/components/molecules/healthTools/components/borderInlineControl/index.d.ts +2 -2
  73. package/build/esm/components/molecules/healthTools/form/dueDateForm/context.d.ts +1 -1
  74. package/build/esm/components/molecules/healthTools/form/dueDateForm/index.d.ts +3 -1
  75. package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/context.d.ts +7 -0
  76. package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/defaultLayout.d.ts +2 -0
  77. package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/index.d.ts +6 -0
  78. package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/inlineLayout.d.ts +2 -0
  79. package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/mbLayout.d.ts +2 -0
  80. package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/context.d.ts +7 -0
  81. package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/defaultLayout.d.ts +2 -0
  82. package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/index.d.ts +8 -0
  83. package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/inlineLayout.d.ts +2 -0
  84. package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/mbLayout.d.ts +2 -0
  85. package/build/esm/components/molecules/healthTools/form/dueDateForm/utils.d.ts +5 -1
  86. package/build/esm/components/molecules/toolBannerCard/index.d.ts +3 -1
  87. package/build/esm/components/navigationV2/components/molecules/navigationBar/index.styled.d.ts +0 -2
  88. package/build/esm/components/navigationV2/hooks/useNavConfig.d.ts +0 -1
  89. package/build/esm/components/navigationV2/types.d.ts +1 -1
  90. package/build/esm/components.js +96 -96
  91. package/build/esm/{constants-f640ae0f.js → constants-80f0ab3e.js} +1 -1
  92. package/build/esm/constants.js +3 -3
  93. package/build/esm/constantsDomainLocales.js +1 -1
  94. package/build/esm/constantsRiskScreener.js +2 -2
  95. package/build/esm/constantsSite.js +2 -2
  96. package/build/esm/{core-d9c0671e.js → core-fba06810.js} +1 -1
  97. package/build/esm/{dataTransform-69716caa.js → dataTransform-b1425423.js} +1 -1
  98. package/build/esm/ecom.js +4 -4
  99. package/build/esm/{editor-7d81f7ef.js → editor-bb09a20f.js} +11 -11
  100. package/build/esm/embeddedHeathToolCards_babyGrowth.js +23 -23
  101. package/build/esm/embeddedHeathToolCards_babyPoop.js +19 -19
  102. package/build/esm/embeddedHeathToolCards_babyVaccine.js +22 -22
  103. package/build/esm/embeddedHeathToolCards_bmi_bmi.js +25 -25
  104. package/build/esm/embeddedHeathToolCards_bmrBmr.js +25 -25
  105. package/build/esm/embeddedHeathToolCards_dueDate_dueDate.js +27 -26
  106. package/build/esm/embeddedHeathToolCards_ovulation_ovulation.js +22 -22
  107. package/build/esm/embeddedHeathToolCards_pwg_pwg.js +26 -26
  108. package/build/esm/embeddedHeathToolCards_targetHeartRate.js +27 -27
  109. package/build/esm/footer.js +21 -21
  110. package/build/esm/gAssets.js +2 -2
  111. package/build/esm/{healthTools-465b855e.js → healthTools-543f33aa.js} +1 -1
  112. package/build/esm/healthToolsCardWrapper.js +18 -18
  113. package/build/esm/healthToolsForm.js +34 -34
  114. package/build/esm/hooks/useCSSFocusPopupHelper.d.ts +0 -1
  115. package/build/esm/hooks.js +13 -13
  116. package/build/esm/i18n/translationKeys.d.ts +1 -1
  117. package/build/esm/i18n-values/en-PH.js +9 -0
  118. package/build/esm/i18n-values/hi-IN.js +9 -0
  119. package/build/esm/i18n-values/id-ID.js +9 -0
  120. package/build/esm/i18n-values/km-KH.js +9 -0
  121. package/build/esm/i18n-values/ms-MY.js +9 -0
  122. package/build/esm/i18n-values/my-MM.js +9 -0
  123. package/build/esm/i18n-values/th-TH.js +9 -0
  124. package/build/esm/i18n-values/tl-PH.js +9 -0
  125. package/build/esm/i18n-values/vi-VN.js +9 -0
  126. package/build/esm/i18n-values/vi-VN_MB.js +10 -1
  127. package/build/esm/i18n-values/zh-TW.js +9 -0
  128. package/build/esm/i18n.js +2 -2
  129. package/build/esm/i18nV2.js +2 -2
  130. package/build/esm/{index-447cd8a4.js → index-04359180.js} +6 -6
  131. package/build/esm/{index-5a86d9b0.js → index-12f05852.js} +5 -5
  132. package/build/esm/{index-c612c756.js → index-1461ac26.js} +42 -69
  133. package/build/esm/{index-4eabf61b.js → index-15c1caf0.js} +1 -1
  134. package/build/esm/{index-a5b8a392.js → index-163109f0.js} +7 -7
  135. package/build/esm/{index-75266933.js → index-17078aa6.js} +4 -4
  136. package/build/esm/{index-ab2833d5.js → index-18e12bf2.js} +31 -31
  137. package/build/esm/{index-63e8911e.js → index-19825c11.js} +2 -2
  138. package/build/esm/{index-84ca8d60.js → index-1aca6563.js} +2 -2
  139. package/build/esm/{index-a111eead.js → index-1ae2d49f.js} +1 -1
  140. package/build/esm/index-22712e77.js +689 -0
  141. package/build/esm/{index-9fe435c1.js → index-25c4e9a3.js} +13 -13
  142. package/build/esm/{index-55e275b4.js → index-2c7df8ac.js} +3 -3
  143. package/build/esm/{index-b6908538.js → index-2e43899a.js} +2 -2
  144. package/build/esm/{index-13c0ea70.js → index-2ee7fa41.js} +6 -6
  145. package/build/esm/{index-68571fd9.js → index-39bd1a2e.js} +6 -6
  146. package/build/esm/{index-3672b72f.js → index-3cb4c4db.js} +52 -17
  147. package/build/esm/{index-6fb98c8f.js → index-3f6e0c66.js} +2 -2
  148. package/build/esm/{index-f0a7c31c.js → index-3fe6a089.js} +10 -10
  149. package/build/esm/{index-7107c883.js → index-5257c051.js} +6 -6
  150. package/build/esm/{index-2c4ea8ae.js → index-57e8887f.js} +1 -1
  151. package/build/esm/{index-19f99de5.js → index-5ace2cf7.js} +16 -16
  152. package/build/esm/{index-b501a228.js → index-5ca40c44.js} +1 -1
  153. package/build/esm/{index-61322bbf.js → index-61d8cd5b.js} +6 -6
  154. package/build/esm/{index-3af42a84.js → index-6281cb90.js} +2 -2
  155. package/build/esm/{index-4f111f60.js → index-64f54f5b.js} +3 -3
  156. package/build/esm/{index-acf2009f.js → index-66f22821.js} +21 -21
  157. package/build/esm/{index-2305e665.js → index-6b18fc60.js} +24 -24
  158. package/build/esm/{index-6bf4911c.js → index-71fd886f.js} +2 -2
  159. package/build/esm/{index-fec30d54.js → index-79767a07.js} +3 -3
  160. package/build/esm/{index-9789a5bb.js → index-7c85702d.js} +2 -2
  161. package/build/esm/{index-ed465943.js → index-7ea65ce2.js} +15 -15
  162. package/build/esm/{index-55ce4171.js → index-7eaf7161.js} +17 -17
  163. package/build/esm/{index-84a00e3b.js → index-7eea3504.js} +2 -2
  164. package/build/esm/{index-5451485b.js → index-807d359b.js} +11 -11
  165. package/build/esm/{index-0d4e612e.js → index-82e120c8.js} +2 -2
  166. package/build/esm/{index-da8fae13.js → index-8316c939.js} +32 -32
  167. package/build/esm/{index-1913a930.js → index-85ede26a.js} +3 -3
  168. package/build/esm/{index-fe975ba7.js → index-9531ddc8.js} +1 -1
  169. package/build/esm/{index-cf7511b0.js → index-973c9d29.js} +2 -2
  170. package/build/esm/{index-2bcab30b.js → index-978dae8b.js} +11 -18
  171. package/build/esm/{index-597bbb57.js → index-99ccd5be.js} +18 -18
  172. package/build/esm/{index-c35929d1.js → index-99edc6ab.js} +16 -16
  173. package/build/esm/{index-5307e0c6.js → index-9c28efae.js} +25 -25
  174. package/build/esm/{index-3c3a3102.js → index-9c6c885d.js} +7 -7
  175. package/build/esm/{index-db34c7f8.js → index-9cf03969.js} +2 -2
  176. package/build/esm/{index-6cebc2c8.js → index-a876ff83.js} +16 -16
  177. package/build/esm/{index-50027e5c.js → index-aa8223e5.js} +13 -13
  178. package/build/esm/{index-b2316ee2.js → index-b4e7973e.js} +16 -16
  179. package/build/esm/{index-432abb58.js → index-b644904f.js} +1 -1
  180. package/build/esm/{index-6f3bed52.js → index-beedfca0.js} +3 -3
  181. package/build/esm/{index-ef63171d.js → index-bf70ce29.js} +2 -2
  182. package/build/esm/{index-67a5426d.js → index-ce98b25c.js} +13 -13
  183. package/build/esm/{index-a0f010bf.js → index-d2663949.js} +1 -1
  184. package/build/esm/{index-aefd2493.js → index-ddc5c170.js} +2 -2
  185. package/build/esm/{index-8ee9610b.js → index-e68f040d.js} +18 -18
  186. package/build/esm/{index-5acde2d7.js → index-f2703eda.js} +17 -17
  187. package/build/esm/{index-aa3201b9.js → index-f4a37052.js} +2 -2
  188. package/build/esm/{index-3da1e4b6.js → index-f5b4965d.js} +17 -17
  189. package/build/esm/{index-1c22d4f9.js → index-f5dbca38.js} +22 -22
  190. package/build/esm/{index-4497323a.js → index-f6e2514f.js} +1 -1
  191. package/build/esm/{index-a94fc823.js → index-f7ee723a.js} +5 -5
  192. package/build/esm/{index-18c8dcde.js → index-f9ce57da.js} +3 -3
  193. package/build/esm/{index-6037be86.js → index-fead23f6.js} +1 -1
  194. package/build/esm/index.js +117 -117
  195. package/build/esm/{labelSorting-df818f96.js → labelSorting-8a08a1a5.js} +4 -4
  196. package/build/esm/lead/helpers.d.ts +1 -51
  197. package/build/esm/lead/index.d.ts +1 -2
  198. package/build/esm/lead/services/index.d.ts +0 -14
  199. package/build/esm/lead.js +303 -1226
  200. package/build/esm/{logoIcon-bcab45ec.js → logoIcon-49ab70e6.js} +2 -2
  201. package/build/esm/mantine.js +25 -25
  202. package/build/esm/misc.js +17 -17
  203. package/build/esm/miscGetDynamicHealthTool.js +4 -4
  204. package/build/esm/miscGetSocialList.js +8 -8
  205. package/build/esm/miscScreenSizeContext.js +1 -1
  206. package/build/esm/mobileBottomNavigation.js +5 -5
  207. package/build/esm/mobileBottomNavigationIcon.js +5 -5
  208. package/build/esm/molecules.js +73 -73
  209. package/build/esm/moleculesArticleCard.js +6 -6
  210. package/build/esm/moleculesArticleCardV2.js +16 -16
  211. package/build/esm/navigation.js +45 -45
  212. package/build/esm/navigationLogoutPopup.js +9 -9
  213. package/build/esm/navigationProfileButton.js +23 -23
  214. package/build/esm/onboardingV2.js +29 -29
  215. package/build/esm/organisms.js +49 -49
  216. package/build/esm/{post-12899078.js → post-cad6a57e.js} +2 -2
  217. package/build/esm/profileNavigation.js +19 -19
  218. package/build/esm/progressBar.js +1 -1
  219. package/build/esm/pwg.js +22 -22
  220. package/build/esm/ssoV2.js +29 -29
  221. package/build/esm/{store-74598ce1.js → store-e5b1929e.js} +4 -4
  222. package/build/esm/subot.js +46 -42
  223. package/build/esm/surveyOrPremiumBanner.js +32 -32
  224. package/build/esm/surveyQuestionCard.js +10 -10
  225. package/build/esm/{surveyThankyouCard-a99f3769.js → surveyThankyouCard-52d13658.js} +5 -5
  226. package/build/esm/together.js +55 -55
  227. package/build/esm/togetherApiUtils.js +4 -4
  228. package/build/esm/togetherAtoms.js +30 -30
  229. package/build/esm/togetherComponentGlobalContext.js +4 -4
  230. package/build/esm/togetherMolecules.js +50 -50
  231. package/build/esm/togetherMoleculesCardAuthor.js +28 -28
  232. package/build/esm/togetherMoleculesPostImagePreview.js +11 -11
  233. package/build/esm/togetherMoleculesProfileDetail.js +38 -38
  234. package/build/esm/togetherOrganisms.js +49 -49
  235. package/build/esm/togetherRichTextEditor.js +17 -17
  236. package/build/esm/togetherShareBox.js +10 -10
  237. package/build/esm/{treePopoverMenu-10382802.js → treePopoverMenu-d34d9a6c.js} +19 -19
  238. package/build/esm/{types-cb3acc26.js → types-29ee1554.js} +2 -2
  239. package/build/esm/types.js +2 -2
  240. package/build/esm/{useCategory-d4b1c5f2.js → useCategory-35ce742a.js} +5 -5
  241. package/build/esm/{useHealthToolCache-54d80f8c.js → useHealthToolCache-03737f8f.js} +1 -1
  242. package/build/esm/{useMantineLocale-2c267cf1.js → useMantineLocale-8089a4f0.js} +6 -6
  243. package/build/esm/{usePlacesAutocomplete-23dbc6fa.js → usePlacesAutocomplete-8134ba0a.js} +1 -1
  244. package/build/esm/{useScreenSize-db569e75.js → useScreenSize-4681ce8d.js} +2 -2
  245. package/build/esm/useTogetherAuthRequiredAction.js +9 -9
  246. package/build/esm/{utils-30ed34b7.js → utils-0acf23f6.js} +4 -4
  247. package/build/esm/{utils-3c0e208c.js → utils-80debbb6.js} +2 -2
  248. package/build/esm/{utils-cdd60699.js → utils-8b6b5bf9.js} +2 -2
  249. package/build/esm/{utils-09f8e5fd.js → utils-c06cb90b.js} +3 -3
  250. package/build/esm/vaccination.js +21 -21
  251. package/build/footer.js +21 -21
  252. package/build/gAssets.js +2 -2
  253. package/build/{healthTools-77fca866.js → healthTools-951ccadc.js} +1 -1
  254. package/build/healthToolsCardWrapper.js +18 -18
  255. package/build/healthToolsForm.js +34 -34
  256. package/build/hooks/useCSSFocusPopupHelper.d.ts +0 -1
  257. package/build/hooks.js +13 -13
  258. package/build/i18n/translationKeys.d.ts +1 -1
  259. package/build/i18n-values/en-PH.js +9 -0
  260. package/build/i18n-values/hi-IN.js +9 -0
  261. package/build/i18n-values/id-ID.js +9 -0
  262. package/build/i18n-values/km-KH.js +9 -0
  263. package/build/i18n-values/ms-MY.js +9 -0
  264. package/build/i18n-values/my-MM.js +9 -0
  265. package/build/i18n-values/th-TH.js +9 -0
  266. package/build/i18n-values/tl-PH.js +9 -0
  267. package/build/i18n-values/vi-VN.js +9 -0
  268. package/build/i18n-values/vi-VN_MB.js +10 -1
  269. package/build/i18n-values/zh-TW.js +9 -0
  270. package/build/i18n.js +1 -1
  271. package/build/i18nV2.js +1 -1
  272. package/build/{index-c2a0a243.js → index-012231c0.js} +6 -6
  273. package/build/{index-90e07d5d.js → index-030898d1.js} +22 -22
  274. package/build/{index-ed8e4b3a.js → index-03e16604.js} +32 -32
  275. package/build/{index-a2e166cb.js → index-05a7ed61.js} +2 -2
  276. package/build/{index-c1a20b50.js → index-07e2eef6.js} +13 -13
  277. package/build/{index-37ef911f.js → index-0c31f727.js} +1 -1
  278. package/build/{index-da263b8c.js → index-110cfbd0.js} +2 -2
  279. package/build/{index-d52875ca.js → index-13543179.js} +25 -25
  280. package/build/{index-9f69e8f2.js → index-14e030d1.js} +1 -1
  281. package/build/{index-6816ad79.js → index-156982e5.js} +18 -18
  282. package/build/{index-2bfcacaa.js → index-175dea15.js} +2 -2
  283. package/build/{index-c9ef25e1.js → index-189905da.js} +13 -13
  284. package/build/{index-7573e047.js → index-24bcd506.js} +17 -17
  285. package/build/{index-da3d5bf5.js → index-24f5fe19.js} +6 -6
  286. package/build/{index-aae5daa6.js → index-25b8ae05.js} +1 -1
  287. package/build/{index-61b188dc.js → index-25d67c2b.js} +42 -69
  288. package/build/{index-ca55e97e.js → index-2d412dd9.js} +2 -2
  289. package/build/{index-69f88dca.js → index-2f07ddf2.js} +3 -3
  290. package/build/{index-fdfddf00.js → index-333597fc.js} +6 -6
  291. package/build/{index-09b30ecf.js → index-444f7602.js} +31 -31
  292. package/build/{index-7056279d.js → index-44c42111.js} +1 -1
  293. package/build/{index-64e3c3d3.js → index-47459aca.js} +1 -1
  294. package/build/{index-f7c0987b.js → index-490b42ca.js} +2 -2
  295. package/build/{index-1ce8cebb.js → index-49b32119.js} +13 -13
  296. package/build/{index-4c8fa66a.js → index-4a657f60.js} +7 -7
  297. package/build/{index-fd81e3fa.js → index-4af29139.js} +1 -1
  298. package/build/{index-45f52a74.js → index-5ce2a639.js} +17 -17
  299. package/build/{index-6e4f9b56.js → index-64516730.js} +1 -1
  300. package/build/{index-67ac5c04.js → index-6a9d73b1.js} +16 -16
  301. package/build/{index-94fedc8f.js → index-708a6713.js} +2 -2
  302. package/build/{index-c6e943df.js → index-75bed57f.js} +10 -10
  303. package/build/{index-d04d8bc2.js → index-79a8b2df.js} +11 -18
  304. package/build/{index-abb4fe75.js → index-7c06c51a.js} +3 -3
  305. package/build/{index-40486d40.js → index-7c6e4422.js} +5 -5
  306. package/build/{index-9abf5c76.js → index-83b8d0e4.js} +2 -2
  307. package/build/{index-0976cf3a.js → index-849f7044.js} +1 -1
  308. package/build/{index-37a4d328.js → index-86d05eab.js} +15 -15
  309. package/build/{index-fbb15ec3.js → index-8c09d72a.js} +16 -16
  310. package/build/{index-bcab6d5c.js → index-8f913ca7.js} +18 -18
  311. package/build/{index-d90027a5.js → index-9436f6b0.js} +4 -4
  312. package/build/{index-6570d852.js → index-96f349a2.js} +2 -2
  313. package/build/{index-a1b50a50.js → index-9729666d.js} +2 -2
  314. package/build/{index-474499d7.js → index-9c361cd2.js} +24 -24
  315. package/build/{index-5ead853f.js → index-a0efdef1.js} +6 -6
  316. package/build/{index-eff9de5a.js → index-a85e5574.js} +7 -7
  317. package/build/{index-d13230c8.js → index-b2609f93.js} +11 -11
  318. package/build/{index-346b78ed.js → index-b4660279.js} +3 -3
  319. package/build/{index-3ff902b7.js → index-bab73bde.js} +51 -16
  320. package/build/{index-b3798ae1.js → index-c4355a35.js} +2 -2
  321. package/build/{index-f8bea6f7.js → index-cc26b9a3.js} +1 -1
  322. package/build/{index-3cd97c88.js → index-cd1b8576.js} +6 -6
  323. package/build/{index-d38b9f49.js → index-d1f9c355.js} +3 -3
  324. package/build/{index-2888aa0d.js → index-d5dd9a5c.js} +16 -16
  325. package/build/{index-7d212a91.js → index-d983f880.js} +17 -17
  326. package/build/{index-16e88760.js → index-dd9617e1.js} +2 -2
  327. package/build/{index-d4fcd1d3.js → index-de5c1ea9.js} +2 -2
  328. package/build/{index-3a188a9b.js → index-e2503c51.js} +16 -16
  329. package/build/{index-a0d42537.js → index-e282c109.js} +3 -3
  330. package/build/{index-f927abb8.js → index-e7c86ffb.js} +3 -3
  331. package/build/index-f133c73f.js +696 -0
  332. package/build/{index-124981ac.js → index-f2c0ccaa.js} +2 -2
  333. package/build/{index-a6e60b9e.js → index-f9e08032.js} +21 -21
  334. package/build/{index-2862f470.js → index-fa49614b.js} +5 -5
  335. package/build/{index-0b773c57.js → index-fd282012.js} +2 -2
  336. package/build/index.js +117 -117
  337. package/build/{labelSorting-91beddf9.js → labelSorting-7a243927.js} +4 -4
  338. package/build/lead/helpers.d.ts +1 -51
  339. package/build/lead/index.d.ts +1 -2
  340. package/build/lead/services/index.d.ts +0 -14
  341. package/build/lead.js +303 -1227
  342. package/build/{logoIcon-f214edfa.js → logoIcon-fb4a753d.js} +2 -2
  343. package/build/mantine.js +22 -22
  344. package/build/misc.js +17 -17
  345. package/build/miscGetDynamicHealthTool.js +4 -4
  346. package/build/miscGetSocialList.js +8 -8
  347. package/build/miscScreenSizeContext.js +1 -1
  348. package/build/mobileBottomNavigation.js +5 -5
  349. package/build/mobileBottomNavigationIcon.js +5 -5
  350. package/build/molecules.js +73 -73
  351. package/build/moleculesArticleCard.js +6 -6
  352. package/build/moleculesArticleCardV2.js +16 -16
  353. package/build/navigation.js +45 -45
  354. package/build/navigationLogoutPopup.js +9 -9
  355. package/build/navigationProfileButton.js +23 -23
  356. package/build/onboardingV2.js +28 -28
  357. package/build/organisms.js +49 -49
  358. package/build/{post-71039d7e.js → post-4db47c48.js} +2 -2
  359. package/build/profileNavigation.js +19 -19
  360. package/build/progressBar.js +1 -1
  361. package/build/pwg.js +22 -22
  362. package/build/ssoV2.js +27 -27
  363. package/build/{store-c8fa067a.js → store-09ba79ae.js} +4 -4
  364. package/build/subot.js +45 -41
  365. package/build/surveyOrPremiumBanner.js +32 -32
  366. package/build/surveyQuestionCard.js +10 -10
  367. package/build/{surveyThankyouCard-7b2781bc.js → surveyThankyouCard-37088085.js} +5 -5
  368. package/build/together.js +55 -55
  369. package/build/togetherApiUtils.js +4 -4
  370. package/build/togetherAtoms.js +30 -30
  371. package/build/togetherComponentGlobalContext.js +4 -4
  372. package/build/togetherMolecules.js +50 -50
  373. package/build/togetherMoleculesCardAuthor.js +28 -28
  374. package/build/togetherMoleculesPostImagePreview.js +11 -11
  375. package/build/togetherMoleculesProfileDetail.js +38 -38
  376. package/build/togetherOrganisms.js +49 -49
  377. package/build/togetherRichTextEditor.js +17 -17
  378. package/build/togetherShareBox.js +10 -10
  379. package/build/{treePopoverMenu-ef9818ce.js → treePopoverMenu-675e6b64.js} +19 -19
  380. package/build/{types-95e861df.js → types-0615a42f.js} +2 -2
  381. package/build/types.js +2 -2
  382. package/build/{useCategory-dcc735eb.js → useCategory-33968519.js} +5 -5
  383. package/build/{useHealthToolCache-ab042676.js → useHealthToolCache-41f87360.js} +1 -1
  384. package/build/{useMantineLocale-bfaf810c.js → useMantineLocale-b2b8456f.js} +6 -6
  385. package/build/{usePlacesAutocomplete-db5d0254.js → usePlacesAutocomplete-a70a507c.js} +1 -1
  386. package/build/{useScreenSize-53337b39.js → useScreenSize-6c744f22.js} +2 -2
  387. package/build/useTogetherAuthRequiredAction.js +9 -9
  388. package/build/{utils-92bf9062.js → utils-26919fe3.js} +4 -4
  389. package/build/{utils-fe6c5f1f.js → utils-67f8997f.js} +2 -2
  390. package/build/{utils-665877d3.js → utils-a3927db1.js} +2 -2
  391. package/build/{utils-d8a37749.js → utils-dfd8ede1.js} +3 -3
  392. package/build/vaccination.js +21 -21
  393. package/package.json +3 -3
  394. package/build/components/mantine/phoneInput/PhoneInput.d.ts +0 -15
  395. package/build/components/mantine/phoneInput/index.d.ts +0 -1
  396. package/build/esm/components/mantine/phoneInput/PhoneInput.d.ts +0 -15
  397. package/build/esm/components/mantine/phoneInput/index.d.ts +0 -1
  398. package/build/esm/index-d1c3d3f8.js +0 -372
  399. package/build/esm/lead/LeadGenForm/LeadGenForm.d.ts +0 -41
  400. package/build/esm/lead/LeadGenForm/LeadGenForm.styled.d.ts +0 -5
  401. package/build/esm/lead/LeadGenForm/LeadGenThankYou.d.ts +0 -20
  402. package/build/esm/lead/LeadGenForm/index.d.ts +0 -1
  403. package/build/esm/lead/LeadGenForm/textField/index.d.ts +0 -13
  404. package/build/esm/lead/LeadGenForm/textField/index.styled.d.ts +0 -11
  405. package/build/esm/lead/LeadGenSubscriptionBox/LeadGenSubscriptionBoxContainer.d.ts +0 -25
  406. package/build/esm/lead/LeadGenSubscriptionBox/LeadGenSubscriptionBoxContext.d.ts +0 -25
  407. package/build/esm/lead/LeadGenSubscriptionBox/LeadGenSubscriptionBoxWrapper.d.ts +0 -30
  408. package/build/esm/lead/LeadGenSubscriptionBox/index.d.ts +0 -1
  409. package/build/index-500d59e0.js +0 -379
  410. package/build/lead/LeadGenForm/LeadGenForm.d.ts +0 -41
  411. package/build/lead/LeadGenForm/LeadGenForm.styled.d.ts +0 -5
  412. package/build/lead/LeadGenForm/LeadGenThankYou.d.ts +0 -20
  413. package/build/lead/LeadGenForm/index.d.ts +0 -1
  414. package/build/lead/LeadGenForm/textField/index.d.ts +0 -13
  415. package/build/lead/LeadGenForm/textField/index.styled.d.ts +0 -11
  416. package/build/lead/LeadGenSubscriptionBox/LeadGenSubscriptionBoxContainer.d.ts +0 -25
  417. package/build/lead/LeadGenSubscriptionBox/LeadGenSubscriptionBoxContext.d.ts +0 -25
  418. package/build/lead/LeadGenSubscriptionBox/LeadGenSubscriptionBoxWrapper.d.ts +0 -30
  419. package/build/lead/LeadGenSubscriptionBox/index.d.ts +0 -1
  420. /package/build/{BMI_BOYS.percentile.monthly-77d32ede.js → BMI_BOYS.percentile.monthly-e21bf471.js} +0 -0
  421. /package/build/{BMI_BOYS.percentile.weekly-34068a3d.js → BMI_BOYS.percentile.weekly-844be72c.js} +0 -0
  422. /package/build/{BMI_BOYS.percentile.yearly-3b87566c.js → BMI_BOYS.percentile.yearly-1628dfcb.js} +0 -0
  423. /package/build/{BMI_BOYS.zscore.monthly-fd248b60.js → BMI_BOYS.zscore.monthly-4dc30031.js} +0 -0
  424. /package/build/{BMI_BOYS.zscore.weekly-70ffc0ea.js → BMI_BOYS.zscore.weekly-12184e3e.js} +0 -0
  425. /package/build/{BMI_BOYS.zscore.yearly-9d8fb3b3.js → BMI_BOYS.zscore.yearly-603df4b4.js} +0 -0
  426. /package/build/{BMI_GIRLS.percentile.monthly-be3ccc40.js → BMI_GIRLS.percentile.monthly-23fd6bb8.js} +0 -0
  427. /package/build/{BMI_GIRLS.percentile.weekly-318e81d5.js → BMI_GIRLS.percentile.weekly-a4ad7b02.js} +0 -0
  428. /package/build/{BMI_GIRLS.percentile.yearly-8cff53b7.js → BMI_GIRLS.percentile.yearly-c7edde7d.js} +0 -0
  429. /package/build/{BMI_GIRLS.zscore.monthly-eae04f1f.js → BMI_GIRLS.zscore.monthly-1191b9ba.js} +0 -0
  430. /package/build/{BMI_GIRLS.zscore.weekly-f2f829e5.js → BMI_GIRLS.zscore.weekly-bdb048c0.js} +0 -0
  431. /package/build/{BMI_GIRLS.zscore.yearly-0516fac2.js → BMI_GIRLS.zscore.yearly-d4214539.js} +0 -0
  432. /package/build/{ChevronDown-df85dca7.js → ChevronDown-222010c3.js} +0 -0
  433. /package/build/{Close-c4c272a5.js → Close-375881e5.js} +0 -0
  434. /package/build/{Google-60d29b65.js → Google-3fce729c.js} +0 -0
  435. /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-bf4b9347.js → HEAD CIRCUM_BOYS.percentile.monthly-891bee55.js} +0 -0
  436. /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-bdedbbe6.js → HEAD CIRCUM_BOYS.percentile.weekly-236f5055.js} +0 -0
  437. /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-e3f79ff0.js → HEAD CIRCUM_BOYS.percentile.yearly-3b2449d4.js} +0 -0
  438. /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-69264ee8.js → HEAD CIRCUM_BOYS.zscore.monthly-ff977586.js} +0 -0
  439. /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-231eed82.js → HEAD CIRCUM_BOYS.zscore.weekly-442b9b70.js} +0 -0
  440. /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-79f0540f.js → HEAD CIRCUM_BOYS.zscore.yearly-51595528.js} +0 -0
  441. /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-89357b63.js → HEAD CIRCUM_GIRLS.percentile.monthly-b06c7829.js} +0 -0
  442. /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-5a40c0ea.js → HEAD CIRCUM_GIRLS.percentile.weekly-3b2e6bf5.js} +0 -0
  443. /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-b57a585c.js → HEAD CIRCUM_GIRLS.percentile.yearly-8c8976b0.js} +0 -0
  444. /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-6f40c001.js → HEAD CIRCUM_GIRLS.zscore.monthly-e6ea1af5.js} +0 -0
  445. /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-c4d1a3dc.js → HEAD CIRCUM_GIRLS.zscore.weekly-ce88ef80.js} +0 -0
  446. /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-0d13cc51.js → HEAD CIRCUM_GIRLS.zscore.yearly-c1d525f8.js} +0 -0
  447. /package/build/{HEIGHT_BOYS.percentile.monthly-4923dfb7.js → HEIGHT_BOYS.percentile.monthly-1cf99123.js} +0 -0
  448. /package/build/{HEIGHT_BOYS.percentile.weekly-8f73dc29.js → HEIGHT_BOYS.percentile.weekly-5e005e4c.js} +0 -0
  449. /package/build/{HEIGHT_BOYS.percentile.yearly-e170e80e.js → HEIGHT_BOYS.percentile.yearly-700cf50c.js} +0 -0
  450. /package/build/{HEIGHT_BOYS.zscore.monthly-fefc9c1b.js → HEIGHT_BOYS.zscore.monthly-81ddc6df.js} +0 -0
  451. /package/build/{HEIGHT_BOYS.zscore.weekly-ada5533a.js → HEIGHT_BOYS.zscore.weekly-53c0deff.js} +0 -0
  452. /package/build/{HEIGHT_BOYS.zscore.yearly-d4e83504.js → HEIGHT_BOYS.zscore.yearly-adeae0be.js} +0 -0
  453. /package/build/{HEIGHT_GIRLS.percentile.monthly-1c3fb2cf.js → HEIGHT_GIRLS.percentile.monthly-2ccfe634.js} +0 -0
  454. /package/build/{HEIGHT_GIRLS.percentile.weekly-632d45d3.js → HEIGHT_GIRLS.percentile.weekly-f63c7fa9.js} +0 -0
  455. /package/build/{HEIGHT_GIRLS.percentile.yearly-51eae518.js → HEIGHT_GIRLS.percentile.yearly-08df7642.js} +0 -0
  456. /package/build/{HEIGHT_GIRLS.zscore.monthly-05d5dbc9.js → HEIGHT_GIRLS.zscore.monthly-ab9e56f1.js} +0 -0
  457. /package/build/{HEIGHT_GIRLS.zscore.weekly-e42ffddc.js → HEIGHT_GIRLS.zscore.weekly-fa44e728.js} +0 -0
  458. /package/build/{HEIGHT_GIRLS.zscore.yearly-7aa691cb.js → HEIGHT_GIRLS.zscore.yearly-22c2611c.js} +0 -0
  459. /package/build/{Locale-bc11b358.js → Locale-83427e69.js} +0 -0
  460. /package/build/{Visible-b7757afc.js → Visible-1836fcb5.js} +0 -0
  461. /package/build/{WEIGHT_BOYS.percentile.monthly-2ac98cf5.js → WEIGHT_BOYS.percentile.monthly-51177693.js} +0 -0
  462. /package/build/{WEIGHT_BOYS.percentile.weekly-a3651c26.js → WEIGHT_BOYS.percentile.weekly-683d5004.js} +0 -0
  463. /package/build/{WEIGHT_BOYS.percentile.yearly-2e4b61bc.js → WEIGHT_BOYS.percentile.yearly-aa12e3a2.js} +0 -0
  464. /package/build/{WEIGHT_BOYS.zscore.monthly-9a264811.js → WEIGHT_BOYS.zscore.monthly-527d14b4.js} +0 -0
  465. /package/build/{WEIGHT_BOYS.zscore.weekly-1af2c797.js → WEIGHT_BOYS.zscore.weekly-cab4934f.js} +0 -0
  466. /package/build/{WEIGHT_BOYS.zscore.yearly-b04f8ded.js → WEIGHT_BOYS.zscore.yearly-eca143d6.js} +0 -0
  467. /package/build/{WEIGHT_GIRLS.percentile.monthly-7848ad4d.js → WEIGHT_GIRLS.percentile.monthly-7b1a207b.js} +0 -0
  468. /package/build/{WEIGHT_GIRLS.percentile.weekly-007eb8de.js → WEIGHT_GIRLS.percentile.weekly-f19a278e.js} +0 -0
  469. /package/build/{WEIGHT_GIRLS.percentile.yearly-d73c397d.js → WEIGHT_GIRLS.percentile.yearly-0fe30c63.js} +0 -0
  470. /package/build/{WEIGHT_GIRLS.zscore.monthly-0919302e.js → WEIGHT_GIRLS.zscore.monthly-6a836c65.js} +0 -0
  471. /package/build/{WEIGHT_GIRLS.zscore.weekly-c23338a0.js → WEIGHT_GIRLS.zscore.weekly-21b9aafb.js} +0 -0
  472. /package/build/{WEIGHT_GIRLS.zscore.yearly-77e13b21.js → WEIGHT_GIRLS.zscore.yearly-bc8ef562.js} +0 -0
  473. /package/build/{animation-13a568d8.js → animation-3ade1e75.js} +0 -0
  474. /package/build/{constants-2905564a.js → constants-340f9eb3.js} +0 -0
  475. /package/build/{constants-1c1df5a8.js → constants-718b0236.js} +0 -0
  476. /package/build/{constants-800a381c.js → constants-7c39d76e.js} +0 -0
  477. /package/build/{dataTransform-6e9cbf45.js → dataTransform-376f6550.js} +0 -0
  478. /package/build/{doctor-9a0f4b6a.js → doctor-ca697254.js} +0 -0
  479. /package/build/esm/{BMI_BOYS.percentile.monthly-eef6a636.js → BMI_BOYS.percentile.monthly-b259d399.js} +0 -0
  480. /package/build/esm/{BMI_BOYS.percentile.weekly-ceb85dca.js → BMI_BOYS.percentile.weekly-862e1e2c.js} +0 -0
  481. /package/build/esm/{BMI_BOYS.percentile.yearly-4ed4b90e.js → BMI_BOYS.percentile.yearly-0a066aeb.js} +0 -0
  482. /package/build/esm/{BMI_BOYS.zscore.monthly-e55e9afb.js → BMI_BOYS.zscore.monthly-7b1c6cc7.js} +0 -0
  483. /package/build/esm/{BMI_BOYS.zscore.weekly-4073dca9.js → BMI_BOYS.zscore.weekly-66aaa87d.js} +0 -0
  484. /package/build/esm/{BMI_BOYS.zscore.yearly-0a2d322b.js → BMI_BOYS.zscore.yearly-ed889383.js} +0 -0
  485. /package/build/esm/{BMI_GIRLS.percentile.monthly-a1a82ce8.js → BMI_GIRLS.percentile.monthly-7d1c9e85.js} +0 -0
  486. /package/build/esm/{BMI_GIRLS.percentile.weekly-d9f484ed.js → BMI_GIRLS.percentile.weekly-438d4e14.js} +0 -0
  487. /package/build/esm/{BMI_GIRLS.percentile.yearly-02e0b5c6.js → BMI_GIRLS.percentile.yearly-9f0bd73f.js} +0 -0
  488. /package/build/esm/{BMI_GIRLS.zscore.monthly-3086a4eb.js → BMI_GIRLS.zscore.monthly-54e2f737.js} +0 -0
  489. /package/build/esm/{BMI_GIRLS.zscore.weekly-18b946b1.js → BMI_GIRLS.zscore.weekly-923eb59a.js} +0 -0
  490. /package/build/esm/{BMI_GIRLS.zscore.yearly-4b41195a.js → BMI_GIRLS.zscore.yearly-259a29e1.js} +0 -0
  491. /package/build/esm/{ChevronDown-75af5663.js → ChevronDown-2bf6d690.js} +0 -0
  492. /package/build/esm/{Close-755f3cd6.js → Close-7777eee7.js} +0 -0
  493. /package/build/esm/{Google-f94ba2eb.js → Google-00c6da40.js} +0 -0
  494. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-ccf35c97.js → HEAD CIRCUM_BOYS.percentile.monthly-d65edc48.js} +0 -0
  495. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-35cabdd6.js → HEAD CIRCUM_BOYS.percentile.weekly-80ae446b.js} +0 -0
  496. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-f1a8bfd6.js → HEAD CIRCUM_BOYS.percentile.yearly-2c3d69af.js} +0 -0
  497. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-f62449ec.js → HEAD CIRCUM_BOYS.zscore.monthly-406e1ed4.js} +0 -0
  498. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-555e72ad.js → HEAD CIRCUM_BOYS.zscore.weekly-deefeda1.js} +0 -0
  499. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-ffb64461.js → HEAD CIRCUM_BOYS.zscore.yearly-7b64a8f7.js} +0 -0
  500. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-dbb73d21.js → HEAD CIRCUM_GIRLS.percentile.monthly-c95d6cd4.js} +0 -0
  501. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-93516e21.js → HEAD CIRCUM_GIRLS.percentile.weekly-7248e754.js} +0 -0
  502. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-6ae63168.js → HEAD CIRCUM_GIRLS.percentile.yearly-81317562.js} +0 -0
  503. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-ee2360c6.js → HEAD CIRCUM_GIRLS.zscore.monthly-22703fdb.js} +0 -0
  504. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-e6aabacc.js → HEAD CIRCUM_GIRLS.zscore.weekly-85cf5634.js} +0 -0
  505. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-ea540ad7.js → HEAD CIRCUM_GIRLS.zscore.yearly-a7b02402.js} +0 -0
  506. /package/build/esm/{HEIGHT_BOYS.percentile.monthly-67ae92c3.js → HEIGHT_BOYS.percentile.monthly-20161ea5.js} +0 -0
  507. /package/build/esm/{HEIGHT_BOYS.percentile.weekly-c388098c.js → HEIGHT_BOYS.percentile.weekly-0c1ee5e2.js} +0 -0
  508. /package/build/esm/{HEIGHT_BOYS.percentile.yearly-43abdda4.js → HEIGHT_BOYS.percentile.yearly-b3bd1a5e.js} +0 -0
  509. /package/build/esm/{HEIGHT_BOYS.zscore.monthly-7cbd36eb.js → HEIGHT_BOYS.zscore.monthly-84357e65.js} +0 -0
  510. /package/build/esm/{HEIGHT_BOYS.zscore.weekly-dba453b8.js → HEIGHT_BOYS.zscore.weekly-0b3d0d45.js} +0 -0
  511. /package/build/esm/{HEIGHT_BOYS.zscore.yearly-2a9d7648.js → HEIGHT_BOYS.zscore.yearly-092355a2.js} +0 -0
  512. /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-59ab9a32.js → HEIGHT_GIRLS.percentile.monthly-a92f5b6b.js} +0 -0
  513. /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-c2840739.js → HEIGHT_GIRLS.percentile.weekly-af95cfaf.js} +0 -0
  514. /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-0d408b89.js → HEIGHT_GIRLS.percentile.yearly-6d313cc8.js} +0 -0
  515. /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-ed32bcd7.js → HEIGHT_GIRLS.zscore.monthly-fa8c2fff.js} +0 -0
  516. /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-7ffdfcbf.js → HEIGHT_GIRLS.zscore.weekly-e03a954b.js} +0 -0
  517. /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-b994474b.js → HEIGHT_GIRLS.zscore.yearly-74015107.js} +0 -0
  518. /package/build/esm/{Locale-f131de60.js → Locale-f7e857ca.js} +0 -0
  519. /package/build/esm/{Visible-973ad72f.js → Visible-40ba379f.js} +0 -0
  520. /package/build/esm/{WEIGHT_BOYS.percentile.monthly-fa452031.js → WEIGHT_BOYS.percentile.monthly-1e3b1109.js} +0 -0
  521. /package/build/esm/{WEIGHT_BOYS.percentile.weekly-4d484b6a.js → WEIGHT_BOYS.percentile.weekly-1c02c21a.js} +0 -0
  522. /package/build/esm/{WEIGHT_BOYS.percentile.yearly-640c5c38.js → WEIGHT_BOYS.percentile.yearly-338ac039.js} +0 -0
  523. /package/build/esm/{WEIGHT_BOYS.zscore.monthly-4d3b328d.js → WEIGHT_BOYS.zscore.monthly-090e330e.js} +0 -0
  524. /package/build/esm/{WEIGHT_BOYS.zscore.weekly-33bd4dd5.js → WEIGHT_BOYS.zscore.weekly-336161d9.js} +0 -0
  525. /package/build/esm/{WEIGHT_BOYS.zscore.yearly-c61fc388.js → WEIGHT_BOYS.zscore.yearly-a9e1847f.js} +0 -0
  526. /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-27706de0.js → WEIGHT_GIRLS.percentile.monthly-0b491ff0.js} +0 -0
  527. /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-910e041a.js → WEIGHT_GIRLS.percentile.weekly-7c0cad03.js} +0 -0
  528. /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-19634be2.js → WEIGHT_GIRLS.percentile.yearly-c5a91dbb.js} +0 -0
  529. /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-32cd08c3.js → WEIGHT_GIRLS.zscore.monthly-475c5cf9.js} +0 -0
  530. /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-e4568c26.js → WEIGHT_GIRLS.zscore.weekly-2fc95c7e.js} +0 -0
  531. /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-f6e304b9.js → WEIGHT_GIRLS.zscore.yearly-fe120857.js} +0 -0
  532. /package/build/esm/{animation-03accc76.js → animation-ac10a2c3.js} +0 -0
  533. /package/build/esm/{constants-bf29e0f0.js → constants-845324ae.js} +0 -0
  534. /package/build/esm/{constants-fb73e3ef.js → constants-c0913a2b.js} +0 -0
  535. /package/build/esm/{constants-78ddad2e.js → constants-f334b206.js} +0 -0
  536. /package/build/esm/{dataTransform-e22fb4f9.js → dataTransform-d9b89db6.js} +0 -0
  537. /package/build/esm/{doctor-33c9e25e.js → doctor-d6d38f4a.js} +0 -0
  538. /package/build/esm/{index-25586182.js → index-15a6a497.js} +0 -0
  539. /package/build/esm/{index-49054ff9.js → index-5670a545.js} +0 -0
  540. /package/build/esm/{index-ddbcb091.js → index-596bddc7.js} +0 -0
  541. /package/build/esm/{index-8d7c8364.js → index-62cab603.js} +0 -0
  542. /package/build/esm/{index-2097a507.js → index-b0b88498.js} +0 -0
  543. /package/build/esm/{index-87d7e39b.js → index-b37b0a08.js} +0 -0
  544. /package/build/esm/{index-b3528a2f.js → index-c791a367.js} +0 -0
  545. /package/build/esm/{index-cf541b45.js → index-cd673e10.js} +0 -0
  546. /package/build/esm/{index.styles-3b4cb44d.js → index.styles-ccd55f9c.js} +0 -0
  547. /package/build/esm/{localizeNumberFormat-2063f26d.js → localizeNumberFormat-519c73f1.js} +0 -0
  548. /package/build/esm/{normalizeLink-8a2a5d71.js → normalizeLink-3d1161fe.js} +0 -0
  549. /package/build/esm/{number-b8f051b4.js → number-abea4986.js} +0 -0
  550. /package/build/esm/{other-6869ae5e.js → other-a530411a.js} +0 -0
  551. /package/build/esm/{paths-bbb40f27.js → paths-e136ce4b.js} +0 -0
  552. /package/build/esm/{translationsContext-3e444dde.js → translationsContext-79df4eb3.js} +0 -0
  553. /package/build/esm/{tslib.es6-666e3cd6.js → tslib.es6-bbcd45f4.js} +0 -0
  554. /package/build/esm/{types-1ba72a05.js → types-ef809cde.js} +0 -0
  555. /package/build/esm/{useIsInit-b49e83d5.js → useIsInit-8c2ed148.js} +0 -0
  556. /package/build/esm/{useOutsideClick-040db14c.js → useOutsideClick-02b20659.js} +0 -0
  557. /package/build/esm/{useScrollbarSize-241f3dd8.js → useScrollbarSize-588f44da.js} +0 -0
  558. /package/build/esm/{useUniqueId-62c78e84.js → useUniqueId-5c48d35b.js} +0 -0
  559. /package/build/esm/{utils-2cba8675.js → utils-bbeadd87.js} +0 -0
  560. /package/build/{index-1eda14d7.js → index-02be1739.js} +0 -0
  561. /package/build/{index-f40549f7.js → index-213d644b.js} +0 -0
  562. /package/build/{index-cf9f60a1.js → index-31872be9.js} +0 -0
  563. /package/build/{index-cb081b49.js → index-416c7ad4.js} +0 -0
  564. /package/build/{index-82f9a77b.js → index-6a2bf58d.js} +0 -0
  565. /package/build/{index-471f7ea9.js → index-748c8ace.js} +0 -0
  566. /package/build/{index-f446d5f6.js → index-88d33176.js} +0 -0
  567. /package/build/{index-30cceb74.js → index-b94dbc02.js} +0 -0
  568. /package/build/{index.styles-d77f7530.js → index.styles-e1a5b046.js} +0 -0
  569. /package/build/{localizeNumberFormat-64398792.js → localizeNumberFormat-03aef0ba.js} +0 -0
  570. /package/build/{normalizeLink-bbd9a1a4.js → normalizeLink-429c492d.js} +0 -0
  571. /package/build/{number-e99f35d4.js → number-efd222d4.js} +0 -0
  572. /package/build/{other-0f1056c9.js → other-a0f49391.js} +0 -0
  573. /package/build/{paths-64d1e0f4.js → paths-354ea2c3.js} +0 -0
  574. /package/build/{translationsContext-13d01c64.js → translationsContext-e4479e2d.js} +0 -0
  575. /package/build/{tslib.es6-ac3885bf.js → tslib.es6-231073ef.js} +0 -0
  576. /package/build/{types-4ac2b84e.js → types-18eefd29.js} +0 -0
  577. /package/build/{useIsInit-b6cb0157.js → useIsInit-fa5efcbb.js} +0 -0
  578. /package/build/{useOutsideClick-03282050.js → useOutsideClick-90ac37e4.js} +0 -0
  579. /package/build/{useScrollbarSize-3b28fc7f.js → useScrollbarSize-2d2c8f4c.js} +0 -0
  580. /package/build/{useUniqueId-ff573dd2.js → useUniqueId-34c70fb4.js} +0 -0
  581. /package/build/{utils-855dca0f.js → utils-81fb64d1.js} +0 -0
@@ -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.introduce.description' | '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';
@@ -286,9 +286,13 @@ var defaultTranslations = {
286
286
  "createPost.urlText": "Text",
287
287
  "createPost.video": "Video",
288
288
  "createPost.videoOrLink": "Video or link",
289
+ "dueDatePage.IUI": "Intrauterine insemination (IUI)",
289
290
  "dueDatePage.calculationMethod": "Calculation Method",
290
291
  "dueDatePage.conceptionDate": "Conception Date",
292
+ "dueDatePage.date_of_IUI_procedure": "Date of IUI procedure",
293
+ "dueDatePage.date_of_ultrasound": "Date of Ultrasound",
291
294
  "dueDatePage.daysText": "{number} days",
295
+ "dueDatePage.introduce.description": "Use this calculator to find your due date. This is just an estimate – not a guarantee! Most women, but not all, will deliver their babies within a week before or after this date range.",
292
296
  "dueDatePage.ivf": "IVF",
293
297
  "dueDatePage.ivf.transferDate": "IVF Transfer Date",
294
298
  "dueDatePage.ivf.transferDateRadio": "{number}-Day Transfer",
@@ -296,6 +300,11 @@ var defaultTranslations = {
296
300
  "dueDatePage.lastPeriod.calculate": "Calculate",
297
301
  "dueDatePage.lastPeriod.lastPeriodLabel": "The first day of your last period",
298
302
  "dueDatePage.lastPeriod.periodLengthLabel": "Cycle Length",
303
+ "dueDatePage.ultrasound": "Ultrasound",
304
+ "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.",
305
+ "dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
306
+ "dueDatePage.validation.one_is_required": "At least one is required",
307
+ "dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
299
308
  "editor.addSocialLink.addLink": "Add",
300
309
  "editor.addSocialLink.warningDomain": "Only allowing sources from Youtube, Facebook, and Tiktok",
301
310
  "expert.content.description": "Expert's Profile",
@@ -286,9 +286,13 @@ var hiTranslations = {
286
286
  "createPost.urlText": "Text",
287
287
  "createPost.video": "Video",
288
288
  "createPost.videoOrLink": "Video or link",
289
+ "dueDatePage.IUI": "Intrauterine insemination (IUI)",
289
290
  "dueDatePage.calculationMethod": "गणना विधि",
290
291
  "dueDatePage.conceptionDate": "कॉन्सेप्शन की तारीख ",
292
+ "dueDatePage.date_of_IUI_procedure": "Date of IUI procedure",
293
+ "dueDatePage.date_of_ultrasound": "Date of Ultrasound",
291
294
  "dueDatePage.daysText": "{number} दिन ",
295
+ "dueDatePage.introduce.description": "Use this calculator to find your due date. This is just an estimate – not a guarantee! Most women, but not all, will deliver their babies within a week before or after this date range.",
292
296
  "dueDatePage.ivf": "आईवीएफ ",
293
297
  "dueDatePage.ivf.transferDate": "आईवीएफ ट्रांसफर की तारीख ",
294
298
  "dueDatePage.ivf.transferDateRadio": "{number} ट्रांसफर का दिन ",
@@ -296,6 +300,11 @@ var hiTranslations = {
296
300
  "dueDatePage.lastPeriod.calculate": "कैलक्युलेट ",
297
301
  "dueDatePage.lastPeriod.lastPeriodLabel": "आपके पिछले पीरियड का पहला दिन ",
298
302
  "dueDatePage.lastPeriod.periodLengthLabel": "सायकल लेंथ ",
303
+ "dueDatePage.ultrasound": "Ultrasound",
304
+ "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.",
305
+ "dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
306
+ "dueDatePage.validation.one_is_required": "At least one is required",
307
+ "dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
299
308
  "editor.addSocialLink.addLink": "Add",
300
309
  "editor.addSocialLink.warningDomain": "Only allowing sources from Youtube, Facebook, and Tiktok",
301
310
  "expert.content.description": "प्रोफाइल ",
@@ -286,9 +286,13 @@ var idTranslations = {
286
286
  "createPost.urlText": "Text",
287
287
  "createPost.video": "Video",
288
288
  "createPost.videoOrLink": "Video atau tautan",
289
+ "dueDatePage.IUI": "Inseminasi Buatan (IUI)",
289
290
  "dueDatePage.calculationMethod": "Metode kalkulasi",
290
291
  "dueDatePage.conceptionDate": "Tanggal Pembuahan",
292
+ "dueDatePage.date_of_IUI_procedure": "Tanggal prosedur IUI",
293
+ "dueDatePage.date_of_ultrasound": "Tanggal USG",
291
294
  "dueDatePage.daysText": "{number} days",
295
+ "dueDatePage.introduce.description": "Gunakan kalkulator ini untuk menghitung hari perkiraan lahir (HPL) Anda. Ini hanyalah prediksi, bukan sebuah jaminan pasti. Pada umumnya, hari melahirkan sebenarnya akan maju atau mundur seminggu dari HPL.",
292
296
  "dueDatePage.ivf": "Program Bayi Tabung",
293
297
  "dueDatePage.ivf.transferDate": "Tanggal Pemindahan Bayi Tabung",
294
298
  "dueDatePage.ivf.transferDateRadio": "{number} Hari Pemindahan",
@@ -296,6 +300,11 @@ var idTranslations = {
296
300
  "dueDatePage.lastPeriod.calculate": "Hitung",
297
301
  "dueDatePage.lastPeriod.lastPeriodLabel": "Hari Pertama dari Haid Terakhir Anda",
298
302
  "dueDatePage.lastPeriod.periodLengthLabel": "Durasi siklus haid",
303
+ "dueDatePage.ultrasound": "Ultrasound",
304
+ "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.",
305
+ "dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
306
+ "dueDatePage.validation.one_is_required": "Setidaknya satu harus diisi",
307
+ "dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
299
308
  "editor.addSocialLink.addLink": "Tambah",
300
309
  "editor.addSocialLink.warningDomain": "Hanya memperbolehkan sumber dari Youtube, Facebook, dan Tiktok",
301
310
  "expert.content.description": "Profil Pakar",
@@ -286,9 +286,13 @@ var kmTranslations = {
286
286
  "createPost.urlText": "Text",
287
287
  "createPost.video": "វីដេអូ",
288
288
  "createPost.videoOrLink": "វីដេអូ ឬ តំណភ្ជាប់",
289
+ "dueDatePage.IUI": "ការបញ្ចូលទឹកកាមក្នុងស្បូន (IUI)",
289
290
  "dueDatePage.calculationMethod": "វិធីសាស្ត្រគណនា",
290
291
  "dueDatePage.conceptionDate": "ថ្ងៃ​បង្ក​កំណើត",
292
+ "dueDatePage.date_of_IUI_procedure": "កាលបរិច្ឆេទនៃនីតិវិធី IUI",
293
+ "dueDatePage.date_of_ultrasound": "កាលបរិច្ឆេទនៃអ៊ុលត្រាសោន",
291
294
  "dueDatePage.daysText": "{number} ចំំនួន​ថ្ងៃ​",
295
+ "dueDatePage.introduce.description": "ប្រើម៉ាស៊ីនគណនានេះដើម្បីស្វែងរកកាលបរិច្ឆេទគ្រប់ខែរបស់អ្នក។ នេះគ្រាន់តែជាការប៉ាន់ស្មានប៉ុណ្ណោះ – មិនមែនជាការធានាទេ! ស្ត្រីភាគច្រើន ប៉ុន្តែមិនមែនទាំងអស់ទេ នឹងសម្រាលកូនរបស់ពួកគេក្នុងរយៈពេលមួយសប្តាហ៍មុន ឬក្រោយជួរកាលបរិច្ឆេទនេះ។",
292
296
  "dueDatePage.ivf": "ការ​បង្កកំណើត​ក្នុង​កែវ(IVF)",
293
297
  "dueDatePage.ivf.transferDate": "កាលបរិច្ឆេទនៃការផ្សាំអំប្រ៊ីយ៉ុង",
294
298
  "dueDatePage.ivf.transferDateRadio": "{number} ថ្ងៃផ្សាំអំប្រ៊ីយ៉ុង",
@@ -296,6 +300,11 @@ var kmTranslations = {
296
300
  "dueDatePage.lastPeriod.calculate": "គណនា",
297
301
  "dueDatePage.lastPeriod.lastPeriodLabel": "ថ្ងៃដំបូង​បំផុត​នៃ​ការ​មក​រដូវចុងក្រោយ",
298
302
  "dueDatePage.lastPeriod.periodLengthLabel": "រយៈពេល​វដ្ដរដូវ",
303
+ "dueDatePage.ultrasound": "Ultrasound",
304
+ "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.",
305
+ "dueDatePage.validation.crl": "តម្លៃ MSD មិនត្រឹមត្រូវទេ។ សូមបញ្ចូលសន្ទស្សន៍ CRL ដើម្បីបន្ត។",
306
+ "dueDatePage.validation.one_is_required": "យ៉ាងហោចណាស់តម្រូវឱ្យមានមួយ",
307
+ "dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
299
308
  "editor.addSocialLink.addLink": "បន្ថែម",
300
309
  "editor.addSocialLink.warningDomain": "អនុញ្ញាតតែប្រភពពី Youtube, Facebook, និង Tiktok",
301
310
  "expert.content.description": "អំពី​គ្រូពេទ្យឯកទេស",
@@ -286,9 +286,13 @@ var msTranslations = {
286
286
  "createPost.urlText": "Teks",
287
287
  "createPost.video": "Video",
288
288
  "createPost.videoOrLink": "Video atau pautan",
289
+ "dueDatePage.IUI": "Intrauterine insemination (IUI)",
289
290
  "dueDatePage.calculationMethod": "Kaedah Pengiraan",
290
291
  "dueDatePage.conceptionDate": "Tarikh Konsepsi",
292
+ "dueDatePage.date_of_IUI_procedure": "Date of IUI procedure",
293
+ "dueDatePage.date_of_ultrasound": "Date of Ultrasound",
291
294
  "dueDatePage.daysText": "{number} hari",
295
+ "dueDatePage.introduce.description": "Use this calculator to find your due date. This is just an estimate – not a guarantee! Most women, but not all, will deliver their babies within a week before or after this date range.",
292
296
  "dueDatePage.ivf": "IVF",
293
297
  "dueDatePage.ivf.transferDate": "Tarikh Pemindahan IVF",
294
298
  "dueDatePage.ivf.transferDateRadio": "{number} Hari Dipindah",
@@ -296,6 +300,11 @@ var msTranslations = {
296
300
  "dueDatePage.lastPeriod.calculate": "Kira",
297
301
  "dueDatePage.lastPeriod.lastPeriodLabel": "Hari pertama haid terakhir anda",
298
302
  "dueDatePage.lastPeriod.periodLengthLabel": "Panjang Kitaran",
303
+ "dueDatePage.ultrasound": "Ultrasound",
304
+ "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.",
305
+ "dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
306
+ "dueDatePage.validation.one_is_required": "At least one is required",
307
+ "dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
299
308
  "editor.addSocialLink.addLink": "Tambah",
300
309
  "editor.addSocialLink.warningDomain": "Hanya membenarkan sumber dari Youtube, Facebook, dan Tiktok",
301
310
  "expert.content.description": "Profil",
@@ -286,9 +286,13 @@ var myTranslations = {
286
286
  "createPost.urlText": "စာသား",
287
287
  "createPost.video": "ဗီဒီယို",
288
288
  "createPost.videoOrLink": "ဗီဒီယို သို့မဟုတ် link",
289
+ "dueDatePage.IUI": "သားအိမ်အတွင်းသုက်ထိုးခြင်း (IUI)",
289
290
  "dueDatePage.calculationMethod": "တွက်ချက်နည်း",
290
291
  "dueDatePage.conceptionDate": "ကိုယ်ဝန်ရရှိသည့် ရက်စွဲ",
292
+ "dueDatePage.date_of_IUI_procedure": "IUI လုပ်ထုံးလုပ်နည်းရက်",
293
+ "dueDatePage.date_of_ultrasound": "အလ်ထရာဆောင်းရက်",
291
294
  "dueDatePage.daysText": "{number} ရက်",
295
+ "dueDatePage.introduce.description": "ဤကလေးမွေးမည့်ရက်တွက်စက်ကိုအသုံးပြု၍ မင်းရဲ့မွေးမည့်ရက်ကိုရှာပါ။ ဒါဟာခန့်မှန်းချက်သာဖြစ်ပြီး အာမခံချက်မဟုတ်ပါ။ အမျိုးသမီးအများစု (အားလုံးမဟုတ်) သည် ဤရက်အပိုင်းအခြားမတိုင်မီ သို့မဟုတ် နောက်တစ်ပတ်အတွင်း ကလေးမွေးဖွားလေ့ရှိသည်။",
292
296
  "dueDatePage.ivf": "ဖန်ပြွန်သန္ဓေသား",
293
297
  "dueDatePage.ivf.transferDate": "သန္ဓေသား ပြောင်းထည့်သည့်ရက်",
294
298
  "dueDatePage.ivf.transferDateRadio": "{number}-ပြောင်းထည့်သည့်ရက်",
@@ -296,6 +300,11 @@ var myTranslations = {
296
300
  "dueDatePage.lastPeriod.calculate": "တွက်ချက်မည်",
297
301
  "dueDatePage.lastPeriod.lastPeriodLabel": "နောက်ဆုံးရာသီစက်ဝန်းရဲ့ ပထမရက်",
298
302
  "dueDatePage.lastPeriod.periodLengthLabel": "ရာသီစက်ဝန်း ကြာချိန်",
303
+ "dueDatePage.ultrasound": "Ultrasound",
304
+ "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.",
305
+ "dueDatePage.validation.crl": "MSD တန်ဖိုးမမှန်ကန်ပါ။ ဆက်လက်လုပ်ဆောင်ရန် CRL အညွှန်းကို ထည့်ပါ။",
306
+ "dueDatePage.validation.one_is_required": "အနည်းဆုံးတစ်ခုလိုအပ်သည်",
307
+ "dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
299
308
  "editor.addSocialLink.addLink": "ထည့်ပါ",
300
309
  "editor.addSocialLink.warningDomain": "Youtube, Facebook နှင့် Tiktok မှ ရင်းမြစ်များကိုသာခွင့်ပြုသည်",
301
310
  "expert.content.description": "ကျွမ်းကျင်သူ ကိုယ်ရေးအကျဉ်း",
@@ -286,9 +286,13 @@ var thTranslations = {
286
286
  "createPost.urlText": "ข้อความ",
287
287
  "createPost.video": "วิดีโอ",
288
288
  "createPost.videoOrLink": "วิดีโอหรือลิงก์",
289
+ "dueDatePage.IUI": "การผสมเทียม (IUI)",
289
290
  "dueDatePage.calculationMethod": "วิธีการคำนวณ",
290
291
  "dueDatePage.conceptionDate": "วันที่ปฏิสนธิ",
292
+ "dueDatePage.date_of_IUI_procedure": "วันที่ทำการผสมเทียม IUI",
293
+ "dueDatePage.date_of_ultrasound": "วันที่ทำอัลตราซาวด์",
291
294
  "dueDatePage.daysText": "{number} วัน",
295
+ "dueDatePage.introduce.description": "เครื่องมือนี้ใช้เพื่อคำนวณกำหนดคลอดของคุณ เครื่องมือนี้ใช้เพียงเพื่อประเมินเท่านั้น ไม่สามารถรับประกันได้ 100% ผู้หญิงส่วนใหญ่มักจะคลอดบุตรภายในหนึ่งสัปดาห์ก่อนหรือหลังจากช่วงเวลาที่ประเมินนี้",
292
296
  "dueDatePage.ivf": "เด็กหลอดแก้ว (IVF)",
293
297
  "dueDatePage.ivf.transferDate": "วันที่ฝังตัวอ่อน",
294
298
  "dueDatePage.ivf.transferDateRadio": "ระยะเวลาที่ใช้ฝังตัวอ่อน {number} วัน",
@@ -296,6 +300,11 @@ var thTranslations = {
296
300
  "dueDatePage.lastPeriod.calculate": "คำนวณ",
297
301
  "dueDatePage.lastPeriod.lastPeriodLabel": "วันแรกของการมีประจำเดือนครั้งล่าสุด",
298
302
  "dueDatePage.lastPeriod.periodLengthLabel": "ระยะเวลารอบเดือน",
303
+ "dueDatePage.ultrasound": "Ultrasound",
304
+ "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.",
305
+ "dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
306
+ "dueDatePage.validation.one_is_required": "กรุณาระบุอย่างน้อย 1 ข้อ",
307
+ "dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
299
308
  "editor.addSocialLink.addLink": "เพิ่ม",
300
309
  "editor.addSocialLink.warningDomain": "อนุญาตแหล่งที่มาจาก Youtube, Facebook และ Tiktok เท่านั้น",
301
310
  "expert.content.description": "ประวัติผู้เชี่ยวชาญ",
@@ -286,9 +286,13 @@ var tlTranslations = {
286
286
  "createPost.urlText": "Text",
287
287
  "createPost.video": "Video",
288
288
  "createPost.videoOrLink": "Video o link",
289
+ "dueDatePage.IUI": "Intrauterine insemination (IUI)",
289
290
  "dueDatePage.calculationMethod": "Calculation Method",
290
291
  "dueDatePage.conceptionDate": "Petsa ng Conception",
292
+ "dueDatePage.date_of_IUI_procedure": "Araw ng IUI procedure",
293
+ "dueDatePage.date_of_ultrasound": "Araw ng Ultrasound",
291
294
  "dueDatePage.daysText": "{number} mga araw",
295
+ "dueDatePage.introduce.description": "Gamitin ang calculator na ito upang malaman ang iyong due date. Ito ay estimate lamang at hindi panigurado! Karamihan ng mga nanay ay magde-deliver ng kanilang mga baby sa loob ng isang linggo bago o pagkatapos ng due date na ito.",
292
296
  "dueDatePage.ivf": "IVF",
293
297
  "dueDatePage.ivf.transferDate": "Petsa ng Paglipat ng IVF",
294
298
  "dueDatePage.ivf.transferDateRadio": "{number}-Araw ng Paglipat",
@@ -296,6 +300,11 @@ var tlTranslations = {
296
300
  "dueDatePage.lastPeriod.calculate": "Kalkulahin",
297
301
  "dueDatePage.lastPeriod.lastPeriodLabel": "Ang unang araw ng iyong huling regla",
298
302
  "dueDatePage.lastPeriod.periodLengthLabel": "Haba ng Siklo",
303
+ "dueDatePage.ultrasound": "Ultrasound",
304
+ "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.",
305
+ "dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
306
+ "dueDatePage.validation.one_is_required": "Kahit isa ay kinakailangan",
307
+ "dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
299
308
  "editor.addSocialLink.addLink": "Magdagdag",
300
309
  "editor.addSocialLink.warningDomain": "Pinapayagan lamang ang mga source mula sa Youtube, Facebook, at Tiktok",
301
310
  "expert.content.description": "Propayl ng Eksperto",
@@ -286,9 +286,13 @@ var viTranslations = {
286
286
  "createPost.urlText": "Nội dung",
287
287
  "createPost.video": "Video",
288
288
  "createPost.videoOrLink": "Video hoặc liên kết",
289
+ "dueDatePage.IUI": "Thụ tinh nhân tạo (IUI)",
289
290
  "dueDatePage.calculationMethod": "Phương pháp tính toán",
290
291
  "dueDatePage.conceptionDate": "Ngày thụ thai",
292
+ "dueDatePage.date_of_IUI_procedure": "Ngày bơm tinh trùng",
293
+ "dueDatePage.date_of_ultrasound": "Ngày siêu âm",
291
294
  "dueDatePage.daysText": "{number} ngày",
295
+ "dueDatePage.introduce.description": "Công cụ giúp bạn xác định ngày dự sinh. Lưu ý, kết quả chỉ mang tính dự đoán, tham khảo. Mẹ bầu có thể sinh sớm hơn hoặc muộn hơn trong khoảng vài ngày đến một tuần so với ngày dự sinh.",
292
296
  "dueDatePage.ivf": "Thụ tinh trong ống nghiệm IVF",
293
297
  "dueDatePage.ivf.transferDate": "Ngày chuyển phôi",
294
298
  "dueDatePage.ivf.transferDateRadio": "{number} - Ngày chuyển phôi",
@@ -296,6 +300,11 @@ var viTranslations = {
296
300
  "dueDatePage.lastPeriod.calculate": "Tính ngay",
297
301
  "dueDatePage.lastPeriod.lastPeriodLabel": "Ngày đầu tiên của chu kỳ gần nhất",
298
302
  "dueDatePage.lastPeriod.periodLengthLabel": "Độ dài chu kỳ kinh nguyệt",
303
+ "dueDatePage.ultrasound": "Siêu âm",
304
+ "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.",
305
+ "dueDatePage.validation.crl": "Giá trị MSD không hợp lệ. Vui lòng nhập chỉ số CRL để tiếp tục.",
306
+ "dueDatePage.validation.one_is_required": "Ít nhất một trường thông tin cần điền",
307
+ "dueDatePage.validation.record_not_valid": "Thông tin nhập chưa hợp lệ!",
299
308
  "editor.addSocialLink.addLink": "Thêm",
300
309
  "editor.addSocialLink.warningDomain": "Chỉ cho phép các nguồn từ Youtube, Facebook, và Tiktok",
301
310
  "expert.content.description": "Hồ sơ chuyên gia",
@@ -286,9 +286,13 @@ var mbTranslations = {
286
286
  "createPost.urlText": "Nội dung",
287
287
  "createPost.video": "Video",
288
288
  "createPost.videoOrLink": "Video hoặc liên kết",
289
+ "dueDatePage.IUI": "Thụ tinh nhân tạo (IUI)",
289
290
  "dueDatePage.calculationMethod": "Phương pháp tính toán",
290
291
  "dueDatePage.conceptionDate": "Ngày thụ thai",
292
+ "dueDatePage.date_of_IUI_procedure": "Ngày bơm tinh trùng",
293
+ "dueDatePage.date_of_ultrasound": "Ngày siêu âm",
291
294
  "dueDatePage.daysText": "{number} ngày",
295
+ "dueDatePage.introduce.description": "Công cụ giúp bạn xác định ngày dự sinh. Lưu ý, kết quả chỉ mang tính dự đoán, tham khảo. Mẹ bầu có thể sinh sớm hơn hoặc muộn hơn trong khoảng vài ngày đến một tuần so với ngày dự sinh.",
292
296
  "dueDatePage.ivf": "Thụ tinh trong ống nghiệm IVF",
293
297
  "dueDatePage.ivf.transferDate": "Ngày chuyển phôi",
294
298
  "dueDatePage.ivf.transferDateRadio": "{number} - Ngày chuyển phôi",
@@ -296,6 +300,11 @@ var mbTranslations = {
296
300
  "dueDatePage.lastPeriod.calculate": "Tính ngay",
297
301
  "dueDatePage.lastPeriod.lastPeriodLabel": "Ngày đầu tiên của chu kỳ gần nhất",
298
302
  "dueDatePage.lastPeriod.periodLengthLabel": "Độ dài chu kỳ kinh nguyệt",
303
+ "dueDatePage.ultrasound": "Siêu âm",
304
+ "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.",
305
+ "dueDatePage.validation.crl": "Giá trị MSD không hợp lệ. Vui lòng nhập chỉ số CRL để tiếp tục.",
306
+ "dueDatePage.validation.one_is_required": "Ít nhất một trường thông tin cần điền",
307
+ "dueDatePage.validation.record_not_valid": "Thông tin nhập chưa hợp lệ!",
299
308
  "editor.addSocialLink.addLink": "Thêm",
300
309
  "editor.addSocialLink.warningDomain": "Chỉ cho phép các nguồn từ Youtube, Facebook, và Tiktok",
301
310
  "expert.content.description": "Hồ sơ chuyên gia",
@@ -807,7 +816,7 @@ var mbTranslations = {
807
816
  "tools.checkYrs": "Bạn đang tính chỉ số cho chính mình?",
808
817
  "tools.heading.on": "ngày",
809
818
  "tools.heartRateRangeErr": "Vui lòng nhập giá trị trong khoảng {min} - {max} bmp",
810
- "tools.inputPlaceholder": "Ví dụ: {nội dung}",
819
+ "tools.inputPlaceholder": "Ví dụ: {content}",
811
820
  "tools.requiredErrorMess.age": "Vui lòng nhập số tuổi chính xác",
812
821
  "tools.requiredErrorMess.gender": "Vui lòng chọn giới tính",
813
822
  "tools.selectBabyGender": "Giới tính của trẻ là gì?",
@@ -286,9 +286,13 @@ var zhTranslations = {
286
286
  "createPost.urlText": "Text",
287
287
  "createPost.video": "社群與主題",
288
288
  "createPost.videoOrLink": "向我們的專家諮詢",
289
+ "dueDatePage.IUI": "人工授精(IUI)",
289
290
  "dueDatePage.calculationMethod": "計算方法",
290
291
  "dueDatePage.conceptionDate": "受孕日期",
292
+ "dueDatePage.date_of_IUI_procedure": "打破卵針日期",
293
+ "dueDatePage.date_of_ultrasound": "超音波檢查日期",
291
294
  "dueDatePage.daysText": "{number} 日",
295
+ "dueDatePage.introduce.description": "使用此計算工具來推算您的預產期。請注意,這僅為預測結果,並非絕對準確!大多數孕婦會在預產期前後一週內分娩,但每位媽媽的情況都不同。",
292
296
  "dueDatePage.ivf": "試管嬰兒(IVF,體外受精)",
293
297
  "dueDatePage.ivf.transferDate": "植入日",
294
298
  "dueDatePage.ivf.transferDateRadio": "第 {number} 日胚胎植入",
@@ -296,6 +300,11 @@ var zhTranslations = {
296
300
  "dueDatePage.lastPeriod.calculate": "計算",
297
301
  "dueDatePage.lastPeriod.lastPeriodLabel": "最後一次月經的第一天",
298
302
  "dueDatePage.lastPeriod.periodLengthLabel": "月經週期",
303
+ "dueDatePage.ultrasound": "Ultrasound",
304
+ "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.",
305
+ "dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
306
+ "dueDatePage.validation.one_is_required": "請至少輸入一項資訊",
307
+ "dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
299
308
  "editor.addSocialLink.addLink": "Add",
300
309
  "editor.addSocialLink.warningDomain": "添加",
301
310
  "expert.content.description": "個人檔案",
package/build/i18n.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var translationsContext = require('./translationsContext-13d01c64.js');
5
+ var translationsContext = require('./translationsContext-e4479e2d.js');
6
6
  var React = require('react');
7
7
  var i18nValues_enPH = require('./i18n-values/en-PH.js');
8
8
  var i18nValues_hiIN = require('./i18n-values/hi-IN.js');
package/build/i18nV2.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var translationsContext = require('./translationsContext-13d01c64.js');
5
+ var translationsContext = require('./translationsContext-e4479e2d.js');
6
6
  var React = require('react');
7
7
 
8
8
  function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
@@ -1,15 +1,15 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('./tslib.es6-ac3885bf.js');
3
+ var tslib_es6 = require('./tslib.es6-231073ef.js');
4
4
  var React = require('react');
5
5
  var core = require('@mantine/core');
6
- var useScreenSize = require('./useScreenSize-53337b39.js');
7
- var togetherComponentGlobalContext = require('./utils-d8a37749.js');
6
+ var useScreenSize = require('./useScreenSize-6c744f22.js');
7
+ var togetherComponentGlobalContext = require('./utils-dfd8ede1.js');
8
8
  var styled = require('@emotion/styled');
9
9
  var togetherApiPaths = require('./togetherApiPaths.js');
10
- var constants = require('./constants-800a381c.js');
11
- var post = require('./post-71039d7e.js');
12
- var index = require('./index-0b773c57.js');
10
+ var constants = require('./constants-7c39d76e.js');
11
+ var post = require('./post-4db47c48.js');
12
+ var index = require('./index-fd282012.js');
13
13
 
14
14
  function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
15
15
 
@@ -1,36 +1,36 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('./tslib.es6-ac3885bf.js');
3
+ var tslib_es6 = require('./tslib.es6-231073ef.js');
4
4
  var React = require('react');
5
- var index$7 = require('./index-ca55e97e.js');
6
- var index$3 = require('./index-d4fcd1d3.js');
7
- var index = require('./index-fd81e3fa.js');
5
+ var index$7 = require('./index-2d412dd9.js');
6
+ var index$3 = require('./index-de5c1ea9.js');
7
+ var index = require('./index-4af29139.js');
8
8
  var innertext = require('innertext');
9
- var index$1 = require('./index-45f52a74.js');
10
- var index$2 = require('./index-cb081b49.js');
11
- var constants = require('./constants-800a381c.js');
9
+ var index$1 = require('./index-5ce2a639.js');
10
+ var index$2 = require('./index-416c7ad4.js');
11
+ var constants = require('./constants-7c39d76e.js');
12
12
  var useTogetherAuthRequiredAction = require('./useTogetherAuthRequiredAction.js');
13
- var togetherComponentGlobalContext = require('./utils-d8a37749.js');
14
- var treePopoverMenu = require('./treePopoverMenu-ef9818ce.js');
13
+ var togetherComponentGlobalContext = require('./utils-dfd8ede1.js');
14
+ var treePopoverMenu = require('./treePopoverMenu-675e6b64.js');
15
15
  var styled = require('@emotion/styled');
16
- var utils = require('./utils-855dca0f.js');
16
+ var utils = require('./utils-81fb64d1.js');
17
17
  var miscTheme = require('./miscTheme.js');
18
- var dataTransform = require('./dataTransform-efdc8b5b.js');
18
+ var dataTransform = require('./dataTransform-be9e82e8.js');
19
19
  var togetherApiPaths = require('./togetherApiPaths.js');
20
- var index$9 = require('./index-40486d40.js');
21
- var togetherMoleculesCardAuthor = require('./index-fbb15ec3.js');
22
- var togetherMoleculesProfileDetail = require('./index-a6e60b9e.js');
23
- var togetherMoleculesPostImagePreview = require('./index-da3d5bf5.js');
24
- var index$a = require('./index-c2a0a243.js');
25
- var index$8 = require('./index-cf9f60a1.js');
26
- require('./index-6570d852.js');
20
+ var index$9 = require('./index-7c6e4422.js');
21
+ var togetherMoleculesCardAuthor = require('./index-8c09d72a.js');
22
+ var togetherMoleculesProfileDetail = require('./index-f9e08032.js');
23
+ var togetherMoleculesPostImagePreview = require('./index-24f5fe19.js');
24
+ var index$a = require('./index-012231c0.js');
25
+ var index$8 = require('./index-31872be9.js');
26
+ require('./index-96f349a2.js');
27
27
  var core$1 = require('@hhgtech/icons/core');
28
28
  var other = require('@hhgtech/icons/other');
29
29
  var core = require('@mantine/core');
30
- var index$6 = require('./index-a1b50a50.js');
31
- var index$4 = require('./index-a2e166cb.js');
32
- var index$5 = require('./index-0b773c57.js');
33
- var normalizeLink = require('./normalizeLink-bbd9a1a4.js');
30
+ var index$6 = require('./index-9729666d.js');
31
+ var index$4 = require('./index-05a7ed61.js');
32
+ var index$5 = require('./index-fd282012.js');
33
+ var normalizeLink = require('./normalizeLink-429c492d.js');
34
34
  var constantsDomainLocales = require('./constantsDomainLocales.js');
35
35
 
36
36
  function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }