@jjlmoya/utils-alcohol 1.14.0 → 1.16.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 +2 -1
- 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/seo_length.test.ts +3 -34
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/tool_validation.test.ts +4 -4
- package/src/tool/alcoholClearance/i18n/de.ts +205 -0
- 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/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/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/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/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
|
@@ -52,9 +52,21 @@ export const cocktailBalancer: AlcoholToolEntry<CocktailBalancerUI> = {
|
|
|
52
52
|
fg: 'mdi:fruit-citrus',
|
|
53
53
|
},
|
|
54
54
|
i18n: {
|
|
55
|
-
|
|
55
|
+
de: () => import('./i18n/de').then((m) => m.content),
|
|
56
56
|
en: () => import('./i18n/en').then((m) => m.content),
|
|
57
|
+
es: () => import('./i18n/es').then((m) => m.content),
|
|
57
58
|
fr: () => import('./i18n/fr').then((m) => m.content),
|
|
59
|
+
id: () => import('./i18n/id').then((m) => m.content),
|
|
60
|
+
it: () => import('./i18n/it').then((m) => m.content),
|
|
61
|
+
ja: () => import('./i18n/ja').then((m) => m.content),
|
|
62
|
+
ko: () => import('./i18n/ko').then((m) => m.content),
|
|
63
|
+
nl: () => import('./i18n/nl').then((m) => m.content),
|
|
64
|
+
pl: () => import('./i18n/pl').then((m) => m.content),
|
|
65
|
+
pt: () => import('./i18n/pt').then((m) => m.content),
|
|
66
|
+
ru: () => import('./i18n/ru').then((m) => m.content),
|
|
67
|
+
sv: () => import('./i18n/sv').then((m) => m.content),
|
|
68
|
+
tr: () => import('./i18n/tr').then((m) => m.content),
|
|
69
|
+
zh: () => import('./i18n/zh').then((m) => m.content),
|
|
58
70
|
},
|
|
59
71
|
};
|
|
60
72
|
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
2
|
+
import type { PartyKegUI, PartyKegLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'bier-eisrechner-party';
|
|
5
|
+
const title = 'Bier Eisrechner: Menge pro Person für Hochzeiten und Geburtstage';
|
|
6
|
+
const description = 'Kostenloses Tool zur Berechnung von Bier- und Eismengen basierend auf Gästen, Dauer und Temperatur. Perfekt für Hochzeiten, Geburtstage und Outdoorevents.';
|
|
7
|
+
|
|
8
|
+
const ui: PartyKegUI = {
|
|
9
|
+
calcStockTitle: 'Bestandsrechner',
|
|
10
|
+
beerIceSub: 'Bier & Eis für Events',
|
|
11
|
+
guestsLabel: 'Gäste',
|
|
12
|
+
durationLabel: 'Dauer',
|
|
13
|
+
hoursUnit: 'Stunden',
|
|
14
|
+
intensityLabel: 'Intensität',
|
|
15
|
+
chillLabel: 'Chill',
|
|
16
|
+
standardLabel: 'Standard',
|
|
17
|
+
partyLabel: 'Party',
|
|
18
|
+
tempLabel: 'Temperatur',
|
|
19
|
+
estimatedVolLabel: 'Geschätztes Volumen',
|
|
20
|
+
kegsLabel: 'Fässer',
|
|
21
|
+
iceRequiredLabel: 'Eis erforderlich',
|
|
22
|
+
bagsLabel: 'Beutel',
|
|
23
|
+
visualizationTitle: 'Bestandsvisualisierung',
|
|
24
|
+
optimalMsg: 'Optimale Bedingungen',
|
|
25
|
+
highMeltMsg: 'Hohe Schmelzrate erkannt',
|
|
26
|
+
highEfficiencyMsg: 'Kalt / Hohe Effizienz'
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
const faqTitle = 'Häufig gestellte Fragen';
|
|
30
|
+
const bibliographyTitle = 'Bibliographie und Quellen';
|
|
31
|
+
|
|
32
|
+
const faq: PartyKegLocaleContent['faq'] = [
|
|
33
|
+
{
|
|
34
|
+
question: "Wie viele Biere trinkt eine Person in 4 Stunden?",
|
|
35
|
+
answer: "Im Durchschnitt sollte man mit 5 Bieren pro Person für eine 4-Stunden-Veranstaltung rechnen. Dies geht von 2 Getränken in der ersten Stunde und je 1 in den verbleibenden Stunden aus.",
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
question: "Wie viel Eis brauche ich für 100 Biere?",
|
|
39
|
+
answer: "Du benötigst ungefähr 15–20 Kilogramm Eis (7–10 Beutel). Die praktische Regel lautet: 0,75 kg Eis pro Liter Getränk unter Normalbedingungen. Im Sommer oder im Freien über 25 °C solltest du mit 1 kg pro Liter rechnen: Die Umgebungswärme beschleunigt das Schmelzen erheblich, und dein Eis schmilzt viel schneller als erwartet.",
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
question: "Was ist der Unterschied zwischen einem Standard- und einem Party-Fass?",
|
|
43
|
+
answer: "Ein Standard-Fassfass fasst 50 Liter, was ungefähr 200 Portionen à 250 ml ergibt. Ein Party-Fass (Mini-Fass) fasst typischerweise 5 Liter — etwa 20 Portionen. Diese Größen zu kennen hilft dir, die Literangabe des Rechners in die Anzahl der zu kaufenden Behälter umzurechnen.",
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
question: "Warum brauche ich so viel Eis, wenn die Biere bereits kalt sind?",
|
|
47
|
+
answer: "Weil Abkühlung und Aufrechterhaltung zwei unterschiedliche Prozesse sind. Um eine Dose von 25 °C auf 4 °C abzukühlen, wird die Schmelzwärmemenge des Eises benötigt: etwa 334 kJ/kg. Einmal kalt, arbeitet das Eis weiterhin, um die Umgebungswärme auszugleichen. An einem Sommertag mit 35 °C kann Wärmeleitung in die Kühlbox etwa 1 kg Eis pro Liter Getränk alle 2–3 Stunden schmelzen. Deshalb reduziert Vorkühlen deiner Getränke vor der Party deinen Gesamteisverbrauch um die Hälfte.",
|
|
48
|
+
},
|
|
49
|
+
];
|
|
50
|
+
|
|
51
|
+
const howTo: PartyKegLocaleContent['howTo'] = [
|
|
52
|
+
{
|
|
53
|
+
name: "Schätze die Anzahl der Gäste",
|
|
54
|
+
text: "Definiere, wie viele Personen teilnehmen werden. Unser Rechner passt die Mengen auf Basis statistischer Verbrauchsdurchschnitte an.",
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
name: "Definiere Dauer und Intensität",
|
|
58
|
+
text: "Gib an, wie viele Stunden das Event dauert und welches Tempo die Party hat (chill, standard oder intensiv).",
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
name: "Passe dich an die Umgebungstemperatur an",
|
|
62
|
+
text: "Die Außentemperatur ist entscheidend für die Eisberechnung. Je wärmer, desto höher muss die Schmelzrate sein, die wir ausgleichen müssen.",
|
|
63
|
+
},
|
|
64
|
+
];
|
|
65
|
+
|
|
66
|
+
const bibliography: PartyKegLocaleContent['bibliography'] = [
|
|
67
|
+
{
|
|
68
|
+
name: "Event Planning: Alcohol & Bar Calculations - Spruce Eats",
|
|
69
|
+
url: "https://www.thespruceeats.com/stock-your-bar-for-a-party-760394",
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
name: "Thermodynamics of Ice Melting - Engineering Toolbox",
|
|
73
|
+
url: "https://www.engineeringtoolbox.com/saturated-ice-steam-d_970.html",
|
|
74
|
+
},
|
|
75
|
+
];
|
|
76
|
+
|
|
77
|
+
const seo: PartyKegLocaleContent['seo'] = [
|
|
78
|
+
{
|
|
79
|
+
type: 'title',
|
|
80
|
+
text: 'Wie viel Bier und Eis brauche ich für meine Party?',
|
|
81
|
+
level: 2
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
type: 'paragraph',
|
|
85
|
+
html: 'Die Millionen-Dollar-Frage bei jeder Veranstaltung: <strong>Wie viele Liter Bier sollte ich kaufen?</strong> Zu wenig ist ein Desaster, aber zu viel ist unnötige Ausgabe. Dieses Tool hilft dir, die genaue Menge Alkohol und noch wichtiger <strong>wie viele Eisbeutel</strong> du kaufen musst, um alles kalt zu halten. Professionelle Caterer und Eventmanager nutzen statistische Verbrauchsmodelle — jetzt kannst du das auch kostenlos.'
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
type: 'title',
|
|
89
|
+
text: 'Die Verbrauchsformel pro Person',
|
|
90
|
+
level: 2
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
type: 'paragraph',
|
|
94
|
+
html: 'Um den benötigten Alkohol zu schätzen, nutzen professionelle Caterer eine Formel basierend auf der "Stündlichen Verbrauchsrate". Es ist keine exakte Wissenschaft, aber Statistiken zeigen, dass auf einer Standard-Party ungefähr 1,5 Einheiten pro Stunde pro Person konsumiert werden. Faktoren wie Umgebungstemperatur, Essensangebot und die soziale Energie der Veranstaltung verändern diese Baseline.'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
type: 'stats',
|
|
98
|
+
items: [
|
|
99
|
+
{ label: 'Chill-Verbrauch', value: '1 Getränk/Stunde', icon: 'mdi:tea-outline' },
|
|
100
|
+
{ label: 'Standard-Party', value: '1,5 Getränke/Stunde', icon: 'mdi:glass-mug-variant' },
|
|
101
|
+
{ label: 'Hochzeit / Festival', value: '2,5+ Getränke/Stunde', icon: 'mdi:fire' }
|
|
102
|
+
],
|
|
103
|
+
columns: 3
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'diagnostic',
|
|
107
|
+
title: 'Die Physik des Eises',
|
|
108
|
+
icon: 'mdi:snowflake-thermometer',
|
|
109
|
+
variant: 'warning',
|
|
110
|
+
badge: 'Thermodynamik',
|
|
111
|
+
html: 'Eisberechnung ist da, wo die meisten Gastgeber scheitern. Eis hat zwei Funktionen: Abkühlung (von 25 °C auf 4 °C) und Aufrechterhaltung (gegen die Umgebungswärme). Bei Temperaturen über 30 °C verdoppelt sich die Schmelzrate. Ein voller Eisbeutel in direkter Sonne kann in unter 20 Minuten weg sein, wodurch deine Getränke warm werden, bevor die Party ihren Höhepunkt erreicht.'
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: 'tip',
|
|
115
|
+
title: 'Professioneller Tipp zum Eisparen',
|
|
116
|
+
html: 'Lagere Fässer und Dosen im Schatten, bevor du Eis hinzufügst. Wenn Getränke in der Sonne warm sind, vergeudet dein erstes Eisbeutel die ersten 50 % einfach durch Wärmeverlust in 10 Minuten. Beginne mit vorgekhlten Getränken, um die Eismenge, die du kaufen musst, dramatisch zu reduzieren.'
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
type: 'title',
|
|
120
|
+
text: 'Referenzdaten für Logistik',
|
|
121
|
+
level: 2
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'paragraph',
|
|
125
|
+
html: 'Ein Standard-50-Liter-Fass ergibt etwa 200 Portionen. Ein typischer Eisbeutel wiegt 2 kg. Mit diesen Zahlen kannst du Transport und Lagerung für dein Event ohne letzte Minute Überraschungen planen. Rechne mit Eisschmelz während des Transports — eine 30-minütige Fahrt im Sommer kann dir einen ganzen Beutel kosten, bevor die Party überhaupt anfängt.'
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'summary',
|
|
129
|
+
title: 'Für wen ist dieses Tool?',
|
|
130
|
+
items: [
|
|
131
|
+
'Privatparty-Gastgeber: Höre auf zu raten und kaufe selbstbewusst genau das, was du für dein nächstes Fest brauchst.',
|
|
132
|
+
'Event-Manager: Nutze genaue Verbrauchsmodelle, um Kunden zu beraten und Barlogistik professionell zu planen.',
|
|
133
|
+
'Veranstaltungsstättenmanager: Standardisiere Bestandsberechnungen für wiederkehrende Events mit unterschiedlichen Gästezahlen.'
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'paragraph',
|
|
138
|
+
html: 'Eine oft übersehene Variable ist die <strong>Ausfallquote der Gäste</strong>. Bei den meisten Partys verlassen 10–15 % der Gäste früh und 10 % trinken vielleicht gar nicht. Der Rechner wendet einen konservativen Puffer an, damit du nie zu kurz kommst, aber auch nicht mit enormem Überschuss sitzt. Diese Anpassungen zu verstehen hilft dir, die Schätzung für deine spezifische Gruppe zu verfeinern. Runde beim Kaufen immer auf, da zurückgegebene offene Fässer normalerweise nicht möglich sind. Ein kleiner Überschuss ist immer besser als am Höhepunkt der Party trocken zu laufen.'
|
|
139
|
+
}
|
|
140
|
+
];
|
|
141
|
+
|
|
142
|
+
const schemas: PartyKegLocaleContent['schemas'] = [
|
|
143
|
+
{
|
|
144
|
+
'@context': 'https://schema.org',
|
|
145
|
+
'@type': 'FAQPage',
|
|
146
|
+
mainEntity: faq.map((item) => ({
|
|
147
|
+
'@type': 'Question',
|
|
148
|
+
name: item.question,
|
|
149
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
150
|
+
})),
|
|
151
|
+
} as WithContext<FAQPage>,
|
|
152
|
+
{
|
|
153
|
+
'@context': 'https://schema.org',
|
|
154
|
+
'@type': 'HowTo',
|
|
155
|
+
name: title,
|
|
156
|
+
description: description,
|
|
157
|
+
step: howTo.map((step, i) => ({
|
|
158
|
+
'@type': 'HowToStep',
|
|
159
|
+
position: i + 1,
|
|
160
|
+
name: step.name,
|
|
161
|
+
text: step.text,
|
|
162
|
+
})),
|
|
163
|
+
} as WithContext<HowTo>,
|
|
164
|
+
{
|
|
165
|
+
'@context': 'https://schema.org',
|
|
166
|
+
'@type': 'SoftwareApplication',
|
|
167
|
+
name: title,
|
|
168
|
+
description: description,
|
|
169
|
+
applicationCategory: 'UtilityApplication',
|
|
170
|
+
operatingSystem: 'Web',
|
|
171
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
172
|
+
} as WithContext<SoftwareApplication>,
|
|
173
|
+
];
|
|
174
|
+
|
|
175
|
+
export const content: PartyKegLocaleContent = {
|
|
176
|
+
slug,
|
|
177
|
+
title,
|
|
178
|
+
description,
|
|
179
|
+
ui,
|
|
180
|
+
seo,
|
|
181
|
+
faqTitle,
|
|
182
|
+
faq,
|
|
183
|
+
bibliographyTitle,
|
|
184
|
+
bibliography,
|
|
185
|
+
howTo,
|
|
186
|
+
schemas,
|
|
187
|
+
};
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
2
|
+
import type { PartyKegUI, PartyKegLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'kalkulator-bier-es-pesta';
|
|
5
|
+
const title = 'Kalkulator Bir Pesta: Jumlah Per Orang untuk Pernikahan & Ulang Tahun';
|
|
6
|
+
const description = 'Alat gratis untuk menghitung berapa banyak bir dan es yang Anda butuhkan berdasarkan tamu, durasi, dan suhu. Sempurna untuk pernikahan, ulang tahun, dan acara outdoor.';
|
|
7
|
+
|
|
8
|
+
const ui: PartyKegUI = {
|
|
9
|
+
calcStockTitle: 'Kalkulator Stok',
|
|
10
|
+
beerIceSub: 'Bir & Es untuk Acara',
|
|
11
|
+
guestsLabel: 'Tamu',
|
|
12
|
+
durationLabel: 'Durasi',
|
|
13
|
+
hoursUnit: 'Jam',
|
|
14
|
+
intensityLabel: 'Intensitas',
|
|
15
|
+
chillLabel: 'Santai',
|
|
16
|
+
standardLabel: 'Standar',
|
|
17
|
+
partyLabel: 'Pesta',
|
|
18
|
+
tempLabel: 'Suhu',
|
|
19
|
+
estimatedVolLabel: 'Volume Perkiraan',
|
|
20
|
+
kegsLabel: 'Tong',
|
|
21
|
+
iceRequiredLabel: 'Es Dibutuhkan',
|
|
22
|
+
bagsLabel: 'Kantong',
|
|
23
|
+
visualizationTitle: 'Visualisasi Stok',
|
|
24
|
+
optimalMsg: 'Kondisi Optimal',
|
|
25
|
+
highMeltMsg: 'Pencairan Tinggi Terdeteksi',
|
|
26
|
+
highEfficiencyMsg: 'Dingin / Efisiensi Tinggi'
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
const faqTitle = 'Pertanyaan yang Sering Diajukan';
|
|
30
|
+
const bibliographyTitle = 'Bibliografi & Sumber';
|
|
31
|
+
|
|
32
|
+
const faq: PartyKegLocaleContent['faq'] = [
|
|
33
|
+
{
|
|
34
|
+
question: "Berapa banyak bir yang diminum satu orang dalam 4 jam?",
|
|
35
|
+
answer: "Rata-rata, hitung 5 bir per orang untuk acara 4 jam. Ini mengasumsikan 2 minuman di jam pertama dan 1 untuk setiap jam yang tersisa.",
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
question: "Berapa banyak es yang saya butuhkan untuk 100 bir?",
|
|
39
|
+
answer: "Anda memerlukan sekitar 15–20 kilogram es (7–10 kantong). Aturan praktis adalah 0,75 kg es per liter minuman dalam kondisi normal. Di musim panas atau di luar ruangan di atas 25°C, naikkan menjadi 1 kg per liter: panas lingkungan mempercepat pencairan dan Anda akan kehabisan es jauh lebih cepat dari yang diharapkan.",
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
question: "Apa perbedaan antara tong standar dan tong pesta?",
|
|
43
|
+
answer: "Tong komersial standar menampung 50 liter, yang menghasilkan sekitar 200 porsi (250 ml masing-masing). Tong pesta (mini-tong) biasanya menampung 5 liter — sekitar 20 porsi. Mengetahui ukuran ini membantu Anda menerjemahkan output liter kalkulator ke dalam jumlah wadah yang harus dibeli.",
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
question: "Mengapa saya membutuhkan begitu banyak es jika birnya sudah dingin?",
|
|
47
|
+
answer: "Karena mendinginkan dan mempertahankan adalah dua proses yang terpisah. Membawa kaleng dari 25°C ke 4°C mengkonsumsi panas laten es: sekitar 334 kJ/kg. Setelah dingin, es terus bekerja untuk mengimbangi panas lingkungan. Di hari musim panas pada 35°C, transfer panas ke dalam pendingin dapat mencairkan 1 kg es per liter minuman setiap 2–3 jam. Itulah mengapa mendinginkan minuman Anda sebelum pesta mengurangi konsumsi es total hingga setengahnya.",
|
|
48
|
+
},
|
|
49
|
+
];
|
|
50
|
+
|
|
51
|
+
const howTo: PartyKegLocaleContent['howTo'] = [
|
|
52
|
+
{
|
|
53
|
+
name: "Perkirakan jumlah tamu",
|
|
54
|
+
text: "Tentukan berapa banyak orang yang akan hadir. Kalkulator kami menyesuaikan jumlah berdasarkan rata-rata konsumsi statistik.",
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
name: "Tentukan durasi dan intensitas",
|
|
58
|
+
text: "Tunjukkan berapa jam acara akan berlangsung dan 'aliran' pesta (santai, standar, atau intens).",
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
name: "Sesuaikan dengan suhu lingkungan",
|
|
62
|
+
text: "Suhu luar ruangan sangat penting untuk perhitungan es. Semakin panas, semakin tinggi laju pencairan yang harus kami kompensasi.",
|
|
63
|
+
},
|
|
64
|
+
];
|
|
65
|
+
|
|
66
|
+
const bibliography: PartyKegLocaleContent['bibliography'] = [
|
|
67
|
+
{
|
|
68
|
+
name: "Event Planning: Alcohol & Bar Calculations - Spruce Eats",
|
|
69
|
+
url: "https://www.thespruceeats.com/stock-your-bar-for-a-party-760394",
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
name: "Thermodynamics of Ice Melting - Engineering Toolbox",
|
|
73
|
+
url: "https://www.engineeringtoolbox.com/saturated-ice-steam-d_970.html",
|
|
74
|
+
},
|
|
75
|
+
];
|
|
76
|
+
|
|
77
|
+
const seo: PartyKegLocaleContent['seo'] = [
|
|
78
|
+
{
|
|
79
|
+
type: 'title',
|
|
80
|
+
text: 'Berapa Banyak Bir dan Es yang Saya Butuhkan untuk Pesta Saya?',
|
|
81
|
+
level: 2
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
type: 'paragraph',
|
|
85
|
+
html: 'Pertanyaan sejuta dolar saat mengorganisir acara apa pun: <strong>Berapa liter bir yang harus saya beli?</strong> Kekurangan adalah bencana, tetapi membeli berlebihan adalah pengeluaran yang tidak perlu. Alat ini membantu Anda menghitung jumlah alkohol yang tepat dan, yang paling penting, <strong>berapa banyak kantong es</strong> yang Anda butuhkan untuk menjaganya tetap dingin. Para katering profesional dan perencana acara menggunakan model konsumsi statistik — dan sekarang Anda juga bisa, gratis.'
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
type: 'title',
|
|
89
|
+
text: 'Formula Konsumsi Per Orang',
|
|
90
|
+
level: 2
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
type: 'paragraph',
|
|
94
|
+
html: 'Untuk memperkirakan alkohol yang dibutuhkan, katering profesional menggunakan formula berdasarkan "Tingkat Konsumsi Setiap Jam". Ini bukan ilmu pasti, tetapi statistik menunjukkan bahwa pada pesta standar, sekitar 1,5 unit dikonsumsi per jam per orang. Faktor-faktor seperti suhu lingkungan, ketersediaan makanan, dan energi sosial acara semuanya mengubah angka dasar ini.'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
type: 'stats',
|
|
98
|
+
items: [
|
|
99
|
+
{ label: 'Konsumsi Santai', value: '1 minuman/jam', icon: 'mdi:tea-outline' },
|
|
100
|
+
{ label: 'Pesta Standar', value: '1,5 minuman/jam', icon: 'mdi:glass-mug-variant' },
|
|
101
|
+
{ label: 'Pernikahan / Festival', value: '2,5+ minuman/jam', icon: 'mdi:fire' }
|
|
102
|
+
],
|
|
103
|
+
columns: 3
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'diagnostic',
|
|
107
|
+
title: 'Fisika Es',
|
|
108
|
+
icon: 'mdi:snowflake-thermometer',
|
|
109
|
+
variant: 'warning',
|
|
110
|
+
badge: 'Termodinamika',
|
|
111
|
+
html: 'Menghitung es adalah tempat sebagian besar tuan rumah gagal. Es melayani dua fungsi: Pendinginan (membawa bir dari 25°C ke 4°C) dan Pemeliharaan (melawan panas lingkungan). Pada suhu di atas 30°C, laju pencairan berlipat ganda. Satu kantong es penuh di bawah sinar matahari langsung dapat hilang dalam waktu kurang dari 20 menit, membuat minuman Anda hangat sebelum pesta mencapai puncaknya.'
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: 'tip',
|
|
115
|
+
title: 'Tip Profesional untuk Menghemat Es',
|
|
116
|
+
html: 'Simpan tong dan kaleng di tempat yang teduh sebelum menambahkan es. Jika minuman hangat di bawah sinar matahari, 50% dari kantong es pertama Anda akan hilang dalam 10 menit hanya dengan bertukar panas laten. Mulai dengan minuman yang sudah didinginkan sebelumnya untuk secara dramatis mengurangi berapa banyak es yang benar-benar perlu Anda beli.'
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
type: 'title',
|
|
120
|
+
text: 'Data Referensi untuk Logistik',
|
|
121
|
+
level: 2
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'paragraph',
|
|
125
|
+
html: 'Tong 50L standar menghasilkan sekitar 200 porsi. Kantong es yang khas beratnya 2 kg. Mengetahui angka-angka ini, Anda dapat merencanakan transportasi dan penyimpanan yang diperlukan untuk acara Anda tanpa kejutan menit terakhir. Pertimbangkan pencairan es selama transportasi — perjalanan 30 menit di musim panas dapat menghabiskan satu kantong penuh sebelum pesta dimulai.'
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'summary',
|
|
129
|
+
title: 'Alat ini untuk siapa?',
|
|
130
|
+
items: [
|
|
131
|
+
'Tuan Rumah Pesta Pribadi: Berhenti menebak dan percaya diri membeli persis apa yang Anda butuhkan untuk perayaan berikutnya.',
|
|
132
|
+
'Perencana Acara: Gunakan model konsumsi yang akurat untuk mengutip klien dan merencanakan logistik bar secara profesional.',
|
|
133
|
+
'Manajer Tempat: Standardisasi perhitungan stok di seluruh acara berulang dengan jumlah tamu yang berbeda.'
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'paragraph',
|
|
138
|
+
html: 'Satu variabel yang sering diabaikan adalah <strong>tingkat dropout tamu</strong>. Di sebagian besar pesta, 10–15% tamu pergi lebih awal dan 10% mungkin tidak minum sama sekali. Kalkulator menerapkan penyangga konservatif sehingga Anda tidak pernah kekurangan, tetapi juga tidak dibiarkan dengan surplus yang sangat besar. Memahami penyesuaian ini membantu Anda menyempurnakan perkiraan untuk kerumunan dan konteks spesifik Anda. Selalu bulatkan saat membeli, karena mengembalikan tong yang sudah dibuka umumnya tidak memungkinkan. Surplus kecil selalu lebih baik daripada kehabisan minuman di tengah-tengah pesta.'
|
|
139
|
+
}
|
|
140
|
+
];
|
|
141
|
+
|
|
142
|
+
const schemas: PartyKegLocaleContent['schemas'] = [
|
|
143
|
+
{
|
|
144
|
+
'@context': 'https://schema.org',
|
|
145
|
+
'@type': 'FAQPage',
|
|
146
|
+
mainEntity: faq.map((item) => ({
|
|
147
|
+
'@type': 'Question',
|
|
148
|
+
name: item.question,
|
|
149
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
150
|
+
})),
|
|
151
|
+
} as WithContext<FAQPage>,
|
|
152
|
+
{
|
|
153
|
+
'@context': 'https://schema.org',
|
|
154
|
+
'@type': 'HowTo',
|
|
155
|
+
name: title,
|
|
156
|
+
description: description,
|
|
157
|
+
step: howTo.map((step, i) => ({
|
|
158
|
+
'@type': 'HowToStep',
|
|
159
|
+
position: i + 1,
|
|
160
|
+
name: step.name,
|
|
161
|
+
text: step.text,
|
|
162
|
+
})),
|
|
163
|
+
} as WithContext<HowTo>,
|
|
164
|
+
{
|
|
165
|
+
'@context': 'https://schema.org',
|
|
166
|
+
'@type': 'SoftwareApplication',
|
|
167
|
+
name: title,
|
|
168
|
+
description: description,
|
|
169
|
+
applicationCategory: 'UtilityApplication',
|
|
170
|
+
operatingSystem: 'Web',
|
|
171
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
172
|
+
} as WithContext<SoftwareApplication>,
|
|
173
|
+
];
|
|
174
|
+
|
|
175
|
+
export const content: PartyKegLocaleContent = {
|
|
176
|
+
slug,
|
|
177
|
+
title,
|
|
178
|
+
description,
|
|
179
|
+
ui,
|
|
180
|
+
seo,
|
|
181
|
+
faqTitle,
|
|
182
|
+
faq,
|
|
183
|
+
bibliographyTitle,
|
|
184
|
+
bibliography,
|
|
185
|
+
howTo,
|
|
186
|
+
schemas,
|
|
187
|
+
};
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
2
|
+
import type { PartyKegUI, PartyKegLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'calcolatore-birra-ghiaccio-feste';
|
|
5
|
+
const title = 'Calcolatore Birra per Feste: Quantità per Persona a Matrimoni e Compleanni';
|
|
6
|
+
const description = 'Strumento gratuito per calcolare quanta birra e ghiaccio ti servono in base ai ospiti, alla durata e alla temperatura. Perfetto per matrimoni, compleanni e eventi all\'aperto.';
|
|
7
|
+
|
|
8
|
+
const ui: PartyKegUI = {
|
|
9
|
+
calcStockTitle: 'Calcolatore di Stock',
|
|
10
|
+
beerIceSub: 'Birra & Ghiaccio per Eventi',
|
|
11
|
+
guestsLabel: 'Ospiti',
|
|
12
|
+
durationLabel: 'Durata',
|
|
13
|
+
hoursUnit: 'Ore',
|
|
14
|
+
intensityLabel: 'Intensità',
|
|
15
|
+
chillLabel: 'Chill',
|
|
16
|
+
standardLabel: 'Standard',
|
|
17
|
+
partyLabel: 'Party',
|
|
18
|
+
tempLabel: 'Temperatura',
|
|
19
|
+
estimatedVolLabel: 'Volume Stimato',
|
|
20
|
+
kegsLabel: 'Fusti',
|
|
21
|
+
iceRequiredLabel: 'Ghiaccio Necessario',
|
|
22
|
+
bagsLabel: 'Sacchi',
|
|
23
|
+
visualizationTitle: 'Visualizzazione Stock',
|
|
24
|
+
optimalMsg: 'Condizioni Ottimali',
|
|
25
|
+
highMeltMsg: 'Fusione Elevata Rilevata',
|
|
26
|
+
highEfficiencyMsg: 'Freddo / Efficienza Alta'
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
const faqTitle = 'Domande Frequenti';
|
|
30
|
+
const bibliographyTitle = 'Bibliografia e Fonti';
|
|
31
|
+
|
|
32
|
+
const faq: PartyKegLocaleContent['faq'] = [
|
|
33
|
+
{
|
|
34
|
+
question: "Quante birre beve una persona in 4 ore?",
|
|
35
|
+
answer: "In media, calcola 5 birre per persona per un evento di 4 ore. Questo presuppone 2 bevande nella prima ora e 1 per ogni ora restante.",
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
question: "Quanto ghiaccio mi serve per 100 birre?",
|
|
39
|
+
answer: "Avrai bisogno di circa 15–20 chilogrammi di ghiaccio (7–10 sacchi). La regola pratica è 0,75 kg di ghiaccio per litro di bevanda in condizioni normali. In estate o all\'aperto sopra i 25°C, aumenta a 1 kg per litro: il calore ambientale accelera lo scioglimento e resterai senza ghiaccio molto prima del previsto.",
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
question: "Qual è la differenza tra un fusto standard e uno per feste?",
|
|
43
|
+
answer: "Un fusto commerciale standard contiene 50 litri, che produce circa 200 porzioni (250 ml l\'una). Un fusto per feste (mini-fusto) di solito contiene 5 litri — circa 20 porzioni. Conoscere queste dimensioni ti aiuta a convertire l\'output in litri della calcolatrice nel numero di contenitori da acquistare.",
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
question: "Perché ho bisogno di così tanto ghiaccio se le birre sono già fredde?",
|
|
47
|
+
answer: "Perché il raffreddamento e il mantenimento sono due processi separati. Portare una lattina da 25°C a 4°C consuma il calore latente di fusione del ghiaccio: circa 334 kJ/kg. Una volta fredda, il ghiaccio continua a lavorare per compensare il calore ambientale. In una giornata estiva a 35°C, il trasferimento di calore nel frigorifero può sciogliere 1 kg di ghiaccio per litro di bevanda ogni 2–3 ore. Ecco perché pre-raffreddare le bevande prima della festa riduce il consumo totale di ghiaccio della metà.",
|
|
48
|
+
},
|
|
49
|
+
];
|
|
50
|
+
|
|
51
|
+
const howTo: PartyKegLocaleContent['howTo'] = [
|
|
52
|
+
{
|
|
53
|
+
name: "Stima il numero di ospiti",
|
|
54
|
+
text: "Definisci quante persone parteciperanno. Il nostro calcolatore regola le quantità in base alle medie statistiche di consumo.",
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
name: "Definisci durata e intensità",
|
|
58
|
+
text: "Indica quante ore durerà l\'evento e il 'ritmo' della festa (tranquillo, standard o intenso).",
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
name: "Adatta la temperatura ambiente",
|
|
62
|
+
text: "La temperatura esterna è fondamentale per il calcolo del ghiaccio. Più fa caldo, più alta è la velocità di scioglimento che dobbiamo compensare.",
|
|
63
|
+
},
|
|
64
|
+
];
|
|
65
|
+
|
|
66
|
+
const bibliography: PartyKegLocaleContent['bibliography'] = [
|
|
67
|
+
{
|
|
68
|
+
name: "Event Planning: Alcohol & Bar Calculations - Spruce Eats",
|
|
69
|
+
url: "https://www.thespruceeats.com/stock-your-bar-for-a-party-760394",
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
name: "Thermodynamics of Ice Melting - Engineering Toolbox",
|
|
73
|
+
url: "https://www.engineeringtoolbox.com/saturated-ice-steam-d_970.html",
|
|
74
|
+
},
|
|
75
|
+
];
|
|
76
|
+
|
|
77
|
+
const seo: PartyKegLocaleContent['seo'] = [
|
|
78
|
+
{
|
|
79
|
+
type: 'title',
|
|
80
|
+
text: 'Quanta Birra e Ghiaccio mi Serve per la Mia Festa?',
|
|
81
|
+
level: 2
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
type: 'paragraph',
|
|
85
|
+
html: 'La domanda milionaria quando organizzi un evento: <strong>Quanti litri di birra dovrei comprare?</strong> Rimanere a corto è un disastro, ma comprare troppo è una spesa inutile. Questo strumento ti aiuta a calcolare la quantità esatta di alcol e, soprattutto, <strong>quanti sacchi di ghiaccio</strong> ti servono per tenerlo fresco. I catering professionali e i pianificatori di eventi utilizzano modelli di consumo statistico — e ora puoi farlo anche tu, gratuitamente.'
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
type: 'title',
|
|
89
|
+
text: 'La Formula di Consumo Per Persona',
|
|
90
|
+
level: 2
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
type: 'paragraph',
|
|
94
|
+
html: 'Per stimare l\'alcol necessario, i catering professionali utilizzano una formula basata sulla "Velocità di Consumo Oraria". Non è una scienza esatta, ma le statistiche mostrano che a una festa standard, circa 1,5 unità vengono consumate all\'ora per persona. Fattori come la temperatura ambiente, la disponibilità di cibo e l\'energia sociale dell\'evento cambiano tutti questo numero di base.'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
type: 'stats',
|
|
98
|
+
items: [
|
|
99
|
+
{ label: 'Consumo Chill', value: '1 bevanda/ora', icon: 'mdi:tea-outline' },
|
|
100
|
+
{ label: 'Festa Standard', value: '1,5 bevande/ora', icon: 'mdi:glass-mug-variant' },
|
|
101
|
+
{ label: 'Matrimonio / Festival', value: '2,5+ bevande/ora', icon: 'mdi:fire' }
|
|
102
|
+
],
|
|
103
|
+
columns: 3
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'diagnostic',
|
|
107
|
+
title: 'La Fisica del Ghiaccio',
|
|
108
|
+
icon: 'mdi:snowflake-thermometer',
|
|
109
|
+
variant: 'warning',
|
|
110
|
+
badge: 'Termodinamica',
|
|
111
|
+
html: 'Calcolare il ghiaccio è dove la maggior parte degli ospiti fallisce. Il ghiaccio serve due funzioni: Raffreddamento (da 25°C a 4°C) e Mantenimento (combattere il calore ambientale). A temperature superiori a 30°C, la velocità di scioglimento raddoppia. Un intero sacco di ghiaccio al sole diretto può essere esaurito in meno di 20 minuti, lasciando le tue bevande calde prima che la festa raggiunga il suo apice.'
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: 'tip',
|
|
115
|
+
title: 'Consiglio Professionale per Risparmiare Ghiaccio',
|
|
116
|
+
html: 'Tieni i fusti e le lattine all\'ombra prima di aggiungere il ghiaccio. Se le bevande sono calde al sole, il primo 50% del tuo primo sacco di ghiaccio sarà perso in 10 minuti semplicemente scambiando calore latente. Inizia con bevande pre-raffreddate per ridurre drasticamente quanto ghiaccio hai effettivamente bisogno di comprare.'
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
type: 'title',
|
|
120
|
+
text: 'Dati di Riferimento per la Logistica',
|
|
121
|
+
level: 2
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'paragraph',
|
|
125
|
+
html: 'Un fusto standard da 50L produce circa 200 porzioni. Un sacco di ghiaccio tipico pesa 2 kg. Conoscendo questi numeri, puoi pianificare il trasporto e lo stoccaggio necessari per il tuo evento senza sorprese dell\'ultimo minuto. Tieni conto dello scioglimento del ghiaccio durante il trasporto — un viaggio di 30 minuti in estate può costarti un intero sacco prima che la festa inizi.'
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'summary',
|
|
129
|
+
title: 'Per chi è questo strumento?',
|
|
130
|
+
items: [
|
|
131
|
+
'Padroni di Casa per Feste Private: Smetti di indovinare e acquista fiduciosamente esattamente quello che ti serve per la tua prossima celebrazione.',
|
|
132
|
+
'Pianificatori di Eventi: Utilizza modelli di consumo accurati per quotare i clienti e pianificare professionalmente la logistica del bar.',
|
|
133
|
+
'Gestori di Locali: Standardizza i calcoli di stock su eventi ricorrenti con diverse presenze di ospiti.'
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'paragraph',
|
|
138
|
+
html: 'Una variabile spesso trascurata è il <strong>tasso di abbandono degli ospiti</strong>. Nella maggior parte delle feste, il 10–15% degli ospiti se ne va presto e il 10% potrebbe non bere affatto. La calcolatrice applica un margine conservativo in modo che tu non sia mai a corto, ma anche non ti ritrovi con un enorme surplus. Comprendere questi adeguamenti ti aiuta a affinare la stima per il tuo gruppo e contesto specifici. Arrotonda sempre per eccesso quando acquisti, poiché i fusti aperti generalmente non possono essere restituiti. Un piccolo surplus è sempre preferibile a esaurire le scorte a metà festa.'
|
|
139
|
+
}
|
|
140
|
+
];
|
|
141
|
+
|
|
142
|
+
const schemas: PartyKegLocaleContent['schemas'] = [
|
|
143
|
+
{
|
|
144
|
+
'@context': 'https://schema.org',
|
|
145
|
+
'@type': 'FAQPage',
|
|
146
|
+
mainEntity: faq.map((item) => ({
|
|
147
|
+
'@type': 'Question',
|
|
148
|
+
name: item.question,
|
|
149
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
150
|
+
})),
|
|
151
|
+
} as WithContext<FAQPage>,
|
|
152
|
+
{
|
|
153
|
+
'@context': 'https://schema.org',
|
|
154
|
+
'@type': 'HowTo',
|
|
155
|
+
name: title,
|
|
156
|
+
description: description,
|
|
157
|
+
step: howTo.map((step, i) => ({
|
|
158
|
+
'@type': 'HowToStep',
|
|
159
|
+
position: i + 1,
|
|
160
|
+
name: step.name,
|
|
161
|
+
text: step.text,
|
|
162
|
+
})),
|
|
163
|
+
} as WithContext<HowTo>,
|
|
164
|
+
{
|
|
165
|
+
'@context': 'https://schema.org',
|
|
166
|
+
'@type': 'SoftwareApplication',
|
|
167
|
+
name: title,
|
|
168
|
+
description: description,
|
|
169
|
+
applicationCategory: 'UtilityApplication',
|
|
170
|
+
operatingSystem: 'Web',
|
|
171
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
172
|
+
} as WithContext<SoftwareApplication>,
|
|
173
|
+
];
|
|
174
|
+
|
|
175
|
+
export const content: PartyKegLocaleContent = {
|
|
176
|
+
slug,
|
|
177
|
+
title,
|
|
178
|
+
description,
|
|
179
|
+
ui,
|
|
180
|
+
seo,
|
|
181
|
+
faqTitle,
|
|
182
|
+
faq,
|
|
183
|
+
bibliographyTitle,
|
|
184
|
+
bibliography,
|
|
185
|
+
howTo,
|
|
186
|
+
schemas,
|
|
187
|
+
};
|