@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 { MortarCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulator-mortir';
|
|
6
7
|
const title = 'Proporsi Mortir Kapur Tradicional: Plester dan Acian';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<MortarCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Pertanyaan Umum',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'Vitruvius - De Architectura, Buku VII', url: 'https://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:2007.01.0072' },
|
|
78
|
-
{ name: 'Norma EN 459 - Kapur Konstruksi', url: 'https://www.une.org/encuentra-tu-norma/busca-tu-norma/norma?c=N0053796' },
|
|
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 { MortarCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'calcolatore-malte';
|
|
6
7
|
const title = 'Proporzioni Malte di Calce Tradizionali: Rinzaffo e Intonaco';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<MortarCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Domande Frequenti',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'Vitruvio - De Architectura, Libro VII', url: 'https://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:2007.01.0072' },
|
|
78
|
-
{ name: 'Norma EN 459 - Calci per l\'edilizia', url: 'https://www.une.org/encuentra-tu-norma/busca-tu-norma/norma?c=N0053796' },
|
|
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 { MortarCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'lime-mortar-calculator';
|
|
6
7
|
const title = '伝統的な石灰モルタル配合:下地と仕上げ';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<MortarCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'よくある質問',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'ヴィトルウィウス - 建築十書 第7巻', url: 'https://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:2007.01.0072' },
|
|
78
|
-
{ name: 'EN 459規格 - 建築用石灰', url: 'https://www.une.org/encuentra-tu-norma/busca-tu-norma/norma?c=N0053796' },
|
|
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 { MortarCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'lime-mortar-calculator';
|
|
6
7
|
const title = '전통 석회 모르타르 배합 비율: 초벌 및 정벌 바름';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<MortarCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: '자주 묻는 질문',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: '비트루비우스 - 건축십서 제7권', url: 'https://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:2007.01.0072' },
|
|
78
|
-
{ name: 'EN 459 규격 - 건축용 석회', url: 'https://www.une.org/encuentra-tu-norma/busca-tu-norma/norma?c=N0053796' },
|
|
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 { MortarCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'mortel-calculator';
|
|
6
7
|
const title = 'Traditionele Kalkmortel Verhoudingen: Pleisterwerk und Afwerking';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<MortarCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Veelgestelde Vragen',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'Vitruvius - De Architectura, Boek VII', url: 'https://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:2007.01.0072' },
|
|
78
|
-
{ name: 'Norm EN 459 - Bouwkalk', url: 'https://www.une.org/encuentra-tu-norma/busca-tu-norma/norma?c=N0053796' },
|
|
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 { MortarCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulator-zapraw';
|
|
6
7
|
const title = 'Proporcje Tradycyjnych Zapraw Wapiennych: Tynki i Gładzie';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<MortarCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Często Zadawane Pytania',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'Witruwiusz - De Architectura, Księga VII', url: 'https://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:2007.01.0072' },
|
|
78
|
-
{ name: 'Norma EN 459 - Wapno budowlane', url: 'https://www.une.org/encuentra-tu-norma/busca-tu-norma/norma?c=N0053796' },
|
|
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 { MortarCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculadora-argamassas';
|
|
6
7
|
const title = 'Proporções Argamassas de Cal Tradicionais: Emboço e Reboco';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<MortarCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Perguntas Frequentes',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'Vitrúvio - De Architectura, Livro VII', url: 'https://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:2007.01.0072' },
|
|
78
|
-
{ name: 'Norma EN 459 - Cais para a Construção', url: 'https://www.une.org/encuentra-tu-norma/busca-tu-norma/norma?c=N0053796' },
|
|
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 { MortarCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulyator-rastvora';
|
|
6
7
|
const title = 'Пропорции традиционных известковых растворов: штукатурка и отделка';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<MortarCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Часто задаваемые вопросы',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'Витрувий — Десять книг об архитектуре, Книга VII', url: 'https://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:2007.01.0072' },
|
|
78
|
-
{ name: 'Стандарт EN 459 — Строительная известь', url: 'https://www.une.org/encuentra-tu-norma/busca-tu-norma/norma?c=N0053796' },
|
|
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 { MortarCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'bruk-kalkylator';
|
|
6
7
|
const title = 'Traditionella proportioner för kalkbruk: puts och ytfinish';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<MortarCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Vanliga frågor',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'Vitruvius - De Architectura, Bok VII', url: 'https://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:2007.01.0072' },
|
|
78
|
-
{ name: 'Standard EN 459 - Byggkalk', url: 'https://www.une.org/encuentra-tu-norma/busca-tu-norma/norma?c=N0053796' },
|
|
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 { MortarCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'harc-hesaplayici';
|
|
6
7
|
const title = 'Geleneksel Kireç Harcı Oranları: Sıva ve Kaplama';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<MortarCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Sıkça Sorulan Sorular',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'Vitruvius - Mimarlık Üzerine On Kitap, 7. Kitap', url: 'https://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:2007.01.0072' },
|
|
78
|
-
{ name: 'EN 459 Standartı - Yapı Kireçleri', url: 'https://www.une.org/encuentra-tu-norma/busca-tu-norma/norma?c=N0053796' },
|
|
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 { MortarCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'lime-mortar-calculator';
|
|
6
7
|
const title = '传统石灰砂浆比例:粉刷与抹灰';
|
|
@@ -72,11 +73,7 @@ export const content: ToolLocaleContent<MortarCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: '常见问题',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: '维特鲁威 - 建筑十书,第七卷', url: 'https://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:2007.01.0072' },
|
|
78
|
-
{ name: 'EN 459 标准 - 建筑石灰', url: 'https://www.une.org/encuentra-tu-norma/busca-tu-norma/norma?c=N0053796' },
|
|
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 mortarCalculator.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 passepartoutCalculator.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: 'ISO 9706: Permanence of Paper for Documents',
|
|
6
|
+
url: 'https://www.iso.org/standard/22495.html',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'PPFA: Professional Picture Framers Association',
|
|
10
|
+
url: 'https://ppfa.com/',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
name: 'Fine Art Trade Guild: Framing Standards',
|
|
14
|
+
url: 'https://www.fineart.co.uk/',
|
|
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 { PassepartoutCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'passepartout-rechner';
|
|
6
7
|
const title = 'Passepartout Rechner: Ränder mit optischer Korrektur für Einrahmungen';
|
|
@@ -72,12 +73,7 @@ export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Häufig gestellte Fragen',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'ISO 9706: Permanentes Papier für Dokumente', url: 'https://www.iso.org/standard/22495.html' },
|
|
78
|
-
{ name: 'PPFA: Professional Picture Framers Association', url: 'https://ppfa.com/' },
|
|
79
|
-
{ name: 'Fine Art Trade Guild: Framing Standards', url: 'https://www.fineart.co.uk/' },
|
|
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 { PassepartoutCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'passepartout-calculator';
|
|
6
7
|
const title = 'Passepartout Calculator: Mat Board Margins with Optical Center Correction';
|
|
@@ -89,21 +90,7 @@ export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
|
|
|
89
90
|
description,
|
|
90
91
|
faqTitle: 'Frequently Asked Questions',
|
|
91
92
|
faq: faqData,
|
|
92
|
-
|
|
93
|
-
bibliography: [
|
|
94
|
-
{
|
|
95
|
-
name: 'ISO 9706: Permanence of Paper for Documents',
|
|
96
|
-
url: 'https://www.iso.org/standard/22495.html',
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
name: 'PPFA: Professional Picture Framers Association',
|
|
100
|
-
url: 'https://ppfa.com/',
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
name: 'Fine Art Trade Guild: Framing Standards',
|
|
104
|
-
url: 'https://www.fineart.co.uk/',
|
|
105
|
-
},
|
|
106
|
-
],
|
|
93
|
+
bibliography,
|
|
107
94
|
howTo: howToData,
|
|
108
95
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
109
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 { PassepartoutCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculadora-passepartout';
|
|
6
7
|
const title = 'Calculadora Passepartout: Márgenes con Corrección Óptica para Enmarcado';
|
|
@@ -89,21 +90,7 @@ export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
|
|
|
89
90
|
description,
|
|
90
91
|
faqTitle: 'Preguntas Frecuentes',
|
|
91
92
|
faq: faqData,
|
|
92
|
-
|
|
93
|
-
bibliography: [
|
|
94
|
-
{
|
|
95
|
-
name: 'ISO 9706: Papel permanente para documentos',
|
|
96
|
-
url: 'https://www.iso.org/standard/22495.html',
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
name: 'PPFA: Professional Picture Framers Association',
|
|
100
|
-
url: 'https://ppfa.com/',
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
name: 'Fine Art Trade Guild: Framing Standards',
|
|
104
|
-
url: 'https://www.fineart.co.uk/',
|
|
105
|
-
},
|
|
106
|
-
],
|
|
93
|
+
bibliography,
|
|
107
94
|
howTo: howToData,
|
|
108
95
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
109
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 { PassepartoutCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculateur-passe-partout';
|
|
6
7
|
const title = 'Calculateur Passepartout: Marges avec Correction Optique pour Encadrement';
|
|
@@ -89,21 +90,7 @@ export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
|
|
|
89
90
|
description,
|
|
90
91
|
faqTitle: 'Questions Fréquentes',
|
|
91
92
|
faq: faqData,
|
|
92
|
-
|
|
93
|
-
bibliography: [
|
|
94
|
-
{
|
|
95
|
-
name: 'ISO 9706: Permanence du papier pour documents',
|
|
96
|
-
url: 'https://www.iso.org/standard/22495.html',
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
name: 'PPFA: Professional Picture Framers Association',
|
|
100
|
-
url: 'https://ppfa.com/',
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
name: 'Fine Art Trade Guild: Normes d\'encadrement',
|
|
104
|
-
url: 'https://www.fineart.co.uk/',
|
|
105
|
-
},
|
|
106
|
-
],
|
|
93
|
+
bibliography,
|
|
107
94
|
howTo: howToData,
|
|
108
95
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
109
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 { PassepartoutCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulator-passepartout';
|
|
6
7
|
const title = 'Kalkulator Passepartout: Margin dengan Koreksi Optik untuk Pembingkaian';
|
|
@@ -72,12 +73,7 @@ export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Pertanyaan Umum',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'ISO 9706: Kertas permanen untuk dokumen', url: 'https://www.iso.org/standard/22495.html' },
|
|
78
|
-
{ name: 'PPFA: Professional Picture Framers Association', url: 'https://ppfa.com/' },
|
|
79
|
-
{ name: 'Fine Art Trade Guild: Standar Pembingkaian', url: 'https://www.fineart.co.uk/' },
|
|
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 { PassepartoutCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'calcolatore-passepartout';
|
|
6
7
|
const title = 'Calcolatore Passepartout: Margini con Correzione Ottica per Incorniciatura';
|
|
@@ -72,12 +73,7 @@ export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Domande Frequenti',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'ISO 9706: Carta permanente per documenti', url: 'https://www.iso.org/standard/22495.html' },
|
|
78
|
-
{ name: 'PPFA: Professional Picture Framers Association', url: 'https://ppfa.com/' },
|
|
79
|
-
{ name: 'Fine Art Trade Guild: Framing Standards', url: 'https://www.fineart.co.uk/' },
|
|
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 { 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: Professional Picture Framers Association', url: 'https://ppfa.com/' },
|
|
79
|
-
{ name: 'Fine Art Trade Guild: 額装基準', url: 'https://www.fineart.co.uk/' },
|
|
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 { 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: 'Fine Art Trade Guild: 액자 제작 표준', url: 'https://www.fineart.co.uk/' },
|
|
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 { PassepartoutCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'passepartout-rekenmachine';
|
|
6
7
|
const title = 'Passepartout Calculator: Marges met Optische Correctie voor Inlijsten';
|
|
@@ -72,12 +73,7 @@ export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Veelgestelde Vragen',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'ISO 9706: Permanent papier voor documenten', url: 'https://www.iso.org/standard/22495.html' },
|
|
78
|
-
{ name: 'PPFA: Professional Picture Framers Association', url: 'https://ppfa.com/' },
|
|
79
|
-
{ name: 'Fine Art Trade Guild: Framing Standards', url: 'https://www.fineart.co.uk/' },
|
|
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 { PassepartoutCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulator-passe-partout';
|
|
6
7
|
const title = 'Kalkulator Passepartout: Marginesy z Korekcją Optyczną do Oprawiania';
|
|
@@ -72,12 +73,7 @@ export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Często Zadawane Pytania',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'ISO 9706: Trwały papier do dokumentów', url: 'https://www.iso.org/standard/22495.html' },
|
|
78
|
-
{ name: 'PPFA: Professional Picture Framers Association', url: 'https://ppfa.com/' },
|
|
79
|
-
{ name: 'Fine Art Trade Guild: Standardy Oprawiania', url: 'https://www.fineart.co.uk/' },
|
|
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 { PassepartoutCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculadora-de-passepartout';
|
|
6
7
|
const title = 'Calculadora Passepartout: Margens com Correção Ótica para Emolduramento';
|
|
@@ -72,12 +73,7 @@ export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Perguntas Frequentes',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'ISO 9706: Papel permanente para documentos', url: 'https://www.iso.org/standard/22495.html' },
|
|
78
|
-
{ name: 'PPFA: Professional Picture Framers Association', url: 'https://ppfa.com/' },
|
|
79
|
-
{ name: 'Fine Art Trade Guild: Framing Standards', url: 'https://www.fineart.co.uk/' },
|
|
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 { PassepartoutCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulyator-passepartu';
|
|
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: 'Fine Art Trade Guild: Стандарты оформления', url: 'https://www.fineart.co.uk/' },
|
|
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 { PassepartoutCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'passepartout-kalkylator';
|
|
6
7
|
const title = 'Passepartout kalkylator: Marginaler med optisk korrektion för inramning';
|
|
@@ -72,12 +73,7 @@ export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Vanliga frågor',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'ISO 9706: Permanent papper för dokument', url: 'https://www.iso.org/standard/22495.html' },
|
|
78
|
-
{ name: 'PPFA: Professional Picture Framers Association', url: 'https://ppfa.com/' },
|
|
79
|
-
{ name: 'Fine Art Trade Guild: Inramningsstandarder', url: 'https://www.fineart.co.uk/' },
|
|
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 { PassepartoutCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'paspartu-hesaplayici';
|
|
6
7
|
const title = 'Paspartu Hesaplayıcı: Çerçeveleme İçin Optik Gözetimli Kenar Boşlukları';
|
|
@@ -72,12 +73,7 @@ export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
|
|
|
72
73
|
description,
|
|
73
74
|
faqTitle: 'Sıkça Sorulan Sorular',
|
|
74
75
|
faq: faqData,
|
|
75
|
-
|
|
76
|
-
bibliography: [
|
|
77
|
-
{ name: 'ISO 9706: Belgeler için kalıcı kağıt', url: 'https://www.iso.org/standard/22495.html' },
|
|
78
|
-
{ name: 'PPFA: Professional Picture Framers Association', url: 'https://ppfa.com/' },
|
|
79
|
-
{ name: 'Fine Art Trade Guild: Çerçeveleme Standartları', url: 'https://www.fineart.co.uk/' },
|
|
80
|
-
],
|
|
76
|
+
bibliography,
|
|
81
77
|
howTo: howToData,
|
|
82
78
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
79
|
seo: [
|