@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { WithContext, SoftwareApplication } from 'schema-dts';
|
|
1
|
+
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
2
2
|
import type { PartyKegUI, PartyKegLocaleContent } from '../index';
|
|
3
3
|
|
|
4
4
|
const slug = 'party-stock-calculator';
|
|
@@ -140,6 +140,27 @@ const seo: PartyKegLocaleContent['seo'] = [
|
|
|
140
140
|
];
|
|
141
141
|
|
|
142
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>,
|
|
143
164
|
{
|
|
144
165
|
'@context': 'https://schema.org',
|
|
145
166
|
'@type': 'SoftwareApplication',
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { WithContext, SoftwareApplication } from 'schema-dts';
|
|
1
|
+
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
2
2
|
import type { PartyKegUI, PartyKegLocaleContent } from '../index';
|
|
3
3
|
|
|
4
4
|
const slug = 'calculadora-barriles-fiesta';
|
|
@@ -144,6 +144,27 @@ const seo: PartyKegLocaleContent['seo'] = [
|
|
|
144
144
|
];
|
|
145
145
|
|
|
146
146
|
const schemas: PartyKegLocaleContent['schemas'] = [
|
|
147
|
+
{
|
|
148
|
+
'@context': 'https://schema.org',
|
|
149
|
+
'@type': 'FAQPage',
|
|
150
|
+
mainEntity: faq.map((item) => ({
|
|
151
|
+
'@type': 'Question',
|
|
152
|
+
name: item.question,
|
|
153
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
154
|
+
})),
|
|
155
|
+
} as WithContext<FAQPage>,
|
|
156
|
+
{
|
|
157
|
+
'@context': 'https://schema.org',
|
|
158
|
+
'@type': 'HowTo',
|
|
159
|
+
name: title,
|
|
160
|
+
description: description,
|
|
161
|
+
step: howTo.map((step, i) => ({
|
|
162
|
+
'@type': 'HowToStep',
|
|
163
|
+
position: i + 1,
|
|
164
|
+
name: step.name,
|
|
165
|
+
text: step.text,
|
|
166
|
+
})),
|
|
167
|
+
} as WithContext<HowTo>,
|
|
147
168
|
{
|
|
148
169
|
'@context': 'https://schema.org',
|
|
149
170
|
'@type': 'SoftwareApplication',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { WithContext, SoftwareApplication } from 'schema-dts';
|
|
1
|
+
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
2
2
|
import type { PartyKegUI, PartyKegLocaleContent } from '../index';
|
|
3
3
|
|
|
4
|
-
const slug = 'calculateur-fete-
|
|
4
|
+
const slug = 'calculateur-fete-fut';
|
|
5
5
|
const title = 'Calculateur de BiÚre pour Fêtes : Quantité par Personne, Mariage ou Anniversaire';
|
|
6
6
|
const description = 'Outil gratuit pour calculer la quantité de biÚre et de glace selon les invités, la durée et la température. Idéal pour les mariages, anniversaires et événements en plein air.';
|
|
7
7
|
|
|
@@ -140,6 +140,27 @@ const seo: PartyKegLocaleContent['seo'] = [
|
|
|
140
140
|
];
|
|
141
141
|
|
|
142
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>,
|
|
143
164
|
{
|
|
144
165
|
'@context': 'https://schema.org',
|
|
145
166
|
'@type': 'SoftwareApplication',
|
|
@@ -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
|
+
};
|
|
@@ -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 = 'pati-biru-hyouka-keisanki';
|
|
5
|
+
const title = 'ããŒãã£ãŒããŒã«èšç®æ©ïŒçµå©åŒãšèªçæ¥ã®ããã®1人ãããã®é';
|
|
6
|
+
const description = 'ã²ã¹ãæ°ãæéãæ°æž©ã«åºã¥ããŠå¿
èŠãªããŒã«ãšæ°·ã®éãèšç®ããç¡æããŒã«ãçµå©åŒãèªçæ¥ãå±å€ã€ãã³ãã«æé©ã§ãã';
|
|
7
|
+
|
|
8
|
+
const ui: PartyKegUI = {
|
|
9
|
+
calcStockTitle: 'ã¹ããã¯èšç®æ©',
|
|
10
|
+
beerIceSub: 'ã€ãã³ãçšããŒã«ïŒæ°·',
|
|
11
|
+
guestsLabel: 'ã²ã¹ã',
|
|
12
|
+
durationLabel: 'æé',
|
|
13
|
+
hoursUnit: 'æé',
|
|
14
|
+
intensityLabel: '匷床',
|
|
15
|
+
chillLabel: 'ãã«',
|
|
16
|
+
standardLabel: 'ã¹ã¿ã³ããŒã',
|
|
17
|
+
partyLabel: 'ããŒãã£ãŒ',
|
|
18
|
+
tempLabel: '枩床',
|
|
19
|
+
estimatedVolLabel: 'æšå®å®¹é',
|
|
20
|
+
kegsLabel: '暜',
|
|
21
|
+
iceRequiredLabel: 'å¿
èŠãªæ°·',
|
|
22
|
+
bagsLabel: 'è¢',
|
|
23
|
+
visualizationTitle: 'ã¹ããã¯å¯èŠå',
|
|
24
|
+
optimalMsg: 'æé©ãªç¶æ
',
|
|
25
|
+
highMeltMsg: 'é«ãèè§£ãæ€åºãããŸãã',
|
|
26
|
+
highEfficiencyMsg: 'å¯å·/é«å¹ç'
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
const faqTitle = 'ãããã質å';
|
|
30
|
+
const bibliographyTitle = 'åèæç®ãšãœãŒã¹';
|
|
31
|
+
|
|
32
|
+
const faq: PartyKegLocaleContent['faq'] = [
|
|
33
|
+
{
|
|
34
|
+
question: "4æéã§1人ãããŒã«ãäœæ¯é£²ã¿ãŸããïŒ",
|
|
35
|
+
answer: "å¹³åããŠã4æéã®ã€ãã³ãã®å Žåã1人ããã5æ¯ã®ããŒã«ãèšç®ããŠãã ãããããã¯æåã®1æéã«2æ¯ãæ®ãã®1æéã«1æ¯ãåæãšããŠããŸãã",
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
question: "100æ¯ã®ããŒã«ã®ããã«æ°·ã¯ã©ã®ãããå¿
èŠã§ããïŒ",
|
|
39
|
+
answer: "çŽ15ïœ20ããã°ã©ã ã®æ°·ïŒ7ïœ10è¢ïŒãå¿
èŠã§ããå®çšçãªã«ãŒã«ã¯ãéåžžã®æ¡ä»¶äžã§ã¯1ãªããã«ã®é£²æããã0.75 kgã®æ°·ã§ããå€ãŸãã¯25°C以äžã®å±å€ã§ã¯ã1ãªããã«ããã1 kgã«å¢ãããŠãã ãããåšå²ã®ç±ã¯èè§£ãå éããäºæ³ããæ©ãæ°·ããªããªã£ãŠããŸããŸãã",
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
question: "æšæºæšœãšããŒãã£ãŒæšœã®éãã¯äœã§ããïŒ",
|
|
43
|
+
answer: "æšæºçãªåçšæšœã¯50ãªããã«å容ããçŽ200æ¯åïŒ250mlåïŒã«ãªããŸããããŒãã£ãŒæšœïŒããæšœïŒã¯éåžž5ãªããã«å容ããŸããçŽ20æ¯åã§ãããããã®ãµã€ãºãç¥ãããšã§ãèšç®æ©ã®ãªããã«åºåã賌å
¥ããå¿
èŠãããã³ã³ããã®æ°ã«å€æããã®ã«åœ¹ç«ã¡ãŸãã",
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
question: "ããŒã«ããã§ã«å·ããŠããã®ã«ããªããããªã«æ°·ãå¿
èŠã§ããïŒ",
|
|
47
|
+
answer: "å·åŽãšç¶æã¯2ã€ã®å¥ã
ã®ããã»ã¹ã ããã§ãã猶ã25°Cãã4°Cã«æã£ãŠããã«ã¯ãæ°·ã®æœç±èè§£ãæ¶è²»ãããŸããçŽ334 kJ/kgãå·ãããªããšãæ°·ã¯ç°å¢ç±ãçžæ®ºããããã«æ©èœãç¶ããŸãã35°Cã®å€ã®æ¥ã«ã¯ãã¯ãŒã©ãŒãžã®ç±äŒéã¯2ïœ3æéããšã«1ãªããã«ã®é£²æããã1 kgã®æ°·ãèããå¯èœæ§ããããŸããã ãããããããŒãã£ãŒã®åã«é£²ã¿ç©ãäºåã«å·ããããšã§ãæ°·ã®ç·æ¶è²»éãååã«ãªããŸãã",
|
|
48
|
+
},
|
|
49
|
+
];
|
|
50
|
+
|
|
51
|
+
const howTo: PartyKegLocaleContent['howTo'] = [
|
|
52
|
+
{
|
|
53
|
+
name: "ã²ã¹ãæ°ãèŠç©ãã",
|
|
54
|
+
text: "äœäººã®äººãåå ããããå®çŸ©ããŠãã ãããåœç€Ÿã®èšç®æ©ã¯ãçµ±èšçæ¶è²»å¹³åã«åºã¥ããŠæ°éã調æŽããŸãã",
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
name: "æéãšåŒ·åºŠãå®çŸ©ãã",
|
|
58
|
+
text: "ã€ãã³ããäœæéç¶ããããããŠããŒãã£ãŒã®'ãããŒ'ïŒãã«ãã¹ã¿ã³ããŒãããŸãã¯æ¿ããïŒã瀺ããŠãã ããã",
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
name: "åšå²æž©åºŠã«åãããŠèª¿æŽãã",
|
|
62
|
+
text: "å±å€æž©åºŠã¯æ°·ã®èšç®ã®éµã§ããç±ãã»ã©ãè£ãå¿
èŠãããèè§£çãé«ããªããŸãã",
|
|
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: 'ããŒãã£ãŒã«å¿
èŠãªããŒã«ãšæ°·ã®éã¯ïŒ',
|
|
81
|
+
level: 2
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
type: 'paragraph',
|
|
85
|
+
html: 'ããããã€ãã³ããäŒç»ãããšãã®çŸäžãã«ã®è³ªåïŒ<strong>äœãªããã«ã®ããŒã«ãè²·ãã¹ãïŒ</strong> äžè¶³ã¯çœãã§ãããè²·ãããã¯äžèŠãªåºè²»ã§ãããã®ããŒã«ã¯æ£ç¢ºãªã¢ã«ã³ãŒã«éãèšç®ããã®ã«åœ¹ç«ã¡ãŸããæãéèŠãªããšã«ã<strong>äœè¢ã®æ°·</strong>ãå¿
èŠããèšç®ããŸããããã®ã±ãŒã¿ãªã³ã°æ¥è
ãã€ãã³ããã©ã³ããŒã¯çµ±èšçæ¶è²»ã¢ãã«ã䜿çšããŠããŸããä»ãããªããç¡æã§ãããå®è¡ã§ããŸãã'
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
type: 'title',
|
|
89
|
+
text: '1人ãããã®æ¶è²»åŒ',
|
|
90
|
+
level: 2
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
type: 'paragraph',
|
|
94
|
+
html: 'å¿
èŠãªã¢ã«ã³ãŒã«ãèŠç©ããããã«ãããã®ã±ãŒã¿ãªã³ã°æ¥è
ã¯ãæéåäœã®æ¶è²»çãã«åºã¥ããåŒã䜿çšããŸããããã¯æ£ç¢ºãªç§åŠã§ã¯ãããŸããããçµ±èšã«ããã°ãæšæºçãªããŒãã£ãŒã§ã¯ã1人ããã1æéã«çŽ1.5åäœãæ¶è²»ãããŸããåšå²æž©åºŠãé£ç©ã®å
¥æå¯èœæ§ãã€ãã³ãã®ç€ŸäŒçãšãã«ã®ãŒãªã©ã®èŠå ã¯ãã¹ãŠããã®ããŒã¹æ°ã倿ŽããŸãã'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
type: 'stats',
|
|
98
|
+
items: [
|
|
99
|
+
{ label: 'ãã«æ¶è²»', value: '1æ¯/æé', icon: 'mdi:tea-outline' },
|
|
100
|
+
{ label: 'ã¹ã¿ã³ããŒãããŒãã£ãŒ', value: '1.5æ¯/æé', icon: 'mdi:glass-mug-variant' },
|
|
101
|
+
{ label: 'ãŠã§ãã£ã³ã°/ãã§ã¹ãã£ãã«', value: '2.5+æ¯/æé', icon: 'mdi:fire' }
|
|
102
|
+
],
|
|
103
|
+
columns: 3
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'diagnostic',
|
|
107
|
+
title: 'æ°·ã®ç©çåŠ',
|
|
108
|
+
icon: 'mdi:snowflake-thermometer',
|
|
109
|
+
variant: 'warning',
|
|
110
|
+
badge: 'ç±ååŠ',
|
|
111
|
+
html: 'æ°·ãèšç®ããã®ã¯ã»ãšãã©ã®ãã¹ãã倱æããå Žæã§ããæ°·ã¯2ã€ã®æ©èœãæãããŸããå·åŽïŒ25°Cãã4°Cã«ããŒã«ãæã£ãŠããïŒãšç¶æïŒåšå²ã®ç±ãšæŠãïŒã30°C以äžã®æž©åºŠã§ã¯ãèè§£é床ã2åã«ãªããŸããçŽå°æ¥å
ã®äžã§æ°·ã®è¢ããã£ã±ãã«ãªããšã20å以å
ã«ãªããªãå¯èœæ§ããããããŒãã£ãŒãããŒã¯ã«éããåã«é£²ã¿ç©ãæž©ãããªããŸãã'
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: 'tip',
|
|
115
|
+
title: 'æ°·ãç¯çŽããããã®ã³ã',
|
|
116
|
+
html: 'æ°·ã远å ããåã«ãæšœãšçŒ¶ãæ¥é°ã«ä¿ç®¡ããŠãã ããã飲ã¿ç©ã倪éœã®äžã§æž©ããå Žåãæåã®æ°·ã®è¢ã®50ïŒ
ã¯ãæœç±ã亀æããã ãã§10å以å
ã«æ¶ããŸããäºåã«å·åŽãã飲ã¿ç©ããå§ããŠãå®éã«è³Œå
¥ããå¿
èŠãããæ°·ã®éãåçã«æžãããŠãã ããã'
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
type: 'title',
|
|
120
|
+
text: 'ããžã¹ãã£ãã¯ã¹åèããŒã¿',
|
|
121
|
+
level: 2
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'paragraph',
|
|
125
|
+
html: 'æšæº50Læšœã¯çŽ200æ¯åãçæããŸããå
žåçãªæ°·ã®è¢ã®éãã¯2 kgã§ãããããã®æ°åãç¥ãããšã§ãã€ãã³ãã«å¿
èŠãªèŒžéãšä¿ç®¡ãæåŸã®ç¬éã®é©ããªãã«èšç»ã§ããŸãã茞éäžã®æ°·ã®èè§£ãèæ
®ã«å
¥ããŠãã ãããå€ã®30åã®ãã©ã€ãã¯ãããŒãã£ãŒãå§ãŸãåã«è¢å
šäœãè²»ããå¯èœæ§ããããŸãã'
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'summary',
|
|
129
|
+
title: 'ãã®ããŒã«ã¯èª°ã®ããã®ãã®ã§ããïŒ',
|
|
130
|
+
items: [
|
|
131
|
+
'ãã©ã€ããŒãããŒãã£ãŒã®ãã¹ãïŒæšæž¬ãæ¢ããŠã次ã®ç¥ãã«æ£ç¢ºã«å¿
èŠãªãã®ãèªä¿¡ãæã£ãŠè³Œå
¥ããŠãã ããã',
|
|
132
|
+
'ã€ãã³ããã©ã³ããŒïŒæ£ç¢ºãªæ¶è²»ã¢ãã«ã䜿çšããŠã¯ã©ã€ã¢ã³ãã«èŠç©ãããæäŸããããŒããžã¹ãã£ã¯ã¹ãå°éçã«èšç»ããŠãã ããã',
|
|
133
|
+
'äŒå ŽãããŒãžã£ãŒïŒç°ãªãã²ã¹ãæ°ã§ç¹°ãè¿ãçºçããã€ãã³ãå
šäœã§åšåº«èšç®ãæšæºåããŸãã'
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'paragraph',
|
|
138
|
+
html: 'ãã°ãã°èŠèœãšããã倿°ã¯<strong>ã²ã¹ãã®ããããã¢ãŠãç</strong>ã§ããã»ãšãã©ã®ããŒãã£ãŒã§ã¯ã10ïœ15ïŒ
ã®ã²ã¹ããæ©ãã«åºçºãã10ïŒ
ã飲ãŸãªããããããŸãããèšç®æ©ã¯ãäžè¶³ããããšã¯ãªããŠãã巚倧ãªäœå°ãæ®ããªãããã«ãä¿å®çãªãããã¡ãé©çšããŸãããããã®èª¿æŽãçè§£ãããšãç¹å®ã®ã°ã«ãŒããšã³ã³ããã¹ãã®èŠç©ããã埮調æŽããã®ã«åœ¹ç«ã¡ãŸãã賌å
¥æã¯åžžã«ç«¯æ°ãåãäžããŠãã ãããéãããã¬ã«ã¯éåžžè¿åŽã§ããŸãããå°ããªäœå°ã¯åžžã«ããŒãã£ãŒã®æäžã«é£²ã¿ç©ããªããªãããè¯ãã§ãã'
|
|
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
|
+
};
|