@jjlmoya/utils-home 1.6.0 → 1.7.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 +61 -60
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tool/dewPointCalculator/i18n/de.ts +178 -0
- package/src/tool/dewPointCalculator/i18n/en.ts +1 -1
- package/src/tool/dewPointCalculator/i18n/es.ts +1 -1
- package/src/tool/dewPointCalculator/i18n/fr.ts +1 -1
- package/src/tool/dewPointCalculator/i18n/id.ts +178 -0
- package/src/tool/dewPointCalculator/i18n/it.ts +178 -0
- package/src/tool/dewPointCalculator/i18n/ja.ts +178 -0
- package/src/tool/dewPointCalculator/i18n/ko.ts +178 -0
- package/src/tool/dewPointCalculator/i18n/nl.ts +178 -0
- package/src/tool/dewPointCalculator/i18n/pl.ts +178 -0
- package/src/tool/dewPointCalculator/i18n/pt.ts +178 -0
- package/src/tool/dewPointCalculator/i18n/ru.ts +178 -0
- package/src/tool/dewPointCalculator/i18n/sv.ts +178 -0
- package/src/tool/dewPointCalculator/i18n/tr.ts +178 -0
- package/src/tool/dewPointCalculator/i18n/zh.ts +178 -0
- package/src/tool/dewPointCalculator/index.ts +16 -6
- package/src/tool/heatingComparator/i18n/de.ts +340 -0
- package/src/tool/heatingComparator/i18n/id.ts +324 -0
- package/src/tool/heatingComparator/i18n/it.ts +336 -0
- package/src/tool/heatingComparator/i18n/ja.ts +311 -0
- package/src/tool/heatingComparator/i18n/ko.ts +307 -0
- package/src/tool/heatingComparator/i18n/nl.ts +336 -0
- package/src/tool/heatingComparator/i18n/pl.ts +311 -0
- package/src/tool/heatingComparator/i18n/pt.ts +336 -0
- package/src/tool/heatingComparator/i18n/ru.ts +307 -0
- package/src/tool/heatingComparator/i18n/sv.ts +311 -0
- package/src/tool/heatingComparator/i18n/tr.ts +324 -0
- package/src/tool/heatingComparator/i18n/zh.ts +307 -0
- package/src/tool/heatingComparator/index.ts +13 -1
- package/src/tool/ledSavingCalculator/i18n/de.ts +208 -0
- package/src/tool/ledSavingCalculator/i18n/fr.ts +1 -1
- package/src/tool/ledSavingCalculator/i18n/id.ts +208 -0
- package/src/tool/ledSavingCalculator/i18n/it.ts +208 -0
- package/src/tool/ledSavingCalculator/i18n/ja.ts +208 -0
- package/src/tool/ledSavingCalculator/i18n/ko.ts +208 -0
- package/src/tool/ledSavingCalculator/i18n/nl.ts +208 -0
- package/src/tool/ledSavingCalculator/i18n/pl.ts +208 -0
- package/src/tool/ledSavingCalculator/i18n/pt.ts +208 -0
- package/src/tool/ledSavingCalculator/i18n/ru.ts +208 -0
- package/src/tool/ledSavingCalculator/i18n/sv.ts +208 -0
- package/src/tool/ledSavingCalculator/i18n/tr.ts +208 -0
- package/src/tool/ledSavingCalculator/i18n/zh.ts +208 -0
- package/src/tool/ledSavingCalculator/index.ts +16 -7
- package/src/tool/projectorCalculator/i18n/de.ts +180 -0
- package/src/tool/projectorCalculator/i18n/fr.ts +1 -1
- package/src/tool/projectorCalculator/i18n/id.ts +181 -0
- package/src/tool/projectorCalculator/i18n/it.ts +180 -0
- package/src/tool/projectorCalculator/i18n/ja.ts +180 -0
- package/src/tool/projectorCalculator/i18n/ko.ts +180 -0
- package/src/tool/projectorCalculator/i18n/nl.ts +180 -0
- package/src/tool/projectorCalculator/i18n/pl.ts +180 -0
- package/src/tool/projectorCalculator/i18n/pt.ts +180 -0
- package/src/tool/projectorCalculator/i18n/ru.ts +180 -0
- package/src/tool/projectorCalculator/i18n/sv.ts +180 -0
- package/src/tool/projectorCalculator/i18n/tr.ts +180 -0
- package/src/tool/projectorCalculator/i18n/zh.ts +180 -0
- package/src/tool/projectorCalculator/index.ts +15 -6
- package/src/tool/qrGenerator/i18n/de.ts +203 -0
- package/src/tool/qrGenerator/i18n/id.ts +151 -0
- package/src/tool/qrGenerator/i18n/it.ts +174 -0
- package/src/tool/qrGenerator/i18n/ja.ts +151 -0
- package/src/tool/qrGenerator/i18n/ko.ts +151 -0
- package/src/tool/qrGenerator/i18n/nl.ts +151 -0
- package/src/tool/qrGenerator/i18n/pl.ts +151 -0
- package/src/tool/qrGenerator/i18n/pt.ts +151 -0
- package/src/tool/qrGenerator/i18n/ru.ts +151 -0
- package/src/tool/qrGenerator/i18n/sv.ts +151 -0
- package/src/tool/qrGenerator/i18n/tr.ts +151 -0
- package/src/tool/qrGenerator/i18n/zh.ts +151 -0
- package/src/tool/qrGenerator/index.ts +17 -9
- package/src/tool/solarCalculator/i18n/de.ts +146 -0
- package/src/tool/solarCalculator/i18n/id.ts +126 -0
- package/src/tool/solarCalculator/i18n/it.ts +126 -0
- package/src/tool/solarCalculator/i18n/ja.ts +126 -0
- package/src/tool/solarCalculator/i18n/ko.ts +121 -0
- package/src/tool/solarCalculator/i18n/nl.ts +120 -0
- package/src/tool/solarCalculator/i18n/pl.ts +121 -0
- package/src/tool/solarCalculator/i18n/pt.ts +126 -0
- package/src/tool/solarCalculator/i18n/ru.ts +110 -0
- package/src/tool/solarCalculator/i18n/sv.ts +110 -0
- package/src/tool/solarCalculator/i18n/tr.ts +120 -0
- package/src/tool/solarCalculator/i18n/zh.ts +121 -0
- package/src/tool/solarCalculator/index.ts +17 -9
- package/src/tool/tariffComparator/i18n/de.ts +133 -0
- package/src/tool/tariffComparator/i18n/id.ts +133 -0
- package/src/tool/tariffComparator/i18n/it.ts +133 -0
- package/src/tool/tariffComparator/i18n/ja.ts +133 -0
- package/src/tool/tariffComparator/i18n/ko.ts +133 -0
- package/src/tool/tariffComparator/i18n/nl.ts +133 -0
- package/src/tool/tariffComparator/i18n/pl.ts +133 -0
- package/src/tool/tariffComparator/i18n/pt.ts +133 -0
- package/src/tool/tariffComparator/i18n/ru.ts +106 -0
- package/src/tool/tariffComparator/i18n/sv.ts +111 -0
- package/src/tool/tariffComparator/i18n/tr.ts +133 -0
- package/src/tool/tariffComparator/i18n/zh.ts +133 -0
- package/src/tool/tariffComparator/index.ts +16 -7
- package/src/types.ts +1 -1
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { DewPointCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'titik-embun';
|
|
6
|
+
const title = 'Kalkulator Titik Embun';
|
|
7
|
+
const description = 'Hitung suhu kondensasi pada dinding Anda menggunakan kelembapan dan suhu ruangan. Alat vital untuk mencegah jamur dan menjaga kesehatan bangunan rumah Anda.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Apa sebenarnya titik embun itu?',
|
|
12
|
+
answer: 'Titik embun adalah suhu di mana udara harus didinginkan agar uap air di dalamnya mengembun menjadi air cair. Semakin tinggi kelembapan relatif, semakin dekat titik embun dengan suhu saat ini.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Mengapa jamur muncul di sudut-sudut rumah saya?',
|
|
16
|
+
answer: 'Sudut ruangan sering kali menjadi "jembatan termal" di mana dinding lebih dingin. Jika suhu permukaan tersebut turun di bawah titik embun, maka akan terbentuk embun/air. Jamur membutuhkan kelembapan konstan ini untuk tumbuh.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Bagaimana cara menurunkan kelembapan di rumah?',
|
|
20
|
+
answer: 'Cara paling efektif adalah dengan ventilasi (terutama setelah mandi atau memasak) dan menggunakan alat penyerap lembap (dehumidifier). Menjaga suhu tetap stabil juga membantu udara menahan lebih banyak uap tanpa mengembun.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Apakah jamur akibat kondensasi berbahaya?',
|
|
24
|
+
answer: 'Ya. Jamur melepaskan spora yang dapat menyebabkan masalah pernapasan, alergi, dan asma. Mendeteksi risiko kondensasi adalah langkah pertama menuju rumah yang sehat.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{
|
|
30
|
+
name: 'Ukur suhu dan kelembapan',
|
|
31
|
+
text: 'Gunakan termometer dan higrometer untuk mengetahui nilai saat ini di dalam ruangan.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Masukkan nilai',
|
|
35
|
+
text: 'Atur suhu dalam Celsius dan persentase kelembapan pada kalkulator.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Dapatkan suhu kritis',
|
|
39
|
+
text: 'Alat ini akan memberi tahu Anda suhu tepat di mana air akan mulai mengembun pada permukaan.',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
name: 'Verifikasi permukaan',
|
|
43
|
+
text: 'Jika Anda memiliki termometer laser, ukur suhu dinding. Jika sama atau lebih rendah dari hasil kalkulator, Anda perlu ventilasi atau isolasi tambahan.',
|
|
44
|
+
},
|
|
45
|
+
];
|
|
46
|
+
|
|
47
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'FAQPage',
|
|
50
|
+
mainEntity: faqData.map((item) => ({
|
|
51
|
+
'@type': 'Question',
|
|
52
|
+
name: item.question,
|
|
53
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
54
|
+
})),
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const howToSchema: WithContext<HowTo> = {
|
|
58
|
+
'@context': 'https://schema.org',
|
|
59
|
+
'@type': 'HowTo',
|
|
60
|
+
name: title,
|
|
61
|
+
description,
|
|
62
|
+
step: howToData.map((step) => ({
|
|
63
|
+
'@type': 'HowToStep',
|
|
64
|
+
name: step.name,
|
|
65
|
+
text: step.text,
|
|
66
|
+
})),
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
70
|
+
'@context': 'https://schema.org',
|
|
71
|
+
'@type': 'SoftwareApplication',
|
|
72
|
+
name: title,
|
|
73
|
+
description,
|
|
74
|
+
applicationCategory: 'UtilityApplication',
|
|
75
|
+
operatingSystem: 'All',
|
|
76
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'IDR' },
|
|
77
|
+
inLanguage: 'id',
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
export const content: ToolLocaleContent<DewPointCalculatorUI> = {
|
|
81
|
+
slug,
|
|
82
|
+
title,
|
|
83
|
+
description,
|
|
84
|
+
faqTitle: 'Pertanyaan Umum',
|
|
85
|
+
faq: faqData,
|
|
86
|
+
bibliographyTitle: 'Daftar Pustaka',
|
|
87
|
+
bibliography: [
|
|
88
|
+
{
|
|
89
|
+
name: 'Aproksimasi Magnus untuk Titik Embun',
|
|
90
|
+
url: 'https://id.wikipedia.org/wiki/Titik_embun',
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
name: 'WMO Guide to Meteorological Instruments',
|
|
94
|
+
url: 'https://community.wmo.int/site/knowledge-hub/programmes-and-initiatives/instruments-and-methods-of-observation-programme-imop/guide-instruments-and-methods-of-observation-wmo-no-8',
|
|
95
|
+
},
|
|
96
|
+
],
|
|
97
|
+
howTo: howToData,
|
|
98
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
99
|
+
seo: [
|
|
100
|
+
{
|
|
101
|
+
type: 'title',
|
|
102
|
+
text: 'Apa itu Titik Embun dan Mengapa Penting untuk Rumah Anda?',
|
|
103
|
+
level: 2,
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'paragraph',
|
|
107
|
+
html: 'Titik embun adalah suhu di mana uap air di udara berubah menjadi cair. Di dalam rumah, nilai ini menandai batas antara rumah yang sehat dan rumah dengan masalah kelembapan struktural. Ketika suhu permukaan (seperti dinding yang kurang isolasi) jatuh di bawah titik embun, tetesan air muncul — tempat berkembang biak yang ideal bagi jamur berbahaya.',
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
type: 'stats',
|
|
111
|
+
items: [
|
|
112
|
+
{ value: '> 5°C', label: 'Selisih Aman', icon: 'mdi:shield-check' },
|
|
113
|
+
{ value: '40–60%', label: 'Kelembapan Ideal', icon: 'mdi:water-percent' },
|
|
114
|
+
{ value: '< 1°C', label: 'Bahaya Ekstrem', icon: 'mdi:alert' },
|
|
115
|
+
],
|
|
116
|
+
columns: 3,
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
type: 'comparative',
|
|
120
|
+
items: [
|
|
121
|
+
{
|
|
122
|
+
title: 'Formula Magnus Tetens',
|
|
123
|
+
description: 'Untuk menghitung titik embun dengan akurasi ilmiah, kami menggunakan pendekatan Magnus-Tetens yang direkomendasikan oleh WMO untuk suhu antara 0°C dan 50°C.',
|
|
124
|
+
icon: 'mdi:calculator',
|
|
125
|
+
points: ['Akurasi ilmiah tervalidasi', 'Ideal untuk suhu hunian'],
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
title: 'Jembatan Termal dan Jamur',
|
|
129
|
+
description: 'Sudut ruangan dan bingkai jendela adalah titik terdingin. Jika suhunya turun di bawah titik embun, kondensasi dan jamur tidak dapat dihindari.',
|
|
130
|
+
icon: 'mdi:home-thermometer',
|
|
131
|
+
points: ['Sudut ruangan adalah titik paling rentan', 'Isolasi termal mencegah embun'],
|
|
132
|
+
},
|
|
133
|
+
],
|
|
134
|
+
columns: 2,
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'title',
|
|
138
|
+
text: 'Tingkat Risiko',
|
|
139
|
+
level: 3,
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
type: 'paragraph',
|
|
143
|
+
html: '<strong>Risiko Rendah (selisih > 5°C):</strong> Dinding Anda aman. <strong>Risiko Sedang (3–5°C):</strong> Perhatikan sudut-sudut ruangan. <strong>Risiko Tinggi (1–3°C):</strong> Embun mungkin muncul di kaca — segera ventilasi. <strong>Bahaya Ekstrem (< 1°C):</strong> Kondensasi aktif dengan risiko jamur hitam.',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'diagnostic',
|
|
147
|
+
variant: 'warning',
|
|
148
|
+
title: 'Aturan Emas',
|
|
149
|
+
icon: 'mdi:thermometer-alert',
|
|
150
|
+
badge: 'Saran Kunci',
|
|
151
|
+
html: '<p>Jika suhu dinding Anda kurang dari <strong>3°C dari titik embun</strong>, Anda berisiko terkena kondensasi. Gunakan ventilasi dan jaga kelembapan antara 40% dan 60%.</p>',
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
type: 'summary',
|
|
155
|
+
title: 'Cara Mencegah Kondensasi',
|
|
156
|
+
items: [
|
|
157
|
+
'Ventilasi setiap hari, terutama setelah mandi atau memasak.',
|
|
158
|
+
'Jaga kelembapan relatif antara 40% dan 60%.',
|
|
159
|
+
'Gunakan kipas penyedot (exhaust) di kamar mandi dan dapur.',
|
|
160
|
+
'Jangan menjemur pakaian di dalam ruangan tanpa ventilasi.',
|
|
161
|
+
'Berikan isolasi pada dinding untuk menghindari permukaan dingin.',
|
|
162
|
+
],
|
|
163
|
+
},
|
|
164
|
+
],
|
|
165
|
+
ui: {
|
|
166
|
+
labelTemperature: 'Suhu Ruangan',
|
|
167
|
+
labelHumidity: 'Kelembapan Relatif',
|
|
168
|
+
labelDewPoint: 'Titik Embun',
|
|
169
|
+
riskLow: 'Risiko Rendah',
|
|
170
|
+
riskMedium: 'Risiko Sedang',
|
|
171
|
+
riskHigh: 'Risiko Tinggi',
|
|
172
|
+
riskExtreme: 'Bahaya Ekstrem',
|
|
173
|
+
riskLowDesc: 'Selisih > 5°C. Permukaan aman.',
|
|
174
|
+
riskMediumDesc: 'Selisih 3–5°C. Pantau sudut ruangan.',
|
|
175
|
+
riskHighDesc: 'Selisih 1–3°C. Segera ventilasi.',
|
|
176
|
+
riskExtremeDesc: 'Selisih < 1°C. Kondensasi aktif.',
|
|
177
|
+
},
|
|
178
|
+
};
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { DewPointCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'punto-di-rugiada';
|
|
6
|
+
const title = 'Calcolatore Punto di Rugiada';
|
|
7
|
+
const description = 'Calcola la temperatura di condensazione sulle pareti usando umidità e temperatura ambiente. Uno strumento essenziale per prevenire muffe e proteggere la salute della casa.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Cos\'è esattamente il punto di rugiada?',
|
|
12
|
+
answer: 'È la temperatura alla quale l\'aria deve raffreddarsi affinché il vapore acqueo si condensi in acqua liquida. Più alta è l\'umidità relativa, più il punto di rugiada è vicino alla temperatura attuale.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Perché compare la muffa negli angoli della mia casa?',
|
|
16
|
+
answer: 'Gli angoli sono spesso ponti termici dove la parete è più fredda. Se la temperatura della superficie scende sotto il punto di rugiada, si forma condensa. La muffa ha bisogno di questa umidità costante per crescere.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Come posso abbassare l\'umidità in casa?',
|
|
20
|
+
answer: 'Il modo più efficace è ventilare (specialmente dopo la doccia o mentre si cucina) e usare deumidificatori. Mantenere una temperatura costante aiuta anche l\'aria a trattenere più vapore senza condensare.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'La muffa da condensa è pericolosa?',
|
|
24
|
+
answer: 'Sì. La muffa rilascia spore che possono causare problemi respiratori, allergie e asma. Rilevare il rischio di condensa con questo calcolatore è il primo passo per una casa sana.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{
|
|
30
|
+
name: 'Misurare temperatura e umidità',
|
|
31
|
+
text: 'Usa un termometro e un igrometro per conoscere i valori attuali della stanza.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Inserire i valori',
|
|
35
|
+
text: 'Imposta la temperatura in gradi Celsius e la percentuale di umidità nel calcolatore.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Ottenere la temperatura critica',
|
|
39
|
+
text: 'Lo strumento ti dirà a quale temperatura esatta l\'acqua inizierà a condensare sulle superfici.',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
name: 'Verificare le superfici',
|
|
43
|
+
text: 'Se hai un termometro laser, misura la temperatura delle pareti. Se è uguale o inferiore al risultato, devi ventilare o isolare.',
|
|
44
|
+
},
|
|
45
|
+
];
|
|
46
|
+
|
|
47
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'FAQPage',
|
|
50
|
+
mainEntity: faqData.map((item) => ({
|
|
51
|
+
'@type': 'Question',
|
|
52
|
+
name: item.question,
|
|
53
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
54
|
+
})),
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const howToSchema: WithContext<HowTo> = {
|
|
58
|
+
'@context': 'https://schema.org',
|
|
59
|
+
'@type': 'HowTo',
|
|
60
|
+
name: title,
|
|
61
|
+
description,
|
|
62
|
+
step: howToData.map((step) => ({
|
|
63
|
+
'@type': 'HowToStep',
|
|
64
|
+
name: step.name,
|
|
65
|
+
text: step.text,
|
|
66
|
+
})),
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
70
|
+
'@context': 'https://schema.org',
|
|
71
|
+
'@type': 'SoftwareApplication',
|
|
72
|
+
name: title,
|
|
73
|
+
description,
|
|
74
|
+
applicationCategory: 'UtilityApplication',
|
|
75
|
+
operatingSystem: 'All',
|
|
76
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
77
|
+
inLanguage: 'it',
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
export const content: ToolLocaleContent<DewPointCalculatorUI> = {
|
|
81
|
+
slug,
|
|
82
|
+
title,
|
|
83
|
+
description,
|
|
84
|
+
faqTitle: 'Domande Frequenti',
|
|
85
|
+
faq: faqData,
|
|
86
|
+
bibliographyTitle: 'Bibliografia',
|
|
87
|
+
bibliography: [
|
|
88
|
+
{
|
|
89
|
+
name: 'Approssimazione di Magnus per il Punto di Rugiada',
|
|
90
|
+
url: 'https://it.wikipedia.org/wiki/Punto_di_rugiada',
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
name: 'WMO: Guide to Meteorological Instruments',
|
|
94
|
+
url: 'https://community.wmo.int/site/knowledge-hub/programmes-and-initiatives/instruments-and-methods-of-observation-programme-imop/guide-instruments-and-methods-of-observation-wmo-no-8',
|
|
95
|
+
},
|
|
96
|
+
],
|
|
97
|
+
howTo: howToData,
|
|
98
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
99
|
+
seo: [
|
|
100
|
+
{
|
|
101
|
+
type: 'title',
|
|
102
|
+
text: 'Cos\'è il Punto di Rugiada e perché è importante per la tua casa?',
|
|
103
|
+
level: 2,
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'paragraph',
|
|
107
|
+
html: 'Il punto di rugiada è la temperatura alla quale l\'aria deve raffreddarsi affinché il vapore acqueo si condensi. In casa, questo valore segna il confine tra una casa sana e una con problemi di umidità. Quando la temperatura di una parete scende sotto questo punto, appare la condensa — l\'ambiente ideale per la proliferazione di muffe nocive.',
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
type: 'stats',
|
|
111
|
+
items: [
|
|
112
|
+
{ value: '> 5°C', label: 'Differenza Sicura', icon: 'mdi:shield-check' },
|
|
113
|
+
{ value: '40–60%', label: 'Umidità Ideale', icon: 'mdi:water-percent' },
|
|
114
|
+
{ value: '< 1°C', label: 'Pericolo Estremo', icon: 'mdi:alert' },
|
|
115
|
+
],
|
|
116
|
+
columns: 3,
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
type: 'comparative',
|
|
120
|
+
items: [
|
|
121
|
+
{
|
|
122
|
+
title: 'Formula di Magnus Tetens',
|
|
123
|
+
description: 'Utilizziamo l\'approssimazione di Magnus-Tetens, raccomandata dall\'Organizzazione Meteorologica Mondiale per la sua precisione scientifica tra 0°C e 50°C.',
|
|
124
|
+
icon: 'mdi:calculator',
|
|
125
|
+
points: ['Precisione scientifica validata', 'Ideale per ambienti domestici'],
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
title: 'Ponti Termici e Muffa',
|
|
129
|
+
description: 'Gli angoli e i telai delle finestre sono spesso i punti più freddi. Se la loro temperatura scende sotto il punto di rugiada, la muffa è inevitabile.',
|
|
130
|
+
icon: 'mdi:home-thermometer',
|
|
131
|
+
points: ['Gli angoli sono i punti più critici', 'L\'isolamento previene la condensa'],
|
|
132
|
+
},
|
|
133
|
+
],
|
|
134
|
+
columns: 2,
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'title',
|
|
138
|
+
text: 'Livelli di Rischio',
|
|
139
|
+
level: 3,
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
type: 'paragraph',
|
|
143
|
+
html: '<strong>Rischio Basso (diff. > 5°C):</strong> Le tue pareti sono sicure. <strong>Rischio Medio (3–5°C):</strong> Controlla gli angoli. <strong>Rischio Alto (1–3°C):</strong> Condensa probabile sui vetri — ventila subito. <strong>Pericolo Estremo (< 1°C):</strong> Condensa attiva con rischio muffa nera.',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'diagnostic',
|
|
147
|
+
variant: 'warning',
|
|
148
|
+
title: 'La Regola d\'Oro',
|
|
149
|
+
icon: 'mdi:thermometer-alert',
|
|
150
|
+
badge: 'Consiglio',
|
|
151
|
+
html: '<p>Se la parete è a meno di <strong>3°C dal punto di rugiada</strong>, rischi la condensa imminente. Ventila spesso e mantieni l\'umidità tra il 40% e il 60%.</p>',
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
type: 'summary',
|
|
155
|
+
title: 'Come prevenire la condensa',
|
|
156
|
+
items: [
|
|
157
|
+
'Ventila quotidianamente, specie dopo doccia o cucina.',
|
|
158
|
+
'Mantieni l\'umidità relativa tra il 40% e il 60%.',
|
|
159
|
+
'Usa le cappe aspiranti durante la cottura.',
|
|
160
|
+
'Evita di asciugare i panni in casa senza ricircolo d\'aria.',
|
|
161
|
+
'Isola le pareti per eliminare le superfici fredde.',
|
|
162
|
+
],
|
|
163
|
+
},
|
|
164
|
+
],
|
|
165
|
+
ui: {
|
|
166
|
+
labelTemperature: 'Temperatura Ambiente',
|
|
167
|
+
labelHumidity: 'Umidità Relativa',
|
|
168
|
+
labelDewPoint: 'Punto di Rugiada',
|
|
169
|
+
riskLow: 'Rischio Basso',
|
|
170
|
+
riskMedium: 'Rischio Medio',
|
|
171
|
+
riskHigh: 'Rischio Alto',
|
|
172
|
+
riskExtreme: 'Pericolo Estremo',
|
|
173
|
+
riskLowDesc: 'Differenza > 5°C. Pareti sicure.',
|
|
174
|
+
riskMediumDesc: 'Differenza 3–5°C. Controlla gli angoli.',
|
|
175
|
+
riskHighDesc: 'Differenza 1–3°C. Ventila subito.',
|
|
176
|
+
riskExtremeDesc: 'Differenza < 1°C. Condensa attiva.',
|
|
177
|
+
},
|
|
178
|
+
};
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { DewPointCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'dew-point-calculator';
|
|
6
|
+
const title = '露点計算機';
|
|
7
|
+
const description = '室温と湿度から結露温度(露点)を計算。壁や窓の結露を防ぎ、カビの発生を抑えて住まいの健康を守るための必須ツールです。';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: '「露点」とは具体的に何ですか?',
|
|
12
|
+
answer: '空気中の水蒸気が水滴(結露)に変わり始める温度のことです。相対湿度が高いほど、露点は現在の気温に近くなります。',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'なぜ部屋の隅にカビが生えるのですか?',
|
|
16
|
+
answer: '部屋の隅は「熱橋(ヒートブリッジ)」になりやすく、壁の温度が低くなりがちです。壁の表面温度が露点を下回ると、そこに結露が生じます。カビはこの継続的な湿気を好んで増殖します。',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: '家の中の湿度を下げるにはどうすればよいですか?',
|
|
20
|
+
answer: '最も効果的なのは換気です(特に換気扇の使用や窓開け)。除湿機の併用も有効です。また、室温を一定に保つことで、空気がより多くの水蒸気を保持できるようになり、結露しにくくなります。',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: '結露によるカビは危険ですか?',
|
|
24
|
+
answer: 'はい。カビは呼吸器疾患やアレルギー、喘息の原因となる胞子を放出します。この計算機で結露のリスクを把握することは、健康な住まい環境への第一歩です。',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{
|
|
30
|
+
name: '温度と湿度を測る',
|
|
31
|
+
text: '室内の現在の温度と湿度を温湿度計で確認します。',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: '値を入力する',
|
|
35
|
+
text: '計算機に摂氏温度と湿度のパーセンテージを入力します。',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: '限界温度を知る',
|
|
39
|
+
text: '表面で結露が始まる正確な温度が表示されます。',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
name: '表面温度を確認する',
|
|
43
|
+
text: '放射温度計などがあれば壁の温度を測ってみましょう。露点以下であれば、換気や断熱対策が必要です。',
|
|
44
|
+
},
|
|
45
|
+
];
|
|
46
|
+
|
|
47
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'FAQPage',
|
|
50
|
+
mainEntity: faqData.map((item) => ({
|
|
51
|
+
'@type': 'Question',
|
|
52
|
+
name: item.question,
|
|
53
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
54
|
+
})),
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const howToSchema: WithContext<HowTo> = {
|
|
58
|
+
'@context': 'https://schema.org',
|
|
59
|
+
'@type': 'HowTo',
|
|
60
|
+
name: title,
|
|
61
|
+
description,
|
|
62
|
+
step: howToData.map((step) => ({
|
|
63
|
+
'@type': 'HowToStep',
|
|
64
|
+
name: step.name,
|
|
65
|
+
text: step.text,
|
|
66
|
+
})),
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
70
|
+
'@context': 'https://schema.org',
|
|
71
|
+
'@type': 'SoftwareApplication',
|
|
72
|
+
name: title,
|
|
73
|
+
description,
|
|
74
|
+
applicationCategory: 'UtilityApplication',
|
|
75
|
+
operatingSystem: 'All',
|
|
76
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'JPY' },
|
|
77
|
+
inLanguage: 'ja',
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
export const content: ToolLocaleContent<DewPointCalculatorUI> = {
|
|
81
|
+
slug,
|
|
82
|
+
title,
|
|
83
|
+
description,
|
|
84
|
+
faqTitle: 'よくある質問',
|
|
85
|
+
faq: faqData,
|
|
86
|
+
bibliographyTitle: '参考文献',
|
|
87
|
+
bibliography: [
|
|
88
|
+
{
|
|
89
|
+
name: 'マグヌス式による露点計算',
|
|
90
|
+
url: 'https://ja.wikipedia.org/wiki/露点',
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
name: 'WMO Guide to Meteorological Instruments',
|
|
94
|
+
url: 'https://community.wmo.int/site/knowledge-hub/programmes-and-initiatives/instruments-and-methods-of-observation-programme-imop/guide-instruments-and-methods-of-observation-wmo-no-8',
|
|
95
|
+
},
|
|
96
|
+
],
|
|
97
|
+
howTo: howToData,
|
|
98
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
99
|
+
seo: [
|
|
100
|
+
{
|
|
101
|
+
type: 'title',
|
|
102
|
+
text: '露点とは何か?なぜ住まいにおいて重要なのか',
|
|
103
|
+
level: 2,
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'paragraph',
|
|
107
|
+
html: '露点とは、空気中の水蒸気が結露して水滴になる温度のことです。住宅において、この値は「健康な家」と「湿気による構造的問題を抱えた家」の境界線となります。断熱不足の壁などの表面温度が露点を下回ると水滴が発生し、カビの格好の繁殖地となります。',
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
type: 'stats',
|
|
111
|
+
items: [
|
|
112
|
+
{ value: '差 > 5°C', label: '安全圏', icon: 'mdi:shield-check' },
|
|
113
|
+
{ value: '40–60%', label: '理想的な湿度', icon: 'mdi:water-percent' },
|
|
114
|
+
{ value: '差 < 1°C', label: '結露の危険', icon: 'mdi:alert' },
|
|
115
|
+
],
|
|
116
|
+
columns: 3,
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
type: 'comparative',
|
|
120
|
+
items: [
|
|
121
|
+
{
|
|
122
|
+
title: 'マグヌス・テテンの式',
|
|
123
|
+
description: '科学的に正確な露点計算のため、世界気象機関(WMO)が推奨するマグヌス・テテンの近似式を使用しています。',
|
|
124
|
+
icon: 'mdi:calculator',
|
|
125
|
+
points: ['検証された科学的精度', '居住空間の温度域に最適'],
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
title: '熱橋とカビの関係',
|
|
129
|
+
description: '部屋の隅やサッシ周りは最も冷えやすい場所です。その温度が露点を下回ると、カビの発生を避けることはできません。',
|
|
130
|
+
icon: 'mdi:home-thermometer',
|
|
131
|
+
points: ['部屋の隅は最も脆い場所', '断熱対策が結露を未然に防ぐ'],
|
|
132
|
+
},
|
|
133
|
+
],
|
|
134
|
+
columns: 2,
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'title',
|
|
138
|
+
text: 'リスクレベル',
|
|
139
|
+
level: 3,
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
type: 'paragraph',
|
|
143
|
+
html: '<strong>低リスク (差 > 5°C):</strong> 安全な状態です。 <strong>中リスク (3–5°C):</strong> 部屋の隅などに注意が必要です。 <strong>高リスク (1–3°C):</strong> 窓ガラスなどで結露の可能性が高いです。直ちに換気をしてください。 <strong>非常に危険 (差 < 1°C):</strong> 結露が発生しており、黒カビ増殖の緊急リスクがあります。',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'diagnostic',
|
|
147
|
+
variant: 'warning',
|
|
148
|
+
title: '黄金のルール',
|
|
149
|
+
icon: 'mdi:thermometer-alert',
|
|
150
|
+
badge: '対策の秘訣',
|
|
151
|
+
html: '<p>壁の表面温度が<strong>露点まで3°Cを切ったら</strong>、結露のリスクが非常に高いです。換気を心がけ、相対湿度を40%〜60%に保ちましょう。</p>',
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
type: 'summary',
|
|
155
|
+
title: '結露を防ぐために',
|
|
156
|
+
items: [
|
|
157
|
+
'毎日こまめに換気する(特に風呂上がりや調理後)。',
|
|
158
|
+
'相対湿度を40%〜60%に維持する。',
|
|
159
|
+
'キッチンでは換気扇を活用する。',
|
|
160
|
+
'換気のない室内での洗濯物干しを避ける。',
|
|
161
|
+
'壁を断熱して、冷たい表面を作らないようにする。',
|
|
162
|
+
],
|
|
163
|
+
},
|
|
164
|
+
],
|
|
165
|
+
ui: {
|
|
166
|
+
labelTemperature: '周囲温度',
|
|
167
|
+
labelHumidity: '相対湿度',
|
|
168
|
+
labelDewPoint: '露点温度',
|
|
169
|
+
riskLow: '低リスク',
|
|
170
|
+
riskMedium: '中リスク',
|
|
171
|
+
riskHigh: '高リスク',
|
|
172
|
+
riskExtreme: '非常に危険',
|
|
173
|
+
riskLowDesc: '差 > 5°C。表面は安全です。',
|
|
174
|
+
riskMediumDesc: '差 3–5°C。部屋の隅に注意。',
|
|
175
|
+
riskHighDesc: '差 1–3°C。直ちに換気が必要。',
|
|
176
|
+
riskExtremeDesc: '差 < 1°C。結露が発生中。',
|
|
177
|
+
},
|
|
178
|
+
};
|