@jjlmoya/utils-home 1.17.0 → 1.24.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 +1 -1
- package/src/category/i18n/de.ts +10 -10
- package/src/category/i18n/en.ts +8 -8
- package/src/category/i18n/es.ts +2 -2
- package/src/category/i18n/fr.ts +15 -15
- package/src/category/i18n/id.ts +8 -8
- package/src/category/i18n/it.ts +7 -7
- package/src/category/i18n/nl.ts +8 -8
- package/src/category/i18n/pl.ts +10 -10
- package/src/category/i18n/pt.ts +8 -8
- package/src/category/i18n/ru.ts +10 -10
- package/src/category/i18n/sv.ts +8 -8
- package/src/category/i18n/tr.ts +4 -4
- package/src/category/i18n/zh.ts +8 -8
- package/src/entries.ts +7 -1
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/no_en_dash.test.ts +70 -0
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/acTonnageCalculator/ac-tonnage-calculator.css +467 -0
- package/src/tool/acTonnageCalculator/bibliography.astro +14 -0
- package/src/tool/acTonnageCalculator/bibliography.ts +5 -0
- package/src/tool/acTonnageCalculator/client-animations.ts +80 -0
- package/src/tool/acTonnageCalculator/client.ts +171 -0
- package/src/tool/acTonnageCalculator/component.astro +186 -0
- package/src/tool/acTonnageCalculator/entry.ts +29 -0
- package/src/tool/acTonnageCalculator/i18n/de.ts +63 -0
- package/src/tool/acTonnageCalculator/i18n/en.ts +136 -0
- package/src/tool/acTonnageCalculator/i18n/es.ts +136 -0
- package/src/tool/acTonnageCalculator/i18n/fr.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/id.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/it.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/ja.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/ko.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/nl.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/pl.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/pt.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/ru.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/sv.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/tr.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/zh.ts +61 -0
- package/src/tool/acTonnageCalculator/index.ts +8 -0
- package/src/tool/acTonnageCalculator/logic.ts +56 -0
- package/src/tool/acTonnageCalculator/seo.astro +15 -0
- package/src/tool/acTonnageCalculator/ui.ts +39 -0
- package/src/tool/dewPointCalculator/bibliography.ts +2 -2
- package/src/tool/dewPointCalculator/i18n/de.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/en.ts +6 -6
- package/src/tool/dewPointCalculator/i18n/es.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/fr.ts +6 -6
- package/src/tool/dewPointCalculator/i18n/id.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/it.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/ja.ts +4 -4
- package/src/tool/dewPointCalculator/i18n/ko.ts +4 -4
- package/src/tool/dewPointCalculator/i18n/nl.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/pl.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/pt.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/ru.ts +11 -11
- package/src/tool/dewPointCalculator/i18n/sv.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/tr.ts +4 -4
- package/src/tool/dewPointCalculator/i18n/zh.ts +5 -5
- package/src/tool/heatingComparator/i18n/de.ts +8 -8
- package/src/tool/heatingComparator/i18n/en.ts +1 -1
- package/src/tool/heatingComparator/i18n/es.ts +1 -1
- package/src/tool/heatingComparator/i18n/fr.ts +7 -7
- package/src/tool/heatingComparator/i18n/id.ts +1 -1
- package/src/tool/heatingComparator/i18n/it.ts +1 -1
- package/src/tool/heatingComparator/i18n/nl.ts +1 -1
- package/src/tool/heatingComparator/i18n/pl.ts +1 -1
- package/src/tool/heatingComparator/i18n/pt.ts +1 -1
- package/src/tool/heatingComparator/i18n/ru.ts +12 -12
- package/src/tool/heatingComparator/i18n/sv.ts +4 -4
- package/src/tool/heatingComparator/i18n/zh.ts +6 -6
- package/src/tool/ledSavingCalculator/bibliography.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/de.ts +4 -4
- package/src/tool/ledSavingCalculator/i18n/en.ts +4 -4
- package/src/tool/ledSavingCalculator/i18n/es.ts +4 -4
- package/src/tool/ledSavingCalculator/i18n/fr.ts +8 -8
- package/src/tool/ledSavingCalculator/i18n/id.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/it.ts +4 -4
- package/src/tool/ledSavingCalculator/i18n/ja.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/ko.ts +2 -2
- package/src/tool/ledSavingCalculator/i18n/nl.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/pl.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/pt.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/ru.ts +6 -6
- package/src/tool/ledSavingCalculator/i18n/sv.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/tr.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/zh.ts +4 -4
- package/src/tool/projectorCalculator/bibliography.ts +3 -3
- package/src/tool/projectorCalculator/i18n/de.ts +2 -2
- package/src/tool/projectorCalculator/i18n/en.ts +1 -1
- package/src/tool/projectorCalculator/i18n/es.ts +2 -2
- package/src/tool/projectorCalculator/i18n/fr.ts +4 -4
- package/src/tool/projectorCalculator/i18n/id.ts +2 -2
- package/src/tool/projectorCalculator/i18n/it.ts +2 -2
- package/src/tool/projectorCalculator/i18n/ja.ts +2 -2
- package/src/tool/projectorCalculator/i18n/ko.ts +2 -2
- package/src/tool/projectorCalculator/i18n/nl.ts +2 -2
- package/src/tool/projectorCalculator/i18n/pl.ts +3 -3
- package/src/tool/projectorCalculator/i18n/pt.ts +2 -2
- package/src/tool/projectorCalculator/i18n/ru.ts +5 -5
- package/src/tool/projectorCalculator/i18n/sv.ts +2 -2
- package/src/tool/projectorCalculator/i18n/tr.ts +2 -2
- package/src/tool/projectorCalculator/i18n/zh.ts +4 -4
- package/src/tool/qrGenerator/bibliography.ts +1 -1
- package/src/tool/qrGenerator/i18n/en.ts +1 -1
- package/src/tool/qrGenerator/i18n/fr.ts +1 -1
- package/src/tool/solarCalculator/bibliography.ts +2 -2
- package/src/tool/solarCalculator/i18n/de.ts +2 -2
- package/src/tool/solarCalculator/i18n/en.ts +5 -5
- package/src/tool/solarCalculator/i18n/es.ts +3 -3
- package/src/tool/solarCalculator/i18n/fr.ts +6 -6
- package/src/tool/solarCalculator/i18n/id.ts +2 -2
- package/src/tool/solarCalculator/i18n/it.ts +2 -2
- package/src/tool/solarCalculator/i18n/ja.ts +2 -2
- package/src/tool/solarCalculator/i18n/ko.ts +2 -2
- package/src/tool/solarCalculator/i18n/nl.ts +2 -2
- package/src/tool/solarCalculator/i18n/pl.ts +3 -3
- package/src/tool/solarCalculator/i18n/pt.ts +2 -2
- package/src/tool/solarCalculator/i18n/ru.ts +5 -5
- package/src/tool/solarCalculator/i18n/sv.ts +2 -2
- package/src/tool/solarCalculator/i18n/tr.ts +2 -2
- package/src/tool/solarCalculator/i18n/zh.ts +3 -3
- package/src/tool/tariffComparator/bibliography.ts +1 -1
- package/src/tool/tariffComparator/i18n/en.ts +3 -3
- package/src/tool/tariffComparator/i18n/es.ts +3 -3
- package/src/tool/tariffComparator/i18n/fr.ts +6 -6
- package/src/tool/tariffComparator/i18n/pl.ts +1 -1
- package/src/tool/tariffComparator/i18n/zh.ts +1 -1
- package/src/tool/wifiRangeSimulator/bibliography.astro +14 -0
- package/src/tool/wifiRangeSimulator/bibliography.ts +14 -0
- package/src/tool/wifiRangeSimulator/component.astro +170 -0
- package/src/tool/wifiRangeSimulator/entry.ts +29 -0
- package/src/tool/wifiRangeSimulator/i18n/de.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/en.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/es.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/fr.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/id.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/it.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/ja.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/ko.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/nl.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/pl.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/pt.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/ru.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/sv.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/tr.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/zh.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n-utils.ts +14 -0
- package/src/tool/wifiRangeSimulator/index.ts +8 -0
- package/src/tool/wifiRangeSimulator/logic.ts +220 -0
- package/src/tool/wifiRangeSimulator/seo.astro +15 -0
- package/src/tool/wifiRangeSimulator/sketch-actions.ts +168 -0
- package/src/tool/wifiRangeSimulator/sketch-events.ts +138 -0
- package/src/tool/wifiRangeSimulator/sketch-render-dash.ts +170 -0
- package/src/tool/wifiRangeSimulator/sketch-render-device.ts +42 -0
- package/src/tool/wifiRangeSimulator/sketch-render.ts +155 -0
- package/src/tool/wifiRangeSimulator/sketch-state.ts +186 -0
- package/src/tool/wifiRangeSimulator/sketch.ts +100 -0
- package/src/tool/wifiRangeSimulator/ui.ts +69 -0
- package/src/tool/wifiRangeSimulator/wifi-range-simulator.css +583 -0
- package/src/tools.ts +4 -0
|
@@ -17,7 +17,7 @@ const faqData = [
|
|
|
17
17
|
{
|
|
18
18
|
question: 'Quelle est la différence entre l\'aérothermie et une pompe à chaleur normale ?',
|
|
19
19
|
answer:
|
|
20
|
-
'Techniquement, les deux sont des pompes à chaleur. La principale différence réside dans le milieu auquel elles fournissent la chaleur
|
|
20
|
+
'Techniquement, les deux sont des pompes à chaleur. La principale différence réside dans le milieu auquel elles fournissent la chaleur: l\'aérothermie est généralement "air-eau", tandis que la pompe à chaleur conventionnelle est "air-air".',
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
question: 'Peut-on installer l\'aérothermie dans un appartement avec d\'anciens radiateurs ?',
|
|
@@ -100,7 +100,7 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
type: 'title',
|
|
103
|
-
text: 'Comparaison de consommation
|
|
103
|
+
text: 'Comparaison de consommation: Gaz vs Aérothermie vs Air climatisé',
|
|
104
104
|
level: 2,
|
|
105
105
|
},
|
|
106
106
|
{
|
|
@@ -137,7 +137,7 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
139
|
type: 'title',
|
|
140
|
-
text: '1. Chaudière à gaz naturel
|
|
140
|
+
text: '1. Chaudière à gaz naturel: la norme traditionnelle',
|
|
141
141
|
level: 3,
|
|
142
142
|
},
|
|
143
143
|
{
|
|
@@ -154,7 +154,7 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
156
|
type: 'title',
|
|
157
|
-
text: '2. Aérothermie
|
|
157
|
+
text: '2. Aérothermie: Efficacité extrême (Air-Eau)',
|
|
158
158
|
level: 3,
|
|
159
159
|
},
|
|
160
160
|
{
|
|
@@ -223,18 +223,18 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
type: 'card',
|
|
226
|
-
title: 'Exemple réel
|
|
226
|
+
title: 'Exemple réel: Logement de 100m²',
|
|
227
227
|
icon: 'mdi:home-analytics',
|
|
228
228
|
html: '<p>Pour 7 000 kWh/an :</p><ul><li><strong>Gaz :</strong> 589 €/an</li><li><strong>Aéro :</strong> 315 €/an</li><li><strong>Air :</strong> 393 €/an</li></ul>',
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
type: 'title',
|
|
232
|
-
text: 'Conclusion
|
|
232
|
+
text: 'Conclusion: L\'avenir est électrique',
|
|
233
233
|
level: 2,
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
type: 'paragraph',
|
|
237
|
-
html: 'La tendance européenne est claire
|
|
237
|
+
html: 'La tendance européenne est claire: la décarbonation. Le gaz naturel a une date d\'expiration.',
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
240
|
type: 'paragraph',
|
|
@@ -100,7 +100,7 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
type: 'paragraph',
|
|
103
|
-
html: 'Memilih sistem iklim yang tepat untuk rumah adalah salah satu keputusan keuangan dan kenyamanan terpenting. Di tengah harga energi yang fluktuatif dan meningkatnya kepedulian terhadap keberlanjutan, mengetahui sistem mana yang paling efisien
|
|
103
|
+
html: 'Memilih sistem iklim yang tepat untuk rumah adalah salah satu keputusan keuangan dan kenyamanan terpenting. Di tengah harga energi yang fluktuatif dan meningkatnya kepedulian terhadap keberlanjutan, mengetahui sistem mana yang paling efisien: dan mana yang paling hemat: sangatlah penting.',
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
type: 'paragraph',
|
|
@@ -100,7 +100,7 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
type: 'paragraph',
|
|
103
|
-
html: 'Scegliere il sistema di climatizzazione giusto per la casa è una delle decisioni finanziarie e di comfort più importanti. In un contesto di prezzi energetici instabili e con la crescente attenzione alla sostenibilità, sapere quale sistema è più efficiente
|
|
103
|
+
html: 'Scegliere il sistema di climatizzazione giusto per la casa è una delle decisioni finanziarie e di comfort più importanti. In un contesto di prezzi energetici instabili e con la crescente attenzione alla sostenibilità, sapere quale sistema è più efficiente: e quale ti farà risparmiare di più: è fondamentale.',
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
type: 'paragraph',
|
|
@@ -100,7 +100,7 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
type: 'paragraph',
|
|
103
|
-
html: 'De keuze van het juiste verwarmingssysteem is een van de belangrijkste financiële beslissingen voor uw huis. In een tijd van schommelende energieprijzen en een groeiende focus op duurzaamheid, is het essentieel om te weten welk systeem het meest efficiënt is
|
|
103
|
+
html: 'De keuze van het juiste verwarmingssysteem is een van de belangrijkste financiële beslissingen voor uw huis. In een tijd van schommelende energieprijzen en een groeiende focus op duurzaamheid, is het essentieel om te weten welk systeem het meest efficiënt is: en waarmee u per maand het meeste bespaart.',
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
type: 'paragraph',
|
|
@@ -100,7 +100,7 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
type: 'paragraph',
|
|
103
|
-
html: 'Wybór odpowiedniego systemu ogrzewania to jedna z najważniejszych decyzji finansowych dotyczących Twojego domu. W dobie zmiennych cen energii i rosnącej troski o ekologię, wiedza o tym, który system jest najsprawniejszy
|
|
103
|
+
html: 'Wybór odpowiedniego systemu ogrzewania to jedna z najważniejszych decyzji finansowych dotyczących Twojego domu. W dobie zmiennych cen energii i rosnącej troski o ekologię, wiedza o tym, który system jest najsprawniejszy: i który pozwoli najwięcej zaoszczędzić: jest kluczowa.',
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
type: 'paragraph',
|
|
@@ -100,7 +100,7 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
type: 'paragraph',
|
|
103
|
-
html: 'Escolher o sistema de climatização adequado para o lar é uma das decisões financeiras e de conforto mais importantes que podemos tomar. Num contexto de preços energéticos voláteis e de uma crescente preocupação com a sustentabilidade, saber que sistema é mais eficiente
|
|
103
|
+
html: 'Escolher o sistema de climatização adequado para o lar é uma das decisões financeiras e de conforto mais importantes que podemos tomar. Num contexto de preços energéticos voláteis e de uma crescente preocupação com a sustentabilidade, saber que sistema é mais eficiente: e qual nos fará poupar mais ao final do mês: é fundamental.',
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
type: 'paragraph',
|
|
@@ -10,15 +10,15 @@ const description = 'Рассчитайте экономию при замене
|
|
|
10
10
|
const faqData = [
|
|
11
11
|
{
|
|
12
12
|
question: 'Что дешевле: тепловой насос или природный газ?',
|
|
13
|
-
answer: 'С точки зрения ежемесячных операционных расходов тепловой насос значительно дешевле природного газа. Благодаря КПД 400% (COP 4) стоимость каждой доставленной кВт⋅ч тепла обычно на 30
|
|
13
|
+
answer: 'С точки зрения ежемесячных операционных расходов тепловой насос значительно дешевле природного газа. Благодаря КПД 400% (COP 4) стоимость каждой доставленной кВт⋅ч тепла обычно на 30-50% ниже, чем при использовании газа, даже несмотря на более высокую цену электроэнергии.',
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
question: 'В чем разница между тепловым насосом и обычным кондиционером?',
|
|
17
|
-
answer: 'Технически оба устройства являются тепловыми насосами. Основное различие заключается в среде, которой они передают тепло: классический тепловой насос обычно работает по системе
|
|
17
|
+
answer: 'Технически оба устройства являются тепловыми насосами. Основное различие заключается в среде, которой они передают тепло: классический тепловой насос обычно работает по системе "воздух-вода" (нагревает воду для радиаторов или теплого пола), а обычный кондиционер: "воздух-воздух" (нагревает непосредственно воздух через внутренние блоки).',
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
question: 'Можно ли установить тепловой насос в доме со старыми радиаторами?',
|
|
21
|
-
answer: 'Да, установка теплового насоса с обычными радиаторами возможна при использовании
|
|
21
|
+
answer: 'Да, установка теплового насоса с обычными радиаторами возможна при использовании "высокотемпературных" моделей. Однако для максимальной экономии идеальным сочетанием является теплый пол или низкотемпературные радиаторы.',
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
question: 'За сколько лет окупается тепловой насос?',
|
|
@@ -89,7 +89,7 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
89
89
|
items: [
|
|
90
90
|
'<strong>Тепловой насос</strong> до 400% эффективнее газового котла.',
|
|
91
91
|
'<strong>Утепление дома</strong> снижает счета сильнее, чем любой котел.',
|
|
92
|
-
'<strong>Окупаемость</strong> электрических систем составляет около 6
|
|
92
|
+
'<strong>Окупаемость</strong> электрических систем составляет около 6-8 лет.',
|
|
93
93
|
'Используйте <strong>солнечные панели</strong> для почти бесплатного тепла.',
|
|
94
94
|
],
|
|
95
95
|
},
|
|
@@ -100,7 +100,7 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
type: 'paragraph',
|
|
103
|
-
html: 'Выбор подходящей системы климат-контроля для
|
|
103
|
+
html: 'Выбор подходящей системы климат-контроля для дома: одно из важнейших финансовых решений. В условиях нестабильных цен на энергоносители и растущего внимания к экологии крайне важно знать, какая система наиболее эффективна и какая позволит сэкономить больше всего в месяц.',
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
type: 'paragraph',
|
|
@@ -161,13 +161,13 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
161
161
|
items: [
|
|
162
162
|
'<strong>Эффективность (COP):</strong> Система теплового насоса обычно имеет средний COP около 4. Это означает, что на каждый 1 кВт⋅ч потребленной электроэнергии она отдает 4 кВт⋅ч тепла дому.',
|
|
163
163
|
'<strong>Преимущества:</strong> Полная экологичность при использовании солнечных панелей, одно устройство для обогрева и охлаждения, самые низкие эксплуатационные расходы.',
|
|
164
|
-
'<strong>Недостатки:</strong> Высокие первоначальные вложения (окупаются за 5
|
|
164
|
+
'<strong>Недостатки:</strong> Высокие первоначальные вложения (окупаются за 5-8 лет) и необходимость места для внешнего блока.',
|
|
165
165
|
],
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
type: 'tip',
|
|
169
169
|
title: 'Совет для экономии',
|
|
170
|
-
html: 'Тепловой насос наиболее эффективен в сочетании с теплым полом, так как воду нужно нагревать всего до 35°C, в отличие от 60
|
|
170
|
+
html: 'Тепловой насос наиболее эффективен в сочетании с теплым полом, так как воду нужно нагревать всего до 35°C, в отличие от 60-70°C в обычных радиаторах.',
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
type: 'proscons',
|
|
@@ -183,7 +183,7 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
type: 'title',
|
|
186
|
-
text: '3. Кондиционер (Тепловой насос
|
|
186
|
+
text: '3. Кондиционер (Тепловой насос "воздух-воздух")',
|
|
187
187
|
level: 3,
|
|
188
188
|
},
|
|
189
189
|
{
|
|
@@ -239,9 +239,9 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
239
239
|
{
|
|
240
240
|
type: 'list',
|
|
241
241
|
items: [
|
|
242
|
-
'<strong
|
|
243
|
-
'<strong
|
|
244
|
-
'<strong
|
|
242
|
+
'<strong>"Не работает в сильный мороз":</strong> Неверно. Современные модели сохраняют эффективность до -20°C или даже -25°C.',
|
|
243
|
+
'<strong>"Сушит воздух":</strong> Только при использовании сплит-системы. Теплый пол от теплового насоса очень комфортен.',
|
|
244
|
+
'<strong>"Электричество слишком дорогое":</strong> Хотя кВт⋅ч света дороже кВт⋅ч газа, КПД в 400% полностью компенсирует эту разницу.',
|
|
245
245
|
],
|
|
246
246
|
},
|
|
247
247
|
{
|
|
@@ -259,7 +259,7 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
type: 'paragraph',
|
|
262
|
-
html: 'Тренд в Европе и мире очевиден: декарбонизация жилья. Цены на газ, скорее всего, будут расти из-за углеродных налогов. Сочетание солнечных панелей и теплового
|
|
262
|
+
html: 'Тренд в Европе и мире очевиден: декарбонизация жилья. Цены на газ, скорее всего, будут расти из-за углеродных налогов. Сочетание солнечных панелей и теплового насоса: это идеальный способ обеспечить комфорт и независимость от ископаемого топлива.',
|
|
263
263
|
},
|
|
264
264
|
],
|
|
265
265
|
ui: {
|
|
@@ -89,7 +89,7 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
89
89
|
items: [
|
|
90
90
|
'En <strong>värmepump</strong> är upp till 400 % mer effektiv än en gaspanna.',
|
|
91
91
|
'Bra <strong>isolering</strong> sänker dina fakturor mer än någon panna.',
|
|
92
|
-
'<strong>Återbetalningstiden</strong> för elsystem är ca 6
|
|
92
|
+
'<strong>Återbetalningstiden</strong> för elsystem är ca 6-8 år.',
|
|
93
93
|
'Kombinera med <strong>solceller</strong> för nästan gratis värme.',
|
|
94
94
|
],
|
|
95
95
|
},
|
|
@@ -100,7 +100,7 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
type: 'paragraph',
|
|
103
|
-
html: 'Att välja rätt klimatsystem för sitt hem är ett av de viktigaste besluten för både plånboken och komforten. Med volatila energipriser och ett ökat fokus på hållbarhet är det avgörande att veta vilket system som är mest effektivt
|
|
103
|
+
html: 'Att välja rätt klimatsystem för sitt hem är ett av de viktigaste besluten för både plånboken och komforten. Med volatila energipriser och ett ökat fokus på hållbarhet är det avgörande att veta vilket system som är mest effektivt: och vilket som sparar mest pengar varje månad.',
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
type: 'paragraph',
|
|
@@ -161,13 +161,13 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
161
161
|
items: [
|
|
162
162
|
'<strong>Effektivitet (COP):</strong> En värmepump har ofta ett genomsnittligt COP på 4. Det betyder att för varje 1 kWh el du stoppar in får du 4 kWh värme i huset.',
|
|
163
163
|
'<strong>Fördelar:</strong> Mycket hållbart med solceller, ett system för både värme och kyla, samt marknadens lägsta driftskostnad.',
|
|
164
|
-
'<strong>Nackdelar:</strong> Hög investeringskostnad (som dock tjänas in på 5
|
|
164
|
+
'<strong>Nackdelar:</strong> Hög investeringskostnad (som dock tjänas in på 5-8 år) och behov av plats för utomhusenhet.',
|
|
165
165
|
],
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
type: 'tip',
|
|
169
169
|
title: 'Sparatips',
|
|
170
|
-
html: 'Värmepumpen fungerar bäst ihop med golvvärme eftersom vattnet bara behöver värmas till ca 35 °C, till skillnad från 60
|
|
170
|
+
html: 'Värmepumpen fungerar bäst ihop med golvvärme eftersom vattnet bara behöver värmas till ca 35 °C, till skillnad från 60-70 °C i vanliga radiatorer.',
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
type: 'proscons',
|
|
@@ -14,11 +14,11 @@ const faqData = [
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
question: '空气源热泵和普通空调有什么区别?',
|
|
17
|
-
answer: '
|
|
17
|
+
answer: '从技术上讲,两者都是热泵。主要区别在于传递热量的媒介:空气源热泵通常是"空气对水"系统(加热暖气片或地暖中的水),而传统空调是"空气对空气"系统(通过内机直接加热空气)。',
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
question: '旧暖气片住宅可以安装热泵吗?',
|
|
21
|
-
answer: '
|
|
21
|
+
answer: '可以。通过使用"高温"机型,可以在传统暖气片住宅中安装热泵。但是,为了实现最大程度的节能,结合地暖或低温暖气片是理想的选择。',
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
question: '热泵系统需要多少年才能回本?',
|
|
@@ -188,7 +188,7 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
190
|
type: 'paragraph',
|
|
191
|
-
html: '
|
|
191
|
+
html: '即我们常说的"分体空调"。它使用与热泵相同的热力学循环,但直接加热空气而不是水。是温和气候地区或辅助供暖的常见方案。其效率 (SCOP) 通常在 3 到 3.5 之间。',
|
|
192
192
|
},
|
|
193
193
|
{
|
|
194
194
|
type: 'title',
|
|
@@ -239,9 +239,9 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
239
239
|
{
|
|
240
240
|
type: 'list',
|
|
241
241
|
items: [
|
|
242
|
-
'<strong
|
|
243
|
-
'<strong
|
|
244
|
-
'<strong
|
|
242
|
+
'<strong>"严寒环境下不工作":</strong> 错误。现代机组在 -15°C 甚至 -20°C 仍能保持良好运行。',
|
|
243
|
+
'<strong>"会让空气干燥":</strong> 仅限空调。地暖系统非常舒适。',
|
|
244
|
+
'<strong>"电费太贵不划算":</strong> 虽然电单价比燃气贵,但 400% 的效率完全抵消了单价差。',
|
|
245
245
|
],
|
|
246
246
|
},
|
|
247
247
|
{
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export const bibliography = [
|
|
2
2
|
{
|
|
3
|
-
name: 'Guía de Iluminación Eficiente
|
|
3
|
+
name: 'Guía de Iluminación Eficiente: IDAE (España)',
|
|
4
4
|
url: 'https://www.idae.es/publicaciones/guia-tecnica-de-eficiencia-energetica-en-iluminacion-oficinas',
|
|
5
5
|
},
|
|
6
6
|
{
|
|
7
|
-
name: 'Etiquetado Energético de Lámparas
|
|
7
|
+
name: 'Etiquetado Energético de Lámparas: Unión Europea',
|
|
8
8
|
url: 'https://www.boe.es/buscar/doc.php?id=DOUE-L-2019-81875',
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
|
-
name: 'Calculadora de Consumo Eléctrico
|
|
11
|
+
name: 'Calculadora de Consumo Eléctrico: OCU',
|
|
12
12
|
url: 'https://www.ocu.org/vivienda-y-energia/gas-luz/calculadora/consumo-stand-by',
|
|
13
13
|
},
|
|
14
14
|
];
|
|
@@ -110,7 +110,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
110
110
|
{
|
|
111
111
|
type: 'stats',
|
|
112
112
|
items: [
|
|
113
|
-
{ value: '85
|
|
113
|
+
{ value: '85-90%', label: 'Energieersparnis', icon: 'mdi:lightning-bolt' },
|
|
114
114
|
{ value: '25.000h', label: 'Lebensdauer LED', icon: 'mdi:clock-outline' },
|
|
115
115
|
{ value: '< 4 Monate', label: 'Amortisation', icon: 'mdi:calendar-check' },
|
|
116
116
|
],
|
|
@@ -129,7 +129,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
129
129
|
title: 'Moderne LED Technik',
|
|
130
130
|
description: 'Der aktuelle Standard für Energieeffizienz zu Hause. Sofort 100 % Helligkeit beim Einschalten.',
|
|
131
131
|
icon: 'mdi:led-outline',
|
|
132
|
-
points: ['85
|
|
132
|
+
points: ['85-90 % direkte Ersparnis', 'Lebensdauer: bis zu 50.000 Stunden', 'Minimale Wärmeabgabe'],
|
|
133
133
|
},
|
|
134
134
|
],
|
|
135
135
|
columns: 2,
|
|
@@ -141,7 +141,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
143
|
type: 'paragraph',
|
|
144
|
-
html: 'Eine Glühbirne wandelt nur 5 % des Stroms in Licht um. LEDs hingegen nutzen Halbleiter, um Elektrizität fast direkt in Licht umzuwandeln. <strong>Achten Sie nicht auf die Watt, sondern auf die Lumen:</strong> Eine alte 60W Birne liefert ca. 800 lm
|
|
144
|
+
html: 'Eine Glühbirne wandelt nur 5 % des Stroms in Licht um. LEDs hingegen nutzen Halbleiter, um Elektrizität fast direkt in Licht umzuwandeln. <strong>Achten Sie nicht auf die Watt, sondern auf die Lumen:</strong> Eine alte 60W Birne liefert ca. 800 lm - moderne LEDs schaffen das mit nur 8-9W.',
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
type: 'diagnostic',
|
|
@@ -149,7 +149,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
149
149
|
title: 'Schnelle Vergleichstabelle',
|
|
150
150
|
icon: 'mdi:table',
|
|
151
151
|
badge: 'Referenz',
|
|
152
|
-
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W Glühbirne</strong> → LED 5
|
|
152
|
+
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W Glühbirne</strong> → LED 5-6W (450 lm)</li><li><strong>60W Glühbirne</strong> → LED 8-10W (800 lm)</li><li><strong>100W Glühbirne</strong> → LED 13-15W (1500 lm)</li><li><strong>50W Halogen</strong> → LED 6-7W (450-500 lm)</li></ul>',
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
type: 'summary',
|
|
@@ -115,7 +115,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
115
115
|
{
|
|
116
116
|
type: 'stats',
|
|
117
117
|
items: [
|
|
118
|
-
{ value: '85
|
|
118
|
+
{ value: '85-90%', label: 'Energy Saving', icon: 'mdi:lightning-bolt' },
|
|
119
119
|
{ value: '25,000h', label: 'LED Lifespan', icon: 'mdi:clock-outline' },
|
|
120
120
|
{ value: '< 4 months', label: 'Payback Period', icon: 'mdi:calendar-check' },
|
|
121
121
|
],
|
|
@@ -134,7 +134,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
134
134
|
title: 'Modern LED Technology',
|
|
135
135
|
description: "Today's energy efficiency standard for the home. Instant full brightness from the very first second.",
|
|
136
136
|
icon: 'mdi:led-outline',
|
|
137
|
-
points: ['85
|
|
137
|
+
points: ['85-90% direct saving', 'Lifespan: 25,000-50,000 hours', 'Minimal heat emission'],
|
|
138
138
|
},
|
|
139
139
|
],
|
|
140
140
|
columns: 2,
|
|
@@ -146,7 +146,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
148
|
type: 'paragraph',
|
|
149
|
-
html: 'An incandescent bulb works by heating a tungsten filament. <strong>95% of the energy</strong> is wasted as heat and only 5% becomes visible light. LEDs, on the other hand, convert electricity directly into light through semiconductors with vastly superior efficiency. <strong>Look at lumens, not watts:</strong> an old 60W bulb produces around 800 lm; today you can get those same 800 lm from a LED using just 8
|
|
149
|
+
html: 'An incandescent bulb works by heating a tungsten filament. <strong>95% of the energy</strong> is wasted as heat and only 5% becomes visible light. LEDs, on the other hand, convert electricity directly into light through semiconductors with vastly superior efficiency. <strong>Look at lumens, not watts:</strong> an old 60W bulb produces around 800 lm; today you can get those same 800 lm from a LED using just 8-9W.',
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
type: 'diagnostic',
|
|
@@ -154,7 +154,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
154
154
|
title: 'Quick Equivalence Reference',
|
|
155
155
|
icon: 'mdi:table',
|
|
156
156
|
badge: 'Reference',
|
|
157
|
-
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W incandescent</strong> → LED 5
|
|
157
|
+
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W incandescent</strong> → LED 5-6W (450 lm)</li><li><strong>60W incandescent</strong> → LED 8-10W (800 lm)</li><li><strong>100W incandescent</strong> → LED 13-15W (1500 lm)</li><li><strong>50W halogen (spotlight)</strong> → LED 6-7W (450-500 lm)</li></ul>',
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
type: 'summary',
|
|
@@ -115,7 +115,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
115
115
|
{
|
|
116
116
|
type: 'stats',
|
|
117
117
|
items: [
|
|
118
|
-
{ value: '85
|
|
118
|
+
{ value: '85-90%', label: 'Ahorro Energético', icon: 'mdi:lightning-bolt' },
|
|
119
119
|
{ value: '25.000h', label: 'Vida Útil LED', icon: 'mdi:clock-outline' },
|
|
120
120
|
{ value: '< 4 meses', label: 'Amortización', icon: 'mdi:calendar-check' },
|
|
121
121
|
],
|
|
@@ -134,7 +134,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
134
134
|
title: 'Tecnología LED Moderna',
|
|
135
135
|
description: 'El estándar actual de eficiencia energética para el hogar. Encendido instantáneo al 100% de brillo desde el primer segundo.',
|
|
136
136
|
icon: 'mdi:led-outline',
|
|
137
|
-
points: ['85
|
|
137
|
+
points: ['85-90% de ahorro directo', 'Vida útil: 25.000-50.000 horas', 'Mínima emisión de calor'],
|
|
138
138
|
},
|
|
139
139
|
],
|
|
140
140
|
columns: 2,
|
|
@@ -146,7 +146,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
148
|
type: 'paragraph',
|
|
149
|
-
html: 'Una bombilla incandescente funciona calentando un filamento de tungsteno. El <strong>95% de la energía</strong> se desperdicia en calor y solo un 5% se convierte en luz. Los LED, en cambio, convierten directamente la electricidad en luz mediante semiconductores, con una eficiencia radicalmente superior. <strong>No mires los vatios, mira los lúmenes:</strong> una vieja bombilla de 60W ofrece unos 800 lm; hoy puedes conseguir esos mismos 800 lm con un LED de solo 8
|
|
149
|
+
html: 'Una bombilla incandescente funciona calentando un filamento de tungsteno. El <strong>95% de la energía</strong> se desperdicia en calor y solo un 5% se convierte en luz. Los LED, en cambio, convierten directamente la electricidad en luz mediante semiconductores, con una eficiencia radicalmente superior. <strong>No mires los vatios, mira los lúmenes:</strong> una vieja bombilla de 60W ofrece unos 800 lm; hoy puedes conseguir esos mismos 800 lm con un LED de solo 8-9W.',
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
type: 'diagnostic',
|
|
@@ -154,7 +154,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
154
154
|
title: 'Tabla de Equivalencias Rápidas',
|
|
155
155
|
icon: 'mdi:table',
|
|
156
156
|
badge: 'Referencia',
|
|
157
|
-
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W incandescente</strong> → LED 5
|
|
157
|
+
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W incandescente</strong> → LED 5-6W (450 lm)</li><li><strong>60W incandescente</strong> → LED 8-10W (800 lm)</li><li><strong>100W incandescente</strong> → LED 13-15W (1500 lm)</li><li><strong>50W halógena (foco)</strong> → LED 6-7W (450-500 lm)</li></ul>',
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
type: 'summary',
|
|
@@ -105,7 +105,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
105
105
|
seo: [
|
|
106
106
|
{
|
|
107
107
|
type: 'title',
|
|
108
|
-
text: "Guide d'Économies LED
|
|
108
|
+
text: "Guide d'Économies LED: Comment Réduire Votre Facture d'Électricité",
|
|
109
109
|
level: 2,
|
|
110
110
|
},
|
|
111
111
|
{
|
|
@@ -115,7 +115,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
115
115
|
{
|
|
116
116
|
type: 'stats',
|
|
117
117
|
items: [
|
|
118
|
-
{ value: '85
|
|
118
|
+
{ value: '85-90%', label: "Économie d'Énergie", icon: 'mdi:lightning-bolt' },
|
|
119
119
|
{ value: '25 000h', label: 'Durée de Vie LED', icon: 'mdi:clock-outline' },
|
|
120
120
|
{ value: '< 4 mois', label: 'Amortissement', icon: 'mdi:calendar-check' },
|
|
121
121
|
],
|
|
@@ -128,13 +128,13 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
128
128
|
title: 'Éclairage Incandescent',
|
|
129
129
|
description: "La technologie du XXe siècle basée sur le chauffage d'un filament de tungstène. 95% de l'énergie est gaspillée sous forme de chaleur.",
|
|
130
130
|
icon: 'mdi:lightbulb-outline',
|
|
131
|
-
points: ["95% d'énergie gaspillée en chaleur", 'Durée de vie
|
|
131
|
+
points: ["95% d'énergie gaspillée en chaleur", 'Durée de vie: 1 000 heures', 'Coût de fonctionnement très élevé'],
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
title: 'Technologie LED Moderne',
|
|
135
135
|
description: "Le standard actuel d'efficacité énergétique pour le domicile. Éclairage instantané à 100% dès la première seconde.",
|
|
136
136
|
icon: 'mdi:led-outline',
|
|
137
|
-
points: ['85
|
|
137
|
+
points: ['85-90% d\'économie directe', 'Durée de vie: 25 000-50 000 heures', 'Émission de chaleur minimale'],
|
|
138
138
|
},
|
|
139
139
|
],
|
|
140
140
|
columns: 2,
|
|
@@ -146,7 +146,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
148
|
type: 'paragraph',
|
|
149
|
-
html: "Une ampoule incandescente fonctionne en chauffant un filament de tungstène. <strong>95% de l'énergie</strong> est gaspillée en chaleur et seulement 5% devient de la lumière visible. Les LED, en revanche, convertissent directement l'électricité en lumière via des semi-conducteurs avec une efficacité bien supérieure. <strong>Regardez les lumens, pas les watts :</strong> une vieille ampoule de 60W produit environ 800 lm ; aujourd'hui vous pouvez obtenir ces mêmes 800 lm avec une LED de seulement 8
|
|
149
|
+
html: "Une ampoule incandescente fonctionne en chauffant un filament de tungstène. <strong>95% de l'énergie</strong> est gaspillée en chaleur et seulement 5% devient de la lumière visible. Les LED, en revanche, convertissent directement l'électricité en lumière via des semi-conducteurs avec une efficacité bien supérieure. <strong>Regardez les lumens, pas les watts :</strong> une vieille ampoule de 60W produit environ 800 lm ; aujourd'hui vous pouvez obtenir ces mêmes 800 lm avec une LED de seulement 8-9W.",
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
type: 'diagnostic',
|
|
@@ -154,15 +154,15 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
154
154
|
title: 'Tableau des Équivalences Rapides',
|
|
155
155
|
icon: 'mdi:table',
|
|
156
156
|
badge: 'Référence',
|
|
157
|
-
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W incandescente</strong> → LED 5
|
|
157
|
+
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W incandescente</strong> → LED 5-6W (450 lm)</li><li><strong>60W incandescente</strong> → LED 8-10W (800 lm)</li><li><strong>100W incandescente</strong> → LED 13-15W (1500 lm)</li><li><strong>50W halogène (spot)</strong> → LED 6-7W (450-500 lm)</li></ul>',
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
type: 'summary',
|
|
161
161
|
title: 'Avantages du LED Au delà de l\'Argent',
|
|
162
162
|
items: [
|
|
163
|
-
"Durée de vie extrême
|
|
163
|
+
"Durée de vie extrême: une LED de qualité peut durer plus de 15 ans à 4h/jour.",
|
|
164
164
|
"Éclairage instantané à 100%, sans temps de chauffe ni scintillements.",
|
|
165
|
-
"Pas d'émission de chaleur
|
|
165
|
+
"Pas d'émission de chaleur: réduit la charge de climatisation en été.",
|
|
166
166
|
"Sans mercure ni gaz toxiques, plus facile à recycler que les tubes fluorescents.",
|
|
167
167
|
"Compatible avec la plupart des douilles existantes (E27, E14, GU10).",
|
|
168
168
|
],
|
|
@@ -110,7 +110,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
110
110
|
{
|
|
111
111
|
type: 'stats',
|
|
112
112
|
items: [
|
|
113
|
-
{ value: '85
|
|
113
|
+
{ value: '85-90%', label: 'Hemat Energi', icon: 'mdi:lightning-bolt' },
|
|
114
114
|
{ value: '25.000j', label: 'Masa Pakai LED', icon: 'mdi:clock-outline' },
|
|
115
115
|
{ value: '< 4 bulan', label: 'Balik Modal', icon: 'mdi:calendar-check' },
|
|
116
116
|
],
|
|
@@ -129,7 +129,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
129
129
|
title: 'Teknologi LED Modern',
|
|
130
130
|
description: 'Standar efisiensi energi saat ini untuk rumah tangga. Menyala instan dan emisi panas yang minimal.',
|
|
131
131
|
icon: 'mdi:led-outline',
|
|
132
|
-
points: ['85
|
|
132
|
+
points: ['85-90% hemat langsung', 'Masa pakai: 25.000-50.000 jam', 'Emisi panas minimal'],
|
|
133
133
|
},
|
|
134
134
|
],
|
|
135
135
|
columns: 2,
|
|
@@ -149,7 +149,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
149
149
|
title: 'Tabel Kesetaraan Cepat',
|
|
150
150
|
icon: 'mdi:table',
|
|
151
151
|
badge: 'Referensi',
|
|
152
|
-
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W pijar</strong> → LED 5
|
|
152
|
+
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W pijar</strong> → LED 5-6W (450 lm)</li><li><strong>60W pijar</strong> → LED 8-10W (800 lm)</li><li><strong>100W pijar</strong> → LED 13-15W (1500 lm)</li><li><strong>50W halogen</strong> → LED 6-7W (450-500 lm)</li></ul>',
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
type: 'summary',
|
|
@@ -110,7 +110,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
110
110
|
{
|
|
111
111
|
type: 'stats',
|
|
112
112
|
items: [
|
|
113
|
-
{ value: '85
|
|
113
|
+
{ value: '85-90%', label: 'Risparmio Energetico', icon: 'mdi:lightning-bolt' },
|
|
114
114
|
{ value: '25.000h', label: 'Vita Utile LED', icon: 'mdi:clock-outline' },
|
|
115
115
|
{ value: '< 4 mesi', label: 'Ammortamento', icon: 'mdi:calendar-check' },
|
|
116
116
|
],
|
|
@@ -129,7 +129,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
129
129
|
title: 'Tecnologia LED Moderna',
|
|
130
130
|
description: 'Lo standard di efficienza attuale. Accensione istantanea e minima emissione di calore.',
|
|
131
131
|
icon: 'mdi:led-outline',
|
|
132
|
-
points: ['85
|
|
132
|
+
points: ['85-90% risparmio diretto', 'Vita utile: 25.000-50.000 ore', 'Pochissimo calore'],
|
|
133
133
|
},
|
|
134
134
|
],
|
|
135
135
|
columns: 2,
|
|
@@ -141,7 +141,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
143
|
type: 'paragraph',
|
|
144
|
-
html: 'Una lampadina incandescente converte solo il 5% di energia in luce. I LED usano semiconduttori per una efficienza superiore. <strong>Non guardare i watt, guarda i lumen:</strong> una vecchia lampadina da 60W emette circa 800 lm; oggi bastano 8
|
|
144
|
+
html: 'Una lampadina incandescente converte solo il 5% di energia in luce. I LED usano semiconduttori per una efficienza superiore. <strong>Non guardare i watt, guarda i lumen:</strong> una vecchia lampadina da 60W emette circa 800 lm; oggi bastano 8-9W LED.',
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
type: 'diagnostic',
|
|
@@ -149,7 +149,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
149
149
|
title: 'Tabella Equivalenze Rapide',
|
|
150
150
|
icon: 'mdi:table',
|
|
151
151
|
badge: 'Riferimento',
|
|
152
|
-
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W incandescente</strong> → LED 5
|
|
152
|
+
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W incandescente</strong> → LED 5-6W (450 lm)</li><li><strong>60W incandescente</strong> → LED 8-10W (800 lm)</li><li><strong>100W incandescente</strong> → LED 13-15W (1500 lm)</li><li><strong>50W alogena</strong> → LED 6-7W (450-500 lm)</li></ul>',
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
type: 'summary',
|
|
@@ -110,7 +110,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
110
110
|
{
|
|
111
111
|
type: 'stats',
|
|
112
112
|
items: [
|
|
113
|
-
{ value: '85
|
|
113
|
+
{ value: '85-90%', label: '消費電力削減', icon: 'mdi:lightning-bolt' },
|
|
114
114
|
{ value: '25,000h', label: 'LEDの寿命', icon: 'mdi:clock-outline' },
|
|
115
115
|
{ value: '4ヶ月以内', label: 'コスト回収', icon: 'mdi:calendar-check' },
|
|
116
116
|
],
|
|
@@ -129,7 +129,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
129
129
|
title: '最新のLEDテクノロジー',
|
|
130
130
|
description: '家庭に最適な現在の標準。点けた瞬間に最大輝度になり、発熱も最小限です。',
|
|
131
131
|
icon: 'mdi:led-outline',
|
|
132
|
-
points: ['85
|
|
132
|
+
points: ['85-90%の直接的な節電', '寿命:25,000〜50,000時間', '低発熱で安全'],
|
|
133
133
|
},
|
|
134
134
|
],
|
|
135
135
|
columns: 2,
|
|
@@ -149,7 +149,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
149
149
|
title: '電球の明るさ目安表',
|
|
150
150
|
icon: 'mdi:table',
|
|
151
151
|
badge: 'クイック参照',
|
|
152
|
-
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W相当</strong> → LED 5
|
|
152
|
+
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>',
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
type: 'summary',
|
|
@@ -110,7 +110,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
110
110
|
{
|
|
111
111
|
type: 'stats',
|
|
112
112
|
items: [
|
|
113
|
-
{ value: '85
|
|
113
|
+
{ value: '85-90%', label: '에너지 절감률', icon: 'mdi:lightning-bolt' },
|
|
114
114
|
{ value: '25,000h', label: 'LED 수명', icon: 'mdi:clock-outline' },
|
|
115
115
|
{ value: '4개월 이내', label: '회수 기간', icon: 'mdi:calendar-check' },
|
|
116
116
|
],
|
|
@@ -149,7 +149,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
149
149
|
title: '빠른 전구 비교표',
|
|
150
150
|
icon: 'mdi:table',
|
|
151
151
|
badge: '참고용',
|
|
152
|
-
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W 백열전구</strong> → LED 5
|
|
152
|
+
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>',
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
type: 'summary',
|