@jjlmoya/utils-textiles 1.4.0 → 1.6.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 +59 -58
- package/src/category/i18n/de.ts +76 -0
- package/src/category/i18n/fr.ts +33 -30
- package/src/category/i18n/id.ts +76 -0
- package/src/category/i18n/it.ts +76 -0
- package/src/category/i18n/ja.ts +76 -0
- package/src/category/i18n/ko.ts +76 -0
- package/src/category/i18n/nl.ts +76 -0
- package/src/category/i18n/pl.ts +76 -0
- package/src/category/i18n/pt.ts +76 -0
- package/src/category/i18n/ru.ts +76 -0
- package/src/category/i18n/sv.ts +76 -0
- package/src/category/i18n/tr.ts +76 -0
- package/src/category/i18n/zh.ts +76 -0
- package/src/category/index.ts +39 -7
- package/src/index.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/slug_language_code_format.test.ts +23 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tool/burnTest/i18n/de.ts +225 -0
- package/src/tool/burnTest/i18n/id.ts +225 -0
- package/src/tool/burnTest/i18n/it.ts +225 -0
- package/src/tool/burnTest/i18n/ja.ts +225 -0
- package/src/tool/burnTest/i18n/ko.ts +225 -0
- package/src/tool/burnTest/i18n/nl.ts +225 -0
- package/src/tool/burnTest/i18n/pl.ts +225 -0
- package/src/tool/burnTest/i18n/pt.ts +225 -0
- package/src/tool/burnTest/i18n/ru.ts +225 -0
- package/src/tool/burnTest/i18n/sv.ts +225 -0
- package/src/tool/burnTest/i18n/tr.ts +225 -0
- package/src/tool/burnTest/i18n/zh.ts +225 -0
- package/src/tool/burnTest/index.ts +15 -7
- package/src/tool/clothingSizeConverter/i18n/de.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/id.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/it.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/ja.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/ko.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/nl.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/pl.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/pt.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/ru.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/sv.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/tr.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/zh.ts +356 -0
- package/src/tool/clothingSizeConverter/index.ts +15 -7
- package/src/tool/fabricProjectCalculator/i18n/de.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/id.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/it.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/ja.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/ko.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/nl.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/pl.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/pt.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/ru.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/sv.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/tr.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/zh.ts +250 -0
- package/src/tool/fabricProjectCalculator/index.ts +15 -7
- package/src/tool/fabricTruth/i18n/de.ts +282 -0
- package/src/tool/fabricTruth/i18n/en.ts +1 -1
- package/src/tool/fabricTruth/i18n/fr.ts +1 -1
- package/src/tool/fabricTruth/i18n/id.ts +282 -0
- package/src/tool/fabricTruth/i18n/it.ts +282 -0
- package/src/tool/fabricTruth/i18n/ja.ts +282 -0
- package/src/tool/fabricTruth/i18n/ko.ts +282 -0
- package/src/tool/fabricTruth/i18n/nl.ts +282 -0
- package/src/tool/fabricTruth/i18n/pl.ts +282 -0
- package/src/tool/fabricTruth/i18n/pt.ts +282 -0
- package/src/tool/fabricTruth/i18n/ru.ts +282 -0
- package/src/tool/fabricTruth/i18n/sv.ts +282 -0
- package/src/tool/fabricTruth/i18n/tr.ts +282 -0
- package/src/tool/fabricTruth/i18n/zh.ts +286 -0
- package/src/tool/fabricTruth/index.ts +15 -7
- package/src/tool/fiberPrep/i18n/de.ts +225 -0
- package/src/tool/fiberPrep/i18n/id.ts +225 -0
- package/src/tool/fiberPrep/i18n/it.ts +225 -0
- package/src/tool/fiberPrep/i18n/ja.ts +225 -0
- package/src/tool/fiberPrep/i18n/ko.ts +225 -0
- package/src/tool/fiberPrep/i18n/nl.ts +225 -0
- package/src/tool/fiberPrep/i18n/pl.ts +225 -0
- package/src/tool/fiberPrep/i18n/pt.ts +225 -0
- package/src/tool/fiberPrep/i18n/ru.ts +225 -0
- package/src/tool/fiberPrep/i18n/sv.ts +225 -0
- package/src/tool/fiberPrep/i18n/tr.ts +225 -0
- package/src/tool/fiberPrep/i18n/zh.ts +225 -0
- package/src/tool/fiberPrep/index.ts +15 -7
- package/src/tool/knittingGauge/i18n/de.ts +234 -0
- package/src/tool/knittingGauge/i18n/id.ts +234 -0
- package/src/tool/knittingGauge/i18n/it.ts +234 -0
- package/src/tool/knittingGauge/i18n/ja.ts +234 -0
- package/src/tool/knittingGauge/i18n/ko.ts +234 -0
- package/src/tool/knittingGauge/i18n/nl.ts +234 -0
- package/src/tool/knittingGauge/i18n/pl.ts +234 -0
- package/src/tool/knittingGauge/i18n/pt.ts +234 -0
- package/src/tool/knittingGauge/i18n/ru.ts +234 -0
- package/src/tool/knittingGauge/i18n/sv.ts +234 -0
- package/src/tool/knittingGauge/i18n/tr.ts +234 -0
- package/src/tool/knittingGauge/i18n/zh.ts +234 -0
- package/src/tool/knittingGauge/index.ts +15 -7
- package/src/tool/laundryGuide/i18n/de.ts +275 -0
- package/src/tool/laundryGuide/i18n/id.ts +275 -0
- package/src/tool/laundryGuide/i18n/it.ts +275 -0
- package/src/tool/laundryGuide/i18n/ja.ts +275 -0
- package/src/tool/laundryGuide/i18n/ko.ts +275 -0
- package/src/tool/laundryGuide/i18n/nl.ts +275 -0
- package/src/tool/laundryGuide/i18n/pl.ts +275 -0
- package/src/tool/laundryGuide/i18n/pt.ts +275 -0
- package/src/tool/laundryGuide/i18n/ru.ts +275 -0
- package/src/tool/laundryGuide/i18n/sv.ts +275 -0
- package/src/tool/laundryGuide/i18n/tr.ts +275 -0
- package/src/tool/laundryGuide/i18n/zh.ts +275 -0
- package/src/tool/laundryGuide/index.ts +15 -7
- package/src/tool/needleConverter/i18n/de.ts +212 -0
- package/src/tool/needleConverter/i18n/id.ts +212 -0
- package/src/tool/needleConverter/i18n/it.ts +212 -0
- package/src/tool/needleConverter/i18n/ja.ts +212 -0
- package/src/tool/needleConverter/i18n/ko.ts +212 -0
- package/src/tool/needleConverter/i18n/nl.ts +212 -0
- package/src/tool/needleConverter/i18n/pl.ts +212 -0
- package/src/tool/needleConverter/i18n/pt.ts +212 -0
- package/src/tool/needleConverter/i18n/ru.ts +212 -0
- package/src/tool/needleConverter/i18n/sv.ts +212 -0
- package/src/tool/needleConverter/i18n/tr.ts +212 -0
- package/src/tool/needleConverter/i18n/zh.ts +212 -0
- package/src/tool/needleConverter/index.ts +15 -7
- package/src/tool/sewingPatternScaler/i18n/de.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/id.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/it.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/ja.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/ko.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/nl.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/pl.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/pt.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/ru.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/sv.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/tr.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/zh.ts +227 -0
- package/src/tool/sewingPatternScaler/index.ts +15 -7
- package/src/tool/shoeSizeConverter/i18n/de.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/id.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/it.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/ja.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/ko.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/nl.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/pl.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/pt.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/ru.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/sv.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/tr.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/zh.ts +184 -0
- package/src/tool/shoeSizeConverter/index.ts +15 -7
- package/src/tool/stainChemistry/i18n/de.ts +300 -0
- package/src/tool/stainChemistry/i18n/id.ts +300 -0
- package/src/tool/stainChemistry/i18n/it.ts +300 -0
- package/src/tool/stainChemistry/i18n/ja.ts +300 -0
- package/src/tool/stainChemistry/i18n/ko.ts +297 -0
- package/src/tool/stainChemistry/i18n/nl.ts +300 -0
- package/src/tool/stainChemistry/i18n/pl.ts +300 -0
- package/src/tool/stainChemistry/i18n/pt.ts +300 -0
- package/src/tool/stainChemistry/i18n/ru.ts +300 -0
- package/src/tool/stainChemistry/i18n/sv.ts +300 -0
- package/src/tool/stainChemistry/i18n/tr.ts +300 -0
- package/src/tool/stainChemistry/i18n/zh.ts +295 -0
- package/src/tool/stainChemistry/index.ts +15 -7
- package/src/tool/yarnCalculator/i18n/de.ts +310 -0
- package/src/tool/yarnCalculator/i18n/id.ts +310 -0
- package/src/tool/yarnCalculator/i18n/it.ts +310 -0
- package/src/tool/yarnCalculator/i18n/ja.ts +310 -0
- package/src/tool/yarnCalculator/i18n/ko.ts +310 -0
- package/src/tool/yarnCalculator/i18n/nl.ts +310 -0
- package/src/tool/yarnCalculator/i18n/pl.ts +310 -0
- package/src/tool/yarnCalculator/i18n/pt.ts +310 -0
- package/src/tool/yarnCalculator/i18n/ru.ts +310 -0
- package/src/tool/yarnCalculator/i18n/sv.ts +310 -0
- package/src/tool/yarnCalculator/i18n/tr.ts +310 -0
- package/src/tool/yarnCalculator/i18n/zh.ts +309 -0
- package/src/tool/yarnCalculator/index.ts +15 -7
- package/src/tools.ts +2 -0
- package/src/types.ts +1 -1
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { FiberPrepUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'fiber-preparation-natural-dyeing';
|
|
6
|
+
const title = '염색을 위한 섬유 전처리';
|
|
7
|
+
const description =
|
|
8
|
+
'천연 염색 전 양모, 실크, 면을 준비하기 위한 WOF 계산기, 매염 프로토콜 및 온도 승온 가이드.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'WOF (Weight of Fiber)란 무엇인가요?',
|
|
13
|
+
answer:
|
|
14
|
+
'WOF는 필요한 염료나 매염제의 양을 계산하기 위한 표준 시스템입니다. 섬유의 건조 중량을 기준으로 합니다. 예를 들어, 양모 100g에 대해 양파 껍질 100% WOF란 100g의 양파 껍질이 필요함을 의미합니다.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: '매염이 왜 필요한가요?',
|
|
18
|
+
answer:
|
|
19
|
+
'매염제(명반 등)는 섬유와 천연 염료 사이의 화학적 다리 역할을 합니다. 매염 없이는 대부분의 염료가 고정되지 않고 첫 세탁 시 씻겨 내려갑니다(낮은 일광 및 세탁 견뢰도).',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: '동물성 섬유와 식물성 섬유의 전처리 차이점은 무엇인가요?',
|
|
23
|
+
answer:
|
|
24
|
+
'동물성 섬유(양모와 같은 단백질 섬유)는 명반만으로도 매우 잘 염색됩니다. 식물성 섬유(면이나 린넨 같은 셀룰로오스 섬유)는 금속 매염제를 받아들이기 쉽도록 사전에 탄닌 처리를 하는 공정이 필요합니다.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: '염색에서 승온 가이드(Thermal Ramp)란 무엇인가요?',
|
|
28
|
+
answer:
|
|
29
|
+
'염액의 온도를 단계적으로(분당 약 1~2°C) 올리는 것을 말합니다. 급격한 온도 변화로 인한 열 충격을 피하기 위해 매우 중요합니다. 특히 양모는 급격한 온도 변화 시 펠트화(엉키고 줄어듦)될 수 있습니다.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: '정련 및 세척',
|
|
36
|
+
text: '매염제가 균일하게 침투하는 것을 방해하는 기름기, 왁스 또는 공업용 풀을 제거하기 위해 중성 세제로 섬유를 세척합니다.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: '건조 중량 측정',
|
|
40
|
+
text: '건조된 상태의 무게를 정확히 측정합니다. 이 값이 모든 WOF(Weight of Fiber) 계산의 기준이 됩니다.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: '계산 및 매염 욕조',
|
|
44
|
+
text: '매염제(예: 15% WOF 명반)를 뜨거운 물에 녹이고 섬유를 담근 후, 프로토콜에 따라 온도를 일정하게 유지합니다.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: '숙성 및 헹굼',
|
|
48
|
+
text: '매염한 섬유를(가급적 24시간) 휴지시켜 금속이 깊숙이 고정되게 한 후, 최종 염색 공정으로 넘어갑니다.',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowTo> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
name: step.name,
|
|
70
|
+
text: step.text,
|
|
71
|
+
})),
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
75
|
+
'@context': 'https://schema.org',
|
|
76
|
+
'@type': 'SoftwareApplication',
|
|
77
|
+
name: title,
|
|
78
|
+
description,
|
|
79
|
+
applicationCategory: 'UtilityApplication',
|
|
80
|
+
operatingSystem: 'All',
|
|
81
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
82
|
+
inLanguage: 'ko',
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
86
|
+
slug,
|
|
87
|
+
title,
|
|
88
|
+
description,
|
|
89
|
+
faqTitle: '자주 묻는 질문',
|
|
90
|
+
faq: faqData,
|
|
91
|
+
bibliographyTitle: '참고 문헌',
|
|
92
|
+
bibliography: [
|
|
93
|
+
{
|
|
94
|
+
name: 'La Escuela Artesana - Taller de Tintes Naturales sobre Lana',
|
|
95
|
+
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
name: 'Tatiana Sarasa (@tatianasarasa) - Artista Textil y Tintes Naturales',
|
|
99
|
+
url: 'https://www.instagram.com/tatianasarasa/',
|
|
100
|
+
},
|
|
101
|
+
],
|
|
102
|
+
howTo: howToData,
|
|
103
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
|
+
seo: [
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: '매염의 과학',
|
|
108
|
+
level: 2,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: '염색을 위해 섬유를 준비하는 것은 단순히 세척하는 것 이상입니다. 그것은 분자 수준에서의 화학 공정이며 "매염"이라고 불립니다. 이 단어는 라틴어 <i>mordere</i>(깨물다)에서 유래했으며, 그 역할은 섬유와 염료 사이의 화학적 가교 역할을 하는 것입니다. 이 다리가 없다면 대부분의 천연 염료는 첫 번째 헹굼에서 그냥 씻겨 나갈 것입니다.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'card',
|
|
116
|
+
title: '핵심 개념',
|
|
117
|
+
icon: 'mdi:molecule',
|
|
118
|
+
html: '매염제는 섬유의 폴리머와 염료 모두에 동시에 결합할 수 있는 가용 원자가를 가지고 있습니다.',
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'title',
|
|
122
|
+
text: '섬유별 차이점',
|
|
123
|
+
level: 2,
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
type: 'card',
|
|
127
|
+
title: '단백질 섬유: 양모 및 실크',
|
|
128
|
+
icon: 'mdi:sheep',
|
|
129
|
+
html: '이 섬유들은 금속에 대해 매우 높은 자연적 친화력을 가진 아미노산 사슬로 구성되어 있습니다. 열은 섬유의 비늘(스케일)을 열어 명반염이 깊숙이 침투하게 합니다. 부드러움을 유지하기 위한 산성 pH를 유지하기 위해 <strong>주석영(크림 오브 타르타르)</strong> 사용이 필수적입니다.',
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'card',
|
|
133
|
+
title: '셀룰로오스 섬유: 면 및 린넨',
|
|
134
|
+
icon: 'mdi:leaf',
|
|
135
|
+
html: '셀룰로오스는 쉽게 결합할 수 있는 자리가 적습니다. 그래서 우리는 <strong>2단계 프로토콜</strong>을 사용합니다. 먼저 탄닌을 셀룰로오스에 부착시키고, 그다음에 명반을 그 탄닌에 부착시킵니다. 이 전처리 없이는 색상이 탁해지고 견뢰도가 낮아집니다.',
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'title',
|
|
139
|
+
text: '욕조 관리: WOF, 온도 및 pH',
|
|
140
|
+
level: 2,
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
type: 'paragraph',
|
|
144
|
+
html: '전문적이고 재현 가능한 결과를 얻기 위해서는 <strong>WOF (Weight of Fabric)</strong> 개념이 기본입니다. 모든 것은 섬유의 건조 중량에 대한 백분율로 측정됩니다. 매염제가 과도하면 섬유가 포화되어 촉감이 거칠어지거나 금속 침전물로 인해 최종 색상이 변할 수 있습니다.',
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
type: 'tip',
|
|
148
|
+
title: '승온 가이드',
|
|
149
|
+
html: '열은 촉매 역할을 하여 화학 반응을 가속화합니다. 그러나 양모의 급격한 온도 변화는 비늘이 서로 영구적으로 엉키게 하여 펠트화 및 수축을 유발할 수 있습니다.',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
type: 'tip',
|
|
153
|
+
title: 'pH 요인',
|
|
154
|
+
html: '많은 천연 염료는 살아있는 pH 지시약입니다. pH는 염의 용해도와 섬유 보존에 영향을 미칩니다. 실크는 염액이 너무 알칼리성이 되면 광택을 잃을 수 있습니다. 구연산이나 탄산칼슘으로 pH를 조절하는 것은 매우 중요합니다.',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'title',
|
|
158
|
+
text: '물질 및 안전',
|
|
159
|
+
level: 2,
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'card',
|
|
163
|
+
title: '명반 (칼륨 명반)',
|
|
164
|
+
icon: 'mdi:bottle-tonic-skull',
|
|
165
|
+
html: '범용 매염제이며 무색이고 매우 효과적입니다. 단백질 섬유의 기준이 되는 약제입니다.',
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'card',
|
|
169
|
+
title: '주석영 (크림 오브 타르타르)',
|
|
170
|
+
icon: 'mdi:spoon-sugar',
|
|
171
|
+
html: '동물성 섬유의 고착과 부드러움을 향상시키는 조제입니다. pH를 산성으로 유지합니다.',
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
type: 'tip',
|
|
175
|
+
title: '안전 프로토콜',
|
|
176
|
+
html: '염색용 냄비는 전용으로 사용하고, 식용으로는 절대 사용하지 마세요.<br>가루 형태의 매염제를 다룰 때는 장갑과 마스크를 착용하세요.<br>증기가 쌓이지 않도록 항상 환기를 확보하세요.',
|
|
177
|
+
},
|
|
178
|
+
],
|
|
179
|
+
ui: {
|
|
180
|
+
profileTitle: '프로필 선택',
|
|
181
|
+
profileDesc: '화학 프로토콜은 섬유 분자의 기원에 따라 나뉩니다',
|
|
182
|
+
proteinTitle: '단백질 섬유',
|
|
183
|
+
proteinOrigin: '동물성 기원',
|
|
184
|
+
proteinDesc: '양모, 실크, 알파카, 모헤어 또는 캐시미어. 온도 조절과 산성 pH가 필요합니다.',
|
|
185
|
+
cellulosicTitle: '셀룰로오스 섬유',
|
|
186
|
+
cellulosicOrigin: '식물성 기원',
|
|
187
|
+
cellulosicDesc: '면, 린넨, 대마 또는 황마. 색소를 고정하기 위해 탄닌을 이용한 사전 매염이 필요합니다.',
|
|
188
|
+
wofTitle: 'WOF 계산기',
|
|
189
|
+
weightLabel: '건조 의류 무게 (g)',
|
|
190
|
+
weightUnit: 'g',
|
|
191
|
+
wofEmptyMsg: '계산을 활성화하려면 프로필을 선택하세요',
|
|
192
|
+
alumLabel: '명반',
|
|
193
|
+
cremLabel: '주석영',
|
|
194
|
+
ironLabel: '철 (주의)',
|
|
195
|
+
rampTitle: '승온 가이드',
|
|
196
|
+
rampEmptyTitle: '선택 대기 중',
|
|
197
|
+
rampEmptyDesc: '섬유를 선택하여 온도 사이클을 확인하세요',
|
|
198
|
+
phTitle: 'pH 안정제',
|
|
199
|
+
phDesc: '색상 채도에 중요한 요인',
|
|
200
|
+
phVolumeLabel: '욕조 용량 (L)',
|
|
201
|
+
phSliderLabel: '현재 pH',
|
|
202
|
+
phAcidLabel: '산성 (1)',
|
|
203
|
+
phAlkalineLabel: '알칼리성 (14)',
|
|
204
|
+
phEmptyMsg: '안정제를 활성화하려면 프로필을 선택하세요',
|
|
205
|
+
phStrings: {
|
|
206
|
+
optimal: '최적 pH',
|
|
207
|
+
raisePrefix: '탄산칼슘 또는 소다회를 추가하세요. 약',
|
|
208
|
+
raiseSuffix: 'g을 넣으면 pH가 다음으로 상승:',
|
|
209
|
+
lowerPrefix: '구연산 또는 식초를 추가하세요. 약',
|
|
210
|
+
lowerSuffix: 'ml를 넣으면 pH가 다음으로 하락:',
|
|
211
|
+
},
|
|
212
|
+
proteinFibers: [
|
|
213
|
+
{ id: 'wool', name: '양모 / 메리노', icon: 'mdi:sheep' },
|
|
214
|
+
{ id: 'silk', name: '실크', icon: 'mdi:ticket-percent' },
|
|
215
|
+
{ id: 'cashmere', name: '캐시미어', icon: 'mdi:crown' },
|
|
216
|
+
{ id: 'mohair', name: '모헤어', icon: 'mdi:shimmer' },
|
|
217
|
+
{ id: 'angora', name: '앙고라', icon: 'mdi:rabbit' },
|
|
218
|
+
{ id: 'alpaca', name: '알파카', icon: 'mdi:image-filter-hdr' },
|
|
219
|
+
],
|
|
220
|
+
cellulosicFibers: [
|
|
221
|
+
{ id: 'cotton', name: '면', icon: 'mdi:tshirt-crew' },
|
|
222
|
+
{ id: 'linen', name: '린넨', icon: 'mdi:leaf' },
|
|
223
|
+
],
|
|
224
|
+
},
|
|
225
|
+
};
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { FiberPrepUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'vezelvoorbereiding-verven';
|
|
6
|
+
const title = 'Voorbereiding van Vezels voor Verven';
|
|
7
|
+
const description =
|
|
8
|
+
'WOF-calculator, beitserprotocollen en thermische hellingen om wol, zijde und katoen voor te bereiden voor natuurlijk verven.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Wat is WOF (Weight of Fiber)?',
|
|
13
|
+
answer:
|
|
14
|
+
'WOF is het standaardsysteem om de benodigde hoeveelheid pigment of beitsmiddel te berekenen. Het is gebaseerd op het droge gewicht van de vezel. Bijvoorbeeld, 100% WOF uienschillen voor 100g wol betekent dat je 100g uienschillen nodig hebt.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Waarom is beitsen noodzakelijk?',
|
|
18
|
+
answer:
|
|
19
|
+
'Het beitsmiddel (zoals aluin) fungeert als een chemische brug tussen de textielvezel en het natuurlijke pigment. Zonder deze brug zouden de meeste kleurstoffen niet hechten en bij de eerste wasbeurt verdwijnen (slechte licht- en wrijfechtheid).',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Wat is het verschil tussen het voorbereiden van dierlijke en plantaardige vezels?',
|
|
23
|
+
answer:
|
|
24
|
+
'Dierlijke vezels (proteïnevezels zoals wol) accepteren aluin alleen heel goed. Plantaardige vezels (cellulosevezels zoals katoen of linnen) vereisen een voorstap met tannines om de vezel te "misleiden" zodat deze het metalen beitsmiddel accepteert.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'Wat is de thermische helling bij het verven?',
|
|
28
|
+
answer:
|
|
29
|
+
'Dit is de geleidelijke temperatuurstijging (ca. 1-2°C per minuut) van het verfbad. Het is cruciaal om thermische schokken te vermijden, vooral bij wol, die kan vilten als de temperatuur te abrupt verandert.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Reiniging en ontvetten',
|
|
36
|
+
text: 'Was de vezel met een neutraal wasmiddel om oliën, wassen of industriële stijfsel te verwijderen die verhinderen dat de beits gelijkmatig binnendringt.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Droge vezel wegen',
|
|
40
|
+
text: 'Bepaal het exacte gewicht van het droge materiaal. Deze waarde is de basis voor alle WOF-berekeningen (Weight of Fiber).',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Berekening en beitsbad',
|
|
44
|
+
text: 'Los het beitsmiddel op (bijv. kaliumaluin op 15% WOF) in warm water en dompel de vezel onder, waarbij de temperatuur constant wordt gehouden volgens het protocol.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Rijping en spoelen',
|
|
48
|
+
text: 'Laat de gebeitste vezel rusten (bij voorkeur 24 uur) zodat het metaal zich diep kan hechten voordat je overgaat naar het definitieve verfbad.',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowTo> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
name: step.name,
|
|
70
|
+
text: step.text,
|
|
71
|
+
})),
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
75
|
+
'@context': 'https://schema.org',
|
|
76
|
+
'@type': 'SoftwareApplication',
|
|
77
|
+
name: title,
|
|
78
|
+
description,
|
|
79
|
+
applicationCategory: 'UtilityApplication',
|
|
80
|
+
operatingSystem: 'All',
|
|
81
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
82
|
+
inLanguage: 'nl',
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
86
|
+
slug,
|
|
87
|
+
title,
|
|
88
|
+
description,
|
|
89
|
+
faqTitle: 'Veelgestelde Vragen',
|
|
90
|
+
faq: faqData,
|
|
91
|
+
bibliographyTitle: 'Bibliografie',
|
|
92
|
+
bibliography: [
|
|
93
|
+
{
|
|
94
|
+
name: 'La Escuela Artesana - Taller de Tintes Naturales sobre Lana',
|
|
95
|
+
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
name: 'Tatiana Sarasa (@tatianasarasa) - Artista Textil y Tintes Naturales',
|
|
99
|
+
url: 'https://www.instagram.com/tatianasarasa/',
|
|
100
|
+
},
|
|
101
|
+
],
|
|
102
|
+
howTo: howToData,
|
|
103
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
|
+
seo: [
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: 'De Wetenschap achter Beitsen',
|
|
108
|
+
level: 2,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'Het voorbereiden van een vezel voor het verven is meer dan alleen wassen. Het is een chemisch proces op moleculair niveau dat beitsen wordt genoemd. Het woord komt van het Latijnse <i>mordere</i> (bijten), en de functie ervan is om te dienen als een chemische brug tussen de vezel en het pigment. Zonder deze brug zouden de meeste natuurlijke kleurstoffen simpelweg wegspoelen bij de eerste spoelbeurt.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'card',
|
|
116
|
+
title: 'Kernbegrip',
|
|
117
|
+
icon: 'mdi:molecule',
|
|
118
|
+
html: 'De beits heeft beschikbare valenties die zich tegelijkertijd vastgrijpen aan de polymeren van de vezel en aan de kleurstof.',
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'title',
|
|
122
|
+
text: 'Differentiatie van Vezels',
|
|
123
|
+
level: 2,
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
type: 'card',
|
|
127
|
+
title: 'Proteïnevezels: Wol en Zijde',
|
|
128
|
+
icon: 'mdi:sheep',
|
|
129
|
+
html: 'Deze vezels bestaan uit aminozuurketens met een zeer hoge natuurlijke affiniteit voor metalen. De hitte opent de schubben, waardoor aluinsmouten diep kunnen doordringen. Het gebruik van <strong>Wijnsteen</strong> is essentieel om de zure pH te behouden die de zachtheid bewaart.',
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'card',
|
|
133
|
+
title: 'Cellulosevezels: Katoen en Linnen',
|
|
134
|
+
icon: 'mdi:leaf',
|
|
135
|
+
html: 'Cellulose heeft geen direct beschikbare bindingsplaatsen. Daarom gebruiken we het <strong>tweestappenprotocol</strong>: eerst tannines die zich aan de cellulose hechten, daarna de aluin die zich aan die tannines hecht. Zonder deze voorbehandeling zal de kleur bleek en weinig resistent uitvallen.',
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'title',
|
|
139
|
+
text: 'Controle van het Bad: WOF, Temperatuur en pH',
|
|
140
|
+
level: 2,
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
type: 'paragraph',
|
|
144
|
+
html: 'Om professionele en herhaalbare resultaten te behalen, is het concept van <strong>WOF (Weight of Fabric)</strong> de wet. Alles wordt gemeten als een percentage van het droge gewicht van de vezel. Een teveel aan beitsmiddel kan de vezel verzadigen en deze ruw maken of metaalafzettingen achterlaten die de uiteindelijke kleur veranderen.',
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
type: 'tip',
|
|
148
|
+
title: 'De Thermische Helling',
|
|
149
|
+
html: 'Hitte werkt als katalysator en versnelt de chemische reactie. Een abrupte temperatuurverandering bij wol kan er echter toe leiden dat de schubben permanent in elkaar haken, wat resulteert in een vervilte en gekrompen stof.',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
type: 'tip',
|
|
153
|
+
title: 'De pH factor',
|
|
154
|
+
html: 'Veel natuurlijke kleurstoffen zijn levende pH-indicatoren. De pH beïnvloedt de oplosbaarheid van de zouten en het behoud van de vezel. Zijde kan zijn glans verliezen als het bad te alkalisch is. Het aanpassen van de pH met citroenzuur of calciumcarbonaat is fundamenteel.',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'title',
|
|
158
|
+
text: 'Stoffen en Veiligheid',
|
|
159
|
+
level: 2,
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'card',
|
|
163
|
+
title: 'Kaliumaluin',
|
|
164
|
+
icon: 'mdi:bottle-tonic-skull',
|
|
165
|
+
html: 'Universele beits, kleurloos en zeer effectief. De referentie voor proteïnevezels.',
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'card',
|
|
169
|
+
title: 'Wijnsteen (Cremor Tartari)',
|
|
170
|
+
icon: 'mdi:spoon-sugar',
|
|
171
|
+
html: 'Assistent die de fixatie en zachtheid in dierlijke vezels verbetert. Behoudt de zure pH.',
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
type: 'tip',
|
|
175
|
+
title: 'Veiligheidsprotocol',
|
|
176
|
+
html: 'Gebruik pannen uitsluitend voor verven, nooit voor voedsel.<br>Gebruik handschoenen en een masker bij het hanteren van beitsmiddelen in poederform.<br>Zorg voor constante ventilatie om ophoping van dampen te voorkomen.',
|
|
177
|
+
},
|
|
178
|
+
],
|
|
179
|
+
ui: {
|
|
180
|
+
profileTitle: 'Profielselectie',
|
|
181
|
+
profileDesc: 'Het chemische protocol is verdeeld volgens de moleculaire oorsprong van de vezel',
|
|
182
|
+
proteinTitle: 'Proteïnevezels',
|
|
183
|
+
proteinOrigin: 'Dierlijke Oorsprong',
|
|
184
|
+
proteinDesc: 'Wol, zijde, alpaca, mohair of kasjmier. Vereisen gecontroleerde temperaturen en een zure pH.',
|
|
185
|
+
cellulosicTitle: 'Cellulosevezels',
|
|
186
|
+
cellulosicOrigin: 'Plantaardige Oorsprong',
|
|
187
|
+
cellulosicDesc: 'Katoen, linnen, hennep of jute. Vereisen voormanueren met tannines om het pigment te fixeren.',
|
|
188
|
+
wofTitle: 'WOF-calculator',
|
|
189
|
+
weightLabel: 'Gewicht van het Droge Kledingstuk (g)',
|
|
190
|
+
weightUnit: 'g',
|
|
191
|
+
wofEmptyMsg: 'Selecteer een profiel om berekeningen in te schakelen',
|
|
192
|
+
alumLabel: 'Aluin',
|
|
193
|
+
cremLabel: 'Wijnsteen',
|
|
194
|
+
ironLabel: 'IJzer (Voorzichtig)',
|
|
195
|
+
rampTitle: 'Thermische Helling',
|
|
196
|
+
rampEmptyTitle: 'Wachten op Selectie',
|
|
197
|
+
rampEmptyDesc: 'Kies een vezel om de thermische cyclus te zien',
|
|
198
|
+
phTitle: 'pH-stabilisator',
|
|
199
|
+
phDesc: 'Kritieke factor voor kleurverzadiging',
|
|
200
|
+
phVolumeLabel: 'Badvolume (L)',
|
|
201
|
+
phSliderLabel: 'Huidige pH',
|
|
202
|
+
phAcidLabel: 'Zuur (1)',
|
|
203
|
+
phAlkalineLabel: 'Alkalisch (14)',
|
|
204
|
+
phEmptyMsg: 'Selecteer een profiel om de stabilisator in te schakelen',
|
|
205
|
+
phStrings: {
|
|
206
|
+
optimal: 'Optimale pH',
|
|
207
|
+
raisePrefix: 'Voeg calciumcarbonaat of soda ash toe. Ca.',
|
|
208
|
+
raiseSuffix: 'g om te verhogen naar',
|
|
209
|
+
lowerPrefix: 'Voeg citroenzuur of azijn toe. Ca.',
|
|
210
|
+
lowerSuffix: 'ml om te verlagen naar',
|
|
211
|
+
},
|
|
212
|
+
proteinFibers: [
|
|
213
|
+
{ id: 'wool', name: 'Wol / Merino', icon: 'mdi:sheep' },
|
|
214
|
+
{ id: 'silk', name: 'Zijde', icon: 'mdi:ticket-percent' },
|
|
215
|
+
{ id: 'cashmere', name: 'Kasjmier', icon: 'mdi:crown' },
|
|
216
|
+
{ id: 'mohair', name: 'Mohair', icon: 'mdi:shimmer' },
|
|
217
|
+
{ id: 'angora', name: 'Angora', icon: 'mdi:rabbit' },
|
|
218
|
+
{ id: 'alpaca', name: 'Alpaka', icon: 'mdi:image-filter-hdr' },
|
|
219
|
+
],
|
|
220
|
+
cellulosicFibers: [
|
|
221
|
+
{ id: 'cotton', name: 'Katoen', icon: 'mdi:tshirt-crew' },
|
|
222
|
+
{ id: 'linen', name: 'Linnen', icon: 'mdi:leaf' },
|
|
223
|
+
],
|
|
224
|
+
},
|
|
225
|
+
};
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { FiberPrepUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'przygotowanie-wlokien-farbowanie';
|
|
6
|
+
const title = 'Przygotowanie Włókien do Farbowania';
|
|
7
|
+
const description =
|
|
8
|
+
'Kalkulator WOF, protokoły zaprawiania i rampy termiczne do przygotowania wełny, jedwabiu i bawełny przed naturalnym farbowaniem.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Co to jest WOF (Weight of Fiber)?',
|
|
13
|
+
answer:
|
|
14
|
+
'WOF to standardowy system obliczania potrzebnej ilości pigmentu lub zaprawy. Opiera się na suchej masie włókna. Na przykład 100% WOF łusek cebuli dla 100g wełny oznacza, że potrzebujesz 100g łusek cebuli.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Dlaczego zaprawianie jest konieczne?',
|
|
18
|
+
answer:
|
|
19
|
+
'Zaprawa (taka jak ałun) działa jako pomost chemiczny między włóknem tekstylnym a naturalnym pigmentem. Bez niej większość barwników nie utrwaliłaby się i zniknęła przy pierwszym praniu (niska trwałość na światło i pocieranie).',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Jaka jest różnica między przygotowywaniem włókien zwierzęcych a roślinnych?',
|
|
23
|
+
answer:
|
|
24
|
+
'Włókna zwierzęce (białkowe, takie jak wełna) bardzo dobrze przyjmują sam ałun. Włókna roślinne (celulozowe, takie jak bawełna czy len) wymagają wcześniejszego etapu garbnikowania, aby "oszukać" włókno i sprawić, by przyjęło metaliczną zaprawę.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'Co to jest rampa termiczna w farbowaniu?',
|
|
28
|
+
answer:
|
|
29
|
+
'Jest to stopniowy wzrost temperatury (ok. 1-2°C na minutę) kąpieli barwiącej. Jest to kluczowe, aby uniknąć szoku termicznego, szczególnie w przypadku wełny, która może się spilśnić, jeśli zmiany temperatury są zbyt gwałtowne.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Czyszczenie i odtłuszczanie',
|
|
36
|
+
text: 'Wypierz włókno w neutralnym detergencie, aby usunąć oleje, woski lub przemysłowe skrobie, które uniemożliwiają równomierne wnikanie zaprawy.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Ważenie suchego włókna',
|
|
40
|
+
text: 'Uzyskaj dokładną wagę suchego materiału. Wartość ta jest podstawą wszystkich obliczeń WOF (Weight of Fiber).',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Obliczenia i kąpiel zaprawiająca',
|
|
44
|
+
text: 'Rozpuść zaprawę (np. ałun potasowy w ilości 15% WOF) w gorącej wodzie i zanurz włókno, utrzymując stałą temperaturę zgodnie z protokołem.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Dojrzewanie i płukanie',
|
|
48
|
+
text: 'Pozostaw zaprawione włókno do odpoczynku (najlepiej na 24h), aby metal głęboko się utrwalił przed przejściem do właściwej kąpieli barwiącej.',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowTo> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
name: step.name,
|
|
70
|
+
text: step.text,
|
|
71
|
+
})),
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
75
|
+
'@context': 'https://schema.org',
|
|
76
|
+
'@type': 'SoftwareApplication',
|
|
77
|
+
name: title,
|
|
78
|
+
description,
|
|
79
|
+
applicationCategory: 'UtilityApplication',
|
|
80
|
+
operatingSystem: 'All',
|
|
81
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
82
|
+
inLanguage: 'pl',
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
86
|
+
slug,
|
|
87
|
+
title,
|
|
88
|
+
description,
|
|
89
|
+
faqTitle: 'Najczęściej Zadawane Pytania',
|
|
90
|
+
faq: faqData,
|
|
91
|
+
bibliographyTitle: 'Bibliografia',
|
|
92
|
+
bibliography: [
|
|
93
|
+
{
|
|
94
|
+
name: 'La Escuela Artesana - Taller de Tintes Naturales sobre Lana',
|
|
95
|
+
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
name: 'Tatiana Sarasa (@tatianasarasa) - Artista Textil i Tintes Naturales',
|
|
99
|
+
url: 'https://www.instagram.com/tatianasarasa/',
|
|
100
|
+
},
|
|
101
|
+
],
|
|
102
|
+
howTo: howToData,
|
|
103
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
|
+
seo: [
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: 'Nauka stojąca za Zaprawianiem',
|
|
108
|
+
level: 2,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'Przygotowanie włókna do farbowania to nie tylko jego wypranie. To proces inżynierii chemicznej na poziomie molekularnym zwany zaprawianiem. Słowo to pochodzi od łacińskiego <i>mordere</i> (gryźć), a jego funkcją jest działanie jako pomost chemiczny między włóknem a pigmentem. Bez tego pomostu większość naturalnych barwników po prostu spłukałaby się przy pierwszym płukaniu.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'card',
|
|
116
|
+
title: 'Kluczowe Pojęcie',
|
|
117
|
+
icon: 'mdi:molecule',
|
|
118
|
+
html: 'Zaprawa posiada wolne wartościowości, które jednocześnie chwytają polimery włókna i barwnik.',
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'title',
|
|
122
|
+
text: 'Różnicowanie Włókien',
|
|
123
|
+
level: 2,
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
type: 'card',
|
|
127
|
+
title: 'Włókna Białkowe: Wełna i Jedwab',
|
|
128
|
+
icon: 'mdi:sheep',
|
|
129
|
+
html: 'Włókna te składają się z łańcuchów aminokwasów o bardzo wysokim naturalnym powinowactwie do metali. Ciepło otwiera łuski, pozwalając solom ałunu na głębokie wnikanie. Stosowanie <strong>Kamienia Winnego (Cream of Tartar)</strong> jest niezbędne do utrzymania kwaśnego pH, które zachowuje ich miękkość.',
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'card',
|
|
133
|
+
title: 'Włókna Celulozowe: Bawełna i Len',
|
|
134
|
+
icon: 'mdi:leaf',
|
|
135
|
+
html: 'Celuloza nie posiada łatwo dostępnych miejsc wiązania. Dlatego stosujemy <strong>dwuetapowy protokół</strong>: najpierw garbniki, które przylegają do celulozy, następnie ałun, który przylega do tych garbników. Bez tej wstępnej obróbki kolor wyjdzie blady i mało odporny.',
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'title',
|
|
139
|
+
text: 'Kontrola Kąpieli: WOF, Temperatura i pH',
|
|
140
|
+
level: 2,
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
type: 'paragraph',
|
|
144
|
+
html: 'Aby uzyskać profesjonalne i powtarzalne wyniki, koncepcja <strong>WOF (Weight of Fabric)</strong> jest prawem. Wszystko mierzy się jako procent suchej masy włókna. Nadmiar zaprawy może nasycić włókno i pozostawić je szorstkim lub z osadami metalicznymi, które zmieniają ostateczny kolor.',
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
type: 'tip',
|
|
148
|
+
title: 'Rampa Termiczna',
|
|
149
|
+
html: 'Ciepło działa jako katalizator, przyspieszając reakcję chemiczną. Jednak gwałtowna zmiana temperatury wełny może spowodować trwałe zaczepienie się łusek o siebie, co skutkuje spilśnioną i skurczoną tkaniną.',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
type: 'tip',
|
|
153
|
+
title: 'Czynnik pH',
|
|
154
|
+
html: 'Wiele naturalnych barwników to żywe wskaźniki pH. pH wpływa na rozpuszczalność soli i konserwację włókna. Jedwab może stracić swój połysk, jeśli kąpiel będzie zbyt zasadowa. Regulacja pH kwasem cytrynowym lub węglanem wapnia jest fundamentalna.',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'title',
|
|
158
|
+
text: 'Substancje i Bezpieczeństwo',
|
|
159
|
+
level: 2,
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'card',
|
|
163
|
+
title: 'Ałun Potasowy',
|
|
164
|
+
icon: 'mdi:bottle-tonic-skull',
|
|
165
|
+
html: 'Uniwersalna zaprawa, bezbarwna i wysoce skuteczna. Referencja dla włókien białkowych.',
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'card',
|
|
169
|
+
title: 'Kamień Winny (Cream of Tartar)',
|
|
170
|
+
icon: 'mdi:spoon-sugar',
|
|
171
|
+
html: 'Asystent poprawiający utrwalenie i miękkość włókien zwierzęcych. Utrzymuje kwaśne pH.',
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
type: 'tip',
|
|
175
|
+
title: 'Protokół Bezpieczeństwa',
|
|
176
|
+
html: 'Używaj garnków wyłącznie do farbowania, nigdy do żywności.<br>Używaj rękawic i maski podczas manipulowania zaprawami w proszku.<br>Zapewnij stałą wentylację, aby uniknąć gromadzenia się oparów.',
|
|
177
|
+
},
|
|
178
|
+
],
|
|
179
|
+
ui: {
|
|
180
|
+
profileTitle: 'Wybór Profilu',
|
|
181
|
+
profileDesc: 'Protokół chemiczny dzieli się według molekularnego pochodzenia włókna',
|
|
182
|
+
proteinTitle: 'Włókna Białkowe',
|
|
183
|
+
proteinOrigin: 'Pochodzenie Zwierzęce',
|
|
184
|
+
proteinDesc: 'Wełna, jedwab, alpaka, moher lub kaszmir. Wymagają kontrolowanych temperatur i kwaśnego pH.',
|
|
185
|
+
cellulosicTitle: 'Włókna Celulozowe',
|
|
186
|
+
cellulosicOrigin: 'Pochodzenie Roślinne',
|
|
187
|
+
cellulosicDesc: 'Bawełna, len, konopie lub juta. Wymagają wstępnego zaprawiania garbnikami w celu utrwalenia pigmentu.',
|
|
188
|
+
wofTitle: 'Kalkulator WOF',
|
|
189
|
+
weightLabel: 'Waga Suchej Odzieży (g)',
|
|
190
|
+
weightUnit: 'g',
|
|
191
|
+
wofEmptyMsg: 'Wybierz profil, aby umożliwić obliczenia',
|
|
192
|
+
alumLabel: 'Ałun',
|
|
193
|
+
cremLabel: 'Kamień Winny',
|
|
194
|
+
ironLabel: 'Żelazo (Uwaga)',
|
|
195
|
+
rampTitle: 'Rampa Termiczna',
|
|
196
|
+
rampEmptyTitle: 'Oczekiwanie na Wybór',
|
|
197
|
+
rampEmptyDesc: 'Wybierz włókno, aby zobaczyć cykl termiczny',
|
|
198
|
+
phTitle: 'Stabilizator pH',
|
|
199
|
+
phDesc: 'Krytyczny czynnik dla nasycenia koloru',
|
|
200
|
+
phVolumeLabel: 'Objętość Kąpieli (L)',
|
|
201
|
+
phSliderLabel: 'Aktualne pH',
|
|
202
|
+
phAcidLabel: 'Kwaśne (1)',
|
|
203
|
+
phAlkalineLabel: 'Zasadowe (14)',
|
|
204
|
+
phEmptyMsg: 'Wybierz profil, aby umożliwić stabilizator',
|
|
205
|
+
phStrings: {
|
|
206
|
+
optimal: 'pH optymalne',
|
|
207
|
+
raisePrefix: 'Dodaj Węglan Wapnia lub Sodę Kalcynowaną. Ok.',
|
|
208
|
+
raiseSuffix: 'g aby podnieść do',
|
|
209
|
+
lowerPrefix: 'Dodaj Kwas Cytrynowy lub Ocet. Ok.',
|
|
210
|
+
lowerSuffix: 'ml aby obniżyć do',
|
|
211
|
+
},
|
|
212
|
+
proteinFibers: [
|
|
213
|
+
{ id: 'wool', name: 'Wełna / Merino', icon: 'mdi:sheep' },
|
|
214
|
+
{ id: 'silk', name: 'Jedwab', icon: 'mdi:ticket-percent' },
|
|
215
|
+
{ id: 'cashmere', name: 'Kaszmir', icon: 'mdi:crown' },
|
|
216
|
+
{ id: 'mohair', name: 'Moher', icon: 'mdi:shimmer' },
|
|
217
|
+
{ id: 'angora', name: 'Angora', icon: 'mdi:rabbit' },
|
|
218
|
+
{ id: 'alpaca', name: 'Alpaka', icon: 'mdi:image-filter-hdr' },
|
|
219
|
+
],
|
|
220
|
+
cellulosicFibers: [
|
|
221
|
+
{ id: 'cotton', name: 'Bawełna', icon: 'mdi:tshirt-crew' },
|
|
222
|
+
{ id: 'linen', name: 'Len', icon: 'mdi:leaf' },
|
|
223
|
+
],
|
|
224
|
+
},
|
|
225
|
+
};
|