@jjlmoya/utils-home 1.17.0 → 1.23.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 +4 -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/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 +2 -0
|
@@ -187,7 +187,7 @@ export const content: ToolLocaleContent<QRGeneratorUI> = {
|
|
|
187
187
|
items: [
|
|
188
188
|
'Toutes les données sont traitées dans votre navigateur, jamais sur un serveur externe.',
|
|
189
189
|
'Le QR WiFi nécessite le SSID et le mot de passe exacts (sensible à la casse).',
|
|
190
|
-
'Les codes QR générés sont statiques
|
|
190
|
+
'Les codes QR générés sont statiques: si vous changez votre mot de passe WiFi, générez-en un nouveau.',
|
|
191
191
|
'Téléchargez en WebP pour une qualité maximale lors de l\'impression ou du partage.',
|
|
192
192
|
'Essayez de scanner le QR depuis l\'écran avant de l\'imprimer.',
|
|
193
193
|
],
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export const bibliography = [
|
|
2
2
|
{ name: 'NREL PVWatts Calculator', url: 'https://pvwatts.nrel.gov/' },
|
|
3
|
-
{ name: 'PVGIS
|
|
4
|
-
{ name: 'SEIA
|
|
3
|
+
{ name: 'PVGIS: European Commission Solar Tool', url: 'https://re.jrc.ec.europa.eu/pvgis/' },
|
|
4
|
+
{ name: 'SEIA: Solar Energy Industry Research Data', url: 'https://www.seia.org/solar-industry-research-data' },
|
|
5
5
|
];
|
|
@@ -135,8 +135,8 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
135
135
|
labelEfficiency: 'Maximale Effizienz',
|
|
136
136
|
labelWinter: 'Winter',
|
|
137
137
|
labelSummer: 'Sommer',
|
|
138
|
-
hemisphereNorth: 'Nordhalbkugel
|
|
139
|
-
hemisphereSouth: 'Südhalbkugel
|
|
138
|
+
hemisphereNorth: 'Nordhalbkugel: Nach SÜDEN ausrichten',
|
|
139
|
+
hemisphereSouth: 'Südhalbkugel: Nach NORDEN ausrichten',
|
|
140
140
|
geoNotAvailable: 'Geolokalisierung wird nicht unterstützt.',
|
|
141
141
|
},
|
|
142
142
|
};
|
|
@@ -99,13 +99,13 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
type: 'paragraph',
|
|
102
|
-
html: 'The difference between a zero-euro electricity bill and an underperforming investment lies, literally, in the angles. <strong>Solar radiation</strong> is not uniform
|
|
102
|
+
html: 'The difference between a zero-euro electricity bill and an underperforming investment lies, literally, in the angles. <strong>Solar radiation</strong> is not uniform: it is a dynamic flow that changes with the hour, the day, and the season. Understanding celestial geometry is the first step to turning your roof into a high-performance power plant.',
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
type: 'stats',
|
|
106
106
|
items: [
|
|
107
107
|
{ value: 'Lat × 0.87', label: 'General Formula', icon: 'mdi:angle-acute' },
|
|
108
|
-
{ value: 'Lat × 0.76 + 3.1', label: 'Latitudes 25
|
|
108
|
+
{ value: 'Lat × 0.76 + 3.1', label: 'Latitudes 25°-50°', icon: 'mdi:map-marker' },
|
|
109
109
|
{ value: '± 15°', label: 'Seasonal Adjustment', icon: 'mdi:calendar-sync' },
|
|
110
110
|
],
|
|
111
111
|
columns: 3,
|
|
@@ -135,7 +135,7 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
type: 'paragraph',
|
|
138
|
-
html: '<strong>Summer:</strong> The sun reaches its zenith. Panels should be nearly flat
|
|
138
|
+
html: '<strong>Summer:</strong> The sun reaches its zenith. Panels should be nearly flat: subtract ~15° from your latitude. Take advantage of long days and intense direct radiation. <strong>Winter:</strong> The sun travels low near the horizon. Tilt panels steeper by adding ~15° to your latitude. A steeper angle also helps snow slide off without blocking the cells.',
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
type: 'diagnostic',
|
|
@@ -164,8 +164,8 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
164
164
|
labelEfficiency: 'Maximum Efficiency',
|
|
165
165
|
labelWinter: 'Winter',
|
|
166
166
|
labelSummer: 'Summer',
|
|
167
|
-
hemisphereNorth: 'Northern Hemisphere
|
|
168
|
-
hemisphereSouth: 'Southern Hemisphere
|
|
167
|
+
hemisphereNorth: 'Northern Hemisphere: Face SOUTH',
|
|
168
|
+
hemisphereSouth: 'Southern Hemisphere: Face NORTH',
|
|
169
169
|
geoNotAvailable: 'Geolocation is not available in this browser.',
|
|
170
170
|
},
|
|
171
171
|
};
|
|
@@ -105,7 +105,7 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
105
105
|
type: 'stats',
|
|
106
106
|
items: [
|
|
107
107
|
{ value: 'Lat × 0.87', label: 'Fórmula General', icon: 'mdi:angle-acute' },
|
|
108
|
-
{ value: 'Lat × 0.76 + 3.1', label: 'Latitudes 25
|
|
108
|
+
{ value: 'Lat × 0.76 + 3.1', label: 'Latitudes 25°-50°', icon: 'mdi:map-marker' },
|
|
109
109
|
{ value: '± 15°', label: 'Ajuste Estacional', icon: 'mdi:calendar-sync' },
|
|
110
110
|
],
|
|
111
111
|
columns: 3,
|
|
@@ -164,8 +164,8 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
164
164
|
labelEfficiency: 'Eficiencia Máxima',
|
|
165
165
|
labelWinter: 'Invierno',
|
|
166
166
|
labelSummer: 'Verano',
|
|
167
|
-
hemisphereNorth: 'Hemisferio Norte
|
|
168
|
-
hemisphereSouth: 'Hemisferio Sur
|
|
167
|
+
hemisphereNorth: 'Hemisferio Norte: Orientar al SUR',
|
|
168
|
+
hemisphereSouth: 'Hemisferio Sur: Orientar al NORTE',
|
|
169
169
|
geoNotAvailable: 'Geolocalización no disponible en este navegador.',
|
|
170
170
|
},
|
|
171
171
|
};
|
|
@@ -46,7 +46,7 @@ const howToData = [
|
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
name: "Vérifiez l'orientation",
|
|
49
|
-
text: "Consultez l'indicateur d'hémisphère
|
|
49
|
+
text: "Consultez l'indicateur d'hémisphère: vos panneaux doivent être orientés vers le Sud si vous êtes dans l'hémisphère nord, et vers le Nord dans l'hémisphère sud.",
|
|
50
50
|
},
|
|
51
51
|
];
|
|
52
52
|
|
|
@@ -99,13 +99,13 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
type: 'paragraph',
|
|
102
|
-
html: "La différence entre une facture d'électricité nulle et un investissement qui ne porte pas ses fruits se mesure, littéralement, en degrés. Le <strong>rayonnement solaire</strong> n'est pas uniforme
|
|
102
|
+
html: "La différence entre une facture d'électricité nulle et un investissement qui ne porte pas ses fruits se mesure, littéralement, en degrés. Le <strong>rayonnement solaire</strong> n'est pas uniforme: c'est un flux dynamique qui varie selon l'heure, le jour et la saison. Comprendre la géométrie céleste est la première étape pour transformer votre toit en centrale électrique haute performance.",
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
type: 'stats',
|
|
106
106
|
items: [
|
|
107
107
|
{ value: 'Lat × 0.87', label: 'Formule Générale', icon: 'mdi:angle-acute' },
|
|
108
|
-
{ value: 'Lat × 0.76 + 3.1', label: 'Latitudes 25
|
|
108
|
+
{ value: 'Lat × 0.76 + 3.1', label: 'Latitudes 25°-50°', icon: 'mdi:map-marker' },
|
|
109
109
|
{ value: '± 15°', label: 'Ajustement Saisonnier', icon: 'mdi:calendar-sync' },
|
|
110
110
|
],
|
|
111
111
|
columns: 3,
|
|
@@ -135,7 +135,7 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
type: 'paragraph',
|
|
138
|
-
html: "<strong>Été :</strong> Le soleil atteint son zénith. Les panneaux doivent être presque plats
|
|
138
|
+
html: "<strong>Été :</strong> Le soleil atteint son zénith. Les panneaux doivent être presque plats: soustrayez ~15° à votre latitude. Profitez des longues journées et d'un rayonnement direct intense. <strong>Hiver :</strong> Le soleil voyage bas près de l'horizon. Inclinez davantage les panneaux en ajoutant ~15° à votre latitude. Une inclinaison plus forte aide aussi la neige à glisser sans bloquer les cellules.",
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
type: 'diagnostic',
|
|
@@ -164,8 +164,8 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
164
164
|
labelEfficiency: 'Efficacité Maximale',
|
|
165
165
|
labelWinter: 'Hiver',
|
|
166
166
|
labelSummer: 'Été',
|
|
167
|
-
hemisphereNorth: 'Hémisphère Nord
|
|
168
|
-
hemisphereSouth: 'Hémisphère Sud
|
|
167
|
+
hemisphereNorth: 'Hémisphère Nord: Orienter vers le SUD',
|
|
168
|
+
hemisphereSouth: 'Hémisphère Sud: Orienter vers le NORD',
|
|
169
169
|
geoNotAvailable: "La géolocalisation n'est pas disponible dans ce navigateur.",
|
|
170
170
|
},
|
|
171
171
|
};
|
|
@@ -115,8 +115,8 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
115
115
|
labelEfficiency: 'Efisiensi Maksimal',
|
|
116
116
|
labelWinter: 'Musim Dingin',
|
|
117
117
|
labelSummer: 'Musim Panas',
|
|
118
|
-
hemisphereNorth: 'Belahan Bumi Utara
|
|
119
|
-
hemisphereSouth: 'Belahan Bumi Selatan
|
|
118
|
+
hemisphereNorth: 'Belahan Bumi Utara: Hadapkan ke SELATAN',
|
|
119
|
+
hemisphereSouth: 'Belahan Bumi Selatan: Hadapkan ke UTARA',
|
|
120
120
|
geoNotAvailable: 'Geolokasi tidak tersedia pada browser ini.',
|
|
121
121
|
},
|
|
122
122
|
};
|
|
@@ -115,8 +115,8 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
115
115
|
labelEfficiency: 'Efficienza Massima',
|
|
116
116
|
labelWinter: 'Inverno',
|
|
117
117
|
labelSummer: 'Estate',
|
|
118
|
-
hemisphereNorth: 'Emisfero Nord
|
|
119
|
-
hemisphereSouth: 'Emisfero Sud
|
|
118
|
+
hemisphereNorth: 'Emisfero Nord: Orientare a SUD',
|
|
119
|
+
hemisphereSouth: 'Emisfero Sud: Orientare a NORD',
|
|
120
120
|
geoNotAvailable: 'Geolocalizzazione non supportata.',
|
|
121
121
|
},
|
|
122
122
|
};
|
|
@@ -115,8 +115,8 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
115
115
|
labelEfficiency: '最大効率',
|
|
116
116
|
labelWinter: '冬期',
|
|
117
117
|
labelSummer: '夏期',
|
|
118
|
-
hemisphereNorth: '
|
|
119
|
-
hemisphereSouth: '
|
|
118
|
+
hemisphereNorth: '北半球: 南に向けて設置',
|
|
119
|
+
hemisphereSouth: '南半球: 北に向けて設置',
|
|
120
120
|
geoNotAvailable: 'このブラウザでは位置情報が利用できません。',
|
|
121
121
|
},
|
|
122
122
|
};
|
|
@@ -110,8 +110,8 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
110
110
|
labelEfficiency: '최대 효율',
|
|
111
111
|
labelWinter: '겨울철',
|
|
112
112
|
labelSummer: '여름철',
|
|
113
|
-
hemisphereNorth: '
|
|
114
|
-
hemisphereSouth: '
|
|
113
|
+
hemisphereNorth: '북반구: 남쪽 방향 지향',
|
|
114
|
+
hemisphereSouth: '남반구: 북쪽 방향 지향',
|
|
115
115
|
geoNotAvailable: '이 브라우저에서는 위치 정보 서비스를 사용할 수 없습니다.',
|
|
116
116
|
},
|
|
117
117
|
};
|
|
@@ -110,8 +110,8 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
110
110
|
labelEfficiency: 'Maximale Efficiëntie',
|
|
111
111
|
labelWinter: 'Winter',
|
|
112
112
|
labelSummer: 'Zomer',
|
|
113
|
-
hemisphereNorth: 'Noordelijk Halfrond
|
|
114
|
-
hemisphereSouth: 'Zuidelijk Halfrond
|
|
113
|
+
hemisphereNorth: 'Noordelijk Halfrond: Richt op ZUIDEN',
|
|
114
|
+
hemisphereSouth: 'Zuidelijk Halfrond: Richt op NOORDEN',
|
|
115
115
|
geoNotAvailable: 'Locatiebepaling niet beschikbaar.',
|
|
116
116
|
},
|
|
117
117
|
};
|
|
@@ -22,7 +22,7 @@ const faqData = [
|
|
|
22
22
|
{
|
|
23
23
|
question: 'W którą stronę powinny patrzeć panele?',
|
|
24
24
|
answer:
|
|
25
|
-
'Na półkuli północnej zawsze na południe (azymut 180°). Na południowej
|
|
25
|
+
'Na półkuli północnej zawsze na południe (azymut 180°). Na południowej: na północ.',
|
|
26
26
|
},
|
|
27
27
|
];
|
|
28
28
|
|
|
@@ -110,8 +110,8 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
110
110
|
labelEfficiency: 'Maks. Efektywność',
|
|
111
111
|
labelWinter: 'Zima',
|
|
112
112
|
labelSummer: 'Lato',
|
|
113
|
-
hemisphereNorth: 'Półkula Północna
|
|
114
|
-
hemisphereSouth: 'Półkula Południowa
|
|
113
|
+
hemisphereNorth: 'Półkula Północna: Kieruj na POŁUDNIE',
|
|
114
|
+
hemisphereSouth: 'Półkula Południowa: Kieruj na PÓŁNOC',
|
|
115
115
|
geoNotAvailable: 'Lokalizacja niedostępna w tej przeglądarce.',
|
|
116
116
|
},
|
|
117
117
|
};
|
|
@@ -115,8 +115,8 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
115
115
|
labelEfficiency: 'Eficiência Máxima',
|
|
116
116
|
labelWinter: 'Inverno',
|
|
117
117
|
labelSummer: 'Verão',
|
|
118
|
-
hemisphereNorth: 'Hemisfério Norte
|
|
119
|
-
hemisphereSouth: 'Hemisfério Sul
|
|
118
|
+
hemisphereNorth: 'Hemisfério Norte: Orientar a SUL',
|
|
119
|
+
hemisphereSouth: 'Hemisfério Sul: Orientar a NORTE',
|
|
120
120
|
geoNotAvailable: 'Geolocalização não disponível.',
|
|
121
121
|
},
|
|
122
122
|
};
|
|
@@ -17,7 +17,7 @@ const faqData = [
|
|
|
17
17
|
{
|
|
18
18
|
question: 'В какую сторону должны смотреть панели?',
|
|
19
19
|
answer:
|
|
20
|
-
'В Северном
|
|
20
|
+
'В Северном полушарии: всегда на Юг (азимут 180°). В Южном полушарии: на Север.',
|
|
21
21
|
},
|
|
22
22
|
];
|
|
23
23
|
|
|
@@ -28,7 +28,7 @@ const howToData = [
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
name: 'Проверьте угол',
|
|
31
|
-
text: 'Оптимальный годовой
|
|
31
|
+
text: 'Оптимальный годовой угол: основное значение для фиксированных установок.',
|
|
32
32
|
},
|
|
33
33
|
];
|
|
34
34
|
|
|
@@ -87,7 +87,7 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
87
87
|
type: 'summary',
|
|
88
88
|
title: 'Ключи к эффективной установке',
|
|
89
89
|
items: [
|
|
90
|
-
'Годовой оптимальный
|
|
90
|
+
'Годовой оптимальный угол: главный ориентир.',
|
|
91
91
|
'Избегайте теней любой ценой.',
|
|
92
92
|
'Ориентация на Юг в северных широтах.',
|
|
93
93
|
],
|
|
@@ -100,8 +100,8 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
100
100
|
labelEfficiency: 'Макс. эффективность',
|
|
101
101
|
labelWinter: 'Зима',
|
|
102
102
|
labelSummer: 'Лето',
|
|
103
|
-
hemisphereNorth: 'Северное
|
|
104
|
-
hemisphereSouth: 'Южное
|
|
103
|
+
hemisphereNorth: 'Северное полушарие: Ориентир на ЮГ',
|
|
104
|
+
hemisphereSouth: 'Южное полушарие: Ориентир на СЕВЕР',
|
|
105
105
|
geoNotAvailable: 'Геолокация недоступна в этом браузере.',
|
|
106
106
|
},
|
|
107
107
|
};
|
|
@@ -100,8 +100,8 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
100
100
|
labelEfficiency: 'Maximal Effektivitet',
|
|
101
101
|
labelWinter: 'Vinter',
|
|
102
102
|
labelSummer: 'Sommar',
|
|
103
|
-
hemisphereNorth: 'Norra Halvklotet
|
|
104
|
-
hemisphereSouth: 'Södra Halvklotet
|
|
103
|
+
hemisphereNorth: 'Norra Halvklotet: Rikta mot SÖDER',
|
|
104
|
+
hemisphereSouth: 'Södra Halvklotet: Rikta mot NORR',
|
|
105
105
|
geoNotAvailable: 'Positionering är inte tillgänglig i denna webbläsare.',
|
|
106
106
|
},
|
|
107
107
|
};
|
|
@@ -110,8 +110,8 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
110
110
|
labelEfficiency: 'Maksimum Verim',
|
|
111
111
|
labelWinter: 'Kış',
|
|
112
112
|
labelSummer: 'Yaz',
|
|
113
|
-
hemisphereNorth: 'Kuzey Yarımküre
|
|
114
|
-
hemisphereSouth: 'Güney Yarımküre
|
|
113
|
+
hemisphereNorth: 'Kuzey Yarımküre: GÜNEY\'e yöneltin',
|
|
114
|
+
hemisphereSouth: 'Güney Yarımküre: KUZEY\'e yöneltin',
|
|
115
115
|
geoNotAvailable: 'Konum servisleri kullanılamıyor.',
|
|
116
116
|
},
|
|
117
117
|
};
|
|
@@ -33,7 +33,7 @@ const howToData = [
|
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
name: '查看最佳角度',
|
|
36
|
-
text: '
|
|
36
|
+
text: '"全年最佳角度"是固定安装方式的主要参考数值。',
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
name: '季节性调整(可选)',
|
|
@@ -110,8 +110,8 @@ export const content: ToolLocaleContent<SolarCalculatorUI> = {
|
|
|
110
110
|
labelEfficiency: '最大效率',
|
|
111
111
|
labelWinter: '冬季',
|
|
112
112
|
labelSummer: '夏季',
|
|
113
|
-
hemisphereNorth: '
|
|
114
|
-
hemisphereSouth: '
|
|
113
|
+
hemisphereNorth: '北半球: 请朝向南方',
|
|
114
|
+
hemisphereSouth: '南半球: 请朝向北方',
|
|
115
115
|
geoNotAvailable: '当前浏览器不支持地理定位。',
|
|
116
116
|
},
|
|
117
117
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export const bibliography = [
|
|
2
|
-
{ name: 'Red Eléctrica de España (REE)
|
|
2
|
+
{ name: 'Red Eléctrica de España (REE): ESIOS: Seguimiento del PVPC', url: 'https://www.esios.ree.es/es' },
|
|
3
3
|
{ name: 'CNMC: Portal de comparación de ofertas de energía', url: 'https://comparador.cnmc.gob.es/' },
|
|
4
4
|
{ name: 'MITECO: Bono Social y legislación energética', url: 'https://www.miteco.gob.es/' },
|
|
5
5
|
{ name: 'IDAE: Guías prácticas de ahorro y autoconsumo', url: 'https://www.idae.es/' },
|
|
@@ -114,13 +114,13 @@ export const content: ToolLocaleContent<TariffComparatorUI> = {
|
|
|
114
114
|
type: 'comparative',
|
|
115
115
|
items: [
|
|
116
116
|
{
|
|
117
|
-
title: 'PVPC
|
|
117
|
+
title: 'PVPC: Regulated Market',
|
|
118
118
|
description: 'The energy price changes every hour according to the wholesale market. On days with high renewable generation, it can drop to very low levels.',
|
|
119
119
|
icon: 'mdi:lightning-bolt',
|
|
120
120
|
points: ['No lock-in, free to switch', 'Access to Social Bonus for vulnerable consumers', 'Peak/Off-peak/Valley time-of-use pricing'],
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
|
-
title: 'Free Market
|
|
123
|
+
title: 'Free Market: Fixed Price',
|
|
124
124
|
description: 'Energy suppliers set a price per kWh that remains stable throughout the year, regardless of the wholesale market.',
|
|
125
125
|
icon: 'mdi:tag-outline',
|
|
126
126
|
points: ['Stability and predictability', 'No surprises on the bill', 'May include additional services'],
|
|
@@ -135,7 +135,7 @@ export const content: ToolLocaleContent<TariffComparatorUI> = {
|
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
type: 'paragraph',
|
|
138
|
-
html: '<strong>Peak (most expensive):</strong> Mon
|
|
138
|
+
html: '<strong>Peak (most expensive):</strong> Mon-Fri 10:00-14:00 and 18:00-22:00. <strong>Standard (mid-price):</strong> Mon-Fri 08:00-10:00, 14:00-18:00 and 22:00-00:00. <strong>Off-peak (cheapest):</strong> Mon-Fri 00:00-08:00 and all day on Saturdays, Sundays and public holidays. Scheduling washing machines, dishwashers and electric car charging during off-peak hours is the key to extreme savings.',
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
type: 'diagnostic',
|
|
@@ -114,13 +114,13 @@ export const content: ToolLocaleContent<TariffComparatorUI> = {
|
|
|
114
114
|
type: 'comparative',
|
|
115
115
|
items: [
|
|
116
116
|
{
|
|
117
|
-
title: 'PVPC
|
|
117
|
+
title: 'PVPC: Mercado Regulado',
|
|
118
118
|
description: 'El precio de la energía cambia cada hora según el mercado mayorista. En días de mucha generación renovable, puede caer a niveles muy bajos.',
|
|
119
119
|
icon: 'mdi:lightning-bolt',
|
|
120
120
|
points: ['Sin permanencia, cambio libre', 'Acceso al Bono Social para vulnerables', 'Discriminación horaria Punta/Llano/Valle'],
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
|
-
title: 'Mercado Libre
|
|
123
|
+
title: 'Mercado Libre: Precio Fijo',
|
|
124
124
|
description: 'Las comercializadoras fijan un precio por kWh que se mantiene durante el año, independientemente del mercado mayorista.',
|
|
125
125
|
icon: 'mdi:tag-outline',
|
|
126
126
|
points: ['Estabilidad y previsibilidad', 'Sin sorpresas en la factura', 'Puede incluir servicios adicionales'],
|
|
@@ -135,7 +135,7 @@ export const content: ToolLocaleContent<TariffComparatorUI> = {
|
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
type: 'paragraph',
|
|
138
|
-
html: '<strong>Punta (más caro):</strong> L-V de 10:00
|
|
138
|
+
html: '<strong>Punta (más caro):</strong> L-V de 10:00-14:00 y 18:00-22:00. <strong>Llano (intermedio):</strong> L-V de 08:00-10:00, 14:00-18:00 y 22:00-00:00. <strong>Valle (más barato):</strong> L-V de 00:00-08:00 y las 24h de sábados, domingos y festivos. Planificar lavadoras, lavavajillas y carga del coche eléctrico en horas valle es la clave del ahorro extremo.',
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
type: 'diagnostic',
|
|
@@ -4,7 +4,7 @@ import type { TariffComparatorUI } from '../ui';
|
|
|
4
4
|
import { bibliography } from '../bibliography';
|
|
5
5
|
|
|
6
6
|
const slug = 'comparateur-tarifs-electricite';
|
|
7
|
-
const title = 'Comparateur de Tarifs d\'
|
|
7
|
+
const title = 'Comparateur de Tarifs d\'Électricité: Prix Fixe vs Prix Variable';
|
|
8
8
|
const description =
|
|
9
9
|
'Découvrez quel tarif d\'électricité vous convient le mieux. Comparez le marché régulé (PVPC) et le marché libre selon votre consommation et économisez des centaines d\'euros sur votre facture.';
|
|
10
10
|
|
|
@@ -94,7 +94,7 @@ export const content: ToolLocaleContent<TariffComparatorUI> = {
|
|
|
94
94
|
seo: [
|
|
95
95
|
{
|
|
96
96
|
type: 'title',
|
|
97
|
-
text: 'Comparateur de Tarifs Électriques
|
|
97
|
+
text: 'Comparateur de Tarifs Électriques: Marché Libre vs Marché Régulé',
|
|
98
98
|
level: 2,
|
|
99
99
|
},
|
|
100
100
|
{
|
|
@@ -114,13 +114,13 @@ export const content: ToolLocaleContent<TariffComparatorUI> = {
|
|
|
114
114
|
type: 'comparative',
|
|
115
115
|
items: [
|
|
116
116
|
{
|
|
117
|
-
title: 'PVPC
|
|
117
|
+
title: 'PVPC: Marché Régulé',
|
|
118
118
|
description: 'Le prix de l\'énergie change chaque heure selon le marché de gros. Les jours de forte production renouvelable, il peut descendre à des niveaux très bas.',
|
|
119
119
|
icon: 'mdi:lightning-bolt',
|
|
120
120
|
points: ['Sans engagement, changement libre', 'Accès au Bonus Social pour les personnes vulnérables', 'Tarification horaire Pointe/Standard/Creuses'],
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
|
-
title: 'Marché Libre
|
|
123
|
+
title: 'Marché Libre: Prix Fixe',
|
|
124
124
|
description: 'Les fournisseurs d\'énergie fixent un prix par kWh qui reste stable tout au long de l\'année, indépendamment du marché de gros.',
|
|
125
125
|
icon: 'mdi:tag-outline',
|
|
126
126
|
points: ['Stabilité et prévisibilité', 'Pas de mauvaises surprises sur la facture', 'Peut inclure des services supplémentaires'],
|
|
@@ -135,7 +135,7 @@ export const content: ToolLocaleContent<TariffComparatorUI> = {
|
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
type: 'paragraph',
|
|
138
|
-
html: '<strong>Pointe (plus cher) :</strong> Lun
|
|
138
|
+
html: '<strong>Pointe (plus cher) :</strong> Lun-Ven de 10h00 à 14h00 et de 18h00 à 22h00. <strong>Standard (intermédiaire) :</strong> Lun-Ven de 08h00 à 10h00, de 14h00 à 18h00 et de 22h00 à 00h00. <strong>Heures creuses (moins cher) :</strong> Lun-Ven de 00h00 à 08h00 et toute la journée le samedi, dimanche et jours fériés. Planifier les machines à laver, lave-vaisselle et la recharge de voiture électrique aux heures creuses est la clé des économies maximales.',
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
type: 'diagnostic',
|
|
@@ -153,7 +153,7 @@ export const content: ToolLocaleContent<TariffComparatorUI> = {
|
|
|
153
153
|
'Si vous appréciez la stabilité et ne voulez pas surveiller l\'horloge, choisissez un prix fixe.',
|
|
154
154
|
'Avec des panneaux solaires, le PVPC permet de compenser les surplus au prix horaire du marché.',
|
|
155
155
|
'Réduire la puissance souscrite est souvent le moyen le plus rapide de diminuer la facture.',
|
|
156
|
-
'Le PVPC n\'a pas d\'engagement
|
|
156
|
+
'Le PVPC n\'a pas d\'engagement: vous pouvez revenir à tout moment.',
|
|
157
157
|
],
|
|
158
158
|
},
|
|
159
159
|
],
|
|
@@ -22,7 +22,7 @@ const faqData = [
|
|
|
22
22
|
{
|
|
23
23
|
question: 'Co to jest moc umowna?',
|
|
24
24
|
answer:
|
|
25
|
-
'To maksymalna ilość energii (kW), jaką możesz pobierać jednocześnie. W domach standard to 12.5
|
|
25
|
+
'To maksymalna ilość energii (kW), jaką możesz pobierać jednocześnie. W domach standard to 12.5-16 kW.',
|
|
26
26
|
},
|
|
27
27
|
];
|
|
28
28
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
+
import { wifiRangeSimulator } from './index';
|
|
4
|
+
import type { KnownLocale } from '../../types';
|
|
5
|
+
|
|
6
|
+
interface Props {
|
|
7
|
+
locale?: KnownLocale;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
const { locale = 'en' } = Astro.props;
|
|
11
|
+
const content = await wifiRangeSimulator.i18n[locale]?.();
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
{content && <SharedBibliography links={content.bibliography} />}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export const bibliography = [
|
|
2
|
+
{
|
|
3
|
+
name: 'Cisco: Wi-Fi RF Principles and Signal Attenuation (2023)',
|
|
4
|
+
url: 'https://learningnetwork.cisco.com/s/article/wi-fi-7-rf-planning-principles-and-deployment-best-practices',
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
name: 'University of Kansas: Building Material Impact on Wi-Fi Signal (2022)',
|
|
8
|
+
url: 'https://www.researchgate.net/publication/380627539_Experimental_Assessment_of_the_Effects_of_Building_Materials_on_Wi-Fi_Signal_24_GHz_and_5_GHz',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
name: 'IEEE 802.11 Wireless Standard: Physical Layer Specifications (2021)',
|
|
12
|
+
url: 'https://standards.ieee.org/ieee/802.11ax/7180/',
|
|
13
|
+
},
|
|
14
|
+
];
|