@jjlmoya/utils-alcohol 1.13.0 → 1.15.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 +59 -58
- package/src/category/i18n/id.ts +28 -0
- package/src/category/i18n/sv.ts +19 -0
- package/src/category/index.ts +2 -0
- package/src/tests/faq_count.test.ts +12 -10
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +42 -0
- package/src/tests/no_h1_in_components.test.ts +48 -0
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/seo_length.test.ts +3 -34
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tests/tool_validation.test.ts +4 -4
- package/src/tool/alcoholClearance/i18n/de.ts +205 -0
- package/src/tool/alcoholClearance/i18n/en.ts +22 -1
- package/src/tool/alcoholClearance/i18n/es.ts +22 -1
- package/src/tool/alcoholClearance/i18n/fr.ts +22 -1
- package/src/tool/alcoholClearance/i18n/id.ts +205 -0
- package/src/tool/alcoholClearance/i18n/it.ts +180 -0
- package/src/tool/alcoholClearance/i18n/ja.ts +205 -0
- package/src/tool/alcoholClearance/i18n/ko.ts +205 -0
- package/src/tool/alcoholClearance/i18n/nl.ts +205 -0
- package/src/tool/alcoholClearance/i18n/pl.ts +205 -0
- package/src/tool/alcoholClearance/i18n/pt.ts +205 -0
- package/src/tool/alcoholClearance/i18n/ru.ts +205 -0
- package/src/tool/alcoholClearance/i18n/sv.ts +205 -0
- package/src/tool/alcoholClearance/i18n/tr.ts +180 -0
- package/src/tool/alcoholClearance/i18n/zh.ts +205 -0
- package/src/tool/alcoholClearance/index.ts +13 -1
- package/src/tool/beerCooler/i18n/de.ts +197 -0
- package/src/tool/beerCooler/i18n/en.ts +25 -4
- package/src/tool/beerCooler/i18n/es.ts +25 -4
- package/src/tool/beerCooler/i18n/fr.ts +25 -4
- package/src/tool/beerCooler/i18n/id.ts +197 -0
- package/src/tool/beerCooler/i18n/it.ts +197 -0
- package/src/tool/beerCooler/i18n/ja.ts +197 -0
- package/src/tool/beerCooler/i18n/ko.ts +197 -0
- package/src/tool/beerCooler/i18n/nl.ts +197 -0
- package/src/tool/beerCooler/i18n/pl.ts +197 -0
- package/src/tool/beerCooler/i18n/pt.ts +197 -0
- package/src/tool/beerCooler/i18n/ru.ts +197 -0
- package/src/tool/beerCooler/i18n/sv.ts +197 -0
- package/src/tool/beerCooler/i18n/tr.ts +197 -0
- package/src/tool/beerCooler/i18n/zh.ts +197 -0
- package/src/tool/beerCooler/index.ts +13 -1
- package/src/tool/carbonationCalculator/i18n/de.ts +200 -0
- package/src/tool/carbonationCalculator/i18n/en.ts +22 -1
- package/src/tool/carbonationCalculator/i18n/es.ts +22 -1
- package/src/tool/carbonationCalculator/i18n/fr.ts +22 -1
- package/src/tool/carbonationCalculator/i18n/id.ts +200 -0
- package/src/tool/carbonationCalculator/i18n/it.ts +200 -0
- package/src/tool/carbonationCalculator/i18n/ja.ts +200 -0
- package/src/tool/carbonationCalculator/i18n/ko.ts +200 -0
- package/src/tool/carbonationCalculator/i18n/nl.ts +200 -0
- package/src/tool/carbonationCalculator/i18n/pl.ts +200 -0
- package/src/tool/carbonationCalculator/i18n/pt.ts +200 -0
- package/src/tool/carbonationCalculator/i18n/ru.ts +200 -0
- package/src/tool/carbonationCalculator/i18n/sv.ts +200 -0
- package/src/tool/carbonationCalculator/i18n/tr.ts +200 -0
- package/src/tool/carbonationCalculator/i18n/zh.ts +200 -0
- package/src/tool/carbonationCalculator/index.ts +13 -1
- package/src/tool/cocktailBalancer/i18n/de.ts +222 -0
- package/src/tool/cocktailBalancer/i18n/en.ts +23 -2
- package/src/tool/cocktailBalancer/i18n/es.ts +23 -2
- package/src/tool/cocktailBalancer/i18n/fr.ts +23 -2
- package/src/tool/cocktailBalancer/i18n/id.ts +222 -0
- package/src/tool/cocktailBalancer/i18n/it.ts +222 -0
- package/src/tool/cocktailBalancer/i18n/ja.ts +222 -0
- package/src/tool/cocktailBalancer/i18n/ko.ts +222 -0
- package/src/tool/cocktailBalancer/i18n/nl.ts +222 -0
- package/src/tool/cocktailBalancer/i18n/pl.ts +222 -0
- package/src/tool/cocktailBalancer/i18n/pt.ts +222 -0
- package/src/tool/cocktailBalancer/i18n/ru.ts +222 -0
- package/src/tool/cocktailBalancer/i18n/sv.ts +222 -0
- package/src/tool/cocktailBalancer/i18n/tr.ts +222 -0
- package/src/tool/cocktailBalancer/i18n/zh.ts +222 -0
- package/src/tool/cocktailBalancer/index.ts +13 -1
- package/src/tool/partyKeg/i18n/de.ts +187 -0
- package/src/tool/partyKeg/i18n/en.ts +22 -1
- package/src/tool/partyKeg/i18n/es.ts +22 -1
- package/src/tool/partyKeg/i18n/fr.ts +23 -2
- package/src/tool/partyKeg/i18n/id.ts +187 -0
- package/src/tool/partyKeg/i18n/it.ts +187 -0
- package/src/tool/partyKeg/i18n/ja.ts +187 -0
- package/src/tool/partyKeg/i18n/ko.ts +187 -0
- package/src/tool/partyKeg/i18n/nl.ts +187 -0
- package/src/tool/partyKeg/i18n/pl.ts +187 -0
- package/src/tool/partyKeg/i18n/pt.ts +187 -0
- package/src/tool/partyKeg/i18n/ru.ts +187 -0
- package/src/tool/partyKeg/i18n/sv.ts +187 -0
- package/src/tool/partyKeg/i18n/tr.ts +187 -0
- package/src/tool/partyKeg/i18n/zh.ts +187 -0
- package/src/tool/partyKeg/index.ts +13 -1
- package/src/types.ts +1 -1
- package/src/tests/content_mandatory.test.ts +0 -32
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
2
|
+
import type { AlcoholClearanceUI, AlcoholClearanceLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'alcohol-clearance-calculator';
|
|
5
|
+
const title = 'Kater en BVO calculator: Herstelindicator';
|
|
6
|
+
const description = 'Bereken uw Bloed Voorzuringsoort (BVO) en de tijd om 0,0 te bereiken met behulp van de formule van Widmark. Plan uw hydratatie vóór het slapen en weet wanneer u volledig hersteld bent.';
|
|
7
|
+
|
|
8
|
+
const ui: AlcoholClearanceUI = {
|
|
9
|
+
biologicalSexLabel: 'Biologisch geslacht',
|
|
10
|
+
weightLabel: 'Lichaamsgewicht',
|
|
11
|
+
kgUnit: 'kg',
|
|
12
|
+
addDrinkLabel: 'Drank toevoegen',
|
|
13
|
+
beerLabel: 'Bier',
|
|
14
|
+
wineLabel: 'Wijn',
|
|
15
|
+
spiritLabel: 'Gemixt drankje',
|
|
16
|
+
shotLabel: 'Shot',
|
|
17
|
+
accumulatedLabel: 'Genuttigd aantal dranken',
|
|
18
|
+
emptyListLabel: 'Uw lijst is leeg',
|
|
19
|
+
emptySubLabel: 'Selecteer dranken om te berekenen.',
|
|
20
|
+
estimatedBacLabel: 'Geschatte BVO',
|
|
21
|
+
bacUnit: 'BVO',
|
|
22
|
+
timeToZeroLabel: 'om op 0,0 uit te komen',
|
|
23
|
+
waterAdviceLabel: 'Water (voor het slapen)',
|
|
24
|
+
pillAdviceLabel: 'Supplementen',
|
|
25
|
+
noneAdvice: 'Niet nodig',
|
|
26
|
+
hydrationAdvice: 'Prioriteit: Hydratatie',
|
|
27
|
+
electrolytesAdvice: 'Elektrolyten + Vit. B',
|
|
28
|
+
disclaimerText: 'Deze calculator is een theoretische inschatting. Stofwisseling en voeding variëren het resultaat. Rijd niet onder invloed.',
|
|
29
|
+
drinkUnit: 'drank',
|
|
30
|
+
drinksUnit: 'dranken'
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
const faqTitle = 'Veelgestelde vragen';
|
|
34
|
+
const bibliographyTitle = 'Bibliografie en bronnen';
|
|
35
|
+
|
|
36
|
+
const faq: AlcoholClearanceLocaleContent['faq'] = [
|
|
37
|
+
{
|
|
38
|
+
question: "Wat is een standaarddrankenhoeveelheid en hoeveel zit er in elk drankje?",
|
|
39
|
+
answer: "Een standaarddrankenhoeveelheid bevat ongeveer 10 gram zuivere alcohol (EU-definitie; 14g in de VS). Een gewoon biertje (330ml met 5%) bevat ongeveer 1,3 eenheden, een glas wijn (150ml met 12%) ongeveer 1,4 eenheden en een shot (40ml met 40%) ongeveer 1,3 eenheden. De hoeveelheid eenheden in wat u drinkt kennen is essentieel om de resultaten van de calculator correct te interpreteren.",
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
question: "Waarom beïnvloedt biologisch geslacht BVO-berekeningen?",
|
|
43
|
+
answer: "Biologisch geslacht beïnvloedt de Widmark-factor 'r', die het totale lichaamsvocht als fractie van het gewicht vertegenwoordigt. Mannen hebben gemiddeld r=0,68 omdat zij proportioneel meer lichaamsvocht hebben. Vrouwen hebben gemiddeld r=0,55 vanwege een hoger percentage lichaamsvet, dat minder alcohol vasthoudt. Dit betekent dat voor dezelfde dranken en lichaamsgewicht vrouwen een hogere BVO bereiken.",
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
question: "Kunnen koffie, water of oefening de alcoholafbraak versnellen?",
|
|
47
|
+
answer: "Nee. De lever breekt alcohol af met een constant tempo van ongeveer 0,15 g/L per uur (nulde-orde kinetiek). Koffie kan vermoeidheid maskeren, water helpt bij uitdroging en oefening verbetert het welzijn in het algemeen — maar geen van deze zaken verlaagt uw werkelijke BVO. Alleen tijd breekt alcohol uit het bloed af.",
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
question: "Helpt eten na het drinken de BVO te verlagen?",
|
|
51
|
+
answer: "Eten na het drinken verlaagt de alcohol die al in uw bloedbaan aanwezig is niet. Voedsel maakt het meeste verschil voor of tijdens het drinken: voedsel in de maag — vooral proteïnen en vetten — vertraagt de gastric absorption en kan uw piekwaarde van BVO met tot 50% verlagen. Zodra alcohol is opgenomen, kan alleen hepatische stofwisseling deze afbreken.",
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
question: "Hoe lang duurt het om 0,0 BVO te bereiken?",
|
|
55
|
+
answer: "Dit hangt af van uw uitgangspunt voor BVO. Deel uw geschatte BVO (in g/L) door 0,15 om de geschatte uren te krijgen. Bijvoorbeeld, een BVO van 1,5 g/L duurt ongeveer 10 uur. De lever stopt nooit: deze breekt alcohol af, zelfs terwijl u slaapt. Maar wees voorzichtig — alcohol kan nog steeds in uw bloed aanwezig zijn, zelfs wanneer u zich volledig hersteld voelt.",
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
question: "Is deze calculator 100% betrouwbaar voor het bepalen of u mag rijden?",
|
|
59
|
+
answer: "Nee. Dit hulpmiddel is een theoretische inschatting gebaseerd op de formule van Widmark. Factoren zoals voedselopname, medicijnen, vermoeidheid, genetische ADH-enzymvarianten en stress kunnen uw werkelijke BVO met 20–30% in beide richtingen verschuiven. Gebruik deze calculator nooit om te bepalen of u mag rijden. Als u drinkt, moet u niet rijden — dat is de enige regel zonder uitzonderingsruimte.",
|
|
60
|
+
},
|
|
61
|
+
];
|
|
62
|
+
|
|
63
|
+
const bibliography: AlcoholClearanceLocaleContent['bibliography'] = [
|
|
64
|
+
{
|
|
65
|
+
name: "Alcoholberekeningen en hun onzekerheid - PMC",
|
|
66
|
+
url: "https://pmc.ncbi.nlm.nih.gov/articles/PMC4361698/",
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
name: "Alcoholstofwisseling: Hoe het lichaam alcohol verwerkt - NIH",
|
|
70
|
+
url: "https://www.niaaa.nih.gov/publications/alcohol-metabolism",
|
|
71
|
+
},
|
|
72
|
+
];
|
|
73
|
+
|
|
74
|
+
const howTo: AlcoholClearanceLocaleContent['howTo'] = [
|
|
75
|
+
{
|
|
76
|
+
name: "Stel uw profiel in",
|
|
77
|
+
text: "Selecteer uw biologische geslacht (beïnvloedt het percentage lichaamsvocht) en uw huidige gewicht.",
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
name: "Voeg genuttigd dranken toe",
|
|
81
|
+
text: "Klik op de drankenpictogrammen die u hebt genuttigd. Deze worden in de onderstaande lijst opgeteld.",
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
name: "Controleer de veiligheidstijden",
|
|
85
|
+
text: "Let op de geschatte BVO en nog belangrijker de tijd die uw lever nodig heeft om alle ingenomen ethanol af te breken.",
|
|
86
|
+
},
|
|
87
|
+
];
|
|
88
|
+
|
|
89
|
+
const seo: AlcoholClearanceLocaleContent['seo'] = [
|
|
90
|
+
{
|
|
91
|
+
type: 'title',
|
|
92
|
+
text: 'Alcoholstofwisseling: Wetenschap en afbraak',
|
|
93
|
+
level: 2
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
type: 'paragraph',
|
|
97
|
+
html: 'Begrijpen hoe ons lichaam ethanol verwerkt is essentieel voor veiligheid en voor het beperken van katersymptomen. Onze <strong>alcoholafbreek-calculator</strong> gebruikt de erkende <strong>Widmark-formule</strong> om u een helder beeld van uw metabole toestand te geven. Alcohol wordt niet afgebroken door zweten, water drinken of sporten — alleen tijd en hepatische stofwisseling kunnen uw bloedalcoholconcentratie verlagen.'
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'diagnostic',
|
|
101
|
+
title: 'De farmacokinetiek van BVO',
|
|
102
|
+
icon: 'mdi:gender-male-female',
|
|
103
|
+
variant: 'info',
|
|
104
|
+
badge: 'Biochemie',
|
|
105
|
+
html: 'Alcohol verspreidt zich door lichaamsvocht. Factoren zoals gewicht en de Widmark-coëfficiënt r (0,68 bij mannen / 0,55 bij vrouwen) bepalen de initiële verdunning van ethanol in de bloedbaan. Dit is waarom twee personen van hetzelfde gewicht na dezelfde hoeveelheid dranken heel verschillende BVO-waarden kunnen hebben.'
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'title',
|
|
109
|
+
text: 'Hepatische oxidatie en enzymen',
|
|
110
|
+
level: 2
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'paragraph',
|
|
114
|
+
html: 'De lever breekt 95% van alcohol af via Alcoholdehydrogenase (ADH). Dit proces verloopt met een constant tempo (nulde-orde kinetiek), wat betekent dat het niet kan worden versneld door sporten of koffie. De resterende 5% wordt uitgescheiden via adem, urine en zweet — wat de basis vormt voor alcoholtestapparatuur bij verkeershandhaving.'
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
type: 'stats',
|
|
118
|
+
items: [
|
|
119
|
+
{ label: 'Afbraaksnelheid', value: '0,15 g/L·h', icon: 'mdi:clock-fast' },
|
|
120
|
+
{ label: 'Gastric absorption', value: '20% Ethanol', icon: 'mdi:stomach' },
|
|
121
|
+
{ label: 'Aanbevolen hydratatie', value: '1:1 Water/Drank', icon: 'mdi:water' }
|
|
122
|
+
],
|
|
123
|
+
columns: 3
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
type: 'proscons',
|
|
127
|
+
title: 'Mythen versus werkelijkheid',
|
|
128
|
+
items: [
|
|
129
|
+
{ pro: 'Water en elektrolyten vóór het slapen verminderen de ernst van katersymptomen door diurese tegen te gaan.', con: '' },
|
|
130
|
+
{ pro: '', con: 'Koude douches: Deze hebben helemaal geen effect op bloedalcoholconcentratie.' },
|
|
131
|
+
{ pro: '', con: 'Koffie: Verbergt slaperigheid maar herstelt verloren reflexen of cognitieve functies niet.' }
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
type: 'card',
|
|
136
|
+
title: 'Wat veroorzaakt een kater?',
|
|
137
|
+
icon: 'mdi:alert-decagram',
|
|
138
|
+
html: 'Een kater, wetenschappelijk bekend als veisalgia, wordt veroorzaakt door systemische uitdroging (suppressie van vasopressine door ethanol), ophoping van acetaldehyde (een giftige metaboliet) en een cytokinaire inflammatoire immuunrespons. De glutamaatrebound van de hersenen na alcoholsuppressie draagt ook bij aan angst en gevoeligheid voor licht en geluid de volgende ochtend.'
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'tip',
|
|
142
|
+
title: 'Veiligheid eerst: ken uw limiet',
|
|
143
|
+
html: 'Een BVO van 0,05% beperkt duidelijk het oordeel, tracering en reactietijd. De meeste landen stellen de wettelijke grens voor rijden op tussen 0,05% en 0,08%. Echter, individuele gevoeligheid varieert aanzienlijk — leeftijd, medicijnen, vermoeidheid en genetische ADH-enzymvarianten bepalen allemaal hoe alcohol u persoonlijk beïnvloedt. In geval van twijfel rijdt u niet.'
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'title',
|
|
147
|
+
text: 'De rol van voedsel en absorptietempo',
|
|
148
|
+
level: 2
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'paragraph',
|
|
152
|
+
html: 'Eten vóór of tijdens het drinken verandert de alcoholabsorptiekinetiek dramatisch. Voedsel in de maag — vooral proteïnen en vetten — vertraagt de gastric emptying, waardoor de maximale snelheid waarop ethanol in de bloedbaan komt is verkleind. Een persoon die op een lege maag drinkt, kan een piekwaarde van BVO bereiken die 50% hoger is dan dezelfde persoon die voor dezelfde hoeveelheid een volle maaltijd eet. Dit is een van de meest krachtige variabelen die de Widmark-formule niet volledig kan vastleggen. Dit is waarom onze calculator een disclaimer over theoretische inschatting bevat.'
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
type: 'paragraph',
|
|
156
|
+
html: 'Het type alcoholisch drankje doet er ook toe, verder dan alleen ABV en volume. Koolzuurhoudende mixers (tonic water, mousserende wijn) versnellen de gastric emptying en duwen alcohol sneller in de bloedbaan. Dranken met zeer hoog ABV (>25%) kunnen gastric motility tijdelijk remmen en vertraagt absorptie. Zoete dranken kunnen het waargenomen effect van alcohol maskeren, wat ertoe leidt dat mensen sneller drinken dan zij zich realiseren. Dit zijn de nuances waarom werkelijke BVO van modelvoorspellingen kan afwijken met 20-30% in beide richtingen.'
|
|
157
|
+
}
|
|
158
|
+
];
|
|
159
|
+
|
|
160
|
+
const schemas: AlcoholClearanceLocaleContent['schemas'] = [
|
|
161
|
+
{
|
|
162
|
+
'@context': 'https://schema.org',
|
|
163
|
+
'@type': 'FAQPage',
|
|
164
|
+
mainEntity: faq.map((item) => ({
|
|
165
|
+
'@type': 'Question',
|
|
166
|
+
name: item.question,
|
|
167
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
168
|
+
})),
|
|
169
|
+
} as WithContext<FAQPage>,
|
|
170
|
+
{
|
|
171
|
+
'@context': 'https://schema.org',
|
|
172
|
+
'@type': 'HowTo',
|
|
173
|
+
name: title,
|
|
174
|
+
description: description,
|
|
175
|
+
step: howTo.map((step, i) => ({
|
|
176
|
+
'@type': 'HowToStep',
|
|
177
|
+
position: i + 1,
|
|
178
|
+
name: step.name,
|
|
179
|
+
text: step.text,
|
|
180
|
+
})),
|
|
181
|
+
} as WithContext<HowTo>,
|
|
182
|
+
{
|
|
183
|
+
'@context': 'https://schema.org',
|
|
184
|
+
'@type': 'SoftwareApplication',
|
|
185
|
+
name: title,
|
|
186
|
+
description: description,
|
|
187
|
+
applicationCategory: 'HealthApplication',
|
|
188
|
+
operatingSystem: 'Web',
|
|
189
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
190
|
+
} as WithContext<SoftwareApplication>,
|
|
191
|
+
];
|
|
192
|
+
|
|
193
|
+
export const content: AlcoholClearanceLocaleContent = {
|
|
194
|
+
slug,
|
|
195
|
+
title,
|
|
196
|
+
description,
|
|
197
|
+
ui,
|
|
198
|
+
seo,
|
|
199
|
+
faqTitle,
|
|
200
|
+
faq,
|
|
201
|
+
bibliographyTitle,
|
|
202
|
+
bibliography,
|
|
203
|
+
howTo,
|
|
204
|
+
schemas,
|
|
205
|
+
};
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
2
|
+
import type { AlcoholClearanceUI, AlcoholClearanceLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'kalkulator-czyszczenia-alkoholu';
|
|
5
|
+
const title = 'Kalkulator Kaca i Poziomu Alkoholu we Krwi: Prognoza Regeneracji';
|
|
6
|
+
const description = 'Oblicz swój poziom alkoholu we krwi (BAC) i czas do osiągnięcia 0,0 za pomocą formuły Widmarka. Zaplanuj nawodnienie przed snem i dowiedz się, kiedy będziesz w pełni wyzdrowiony.';
|
|
7
|
+
|
|
8
|
+
const ui: AlcoholClearanceUI = {
|
|
9
|
+
biologicalSexLabel: 'Płeć biologiczna',
|
|
10
|
+
weightLabel: 'Masa ciała',
|
|
11
|
+
kgUnit: 'kg',
|
|
12
|
+
addDrinkLabel: 'Dodaj napój',
|
|
13
|
+
beerLabel: 'Piwo',
|
|
14
|
+
wineLabel: 'Wino',
|
|
15
|
+
spiritLabel: 'Drink mieszany',
|
|
16
|
+
shotLabel: 'Shot',
|
|
17
|
+
accumulatedLabel: 'Spożyte napoje',
|
|
18
|
+
emptyListLabel: 'Twoja lista jest pusta',
|
|
19
|
+
emptySubLabel: 'Wybierz napoje do obliczenia.',
|
|
20
|
+
estimatedBacLabel: 'Szacunkowy BAC',
|
|
21
|
+
bacUnit: 'BAC',
|
|
22
|
+
timeToZeroLabel: 'aż do 0,0',
|
|
23
|
+
waterAdviceLabel: 'Woda (Przed snem)',
|
|
24
|
+
pillAdviceLabel: 'Suplementy',
|
|
25
|
+
noneAdvice: 'Nie potrzeba',
|
|
26
|
+
hydrationAdvice: 'Priorytet: Nawodnienie',
|
|
27
|
+
electrolytesAdvice: 'Elektrolity + Wit. B',
|
|
28
|
+
disclaimerText: 'Ten kalkulator jest oszacowaniem teoretycznym. Metabolizm i pożywienie mogą zmienić wynik. Nie pij i nie prowadź pojazdu.',
|
|
29
|
+
drinkUnit: 'napój',
|
|
30
|
+
drinksUnit: 'napoje'
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
const faqTitle = 'Często Zadawane Pytania';
|
|
34
|
+
const bibliographyTitle = 'Bibliografia i Źródła';
|
|
35
|
+
|
|
36
|
+
const faq: AlcoholClearanceLocaleContent['faq'] = [
|
|
37
|
+
{
|
|
38
|
+
question: "Co to jest jednostka standardowego napoju i ile jest w każdym napoju?",
|
|
39
|
+
answer: "Jednostka standardowego napoju zawiera około 10 gramów czystego alkoholu (definicja UK/UE; 14g w USA). Zwykłe piwo (330 ml przy 5%) zawiera ~1,3 jednostki, kieliszek wina (150 ml przy 12%) ~1,4 jednostki, a shot (40 ml przy 40%) ~1,3 jednostki. Znajomość jednostek w tym, co pijesz, jest niezbędna do prawidłowej interpretacji wyników kalkulatora.",
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
question: "Dlaczego płeć biologiczna wpływa na obliczenia BAC?",
|
|
43
|
+
answer: "Płeć biologiczna wpływa na współczynnik Widmarka 'r', który reprezentuje całkowitą ilość wody w ciele jako ułamek masy. Mężczyźni osiągają średnio r=0,68, ponieważ mają proporcjonalnie więcej wody w ciele. Kobiety osiągają średnio r=0,55 ze względu na wyższy procent tkanki tłuszczowej, która zatrzymuje mniej alkoholu. Oznacza to, że przy tym samym spożyciu napojów i masie ciała kobiety osiągną wyższy BAC.",
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
question: "Czy kawa, woda lub ćwiczenia mogą przyspieszyć eliminację alkoholu?",
|
|
47
|
+
answer: "Nie. Wątroba eliminuje alkohol ze stałą szybkością około 0,15 g/L na godzinę (kinetyka zerowego rzędu). Kawa może maskować zmęczenie, woda pomaga w odwodnieniu, a ćwiczenia poprawiają ogólne samopoczucie — ale nic z tego nie zmniejsza twojego rzeczywistego BAC. Tylko czas eliminuje alkohol z krwi.",
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
question: "Czy jedzenie po piciu pomaga obniżyć BAC?",
|
|
51
|
+
answer: "Jedzenie po piciu nie zmniejsza alkoholu już będącego we krwi. Gdzie jedzenie ma ogromne znaczenie, to przed lub podczas picia: jedzenie w żołądku — zwłaszcza białka i tłuszcze — spowalnia wchłanianie z żołądka i może zmniejszyć szczytowy BAC nawet o 50%. Gdy alkohol zostanie wchłonięty, tylko metabolizm wątroby może go wyeliminować.",
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
question: "Jak długo trwa osiągnięcie BAC 0,0?",
|
|
55
|
+
answer: "To zależy od twojego początkowego BAC. Podziel swój szacunkowy BAC (w g/L) przez 0,15, aby uzyskać przybliżoną liczbę godzin. Na przykład BAC 1,5 g/L wymaga około 10 godzin. Wątroba nigdy się nie zatrzymuje: przetwarza alkohol nawet podczas snu. Ale bądź świadomy — alkohol może być obecny we krwi nawet wtedy, gdy czujesz się całkowicie wyzdrowiony.",
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
question: "Czy ten kalkulator jest 100% niezawodny do podejmowania decyzji o prowadzeniu pojazdu?",
|
|
59
|
+
answer: "Nie. To narzędzie jest oszacowaniem teoretycznym opartym na formule Widmarka. Czynniki takie jak spożycie pokarmu, leki, zmęczenie, warianty genetyczne enzymu ADH i stres mogą zmienić twój rzeczywisty BAC o 20–30% w obydwie strony. Nigdy nie używaj tego kalkulatora do podejmowania decyzji o prowadzeniu. Jeśli piłeś, nie prowadź pojazdu — to jedyna reguła bez marginesu błędu.",
|
|
60
|
+
},
|
|
61
|
+
];
|
|
62
|
+
|
|
63
|
+
const bibliography: AlcoholClearanceLocaleContent['bibliography'] = [
|
|
64
|
+
{
|
|
65
|
+
name: "Alcohol calculations and their uncertainty - PMC",
|
|
66
|
+
url: "https://pmc.ncbi.nlm.nih.gov/articles/PMC4361698/",
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
name: "Alcohol Metabolism: How the body processes alcohol - NIH",
|
|
70
|
+
url: "https://www.niaaa.nih.gov/publications/alcohol-metabolism",
|
|
71
|
+
},
|
|
72
|
+
];
|
|
73
|
+
|
|
74
|
+
const howTo: AlcoholClearanceLocaleContent['howTo'] = [
|
|
75
|
+
{
|
|
76
|
+
name: "Ustaw swój profil",
|
|
77
|
+
text: "Wybierz swoją płeć biologiczną (wpływa na procent wody w ciele) i aktualną masę ciała.",
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
name: "Dodaj spożyte napoje",
|
|
81
|
+
text: "Kliknij na ikony napojów, które piłeś. Będą się gromadzić na liście poniżej.",
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
name: "Sprawdź bezpieczne czasy",
|
|
85
|
+
text: "Obserwuj szacunkowy BAC i, co najważniejsze, czas, jaki będzie potrzebny wątrobie na przetworzenie całego spożytego etanolu.",
|
|
86
|
+
},
|
|
87
|
+
];
|
|
88
|
+
|
|
89
|
+
const seo: AlcoholClearanceLocaleContent['seo'] = [
|
|
90
|
+
{
|
|
91
|
+
type: 'title',
|
|
92
|
+
text: 'Metabolizm alkoholu: Nauka i Eliminacja',
|
|
93
|
+
level: 2
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
type: 'paragraph',
|
|
97
|
+
html: 'Zrozumienie, jak nasze ciało przetwarza etanol, jest niezbędne dla bezpieczeństwa i łagodzenia kaca. Nasz <strong>kalkulator eliminacji alkoholu</strong> wykorzystuje uznaną <strong>formułę Widmarka</strong>, aby dać ci jasną mapę twojego stanu metabolicznego. Alkohol nie jest eliminowany przez pocenie się, picie wody ani ćwiczenia — tylko czas i metabolizm wątroby mogą zmniejszyć stężenie alkoholu we krwi.'
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'diagnostic',
|
|
101
|
+
title: 'Farmakokinetyka BAC',
|
|
102
|
+
icon: 'mdi:gender-male-female',
|
|
103
|
+
variant: 'info',
|
|
104
|
+
badge: 'Biochemia',
|
|
105
|
+
html: 'Alkohol rozprowadza się przez wodę w ciele. Czynniki takie jak masa ciała i współczynnik Widmarka r (0,68 u mężczyzn / 0,55 u kobiet) determinują początkowe rozcieńczenie etanolu we krwi. Dlatego dwie osoby o tej samej masie mogą mieć bardzo różne wyniki BAC po spożyciu tych samych napojów.'
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'title',
|
|
109
|
+
text: 'Oksydacja wątrobowa i enzymy',
|
|
110
|
+
level: 2
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'paragraph',
|
|
114
|
+
html: 'Wątroba rozkłada 95% alkoholu za pośrednictwem dehydrogenazy alkoholowej (ADH). Proces ten przebiega ze stałą szybkością (kinetyka zerowego rzędu), co oznacza, że nie można go przyspieszyć ćwiczeniami ani kawą. Pozostałe 5% jest eliminowane przez oddech, mocz i pot — co jest podstawą testowania alkotestem w egzekwowaniu przepisów drogowych.'
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
type: 'stats',
|
|
118
|
+
items: [
|
|
119
|
+
{ label: 'Tempo eliminacji', value: '0,15 g/L·h', icon: 'mdi:clock-fast' },
|
|
120
|
+
{ label: 'Wchłanianie z żołądka', value: '20% Etanolu', icon: 'mdi:stomach' },
|
|
121
|
+
{ label: 'Sugerowane nawodnienie', value: '1:1 Woda/Napój', icon: 'mdi:water' }
|
|
122
|
+
],
|
|
123
|
+
columns: 3
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
type: 'proscons',
|
|
127
|
+
title: 'Mity vs Rzeczywistość',
|
|
128
|
+
items: [
|
|
129
|
+
{ pro: 'Woda i elektrolity przed snem zmniejszają nasilenie kaca, przeciwdziałając diurezie.', con: '' },
|
|
130
|
+
{ pro: '', con: 'Zimne prysznice: Wcale nie wpływają na stężenie alkoholu we krwi.' },
|
|
131
|
+
{ pro: '', con: 'Kawa: Maskuje senność, ale nie przywraca utraconego refleksu ani funkcji poznawczych.' }
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
type: 'card',
|
|
136
|
+
title: 'Co powoduje kaca?',
|
|
137
|
+
icon: 'mdi:alert-decagram',
|
|
138
|
+
html: 'Znane naukowo jako veisalgia, kac jest spowodowany systemowym odwodnieniem (hamowanie wazopresyny przez etanol), gromadzeniem się acetaldehydu (toksycznego metabolitu) i cytokinowym zapalnopochodnymi odpowiedziami immunologicznymi. Powrót glutaminianu w mózgu po hamowaniu alkoholem również przyczynia się do niepokoju i wrażliwości na światło i dźwięki rano następnego dnia.'
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'tip',
|
|
142
|
+
title: 'Bezpieczeństwo na pierwszym miejscu: Poznaj swoją granicę',
|
|
143
|
+
html: 'BAC 0,05% mierzywie pogarsza osąd, śledzenie i czas reakcji. Większość krajów ustala limit prawny prowadzenia pojazdu między 0,05% a 0,08%. Jednak indywidualna wrażliwość różni się znacznie — wiek, leki, zmęczenie i warianty genetyczne enzymu ADH wszystkie wpływają na to, jak alkohol cię osobiście wpływa. W razie wątpliwości, nie prowadź pojazdu.'
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'title',
|
|
147
|
+
text: 'Rola Pożywienia i Tempo Wchłaniania',
|
|
148
|
+
level: 2
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'paragraph',
|
|
152
|
+
html: 'Jedzenie przed lub podczas picia dramatycznie zmienia kinetykę wchłaniania alkoholu. Pożywienie w żołądku — zwłaszcza białka i tłuszcze — spowalniają opróżnianie żołądka, zmniejszając szybkość, z jaką etanol dostaje się do krwioobiegu. Osoba pijąca na pusty żołądek może osiągnąć szczytowy BAC o 50% wyższy niż ta sama osoba, która jadła pełny posiłek przed piciem tej samej ilości. Jest to jedna z najpotężniejszych zmiennych, którą formula Widmarka nie może w pełni uchwycić, dlatego nasz kalkulator zawiera zastrzeżenie dotyczące szacowania teoretycznego.'
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
type: 'paragraph',
|
|
156
|
+
html: 'Typ napoju alkoholowego ma znaczenie poza samym ABV i objętością. Mieszanki gazowane (woda tonigowa, wino musujące) przyspieszają opróżnianie żołądka i pchnęły alkohol szybciej do krwioobiegu. Napoje z bardzo wysokim ABV (>25%) mogą czasowo hamować motorykę żołądka, spowalniając wchłanianie. Słodkie napoje mogą maskować odczuwany efekt alkoholu, prowadząc ludzi do picia szybciej niż się spodziewają. Te niuanse są przyczyną, dla której BAC w świecie rzeczywistym może odbiegać od przewidywań modelu o 20-30% w obu kierunkach.'
|
|
157
|
+
}
|
|
158
|
+
];
|
|
159
|
+
|
|
160
|
+
const schemas: AlcoholClearanceLocaleContent['schemas'] = [
|
|
161
|
+
{
|
|
162
|
+
'@context': 'https://schema.org',
|
|
163
|
+
'@type': 'FAQPage',
|
|
164
|
+
mainEntity: faq.map((item) => ({
|
|
165
|
+
'@type': 'Question',
|
|
166
|
+
name: item.question,
|
|
167
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
168
|
+
})),
|
|
169
|
+
} as WithContext<FAQPage>,
|
|
170
|
+
{
|
|
171
|
+
'@context': 'https://schema.org',
|
|
172
|
+
'@type': 'HowTo',
|
|
173
|
+
name: title,
|
|
174
|
+
description: description,
|
|
175
|
+
step: howTo.map((step, i) => ({
|
|
176
|
+
'@type': 'HowToStep',
|
|
177
|
+
position: i + 1,
|
|
178
|
+
name: step.name,
|
|
179
|
+
text: step.text,
|
|
180
|
+
})),
|
|
181
|
+
} as WithContext<HowTo>,
|
|
182
|
+
{
|
|
183
|
+
'@context': 'https://schema.org',
|
|
184
|
+
'@type': 'SoftwareApplication',
|
|
185
|
+
name: title,
|
|
186
|
+
description: description,
|
|
187
|
+
applicationCategory: 'HealthApplication',
|
|
188
|
+
operatingSystem: 'Web',
|
|
189
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
190
|
+
} as WithContext<SoftwareApplication>,
|
|
191
|
+
];
|
|
192
|
+
|
|
193
|
+
export const content: AlcoholClearanceLocaleContent = {
|
|
194
|
+
slug,
|
|
195
|
+
title,
|
|
196
|
+
description,
|
|
197
|
+
ui,
|
|
198
|
+
seo,
|
|
199
|
+
faqTitle,
|
|
200
|
+
faq,
|
|
201
|
+
bibliographyTitle,
|
|
202
|
+
bibliography,
|
|
203
|
+
howTo,
|
|
204
|
+
schemas,
|
|
205
|
+
};
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
2
|
+
import type { AlcoholClearanceUI, AlcoholClearanceLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'calculadora-alcoolemia-recuperacao';
|
|
5
|
+
const title = 'Calculadora de Ressaca e Alcoolemia: Preditor de Recuperação';
|
|
6
|
+
const description = 'Calcule sua alcoolemia (BAC) e o tempo para chegar a 0.0 usando a fórmula de Widmark. Planeje sua hidratação antes de dormir e saiba quando estará totalmente recuperado.';
|
|
7
|
+
|
|
8
|
+
const ui: AlcoholClearanceUI = {
|
|
9
|
+
biologicalSexLabel: 'Sexo Biológico',
|
|
10
|
+
weightLabel: 'Peso Corporal',
|
|
11
|
+
kgUnit: 'kg',
|
|
12
|
+
addDrinkLabel: 'Adicionar Bebida',
|
|
13
|
+
beerLabel: 'Cerveja',
|
|
14
|
+
wineLabel: 'Vinho',
|
|
15
|
+
spiritLabel: 'Drink',
|
|
16
|
+
shotLabel: 'Dose',
|
|
17
|
+
accumulatedLabel: 'Bebidas Consumidas',
|
|
18
|
+
emptyListLabel: 'Sua lista está vazia',
|
|
19
|
+
emptySubLabel: 'Selecione bebidas para calcular.',
|
|
20
|
+
estimatedBacLabel: 'Alcoolemia Estimada',
|
|
21
|
+
bacUnit: 'BAC',
|
|
22
|
+
timeToZeroLabel: 'até chegar a 0.0',
|
|
23
|
+
waterAdviceLabel: 'Água (Antes de dormir)',
|
|
24
|
+
pillAdviceLabel: 'Suplementos',
|
|
25
|
+
noneAdvice: 'Não é necessário',
|
|
26
|
+
hydrationAdvice: 'Prioridade: Hidratação',
|
|
27
|
+
electrolytesAdvice: 'Eletrólitos + Vit. B',
|
|
28
|
+
disclaimerText: 'Esta calculadora é uma estimativa teórica. O metabolismo e a alimentação variam o resultado. Não dirija após beber.',
|
|
29
|
+
drinkUnit: 'bebida',
|
|
30
|
+
drinksUnit: 'bebidas'
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
const faqTitle = 'Perguntas Frequentes';
|
|
34
|
+
const bibliographyTitle = 'Referências e Fontes';
|
|
35
|
+
|
|
36
|
+
const faq: AlcoholClearanceLocaleContent['faq'] = [
|
|
37
|
+
{
|
|
38
|
+
question: "O que é uma Unidade Padrão de Bebida Alcoólica e quanto cada bebida contém?",
|
|
39
|
+
answer: "Uma Unidade Padrão contém aproximadamente 10 gramas de álcool puro (definição UE/UK; 14g nos EUA). Uma cerveja comum (330ml a 5%) contém ~1.3 unidades, um copo de vinho (150ml a 12%) ~1.4 unidades, e uma dose (40ml a 40%) ~1.3 unidades. Conhecer as unidades do que você bebe é essencial para interpretar corretamente os resultados da calculadora.",
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
question: "Por que o sexo biológico afeta o cálculo da alcoolemia?",
|
|
43
|
+
answer: "O sexo biológico influencia o fator de Widmark 'r', que representa a água corporal total como fração do peso. Homens têm em média r=0.68 porque possuem proporcionalmente mais água corporal. Mulheres têm em média r=0.55 devido a um percentual maior de gordura corporal, que retém menos álcool. Isso significa que, com as mesmas bebidas e peso, mulheres atingem uma alcoolemia mais alta.",
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
question: "Café, água ou exercício conseguem acelerar a eliminação do álcool?",
|
|
47
|
+
answer: "Não. O fígado elimina o álcool a uma taxa constante de aproximadamente 0.15 g/L por hora (cinética de ordem zero). Café pode disfarçar o cansaço, água ajuda com a desidratação, e exercício melhora o bem-estar geral — mas nenhum deles reduz seu BAC real. Apenas o tempo elimina o álcool do sangue.",
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
question: "Comer após beber ajuda a diminuir o BAC?",
|
|
51
|
+
answer: "Comer após beber não reduz o álcool já na corrente sanguínea. Onde a alimentação faz uma grande diferença é antes ou durante o consumo: comida no estômago — especialmente proteínas e gorduras — desacelera a absorção gástrica e pode reduzir seu BAC máximo em até 50%. Uma vez que o álcool é absorvido, apenas o metabolismo hepático pode eliminá-lo.",
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
question: "Quanto tempo leva para chegar a um BAC de 0.0?",
|
|
55
|
+
answer: "Depende do seu BAC inicial. Divida sua alcoolemia estimada (em g/L) por 0.15 para obter as horas aproximadas. Por exemplo, um BAC de 1.5 g/L leva cerca de 10 horas. O fígado nunca para: processa álcool mesmo enquanto você dorme. Mas tenha cuidado — álcool ainda pode estar presente no seu sangue mesmo quando você se sente completamente recuperado.",
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
question: "Esta calculadora é 100% confiável para decidir se devo dirigir?",
|
|
59
|
+
answer: "Não. Esta ferramenta é uma estimativa teórica baseada na fórmula de Widmark. Fatores como ingestão de alimentos, medicamentos, fadiga, variantes genéticas da enzima ADH e estresse podem deslocar sua alcoolemia real em 20–30% em qualquer direção. Nunca use esta calculadora para decidir se deve dirigir. Se você bebeu, não dirija — essa é a única regra sem margem de erro.",
|
|
60
|
+
},
|
|
61
|
+
];
|
|
62
|
+
|
|
63
|
+
const bibliography: AlcoholClearanceLocaleContent['bibliography'] = [
|
|
64
|
+
{
|
|
65
|
+
name: "Alcohol calculations and their uncertainty - PMC",
|
|
66
|
+
url: "https://pmc.ncbi.nlm.nih.gov/articles/PMC4361698/",
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
name: "Alcohol Metabolism: How the body processes alcohol - NIH",
|
|
70
|
+
url: "https://www.niaaa.nih.gov/publications/alcohol-metabolism",
|
|
71
|
+
},
|
|
72
|
+
];
|
|
73
|
+
|
|
74
|
+
const howTo: AlcoholClearanceLocaleContent['howTo'] = [
|
|
75
|
+
{
|
|
76
|
+
name: "Configure seu perfil",
|
|
77
|
+
text: "Selecione seu sexo biológico (afeta o percentual de água corporal) e seu peso atual.",
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
name: "Adicione as bebidas consumidas",
|
|
81
|
+
text: "Clique nos ícones das bebidas que consumiu. Elas se acumularão na lista abaixo.",
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
name: "Verifique os tempos de segurança",
|
|
85
|
+
text: "Observe a alcoolemia estimada e, mais importante, o tempo que o fígado levará para processar todo o etanol ingerido.",
|
|
86
|
+
},
|
|
87
|
+
];
|
|
88
|
+
|
|
89
|
+
const seo: AlcoholClearanceLocaleContent['seo'] = [
|
|
90
|
+
{
|
|
91
|
+
type: 'title',
|
|
92
|
+
text: 'Metabolismo do Álcool: Ciência e Eliminação',
|
|
93
|
+
level: 2
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
type: 'paragraph',
|
|
97
|
+
html: 'Entender como nosso corpo processa etanol é essencial para a segurança e para mitigar ressacas. Nossa <strong>calculadora de eliminação alcoólica</strong> utiliza a reconhecida <strong>Fórmula de Widmark</strong> para oferecer um mapa claro do seu estado metabólico. O álcool não é eliminado por suor, água ou exercício — apenas o tempo e o metabolismo hepático reduzem sua concentração de álcool no sangue.'
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'diagnostic',
|
|
101
|
+
title: 'Farmacocinética da Alcoolemia',
|
|
102
|
+
icon: 'mdi:gender-male-female',
|
|
103
|
+
variant: 'info',
|
|
104
|
+
badge: 'Bioquímica',
|
|
105
|
+
html: 'O álcool se distribui pela água corporal. Fatores como peso e o coeficiente de Widmark r (0.68 em homens / 0.55 em mulheres) determinam a diluição inicial do etanol na corrente sanguínea. É por isso que duas pessoas com o mesmo peso podem ter leituras de BAC muito diferentes após consumir as mesmas bebidas.'
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'title',
|
|
109
|
+
text: 'Oxidação Hepática e Enzimas',
|
|
110
|
+
level: 2
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'paragraph',
|
|
114
|
+
html: 'O fígado degrada 95% do álcool através da Desidrogenase de Álcool (ADH). Este processo ocorre a uma taxa constante (cinética de ordem zero), o que significa que não pode ser acelerado por exercício ou café. Os restantes 5% são eliminados pela respiração, urina e suor — que é a base para os testes de bafômetro na fiscalização de trânsito.'
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
type: 'stats',
|
|
118
|
+
items: [
|
|
119
|
+
{ label: 'Taxa de Eliminação', value: '0.15 g/L·h', icon: 'mdi:clock-fast' },
|
|
120
|
+
{ label: 'Absorção Gástrica', value: '20% Etanol', icon: 'mdi:stomach' },
|
|
121
|
+
{ label: 'Hidratação Sugerida', value: '1:1 Água/Bebida', icon: 'mdi:water' }
|
|
122
|
+
],
|
|
123
|
+
columns: 3
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
type: 'proscons',
|
|
127
|
+
title: 'Mitos vs Realidade',
|
|
128
|
+
items: [
|
|
129
|
+
{ pro: 'Água e eletrólitos antes de dormir reduzem a gravidade da ressaca ao combater a diurese.', con: '' },
|
|
130
|
+
{ pro: '', con: 'Chuveiro frio: Não afeta a concentração de álcool no sangue de forma alguma.' },
|
|
131
|
+
{ pro: '', con: 'Café: Disfarça a sonolência, mas não restaura os reflexos ou funções cognitivas perdidas.' }
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
type: 'card',
|
|
136
|
+
title: 'O que Causa uma Ressaca?',
|
|
137
|
+
icon: 'mdi:alert-decagram',
|
|
138
|
+
html: 'Conhecida cientificamente como veisalgia, a ressaca é causada por desidratação sistêmica (supressão de vasopressina pelo etanol), acúmulo de acetaldeído (um metabólito tóxico) e uma resposta inflamatória imunológica de citocinas. O rebote de glutamato do cérebro após a supressão do álcool também contribui para ansiedade e sensibilidade à luz e som no dia seguinte.'
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'tip',
|
|
142
|
+
title: 'Segurança em Primeiro: Conheça Seu Limite',
|
|
143
|
+
html: 'Um BAC de 0.05% prejudica mensuravelmente o julgamento, rastreamento e tempo de reação. A maioria dos países define o limite legal de dirigir entre 0.05% e 0.08%. No entanto, a sensibilidade individual varia significativamente — idade, medicamentos, fadiga e variantes genéticas da enzima ADH alteram como o álcool o afeta pessoalmente. Em caso de dúvida, não dirija.'
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'title',
|
|
147
|
+
text: 'O Papel da Alimentação e Taxa de Absorção',
|
|
148
|
+
level: 2
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'paragraph',
|
|
152
|
+
html: 'Comer antes ou durante o consumo muda drasticamente a cinética de absorção do álcool. Alimento no estômago — especialmente proteínas e gorduras — desacelera o esvaziamento gástrico, reduzindo a taxa máxima na qual o etanol entra na corrente sanguínea. Uma pessoa que bebe com o estômago vazio pode atingir um BAC máximo 50% maior do que a mesma pessoa que comeu uma refeição completa antes de consumir a mesma quantidade. Esta é uma das variáveis mais poderosas que a fórmula de Widmark não consegue capturar completamente, razão pela qual nossa calculadora inclui um aviso sobre estimativa teórica.'
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
type: 'paragraph',
|
|
156
|
+
html: 'O tipo de bebida alcoólica também importa além apenas de ABV e volume. Bebidas carbonatadas (água tônica, vinho espumante) aceleram o esvaziamento gástrico e empurram o álcool para a corrente sanguínea mais rapidamente. Bebidas com ABV muito alto (>25%) podem inibir temporariamente a motilidade gástrica, desacelerando a absorção. Bebidas doces podem mascarar o efeito percebido do álcool, levando as pessoas a beber mais rápido do que percebem. Essas nuances são razão pela qual o BAC real pode divergir das previsões do modelo em 20-30% em ambas as direções.'
|
|
157
|
+
}
|
|
158
|
+
];
|
|
159
|
+
|
|
160
|
+
const schemas: AlcoholClearanceLocaleContent['schemas'] = [
|
|
161
|
+
{
|
|
162
|
+
'@context': 'https://schema.org',
|
|
163
|
+
'@type': 'FAQPage',
|
|
164
|
+
mainEntity: faq.map((item) => ({
|
|
165
|
+
'@type': 'Question',
|
|
166
|
+
name: item.question,
|
|
167
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
168
|
+
})),
|
|
169
|
+
} as WithContext<FAQPage>,
|
|
170
|
+
{
|
|
171
|
+
'@context': 'https://schema.org',
|
|
172
|
+
'@type': 'HowTo',
|
|
173
|
+
name: title,
|
|
174
|
+
description: description,
|
|
175
|
+
step: howTo.map((step, i) => ({
|
|
176
|
+
'@type': 'HowToStep',
|
|
177
|
+
position: i + 1,
|
|
178
|
+
name: step.name,
|
|
179
|
+
text: step.text,
|
|
180
|
+
})),
|
|
181
|
+
} as WithContext<HowTo>,
|
|
182
|
+
{
|
|
183
|
+
'@context': 'https://schema.org',
|
|
184
|
+
'@type': 'SoftwareApplication',
|
|
185
|
+
name: title,
|
|
186
|
+
description: description,
|
|
187
|
+
applicationCategory: 'HealthApplication',
|
|
188
|
+
operatingSystem: 'Web',
|
|
189
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
190
|
+
} as WithContext<SoftwareApplication>,
|
|
191
|
+
];
|
|
192
|
+
|
|
193
|
+
export const content: AlcoholClearanceLocaleContent = {
|
|
194
|
+
slug,
|
|
195
|
+
title,
|
|
196
|
+
description,
|
|
197
|
+
ui,
|
|
198
|
+
seo,
|
|
199
|
+
faqTitle,
|
|
200
|
+
faq,
|
|
201
|
+
bibliographyTitle,
|
|
202
|
+
bibliography,
|
|
203
|
+
howTo,
|
|
204
|
+
schemas,
|
|
205
|
+
};
|