@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,208 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { LedSavingCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'led-saving-calculator';
|
|
6
|
+
const title = 'LED節電・節約計算機';
|
|
7
|
+
const description =
|
|
8
|
+
'従来の電球をLEDに交換することで節約できる金額と電気量を計算。年間・月間の正確な節約額とCO2削減量を確認できます。';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'LED電球に替えるとどれくらい節約になりますか?',
|
|
13
|
+
answer:
|
|
14
|
+
'LED電球は白熱電球と比較して、消費電力を80%〜90%削減できます。例えば、60Wから9Wに交換すると、明るさを維持したまま電気代を大幅に抑えることが可能です。',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'LEDへの交換コストはどれくらいで元が取れますか?',
|
|
18
|
+
answer:
|
|
19
|
+
'LED電球の価格低下と高い節電効果により、通常の利用環境であれば、約4ヶ月以内で初期投資を回収できる場合がほとんどです。点灯時間が長い場所ほど回収は早くなります。',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: '規定より高いワット数のLED電球を付けても大丈夫ですか?',
|
|
23
|
+
answer:
|
|
24
|
+
'LEDは発熱が非常に少ないため、従来の電球では熱の問題で制限されていた器具でも、口金の電気性能の範囲内であれば、より明るい(ルーメン数の高い)電球を使用できることがあります。',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: '寿命はパッケージに書いてある通り本当に長いのですか?',
|
|
28
|
+
answer:
|
|
29
|
+
'高品質なLEDの寿命は15,000〜50,000時間です。1日4時間の使用なら、15年以上交換不要で使い続けることができます。',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
question: '調光器付きの照明でLEDは使えますか?',
|
|
33
|
+
answer:
|
|
34
|
+
'「調光器対応」と明記されている電球のみ使用可能です。非対応のLEDを古い調光器で使うと、ちらつきや異音の原因となります。',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
question: '照明器具ごと買い替える必要がありますか?',
|
|
38
|
+
answer:
|
|
39
|
+
'99%の場合、その必要はありません。口金のサイズ(E27、E26、E17、GU10など)が合うLED電球に交換するだけで済みます。',
|
|
40
|
+
},
|
|
41
|
+
];
|
|
42
|
+
|
|
43
|
+
const howToData = [
|
|
44
|
+
{
|
|
45
|
+
name: '電球の数を数える',
|
|
46
|
+
text: '家の中にある白熱電球やハロゲン電球の数と、それぞれのワット数を確認します。',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
name: '相当するLEDを選ぶ',
|
|
50
|
+
text: '計算機で現在の電球タイプを選択すると、対応するLED電球の値が自動的に設定されます。',
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
name: '使用時間を設定する',
|
|
54
|
+
text: '1日あたりの平均的な点灯時間を入力します。',
|
|
55
|
+
},
|
|
56
|
+
];
|
|
57
|
+
|
|
58
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'FAQPage',
|
|
61
|
+
mainEntity: faqData.map((item) => ({
|
|
62
|
+
'@type': 'Question',
|
|
63
|
+
name: item.question,
|
|
64
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
65
|
+
})),
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
const howToSchema: WithContext<HowTo> = {
|
|
69
|
+
'@context': 'https://schema.org',
|
|
70
|
+
'@type': 'HowTo',
|
|
71
|
+
name: title,
|
|
72
|
+
description,
|
|
73
|
+
step: howToData.map((step) => ({
|
|
74
|
+
'@type': 'HowToStep',
|
|
75
|
+
name: step.name,
|
|
76
|
+
text: step.text,
|
|
77
|
+
})),
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
81
|
+
'@context': 'https://schema.org',
|
|
82
|
+
'@type': 'SoftwareApplication',
|
|
83
|
+
name: title,
|
|
84
|
+
description,
|
|
85
|
+
applicationCategory: 'UtilityApplication',
|
|
86
|
+
operatingSystem: 'All',
|
|
87
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'JPY' },
|
|
88
|
+
inLanguage: 'ja',
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
92
|
+
slug,
|
|
93
|
+
title,
|
|
94
|
+
description,
|
|
95
|
+
faqTitle: 'よくある質問',
|
|
96
|
+
faq: faqData,
|
|
97
|
+
bibliographyTitle: '参考文献',
|
|
98
|
+
bibliography: [
|
|
99
|
+
{
|
|
100
|
+
name: '省エネポータルサイト — 資源エネルギー庁',
|
|
101
|
+
url: 'https://www.enecho.meti.go.jp/category/saving_and_new/saving/',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
name: 'LED照明ナビ — 日本照明工業会',
|
|
105
|
+
url: 'https://www.jlma.or.jp/led-navi/index.html',
|
|
106
|
+
},
|
|
107
|
+
],
|
|
108
|
+
howTo: howToData,
|
|
109
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
110
|
+
seo: [
|
|
111
|
+
{
|
|
112
|
+
type: 'title',
|
|
113
|
+
text: 'LED節電ガイド:電気代を賢く節約する方法',
|
|
114
|
+
level: 2,
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
type: 'paragraph',
|
|
118
|
+
html: '家庭の照明を<strong>LED(発光ダイオード)</strong>へ切り替えることは、最も確実に、かつ短期間で投資を回収できる節約術の一つです。60Wの白熱電球と同じ明るさを維持しながら、LEDならわずか9W程度の消費電力で済み、<strong>約85%の節電</strong>が可能です。',
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'stats',
|
|
122
|
+
items: [
|
|
123
|
+
{ value: '85–90%', label: '消費電力削減', icon: 'mdi:lightning-bolt' },
|
|
124
|
+
{ value: '25,000h', label: 'LEDの寿命', icon: 'mdi:clock-outline' },
|
|
125
|
+
{ value: '4ヶ月以内', label: 'コスト回収', icon: 'mdi:calendar-check' },
|
|
126
|
+
],
|
|
127
|
+
columns: 3,
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'comparative',
|
|
131
|
+
items: [
|
|
132
|
+
{
|
|
133
|
+
title: '従来の白熱電球',
|
|
134
|
+
description: 'フィラメントを発熱させる20世紀の技術。エネルギーの95%を熱として捨てています。',
|
|
135
|
+
icon: 'mdi:lightbulb-outline',
|
|
136
|
+
points: ['エネルギーの95%が熱として損失', '寿命:約1,000時間', '維持費が非常に高い'],
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
title: '最新のLEDテクノロジー',
|
|
140
|
+
description: '家庭に最適な現在の標準。点けた瞬間に最大輝度になり、発熱も最小限です。',
|
|
141
|
+
icon: 'mdi:led-outline',
|
|
142
|
+
points: ['85–90%の直接的な節電', '寿命:25,000〜50,000時間', '低発熱で安全'],
|
|
143
|
+
},
|
|
144
|
+
],
|
|
145
|
+
columns: 2,
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'title',
|
|
149
|
+
text: '節約の物理学的背景',
|
|
150
|
+
level: 3,
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'paragraph',
|
|
154
|
+
html: '白熱電球は電気のわずか5%しか光に変えられません。対してLEDは半導体を使って電気を直接光に変換するため、劇的に効率が高いのです。<strong>ワット数ではなくルーメン(lm)</strong>に注目しましょう。古い60W電球が放つ約800lmの明るさを、最新のLEDならわずか8〜9Wで実現できます。',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'diagnostic',
|
|
158
|
+
variant: 'info',
|
|
159
|
+
title: '電球の明るさ目安表',
|
|
160
|
+
icon: 'mdi:table',
|
|
161
|
+
badge: 'クイック参照',
|
|
162
|
+
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W相当</strong> → LED 5–6W (450 lm)</li><li><strong>60W相当</strong> → LED 8–10W (800 lm)</li><li><strong>100W相当</strong> → LED 13–15W (1500 lm)</li><li><strong>50W相当(ハロゲン)</strong> → LED 6–7W (450–500 lm)</li></ul>',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 'summary',
|
|
166
|
+
title: 'お金以外のLED導入メリット',
|
|
167
|
+
items: [
|
|
168
|
+
'長寿命:1日4時間の利用なら15年以上交換不要。',
|
|
169
|
+
'即点灯:点けた瞬間から100%の明るさ。',
|
|
170
|
+
'低発熱:夏場のエアコンの負荷をわずかに軽減。',
|
|
171
|
+
'エコ:水銀などの有害物質を含まず、環境に優しい。',
|
|
172
|
+
'互換性:既存の多くのソケットにそのまま取り付け可能。',
|
|
173
|
+
],
|
|
174
|
+
},
|
|
175
|
+
],
|
|
176
|
+
ui: {
|
|
177
|
+
sectionTitle: '家庭の設定',
|
|
178
|
+
labelBulbs: '交換する電球の数',
|
|
179
|
+
unitBulbs: '個',
|
|
180
|
+
labelType: '現在の電球タイプ',
|
|
181
|
+
labelHours: '1日の平均使用時間',
|
|
182
|
+
labelPrice: '電気料金単価',
|
|
183
|
+
unitPrice: '円/kWh',
|
|
184
|
+
resultBadge: '節約シミュレーション',
|
|
185
|
+
labelAnnual: '年間の節約額',
|
|
186
|
+
labelMonthly: '1ヶ月あたり',
|
|
187
|
+
labelEfficiency: '節電率',
|
|
188
|
+
labelCo2: 'CO₂排出削減量',
|
|
189
|
+
unitLess: '% 削減',
|
|
190
|
+
currencySign: '¥',
|
|
191
|
+
btnInc60Title: '白熱電球',
|
|
192
|
+
btnInc60Sub: '一般電球 (60W)',
|
|
193
|
+
btnInc40Title: '白熱電球',
|
|
194
|
+
btnInc40Sub: '小型電球 (40W)',
|
|
195
|
+
btnInc100Title: '白熱電球',
|
|
196
|
+
btnInc100Sub: '大型電球 (100W)',
|
|
197
|
+
btnHalo50Title: 'ハロゲン',
|
|
198
|
+
btnHalo50Sub: 'スポット (50W)',
|
|
199
|
+
usageNever: 'ほぼ使わない',
|
|
200
|
+
usageLow: 'あまり使わない',
|
|
201
|
+
usageNormal: '標準的',
|
|
202
|
+
usageModerate: '多めに使用',
|
|
203
|
+
usageHeavy: '頻繁に使用',
|
|
204
|
+
usagePro: '業務用レベル',
|
|
205
|
+
usageVeryHeavy: '非常に多い',
|
|
206
|
+
usageAlways: '常時稼働',
|
|
207
|
+
},
|
|
208
|
+
};
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { LedSavingCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'led-saving-calculator';
|
|
6
|
+
const title = 'LED 절약 계산기';
|
|
7
|
+
const description =
|
|
8
|
+
'기존 전구를 LED로 교체했을 때 절약되는 금액과 에너지를 계산해 보세요. 연간 및 월간 정확한 절약액과 CO2 절감량을 확인할 수 있습니다.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'LED 전구로 바꾸면 정말 얼마나 절약되나요?',
|
|
13
|
+
answer:
|
|
14
|
+
'LED 전구는 백열전구에 비해 에너지를 80%~90% 적게 소비합니다. 예를 들어 60W 전구를 9W LED로 바꾸면 동일한 밝기를 유지하면서 전기료를 최소한으로 줄일 수 있습니다.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'LED 교체 비용은 언제쯤 회수할 수 있나요?',
|
|
18
|
+
answer:
|
|
19
|
+
'LED 가격이 많이 낮아졌고 절전 효과는 크기 때문에, 일반적인 사용 환경이라면 약 4개월 이내에 투자 비용을 회수할 수 있습니다. 점등 시간이 길수록 회수 기간은 더 짧아집니다.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'W(와트)가 더 높은 LED 전구를 끼워도 안전한가요?',
|
|
23
|
+
answer:
|
|
24
|
+
'LED는 열 발생이 매우 적습니다. 따라서 기존에 열 때문에 전구 와트수가 제한되었던 스탠드 등에 더 밝은(루멘이 높은) LED를 끼워도 전기 소켓의 허용 전류 이내라면 괜찮습니다.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: '수명이 정말 상자에 적힌 대로 긴가요?',
|
|
28
|
+
answer:
|
|
29
|
+
'품질이 좋은 LED는 15,000~50,000시간 정도 사용할 수 있습니다. 하루 4시간 사용 시 약 15년 이상 전구 교체 없이 사용할 수 있다는 의미입니다.',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
question: '조광기(디머)가 있는 채등에 LED를 쓸 수 있나요?',
|
|
33
|
+
answer:
|
|
34
|
+
'반드시 "조광기 대응(Dimmable)"이라고 적힌 LED 전구를 사용해야 합니다. 일반 LED는 기존 조광기에서 깜빡이거나 웅 하는 소리가 날 수 있습니다.',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
question: '등기구 전체를 바꿔야 하나요?',
|
|
38
|
+
answer:
|
|
39
|
+
'99%의 경우 그럴 필요 없습니다. 소켓 사이즈(E26, E17, GU10 등)가 같은 LED 전구로 갈아 끼우기만 하면 됩니다.',
|
|
40
|
+
},
|
|
41
|
+
];
|
|
42
|
+
|
|
43
|
+
const howToData = [
|
|
44
|
+
{
|
|
45
|
+
name: '전구 개수 확인',
|
|
46
|
+
text: '집에 있는 백열전구나 할로겐 전구의 개수와 각각의 와트(W)를 확인합니다.',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
name: '적절한 LED 선택',
|
|
50
|
+
text: '계산기에서 현재 사용 중인 전구 타입을 선택하면 그에 맞는 LED 전구 수치가 자동으로 할당됩니다.',
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
name: '사용 시간 설정',
|
|
54
|
+
text: '하루 평균 전등을 켜두는 시간을 입력해 정확한 계산 결과를 확인하세요.',
|
|
55
|
+
},
|
|
56
|
+
];
|
|
57
|
+
|
|
58
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'FAQPage',
|
|
61
|
+
mainEntity: faqData.map((item) => ({
|
|
62
|
+
'@type': 'Question',
|
|
63
|
+
name: item.question,
|
|
64
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
65
|
+
})),
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
const howToSchema: WithContext<HowTo> = {
|
|
69
|
+
'@context': 'https://schema.org',
|
|
70
|
+
'@type': 'HowTo',
|
|
71
|
+
name: title,
|
|
72
|
+
description,
|
|
73
|
+
step: howToData.map((step) => ({
|
|
74
|
+
'@type': 'HowToStep',
|
|
75
|
+
name: step.name,
|
|
76
|
+
text: step.text,
|
|
77
|
+
})),
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
81
|
+
'@context': 'https://schema.org',
|
|
82
|
+
'@type': 'SoftwareApplication',
|
|
83
|
+
name: title,
|
|
84
|
+
description,
|
|
85
|
+
applicationCategory: 'UtilityApplication',
|
|
86
|
+
operatingSystem: 'All',
|
|
87
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'KRW' },
|
|
88
|
+
inLanguage: 'ko',
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
92
|
+
slug,
|
|
93
|
+
title,
|
|
94
|
+
description,
|
|
95
|
+
faqTitle: '자주 묻는 질문',
|
|
96
|
+
faq: faqData,
|
|
97
|
+
bibliographyTitle: '참고 자료',
|
|
98
|
+
bibliography: [
|
|
99
|
+
{
|
|
100
|
+
name: '한국에너지공단 - 고효율 에너지기자재 가이드',
|
|
101
|
+
url: 'https://www.energy.or.kr/',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
name: '에너지 효율 등급 안내 - 한국소비자원',
|
|
105
|
+
url: 'https://www.kca.go.kr/',
|
|
106
|
+
},
|
|
107
|
+
],
|
|
108
|
+
howTo: howToData,
|
|
109
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
110
|
+
seo: [
|
|
111
|
+
{
|
|
112
|
+
type: 'title',
|
|
113
|
+
text: 'LED 절약 가이드: 전기 요금을 획기적으로 줄이는 방법',
|
|
114
|
+
level: 2,
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
type: 'paragraph',
|
|
118
|
+
html: '전통적인 조명에서 <strong>LED(발광 다이오드)</strong> 기술로 교체하는 것은 가계 투자 중 가장 확실하고 빠른 수익을 보장합니다. 60W 백열전구와 같은 밝기를 내면서 LED는 단 9W만 소비하여 <strong>약 85% 이상의 전기를 절약</strong>할 수 있습니다.',
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'stats',
|
|
122
|
+
items: [
|
|
123
|
+
{ value: '85–90%', label: '에너지 절감률', icon: 'mdi:lightning-bolt' },
|
|
124
|
+
{ value: '25,000h', label: 'LED 수명', icon: 'mdi:clock-outline' },
|
|
125
|
+
{ value: '4개월 이내', label: '회수 기간', icon: 'mdi:calendar-check' },
|
|
126
|
+
],
|
|
127
|
+
columns: 3,
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'comparative',
|
|
131
|
+
items: [
|
|
132
|
+
{
|
|
133
|
+
title: '백열전구 조명',
|
|
134
|
+
description: '필라멘트를 가열하는 20세기의 기술. 에너지의 95%가 열로 낭비됩니다.',
|
|
135
|
+
icon: 'mdi:lightbulb-outline',
|
|
136
|
+
points: ['에너지 95%가 열로 낭비', '수명: 약 1,000시간', '운영 비용 매우 높음'],
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
title: '최신 LED 기술',
|
|
140
|
+
description: '현재의 에너지 효율 표준. 켜는 즉시 100% 밝기이며 열 발생이 매우 적습니다.',
|
|
141
|
+
icon: 'mdi:led-outline',
|
|
142
|
+
points: ['85-90% 직접 절감', '수명: 25,000~50,000시간', '열 발생 최소화'],
|
|
143
|
+
},
|
|
144
|
+
],
|
|
145
|
+
columns: 2,
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'title',
|
|
149
|
+
text: '절약의 과학적 원리',
|
|
150
|
+
level: 3,
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'paragraph',
|
|
154
|
+
html: '백열전구는 전기 에너지의 5%만 빛으로 바꿉니다. 반면 LED는 반도체를 이용해 전기를 직접 빛으로 바꿔 효율이 매우 높습니다. <strong>와트(W)가 아니라 루멘(lm)을 확인하세요:</strong> 과거 60W 전구가 내던 800lm의 밝기를 이제 8-9W LED로 충분히 낼 수 있습니다.',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'diagnostic',
|
|
158
|
+
variant: 'info',
|
|
159
|
+
title: '빠른 전구 비교표',
|
|
160
|
+
icon: 'mdi:table',
|
|
161
|
+
badge: '참고용',
|
|
162
|
+
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W 백열전구</strong> → LED 5–6W (450 lm)</li><li><strong>60W 백열전구</strong> → LED 8–10W (800 lm)</li><li><strong>100W 백열전구</strong> → LED 13–15W (1500 lm)</li><li><strong>50W 할로겐</strong> → LED 6–7W (450–500 lm)</li></ul>',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 'summary',
|
|
166
|
+
title: '경제성 외의 LED 장점',
|
|
167
|
+
items: [
|
|
168
|
+
'초장수명: 하루 4시간 사용 시 15년 이상 사용 가능.',
|
|
169
|
+
'즉각 점등: 켜자마자 바로 최대 밝기에 도달.',
|
|
170
|
+
'저발열: 여름철 냉방 효율에 긍정적인 영향.',
|
|
171
|
+
'친환경: 수은이나 유해 가스가 없어 폐기가 용이함.',
|
|
172
|
+
'호환성: 기존의 거의 모든 소켓에 바로 설치 가능.',
|
|
173
|
+
],
|
|
174
|
+
},
|
|
175
|
+
],
|
|
176
|
+
ui: {
|
|
177
|
+
sectionTitle: '가계 설정',
|
|
178
|
+
labelBulbs: '교체할 전구 개수',
|
|
179
|
+
unitBulbs: '개',
|
|
180
|
+
labelType: '현재 전구 타입',
|
|
181
|
+
labelHours: '하루 평균 사용 시간',
|
|
182
|
+
labelPrice: '전기 요금 단가',
|
|
183
|
+
unitPrice: '원/kWh',
|
|
184
|
+
resultBadge: '실제 절약 예상치',
|
|
185
|
+
labelAnnual: '연간 예상 절약액',
|
|
186
|
+
labelMonthly: '월평균',
|
|
187
|
+
labelEfficiency: '에너지 효율',
|
|
188
|
+
labelCo2: '탄소 배출 감소량',
|
|
189
|
+
unitLess: '% 절감',
|
|
190
|
+
currencySign: '₩',
|
|
191
|
+
btnInc60Title: '백열전구',
|
|
192
|
+
btnInc60Sub: '일반용 (60W)',
|
|
193
|
+
btnInc40Title: '백열전구',
|
|
194
|
+
btnInc40Sub: '소형 (40W)',
|
|
195
|
+
btnInc100Title: '백열전구',
|
|
196
|
+
btnInc100Sub: '대형 (100W)',
|
|
197
|
+
btnHalo50Title: '할로겐',
|
|
198
|
+
btnHalo50Sub: '스포트라이트 (50W)',
|
|
199
|
+
usageNever: '거의 안 씀',
|
|
200
|
+
usageLow: '가끔 사용',
|
|
201
|
+
usageNormal: '보통 사용',
|
|
202
|
+
usageModerate: '자주 사용',
|
|
203
|
+
usageHeavy: '많이 사용',
|
|
204
|
+
usagePro: '전문가 수준',
|
|
205
|
+
usageVeryHeavy: '매우 많이 사용',
|
|
206
|
+
usageAlways: '항상 켜둠',
|
|
207
|
+
},
|
|
208
|
+
};
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { LedSavingCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'led-besparingscalculator';
|
|
6
|
+
const title = 'LED Besparingscalculator';
|
|
7
|
+
const description =
|
|
8
|
+
'Bereken hoeveel geld en kWh u bespaart door uw traditionele lampen te vervangen door LED. Ontdek uw exacte jaarlijkse en maandelijkse besparing en CO2-reductie.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Hoeveel bespaart een LED-lamp echt?',
|
|
13
|
+
answer:
|
|
14
|
+
'Een LED-lamp bespaart tussen de 80% und 90% energie vergeleken met een gloeilamp. Van 60W naar 9W gaan verlaagt het verbruik tot een minimum, terwijl de helderheid gelijk blijft.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Hoe snel verdient de overstap naar LED zich terug?',
|
|
18
|
+
answer:
|
|
19
|
+
'Door de lage prijs van LED en de grote besparing, is de investering vaak binnen 4 maanden terugverdiend bij normaal gebruik. Bij lampen die veel branden, gaat dit nog sneller.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Wat gebeurt er als ik een LED-lamp met meer watt gebruik?',
|
|
23
|
+
answer:
|
|
24
|
+
'LED-lampen geven weinig hitte af. U kunt dus fellere LED-lampen gebruiken in armaturen die voorheen beperkt waren door de warmte van gloeilampen, mits u binnen de elektrische grenzen van de fitting blijft.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'Gaan ze echt zo lang mee als op de doos staat?',
|
|
28
|
+
answer:
|
|
29
|
+
'Kwaliteits-LEDs gaan 15.000 tot 50.000 uur mee. Bij een gemiddeld gebruik van 4 uur per dag betekent dit dat een lamp meer dan 15 jaar mee kan gaan.',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
question: 'Kan ik LED-lampen gebruiken met een dimmer?',
|
|
33
|
+
answer:
|
|
34
|
+
'Alleen als op de lamp staat dat deze "Dimbaar" is. Standaard LED-lampen werken vaak niet goed met oude dimmers.',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
question: 'Moet de hele lamp vervangen worden?',
|
|
38
|
+
answer:
|
|
39
|
+
'In 99% van de gevallen niet. U vervangt alleen de lichtbron door een LED met dezelfde fitting (E27, E14, GU10, etc.).',
|
|
40
|
+
},
|
|
41
|
+
];
|
|
42
|
+
|
|
43
|
+
const howToData = [
|
|
44
|
+
{
|
|
45
|
+
name: 'Tel uw lichtpunten',
|
|
46
|
+
text: 'Kijk hoeveel gloei- of halogeenlampen u heeft en noteer het wattage.',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
name: 'Kies het LED-alternatief',
|
|
50
|
+
text: 'Selecteer uw huidige lamp in de calculator. De LED-equivalenten worden automatisch berekend.',
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
name: 'Stel de gebruiksuren in',
|
|
54
|
+
text: 'Geef aan hoeveel uur per dag de lampen gemiddeld branden.',
|
|
55
|
+
},
|
|
56
|
+
];
|
|
57
|
+
|
|
58
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'FAQPage',
|
|
61
|
+
mainEntity: faqData.map((item) => ({
|
|
62
|
+
'@type': 'Question',
|
|
63
|
+
name: item.question,
|
|
64
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
65
|
+
})),
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
const howToSchema: WithContext<HowTo> = {
|
|
69
|
+
'@context': 'https://schema.org',
|
|
70
|
+
'@type': 'HowTo',
|
|
71
|
+
name: title,
|
|
72
|
+
description,
|
|
73
|
+
step: howToData.map((step) => ({
|
|
74
|
+
'@type': 'HowToStep',
|
|
75
|
+
name: step.name,
|
|
76
|
+
text: step.text,
|
|
77
|
+
})),
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
81
|
+
'@context': 'https://schema.org',
|
|
82
|
+
'@type': 'SoftwareApplication',
|
|
83
|
+
name: title,
|
|
84
|
+
description,
|
|
85
|
+
applicationCategory: 'UtilityApplication',
|
|
86
|
+
operatingSystem: 'All',
|
|
87
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
88
|
+
inLanguage: 'nl',
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
92
|
+
slug,
|
|
93
|
+
title,
|
|
94
|
+
description,
|
|
95
|
+
faqTitle: 'Veelgestelde Vragen',
|
|
96
|
+
faq: faqData,
|
|
97
|
+
bibliographyTitle: 'Bibliografie',
|
|
98
|
+
bibliography: [
|
|
99
|
+
{
|
|
100
|
+
name: 'Energiebesparing — Milieu Centraal',
|
|
101
|
+
url: 'https://www.milieucentraal.nl/',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
name: 'Energielabels voor lampen — Europese Unie',
|
|
105
|
+
url: 'https://commission.europa.eu/energy-climate-change-environment/standards-tools-and-labels/products-labelling-rules-and-requirements/energy-label-and-ecodesign/energy-efficient-products_nl',
|
|
106
|
+
},
|
|
107
|
+
],
|
|
108
|
+
howTo: howToData,
|
|
109
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
110
|
+
seo: [
|
|
111
|
+
{
|
|
112
|
+
type: 'title',
|
|
113
|
+
text: 'Gids voor LED-besparingen: Verlaag uw energierekening',
|
|
114
|
+
level: 2,
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
type: 'paragraph',
|
|
118
|
+
html: 'De overstap naar <strong>LED-technologie (Light Emitting Diode)</strong> is een van de snelste manieren om thuis geld te besparen. Elke watt die u bespaart, ziet u direct terug op uw rekening. Een 9W LED-lamp geeft evenveel licht als een 60W gloeilamp met <strong>85% minder verbruik</strong>.',
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'stats',
|
|
122
|
+
items: [
|
|
123
|
+
{ value: '85–90%', label: 'Energiebesparing', icon: 'mdi:lightning-bolt' },
|
|
124
|
+
{ value: '25.000u', label: 'Levensduur LED', icon: 'mdi:clock-outline' },
|
|
125
|
+
{ value: '< 4 mnd', label: 'Terugverdientijd', icon: 'mdi:calendar-check' },
|
|
126
|
+
],
|
|
127
|
+
columns: 3,
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'comparative',
|
|
131
|
+
items: [
|
|
132
|
+
{
|
|
133
|
+
title: 'Gloeilampverlichting',
|
|
134
|
+
description: 'Technologie uit de 20e eeuw op basis van warmte. 95% van de energie gaat verloren als hitte.',
|
|
135
|
+
icon: 'mdi:lightbulb-outline',
|
|
136
|
+
points: ['95% energieverlies als warmte', 'Levensduur: 1.000 uur', 'Hoge gebruikskosten'],
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
title: 'Moderne LED techniek',
|
|
140
|
+
description: 'De huidige standaard voor efficiëntie. Direct licht en minimale warmteafgifte.',
|
|
141
|
+
icon: 'mdi:led-outline',
|
|
142
|
+
points: ['85–90% directe besparing', 'Levensduur: tot 50.000 uur', 'Nauwelijks warmte'],
|
|
143
|
+
},
|
|
144
|
+
],
|
|
145
|
+
columns: 2,
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'title',
|
|
149
|
+
text: 'De wetenschap achter de besparing',
|
|
150
|
+
level: 3,
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'paragraph',
|
|
154
|
+
html: 'Gloeilampen zetten slechts 5% van de energie om in licht. LEDs gebruiken halfgeleiders voor een veel hogere efficiëntie. <strong>Kijk niet naar watt, maar naar lumen:</strong> een oude 60W lamp geeft ca. 800 lm; dat haalt u nu met een 8-9W LED.',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'diagnostic',
|
|
158
|
+
variant: 'info',
|
|
159
|
+
title: 'Snelle Vergelijkingstabel',
|
|
160
|
+
icon: 'mdi:table',
|
|
161
|
+
badge: 'Naslag',
|
|
162
|
+
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W gloeilamp</strong> → LED 5–6W (450 lm)</li><li><strong>60W gloeilamp</strong> → LED 8–10W (800 lm)</li><li><strong>100W gloeilamp</strong> → LED 13–15W (1500 lm)</li><li><strong>50W halogeen</strong> → LED 6–7W (450–500 lm)</li></ul>',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 'summary',
|
|
166
|
+
title: 'Voordelen van LED naast geld',
|
|
167
|
+
items: [
|
|
168
|
+
'Extreem lange levensduur: tot wel 15 jaar.',
|
|
169
|
+
'Direct 100% helderheid na het inschakelen.',
|
|
170
|
+
'Wordt niet heet: veiliger en minder koeling nodig in de zomer.',
|
|
171
|
+
'Geen kwik, beter voor het milieu.',
|
|
172
|
+
'Past in bijna alle bestaande fittingen (E27, E14, GU10).',
|
|
173
|
+
],
|
|
174
|
+
},
|
|
175
|
+
],
|
|
176
|
+
ui: {
|
|
177
|
+
sectionTitle: 'Huisconfiguratie',
|
|
178
|
+
labelBulbs: 'Aantal lampen vervangen',
|
|
179
|
+
unitBulbs: 'stuks',
|
|
180
|
+
labelType: 'Huidige lampsoort',
|
|
181
|
+
labelHours: 'Branduren per dag',
|
|
182
|
+
labelPrice: 'Elektriciteitsprijs',
|
|
183
|
+
unitPrice: '€/kWh',
|
|
184
|
+
resultBadge: 'Besparingsberekening',
|
|
185
|
+
labelAnnual: 'Jaarlijkse besparing',
|
|
186
|
+
labelMonthly: 'Per maand',
|
|
187
|
+
labelEfficiency: 'Efficiëntie',
|
|
188
|
+
labelCo2: 'Minder CO2-uitstoot',
|
|
189
|
+
unitLess: '% minder',
|
|
190
|
+
currencySign: '€',
|
|
191
|
+
btnInc60Title: 'Gloeilamp',
|
|
192
|
+
btnInc60Sub: 'Klassiek (60W)',
|
|
193
|
+
btnInc40Title: 'Gloeilamp',
|
|
194
|
+
btnInc40Sub: 'Klein (40W)',
|
|
195
|
+
btnInc100Title: 'Gloeilamp',
|
|
196
|
+
btnInc100Sub: 'Groot (100W)',
|
|
197
|
+
btnHalo50Title: 'Halogeen',
|
|
198
|
+
btnHalo50Sub: 'Spot (50W)',
|
|
199
|
+
usageNever: 'Bijna nooit',
|
|
200
|
+
usageLow: 'Weinig gebruik',
|
|
201
|
+
usageNormal: 'Normaal gebruik',
|
|
202
|
+
usageModerate: 'Gemiddeld gebruik',
|
|
203
|
+
usageHeavy: 'Veel gebruik',
|
|
204
|
+
usagePro: 'Intensief gebruik',
|
|
205
|
+
usageVeryHeavy: 'Heel intensief',
|
|
206
|
+
usageAlways: 'Brandt altijd',
|
|
207
|
+
},
|
|
208
|
+
};
|