@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 { PassepartoutCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'passepartout-calculator';
|
|
6
7
|
const title = '卡纸计算器:具有视觉偏差补偿的装裱边距';
|
|
@@ -72,12 +73,7 @@ export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: '常见问题',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'ISO 9706:文档用永久性纸张', url: 'https://www.iso.org/standard/22495.html' },
|
|
78
|
-
{ name: 'PPFA:专业画框装裱师协会', url: 'https://ppfa.com/' },
|
|
79
|
-
{ name: '艺术贸易公会:装裱标准', url: 'https://www.fineart.co.uk/' },
|
|
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 passepartoutCalculator.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 stairCalculator.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: 'Building Code - Stair Design Standards',
|
|
6
|
+
url: 'https://www.ibc.org/',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'Blondel\'s Law - Wikipedia',
|
|
10
|
+
url: 'https://en.wikipedia.org/wiki/Staircase',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
name: 'ISO 12122-1: Building stairs - Performance requirements',
|
|
14
|
+
url: 'https://www.iso.org/',
|
|
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 { StairCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'treppen-rechner';
|
|
6
7
|
const title = 'Treppenrechner: Planung und Ausführung';
|
|
@@ -76,11 +77,7 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
|
|
|
76
77
|
description,
|
|
77
78
|
faqTitle: 'Häufig gestellte Fragen',
|
|
78
79
|
faq: faqData,
|
|
79
|
-
|
|
80
|
-
bibliography: [
|
|
81
|
-
{ name: 'DIN 18065: Gebäudetreppen', url: 'https://www.beuth.de/de/norm/din-18065/233056075' },
|
|
82
|
-
{ name: 'Schrittmaßregel - Wikipedia', url: 'https://de.wikipedia.org/wiki/Treppensteigung' },
|
|
83
|
-
],
|
|
80
|
+
bibliography,
|
|
84
81
|
howTo: howToData,
|
|
85
82
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
86
83
|
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 { StairCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'stair-calculator';
|
|
6
7
|
const title = 'Stair Calculator: Design and Execution';
|
|
@@ -76,12 +77,7 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
|
|
|
76
77
|
description,
|
|
77
78
|
faqTitle: 'Frequently Asked Questions',
|
|
78
79
|
faq: faqData,
|
|
79
|
-
|
|
80
|
-
bibliography: [
|
|
81
|
-
{ name: 'Building Code - Stair Design Standards', url: 'https://www.ibc.org/' },
|
|
82
|
-
{ name: 'Blondel\'s Law - Wikipedia', url: 'https://en.wikipedia.org/wiki/Staircase' },
|
|
83
|
-
{ name: 'ISO 12122-1: Building stairs - Performance requirements', url: 'https://www.iso.org/' },
|
|
84
|
-
],
|
|
80
|
+
bibliography,
|
|
85
81
|
howTo: howToData,
|
|
86
82
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
87
83
|
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 { StairCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculadora-escaleras';
|
|
6
7
|
const title = 'Calculadora de Escaleras: Diseño y Ejecución';
|
|
@@ -76,12 +77,7 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
|
|
|
76
77
|
description,
|
|
77
78
|
faqTitle: 'Preguntas Frecuentes',
|
|
78
79
|
faq: faqData,
|
|
79
|
-
|
|
80
|
-
bibliography: [
|
|
81
|
-
{ name: 'CTE DB SUA Seguridad de Utilización y Accesibilidad', url: 'https://www.codigotecnico.org/' },
|
|
82
|
-
{ name: 'Ley de Blondel - Wikipedia', url: 'https://es.wikipedia.org/wiki/Escalera#Geometr%C3%ADa_de_la_escalera' },
|
|
83
|
-
{ name: 'Instrucción para la Recepción de Cementos (RC-16)', url: 'https://www.fomento.gob.es/' },
|
|
84
|
-
],
|
|
80
|
+
bibliography,
|
|
85
81
|
howTo: howToData,
|
|
86
82
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
87
83
|
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 { StairCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculatrice-escaliers';
|
|
6
7
|
const title = 'Calculatrice d\'Escaliers: Conception et Exécution';
|
|
@@ -76,12 +77,7 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
|
|
|
76
77
|
description,
|
|
77
78
|
faqTitle: 'Questions Fréquentes',
|
|
78
79
|
faq: faqData,
|
|
79
|
-
|
|
80
|
-
bibliography: [
|
|
81
|
-
{ name: 'Règles de construction des escaliers intérieurs - DTU', url: 'https://www.afnor.org/' },
|
|
82
|
-
{ name: 'Loi de Blondel - Wikipédia', url: 'https://fr.wikipedia.org/wiki/Escalier' },
|
|
83
|
-
{ name: 'ISO 12122-1: Escaliers de bâtiment - Prescriptions de sécurité', url: 'https://www.iso.org/' },
|
|
84
|
-
],
|
|
80
|
+
bibliography,
|
|
85
81
|
howTo: howToData,
|
|
86
82
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
87
83
|
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 { StairCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulator-tangga';
|
|
6
7
|
const title = 'Kalkulator Tangga: Desain dan Pelaksanaan';
|
|
@@ -76,11 +77,7 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
|
|
|
76
77
|
description,
|
|
77
78
|
faqTitle: 'Pertanyaan Umum',
|
|
78
79
|
faq: faqData,
|
|
79
|
-
|
|
80
|
-
bibliography: [
|
|
81
|
-
{ name: 'Standar Keamanan dan Aksesibilitas', url: 'https://id.wikipedia.org/wiki/Tangga' },
|
|
82
|
-
{ name: 'Hukum Blondel - Wikipedia', url: 'https://en.wikipedia.org/wiki/Stairs#Blondel\'s_Rule' },
|
|
83
|
-
],
|
|
80
|
+
bibliography,
|
|
84
81
|
howTo: howToData,
|
|
85
82
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
86
83
|
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 { StairCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'calcolatore-scale';
|
|
6
7
|
const title = 'Calcolatore per Scale: Progettazione ed Esecuzione';
|
|
@@ -76,11 +77,7 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
|
|
|
76
77
|
description,
|
|
77
78
|
faqTitle: 'Domande Frequenti',
|
|
78
79
|
faq: faqData,
|
|
79
|
-
|
|
80
|
-
bibliography: [
|
|
81
|
-
{ name: 'Norme per la progettazione delle scale', url: 'https://it.wikipedia.org/wiki/Scala_(architettura)' },
|
|
82
|
-
{ name: 'Legge di Blondel - Wikipedia', url: 'https://it.wikipedia.org/wiki/Alzata_e_pedata' },
|
|
83
|
-
],
|
|
80
|
+
bibliography,
|
|
84
81
|
howTo: howToData,
|
|
85
82
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
86
83
|
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 { StairCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'stair-calculator';
|
|
6
7
|
const title = '階段計算機:設計と施工';
|
|
@@ -76,11 +77,7 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
|
|
|
76
77
|
description,
|
|
77
78
|
faqTitle: 'よくある質問',
|
|
78
79
|
faq: faqData,
|
|
79
|
-
|
|
80
|
-
bibliography: [
|
|
81
|
-
{ name: '建築基準法(階段の規定)', url: 'https://ja.wikipedia.org/wiki/%E9%9A%8E%E6%AE%B5' },
|
|
82
|
-
{ name: 'ブロンデルの法則 - Wikipedia(英語)', url: 'https://en.wikipedia.org/wiki/Stairs#Blondel\'s_Rule' },
|
|
83
|
-
],
|
|
80
|
+
bibliography,
|
|
84
81
|
howTo: howToData,
|
|
85
82
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
86
83
|
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 { StairCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'stair-calculator';
|
|
6
7
|
const title = '계단 계산기: 설계 및 시공';
|
|
@@ -76,11 +77,7 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
|
|
|
76
77
|
description,
|
|
77
78
|
faqTitle: '자주 묻는 질문',
|
|
78
79
|
faq: faqData,
|
|
79
|
-
|
|
80
|
-
bibliography: [
|
|
81
|
-
{ name: '건축법 계단 규정 관련 자료', url: 'https://ko.wikipedia.org/wiki/%EA%B3%84%EB%8B%A8' },
|
|
82
|
-
{ name: '블론델의 법칙 - Wikipedia (영어)', url: 'https://en.wikipedia.org/wiki/Stairs#Blondel\'s_Rule' },
|
|
83
|
-
],
|
|
80
|
+
bibliography,
|
|
84
81
|
howTo: howToData,
|
|
85
82
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
86
83
|
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 { StairCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'trap-calculator';
|
|
6
7
|
const title = 'Trap Calculator: Ontwerp en Uitvoering';
|
|
@@ -76,11 +77,7 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
|
|
|
76
77
|
description,
|
|
77
78
|
faqTitle: 'Veelgestelde Vragen',
|
|
78
79
|
faq: faqData,
|
|
79
|
-
|
|
80
|
-
bibliography: [
|
|
81
|
-
{ name: 'NEN 3502: Trappen in woningen', url: 'https://www.nen.nl/nen-3502-1981-nl' },
|
|
82
|
-
{ name: 'Wet van Blondel - Wikipedia', url: 'https://nl.wikipedia.org/wiki/Trap_(bouwkunde)#Wet_van_Blondel' },
|
|
83
|
-
],
|
|
80
|
+
bibliography,
|
|
84
81
|
howTo: howToData,
|
|
85
82
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
86
83
|
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 { StairCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulator-schodow';
|
|
6
7
|
const title = 'Kalkulator Schodów: Projektowanie i Wykonawstwo';
|
|
@@ -76,11 +77,7 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
|
|
|
76
77
|
description,
|
|
77
78
|
faqTitle: 'Często Zadawane Pytania',
|
|
78
79
|
faq: faqData,
|
|
79
|
-
|
|
80
|
-
bibliography: [
|
|
81
|
-
{ name: 'Warunki Techniczne budynków - Schody', url: 'https://isap.sejm.gov.pl/' },
|
|
82
|
-
{ name: 'Prawo Blondela - Wikipedia', url: 'https://pl.wikipedia.org/wiki/Schody#Wymiary_stopni' },
|
|
83
|
-
],
|
|
80
|
+
bibliography,
|
|
84
81
|
howTo: howToData,
|
|
85
82
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
86
83
|
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 { StairCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculadora-escadas';
|
|
6
7
|
const title = 'Calculadora de Escadas: Design e Execução';
|
|
@@ -76,11 +77,7 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
|
|
|
76
77
|
description,
|
|
77
78
|
faqTitle: 'Perguntas Frequentes',
|
|
78
79
|
faq: faqData,
|
|
79
|
-
|
|
80
|
-
bibliography: [
|
|
81
|
-
{ name: 'Regras de Dimensionamento de Escadas', url: 'https://pt.wikipedia.org/wiki/Escada' },
|
|
82
|
-
{ name: 'Lei de Blondel - Wikipedia', url: 'https://pt.wikipedia.org/wiki/Escada#Dimensionamento' },
|
|
83
|
-
],
|
|
80
|
+
bibliography,
|
|
84
81
|
howTo: howToData,
|
|
85
82
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
86
83
|
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 { StairCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulyator-lestnic';
|
|
6
7
|
const title = 'Калькулятор лестниц: проектирование и расчет';
|
|
@@ -76,11 +77,7 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
|
|
|
76
77
|
description,
|
|
77
78
|
faqTitle: 'Часто задаваемые вопросы',
|
|
78
79
|
faq: faqData,
|
|
79
|
-
|
|
80
|
-
bibliography: [
|
|
81
|
-
{ name: 'ГОСТ и СНиП на устройство лестниц', url: 'https://ru.wikipedia.org/wiki/Лестница' },
|
|
82
|
-
{ name: 'Закон Блонделя — Википедия', url: 'https://ru.wikipedia.org/wiki/Лестница#Геометрия_лестницы' },
|
|
83
|
-
],
|
|
80
|
+
bibliography,
|
|
84
81
|
howTo: howToData,
|
|
85
82
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
86
83
|
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 { StairCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'trapp-kalkylator';
|
|
6
7
|
const title = 'Trappkalkylator: Planering och Utförande';
|
|
@@ -76,11 +77,7 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
|
|
|
76
77
|
description,
|
|
77
78
|
faqTitle: 'Vanliga frågor',
|
|
78
79
|
faq: faqData,
|
|
79
|
-
|
|
80
|
-
bibliography: [
|
|
81
|
-
{ name: 'Trappor i byggnader - Regler', url: 'https://sv.wikipedia.org/wiki/Trappa' },
|
|
82
|
-
{ name: 'Blondels lag - Wikipedia (engelska)', url: 'https://en.wikipedia.org/wiki/Stairs#Blondel\'s_Rule' },
|
|
83
|
-
],
|
|
80
|
+
bibliography,
|
|
84
81
|
howTo: howToData,
|
|
85
82
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
86
83
|
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 { StairCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'merdiven-hesaplayici';
|
|
6
7
|
const title = 'Merdiven Hesaplayıcı: Tasarım ve Uygulama';
|
|
@@ -76,11 +77,7 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
|
|
|
76
77
|
description,
|
|
77
78
|
faqTitle: 'Sıkça Sorulan Sorular',
|
|
78
79
|
faq: faqData,
|
|
79
|
-
|
|
80
|
-
bibliography: [
|
|
81
|
-
{ name: 'Merdivenlerin Planlanması ve Yönetmelikler', url: 'https://tr.wikipedia.org/wiki/Merdiven' },
|
|
82
|
-
{ name: 'Blondel Yasası - Wikipedia (İngilizce)', url: 'https://en.wikipedia.org/wiki/Stairs#Blondel\'s_Rule' },
|
|
83
|
-
],
|
|
80
|
+
bibliography,
|
|
84
81
|
howTo: howToData,
|
|
85
82
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
86
83
|
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 { StairCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'stair-calculator';
|
|
6
7
|
const title = '楼梯计算器:设计与施工';
|
|
@@ -76,11 +77,7 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
|
|
|
76
77
|
description,
|
|
77
78
|
faqTitle: '常见问题',
|
|
78
79
|
faq: faqData,
|
|
79
|
-
|
|
80
|
-
bibliography: [
|
|
81
|
-
{ name: 'CTE 建筑安全与无障碍性规范', url: 'https://www.codigotecnico.org/' },
|
|
82
|
-
{ name: '布隆德尔法则 - 维基百科', url: 'https://en.wikipedia.org/wiki/Stairs#Blondel\'s_Rule' },
|
|
83
|
-
],
|
|
80
|
+
bibliography,
|
|
84
81
|
howTo: howToData,
|
|
85
82
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
86
83
|
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 stairCalculator.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 thermalExpansionCalculator.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: 'Coefficient of Thermal Expansion — Engineering Toolbox',
|
|
6
|
+
url: 'https://www.engineeringtoolbox.com/linear-expansion-coefficients-d_95.html',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'Thermal expansion and temperature — Britannica',
|
|
10
|
+
url: 'https://www.britannica.com/science/thermal-expansion',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
name: 'Linear Thermal Expansion — Physics Hypertextbook',
|
|
14
|
+
url: 'https://physics.info/expansion/',
|
|
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 { ThermalExpansionCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'waermeausdehnungs-rechner';
|
|
6
7
|
const title = 'Rechner für thermische Ausdehnung von Balken und Strukturen';
|
|
@@ -72,12 +73,7 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Häufig gestellte Fragen',
|
|
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 = 'thermal-expansion-calculator';
|
|
6
7
|
const title = 'Thermal Expansion Calculator for Beams and Structural Materials';
|
|
@@ -89,12 +90,7 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
|
89
90
|
description,
|
|
90
91
|
faqTitle: 'Frequently Asked Questions',
|
|
91
92
|
faq: faqData,
|
|
92
|
-
|
|
93
|
-
bibliography: [
|
|
94
|
-
{ name: 'Coefficient of Thermal Expansion — Engineering Toolbox', url: 'https://www.engineeringtoolbox.com/linear-expansion-coefficients-d_95.html' },
|
|
95
|
-
{ name: 'Thermal expansion and temperature — Britannica', url: 'https://www.britannica.com/science/thermal-expansion' },
|
|
96
|
-
{ name: 'Linear Thermal Expansion — Physics Hypertextbook', url: 'https://physics.info/expansion/' },
|
|
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 { ThermalExpansionCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculadora-dilatacion-termica';
|
|
6
7
|
const title = 'Calculadora de Dilatación Térmica de Vigas y Estructuras';
|
|
@@ -89,12 +90,7 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
|
89
90
|
description,
|
|
90
91
|
faqTitle: 'Preguntas Frecuentes',
|
|
91
92
|
faq: faqData,
|
|
92
|
-
|
|
93
|
-
bibliography: [
|
|
94
|
-
{ name: 'Coefficient of Thermal Expansion — Engineering Toolbox', url: 'https://www.engineeringtoolbox.com/linear-expansion-coefficients-d_95.html' },
|
|
95
|
-
{ name: 'Thermal expansion and temperature — Britannica', url: 'https://www.britannica.com/science/thermal-expansion' },
|
|
96
|
-
{ name: 'Linear Thermal Expansion — Physics Hypertextbook', url: 'https://physics.info/expansion/' },
|
|
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 { ThermalExpansionCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculateur-dilatation-thermique';
|
|
6
7
|
const title = 'Calculateur de Dilatation Thermique pour Structures et Poutres';
|
|
@@ -89,12 +90,7 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
|
89
90
|
description,
|
|
90
91
|
faqTitle: 'Questions Fréquentes',
|
|
91
92
|
faq: faqData,
|
|
92
|
-
|
|
93
|
-
bibliography: [
|
|
94
|
-
{ name: 'Coefficient of Thermal Expansion — Engineering Toolbox', url: 'https://www.engineeringtoolbox.com/linear-expansion-coefficients-d_95.html' },
|
|
95
|
-
{ name: 'Thermal expansion and temperature — Britannica', url: 'https://www.britannica.com/science/thermal-expansion' },
|
|
96
|
-
{ name: 'Linear Thermal Expansion — Physics Hypertextbook', url: 'https://physics.info/expansion/' },
|
|
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 { ThermalExpansionCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulator-pemuaian-panas';
|
|
6
7
|
const title = 'Kalkulator Pemuaian Panas Balok dan Struktur';
|
|
@@ -72,12 +73,7 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Pertanyaan Umum',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'Koefisien Ekspansi Termal — Engineering Toolbox', url: 'https://www.engineeringtoolbox.com/linear-expansion-coefficients-d_95.html' },
|
|
78
|
-
{ name: 'Ekspansi Termal dan Suhu — Britannica', url: 'https://www.britannica.com/science/thermal-expansion' },
|
|
79
|
-
{ name: 'Ekspansi Termal Linier — 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 = 'calcolatore-dilatazione-termica';
|
|
6
7
|
const title = 'Calcolatore di Dilatazione Termica di Travi e Strutture';
|
|
@@ -72,12 +73,7 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Domande Frequenti',
|
|
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 = '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: [
|
|
@@ -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: [
|