@jjlmoya/utils-home 1.15.0 → 1.17.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 +5 -3
- package/scripts/postinstall.mjs +27 -0
- package/src/pages/[locale]/[slug].astro +28 -12
- package/src/tests/locale_completeness.test.ts +2 -20
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tool/dewPointCalculator/bibliography.ts +10 -0
- package/src/tool/dewPointCalculator/component.astro +0 -232
- package/src/tool/dewPointCalculator/dew-point-calculator.css +230 -0
- package/src/tool/dewPointCalculator/i18n/de.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/en.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/es.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/fr.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/id.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/it.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/ja.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/ko.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/nl.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/pl.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/pt.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/ru.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/sv.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/tr.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/zh.ts +2 -12
- package/src/tool/dewPointCalculator/seo.astro +2 -1
- package/src/tool/heatingComparator/bibliography.ts +14 -0
- package/src/tool/heatingComparator/component.astro +0 -269
- package/src/tool/heatingComparator/heating-consumption-comparator.css +267 -0
- package/src/tool/heatingComparator/i18n/de.ts +2 -16
- package/src/tool/heatingComparator/i18n/en.ts +2 -12
- package/src/tool/heatingComparator/i18n/es.ts +2 -16
- package/src/tool/heatingComparator/i18n/fr.ts +2 -12
- package/src/tool/heatingComparator/i18n/id.ts +2 -16
- package/src/tool/heatingComparator/i18n/it.ts +2 -16
- package/src/tool/heatingComparator/i18n/ja.ts +296 -310
- package/src/tool/heatingComparator/i18n/ko.ts +296 -306
- package/src/tool/heatingComparator/i18n/nl.ts +2 -16
- package/src/tool/heatingComparator/i18n/pl.ts +2 -16
- package/src/tool/heatingComparator/i18n/pt.ts +2 -16
- package/src/tool/heatingComparator/i18n/ru.ts +2 -12
- package/src/tool/heatingComparator/i18n/sv.ts +2 -16
- package/src/tool/heatingComparator/i18n/tr.ts +2 -16
- package/src/tool/heatingComparator/i18n/zh.ts +296 -306
- package/src/tool/heatingComparator/seo.astro +3 -3
- package/src/tool/ledSavingCalculator/bibliography.ts +14 -0
- package/src/tool/ledSavingCalculator/component.astro +0 -305
- package/src/tool/ledSavingCalculator/i18n/de.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/en.ts +2 -16
- package/src/tool/ledSavingCalculator/i18n/es.ts +2 -16
- package/src/tool/ledSavingCalculator/i18n/fr.ts +2 -16
- package/src/tool/ledSavingCalculator/i18n/id.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/it.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/ja.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/ko.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/nl.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/pl.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/pt.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/ru.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/sv.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/tr.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/zh.ts +2 -12
- package/src/tool/ledSavingCalculator/led-saving-calculator.css +303 -0
- package/src/tool/ledSavingCalculator/seo.astro +2 -1
- package/src/tool/projectorCalculator/bibliography.ts +5 -0
- package/src/tool/projectorCalculator/component.astro +0 -359
- package/src/tool/projectorCalculator/i18n/de.ts +2 -6
- package/src/tool/projectorCalculator/i18n/en.ts +2 -7
- package/src/tool/projectorCalculator/i18n/es.ts +2 -7
- package/src/tool/projectorCalculator/i18n/fr.ts +2 -7
- package/src/tool/projectorCalculator/i18n/id.ts +2 -7
- package/src/tool/projectorCalculator/i18n/it.ts +2 -6
- package/src/tool/projectorCalculator/i18n/ja.ts +175 -179
- package/src/tool/projectorCalculator/i18n/ko.ts +175 -179
- package/src/tool/projectorCalculator/i18n/nl.ts +2 -6
- package/src/tool/projectorCalculator/i18n/pl.ts +2 -6
- package/src/tool/projectorCalculator/i18n/pt.ts +2 -6
- package/src/tool/projectorCalculator/i18n/ru.ts +2 -6
- package/src/tool/projectorCalculator/i18n/sv.ts +2 -6
- package/src/tool/projectorCalculator/i18n/tr.ts +2 -6
- package/src/tool/projectorCalculator/i18n/zh.ts +175 -179
- package/src/tool/projectorCalculator/projector-throw-calculator.css +357 -0
- package/src/tool/projectorCalculator/seo.astro +2 -1
- package/src/tool/qrGenerator/bibliography.ts +14 -0
- package/src/tool/qrGenerator/component.astro +0 -266
- package/src/tool/qrGenerator/i18n/de.ts +192 -202
- package/src/tool/qrGenerator/i18n/en.ts +2 -16
- package/src/tool/qrGenerator/i18n/es.ts +2 -16
- package/src/tool/qrGenerator/i18n/fr.ts +2 -16
- package/src/tool/qrGenerator/i18n/id.ts +146 -150
- package/src/tool/qrGenerator/i18n/it.ts +169 -173
- package/src/tool/qrGenerator/i18n/ja.ts +146 -150
- package/src/tool/qrGenerator/i18n/ko.ts +146 -150
- package/src/tool/qrGenerator/i18n/nl.ts +146 -150
- package/src/tool/qrGenerator/i18n/pl.ts +146 -150
- package/src/tool/qrGenerator/i18n/pt.ts +146 -150
- package/src/tool/qrGenerator/i18n/ru.ts +146 -150
- package/src/tool/qrGenerator/i18n/sv.ts +146 -150
- package/src/tool/qrGenerator/i18n/tr.ts +146 -150
- package/src/tool/qrGenerator/i18n/zh.ts +146 -150
- package/src/tool/qrGenerator/qr-generator.css +264 -0
- package/src/tool/qrGenerator/seo.astro +2 -1
- package/src/tool/solarCalculator/bibliography.ts +5 -0
- package/src/tool/solarCalculator/component.astro +0 -298
- package/src/tool/solarCalculator/i18n/de.ts +141 -145
- package/src/tool/solarCalculator/i18n/en.ts +2 -7
- package/src/tool/solarCalculator/i18n/es.ts +2 -7
- package/src/tool/solarCalculator/i18n/fr.ts +2 -7
- package/src/tool/solarCalculator/i18n/id.ts +2 -6
- package/src/tool/solarCalculator/i18n/it.ts +2 -6
- package/src/tool/solarCalculator/i18n/ja.ts +121 -125
- package/src/tool/solarCalculator/i18n/ko.ts +116 -120
- package/src/tool/solarCalculator/i18n/nl.ts +2 -5
- package/src/tool/solarCalculator/i18n/pl.ts +2 -6
- package/src/tool/solarCalculator/i18n/pt.ts +2 -6
- package/src/tool/solarCalculator/i18n/ru.ts +2 -5
- package/src/tool/solarCalculator/i18n/sv.ts +2 -5
- package/src/tool/solarCalculator/i18n/tr.ts +2 -5
- package/src/tool/solarCalculator/i18n/zh.ts +116 -120
- package/src/tool/solarCalculator/seo.astro +2 -1
- package/src/tool/solarCalculator/solar-panel-calculator.css +296 -0
- package/src/tool/tariffComparator/bibliography.ts +7 -0
- package/src/tool/tariffComparator/component.astro +0 -337
- package/src/tool/tariffComparator/electricity-tariff-comparator.css +335 -0
- package/src/tool/tariffComparator/i18n/de.ts +129 -132
- package/src/tool/tariffComparator/i18n/en.ts +2 -9
- package/src/tool/tariffComparator/i18n/es.ts +2 -9
- package/src/tool/tariffComparator/i18n/fr.ts +2 -9
- package/src/tool/tariffComparator/i18n/id.ts +2 -5
- package/src/tool/tariffComparator/i18n/it.ts +2 -5
- package/src/tool/tariffComparator/i18n/ja.ts +129 -132
- package/src/tool/tariffComparator/i18n/ko.ts +129 -132
- package/src/tool/tariffComparator/i18n/nl.ts +2 -5
- package/src/tool/tariffComparator/i18n/pl.ts +2 -5
- package/src/tool/tariffComparator/i18n/pt.ts +2 -5
- package/src/tool/tariffComparator/i18n/ru.ts +2 -5
- package/src/tool/tariffComparator/i18n/sv.ts +2 -5
- package/src/tool/tariffComparator/i18n/tr.ts +2 -5
- package/src/tool/tariffComparator/i18n/zh.ts +129 -132
- package/src/tool/tariffComparator/seo.astro +2 -1
- package/src/types.ts +0 -2
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { HeatingComparatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'verwarmingsvergelijker-gas-vs-warmtepomp-vs-airco';
|
|
6
7
|
const title = 'Vergelijker Gas vs. Warmtepomp vs. Airco: Kosten en Besparing';
|
|
@@ -77,23 +78,8 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: 'Veelgestelde Vragen',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{
|
|
85
|
-
name: 'Milieu Centraal: Warmtepomp gids',
|
|
86
|
-
url: 'https://www.milieucentraal.nl/energie-besparen/duurzaam-verwarmen-en-koelen/warmtepomp/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'RVO: Energieprijzen en Subsidies',
|
|
90
|
-
url: 'https://www.rvo.nl/onderwerpen/isde',
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
name: 'Consumentenbond: CV-ketel of warmtepomp?',
|
|
94
|
-
url: 'https://www.consumentenbond.nl/warmtepomp',
|
|
95
|
-
},
|
|
96
|
-
],
|
|
82
|
+
bibliography,
|
|
97
83
|
howTo: howToData,
|
|
98
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
99
85
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { HeatingComparatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'porownanie-ogrzewania-gaz-pompa-ciepla-klimatyzacja';
|
|
6
7
|
const title = 'Porównanie: Gaz vs. Pompa Ciepła vs. Klimatyzacja';
|
|
@@ -77,23 +78,8 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: 'Często Zadawane Pytania',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{
|
|
85
|
-
name: 'PORT PC: Polska Organizacja Rozwoju Technologii Pomp Ciepła',
|
|
86
|
-
url: 'https://portpc.pl/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'Program Czyste Powietrze: Dotacje do ogrzewania',
|
|
90
|
-
url: 'https://czystepowietrze.gov.pl/',
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
name: 'Urząd Regulacji Energetyki: Ceny energii',
|
|
94
|
-
url: 'https://www.ure.gov.pl/',
|
|
95
|
-
},
|
|
96
|
-
],
|
|
82
|
+
bibliography,
|
|
97
83
|
howTo: howToData,
|
|
98
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
99
85
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { HeatingComparatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'comparador-aquecimento-gas-aerotermia-ar-condicionado';
|
|
6
7
|
const title = 'Comparador Gás vs. Aerotermia vs. Ar Condicionado';
|
|
@@ -77,23 +78,8 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: 'Perguntas Frequentes',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{
|
|
85
|
-
name: 'ADENE: Agência para a Energia',
|
|
86
|
-
url: 'https://www.adene.pt/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'Direção-Geral de Energia e Geologia (DGEG)',
|
|
90
|
-
url: 'https://www.dgeg.gov.pt/',
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
name: 'Portal Poupa Energia',
|
|
94
|
-
url: 'https://www.poupaenergia.pt/',
|
|
95
|
-
},
|
|
96
|
-
],
|
|
82
|
+
bibliography,
|
|
97
83
|
howTo: howToData,
|
|
98
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
99
85
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { HeatingComparatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'sravnenie-otopleniya-gaz-teplovoy-nasos-konditsioner';
|
|
6
7
|
const title = 'Сравнение отопления: Газ vs Тепловой насос vs Кондиционер';
|
|
@@ -77,19 +78,8 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: 'Часто задаваемые вопросы',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{
|
|
85
|
-
name: 'МЭА: Будущее тепловых насосов',
|
|
86
|
-
url: 'https://www.iea.org/reports/the-future-of-heat-pumps',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'Справочник по энергосбережению в быту',
|
|
90
|
-
url: 'https://energysavingtrust.org.uk/advice/air-source-heat-pumps/',
|
|
91
|
-
},
|
|
92
|
-
],
|
|
82
|
+
bibliography,
|
|
93
83
|
howTo: howToData,
|
|
94
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
95
85
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { HeatingComparatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'jamforelse-uppvarmning-gas-varmepump-luftkonditionering';
|
|
6
7
|
const title = 'Jämför Gas vs Värmepump vs Luftkonditionering: Spara & Förbrukning';
|
|
@@ -77,23 +78,8 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: 'Vanliga frågor',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{
|
|
85
|
-
name: 'Energimyndigheten: Värma upp hus',
|
|
86
|
-
url: 'https://www.energimyndigheten.se/test/varmepumpar/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'Svenska Kyl- & Värmepumpföreningen',
|
|
90
|
-
url: 'https://skvp.se/',
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
name: 'Konsumentverket: Guide till värmepumpar',
|
|
94
|
-
url: 'https://www.hallakonsument.se/',
|
|
95
|
-
},
|
|
96
|
-
],
|
|
82
|
+
bibliography,
|
|
97
83
|
howTo: howToData,
|
|
98
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
99
85
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { HeatingComparatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'isitma-karsilastirma-dogalgaz-isi-pompasi-klima';
|
|
6
7
|
const title = 'Doğalgaz vs. Isı Pompası vs. Klima Karşılaştırması';
|
|
@@ -77,23 +78,8 @@ export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: 'Sıkça Sorulan Sorular',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{
|
|
85
|
-
name: 'Enerji Verimliliği ve Çevre Dairesi Başkanlığı',
|
|
86
|
-
url: 'https://enerji.gov.tr/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'Isı Pompası Sistemleri Genel Rehberi',
|
|
90
|
-
url: 'https://www.iskid.org.tr/',
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
name: 'TMMOB Makina Mühendisleri Odası',
|
|
94
|
-
url: 'https://www.mmo.org.tr/',
|
|
95
|
-
},
|
|
96
|
-
],
|
|
82
|
+
bibliography,
|
|
97
83
|
howTo: howToData,
|
|
98
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
99
85
|
seo: [
|