@jjlmoya/utils-textiles 1.13.0 → 1.14.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/pages/[locale]/[slug].astro +30 -14
- package/src/tests/locale_completeness.test.ts +0 -33
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tool/burnTest/bibliography.astro +2 -10
- package/src/tool/burnTest/bibliography.ts +16 -0
- package/src/tool/burnTest/i18n/de.ts +2 -16
- package/src/tool/burnTest/i18n/en.ts +2 -16
- package/src/tool/burnTest/i18n/es.ts +2 -16
- package/src/tool/burnTest/i18n/fr.ts +2 -16
- package/src/tool/burnTest/i18n/id.ts +2 -16
- package/src/tool/burnTest/i18n/it.ts +2 -16
- package/src/tool/burnTest/i18n/ja.ts +2 -16
- package/src/tool/burnTest/i18n/ko.ts +2 -16
- package/src/tool/burnTest/i18n/nl.ts +2 -16
- package/src/tool/burnTest/i18n/pl.ts +2 -16
- package/src/tool/burnTest/i18n/pt.ts +2 -16
- package/src/tool/burnTest/i18n/ru.ts +2 -16
- package/src/tool/burnTest/i18n/sv.ts +2 -16
- package/src/tool/burnTest/i18n/tr.ts +2 -16
- package/src/tool/burnTest/i18n/zh.ts +2 -16
- package/src/tool/burnTest/index.ts +1 -0
- package/src/tool/burnTest/seo.astro +2 -27
- package/src/tool/clothingSizeConverter/bibliography.astro +2 -10
- package/src/tool/clothingSizeConverter/bibliography.ts +10 -0
- package/src/tool/clothingSizeConverter/i18n/de.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/en.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/es.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/fr.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/id.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/it.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/ja.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/ko.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/nl.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/pl.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/pt.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/ru.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/sv.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/tr.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/zh.ts +2 -10
- package/src/tool/clothingSizeConverter/index.ts +1 -0
- package/src/tool/clothingSizeConverter/seo.astro +2 -27
- package/src/tool/fabricProjectCalculator/bibliography.astro +2 -10
- package/src/tool/fabricProjectCalculator/bibliography.ts +16 -0
- package/src/tool/fabricProjectCalculator/i18n/de.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/en.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/es.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/fr.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/id.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/it.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/ja.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/ko.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/nl.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/pl.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/pt.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/ru.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/sv.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/tr.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/zh.ts +2 -16
- package/src/tool/fabricProjectCalculator/index.ts +1 -0
- package/src/tool/fabricProjectCalculator/seo.astro +2 -27
- package/src/tool/fabricTruth/bibliography.astro +2 -10
- package/src/tool/fabricTruth/bibliography.ts +16 -0
- package/src/tool/fabricTruth/i18n/de.ts +2 -16
- package/src/tool/fabricTruth/i18n/en.ts +2 -16
- package/src/tool/fabricTruth/i18n/es.ts +2 -16
- package/src/tool/fabricTruth/i18n/fr.ts +2 -16
- package/src/tool/fabricTruth/i18n/id.ts +2 -16
- package/src/tool/fabricTruth/i18n/it.ts +2 -16
- package/src/tool/fabricTruth/i18n/ja.ts +2 -16
- package/src/tool/fabricTruth/i18n/ko.ts +2 -16
- package/src/tool/fabricTruth/i18n/nl.ts +2 -16
- package/src/tool/fabricTruth/i18n/pl.ts +2 -16
- package/src/tool/fabricTruth/i18n/pt.ts +2 -16
- package/src/tool/fabricTruth/i18n/ru.ts +2 -16
- package/src/tool/fabricTruth/i18n/sv.ts +2 -16
- package/src/tool/fabricTruth/i18n/tr.ts +2 -16
- package/src/tool/fabricTruth/i18n/zh.ts +2 -16
- package/src/tool/fabricTruth/index.ts +1 -0
- package/src/tool/fabricTruth/seo.astro +2 -27
- package/src/tool/fiberPrep/bibliography.astro +2 -10
- package/src/tool/fiberPrep/bibliography.ts +12 -0
- package/src/tool/fiberPrep/i18n/de.ts +2 -12
- package/src/tool/fiberPrep/i18n/en.ts +2 -12
- package/src/tool/fiberPrep/i18n/es.ts +2 -12
- package/src/tool/fiberPrep/i18n/fr.ts +2 -12
- package/src/tool/fiberPrep/i18n/id.ts +2 -12
- package/src/tool/fiberPrep/i18n/it.ts +2 -12
- package/src/tool/fiberPrep/i18n/ja.ts +2 -12
- package/src/tool/fiberPrep/i18n/ko.ts +2 -12
- package/src/tool/fiberPrep/i18n/nl.ts +2 -12
- package/src/tool/fiberPrep/i18n/pl.ts +2 -12
- package/src/tool/fiberPrep/i18n/pt.ts +2 -12
- package/src/tool/fiberPrep/i18n/ru.ts +2 -12
- package/src/tool/fiberPrep/i18n/sv.ts +2 -12
- package/src/tool/fiberPrep/i18n/tr.ts +2 -12
- package/src/tool/fiberPrep/i18n/zh.ts +2 -12
- package/src/tool/fiberPrep/index.ts +1 -0
- package/src/tool/fiberPrep/seo.astro +2 -27
- package/src/tool/knittingGauge/bibliography.astro +2 -10
- package/src/tool/knittingGauge/bibliography.ts +12 -0
- package/src/tool/knittingGauge/i18n/de.ts +2 -12
- package/src/tool/knittingGauge/i18n/en.ts +2 -12
- package/src/tool/knittingGauge/i18n/es.ts +2 -12
- package/src/tool/knittingGauge/i18n/fr.ts +2 -12
- package/src/tool/knittingGauge/i18n/id.ts +2 -12
- package/src/tool/knittingGauge/i18n/it.ts +2 -12
- package/src/tool/knittingGauge/i18n/ja.ts +2 -12
- package/src/tool/knittingGauge/i18n/ko.ts +2 -12
- package/src/tool/knittingGauge/i18n/nl.ts +2 -12
- package/src/tool/knittingGauge/i18n/pl.ts +2 -12
- package/src/tool/knittingGauge/i18n/pt.ts +2 -12
- package/src/tool/knittingGauge/i18n/ru.ts +2 -12
- package/src/tool/knittingGauge/i18n/sv.ts +2 -12
- package/src/tool/knittingGauge/i18n/tr.ts +2 -12
- package/src/tool/knittingGauge/i18n/zh.ts +2 -12
- package/src/tool/knittingGauge/index.ts +1 -0
- package/src/tool/knittingGauge/seo.astro +2 -27
- package/src/tool/laundryGuide/bibliography.astro +2 -10
- package/src/tool/laundryGuide/bibliography.ts +6 -0
- package/src/tool/laundryGuide/i18n/de.ts +2 -6
- package/src/tool/laundryGuide/i18n/en.ts +2 -6
- package/src/tool/laundryGuide/i18n/es.ts +2 -6
- package/src/tool/laundryGuide/i18n/fr.ts +2 -6
- package/src/tool/laundryGuide/i18n/id.ts +2 -6
- package/src/tool/laundryGuide/i18n/it.ts +2 -6
- package/src/tool/laundryGuide/i18n/ja.ts +2 -6
- package/src/tool/laundryGuide/i18n/ko.ts +2 -6
- package/src/tool/laundryGuide/i18n/nl.ts +2 -6
- package/src/tool/laundryGuide/i18n/pl.ts +2 -6
- package/src/tool/laundryGuide/i18n/pt.ts +2 -6
- package/src/tool/laundryGuide/i18n/ru.ts +2 -6
- package/src/tool/laundryGuide/i18n/sv.ts +2 -6
- package/src/tool/laundryGuide/i18n/tr.ts +2 -6
- package/src/tool/laundryGuide/i18n/zh.ts +2 -6
- package/src/tool/laundryGuide/index.ts +1 -0
- package/src/tool/laundryGuide/seo.astro +2 -27
- package/src/tool/needleConverter/bibliography.astro +2 -10
- package/src/tool/needleConverter/bibliography.ts +12 -0
- package/src/tool/needleConverter/i18n/de.ts +2 -12
- package/src/tool/needleConverter/i18n/en.ts +2 -12
- package/src/tool/needleConverter/i18n/es.ts +2 -12
- package/src/tool/needleConverter/i18n/fr.ts +2 -12
- package/src/tool/needleConverter/i18n/id.ts +2 -12
- package/src/tool/needleConverter/i18n/it.ts +2 -12
- package/src/tool/needleConverter/i18n/ja.ts +2 -12
- package/src/tool/needleConverter/i18n/ko.ts +2 -12
- package/src/tool/needleConverter/i18n/nl.ts +2 -12
- package/src/tool/needleConverter/i18n/pl.ts +2 -12
- package/src/tool/needleConverter/i18n/pt.ts +2 -12
- package/src/tool/needleConverter/i18n/ru.ts +2 -12
- package/src/tool/needleConverter/i18n/sv.ts +2 -12
- package/src/tool/needleConverter/i18n/tr.ts +2 -12
- package/src/tool/needleConverter/i18n/zh.ts +2 -12
- package/src/tool/needleConverter/index.ts +1 -0
- package/src/tool/needleConverter/seo.astro +1 -1
- package/src/tool/sewingPatternScaler/bibliography.astro +2 -10
- package/src/tool/sewingPatternScaler/bibliography.ts +12 -0
- package/src/tool/sewingPatternScaler/i18n/de.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/en.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/es.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/fr.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/id.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/it.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/ja.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/ko.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/nl.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/pl.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/pt.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/ru.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/sv.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/tr.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/zh.ts +2 -12
- package/src/tool/sewingPatternScaler/index.ts +1 -0
- package/src/tool/sewingPatternScaler/seo.astro +2 -36
- package/src/tool/shoeSizeConverter/bibliography.astro +2 -10
- package/src/tool/shoeSizeConverter/bibliography.ts +7 -0
- package/src/tool/shoeSizeConverter/i18n/de.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/en.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/es.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/fr.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/id.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/it.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/ja.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/ko.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/nl.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/pl.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/pt.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/ru.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/sv.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/tr.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/zh.ts +2 -7
- package/src/tool/shoeSizeConverter/index.ts +1 -0
- package/src/tool/shoeSizeConverter/seo.astro +2 -27
- package/src/tool/stainChemistry/bibliography.astro +2 -10
- package/src/tool/stainChemistry/bibliography.ts +16 -0
- package/src/tool/stainChemistry/i18n/de.ts +2 -16
- package/src/tool/stainChemistry/i18n/en.ts +2 -16
- package/src/tool/stainChemistry/i18n/es.ts +2 -16
- package/src/tool/stainChemistry/i18n/fr.ts +2 -16
- package/src/tool/stainChemistry/i18n/id.ts +2 -16
- package/src/tool/stainChemistry/i18n/it.ts +2 -16
- package/src/tool/stainChemistry/i18n/ja.ts +2 -16
- package/src/tool/stainChemistry/i18n/ko.ts +2 -16
- package/src/tool/stainChemistry/i18n/nl.ts +2 -16
- package/src/tool/stainChemistry/i18n/pl.ts +2 -16
- package/src/tool/stainChemistry/i18n/pt.ts +2 -16
- package/src/tool/stainChemistry/i18n/ru.ts +2 -16
- package/src/tool/stainChemistry/i18n/sv.ts +2 -16
- package/src/tool/stainChemistry/i18n/tr.ts +2 -16
- package/src/tool/stainChemistry/i18n/zh.ts +2 -16
- package/src/tool/stainChemistry/index.ts +1 -0
- package/src/tool/stainChemistry/seo.astro +2 -27
- package/src/tool/yarnCalculator/bibliography.astro +2 -10
- package/src/tool/yarnCalculator/bibliography.ts +16 -0
- package/src/tool/yarnCalculator/i18n/de.ts +2 -16
- package/src/tool/yarnCalculator/i18n/en.ts +2 -16
- package/src/tool/yarnCalculator/i18n/es.ts +2 -16
- package/src/tool/yarnCalculator/i18n/fr.ts +2 -16
- package/src/tool/yarnCalculator/i18n/id.ts +2 -16
- package/src/tool/yarnCalculator/i18n/it.ts +2 -16
- package/src/tool/yarnCalculator/i18n/ja.ts +2 -16
- package/src/tool/yarnCalculator/i18n/ko.ts +2 -16
- package/src/tool/yarnCalculator/i18n/nl.ts +2 -16
- package/src/tool/yarnCalculator/i18n/pl.ts +2 -16
- package/src/tool/yarnCalculator/i18n/pt.ts +2 -16
- package/src/tool/yarnCalculator/i18n/ru.ts +2 -16
- package/src/tool/yarnCalculator/i18n/sv.ts +2 -16
- package/src/tool/yarnCalculator/i18n/tr.ts +2 -16
- package/src/tool/yarnCalculator/i18n/zh.ts +2 -16
- package/src/tool/yarnCalculator/index.ts +1 -0
- package/src/tool/yarnCalculator/seo.astro +2 -1
- package/src/types.ts +2 -4
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { ShoeSizeConverterUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'ayakkabi-numarasi-donusturucu';
|
|
@@ -77,14 +78,8 @@ export const content: ToolLocaleContent<ShoeSizeConverterUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: 'Sıkça Sorulan Sorular',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{ name: 'Shoe size conversion - Wikipedia', url: 'https://en.wikipedia.org/wiki/Shoe_size' },
|
|
85
|
-
{ name: 'ISO 9407: Shoe sizes - Mondopoint system', url: 'https://www.iso.org/standard/17157.html' },
|
|
86
|
-
{ name: 'Shoe size conversion - Zappos', url: 'https://www.zappos.com/c/shoe-size-conversion' },
|
|
87
|
-
],
|
|
82
|
+
bibliography: bibliography,
|
|
88
83
|
howTo: howToData,
|
|
89
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
90
85
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { ShoeSizeConverterUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'shoe-size-converter';
|
|
@@ -77,14 +78,8 @@ export const content: ToolLocaleContent<ShoeSizeConverterUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: '常见问题',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{ name: 'Shoe size conversion - Wikipedia', url: 'https://en.wikipedia.org/wiki/Shoe_size' },
|
|
85
|
-
{ name: 'ISO 9407: Shoe sizes - Mondopoint system', url: 'https://www.iso.org/standard/17157.html' },
|
|
86
|
-
{ name: 'Shoe size conversion - Zappos', url: 'https://www.zappos.com/c/shoe-size-conversion' },
|
|
87
|
-
],
|
|
82
|
+
bibliography: bibliography,
|
|
88
83
|
howTo: howToData,
|
|
89
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
90
85
|
seo: [
|
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
import {
|
|
3
|
-
SEOTitle,
|
|
4
|
-
SEOCard,
|
|
5
|
-
SEOTip,
|
|
6
|
-
SEOList,
|
|
7
|
-
SEOArticle
|
|
8
|
-
} from '@jjlmoya/utils-shared';
|
|
2
|
+
import { SEORenderer } from '@jjlmoya/utils-shared';
|
|
9
3
|
import { shoeSizeConverter } from './index';
|
|
10
4
|
import type { KnownLocale } from '../../types';
|
|
11
5
|
|
|
@@ -16,25 +10,6 @@ interface Props {
|
|
|
16
10
|
const { locale = 'es' } = Astro.props;
|
|
17
11
|
const content = await shoeSizeConverter.i18n[locale]?.();
|
|
18
12
|
if (!content) return null;
|
|
19
|
-
|
|
20
|
-
const { seo } = content;
|
|
21
13
|
---
|
|
22
14
|
|
|
23
|
-
<
|
|
24
|
-
{seo.map((section: any) => {
|
|
25
|
-
switch (section.type) {
|
|
26
|
-
case 'title':
|
|
27
|
-
return <SEOTitle title={section.text} level={section.level || 2} />;
|
|
28
|
-
case 'paragraph':
|
|
29
|
-
return <p set:html={section.html} />;
|
|
30
|
-
case 'list':
|
|
31
|
-
return <SEOList items={section.items} />;
|
|
32
|
-
case 'card':
|
|
33
|
-
return <SEOCard title={section.title} icon={section.icon}><Fragment set:html={section.html} /></SEOCard>;
|
|
34
|
-
case 'tip':
|
|
35
|
-
return <SEOTip title={section.title}><Fragment set:html={section.html} /></SEOTip>;
|
|
36
|
-
default:
|
|
37
|
-
return null;
|
|
38
|
-
}
|
|
39
|
-
})}
|
|
40
|
-
</SEOArticle>
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -1,14 +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
|
-
|
|
10
|
-
const { locale = 'es' } = Astro.props;
|
|
11
|
-
const content = await stainChemistry.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{
|
|
5
|
+
name: 'AATCC - Association for Advancing Color Technology and Chemistry',
|
|
6
|
+
url: 'https://www.aatcc.org',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'Kissa, E. — Textile Auxiliaries',
|
|
10
|
+
url: 'https://www.springer.com/gp/book/9783642057328',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
name: 'ISO 105 — Textiles: Tests for Colour Fastness',
|
|
14
|
+
url: 'https://www.iso.org/standard/72682.html',
|
|
15
|
+
},
|
|
16
|
+
];
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { StainChemistryUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'textilflecken-chemie-protokoll';
|
|
@@ -278,23 +279,8 @@ export const content: ToolLocaleContent<StainChemistryUI> = {
|
|
|
278
279
|
html: '<strong>Isopropylalkohol</strong> ist stabiler, kann aber bei gefärbten Synthetikfasern die Pigmente mitreißen. Wir empfehlen vor der Hauptbehandlung immer den "Saum-Test" an einer unauffälligen Stelle.',
|
|
279
280
|
},
|
|
280
281
|
],
|
|
281
|
-
faqTitle: 'Häufig gestellte Fragen',
|
|
282
282
|
faq: faqData,
|
|
283
|
-
|
|
284
|
-
bibliography: [
|
|
285
|
-
{
|
|
286
|
-
name: 'AATCC - Association for Advancing Color Technology and Chemistry',
|
|
287
|
-
url: 'https://www.aatcc.org',
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
name: 'Kissa, E. — Textile Auxiliaries',
|
|
291
|
-
url: 'https://www.springer.com/gp/book/9783642057328',
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
name: 'ISO 105 — Textiles: Tests for Colour Fastness',
|
|
295
|
-
url: 'https://www.iso.org/standard/72682.html',
|
|
296
|
-
},
|
|
297
|
-
],
|
|
283
|
+
bibliography: bibliography,
|
|
298
284
|
howTo: howToData,
|
|
299
285
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
300
286
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { StainChemistryUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'stain-chemical-protocol';
|
|
@@ -281,23 +282,8 @@ export const content: ToolLocaleContent<StainChemistryUI> = {
|
|
|
281
282
|
html: '<strong>Isopropyl alcohol</strong> is more stable, but on dyed synthetics it can carry away the pigment itself. We always recommend the "hem test" on a hidden area before the main treatment.',
|
|
282
283
|
},
|
|
283
284
|
],
|
|
284
|
-
faqTitle: 'Frequently Asked Questions',
|
|
285
285
|
faq: faqData,
|
|
286
|
-
|
|
287
|
-
bibliography: [
|
|
288
|
-
{
|
|
289
|
-
name: 'AATCC - Association for Advancing Color Technology and Chemistry',
|
|
290
|
-
url: 'https://www.aatcc.org',
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
name: 'Kissa, E. — Textile Auxiliaries',
|
|
294
|
-
url: 'https://www.springer.com/gp/book/9783642057328',
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
name: 'ISO 105 — Textiles: Tests for Colour Fastness',
|
|
298
|
-
url: 'https://www.iso.org/standard/72682.html',
|
|
299
|
-
},
|
|
300
|
-
],
|
|
286
|
+
bibliography: bibliography,
|
|
301
287
|
howTo: howToData,
|
|
302
288
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
303
289
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { StainChemistryUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'protocolo-quimico-manchas';
|
|
@@ -278,23 +279,8 @@ export const content: ToolLocaleContent<StainChemistryUI> = {
|
|
|
278
279
|
html: 'El <strong>alcohol isopropílico</strong> es más estable, pero en sintéticos teñidos puede arrastrar el propio pigmento. Recomendamos siempre la "prueba del dobladillo" en una zona no visible antes del tratamiento principal.',
|
|
279
280
|
},
|
|
280
281
|
],
|
|
281
|
-
faqTitle: 'Preguntas Frecuentes',
|
|
282
282
|
faq: faqData,
|
|
283
|
-
|
|
284
|
-
bibliography: [
|
|
285
|
-
{
|
|
286
|
-
name: 'AATCC - Association for Advancing Color Technology and Chemistry',
|
|
287
|
-
url: 'https://www.aatcc.org',
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
name: 'Kissa, E. — Textile Auxiliaries',
|
|
291
|
-
url: 'https://www.springer.com/gp/book/9783642057328',
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
name: 'ISO 105 — Textiles: Tests for Colour Fastness',
|
|
295
|
-
url: 'https://www.iso.org/standard/72682.html',
|
|
296
|
-
},
|
|
297
|
-
],
|
|
283
|
+
bibliography: bibliography,
|
|
298
284
|
howTo: howToData,
|
|
299
285
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
300
286
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { StainChemistryUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'protocole-chimique-taches';
|
|
@@ -288,23 +289,8 @@ export const content: ToolLocaleContent<StainChemistryUI> = {
|
|
|
288
289
|
html: 'L\'<strong>alcool isopropylique</strong> est plus stable, mais sur les synthétiques teints, il peut entraîner le pigment lui-même. Nous recommandons toujours le "test de l\'ourlet" sur une zone cachée avant le traitement principal.',
|
|
289
290
|
},
|
|
290
291
|
],
|
|
291
|
-
faqTitle: 'Questions Fréquentes',
|
|
292
292
|
faq: faqData,
|
|
293
|
-
|
|
294
|
-
bibliography: [
|
|
295
|
-
{
|
|
296
|
-
name: 'AATCC — Association for Advancing Color Technology and Chemistry',
|
|
297
|
-
url: 'https://www.aatcc.org',
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
name: 'Kissa, E. — Textile Auxiliaries',
|
|
301
|
-
url: 'https://www.springer.com/gp/book/9783642057328',
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
name: 'ISO 105 — Tests de solidité des coloris',
|
|
305
|
-
url: 'https://www.iso.org/standard/72682.html',
|
|
306
|
-
},
|
|
307
|
-
],
|
|
293
|
+
bibliography: bibliography,
|
|
308
294
|
howTo: howToData,
|
|
309
295
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
310
296
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { StainChemistryUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'protokol-kimia-noda-tekstil';
|
|
@@ -278,23 +279,8 @@ export const content: ToolLocaleContent<StainChemistryUI> = {
|
|
|
278
279
|
html: '<strong>Isopropil alkohol</strong> lebih stabil, tetapi pada sintetik berwarna dapat menarik pigmen itu sendiri. Kami selalu menyarankan untuk melakukan "tes keliman" pada bagian yang tidak terlihat sebelum perawatan utama.',
|
|
279
280
|
},
|
|
280
281
|
],
|
|
281
|
-
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
282
282
|
faq: faqData,
|
|
283
|
-
|
|
284
|
-
bibliography: [
|
|
285
|
-
{
|
|
286
|
-
name: 'AATCC - Association for Advancing Color Technology and Chemistry',
|
|
287
|
-
url: 'https://www.aatcc.org',
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
name: 'Kissa, E. — Textile Auxiliaries',
|
|
291
|
-
url: 'https://www.springer.com/gp/book/9783642057328',
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
name: 'ISO 105 — Textiles: Tests for Colour Fastness',
|
|
295
|
-
url: 'https://www.iso.org/standard/72682.html',
|
|
296
|
-
},
|
|
297
|
-
],
|
|
283
|
+
bibliography: bibliography,
|
|
298
284
|
howTo: howToData,
|
|
299
285
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
300
286
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { StainChemistryUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'protocollo-chimico-macchie-tessili';
|
|
@@ -278,23 +279,8 @@ export const content: ToolLocaleContent<StainChemistryUI> = {
|
|
|
278
279
|
html: "L'<strong>alcol isopropilico</strong> è più stabile, ma sui sintetici tinti può trascinare il pigmento stesso. Raccomandiamo sempre la 'prova dell'orlo' in una zona non visibile prima del trattamento principale.",
|
|
279
280
|
},
|
|
280
281
|
],
|
|
281
|
-
faqTitle: 'Domande Frequenti',
|
|
282
282
|
faq: faqData,
|
|
283
|
-
|
|
284
|
-
bibliography: [
|
|
285
|
-
{
|
|
286
|
-
name: 'AATCC - Association for Advancing Color Technology and Chemistry',
|
|
287
|
-
url: 'https://www.aatcc.org',
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
name: 'Kissa, E. — Textile Auxiliaries',
|
|
291
|
-
url: 'https://www.springer.com/gp/book/9783642057328',
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
name: 'ISO 105 — Textiles: Tests for Colour Fastness',
|
|
295
|
-
url: 'https://www.iso.org/standard/72682.html',
|
|
296
|
-
},
|
|
297
|
-
],
|
|
283
|
+
bibliography: bibliography,
|
|
298
284
|
howTo: howToData,
|
|
299
285
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
300
286
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { StainChemistryUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'stain-chemical-protocol';
|
|
@@ -278,23 +279,8 @@ export const content: ToolLocaleContent<StainChemistryUI> = {
|
|
|
278
279
|
html: '<strong>イソプロピルアルコール</strong>はより安定していますが、染められた合成繊維では顔料そのものを引き抜いてしまうことがあります。本処理の前に必ず「縫い代テスト」などの目立たない場所での確認を推奨します。',
|
|
279
280
|
},
|
|
280
281
|
],
|
|
281
|
-
faqTitle: 'よくある質問',
|
|
282
282
|
faq: faqData,
|
|
283
|
-
|
|
284
|
-
bibliography: [
|
|
285
|
-
{
|
|
286
|
-
name: 'AATCC - Association for Advancing Color Technology and Chemistry',
|
|
287
|
-
url: 'https://www.aatcc.org',
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
name: 'Kissa, E. — Textile Auxiliaries',
|
|
291
|
-
url: 'https://www.springer.com/gp/book/9783642057328',
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
name: 'ISO 105 — Textiles: Tests for Colour Fastness',
|
|
295
|
-
url: 'https://www.iso.org/standard/72682.html',
|
|
296
|
-
},
|
|
297
|
-
],
|
|
283
|
+
bibliography: bibliography,
|
|
298
284
|
howTo: howToData,
|
|
299
285
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
300
286
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { StainChemistryUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'stain-chemical-protocol';
|
|
@@ -275,23 +276,8 @@ export const content: ToolLocaleContent<StainChemistryUI> = {
|
|
|
275
276
|
html: '<strong>이소프로필 알코올</strong>은 비교적 안정적이지만, 염색된 합성 원단에서는 색상 자체를 빼낼 수 있습니다. 본격적인 처리에 앞서 항상 "안쪽 시접" 부위에 먼저 테스트해보는 것을 권장합니다.',
|
|
276
277
|
},
|
|
277
278
|
],
|
|
278
|
-
faqTitle: '자주 묻는 질문',
|
|
279
279
|
faq: faqData,
|
|
280
|
-
|
|
281
|
-
bibliography: [
|
|
282
|
-
{
|
|
283
|
-
name: 'AATCC - Association for Advancing Color Technology and Chemistry',
|
|
284
|
-
url: 'https://www.aatcc.org',
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
name: 'Kissa, E. — Textile Auxiliaries',
|
|
288
|
-
url: 'https://www.springer.com/gp/book/9783642057328',
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
name: 'ISO 105 — Textiles: Tests for Colour Fastness',
|
|
292
|
-
url: 'https://www.iso.org/standard/72682.html',
|
|
293
|
-
},
|
|
294
|
-
],
|
|
280
|
+
bibliography: bibliography,
|
|
295
281
|
howTo: howToData,
|
|
296
282
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
297
283
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { StainChemistryUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'textielvlekken-chemisch-protocol';
|
|
@@ -278,23 +279,8 @@ export const content: ToolLocaleContent<StainChemistryUI> = {
|
|
|
278
279
|
html: '<strong>Isopropylalcohol</strong> is stabieler, maar op geverfde synthetische stoffen kan het het pigment zelf meeslepen. We raden altijd de "zoomtest" aan op een onopvallende plek voor de hoofdbehandeling.',
|
|
279
280
|
},
|
|
280
281
|
],
|
|
281
|
-
faqTitle: 'Veelgestelde Vragen',
|
|
282
282
|
faq: faqData,
|
|
283
|
-
|
|
284
|
-
bibliography: [
|
|
285
|
-
{
|
|
286
|
-
name: 'AATCC - Association for Advancing Color Technology and Chemistry',
|
|
287
|
-
url: 'https://www.aatcc.org',
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
name: 'Kissa, E. — Textile Auxiliaries',
|
|
291
|
-
url: 'https://www.springer.com/gp/book/9783642057328',
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
name: 'ISO 105 — Textiles: Tests for Colour Fastness',
|
|
295
|
-
url: 'https://www.iso.org/standard/72682.html',
|
|
296
|
-
},
|
|
297
|
-
],
|
|
283
|
+
bibliography: bibliography,
|
|
298
284
|
howTo: howToData,
|
|
299
285
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
300
286
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { StainChemistryUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'chemiczny-protokol-plam-tekstylnych';
|
|
@@ -278,23 +279,8 @@ export const content: ToolLocaleContent<StainChemistryUI> = {
|
|
|
278
279
|
html: '<strong>Alkohol izopropylowy</strong> jest stabilniejszy, ale na barwionych syntetykach może wyciągać sam pigment. Przed głównym zabiegiem zawsze zalecamy "test na rąbku" w niewidocznym miejscu.',
|
|
279
280
|
},
|
|
280
281
|
],
|
|
281
|
-
faqTitle: 'Najczęściej Zadawane Pytania',
|
|
282
282
|
faq: faqData,
|
|
283
|
-
|
|
284
|
-
bibliography: [
|
|
285
|
-
{
|
|
286
|
-
name: 'AATCC - Association for Advancing Color Technology and Chemistry',
|
|
287
|
-
url: 'https://www.aatcc.org',
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
name: 'Kissa, E. — Textile Auxiliaries',
|
|
291
|
-
url: 'https://www.springer.com/gp/book/9783642057328',
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
name: 'ISO 105 — Textiles: Tests for Colour Fastness',
|
|
295
|
-
url: 'https://www.iso.org/standard/72682.html',
|
|
296
|
-
},
|
|
297
|
-
],
|
|
283
|
+
bibliography: bibliography,
|
|
298
284
|
howTo: howToData,
|
|
299
285
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
300
286
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { StainChemistryUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'protocolo-quimico-manchas-texteis';
|
|
@@ -278,23 +279,8 @@ export const content: ToolLocaleContent<StainChemistryUI> = {
|
|
|
278
279
|
html: 'O <strong>álcool isopropílico</strong> é mais estável, mas em sintéticos tingidos pode arrastar o próprio pigmento. Recomendamos sempre o "teste da bainha" numa zona não visível antes do tratamento principal.',
|
|
279
280
|
},
|
|
280
281
|
],
|
|
281
|
-
faqTitle: 'Perguntas Frequentes',
|
|
282
282
|
faq: faqData,
|
|
283
|
-
|
|
284
|
-
bibliography: [
|
|
285
|
-
{
|
|
286
|
-
name: 'AATCC - Association for Advancing Color Technology and Chemistry',
|
|
287
|
-
url: 'https://www.aatcc.org',
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
name: 'Kissa, E. — Textile Auxiliaries',
|
|
291
|
-
url: 'https://www.springer.com/gp/book/9783642057328',
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
name: 'ISO 105 — Textiles: Tests for Colour Fastness',
|
|
295
|
-
url: 'https://www.iso.org/standard/72682.html',
|
|
296
|
-
},
|
|
297
|
-
],
|
|
283
|
+
bibliography: bibliography,
|
|
298
284
|
howTo: howToData,
|
|
299
285
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
300
286
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { StainChemistryUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'khimicheskij-protokol-udaleniya-pyaten';
|
|
@@ -278,23 +279,8 @@ export const content: ToolLocaleContent<StainChemistryUI> = {
|
|
|
278
279
|
html: '<strong>Изопропиловый спирт</strong> более стабилен, но на окрашенной синтетике он может вымывать сам пигмент. Мы всегда рекомендуем проводить «тест на шве» на незаметном участке перед основной обработкой.',
|
|
279
280
|
},
|
|
280
281
|
],
|
|
281
|
-
faqTitle: 'Часто задаваемые вопросы',
|
|
282
282
|
faq: faqData,
|
|
283
|
-
|
|
284
|
-
bibliography: [
|
|
285
|
-
{
|
|
286
|
-
name: 'AATCC - Association for Advancing Color Technology and Chemistry',
|
|
287
|
-
url: 'https://www.aatcc.org',
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
name: 'Kissa, E. — Textile Auxiliaries',
|
|
291
|
-
url: 'https://www.springer.com/gp/book/9783642057328',
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
name: 'ISO 105 — Textiles: Tests for Colour Fastness',
|
|
295
|
-
url: 'https://www.iso.org/standard/72682.html',
|
|
296
|
-
},
|
|
297
|
-
],
|
|
283
|
+
bibliography: bibliography,
|
|
298
284
|
howTo: howToData,
|
|
299
285
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
300
286
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { StainChemistryUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'kemiskt-protokoll-textilflackar';
|
|
@@ -278,23 +279,8 @@ export const content: ToolLocaleContent<StainChemistryUI> = {
|
|
|
278
279
|
html: '<strong>Isopropylalkohol</strong> är mer stabilt, men på färgade syntetmaterial kan det dra med sig själva pigmentet. Vi rekommenderar alltid att göra ett test på en söm eller ett dolt ställe före huvudbehandlingen.',
|
|
279
280
|
},
|
|
280
281
|
],
|
|
281
|
-
faqTitle: 'Vanliga Frågor',
|
|
282
282
|
faq: faqData,
|
|
283
|
-
|
|
284
|
-
bibliography: [
|
|
285
|
-
{
|
|
286
|
-
name: 'AATCC - Association for Advancing Color Technology and Chemistry',
|
|
287
|
-
url: 'https://www.aatcc.org',
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
name: 'Kissa, E. — Textile Auxiliaries',
|
|
291
|
-
url: 'https://www.springer.com/gp/book/9783642057328',
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
name: 'ISO 105 — Textiles: Tests for Colour Fastness',
|
|
295
|
-
url: 'https://www.iso.org/standard/72682.html',
|
|
296
|
-
},
|
|
297
|
-
],
|
|
283
|
+
bibliography: bibliography,
|
|
298
284
|
howTo: howToData,
|
|
299
285
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
300
286
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { StainChemistryUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'tekstil-leke-kimyasi-protokolu';
|
|
@@ -278,23 +279,8 @@ export const content: ToolLocaleContent<StainChemistryUI> = {
|
|
|
278
279
|
html: '<strong>İzopropil alkol</strong> daha stabildir ancak boyalı sentetiklerde pigmentin kendisini sürükleyebilir. Ana işlemden önce her zaman görünmeyen bir bölgede "kenar kıvrımı testi" yapılmasını öneririz.',
|
|
279
280
|
},
|
|
280
281
|
],
|
|
281
|
-
faqTitle: 'Sıkça Sorulan Sorular',
|
|
282
282
|
faq: faqData,
|
|
283
|
-
|
|
284
|
-
bibliography: [
|
|
285
|
-
{
|
|
286
|
-
name: 'AATCC - Association for Advancing Color Technology and Chemistry',
|
|
287
|
-
url: 'https://www.aatcc.org',
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
name: 'Kissa, E. — Textile Auxiliaries',
|
|
291
|
-
url: 'https://www.springer.com/gp/book/9783642057328',
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
name: 'ISO 105 — Textiles: Tests for Colour Fastness',
|
|
295
|
-
url: 'https://www.iso.org/standard/72682.html',
|
|
296
|
-
},
|
|
297
|
-
],
|
|
283
|
+
bibliography: bibliography,
|
|
298
284
|
howTo: howToData,
|
|
299
285
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
300
286
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { StainChemistryUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'stain-chemical-protocol';
|
|
@@ -273,23 +274,8 @@ export const content: ToolLocaleContent<StainChemistryUI> = {
|
|
|
273
274
|
html: '<strong>异丙基酒精</strong>相对更稳定,但在染色的合成纤维上可能会带走色素本身。我们建议在正式处理前,始终先在“内锁边”等隐蔽区域进行测试。',
|
|
274
275
|
},
|
|
275
276
|
],
|
|
276
|
-
faqTitle: '常见问题',
|
|
277
277
|
faq: faqData,
|
|
278
|
-
|
|
279
|
-
bibliography: [
|
|
280
|
-
{
|
|
281
|
-
name: 'AATCC - 美国纺织化学家与染色家协会',
|
|
282
|
-
url: 'https://www.aatcc.org',
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
name: 'Kissa, E. — 纺织助剂',
|
|
286
|
-
url: 'https://www.springer.com/gp/book/9783642057328',
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
name: 'ISO 105 — 纺织品:色牢度试验',
|
|
290
|
-
url: 'https://www.iso.org/standard/72682.html',
|
|
291
|
-
},
|
|
292
|
-
],
|
|
278
|
+
bibliography: bibliography,
|
|
293
279
|
howTo: howToData,
|
|
294
280
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
295
281
|
};
|
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
import {
|
|
3
|
-
SEOTitle,
|
|
4
|
-
SEOCard,
|
|
5
|
-
SEOTip,
|
|
6
|
-
SEOList,
|
|
7
|
-
SEOArticle
|
|
8
|
-
} from '@jjlmoya/utils-shared';
|
|
2
|
+
import { SEORenderer } from '@jjlmoya/utils-shared';
|
|
9
3
|
import { stainChemistry } from './index';
|
|
10
4
|
import type { KnownLocale } from '../../types';
|
|
11
5
|
|
|
@@ -16,25 +10,6 @@ interface Props {
|
|
|
16
10
|
const { locale = 'es' } = Astro.props;
|
|
17
11
|
const content = await stainChemistry.i18n[locale]?.();
|
|
18
12
|
if (!content) return null;
|
|
19
|
-
|
|
20
|
-
const { seo } = content;
|
|
21
13
|
---
|
|
22
14
|
|
|
23
|
-
<
|
|
24
|
-
{seo.map((section: any) => {
|
|
25
|
-
switch (section.type) {
|
|
26
|
-
case 'title':
|
|
27
|
-
return <SEOTitle title={section.text} level={section.level || 2} />;
|
|
28
|
-
case 'paragraph':
|
|
29
|
-
return <p set:html={section.html} />;
|
|
30
|
-
case 'list':
|
|
31
|
-
return <SEOList items={section.items} />;
|
|
32
|
-
case 'card':
|
|
33
|
-
return <SEOCard title={section.title} icon={section.icon}><Fragment set:html={section.html} /></SEOCard>;
|
|
34
|
-
case 'tip':
|
|
35
|
-
return <SEOTip title={section.title}><Fragment set:html={section.html} /></SEOTip>;
|
|
36
|
-
default:
|
|
37
|
-
return null;
|
|
38
|
-
}
|
|
39
|
-
})}
|
|
40
|
-
</SEOArticle>
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|