@jjlmoya/utils-diy 1.11.0 → 1.13.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/index.ts +2 -1
- package/src/entries.ts +3 -1
- package/src/index.ts +2 -0
- package/src/pages/[locale]/[slug].astro +28 -12
- package/src/tests/locale_completeness.test.ts +7 -9
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/balusterCalculator/bibliography.astro +2 -10
- package/src/tool/balusterCalculator/bibliography.ts +16 -0
- package/src/tool/balusterCalculator/i18n/de.ts +2 -15
- package/src/tool/balusterCalculator/i18n/en.ts +2 -15
- package/src/tool/balusterCalculator/i18n/es.ts +2 -15
- package/src/tool/balusterCalculator/i18n/fr.ts +2 -15
- package/src/tool/balusterCalculator/i18n/id.ts +2 -15
- package/src/tool/balusterCalculator/i18n/it.ts +2 -15
- package/src/tool/balusterCalculator/i18n/ja.ts +2 -15
- package/src/tool/balusterCalculator/i18n/ko.ts +2 -15
- package/src/tool/balusterCalculator/i18n/nl.ts +2 -15
- package/src/tool/balusterCalculator/i18n/pl.ts +2 -15
- package/src/tool/balusterCalculator/i18n/pt.ts +2 -15
- package/src/tool/balusterCalculator/i18n/ru.ts +2 -15
- package/src/tool/balusterCalculator/i18n/sv.ts +2 -15
- package/src/tool/balusterCalculator/i18n/tr.ts +2 -15
- package/src/tool/balusterCalculator/i18n/zh.ts +2 -15
- package/src/tool/balusterCalculator/seo.astro +1 -1
- package/src/tool/clayCalculator/bibliography.astro +2 -10
- package/src/tool/clayCalculator/bibliography.ts +12 -0
- package/src/tool/clayCalculator/i18n/de.ts +2 -11
- package/src/tool/clayCalculator/i18n/en.ts +2 -11
- package/src/tool/clayCalculator/i18n/es.ts +2 -11
- package/src/tool/clayCalculator/i18n/fr.ts +2 -11
- package/src/tool/clayCalculator/i18n/id.ts +2 -11
- package/src/tool/clayCalculator/i18n/it.ts +2 -11
- package/src/tool/clayCalculator/i18n/ja.ts +2 -11
- package/src/tool/clayCalculator/i18n/ko.ts +2 -11
- package/src/tool/clayCalculator/i18n/nl.ts +2 -11
- package/src/tool/clayCalculator/i18n/pl.ts +2 -11
- package/src/tool/clayCalculator/i18n/pt.ts +2 -11
- package/src/tool/clayCalculator/i18n/ru.ts +2 -11
- package/src/tool/clayCalculator/i18n/sv.ts +2 -11
- package/src/tool/clayCalculator/i18n/tr.ts +2 -11
- package/src/tool/clayCalculator/i18n/zh.ts +2 -11
- package/src/tool/clayCalculator/seo.astro +1 -1
- package/src/tool/concreteCalculator/bibliography.astro +2 -9
- package/src/tool/concreteCalculator/bibliography.ts +7 -0
- package/src/tool/concreteCalculator/i18n/de.ts +2 -15
- package/src/tool/concreteCalculator/i18n/en.ts +2 -15
- package/src/tool/concreteCalculator/i18n/es.ts +2 -15
- package/src/tool/concreteCalculator/i18n/fr.ts +2 -15
- package/src/tool/concreteCalculator/i18n/id.ts +2 -15
- package/src/tool/concreteCalculator/i18n/it.ts +2 -15
- package/src/tool/concreteCalculator/i18n/ja.ts +2 -15
- package/src/tool/concreteCalculator/i18n/ko.ts +2 -15
- package/src/tool/concreteCalculator/i18n/nl.ts +2 -15
- package/src/tool/concreteCalculator/i18n/pl.ts +2 -15
- package/src/tool/concreteCalculator/i18n/pt.ts +2 -15
- package/src/tool/concreteCalculator/i18n/ru.ts +2 -15
- package/src/tool/concreteCalculator/i18n/sv.ts +2 -15
- package/src/tool/concreteCalculator/i18n/tr.ts +2 -15
- package/src/tool/concreteCalculator/i18n/zh.ts +2 -15
- package/src/tool/concreteCalculator/seo.astro +2 -1
- package/src/tool/cutOptimizer/bibliography.astro +2 -9
- package/src/tool/cutOptimizer/bibliography.ts +12 -0
- package/src/tool/cutOptimizer/i18n/de.ts +2 -11
- package/src/tool/cutOptimizer/i18n/en.ts +2 -11
- package/src/tool/cutOptimizer/i18n/es.ts +2 -11
- package/src/tool/cutOptimizer/i18n/fr.ts +2 -11
- package/src/tool/cutOptimizer/i18n/id.ts +2 -11
- package/src/tool/cutOptimizer/i18n/it.ts +2 -11
- package/src/tool/cutOptimizer/i18n/ja.ts +2 -11
- package/src/tool/cutOptimizer/i18n/ko.ts +2 -11
- package/src/tool/cutOptimizer/i18n/nl.ts +2 -11
- package/src/tool/cutOptimizer/i18n/pl.ts +2 -11
- package/src/tool/cutOptimizer/i18n/pt.ts +2 -11
- package/src/tool/cutOptimizer/i18n/ru.ts +2 -11
- package/src/tool/cutOptimizer/i18n/sv.ts +2 -11
- package/src/tool/cutOptimizer/i18n/tr.ts +2 -11
- package/src/tool/cutOptimizer/i18n/zh.ts +2 -11
- package/src/tool/cutOptimizer/seo.astro +2 -1
- package/src/tool/drillCalculator/bibliography.astro +2 -9
- package/src/tool/drillCalculator/bibliography.ts +12 -0
- package/src/tool/drillCalculator/i18n/de.ts +2 -5
- package/src/tool/drillCalculator/i18n/en.ts +2 -5
- package/src/tool/drillCalculator/i18n/es.ts +2 -5
- package/src/tool/drillCalculator/i18n/fr.ts +2 -5
- package/src/tool/drillCalculator/i18n/id.ts +2 -5
- package/src/tool/drillCalculator/i18n/it.ts +2 -5
- package/src/tool/drillCalculator/i18n/ja.ts +2 -5
- package/src/tool/drillCalculator/i18n/ko.ts +2 -5
- package/src/tool/drillCalculator/i18n/nl.ts +2 -5
- package/src/tool/drillCalculator/i18n/pl.ts +2 -5
- package/src/tool/drillCalculator/i18n/pt.ts +2 -5
- package/src/tool/drillCalculator/i18n/ru.ts +2 -5
- package/src/tool/drillCalculator/i18n/sv.ts +2 -5
- package/src/tool/drillCalculator/i18n/tr.ts +2 -5
- package/src/tool/drillCalculator/i18n/zh.ts +2 -5
- package/src/tool/drillCalculator/seo.astro +2 -1
- package/src/tool/drillSharpener/bibliography.astro +2 -9
- package/src/tool/drillSharpener/bibliography.ts +16 -0
- package/src/tool/drillSharpener/i18n/de.ts +2 -5
- package/src/tool/drillSharpener/i18n/en.ts +2 -6
- package/src/tool/drillSharpener/i18n/es.ts +2 -6
- package/src/tool/drillSharpener/i18n/fr.ts +2 -6
- package/src/tool/drillSharpener/i18n/id.ts +2 -5
- package/src/tool/drillSharpener/i18n/it.ts +2 -5
- package/src/tool/drillSharpener/i18n/ja.ts +2 -5
- package/src/tool/drillSharpener/i18n/ko.ts +2 -5
- package/src/tool/drillSharpener/i18n/nl.ts +2 -5
- package/src/tool/drillSharpener/i18n/pl.ts +2 -5
- package/src/tool/drillSharpener/i18n/pt.ts +2 -5
- package/src/tool/drillSharpener/i18n/ru.ts +2 -5
- package/src/tool/drillSharpener/i18n/sv.ts +2 -5
- package/src/tool/drillSharpener/i18n/tr.ts +2 -5
- package/src/tool/drillSharpener/i18n/zh.ts +2 -5
- package/src/tool/drillSharpener/seo.astro +2 -1
- package/src/tool/epoxyCalculator/bibliography.astro +2 -10
- package/src/tool/epoxyCalculator/bibliography.ts +20 -0
- package/src/tool/epoxyCalculator/i18n/de.ts +2 -5
- package/src/tool/epoxyCalculator/i18n/en.ts +2 -19
- package/src/tool/epoxyCalculator/i18n/es.ts +2 -19
- package/src/tool/epoxyCalculator/i18n/fr.ts +2 -19
- package/src/tool/epoxyCalculator/i18n/id.ts +2 -5
- package/src/tool/epoxyCalculator/i18n/it.ts +2 -5
- package/src/tool/epoxyCalculator/i18n/ja.ts +2 -5
- package/src/tool/epoxyCalculator/i18n/ko.ts +2 -5
- package/src/tool/epoxyCalculator/i18n/nl.ts +2 -5
- package/src/tool/epoxyCalculator/i18n/pl.ts +2 -5
- package/src/tool/epoxyCalculator/i18n/pt.ts +2 -5
- package/src/tool/epoxyCalculator/i18n/ru.ts +2 -5
- package/src/tool/epoxyCalculator/i18n/sv.ts +2 -5
- package/src/tool/epoxyCalculator/i18n/tr.ts +2 -5
- package/src/tool/epoxyCalculator/i18n/zh.ts +2 -5
- package/src/tool/epoxyCalculator/seo.astro +1 -1
- package/src/tool/furnitureFit/bibliography.astro +2 -9
- package/src/tool/furnitureFit/bibliography.ts +12 -0
- package/src/tool/furnitureFit/i18n/de.ts +2 -5
- package/src/tool/furnitureFit/i18n/en.ts +2 -5
- package/src/tool/furnitureFit/i18n/es.ts +2 -5
- package/src/tool/furnitureFit/i18n/fr.ts +2 -5
- package/src/tool/furnitureFit/i18n/id.ts +2 -5
- package/src/tool/furnitureFit/i18n/it.ts +2 -5
- package/src/tool/furnitureFit/i18n/ja.ts +2 -5
- package/src/tool/furnitureFit/i18n/ko.ts +2 -5
- package/src/tool/furnitureFit/i18n/nl.ts +2 -5
- package/src/tool/furnitureFit/i18n/pl.ts +2 -5
- package/src/tool/furnitureFit/i18n/pt.ts +2 -5
- package/src/tool/furnitureFit/i18n/ru.ts +2 -5
- package/src/tool/furnitureFit/i18n/sv.ts +2 -5
- package/src/tool/furnitureFit/i18n/tr.ts +2 -5
- package/src/tool/furnitureFit/i18n/zh.ts +2 -5
- package/src/tool/furnitureFit/seo.astro +2 -1
- package/src/tool/mortarCalculator/bibliography.astro +2 -9
- package/src/tool/mortarCalculator/bibliography.ts +20 -0
- package/src/tool/mortarCalculator/i18n/de.ts +2 -5
- package/src/tool/mortarCalculator/i18n/en.ts +2 -19
- package/src/tool/mortarCalculator/i18n/es.ts +2 -19
- package/src/tool/mortarCalculator/i18n/fr.ts +2 -19
- package/src/tool/mortarCalculator/i18n/id.ts +2 -5
- package/src/tool/mortarCalculator/i18n/it.ts +2 -5
- package/src/tool/mortarCalculator/i18n/ja.ts +2 -5
- package/src/tool/mortarCalculator/i18n/ko.ts +2 -5
- package/src/tool/mortarCalculator/i18n/nl.ts +2 -5
- package/src/tool/mortarCalculator/i18n/pl.ts +2 -5
- package/src/tool/mortarCalculator/i18n/pt.ts +2 -5
- package/src/tool/mortarCalculator/i18n/ru.ts +2 -5
- package/src/tool/mortarCalculator/i18n/sv.ts +2 -5
- package/src/tool/mortarCalculator/i18n/tr.ts +2 -5
- package/src/tool/mortarCalculator/i18n/zh.ts +2 -5
- package/src/tool/mortarCalculator/seo.astro +2 -1
- package/src/tool/passepartoutCalculator/bibliography.astro +2 -9
- package/src/tool/passepartoutCalculator/bibliography.ts +16 -0
- package/src/tool/passepartoutCalculator/i18n/de.ts +2 -6
- package/src/tool/passepartoutCalculator/i18n/en.ts +2 -15
- package/src/tool/passepartoutCalculator/i18n/es.ts +2 -15
- package/src/tool/passepartoutCalculator/i18n/fr.ts +2 -15
- package/src/tool/passepartoutCalculator/i18n/id.ts +2 -6
- package/src/tool/passepartoutCalculator/i18n/it.ts +2 -6
- package/src/tool/passepartoutCalculator/i18n/ja.ts +2 -6
- package/src/tool/passepartoutCalculator/i18n/ko.ts +2 -6
- package/src/tool/passepartoutCalculator/i18n/nl.ts +2 -6
- package/src/tool/passepartoutCalculator/i18n/pl.ts +2 -6
- package/src/tool/passepartoutCalculator/i18n/pt.ts +2 -6
- package/src/tool/passepartoutCalculator/i18n/ru.ts +2 -6
- package/src/tool/passepartoutCalculator/i18n/sv.ts +2 -6
- package/src/tool/passepartoutCalculator/i18n/tr.ts +2 -6
- package/src/tool/passepartoutCalculator/i18n/zh.ts +2 -6
- package/src/tool/passepartoutCalculator/seo.astro +2 -1
- package/src/tool/stairCalculator/bibliography.astro +2 -9
- package/src/tool/stairCalculator/bibliography.ts +16 -0
- package/src/tool/stairCalculator/i18n/de.ts +2 -5
- package/src/tool/stairCalculator/i18n/en.ts +2 -6
- package/src/tool/stairCalculator/i18n/es.ts +2 -6
- package/src/tool/stairCalculator/i18n/fr.ts +2 -6
- package/src/tool/stairCalculator/i18n/id.ts +2 -5
- package/src/tool/stairCalculator/i18n/it.ts +2 -5
- package/src/tool/stairCalculator/i18n/ja.ts +2 -5
- package/src/tool/stairCalculator/i18n/ko.ts +2 -5
- package/src/tool/stairCalculator/i18n/nl.ts +2 -5
- package/src/tool/stairCalculator/i18n/pl.ts +2 -5
- package/src/tool/stairCalculator/i18n/pt.ts +2 -5
- package/src/tool/stairCalculator/i18n/ru.ts +2 -5
- package/src/tool/stairCalculator/i18n/sv.ts +2 -5
- package/src/tool/stairCalculator/i18n/tr.ts +2 -5
- package/src/tool/stairCalculator/i18n/zh.ts +2 -5
- package/src/tool/stairCalculator/seo.astro +2 -1
- package/src/tool/thermalExpansionCalculator/bibliography.astro +2 -9
- package/src/tool/thermalExpansionCalculator/bibliography.ts +16 -0
- package/src/tool/thermalExpansionCalculator/i18n/de.ts +2 -6
- package/src/tool/thermalExpansionCalculator/i18n/en.ts +2 -6
- package/src/tool/thermalExpansionCalculator/i18n/es.ts +2 -6
- package/src/tool/thermalExpansionCalculator/i18n/fr.ts +2 -6
- package/src/tool/thermalExpansionCalculator/i18n/id.ts +2 -6
- package/src/tool/thermalExpansionCalculator/i18n/it.ts +2 -6
- package/src/tool/thermalExpansionCalculator/i18n/ja.ts +2 -6
- package/src/tool/thermalExpansionCalculator/i18n/ko.ts +2 -6
- package/src/tool/thermalExpansionCalculator/i18n/nl.ts +2 -6
- package/src/tool/thermalExpansionCalculator/i18n/pl.ts +2 -6
- package/src/tool/thermalExpansionCalculator/i18n/pt.ts +2 -6
- package/src/tool/thermalExpansionCalculator/i18n/ru.ts +2 -6
- package/src/tool/thermalExpansionCalculator/i18n/sv.ts +2 -6
- package/src/tool/thermalExpansionCalculator/i18n/tr.ts +2 -6
- package/src/tool/thermalExpansionCalculator/i18n/zh.ts +2 -6
- package/src/tool/thermalExpansionCalculator/seo.astro +2 -1
- package/src/tool/voltageDropCalculator/bibliography.astro +2 -9
- package/src/tool/voltageDropCalculator/bibliography.ts +16 -0
- package/src/tool/voltageDropCalculator/i18n/de.ts +2 -5
- package/src/tool/voltageDropCalculator/i18n/en.ts +2 -6
- package/src/tool/voltageDropCalculator/i18n/es.ts +2 -6
- package/src/tool/voltageDropCalculator/i18n/fr.ts +2 -6
- package/src/tool/voltageDropCalculator/i18n/id.ts +2 -5
- package/src/tool/voltageDropCalculator/i18n/it.ts +2 -5
- package/src/tool/voltageDropCalculator/i18n/ja.ts +2 -5
- package/src/tool/voltageDropCalculator/i18n/ko.ts +2 -5
- package/src/tool/voltageDropCalculator/i18n/nl.ts +2 -5
- package/src/tool/voltageDropCalculator/i18n/pl.ts +2 -5
- package/src/tool/voltageDropCalculator/i18n/pt.ts +2 -5
- package/src/tool/voltageDropCalculator/i18n/ru.ts +2 -5
- package/src/tool/voltageDropCalculator/i18n/sv.ts +2 -5
- package/src/tool/voltageDropCalculator/i18n/tr.ts +2 -5
- package/src/tool/voltageDropCalculator/i18n/zh.ts +2 -5
- package/src/tool/voltageDropCalculator/seo.astro +2 -1
- package/src/tool/workshopFractionConverter/bibliography.astro +6 -0
- package/src/tool/workshopFractionConverter/bibliography.ts +12 -0
- package/src/tool/workshopFractionConverter/client.ts +183 -0
- package/src/tool/workshopFractionConverter/component.astro +226 -0
- package/src/tool/workshopFractionConverter/converter.ts +110 -0
- package/src/tool/workshopFractionConverter/engine.ts +223 -0
- package/src/tool/workshopFractionConverter/entry.ts +24 -0
- package/src/tool/workshopFractionConverter/i18n/de.ts +147 -0
- package/src/tool/workshopFractionConverter/i18n/en.ts +147 -0
- package/src/tool/workshopFractionConverter/i18n/es.ts +147 -0
- package/src/tool/workshopFractionConverter/i18n/fr.ts +147 -0
- package/src/tool/workshopFractionConverter/i18n/id.ts +147 -0
- package/src/tool/workshopFractionConverter/i18n/it.ts +147 -0
- package/src/tool/workshopFractionConverter/i18n/ja.ts +147 -0
- package/src/tool/workshopFractionConverter/i18n/ko.ts +147 -0
- package/src/tool/workshopFractionConverter/i18n/nl.ts +147 -0
- package/src/tool/workshopFractionConverter/i18n/pl.ts +147 -0
- package/src/tool/workshopFractionConverter/i18n/pt.ts +147 -0
- package/src/tool/workshopFractionConverter/i18n/ru.ts +147 -0
- package/src/tool/workshopFractionConverter/i18n/sv.ts +147 -0
- package/src/tool/workshopFractionConverter/i18n/tr.ts +147 -0
- package/src/tool/workshopFractionConverter/i18n/zh.ts +147 -0
- package/src/tool/workshopFractionConverter/index.ts +11 -0
- package/src/tool/workshopFractionConverter/seo.astro +15 -0
- package/src/tool/workshopFractionConverter/types-client.ts +89 -0
- package/src/tool/workshopFractionConverter/ui-updater.ts +94 -0
- package/src/tool/workshopFractionConverter/ui.ts +38 -0
- package/src/tool/workshopFractionConverter/workshop-fraction-converter.css +563 -0
- package/src/tools.ts +2 -1
- package/src/types.ts +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { ThermalExpansionCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'thermische-expansie-calculator';
|
|
6
7
|
const title = 'Thermische Expansie Calculator voor Balken en Structuren';
|
|
@@ -72,12 +73,7 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Veelgestelde Vragen',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'Coefficient of Thermal Expansion — Engineering Toolbox', url: 'https://www.engineeringtoolbox.com/linear-expansion-coefficients-d_95.html' },
|
|
78
|
-
{ name: 'Thermal expansion and temperature — Britannica', url: 'https://www.britannica.com/science/thermal-expansion' },
|
|
79
|
-
{ name: 'Linear Thermal Expansion — Physics Hypertextbook', url: 'https://physics.info/expansion/' },
|
|
80
|
-
],
|
|
76
|
+
bibliography,
|
|
81
77
|
howTo: howToData,
|
|
82
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
79
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { ThermalExpansionCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulator-rozszerzalnosci-cieplnej';
|
|
6
7
|
const title = 'Kalkulator Rozszerzalności Cieplnej Belek i Struktur';
|
|
@@ -72,12 +73,7 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Często Zadawane Pytania',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'Coefficient of Thermal Expansion — Engineering Toolbox', url: 'https://www.engineeringtoolbox.com/linear-expansion-coefficients-d_95.html' },
|
|
78
|
-
{ name: 'Thermal expansion and temperature — Britannica', url: 'https://www.britannica.com/science/thermal-expansion' },
|
|
79
|
-
{ name: 'Linear Thermal Expansion — Physics Hypertextbook', url: 'https://physics.info/expansion/' },
|
|
80
|
-
],
|
|
76
|
+
bibliography,
|
|
81
77
|
howTo: howToData,
|
|
82
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
79
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { ThermalExpansionCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculadora-dilatacao-termica';
|
|
6
7
|
const title = 'Calculadora de Dilatação Térmica de Vigas e Estruturas';
|
|
@@ -72,12 +73,7 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Perguntas Frequentes',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'Coefficient of Thermal Expansion — Engineering Toolbox', url: 'https://www.engineeringtoolbox.com/linear-expansion-coefficients-d_95.html' },
|
|
78
|
-
{ name: 'Thermal expansion and temperature — Britannica', url: 'https://www.britannica.com/science/thermal-expansion' },
|
|
79
|
-
{ name: 'Linear Thermal Expansion — Physics Hypertextbook', url: 'https://physics.info/expansion/' },
|
|
80
|
-
],
|
|
76
|
+
bibliography,
|
|
81
77
|
howTo: howToData,
|
|
82
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
79
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { ThermalExpansionCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulyator-teplovogo-rasshireniya';
|
|
6
7
|
const title = 'Калькулятор теплового расширения балок и конструкций';
|
|
@@ -72,12 +73,7 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Часто задаваемые вопросы',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'Coefficient of Thermal Expansion — Engineering Toolbox', url: 'https://www.engineeringtoolbox.com/linear-expansion-coefficients-d_95.html' },
|
|
78
|
-
{ name: 'Thermal expansion and temperature — Britannica', url: 'https://www.britannica.com/science/thermal-expansion' },
|
|
79
|
-
{ name: 'Linear Thermal Expansion — Physics Hypertextbook', url: 'https://physics.info/expansion/' },
|
|
80
|
-
],
|
|
76
|
+
bibliography,
|
|
81
77
|
howTo: howToData,
|
|
82
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
79
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { ThermalExpansionCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkylator-termisk-expansion';
|
|
6
7
|
const title = 'Kalkylator för termisk expansion av balkar och strukturer';
|
|
@@ -72,12 +73,7 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Vanliga frågor',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'Coefficient of Thermal Expansion — Engineering Toolbox', url: 'https://www.engineeringtoolbox.com/linear-expansion-coefficients-d_95.html' },
|
|
78
|
-
{ name: 'Thermal expansion and temperature — Britannica', url: 'https://www.britannica.com/science/thermal-expansion' },
|
|
79
|
-
{ name: 'Linear Thermal Expansion — Physics Hypertextbook', url: 'https://physics.info/expansion/' },
|
|
80
|
-
],
|
|
76
|
+
bibliography,
|
|
81
77
|
howTo: howToData,
|
|
82
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
79
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { ThermalExpansionCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'termal-genlesme-hesaplayici';
|
|
6
7
|
const title = 'Kiriş ve Yapıların Termal Genleşme Hesaplayıcısı';
|
|
@@ -72,12 +73,7 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Sıkça Sorulan Sorular',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'Termal Genleşme Katsayısı — Engineering Toolbox', url: 'https://www.engineeringtoolbox.com/linear-expansion-coefficients-d_95.html' },
|
|
78
|
-
{ name: 'Termal Genleşme ve Sıcaklık — Britannica', url: 'https://www.britannica.com/science/thermal-expansion' },
|
|
79
|
-
{ name: 'Lineer Termal Genleşme — Physics Hypertextbook', url: 'https://physics.info/expansion/' },
|
|
80
|
-
],
|
|
76
|
+
bibliography,
|
|
81
77
|
howTo: howToData,
|
|
82
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
79
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { ThermalExpansionCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'thermal-expansion-calculator';
|
|
6
7
|
const title = '梁与结构热膨胀计算器';
|
|
@@ -72,12 +73,7 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: '常见问题',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: '热膨胀系数 — Engineering Toolbox', url: 'https://www.engineeringtoolbox.com/linear-expansion-coefficients-d_95.html' },
|
|
78
|
-
{ name: '热膨胀与温度 — Britannica', url: 'https://www.britannica.com/science/thermal-expansion' },
|
|
79
|
-
{ name: '线热膨胀 — Physics Hypertextbook', url: 'https://physics.info/expansion/' },
|
|
80
|
-
],
|
|
76
|
+
bibliography,
|
|
81
77
|
howTo: howToData,
|
|
82
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
79
|
seo: [
|
|
@@ -6,9 +6,10 @@ import type { KnownLocale } from '../../types';
|
|
|
6
6
|
interface Props {
|
|
7
7
|
locale?: KnownLocale;
|
|
8
8
|
}
|
|
9
|
+
|
|
9
10
|
const { locale = 'es' } = Astro.props;
|
|
10
11
|
const content = await thermalExpansionCalculator.i18n[locale]?.();
|
|
11
12
|
if (!content) return null;
|
|
12
13
|
---
|
|
13
14
|
|
|
14
|
-
<SEORenderer content={{ locale
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -1,13 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from '../../types';
|
|
5
|
-
|
|
6
|
-
interface Props {
|
|
7
|
-
locale?: KnownLocale;
|
|
8
|
-
}
|
|
9
|
-
const { locale = 'es' } = Astro.props;
|
|
10
|
-
const content = await voltageDropCalculator.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
11
4
|
---
|
|
12
5
|
|
|
13
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{
|
|
5
|
+
name: 'IEC 60364: Low voltage electrical installations',
|
|
6
|
+
url: 'https://www.iec.ch/homepage',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'Voltage drop: Wikipedia',
|
|
10
|
+
url: 'https://en.wikipedia.org/wiki/Voltage_drop',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
name: 'Electrical resistivity and conductivity: Wikipedia',
|
|
14
|
+
url: 'https://en.wikipedia.org/wiki/Electrical_resistivity_and_conductivity',
|
|
15
|
+
},
|
|
16
|
+
];
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'spannungsabfall-rechner';
|
|
6
7
|
const title = 'Spannungsabfall Rechner und Kabelquerschnitt Rechner';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Häufig gestellte Fragen',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'DIN VDE 0100: Errichten von Niederspannungsanlagen', url: 'https://www.vde-verlag.de/normen/vde-0100.html' },
|
|
78
|
-
{ name: 'Ohmsches Gesetz und Widerstand: Wikipedia', url: 'https://de.wikipedia.org/wiki/Ohmsches_Gesetz' },
|
|
79
|
-
],
|
|
76
|
+
bibliography,
|
|
80
77
|
howTo: howToData,
|
|
81
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
79
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'voltage-drop-calculator';
|
|
6
7
|
const title = 'Voltage Drop Calculator: Wire Cross Section from Volts, Watts and Distance';
|
|
@@ -89,12 +90,7 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
89
90
|
description,
|
|
90
91
|
faqTitle: 'Frequently Asked Questions',
|
|
91
92
|
faq: faqData,
|
|
92
|
-
|
|
93
|
-
bibliography: [
|
|
94
|
-
{ name: 'IEC 60364: Low voltage electrical installations', url: 'https://www.iec.ch/homepage' },
|
|
95
|
-
{ name: 'Voltage drop: Wikipedia', url: 'https://en.wikipedia.org/wiki/Voltage_drop' },
|
|
96
|
-
{ name: 'Electrical resistivity and conductivity: Wikipedia', url: 'https://en.wikipedia.org/wiki/Electrical_resistivity_and_conductivity' },
|
|
97
|
-
],
|
|
93
|
+
bibliography,
|
|
98
94
|
howTo: howToData,
|
|
99
95
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
100
96
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculadora-caida-tension';
|
|
6
7
|
const title = 'Calculadora de Caída de Tensión y Sección de Cable';
|
|
@@ -89,12 +90,7 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
89
90
|
description,
|
|
90
91
|
faqTitle: 'Preguntas Frecuentes',
|
|
91
92
|
faq: faqData,
|
|
92
|
-
|
|
93
|
-
bibliography: [
|
|
94
|
-
{ name: 'IEC 60364: Instalaciones eléctricas de baja tensión', url: 'https://www.iec.ch/homepage' },
|
|
95
|
-
{ name: 'Ley de Ohm y Resistividad: Wikipedia', url: 'https://es.wikipedia.org/wiki/Resistividad' },
|
|
96
|
-
{ name: 'REBT: Reglamento Electrotécnico de Baja Tensión', url: 'https://www.boe.es/eli/es/rd/2002/08/02/842' },
|
|
97
|
-
],
|
|
93
|
+
bibliography,
|
|
98
94
|
howTo: howToData,
|
|
99
95
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
100
96
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculateur-chute-tension';
|
|
6
7
|
const title = 'Calculateur de Chute de Tension et Section de Câble';
|
|
@@ -89,12 +90,7 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
89
90
|
description,
|
|
90
91
|
faqTitle: 'Questions Fréquentes',
|
|
91
92
|
faq: faqData,
|
|
92
|
-
|
|
93
|
-
bibliography: [
|
|
94
|
-
{ name: 'IEC 60364: Installations électriques basse tension', url: 'https://www.iec.ch/homepage' },
|
|
95
|
-
{ name: 'Chute de tension: Wikipedia', url: 'https://fr.wikipedia.org/wiki/Chute_de_tension' },
|
|
96
|
-
{ name: 'Résistivité électrique: Wikipedia', url: 'https://fr.wikipedia.org/wiki/R%C3%A9sistivit%C3%A9' },
|
|
97
|
-
],
|
|
93
|
+
bibliography,
|
|
98
94
|
howTo: howToData,
|
|
99
95
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
100
96
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulator-jatuh-tegangan';
|
|
6
7
|
const title = 'Kalkulator Jatuh Tegangan dan Ukuran Kabel';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Pertanyaan Umum',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'IEC 60364: Instalasi Listrik Tegangan Rendah', url: 'https://www.iec.ch/' },
|
|
78
|
-
{ name: 'Hukum Ohm dan Resistivitas: Wikipedia', url: 'https://id.wikipedia.org/wiki/Hambatan_listrik' },
|
|
79
|
-
],
|
|
76
|
+
bibliography,
|
|
80
77
|
howTo: howToData,
|
|
81
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
79
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'calcolatore-caduta-tensione';
|
|
6
7
|
const title = 'Calcolatore di Caduta di Tensione e Sezione Cavo';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Domande Frequenti',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'IEC 60364: Impianti elettrici a bassa tensione', url: 'https://www.iec.ch/' },
|
|
78
|
-
{ name: 'Legge di Ohm e Resistività: Wikipedia', url: 'https://it.wikipedia.org/wiki/Resistivit%C3%A0_elettrica' },
|
|
79
|
-
],
|
|
76
|
+
bibliography,
|
|
80
77
|
howTo: howToData,
|
|
81
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
79
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'voltage-drop-calculator';
|
|
6
7
|
const title = '電圧降下・配線サイズ計算機';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'よくある質問',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'IEC 60364: 低圧電気設備', url: 'https://www.iec.ch/' },
|
|
78
|
-
{ name: 'オームの法則と抵抗率:Wikipedia', url: 'https://ja.wikipedia.org/wiki/%E9%9B%BB%E6%B0%97%E6%B5%B5%E6%8A%B5%E6%8E%87' },
|
|
79
|
-
],
|
|
76
|
+
bibliography,
|
|
80
77
|
howTo: howToData,
|
|
81
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
79
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'voltage-drop-calculator';
|
|
6
7
|
const title = '전압 강하 및 배선 굵기 계산기';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: '자주 묻는 질문',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'IEC 60364: 저압 전기 설비', url: 'https://www.iec.ch/' },
|
|
78
|
-
{ name: '옴의 법칙과 비저항: Wikipedia', url: 'https://ko.wikipedia.org/wiki/%EB%B9%84%EC%A0%80%ED%95%AD' },
|
|
79
|
-
],
|
|
76
|
+
bibliography,
|
|
80
77
|
howTo: howToData,
|
|
81
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
79
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'spanningsverlies-calculator';
|
|
6
7
|
const title = 'Spanningsverlies Calculator en Kabeldikte Berekenen';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Veelgestelde Vragen',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'IEC 60364: Elektrische installaties voor laagspanning', url: 'https://www.iec.ch/' },
|
|
78
|
-
{ name: 'Wet van Ohm en Weerstand: Wikipedia', url: 'https://nl.wikipedia.org/wiki/Wet_van_Ohm' },
|
|
79
|
-
],
|
|
76
|
+
bibliography,
|
|
80
77
|
howTo: howToData,
|
|
81
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
79
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulator-spadku-napiecia';
|
|
6
7
|
const title = 'Kalkulator Spadku Napięcia i Doboru Przekroju Kabla';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Często Zadawane Pytania',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'IEC 60364: Instalacje elektryczne niskiego napięcia', url: 'https://www.iec.ch/' },
|
|
78
|
-
{ name: 'Prawo Ohma i Rezystywność: Wikipedia', url: 'https://pl.wikipedia.org/wiki/Rezystywno%C5%9B%C4%87' },
|
|
79
|
-
],
|
|
76
|
+
bibliography,
|
|
80
77
|
howTo: howToData,
|
|
81
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
79
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculadora-queda-tensao';
|
|
6
7
|
const title = 'Calculadora de Queda de Tensão e Secção de Cabo';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Perguntas Frequentes',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'IEC 60364: Instalações elétricas de baixa tensão', url: 'https://www.iec.ch/' },
|
|
78
|
-
{ name: 'Lei de Ohm e Resistividade: Wikipedia', url: 'https://pt.wikipedia.org/wiki/Resistividade_el%C3%A9trica' },
|
|
79
|
-
],
|
|
76
|
+
bibliography,
|
|
80
77
|
howTo: howToData,
|
|
81
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
79
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulyator-padeniya-napryazheniya';
|
|
6
7
|
const title = 'Калькулятор падения напряжения и сечения кабеля';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Часто задаваемые вопросы',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'IEC 60364: Электроустановки низкого напряжения', url: 'https://www.iec.ch/' },
|
|
78
|
-
{ name: 'Закон Ома и удельное сопротивление: Википедия', url: 'https://ru.wikipedia.org/wiki/Удельное_электрическое_сопротивление' },
|
|
79
|
-
],
|
|
76
|
+
bibliography,
|
|
80
77
|
howTo: howToData,
|
|
81
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
79
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkylator-spanningsfall';
|
|
6
7
|
const title = 'Kalkylator för spänningsfall och kabelarea';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Vanliga frågor',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'IEC 60364: Elinstallationer för lågspänning', url: 'https://www.iec.ch/' },
|
|
78
|
-
{ name: 'Ohms lag och resistivitet: Wikipedia', url: 'https://sv.wikipedia.org/wiki/Resistivitet' },
|
|
79
|
-
],
|
|
76
|
+
bibliography,
|
|
80
77
|
howTo: howToData,
|
|
81
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
79
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'gerilim-dusumu-hesaplayici';
|
|
6
7
|
const title = 'Gerilim Düşümü ve Kablo Kesiti Hesaplayıcı';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Sıkça Sorulan Sorular',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'IEC 60364: Alçak Gerilim Elektrik Tesisatları', url: 'https://www.iec.ch/' },
|
|
78
|
-
{ name: 'Ohm Yasası ve Özdirenç: Wikipedia', url: 'https://tr.wikipedia.org/wiki/%C3%96zdiren%C3%A7' },
|
|
79
|
-
],
|
|
76
|
+
bibliography,
|
|
80
77
|
howTo: howToData,
|
|
81
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
79
|
seo: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'voltage-drop-calculator';
|
|
6
7
|
const title = '电压降与电缆线径计算器';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: '常见问题',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'IEC 60364:低压电气装置', url: 'https://www.iec.ch/' },
|
|
78
|
-
{ name: '欧姆定律与电阻率:维基百科', url: 'https://zh.wikipedia.org/wiki/%E7%94%B5%E9%98%BB%E7%8E%87' },
|
|
79
|
-
],
|
|
76
|
+
bibliography,
|
|
80
77
|
howTo: howToData,
|
|
81
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
79
|
seo: [
|
|
@@ -6,9 +6,10 @@ import type { KnownLocale } from '../../types';
|
|
|
6
6
|
interface Props {
|
|
7
7
|
locale?: KnownLocale;
|
|
8
8
|
}
|
|
9
|
+
|
|
9
10
|
const { locale = 'es' } = Astro.props;
|
|
10
11
|
const content = await voltageDropCalculator.i18n[locale]?.();
|
|
11
12
|
if (!content) return null;
|
|
12
13
|
---
|
|
13
14
|
|
|
14
|
-
<SEORenderer content={{ locale
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{
|
|
5
|
+
name: 'ISO 4759-1: Fasteners — Technical conditions of delivery — Part 1: Bolts, screws and studs',
|
|
6
|
+
url: 'https://www.iso.org/standard/40895.html',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'DIN 13 / DIN 912: Metric threads and fastener standards',
|
|
10
|
+
url: 'https://www.iso.org/standard/16901.html',
|
|
11
|
+
}
|
|
12
|
+
];
|