@jjlmoya/utils-health 1.41.0 → 1.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/category/i18n/ru.ts +60 -60
- package/src/category/index.ts +49 -49
- package/src/category/seo.astro +1 -1
- package/src/components/PreviewNavSidebar.astro +1 -1
- package/src/components/PreviewToolbar.astro +1 -1
- package/src/entries.ts +73 -71
- package/src/env.d.ts +1 -1
- package/src/index.ts +58 -57
- package/src/layouts/PreviewLayout.astro +1 -1
- package/src/pages/[locale]/[slug].astro +3 -11
- package/src/pages/index.astro +1 -1
- package/src/tests/bibliography_wellformed_export.test.ts +46 -0
- package/src/tests/category_seo_quality.test.ts +76 -0
- package/src/tests/diacritics_density.test.ts +1 -1
- package/src/tests/faq_count.test.ts +2 -4
- package/src/tests/inverted_punctuation.test.ts +1 -1
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/mocks/astro_mock.js +1 -1
- package/src/tests/no_h1_in_components.test.ts +1 -1
- package/src/tests/script_density.test.ts +1 -1
- package/src/tests/seo_length.test.ts +21 -20
- package/src/tests/seo_translation_completeness.test.ts +69 -0
- package/src/tests/seo_wellformed_export.test.ts +65 -0
- package/src/tests/spanish_leakage.test.ts +175 -175
- package/src/tests/title_quality.test.ts +1 -1
- package/src/tests/tool_validation.test.ts +17 -17
- package/src/tests/translation_copy.test.ts +13 -18
- package/src/tool/amputationAdjustedBmiCalculator/bibliography.astro +2 -2
- package/src/tool/amputationAdjustedBmiCalculator/i18n/de.ts +2 -2
- package/src/tool/amputationAdjustedBmiCalculator/i18n/en.ts +2 -2
- package/src/tool/amputationAdjustedBmiCalculator/i18n/es.ts +2 -2
- package/src/tool/amputationAdjustedBmiCalculator/i18n/fr.ts +2 -2
- package/src/tool/amputationAdjustedBmiCalculator/i18n/id.ts +2 -2
- package/src/tool/amputationAdjustedBmiCalculator/i18n/it.ts +2 -2
- package/src/tool/amputationAdjustedBmiCalculator/i18n/ja.ts +2 -2
- package/src/tool/amputationAdjustedBmiCalculator/i18n/ko.ts +2 -2
- package/src/tool/amputationAdjustedBmiCalculator/i18n/nl.ts +2 -2
- package/src/tool/amputationAdjustedBmiCalculator/i18n/pl.ts +2 -2
- package/src/tool/amputationAdjustedBmiCalculator/i18n/pt.ts +2 -2
- package/src/tool/amputationAdjustedBmiCalculator/i18n/ru.ts +2 -2
- package/src/tool/amputationAdjustedBmiCalculator/i18n/sv.ts +2 -2
- package/src/tool/amputationAdjustedBmiCalculator/i18n/tr.ts +2 -2
- package/src/tool/amputationAdjustedBmiCalculator/i18n/zh.ts +2 -2
- package/src/tool/anionGapCalculator/anion-gap-calculator.css +472 -472
- package/src/tool/anionGapCalculator/bibliography.astro +14 -14
- package/src/tool/anionGapCalculator/bibliography.ts +28 -28
- package/src/tool/anionGapCalculator/component.astro +299 -299
- package/src/tool/anionGapCalculator/entry.ts +27 -27
- package/src/tool/anionGapCalculator/i18n/de.ts +294 -294
- package/src/tool/anionGapCalculator/i18n/en.ts +294 -294
- package/src/tool/anionGapCalculator/i18n/es.ts +294 -294
- package/src/tool/anionGapCalculator/i18n/fr.ts +294 -294
- package/src/tool/anionGapCalculator/i18n/id.ts +294 -294
- package/src/tool/anionGapCalculator/i18n/it.ts +294 -294
- package/src/tool/anionGapCalculator/i18n/ja.ts +294 -294
- package/src/tool/anionGapCalculator/i18n/ko.ts +294 -294
- package/src/tool/anionGapCalculator/i18n/nl.ts +294 -294
- package/src/tool/anionGapCalculator/i18n/pl.ts +294 -294
- package/src/tool/anionGapCalculator/i18n/pt.ts +294 -294
- package/src/tool/anionGapCalculator/i18n/ru.ts +294 -294
- package/src/tool/anionGapCalculator/i18n/sv.ts +294 -294
- package/src/tool/anionGapCalculator/i18n/tr.ts +294 -294
- package/src/tool/anionGapCalculator/i18n/zh.ts +294 -294
- package/src/tool/anionGapCalculator/index.ts +12 -12
- package/src/tool/anionGapCalculator/logic.ts +67 -67
- package/src/tool/anionGapCalculator/seo.astro +15 -15
- package/src/tool/anionGapCalculator/ui.ts +45 -45
- package/src/tool/binauralTuner/bibliography.astro +2 -2
- package/src/tool/binauralTuner/component.astro +1 -2
- package/src/tool/binauralTuner/i18n/de.ts +179 -179
- package/src/tool/binauralTuner/i18n/en.ts +179 -179
- package/src/tool/binauralTuner/i18n/es.ts +179 -179
- package/src/tool/binauralTuner/i18n/fr.ts +179 -179
- package/src/tool/binauralTuner/i18n/id.ts +179 -179
- package/src/tool/binauralTuner/i18n/it.ts +179 -179
- package/src/tool/binauralTuner/i18n/ja.ts +179 -179
- package/src/tool/binauralTuner/i18n/ko.ts +179 -179
- package/src/tool/binauralTuner/i18n/nl.ts +179 -179
- package/src/tool/binauralTuner/i18n/pl.ts +179 -179
- package/src/tool/binauralTuner/i18n/pt.ts +179 -179
- package/src/tool/binauralTuner/i18n/ru.ts +179 -179
- package/src/tool/binauralTuner/i18n/sv.ts +179 -179
- package/src/tool/binauralTuner/i18n/tr.ts +179 -179
- package/src/tool/binauralTuner/i18n/zh.ts +179 -179
- package/src/tool/binauralTuner/index.ts +1 -0
- package/src/tool/binauralTuner/seo.astro +15 -15
- package/src/tool/bloodUnitConverter/bibliography.astro +2 -2
- package/src/tool/bloodUnitConverter/bibliography.ts +12 -12
- package/src/tool/bloodUnitConverter/i18n/de.ts +2 -2
- package/src/tool/bloodUnitConverter/i18n/en.ts +2 -2
- package/src/tool/bloodUnitConverter/i18n/es.ts +2 -2
- package/src/tool/bloodUnitConverter/i18n/fr.ts +2 -2
- package/src/tool/bloodUnitConverter/i18n/id.ts +2 -2
- package/src/tool/bloodUnitConverter/i18n/it.ts +2 -2
- package/src/tool/bloodUnitConverter/i18n/ja.ts +2 -2
- package/src/tool/bloodUnitConverter/i18n/ko.ts +2 -2
- package/src/tool/bloodUnitConverter/i18n/nl.ts +2 -2
- package/src/tool/bloodUnitConverter/i18n/pl.ts +215 -215
- package/src/tool/bloodUnitConverter/i18n/pt.ts +2 -2
- package/src/tool/bloodUnitConverter/i18n/ru.ts +215 -215
- package/src/tool/bloodUnitConverter/i18n/sv.ts +2 -2
- package/src/tool/bloodUnitConverter/i18n/tr.ts +215 -215
- package/src/tool/bloodUnitConverter/i18n/zh.ts +215 -215
- package/src/tool/bloodUnitConverter/index.ts +1 -0
- package/src/tool/bloodUnitConverter/seo.astro +15 -15
- package/src/tool/bmiCalculator/bibliography.astro +2 -2
- package/src/tool/bmiCalculator/bibliography.ts +12 -12
- package/src/tool/bmiCalculator/component.astro +161 -161
- package/src/tool/bmiCalculator/i18n/de.ts +2 -2
- package/src/tool/bmiCalculator/i18n/en.ts +2 -2
- package/src/tool/bmiCalculator/i18n/es.ts +2 -2
- package/src/tool/bmiCalculator/i18n/fr.ts +2 -2
- package/src/tool/bmiCalculator/i18n/id.ts +2 -2
- package/src/tool/bmiCalculator/i18n/it.ts +205 -205
- package/src/tool/bmiCalculator/i18n/ja.ts +2 -2
- package/src/tool/bmiCalculator/i18n/ko.ts +2 -2
- package/src/tool/bmiCalculator/i18n/nl.ts +2 -2
- package/src/tool/bmiCalculator/i18n/pl.ts +2 -2
- package/src/tool/bmiCalculator/i18n/pt.ts +2 -2
- package/src/tool/bmiCalculator/i18n/ru.ts +205 -205
- package/src/tool/bmiCalculator/i18n/sv.ts +2 -2
- package/src/tool/bmiCalculator/i18n/tr.ts +205 -205
- package/src/tool/bmiCalculator/i18n/zh.ts +2 -2
- package/src/tool/bmiCalculator/index.ts +1 -0
- package/src/tool/bmiCalculator/seo.astro +15 -15
- package/src/tool/bodyAdiposityIndexCalculator/bibliography.astro +2 -2
- package/src/tool/bodyFatPercentageCalculator/bibliography.astro +2 -2
- package/src/tool/breathingVisualizer/bibliography.astro +2 -2
- package/src/tool/breathingVisualizer/i18n/de.ts +2 -2
- package/src/tool/breathingVisualizer/i18n/en.ts +2 -2
- package/src/tool/breathingVisualizer/i18n/es.ts +2 -2
- package/src/tool/breathingVisualizer/i18n/fr.ts +2 -2
- package/src/tool/breathingVisualizer/i18n/id.ts +2 -2
- package/src/tool/breathingVisualizer/i18n/it.ts +2 -2
- package/src/tool/breathingVisualizer/i18n/ja.ts +2 -2
- package/src/tool/breathingVisualizer/i18n/ko.ts +2 -2
- package/src/tool/breathingVisualizer/i18n/nl.ts +2 -2
- package/src/tool/breathingVisualizer/i18n/pl.ts +186 -186
- package/src/tool/breathingVisualizer/i18n/pt.ts +2 -2
- package/src/tool/breathingVisualizer/i18n/ru.ts +186 -186
- package/src/tool/breathingVisualizer/i18n/sv.ts +2 -2
- package/src/tool/breathingVisualizer/i18n/tr.ts +186 -186
- package/src/tool/breathingVisualizer/i18n/zh.ts +186 -186
- package/src/tool/breathingVisualizer/index.ts +1 -0
- package/src/tool/breathingVisualizer/seo.astro +15 -15
- package/src/tool/bunCreatinineCalculator/bibliography.astro +2 -2
- package/src/tool/bunCreatinineCalculator/component.astro +1 -1
- package/src/tool/bunCreatinineCalculator/i18n/de.ts +313 -313
- package/src/tool/bunCreatinineCalculator/i18n/en.ts +313 -313
- package/src/tool/bunCreatinineCalculator/i18n/es.ts +313 -313
- package/src/tool/bunCreatinineCalculator/i18n/fr.ts +313 -313
- package/src/tool/bunCreatinineCalculator/i18n/id.ts +313 -313
- package/src/tool/bunCreatinineCalculator/i18n/it.ts +313 -313
- package/src/tool/bunCreatinineCalculator/i18n/ja.ts +313 -313
- package/src/tool/bunCreatinineCalculator/i18n/ko.ts +313 -313
- package/src/tool/bunCreatinineCalculator/i18n/nl.ts +313 -313
- package/src/tool/bunCreatinineCalculator/i18n/pl.ts +313 -313
- package/src/tool/bunCreatinineCalculator/i18n/pt.ts +313 -313
- package/src/tool/bunCreatinineCalculator/i18n/ru.ts +313 -313
- package/src/tool/bunCreatinineCalculator/i18n/sv.ts +313 -313
- package/src/tool/bunCreatinineCalculator/i18n/tr.ts +313 -313
- package/src/tool/bunCreatinineCalculator/i18n/zh.ts +313 -313
- package/src/tool/caffeineTracker/bibliography.astro +2 -2
- package/src/tool/caffeineTracker/component.astro +463 -463
- package/src/tool/caffeineTracker/i18n/de.ts +2 -2
- package/src/tool/caffeineTracker/i18n/en.ts +2 -2
- package/src/tool/caffeineTracker/i18n/es.ts +2 -2
- package/src/tool/caffeineTracker/i18n/fr.ts +2 -2
- package/src/tool/caffeineTracker/i18n/id.ts +2 -2
- package/src/tool/caffeineTracker/i18n/it.ts +2 -2
- package/src/tool/caffeineTracker/i18n/ja.ts +2 -2
- package/src/tool/caffeineTracker/i18n/ko.ts +2 -2
- package/src/tool/caffeineTracker/i18n/nl.ts +2 -2
- package/src/tool/caffeineTracker/i18n/pl.ts +182 -182
- package/src/tool/caffeineTracker/i18n/pt.ts +2 -2
- package/src/tool/caffeineTracker/i18n/ru.ts +182 -182
- package/src/tool/caffeineTracker/i18n/sv.ts +2 -2
- package/src/tool/caffeineTracker/i18n/tr.ts +182 -182
- package/src/tool/caffeineTracker/i18n/zh.ts +182 -182
- package/src/tool/caffeineTracker/index.ts +1 -0
- package/src/tool/caffeineTracker/seo.astro +15 -15
- package/src/tool/caloricDeficitCalculator/bibliography.astro +2 -2
- package/src/tool/caloricDeficitCalculator/i18n/de.ts +343 -343
- package/src/tool/caloricDeficitCalculator/i18n/fr.ts +343 -343
- package/src/tool/caloricDeficitCalculator/i18n/nl.ts +343 -343
- package/src/tool/caloricDeficitCalculator/i18n/pt.ts +343 -343
- package/src/tool/caloricDeficitCalculator/i18n/ru.ts +343 -343
- package/src/tool/caloricDeficitCalculator/i18n/sv.ts +381 -381
- package/src/tool/correctedCalciumCalculator/bibliography.astro +2 -2
- package/src/tool/correctedCalciumCalculator/i18n/en.ts +292 -292
- package/src/tool/correctedCalciumCalculator/i18n/fr.ts +292 -292
- package/src/tool/correctedCalciumCalculator/i18n/ru.ts +292 -292
- package/src/tool/correctedCalciumCalculator/i18n/sv.ts +292 -292
- package/src/tool/correctedReticulocyteIndex/bibliography.astro +2 -2
- package/src/tool/correctedReticulocyteIndex/i18n/de.ts +349 -349
- package/src/tool/correctedReticulocyteIndex/i18n/en.ts +349 -349
- package/src/tool/correctedReticulocyteIndex/i18n/es.ts +349 -349
- package/src/tool/correctedReticulocyteIndex/i18n/fr.ts +349 -349
- package/src/tool/correctedReticulocyteIndex/i18n/id.ts +349 -349
- package/src/tool/correctedReticulocyteIndex/i18n/it.ts +349 -349
- package/src/tool/correctedReticulocyteIndex/i18n/ja.ts +349 -349
- package/src/tool/correctedReticulocyteIndex/i18n/ko.ts +349 -349
- package/src/tool/correctedReticulocyteIndex/i18n/nl.ts +349 -349
- package/src/tool/correctedReticulocyteIndex/i18n/pl.ts +349 -349
- package/src/tool/correctedReticulocyteIndex/i18n/pt.ts +349 -349
- package/src/tool/correctedReticulocyteIndex/i18n/ru.ts +349 -349
- package/src/tool/correctedReticulocyteIndex/i18n/sv.ts +349 -349
- package/src/tool/correctedReticulocyteIndex/i18n/tr.ts +349 -349
- package/src/tool/correctedReticulocyteIndex/i18n/zh.ts +349 -349
- package/src/tool/correctedSodiumHyperglycemiaCalculator/bibliography.astro +2 -2
- package/src/tool/correctedSodiumHyperglycemiaCalculator/i18n/fr.ts +285 -285
- package/src/tool/creatinineClearanceCockcroftGault/bibliography.astro +2 -2
- package/src/tool/creatinineClearanceCockcroftGault/i18n/de.ts +306 -306
- package/src/tool/creatinineClearanceCockcroftGault/i18n/en.ts +306 -306
- package/src/tool/creatinineClearanceCockcroftGault/i18n/es.ts +306 -306
- package/src/tool/creatinineClearanceCockcroftGault/i18n/fr.ts +306 -306
- package/src/tool/creatinineClearanceCockcroftGault/i18n/id.ts +306 -306
- package/src/tool/creatinineClearanceCockcroftGault/i18n/it.ts +306 -306
- package/src/tool/creatinineClearanceCockcroftGault/i18n/ja.ts +306 -306
- package/src/tool/creatinineClearanceCockcroftGault/i18n/ko.ts +306 -306
- package/src/tool/creatinineClearanceCockcroftGault/i18n/nl.ts +306 -306
- package/src/tool/creatinineClearanceCockcroftGault/i18n/pl.ts +306 -306
- package/src/tool/creatinineClearanceCockcroftGault/i18n/pt.ts +306 -306
- package/src/tool/creatinineClearanceCockcroftGault/i18n/ru.ts +306 -306
- package/src/tool/creatinineClearanceCockcroftGault/i18n/sv.ts +306 -306
- package/src/tool/creatinineClearanceCockcroftGault/i18n/tr.ts +306 -306
- package/src/tool/creatinineClearanceCockcroftGault/i18n/zh.ts +306 -306
- package/src/tool/dailyProteinCalculator/bibliography.astro +2 -2
- package/src/tool/dailyProteinCalculator/i18n/de.ts +353 -353
- package/src/tool/dailyProteinCalculator/i18n/sv.ts +358 -358
- package/src/tool/daltonismSimulator/bibliography.astro +2 -2
- package/src/tool/daltonismSimulator/bibliography.ts +20 -20
- package/src/tool/daltonismSimulator/i18n/de.ts +2 -2
- package/src/tool/daltonismSimulator/i18n/en.ts +2 -2
- package/src/tool/daltonismSimulator/i18n/es.ts +2 -2
- package/src/tool/daltonismSimulator/i18n/fr.ts +3 -3
- package/src/tool/daltonismSimulator/i18n/id.ts +2 -2
- package/src/tool/daltonismSimulator/i18n/it.ts +174 -170
- package/src/tool/daltonismSimulator/i18n/ja.ts +2 -2
- package/src/tool/daltonismSimulator/i18n/ko.ts +2 -2
- package/src/tool/daltonismSimulator/i18n/nl.ts +2 -2
- package/src/tool/daltonismSimulator/i18n/pl.ts +6 -2
- package/src/tool/daltonismSimulator/i18n/pt.ts +6 -2
- package/src/tool/daltonismSimulator/i18n/ru.ts +172 -172
- package/src/tool/daltonismSimulator/i18n/sv.ts +2 -2
- package/src/tool/daltonismSimulator/i18n/tr.ts +172 -172
- package/src/tool/daltonismSimulator/i18n/zh.ts +172 -172
- package/src/tool/daltonismSimulator/index.ts +1 -0
- package/src/tool/daltonismSimulator/seo.astro +15 -15
- package/src/tool/digestionStopwatch/bibliography.astro +2 -2
- package/src/tool/digestionStopwatch/i18n/de.ts +161 -161
- package/src/tool/digestionStopwatch/i18n/en.ts +161 -161
- package/src/tool/digestionStopwatch/i18n/es.ts +161 -161
- package/src/tool/digestionStopwatch/i18n/fr.ts +161 -161
- package/src/tool/digestionStopwatch/i18n/id.ts +161 -161
- package/src/tool/digestionStopwatch/i18n/it.ts +161 -161
- package/src/tool/digestionStopwatch/i18n/ja.ts +161 -161
- package/src/tool/digestionStopwatch/i18n/ko.ts +161 -161
- package/src/tool/digestionStopwatch/i18n/nl.ts +161 -161
- package/src/tool/digestionStopwatch/i18n/pl.ts +161 -161
- package/src/tool/digestionStopwatch/i18n/pt.ts +161 -161
- package/src/tool/digestionStopwatch/i18n/ru.ts +161 -161
- package/src/tool/digestionStopwatch/i18n/sv.ts +161 -161
- package/src/tool/digestionStopwatch/i18n/tr.ts +161 -161
- package/src/tool/digestionStopwatch/i18n/zh.ts +161 -161
- package/src/tool/digestionStopwatch/index.ts +1 -0
- package/src/tool/digestionStopwatch/seo.astro +15 -15
- package/src/tool/egfrCalculator/bibliography.astro +2 -2
- package/src/tool/egfrCalculator/i18n/de.ts +242 -242
- package/src/tool/egfrCalculator/i18n/en.ts +242 -242
- package/src/tool/egfrCalculator/i18n/es.ts +242 -242
- package/src/tool/egfrCalculator/i18n/fr.ts +242 -242
- package/src/tool/egfrCalculator/i18n/id.ts +242 -242
- package/src/tool/egfrCalculator/i18n/it.ts +242 -242
- package/src/tool/egfrCalculator/i18n/ja.ts +242 -242
- package/src/tool/egfrCalculator/i18n/ko.ts +242 -242
- package/src/tool/egfrCalculator/i18n/nl.ts +242 -242
- package/src/tool/egfrCalculator/i18n/pl.ts +242 -242
- package/src/tool/egfrCalculator/i18n/pt.ts +242 -242
- package/src/tool/egfrCalculator/i18n/ru.ts +242 -242
- package/src/tool/egfrCalculator/i18n/sv.ts +242 -242
- package/src/tool/egfrCalculator/i18n/tr.ts +242 -242
- package/src/tool/egfrCalculator/i18n/zh.ts +242 -242
- package/src/tool/epworthSleepinessScale/bibliography.astro +2 -2
- package/src/tool/epworthSleepinessScale/i18n/de.ts +209 -209
- package/src/tool/epworthSleepinessScale/i18n/en.ts +209 -209
- package/src/tool/epworthSleepinessScale/i18n/es.ts +209 -209
- package/src/tool/epworthSleepinessScale/i18n/fr.ts +209 -209
- package/src/tool/epworthSleepinessScale/i18n/id.ts +209 -209
- package/src/tool/epworthSleepinessScale/i18n/it.ts +209 -209
- package/src/tool/epworthSleepinessScale/i18n/ja.ts +209 -209
- package/src/tool/epworthSleepinessScale/i18n/ko.ts +209 -209
- package/src/tool/epworthSleepinessScale/i18n/nl.ts +209 -209
- package/src/tool/epworthSleepinessScale/i18n/pl.ts +209 -209
- package/src/tool/epworthSleepinessScale/i18n/pt.ts +209 -209
- package/src/tool/epworthSleepinessScale/i18n/ru.ts +209 -209
- package/src/tool/epworthSleepinessScale/i18n/sv.ts +209 -209
- package/src/tool/epworthSleepinessScale/i18n/tr.ts +209 -209
- package/src/tool/epworthSleepinessScale/i18n/zh.ts +209 -209
- package/src/tool/epworthSleepinessScale/index.ts +1 -0
- package/src/tool/epworthSleepinessScale/seo.astro +15 -15
- package/src/tool/estimatedBloodVolumeCalculator/bibliography.astro +2 -2
- package/src/tool/fractionalExcretionSodiumCalculator/bibliography.astro +2 -2
- package/src/tool/fractionalExcretionSodiumCalculator/i18n/ru.ts +329 -329
- package/src/tool/hydrationCalculator/bibliography.astro +2 -2
- package/src/tool/hydrationCalculator/bibliography.ts +16 -16
- package/src/tool/hydrationCalculator/component.astro +267 -267
- package/src/tool/hydrationCalculator/i18n/de.ts +2 -2
- package/src/tool/hydrationCalculator/i18n/en.ts +2 -2
- package/src/tool/hydrationCalculator/i18n/es.ts +2 -2
- package/src/tool/hydrationCalculator/i18n/fr.ts +2 -2
- package/src/tool/hydrationCalculator/i18n/id.ts +2 -2
- package/src/tool/hydrationCalculator/i18n/it.ts +2 -2
- package/src/tool/hydrationCalculator/i18n/ja.ts +2 -2
- package/src/tool/hydrationCalculator/i18n/ko.ts +2 -2
- package/src/tool/hydrationCalculator/i18n/nl.ts +2 -2
- package/src/tool/hydrationCalculator/i18n/pl.ts +2 -2
- package/src/tool/hydrationCalculator/i18n/pt.ts +2 -2
- package/src/tool/hydrationCalculator/i18n/ru.ts +205 -205
- package/src/tool/hydrationCalculator/i18n/sv.ts +2 -2
- package/src/tool/hydrationCalculator/i18n/tr.ts +205 -205
- package/src/tool/hydrationCalculator/i18n/zh.ts +205 -205
- package/src/tool/hydrationCalculator/index.ts +1 -0
- package/src/tool/hydrationCalculator/seo.astro +15 -15
- package/src/tool/leanBodyMassCalculator/bibliography.astro +2 -2
- package/src/tool/leanBodyMassCalculator/i18n/fr.ts +333 -333
- package/src/tool/macronutrientCalculator/bibliography.astro +2 -2
- package/src/tool/macronutrientCalculator/i18n/de.ts +415 -415
- package/src/tool/macronutrientCalculator/i18n/fr.ts +415 -415
- package/src/tool/macronutrientCalculator/i18n/pl.ts +415 -415
- package/src/tool/macronutrientCalculator/i18n/ru.ts +415 -415
- package/src/tool/meanArterialPressureCalculator/bibliography.astro +2 -2
- package/src/tool/metabolicAgeCalculator/bibliography.astro +2 -2
- package/src/tool/metabolicAgeCalculator/i18n/sv.ts +319 -319
- package/src/tool/parametricNoiseSynthesizer/bibliography.astro +2 -2
- package/src/tool/parametricNoiseSynthesizer/i18n/de.ts +2 -2
- package/src/tool/parametricNoiseSynthesizer/i18n/en.ts +2 -2
- package/src/tool/parametricNoiseSynthesizer/i18n/es.ts +2 -2
- package/src/tool/parametricNoiseSynthesizer/i18n/fr.ts +2 -2
- package/src/tool/parametricNoiseSynthesizer/i18n/id.ts +2 -2
- package/src/tool/parametricNoiseSynthesizer/i18n/it.ts +2 -2
- package/src/tool/parametricNoiseSynthesizer/i18n/ja.ts +2 -2
- package/src/tool/parametricNoiseSynthesizer/i18n/ko.ts +2 -2
- package/src/tool/parametricNoiseSynthesizer/i18n/nl.ts +2 -2
- package/src/tool/parametricNoiseSynthesizer/i18n/pl.ts +2 -2
- package/src/tool/parametricNoiseSynthesizer/i18n/pt.ts +2 -2
- package/src/tool/parametricNoiseSynthesizer/i18n/ru.ts +2 -2
- package/src/tool/parametricNoiseSynthesizer/i18n/sv.ts +2 -2
- package/src/tool/parametricNoiseSynthesizer/i18n/tr.ts +2 -2
- package/src/tool/parametricNoiseSynthesizer/i18n/zh.ts +2 -2
- package/src/tool/pelliRobsonTest/bibliography.astro +2 -2
- package/src/tool/pelliRobsonTest/i18n/de.ts +2 -2
- package/src/tool/pelliRobsonTest/i18n/en.ts +2 -2
- package/src/tool/pelliRobsonTest/i18n/es.ts +2 -2
- package/src/tool/pelliRobsonTest/i18n/fr.ts +2 -2
- package/src/tool/pelliRobsonTest/i18n/id.ts +2 -2
- package/src/tool/pelliRobsonTest/i18n/it.ts +2 -2
- package/src/tool/pelliRobsonTest/i18n/ja.ts +2 -2
- package/src/tool/pelliRobsonTest/i18n/ko.ts +2 -2
- package/src/tool/pelliRobsonTest/i18n/nl.ts +2 -2
- package/src/tool/pelliRobsonTest/i18n/pl.ts +197 -197
- package/src/tool/pelliRobsonTest/i18n/pt.ts +2 -2
- package/src/tool/pelliRobsonTest/i18n/ru.ts +197 -197
- package/src/tool/pelliRobsonTest/i18n/sv.ts +2 -2
- package/src/tool/pelliRobsonTest/i18n/tr.ts +197 -197
- package/src/tool/pelliRobsonTest/i18n/zh.ts +2 -2
- package/src/tool/pelliRobsonTest/index.ts +1 -0
- package/src/tool/pelliRobsonTest/seo.astro +15 -15
- package/src/tool/peripheralVisionTrainer/bibliography.astro +2 -2
- package/src/tool/peripheralVisionTrainer/component.astro +283 -283
- package/src/tool/peripheralVisionTrainer/i18n/de.ts +2 -2
- package/src/tool/peripheralVisionTrainer/i18n/en.ts +2 -2
- package/src/tool/peripheralVisionTrainer/i18n/es.ts +2 -2
- package/src/tool/peripheralVisionTrainer/i18n/fr.ts +2 -2
- package/src/tool/peripheralVisionTrainer/i18n/id.ts +2 -2
- package/src/tool/peripheralVisionTrainer/i18n/it.ts +2 -2
- package/src/tool/peripheralVisionTrainer/i18n/ja.ts +2 -2
- package/src/tool/peripheralVisionTrainer/i18n/ko.ts +2 -2
- package/src/tool/peripheralVisionTrainer/i18n/nl.ts +2 -2
- package/src/tool/peripheralVisionTrainer/i18n/pl.ts +216 -216
- package/src/tool/peripheralVisionTrainer/i18n/pt.ts +2 -2
- package/src/tool/peripheralVisionTrainer/i18n/ru.ts +216 -216
- package/src/tool/peripheralVisionTrainer/i18n/sv.ts +2 -2
- package/src/tool/peripheralVisionTrainer/i18n/tr.ts +2 -2
- package/src/tool/peripheralVisionTrainer/i18n/zh.ts +216 -216
- package/src/tool/peripheralVisionTrainer/index.ts +1 -0
- package/src/tool/peripheralVisionTrainer/seo.astro +15 -15
- package/src/tool/readingDistanceCalculator/bibliography.astro +2 -2
- package/src/tool/readingDistanceCalculator/bibliography.ts +16 -16
- package/src/tool/readingDistanceCalculator/i18n/de.ts +190 -190
- package/src/tool/readingDistanceCalculator/i18n/en.ts +190 -190
- package/src/tool/readingDistanceCalculator/i18n/es.ts +2 -2
- package/src/tool/readingDistanceCalculator/i18n/fr.ts +2 -2
- package/src/tool/readingDistanceCalculator/i18n/id.ts +190 -190
- package/src/tool/readingDistanceCalculator/i18n/it.ts +190 -190
- package/src/tool/readingDistanceCalculator/i18n/ja.ts +2 -2
- package/src/tool/readingDistanceCalculator/i18n/ko.ts +2 -2
- package/src/tool/readingDistanceCalculator/i18n/nl.ts +190 -190
- package/src/tool/readingDistanceCalculator/i18n/pl.ts +190 -190
- package/src/tool/readingDistanceCalculator/i18n/pt.ts +190 -190
- package/src/tool/readingDistanceCalculator/i18n/ru.ts +190 -190
- package/src/tool/readingDistanceCalculator/i18n/sv.ts +190 -190
- package/src/tool/readingDistanceCalculator/i18n/tr.ts +2 -2
- package/src/tool/readingDistanceCalculator/i18n/zh.ts +190 -190
- package/src/tool/readingDistanceCalculator/index.ts +1 -0
- package/src/tool/readingDistanceCalculator/seo.astro +15 -15
- package/src/tool/screenDecompressionTime/bibliography.astro +2 -2
- package/src/tool/screenDecompressionTime/bibliography.ts +12 -12
- package/src/tool/screenDecompressionTime/i18n/de.ts +213 -213
- package/src/tool/screenDecompressionTime/i18n/en.ts +213 -213
- package/src/tool/screenDecompressionTime/i18n/es.ts +203 -203
- package/src/tool/screenDecompressionTime/i18n/fr.ts +213 -213
- package/src/tool/screenDecompressionTime/i18n/id.ts +213 -213
- package/src/tool/screenDecompressionTime/i18n/it.ts +213 -213
- package/src/tool/screenDecompressionTime/i18n/ja.ts +2 -2
- package/src/tool/screenDecompressionTime/i18n/ko.ts +2 -2
- package/src/tool/screenDecompressionTime/i18n/nl.ts +213 -213
- package/src/tool/screenDecompressionTime/i18n/pl.ts +213 -213
- package/src/tool/screenDecompressionTime/i18n/pt.ts +213 -213
- package/src/tool/screenDecompressionTime/i18n/ru.ts +213 -213
- package/src/tool/screenDecompressionTime/i18n/sv.ts +213 -213
- package/src/tool/screenDecompressionTime/i18n/tr.ts +213 -213
- package/src/tool/screenDecompressionTime/i18n/zh.ts +213 -213
- package/src/tool/screenDecompressionTime/index.ts +1 -0
- package/src/tool/screenDecompressionTime/seo.astro +15 -15
- package/src/tool/serumOsmolalityCalculator/bibliography.astro +2 -2
- package/src/tool/sleepDebtRecoveryPlanner/bibliography.astro +14 -0
- package/src/tool/sleepDebtRecoveryPlanner/bibliography.ts +12 -0
- package/src/tool/sleepDebtRecoveryPlanner/component.astro +51 -0
- package/src/tool/sleepDebtRecoveryPlanner/controller.ts +65 -0
- package/src/tool/sleepDebtRecoveryPlanner/dom-views.ts +50 -0
- package/src/tool/sleepDebtRecoveryPlanner/entry.ts +27 -0
- package/src/tool/sleepDebtRecoveryPlanner/evaluator.ts +14 -0
- package/src/tool/sleepDebtRecoveryPlanner/i18n/de.ts +41 -0
- package/src/tool/sleepDebtRecoveryPlanner/i18n/en.ts +52 -0
- package/src/tool/sleepDebtRecoveryPlanner/i18n/es.ts +41 -0
- package/src/tool/sleepDebtRecoveryPlanner/i18n/fr.ts +41 -0
- package/src/tool/sleepDebtRecoveryPlanner/i18n/id.ts +41 -0
- package/src/tool/sleepDebtRecoveryPlanner/i18n/it.ts +41 -0
- package/src/tool/sleepDebtRecoveryPlanner/i18n/ja.ts +41 -0
- package/src/tool/sleepDebtRecoveryPlanner/i18n/ko.ts +41 -0
- package/src/tool/sleepDebtRecoveryPlanner/i18n/nl.ts +41 -0
- package/src/tool/sleepDebtRecoveryPlanner/i18n/pl.ts +41 -0
- package/src/tool/sleepDebtRecoveryPlanner/i18n/pt.ts +41 -0
- package/src/tool/sleepDebtRecoveryPlanner/i18n/ru.ts +41 -0
- package/src/tool/sleepDebtRecoveryPlanner/i18n/sv.ts +41 -0
- package/src/tool/sleepDebtRecoveryPlanner/i18n/tr.ts +41 -0
- package/src/tool/sleepDebtRecoveryPlanner/i18n/zh.ts +41 -0
- package/src/tool/sleepDebtRecoveryPlanner/index.ts +11 -0
- package/src/tool/sleepDebtRecoveryPlanner/logic.test.ts +26 -0
- package/src/tool/sleepDebtRecoveryPlanner/logic.ts +69 -0
- package/src/tool/sleepDebtRecoveryPlanner/seo.astro +14 -0
- package/src/tool/sleepDebtRecoveryPlanner/sleep-debt-recovery-planner.css +88 -0
- package/src/tool/sleepDebtRecoveryPlanner/storage.ts +31 -0
- package/src/tool/sleepDebtRecoveryPlanner/ui.ts +42 -0
- package/src/tool/targetHeightEstimator/bibliography.astro +2 -2
- package/src/tool/tdeeCalculator/bibliography.astro +2 -2
- package/src/tool/tdeeCalculator/i18n/de.ts +320 -320
- package/src/tool/tdeeCalculator/i18n/en.ts +305 -305
- package/src/tool/tdeeCalculator/i18n/pl.ts +305 -305
- package/src/tool/tdeeCalculator/i18n/pt.ts +305 -305
- package/src/tool/tdeeCalculator/logic.ts +4 -2
- package/src/tool/tinnitusReliever/bibliography.astro +2 -2
- package/src/tool/tinnitusReliever/bibliography.ts +16 -16
- package/src/tool/tinnitusReliever/component.astro +323 -323
- package/src/tool/tinnitusReliever/i18n/de.ts +149 -149
- package/src/tool/tinnitusReliever/i18n/en.ts +149 -149
- package/src/tool/tinnitusReliever/i18n/es.ts +2 -2
- package/src/tool/tinnitusReliever/i18n/fr.ts +149 -149
- package/src/tool/tinnitusReliever/i18n/id.ts +149 -149
- package/src/tool/tinnitusReliever/i18n/it.ts +149 -149
- package/src/tool/tinnitusReliever/i18n/ja.ts +2 -2
- package/src/tool/tinnitusReliever/i18n/ko.ts +2 -2
- package/src/tool/tinnitusReliever/i18n/nl.ts +149 -149
- package/src/tool/tinnitusReliever/i18n/pl.ts +149 -149
- package/src/tool/tinnitusReliever/i18n/pt.ts +149 -149
- package/src/tool/tinnitusReliever/i18n/ru.ts +149 -149
- package/src/tool/tinnitusReliever/i18n/sv.ts +149 -149
- package/src/tool/tinnitusReliever/i18n/tr.ts +149 -149
- package/src/tool/tinnitusReliever/i18n/zh.ts +149 -149
- package/src/tool/tinnitusReliever/index.ts +1 -0
- package/src/tool/tinnitusReliever/seo.astro +15 -15
- package/src/tool/ubeCalculator/bibliography.astro +2 -2
- package/src/tool/ubeCalculator/i18n/de.ts +192 -192
- package/src/tool/ubeCalculator/i18n/en.ts +192 -192
- package/src/tool/ubeCalculator/i18n/es.ts +192 -192
- package/src/tool/ubeCalculator/i18n/fr.ts +189 -189
- package/src/tool/ubeCalculator/i18n/id.ts +192 -192
- package/src/tool/ubeCalculator/i18n/it.ts +192 -192
- package/src/tool/ubeCalculator/i18n/ja.ts +2 -2
- package/src/tool/ubeCalculator/i18n/ko.ts +2 -2
- package/src/tool/ubeCalculator/i18n/nl.ts +192 -192
- package/src/tool/ubeCalculator/i18n/pl.ts +192 -192
- package/src/tool/ubeCalculator/i18n/pt.ts +192 -192
- package/src/tool/ubeCalculator/i18n/ru.ts +192 -192
- package/src/tool/ubeCalculator/i18n/sv.ts +192 -192
- package/src/tool/ubeCalculator/i18n/tr.ts +192 -192
- package/src/tool/ubeCalculator/i18n/zh.ts +192 -192
- package/src/tool/ubeCalculator/index.ts +1 -0
- package/src/tool/ubeCalculator/seo.astro +15 -15
- package/src/tool/waistHeightRatioCalculator/bibliography.astro +2 -2
- package/src/tool/waistHeightRatioCalculator/i18n/ru.ts +343 -343
- package/src/tool/waistHipRatioCalculator/bibliography.astro +2 -2
- package/src/tool/waistHipRatioCalculator/i18n/pl.ts +316 -316
- package/src/tool/waistHipRatioCalculator/i18n/ru.ts +316 -316
- package/src/tool/waterPurifier/bibliography.astro +2 -2
- package/src/tool/waterPurifier/i18n/de.ts +2 -2
- package/src/tool/waterPurifier/i18n/en.ts +2 -2
- package/src/tool/waterPurifier/i18n/es.ts +2 -2
- package/src/tool/waterPurifier/i18n/fr.ts +2 -2
- package/src/tool/waterPurifier/i18n/id.ts +2 -2
- package/src/tool/waterPurifier/i18n/it.ts +2 -2
- package/src/tool/waterPurifier/i18n/ja.ts +2 -2
- package/src/tool/waterPurifier/i18n/ko.ts +2 -2
- package/src/tool/waterPurifier/i18n/nl.ts +2 -2
- package/src/tool/waterPurifier/i18n/pl.ts +155 -155
- package/src/tool/waterPurifier/i18n/pt.ts +2 -2
- package/src/tool/waterPurifier/i18n/ru.ts +155 -155
- package/src/tool/waterPurifier/i18n/sv.ts +2 -2
- package/src/tool/waterPurifier/i18n/tr.ts +2 -2
- package/src/tool/waterPurifier/i18n/zh.ts +155 -155
- package/src/tool/waterPurifier/index.ts +1 -0
- package/src/tool/waterPurifier/seo.astro +15 -15
- package/src/tools.ts +39 -38
- package/src/types.ts +8 -7
package/package.json
CHANGED
package/src/category/i18n/ru.ts
CHANGED
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
import type { CategoryLocaleContent } from '../../types';
|
|
2
|
-
|
|
3
|
-
export const content: CategoryLocaleContent = {
|
|
4
|
-
slug: 'zdorove',
|
|
5
|
-
title: 'Онлайн инструменты для Здоровья',
|
|
6
|
-
description:
|
|
7
|
-
'Бесплатные калькуляторы и утилиты для здоровья: ИМТ, процент жира в теле, калории, гидратация и многое другое. Основаны на международных медицинских стандартах.',
|
|
8
|
-
seo: [
|
|
9
|
-
{
|
|
10
|
-
type: 'summary',
|
|
11
|
-
title: 'Что вы найдёте в этой категории',
|
|
12
|
-
items: [
|
|
13
|
-
'Калькулятор ИМТ с визуальной шкалой и категориями ВОЗ',
|
|
14
|
-
'Результаты на основе проверенных медицинских алгоритмов',
|
|
15
|
-
'Полностью бесплатно, без регистрации и файлов cookie отслеживания',
|
|
16
|
-
'Полная конфиденциальность: вычисления выполняются на вашем устройстве',
|
|
17
|
-
],
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
type: 'title',
|
|
21
|
-
text: 'Инструменты для Здоровья, Основанные на Науке',
|
|
22
|
-
level: 2,
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
type: 'paragraph',
|
|
26
|
-
html: 'Личное здоровье - одна из областей, где точная информация имеет реальное значение. Наша коллекция <strong>онлайн-утилит для здоровья</strong> создана для предоставления объективных данных, основанных на стандартах Всемирной организации здравоохранения (ВОЗ) и других международно признанных медицинских институтов.',
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
type: 'paragraph',
|
|
30
|
-
html: 'В отличие от мобильных приложений, требующих доступа к личным данным или датчикам устройства, все эти инструменты работают непосредственно в браузере. <strong>Никакие данные о здоровье не покидают ваше устройство</strong>. Без серверов, без хранилища, без пользовательских профилей.',
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
type: 'title',
|
|
34
|
-
text: 'Почему цифра - это не всё',
|
|
35
|
-
level: 3,
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
type: 'paragraph',
|
|
39
|
-
html: 'Калькуляторы здоровья предлагают <strong>ориентировочный ориентир</strong>, а не диагноз. Индекс массы тела, например, является полезным статистическим инструментом скрининга для общей популяции, но не различает мышечную ткань и жир. Элитный спортсмен может иметь технически повышенный ИМТ без каких-либо метаболических проблем со здоровьем.',
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
type: 'tip',
|
|
43
|
-
title: 'Важный медицинский отказ от ответственности',
|
|
44
|
-
html: 'Все инструменты в этой категории носят информационный и образовательный характер. Они ни при каких обстоятельствах не заменяют суждение медицинского работника. Если у вас есть опасения относительно вашего здоровья, всегда консультируйтесь с врачом или специалистом.',
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
type: 'title',
|
|
48
|
-
text: 'Основы Показателей Здоровья',
|
|
49
|
-
level: 2,
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
type: 'list',
|
|
53
|
-
items: [
|
|
54
|
-
'<strong>ИМТ (Индекс массы тела):</strong> Соотношение вес/рост. Скрининговый индикатор ВОЗ для классификации nutritional status у взрослых.',
|
|
55
|
-
'<strong>Privacy by design:</strong> Вычисления выполняются исключительно на клиенте. Без телеметрии, без файлов cookie отслеживания, без анализа личных данных.',
|
|
56
|
-
'<strong>Международные стандарты:</strong> Используемые диапазоны и пороговые значения соответствуют руководящим принципам, опубликованным ВОЗ и эталонными медицинскими органами.',
|
|
57
|
-
],
|
|
58
|
-
},
|
|
59
|
-
],
|
|
60
|
-
};
|
|
1
|
+
import type { CategoryLocaleContent } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const content: CategoryLocaleContent = {
|
|
4
|
+
slug: 'zdorove',
|
|
5
|
+
title: 'Онлайн инструменты для Здоровья',
|
|
6
|
+
description:
|
|
7
|
+
'Бесплатные калькуляторы и утилиты для здоровья: ИМТ, процент жира в теле, калории, гидратация и многое другое. Основаны на международных медицинских стандартах.',
|
|
8
|
+
seo: [
|
|
9
|
+
{
|
|
10
|
+
type: 'summary',
|
|
11
|
+
title: 'Что вы найдёте в этой категории',
|
|
12
|
+
items: [
|
|
13
|
+
'Калькулятор ИМТ с визуальной шкалой и категориями ВОЗ',
|
|
14
|
+
'Результаты на основе проверенных медицинских алгоритмов',
|
|
15
|
+
'Полностью бесплатно, без регистрации и файлов cookie отслеживания',
|
|
16
|
+
'Полная конфиденциальность: вычисления выполняются на вашем устройстве',
|
|
17
|
+
],
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
type: 'title',
|
|
21
|
+
text: 'Инструменты для Здоровья, Основанные на Науке',
|
|
22
|
+
level: 2,
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
type: 'paragraph',
|
|
26
|
+
html: 'Личное здоровье - одна из областей, где точная информация имеет реальное значение. Наша коллекция <strong>онлайн-утилит для здоровья</strong> создана для предоставления объективных данных, основанных на стандартах Всемирной организации здравоохранения (ВОЗ) и других международно признанных медицинских институтов.',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
type: 'paragraph',
|
|
30
|
+
html: 'В отличие от мобильных приложений, требующих доступа к личным данным или датчикам устройства, все эти инструменты работают непосредственно в браузере. <strong>Никакие данные о здоровье не покидают ваше устройство</strong>. Без серверов, без хранилища, без пользовательских профилей.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
type: 'title',
|
|
34
|
+
text: 'Почему цифра - это не всё',
|
|
35
|
+
level: 3,
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
type: 'paragraph',
|
|
39
|
+
html: 'Калькуляторы здоровья предлагают <strong>ориентировочный ориентир</strong>, а не диагноз. Индекс массы тела, например, является полезным статистическим инструментом скрининга для общей популяции, но не различает мышечную ткань и жир. Элитный спортсмен может иметь технически повышенный ИМТ без каких-либо метаболических проблем со здоровьем.',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
type: 'tip',
|
|
43
|
+
title: 'Важный медицинский отказ от ответственности',
|
|
44
|
+
html: 'Все инструменты в этой категории носят информационный и образовательный характер. Они ни при каких обстоятельствах не заменяют суждение медицинского работника. Если у вас есть опасения относительно вашего здоровья, всегда консультируйтесь с врачом или специалистом.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
type: 'title',
|
|
48
|
+
text: 'Основы Показателей Здоровья',
|
|
49
|
+
level: 2,
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
type: 'list',
|
|
53
|
+
items: [
|
|
54
|
+
'<strong>ИМТ (Индекс массы тела):</strong> Соотношение вес/рост. Скрининговый индикатор ВОЗ для классификации nutritional status у взрослых.',
|
|
55
|
+
'<strong>Privacy by design:</strong> Вычисления выполняются исключительно на клиенте. Без телеметрии, без файлов cookie отслеживания, без анализа личных данных.',
|
|
56
|
+
'<strong>Международные стандарты:</strong> Используемые диапазоны и пороговые значения соответствуют руководящим принципам, опубликованным ВОЗ и эталонными медицинскими органами.',
|
|
57
|
+
],
|
|
58
|
+
},
|
|
59
|
+
],
|
|
60
|
+
};
|
package/src/category/index.ts
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import type { HealthCategoryEntry } from '../types';
|
|
2
|
-
import { amputationAdjustedBmiCalculator } from '../tool/amputationAdjustedBmiCalculator/entry';
|
|
3
|
-
import { bmiCalculator } from '../tool/bmiCalculator/entry';
|
|
4
|
-
import { bodyAdiposityIndexCalculator } from '../tool/bodyAdiposityIndexCalculator/entry';
|
|
5
|
-
import { bodyFatPercentageCalculator } from '../tool/bodyFatPercentageCalculator/entry';
|
|
6
|
-
import { waistHipRatioCalculator } from '../tool/waistHipRatioCalculator/entry';
|
|
7
|
-
import { waistHeightRatioCalculator } from '../tool/waistHeightRatioCalculator/entry';
|
|
8
|
-
import { daltonismSimulator } from '../tool/daltonismSimulator/entry';
|
|
9
|
-
import { tinnitusReliever } from '../tool/tinnitusReliever/entry';
|
|
10
|
-
import { parametricNoiseSynthesizer } from '../tool/parametricNoiseSynthesizer/entry';
|
|
11
|
-
import { breathingVisualizer } from '../tool/breathingVisualizer/entry';
|
|
12
|
-
import { caffeineTracker } from '../tool/caffeineTracker/entry';
|
|
13
|
-
import { caloricDeficitCalculator } from '../tool/caloricDeficitCalculator/entry';
|
|
14
|
-
import { dailyProteinCalculator } from '../tool/dailyProteinCalculator/entry';
|
|
15
|
-
import { macronutrientCalculator } from '../tool/macronutrientCalculator/entry';
|
|
16
|
-
import { tdeeCalculator } from '../tool/tdeeCalculator/entry';
|
|
17
|
-
import { waterPurifier } from '../tool/waterPurifier/entry';
|
|
18
|
-
import { digestionStopwatch } from '../tool/digestionStopwatch/entry';
|
|
19
|
-
import { binauralTuner } from '../tool/binauralTuner/entry';
|
|
20
|
-
import { pelliRobsonTest } from '../tool/pelliRobsonTest/entry';
|
|
21
|
-
import { peripheralVisionTrainer } from '../tool/peripheralVisionTrainer/entry';
|
|
22
|
-
import { epworthSleepinessScale } from '../tool/epworthSleepinessScale/entry';
|
|
23
|
-
import { leanBodyMassCalculator } from '../tool/leanBodyMassCalculator/entry';
|
|
24
|
-
import { metabolicAgeCalculator } from '../tool/metabolicAgeCalculator/entry';
|
|
25
|
-
import { bunCreatinineCalculator } from '../tool/bunCreatinineCalculator/entry';
|
|
26
|
-
import { serumOsmolalityCalculator } from '../tool/serumOsmolalityCalculator/entry';
|
|
27
|
-
import { meanArterialPressureCalculator } from '../tool/meanArterialPressureCalculator/entry';
|
|
28
|
-
import { correctedSodiumHyperglycemiaCalculator } from '../tool/correctedSodiumHyperglycemiaCalculator/entry';
|
|
29
|
-
import { fractionalExcretionSodiumCalculator } from '../tool/fractionalExcretionSodiumCalculator/entry';
|
|
30
|
-
import { targetHeightEstimator } from '../tool/targetHeightEstimator/entry';
|
|
31
|
-
import { correctedReticulocyteIndex } from '../tool/correctedReticulocyteIndex/entry';
|
|
1
|
+
import type { HealthCategoryEntry } from '../types';
|
|
2
|
+
import { amputationAdjustedBmiCalculator } from '../tool/amputationAdjustedBmiCalculator/entry';
|
|
3
|
+
import { bmiCalculator } from '../tool/bmiCalculator/entry';
|
|
4
|
+
import { bodyAdiposityIndexCalculator } from '../tool/bodyAdiposityIndexCalculator/entry';
|
|
5
|
+
import { bodyFatPercentageCalculator } from '../tool/bodyFatPercentageCalculator/entry';
|
|
6
|
+
import { waistHipRatioCalculator } from '../tool/waistHipRatioCalculator/entry';
|
|
7
|
+
import { waistHeightRatioCalculator } from '../tool/waistHeightRatioCalculator/entry';
|
|
8
|
+
import { daltonismSimulator } from '../tool/daltonismSimulator/entry';
|
|
9
|
+
import { tinnitusReliever } from '../tool/tinnitusReliever/entry';
|
|
10
|
+
import { parametricNoiseSynthesizer } from '../tool/parametricNoiseSynthesizer/entry';
|
|
11
|
+
import { breathingVisualizer } from '../tool/breathingVisualizer/entry';
|
|
12
|
+
import { caffeineTracker } from '../tool/caffeineTracker/entry';
|
|
13
|
+
import { caloricDeficitCalculator } from '../tool/caloricDeficitCalculator/entry';
|
|
14
|
+
import { dailyProteinCalculator } from '../tool/dailyProteinCalculator/entry';
|
|
15
|
+
import { macronutrientCalculator } from '../tool/macronutrientCalculator/entry';
|
|
16
|
+
import { tdeeCalculator } from '../tool/tdeeCalculator/entry';
|
|
17
|
+
import { waterPurifier } from '../tool/waterPurifier/entry';
|
|
18
|
+
import { digestionStopwatch } from '../tool/digestionStopwatch/entry';
|
|
19
|
+
import { binauralTuner } from '../tool/binauralTuner/entry';
|
|
20
|
+
import { pelliRobsonTest } from '../tool/pelliRobsonTest/entry';
|
|
21
|
+
import { peripheralVisionTrainer } from '../tool/peripheralVisionTrainer/entry';
|
|
22
|
+
import { epworthSleepinessScale } from '../tool/epworthSleepinessScale/entry';
|
|
23
|
+
import { leanBodyMassCalculator } from '../tool/leanBodyMassCalculator/entry';
|
|
24
|
+
import { metabolicAgeCalculator } from '../tool/metabolicAgeCalculator/entry';
|
|
25
|
+
import { bunCreatinineCalculator } from '../tool/bunCreatinineCalculator/entry';
|
|
26
|
+
import { serumOsmolalityCalculator } from '../tool/serumOsmolalityCalculator/entry';
|
|
27
|
+
import { meanArterialPressureCalculator } from '../tool/meanArterialPressureCalculator/entry';
|
|
28
|
+
import { correctedSodiumHyperglycemiaCalculator } from '../tool/correctedSodiumHyperglycemiaCalculator/entry';
|
|
29
|
+
import { fractionalExcretionSodiumCalculator } from '../tool/fractionalExcretionSodiumCalculator/entry';
|
|
30
|
+
import { targetHeightEstimator } from '../tool/targetHeightEstimator/entry';
|
|
31
|
+
import { correctedReticulocyteIndex } from '../tool/correctedReticulocyteIndex/entry';
|
|
32
32
|
import { estimatedBloodVolumeCalculator } from '../tool/estimatedBloodVolumeCalculator/entry';
|
|
33
33
|
import { anionGapCalculator } from '../tool/anionGapCalculator/entry';
|
|
34
34
|
import { creatinineClearanceCockcroftGault } from '../tool/creatinineClearanceCockcroftGault/entry';
|
|
@@ -38,21 +38,21 @@ import { egfrCalculator } from '../tool/egfrCalculator/entry';
|
|
|
38
38
|
export const healthCategory: HealthCategoryEntry = {
|
|
39
39
|
icon: 'mdi:heart-pulse',
|
|
40
40
|
tools: [bmiCalculator, amputationAdjustedBmiCalculator, bodyAdiposityIndexCalculator, bodyFatPercentageCalculator, waistHipRatioCalculator, waistHeightRatioCalculator, leanBodyMassCalculator, metabolicAgeCalculator, caloricDeficitCalculator, dailyProteinCalculator, macronutrientCalculator, tdeeCalculator, bunCreatinineCalculator, serumOsmolalityCalculator, meanArterialPressureCalculator, correctedSodiumHyperglycemiaCalculator, fractionalExcretionSodiumCalculator, correctedReticulocyteIndex, estimatedBloodVolumeCalculator, anionGapCalculator, creatinineClearanceCockcroftGault, correctedCalciumCalculator, egfrCalculator, targetHeightEstimator, daltonismSimulator, tinnitusReliever, parametricNoiseSynthesizer, breathingVisualizer, caffeineTracker, waterPurifier, digestionStopwatch, binauralTuner, pelliRobsonTest, peripheralVisionTrainer, epworthSleepinessScale],
|
|
41
|
-
i18n: {
|
|
42
|
-
en: () => import('./i18n/en').then((m) => m.content),
|
|
43
|
-
es: () => import('./i18n/es').then((m) => m.content),
|
|
44
|
-
fr: () => import('./i18n/fr').then((m) => m.content),
|
|
45
|
-
de: () => import('./i18n/de').then((m) => m.content),
|
|
46
|
-
id: () => import('./i18n/id').then((m) => m.content),
|
|
47
|
-
it: () => import('./i18n/it').then((m) => m.content),
|
|
48
|
-
ja: () => import('./i18n/ja').then((m) => m.content),
|
|
49
|
-
ko: () => import('./i18n/ko').then((m) => m.content),
|
|
50
|
-
nl: () => import('./i18n/nl').then((m) => m.content),
|
|
51
|
-
pl: () => import('./i18n/pl').then((m) => m.content),
|
|
52
|
-
pt: () => import('./i18n/pt').then((m) => m.content),
|
|
53
|
-
ru: () => import('./i18n/ru').then((m) => m.content),
|
|
54
|
-
sv: () => import('./i18n/sv').then((m) => m.content),
|
|
55
|
-
tr: () => import('./i18n/tr').then((m) => m.content),
|
|
56
|
-
zh: () => import('./i18n/zh').then((m) => m.content),
|
|
57
|
-
},
|
|
58
|
-
};
|
|
41
|
+
i18n: {
|
|
42
|
+
en: () => import('./i18n/en').then((m) => m.content),
|
|
43
|
+
es: () => import('./i18n/es').then((m) => m.content),
|
|
44
|
+
fr: () => import('./i18n/fr').then((m) => m.content),
|
|
45
|
+
de: () => import('./i18n/de').then((m) => m.content),
|
|
46
|
+
id: () => import('./i18n/id').then((m) => m.content),
|
|
47
|
+
it: () => import('./i18n/it').then((m) => m.content),
|
|
48
|
+
ja: () => import('./i18n/ja').then((m) => m.content),
|
|
49
|
+
ko: () => import('./i18n/ko').then((m) => m.content),
|
|
50
|
+
nl: () => import('./i18n/nl').then((m) => m.content),
|
|
51
|
+
pl: () => import('./i18n/pl').then((m) => m.content),
|
|
52
|
+
pt: () => import('./i18n/pt').then((m) => m.content),
|
|
53
|
+
ru: () => import('./i18n/ru').then((m) => m.content),
|
|
54
|
+
sv: () => import('./i18n/sv').then((m) => m.content),
|
|
55
|
+
tr: () => import('./i18n/tr').then((m) => m.content),
|
|
56
|
+
zh: () => import('./i18n/zh').then((m) => m.content),
|
|
57
|
+
},
|
|
58
|
+
};
|
package/src/category/seo.astro
CHANGED
package/src/entries.ts
CHANGED
|
@@ -1,82 +1,84 @@
|
|
|
1
|
-
export { binauralTuner } from './tool/binauralTuner/entry';
|
|
2
|
-
export { bloodUnitConverter } from './tool/bloodUnitConverter/entry';
|
|
3
|
-
export { bmiCalculator } from './tool/bmiCalculator/entry';
|
|
4
|
-
export { amputationAdjustedBmiCalculator } from './tool/amputationAdjustedBmiCalculator/entry';
|
|
5
|
-
export { bodyAdiposityIndexCalculator } from './tool/bodyAdiposityIndexCalculator/entry';
|
|
6
|
-
export { bodyFatPercentageCalculator } from './tool/bodyFatPercentageCalculator/entry';
|
|
7
|
-
export { waistHipRatioCalculator } from './tool/waistHipRatioCalculator/entry';
|
|
8
|
-
export { waistHeightRatioCalculator } from './tool/waistHeightRatioCalculator/entry';
|
|
9
|
-
export { breathingVisualizer } from './tool/breathingVisualizer/entry';
|
|
10
|
-
export { caffeineTracker } from './tool/caffeineTracker/entry';
|
|
11
|
-
export { caloricDeficitCalculator } from './tool/caloricDeficitCalculator/entry';
|
|
12
|
-
export { dailyProteinCalculator } from './tool/dailyProteinCalculator/entry';
|
|
13
|
-
export { daltonismSimulator } from './tool/daltonismSimulator/entry';
|
|
14
|
-
export { digestionStopwatch } from './tool/digestionStopwatch/entry';
|
|
15
|
-
export { epworthSleepinessScale } from './tool/epworthSleepinessScale/entry';
|
|
16
|
-
export { hydrationCalculator } from './tool/hydrationCalculator/entry';
|
|
17
|
-
export { leanBodyMassCalculator } from './tool/leanBodyMassCalculator/entry';
|
|
18
|
-
export { metabolicAgeCalculator } from './tool/metabolicAgeCalculator/entry';
|
|
19
|
-
export { macronutrientCalculator } from './tool/macronutrientCalculator/entry';
|
|
20
|
-
export { tdeeCalculator } from './tool/tdeeCalculator/entry';
|
|
21
|
-
export { bunCreatinineCalculator } from './tool/bunCreatinineCalculator/entry';
|
|
22
|
-
export { serumOsmolalityCalculator } from './tool/serumOsmolalityCalculator/entry';
|
|
23
|
-
export { meanArterialPressureCalculator } from './tool/meanArterialPressureCalculator/entry';
|
|
24
|
-
export { correctedSodiumHyperglycemiaCalculator } from './tool/correctedSodiumHyperglycemiaCalculator/entry';
|
|
25
|
-
export { fractionalExcretionSodiumCalculator } from './tool/fractionalExcretionSodiumCalculator/entry';
|
|
26
|
-
export { targetHeightEstimator } from './tool/targetHeightEstimator/entry';
|
|
27
|
-
export { correctedReticulocyteIndex } from './tool/correctedReticulocyteIndex/entry';
|
|
28
|
-
export { estimatedBloodVolumeCalculator } from './tool/estimatedBloodVolumeCalculator/entry';
|
|
1
|
+
export { binauralTuner } from './tool/binauralTuner/entry';
|
|
2
|
+
export { bloodUnitConverter } from './tool/bloodUnitConverter/entry';
|
|
3
|
+
export { bmiCalculator } from './tool/bmiCalculator/entry';
|
|
4
|
+
export { amputationAdjustedBmiCalculator } from './tool/amputationAdjustedBmiCalculator/entry';
|
|
5
|
+
export { bodyAdiposityIndexCalculator } from './tool/bodyAdiposityIndexCalculator/entry';
|
|
6
|
+
export { bodyFatPercentageCalculator } from './tool/bodyFatPercentageCalculator/entry';
|
|
7
|
+
export { waistHipRatioCalculator } from './tool/waistHipRatioCalculator/entry';
|
|
8
|
+
export { waistHeightRatioCalculator } from './tool/waistHeightRatioCalculator/entry';
|
|
9
|
+
export { breathingVisualizer } from './tool/breathingVisualizer/entry';
|
|
10
|
+
export { caffeineTracker } from './tool/caffeineTracker/entry';
|
|
11
|
+
export { caloricDeficitCalculator } from './tool/caloricDeficitCalculator/entry';
|
|
12
|
+
export { dailyProteinCalculator } from './tool/dailyProteinCalculator/entry';
|
|
13
|
+
export { daltonismSimulator } from './tool/daltonismSimulator/entry';
|
|
14
|
+
export { digestionStopwatch } from './tool/digestionStopwatch/entry';
|
|
15
|
+
export { epworthSleepinessScale } from './tool/epworthSleepinessScale/entry';
|
|
16
|
+
export { hydrationCalculator } from './tool/hydrationCalculator/entry';
|
|
17
|
+
export { leanBodyMassCalculator } from './tool/leanBodyMassCalculator/entry';
|
|
18
|
+
export { metabolicAgeCalculator } from './tool/metabolicAgeCalculator/entry';
|
|
19
|
+
export { macronutrientCalculator } from './tool/macronutrientCalculator/entry';
|
|
20
|
+
export { tdeeCalculator } from './tool/tdeeCalculator/entry';
|
|
21
|
+
export { bunCreatinineCalculator } from './tool/bunCreatinineCalculator/entry';
|
|
22
|
+
export { serumOsmolalityCalculator } from './tool/serumOsmolalityCalculator/entry';
|
|
23
|
+
export { meanArterialPressureCalculator } from './tool/meanArterialPressureCalculator/entry';
|
|
24
|
+
export { correctedSodiumHyperglycemiaCalculator } from './tool/correctedSodiumHyperglycemiaCalculator/entry';
|
|
25
|
+
export { fractionalExcretionSodiumCalculator } from './tool/fractionalExcretionSodiumCalculator/entry';
|
|
26
|
+
export { targetHeightEstimator } from './tool/targetHeightEstimator/entry';
|
|
27
|
+
export { correctedReticulocyteIndex } from './tool/correctedReticulocyteIndex/entry';
|
|
28
|
+
export { estimatedBloodVolumeCalculator } from './tool/estimatedBloodVolumeCalculator/entry';
|
|
29
29
|
export { anionGapCalculator } from './tool/anionGapCalculator/entry';
|
|
30
30
|
export { creatinineClearanceCockcroftGault } from './tool/creatinineClearanceCockcroftGault/entry';
|
|
31
31
|
export { correctedCalciumCalculator } from './tool/correctedCalciumCalculator/entry';
|
|
32
32
|
export { egfrCalculator } from './tool/egfrCalculator/entry';
|
|
33
|
+
export { sleepDebtRecoveryPlanner } from './tool/sleepDebtRecoveryPlanner/entry';
|
|
33
34
|
export { pelliRobsonTest } from './tool/pelliRobsonTest/entry';
|
|
34
|
-
export { peripheralVisionTrainer } from './tool/peripheralVisionTrainer/entry';
|
|
35
|
-
export { readingDistanceCalculator } from './tool/readingDistanceCalculator/entry';
|
|
36
|
-
export { screenDecompressionTime } from './tool/screenDecompressionTime/entry';
|
|
37
|
-
export { tinnitusReliever } from './tool/tinnitusReliever/entry';
|
|
38
|
-
export { parametricNoiseSynthesizer } from './tool/parametricNoiseSynthesizer/entry';
|
|
39
|
-
export { ubeCalculator } from './tool/ubeCalculator/entry';
|
|
40
|
-
export { waterPurifier } from './tool/waterPurifier/entry';
|
|
41
|
-
export { healthCategory } from './category';
|
|
42
|
-
import { amputationAdjustedBmiCalculator } from './tool/amputationAdjustedBmiCalculator/entry';
|
|
43
|
-
import { binauralTuner } from './tool/binauralTuner/entry';
|
|
44
|
-
import { bloodUnitConverter } from './tool/bloodUnitConverter/entry';
|
|
45
|
-
import { bmiCalculator } from './tool/bmiCalculator/entry';
|
|
46
|
-
import { bodyAdiposityIndexCalculator } from './tool/bodyAdiposityIndexCalculator/entry';
|
|
47
|
-
import { bodyFatPercentageCalculator } from './tool/bodyFatPercentageCalculator/entry';
|
|
48
|
-
import { waistHipRatioCalculator } from './tool/waistHipRatioCalculator/entry';
|
|
49
|
-
import { waistHeightRatioCalculator } from './tool/waistHeightRatioCalculator/entry';
|
|
50
|
-
import { breathingVisualizer } from './tool/breathingVisualizer/entry';
|
|
51
|
-
import { caffeineTracker } from './tool/caffeineTracker/entry';
|
|
52
|
-
import { caloricDeficitCalculator } from './tool/caloricDeficitCalculator/entry';
|
|
53
|
-
import { dailyProteinCalculator } from './tool/dailyProteinCalculator/entry';
|
|
54
|
-
import { daltonismSimulator } from './tool/daltonismSimulator/entry';
|
|
55
|
-
import { digestionStopwatch } from './tool/digestionStopwatch/entry';
|
|
56
|
-
import { epworthSleepinessScale } from './tool/epworthSleepinessScale/entry';
|
|
57
|
-
import { hydrationCalculator } from './tool/hydrationCalculator/entry';
|
|
58
|
-
import { leanBodyMassCalculator } from './tool/leanBodyMassCalculator/entry';
|
|
59
|
-
import { metabolicAgeCalculator } from './tool/metabolicAgeCalculator/entry';
|
|
60
|
-
import { macronutrientCalculator } from './tool/macronutrientCalculator/entry';
|
|
61
|
-
import { tdeeCalculator } from './tool/tdeeCalculator/entry';
|
|
62
|
-
import { bunCreatinineCalculator } from './tool/bunCreatinineCalculator/entry';
|
|
63
|
-
import { serumOsmolalityCalculator } from './tool/serumOsmolalityCalculator/entry';
|
|
64
|
-
import { meanArterialPressureCalculator } from './tool/meanArterialPressureCalculator/entry';
|
|
65
|
-
import { correctedSodiumHyperglycemiaCalculator } from './tool/correctedSodiumHyperglycemiaCalculator/entry';
|
|
66
|
-
import { fractionalExcretionSodiumCalculator } from './tool/fractionalExcretionSodiumCalculator/entry';
|
|
67
|
-
import { targetHeightEstimator } from './tool/targetHeightEstimator/entry';
|
|
68
|
-
import { correctedReticulocyteIndex } from './tool/correctedReticulocyteIndex/entry';
|
|
35
|
+
export { peripheralVisionTrainer } from './tool/peripheralVisionTrainer/entry';
|
|
36
|
+
export { readingDistanceCalculator } from './tool/readingDistanceCalculator/entry';
|
|
37
|
+
export { screenDecompressionTime } from './tool/screenDecompressionTime/entry';
|
|
38
|
+
export { tinnitusReliever } from './tool/tinnitusReliever/entry';
|
|
39
|
+
export { parametricNoiseSynthesizer } from './tool/parametricNoiseSynthesizer/entry';
|
|
40
|
+
export { ubeCalculator } from './tool/ubeCalculator/entry';
|
|
41
|
+
export { waterPurifier } from './tool/waterPurifier/entry';
|
|
42
|
+
export { healthCategory } from './category';
|
|
43
|
+
import { amputationAdjustedBmiCalculator } from './tool/amputationAdjustedBmiCalculator/entry';
|
|
44
|
+
import { binauralTuner } from './tool/binauralTuner/entry';
|
|
45
|
+
import { bloodUnitConverter } from './tool/bloodUnitConverter/entry';
|
|
46
|
+
import { bmiCalculator } from './tool/bmiCalculator/entry';
|
|
47
|
+
import { bodyAdiposityIndexCalculator } from './tool/bodyAdiposityIndexCalculator/entry';
|
|
48
|
+
import { bodyFatPercentageCalculator } from './tool/bodyFatPercentageCalculator/entry';
|
|
49
|
+
import { waistHipRatioCalculator } from './tool/waistHipRatioCalculator/entry';
|
|
50
|
+
import { waistHeightRatioCalculator } from './tool/waistHeightRatioCalculator/entry';
|
|
51
|
+
import { breathingVisualizer } from './tool/breathingVisualizer/entry';
|
|
52
|
+
import { caffeineTracker } from './tool/caffeineTracker/entry';
|
|
53
|
+
import { caloricDeficitCalculator } from './tool/caloricDeficitCalculator/entry';
|
|
54
|
+
import { dailyProteinCalculator } from './tool/dailyProteinCalculator/entry';
|
|
55
|
+
import { daltonismSimulator } from './tool/daltonismSimulator/entry';
|
|
56
|
+
import { digestionStopwatch } from './tool/digestionStopwatch/entry';
|
|
57
|
+
import { epworthSleepinessScale } from './tool/epworthSleepinessScale/entry';
|
|
58
|
+
import { hydrationCalculator } from './tool/hydrationCalculator/entry';
|
|
59
|
+
import { leanBodyMassCalculator } from './tool/leanBodyMassCalculator/entry';
|
|
60
|
+
import { metabolicAgeCalculator } from './tool/metabolicAgeCalculator/entry';
|
|
61
|
+
import { macronutrientCalculator } from './tool/macronutrientCalculator/entry';
|
|
62
|
+
import { tdeeCalculator } from './tool/tdeeCalculator/entry';
|
|
63
|
+
import { bunCreatinineCalculator } from './tool/bunCreatinineCalculator/entry';
|
|
64
|
+
import { serumOsmolalityCalculator } from './tool/serumOsmolalityCalculator/entry';
|
|
65
|
+
import { meanArterialPressureCalculator } from './tool/meanArterialPressureCalculator/entry';
|
|
66
|
+
import { correctedSodiumHyperglycemiaCalculator } from './tool/correctedSodiumHyperglycemiaCalculator/entry';
|
|
67
|
+
import { fractionalExcretionSodiumCalculator } from './tool/fractionalExcretionSodiumCalculator/entry';
|
|
68
|
+
import { targetHeightEstimator } from './tool/targetHeightEstimator/entry';
|
|
69
|
+
import { correctedReticulocyteIndex } from './tool/correctedReticulocyteIndex/entry';
|
|
69
70
|
import { estimatedBloodVolumeCalculator } from './tool/estimatedBloodVolumeCalculator/entry';
|
|
70
71
|
import { anionGapCalculator } from './tool/anionGapCalculator/entry';
|
|
71
72
|
import { creatinineClearanceCockcroftGault } from './tool/creatinineClearanceCockcroftGault/entry';
|
|
72
73
|
import { correctedCalciumCalculator } from './tool/correctedCalciumCalculator/entry';
|
|
73
74
|
import { egfrCalculator } from './tool/egfrCalculator/entry';
|
|
75
|
+
import { sleepDebtRecoveryPlanner } from './tool/sleepDebtRecoveryPlanner/entry';
|
|
74
76
|
import { pelliRobsonTest } from './tool/pelliRobsonTest/entry';
|
|
75
|
-
import { peripheralVisionTrainer } from './tool/peripheralVisionTrainer/entry';
|
|
76
|
-
import { readingDistanceCalculator } from './tool/readingDistanceCalculator/entry';
|
|
77
|
-
import { screenDecompressionTime } from './tool/screenDecompressionTime/entry';
|
|
78
|
-
import { tinnitusReliever } from './tool/tinnitusReliever/entry';
|
|
79
|
-
import { parametricNoiseSynthesizer } from './tool/parametricNoiseSynthesizer/entry';
|
|
80
|
-
import { ubeCalculator } from './tool/ubeCalculator/entry';
|
|
81
|
-
import { waterPurifier } from './tool/waterPurifier/entry';
|
|
82
|
-
export const ALL_ENTRIES = [binauralTuner, bloodUnitConverter, bmiCalculator, amputationAdjustedBmiCalculator, bodyAdiposityIndexCalculator, bodyFatPercentageCalculator, waistHipRatioCalculator, waistHeightRatioCalculator, breathingVisualizer, caffeineTracker, caloricDeficitCalculator, dailyProteinCalculator, macronutrientCalculator, tdeeCalculator, bunCreatinineCalculator, serumOsmolalityCalculator, meanArterialPressureCalculator, correctedSodiumHyperglycemiaCalculator, fractionalExcretionSodiumCalculator, correctedReticulocyteIndex, estimatedBloodVolumeCalculator, anionGapCalculator, creatinineClearanceCockcroftGault, correctedCalciumCalculator, egfrCalculator, targetHeightEstimator, daltonismSimulator, digestionStopwatch, epworthSleepinessScale, hydrationCalculator, leanBodyMassCalculator, metabolicAgeCalculator, pelliRobsonTest, peripheralVisionTrainer, readingDistanceCalculator, screenDecompressionTime, tinnitusReliever, parametricNoiseSynthesizer, ubeCalculator, waterPurifier];
|
|
77
|
+
import { peripheralVisionTrainer } from './tool/peripheralVisionTrainer/entry';
|
|
78
|
+
import { readingDistanceCalculator } from './tool/readingDistanceCalculator/entry';
|
|
79
|
+
import { screenDecompressionTime } from './tool/screenDecompressionTime/entry';
|
|
80
|
+
import { tinnitusReliever } from './tool/tinnitusReliever/entry';
|
|
81
|
+
import { parametricNoiseSynthesizer } from './tool/parametricNoiseSynthesizer/entry';
|
|
82
|
+
import { ubeCalculator } from './tool/ubeCalculator/entry';
|
|
83
|
+
import { waterPurifier } from './tool/waterPurifier/entry';
|
|
84
|
+
export const ALL_ENTRIES = [binauralTuner, bloodUnitConverter, bmiCalculator, amputationAdjustedBmiCalculator, bodyAdiposityIndexCalculator, bodyFatPercentageCalculator, waistHipRatioCalculator, waistHeightRatioCalculator, breathingVisualizer, caffeineTracker, caloricDeficitCalculator, dailyProteinCalculator, macronutrientCalculator, tdeeCalculator, bunCreatinineCalculator, serumOsmolalityCalculator, meanArterialPressureCalculator, correctedSodiumHyperglycemiaCalculator, fractionalExcretionSodiumCalculator, correctedReticulocyteIndex, estimatedBloodVolumeCalculator, anionGapCalculator, creatinineClearanceCockcroftGault, correctedCalciumCalculator, egfrCalculator, targetHeightEstimator, daltonismSimulator, digestionStopwatch, epworthSleepinessScale, hydrationCalculator, leanBodyMassCalculator, metabolicAgeCalculator, pelliRobsonTest, peripheralVisionTrainer, readingDistanceCalculator, screenDecompressionTime, tinnitusReliever, parametricNoiseSynthesizer, ubeCalculator, waterPurifier, sleepDebtRecoveryPlanner];
|
package/src/env.d.ts
CHANGED
package/src/index.ts
CHANGED
|
@@ -1,59 +1,60 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
30
|
-
export
|
|
31
|
-
export
|
|
32
|
-
export
|
|
33
|
-
export
|
|
34
|
-
export
|
|
35
|
-
export
|
|
36
|
-
export
|
|
37
|
-
export
|
|
38
|
-
export
|
|
39
|
-
export
|
|
40
|
-
export
|
|
1
|
+
export { BMI_CALCULATOR_TOOL } from './tool/bmiCalculator';
|
|
2
|
+
export { AMPUTATION_ADJUSTED_BMI_CALCULATOR_TOOL } from './tool/amputationAdjustedBmiCalculator';
|
|
3
|
+
export { DALTONISM_SIMULATOR_TOOL } from './tool/daltonismSimulator';
|
|
4
|
+
export { TINNITUS_RELIEVER_TOOL } from './tool/tinnitusReliever';
|
|
5
|
+
export { PARAMETRIC_NOISE_SYNTHESIZER_TOOL } from './tool/parametricNoiseSynthesizer';
|
|
6
|
+
export { BREATHING_VISUALIZER_TOOL } from './tool/breathingVisualizer';
|
|
7
|
+
export { CAFFEINE_TRACKER_TOOL } from './tool/caffeineTracker';
|
|
8
|
+
export { CALORIC_DEFICIT_CALCULATOR_TOOL } from './tool/caloricDeficitCalculator';
|
|
9
|
+
export { WATER_PURIFIER_TOOL } from './tool/waterPurifier';
|
|
10
|
+
export { DIGESTION_STOPWATCH_TOOL } from './tool/digestionStopwatch';
|
|
11
|
+
export { BINAURAL_TUNER_TOOL } from './tool/binauralTuner';
|
|
12
|
+
export { PELLI_ROBSON_TEST_TOOL } from './tool/pelliRobsonTest';
|
|
13
|
+
export { PERIPHERAL_VISION_TRAINER_TOOL } from './tool/peripheralVisionTrainer';
|
|
14
|
+
export { EPWORTH_SLEEPINESS_SCALE_TOOL } from './tool/epworthSleepinessScale';
|
|
15
|
+
export { UBE_CALCULATOR_TOOL } from './tool/ubeCalculator';
|
|
16
|
+
export { SCREEN_DECOMPRESSION_TIME_TOOL } from './tool/screenDecompressionTime';
|
|
17
|
+
export { BLOOD_UNIT_CONVERTER_TOOL } from './tool/bloodUnitConverter';
|
|
18
|
+
export { READING_DISTANCE_CALCULATOR_TOOL } from './tool/readingDistanceCalculator';
|
|
19
|
+
export { HYDRATION_CALCULATOR_TOOL } from './tool/hydrationCalculator';
|
|
20
|
+
export { BODY_ADIPOSITY_INDEX_CALCULATOR_TOOL } from './tool/bodyAdiposityIndexCalculator';
|
|
21
|
+
export { WAIST_HIP_RATIO_CALCULATOR_TOOL } from './tool/waistHipRatioCalculator';
|
|
22
|
+
export { WAIST_HEIGHT_RATIO_CALCULATOR_TOOL } from './tool/waistHeightRatioCalculator';
|
|
23
|
+
export { DAILY_PROTEIN_CALCULATOR_TOOL } from './tool/dailyProteinCalculator';
|
|
24
|
+
export { LEAN_BODY_MASS_CALCULATOR_TOOL } from './tool/leanBodyMassCalculator';
|
|
25
|
+
export { METABOLIC_AGE_CALCULATOR_TOOL } from './tool/metabolicAgeCalculator';
|
|
26
|
+
export { BODY_FAT_PERCENTAGE_CALCULATOR_TOOL } from './tool/bodyFatPercentageCalculator';
|
|
27
|
+
export { MACRONUTRIENT_CALCULATOR_TOOL } from './tool/macronutrientCalculator';
|
|
28
|
+
export { TDEE_CALCULATOR_TOOL } from './tool/tdeeCalculator';
|
|
29
|
+
export { BUN_CREATININE_CALCULATOR_TOOL } from './tool/bunCreatinineCalculator';
|
|
30
|
+
export { SERUM_OSMOLALITY_CALCULATOR_TOOL } from './tool/serumOsmolalityCalculator';
|
|
31
|
+
export { MEAN_ARTERIAL_PRESSURE_CALCULATOR_TOOL } from './tool/meanArterialPressureCalculator';
|
|
32
|
+
export { CORRECTED_SODIUM_HYPERGLYCEMIA_CALCULATOR_TOOL } from './tool/correctedSodiumHyperglycemiaCalculator';
|
|
33
|
+
export { FRACTIONAL_EXCRETION_SODIUM_CALCULATOR_TOOL } from './tool/fractionalExcretionSodiumCalculator';
|
|
34
|
+
export { TARGET_HEIGHT_ESTIMATOR_TOOL } from './tool/targetHeightEstimator';
|
|
35
|
+
export { CORRECTED_RETICULOCYTE_INDEX_TOOL } from './tool/correctedReticulocyteIndex';
|
|
36
|
+
export { ESTIMATED_BLOOD_VOLUME_CALCULATOR_TOOL } from './tool/estimatedBloodVolumeCalculator';
|
|
37
|
+
export { ANION_GAP_CALCULATOR_TOOL } from './tool/anionGapCalculator';
|
|
38
|
+
export { CREATININE_CLEARANCE_COCKCROFT_GAULT_TOOL } from './tool/creatinineClearanceCockcroftGault';
|
|
39
|
+
export { CORRECTED_CALCIUM_CALCULATOR_TOOL } from './tool/correctedCalciumCalculator';
|
|
40
|
+
export { EGFR_CALCULATOR_TOOL } from './tool/egfrCalculator';
|
|
41
|
+
export { SLEEP_DEBT_RECOVERY_PLANNER_TOOL } from './tool/sleepDebtRecoveryPlanner';
|
|
41
42
|
|
|
42
43
|
export { healthCategory } from './category';
|
|
43
|
-
export const healthCategorySEO = () => import('./category/seo.astro').then((m) => m.default);
|
|
44
|
-
|
|
45
|
-
export type {
|
|
46
|
-
KnownLocale,
|
|
47
|
-
FAQItem,
|
|
48
|
-
BibliographyEntry,
|
|
49
|
-
HowToStep,
|
|
50
|
-
ToolLocaleContent,
|
|
51
|
-
CategoryLocaleContent,
|
|
52
|
-
LocaleLoader,
|
|
53
|
-
LocaleMap,
|
|
54
|
-
HealthToolEntry,
|
|
55
|
-
HealthCategoryEntry,
|
|
56
|
-
ToolDefinition,
|
|
57
|
-
} from './types';
|
|
58
|
-
|
|
59
|
-
export { ALL_ENTRIES, ALL_TOOLS } from './tools';
|
|
44
|
+
export const healthCategorySEO = () => import('./category/seo.astro').then((m) => m.default);
|
|
45
|
+
|
|
46
|
+
export type {
|
|
47
|
+
KnownLocale,
|
|
48
|
+
FAQItem,
|
|
49
|
+
BibliographyEntry,
|
|
50
|
+
HowToStep,
|
|
51
|
+
ToolLocaleContent,
|
|
52
|
+
CategoryLocaleContent,
|
|
53
|
+
LocaleLoader,
|
|
54
|
+
LocaleMap,
|
|
55
|
+
HealthToolEntry,
|
|
56
|
+
HealthCategoryEntry,
|
|
57
|
+
ToolDefinition,
|
|
58
|
+
} from './types';
|
|
59
|
+
|
|
60
|
+
export { ALL_ENTRIES, ALL_TOOLS } from './tools';
|
|
@@ -70,20 +70,12 @@ interface NavItem {
|
|
|
70
70
|
isActive?: boolean;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
interface Props {
|
|
74
|
-
Component: unknown;
|
|
75
|
-
locale: KnownLocale;
|
|
76
|
-
content: ToolLocaleContent;
|
|
77
|
-
localeUrls: Partial<Record<KnownLocale, string>>;
|
|
78
|
-
allToolsNav: NavItem[];
|
|
79
|
-
englishSlug: string;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
73
|
const { Component, locale, content, localeUrls, allToolsNav, englishSlug } = Astro.props;
|
|
83
74
|
|
|
84
75
|
const cssFiles = import.meta.glob("../../tool/*/*.css", { query: "?raw", import: "default" });
|
|
85
76
|
const cssKey = Object.keys(cssFiles).find((k) => k.endsWith(`/${englishSlug}.css`));
|
|
86
|
-
const
|
|
77
|
+
const cssLoader = cssKey ? cssFiles[cssKey] : undefined;
|
|
78
|
+
const toolCss = cssLoader ? await cssLoader() as string : "";
|
|
87
79
|
|
|
88
80
|
const seoContent: UtilitySEOContent = { locale, sections: content.seo ?? [] };
|
|
89
81
|
|
|
@@ -132,7 +124,7 @@ const titleBase = words.slice(1).join(" ") || "";
|
|
|
132
124
|
</section>
|
|
133
125
|
|
|
134
126
|
<section class="section-faq">
|
|
135
|
-
<FAQSection items={content.faq}
|
|
127
|
+
<FAQSection items={content.faq} />
|
|
136
128
|
</section>
|
|
137
129
|
|
|
138
130
|
<section class="section-bibliography">
|
package/src/pages/index.astro
CHANGED