@jjlmoya/utils-textiles 1.3.0 → 1.5.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 +12 -12
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/schemas_fulfillment.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/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 = 'persiapan-serat-pewarnaan';
|
|
6
|
+
const title = 'Persiapan Serat untuk Pewarnaan';
|
|
7
|
+
const description =
|
|
8
|
+
'Kalkulator WOF, protokol mordant, dan rampa termal untuk mempersiapkan wol, sutra, dan kapas sebelum pewarnaan alami.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Apa itu WOF (Weight of Fiber)?',
|
|
13
|
+
answer:
|
|
14
|
+
'WOF adalah sistem standar untuk menghitung jumlah pigmen atau mordant yang dibutuhkan. Hal ini didasarkan pada berat kering serat. Misalnya, 100% WOF kulit bawang untuk 100g wol berarti Anda membutuhkan 100g kulit bawang.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Mengapa mordanting diperlukan?',
|
|
18
|
+
answer:
|
|
19
|
+
'Mordant (seperti tawas) bertindak sebagai jembatan kimia antara serat tekstil dan pigmen alami. Tanpanya, sebagian besar pewarna tidak akan menempel dan akan hilang pada pencucian pertama (ketahanan luntur warna yang buruk terhadap cahaya dan gesekan).',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Apa perbedaan antara mempersiapkan serat hewani dan nabati?',
|
|
23
|
+
answer:
|
|
24
|
+
'Serat hewani (protein seperti wol) menerima tawas saja dengan sangat baik. Serat nabati (selulosa seperti kapas atau linen) memerlukan langkah awal tanin untuk "mengelabui" serat agar menerima mordant logam.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'Apa itu rampa termal dalam pewarnaan?',
|
|
28
|
+
answer:
|
|
29
|
+
'Ini adalah peningkatan suhu secara bertahap (sekitar 1-2°C per menit) dari bak pewarna. Hal ini sangat penting untuk menghindari kejutan termal, terutama pada wol, yang dapat menggumpal atau "menjadi felt" jika perubahan suhunya mendadak.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Pembersihan dan penghilangan kanji',
|
|
36
|
+
text: 'Cuci serat dengan deterjen netral untuk menghilangkan minyak, lilin, atau kanji industri yang menghalangi mordant meresap secara merata.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Menimbang serat kering',
|
|
40
|
+
text: 'Dapatkan berat tepat dari material kering. Nilai ini adalah dasar untuk semua perhitungan WOF (Weight of Fiber).',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Perhitungan dan bak mordant',
|
|
44
|
+
text: 'Larutkan mordant (misalnya tawas kalium pada 15% WOF) dalam air panas dan rendam serat, jaga suhu tetap konstan sesuai protokol.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Pematangan dan pembilasan',
|
|
48
|
+
text: 'Biarkan serat yang telah di-mordant beristirahat (sebaiknya 24 jam) agar logam terfiksasi secara mendalam sebelum masuk ke bak pewarna utama.',
|
|
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: 'id',
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
86
|
+
slug,
|
|
87
|
+
title,
|
|
88
|
+
description,
|
|
89
|
+
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
90
|
+
faq: faqData,
|
|
91
|
+
bibliographyTitle: 'Bibliografi',
|
|
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: 'Sains di Balik Mordanting',
|
|
108
|
+
level: 2,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'Mempersiapkan serat untuk pewarnaan bukan sekadar mencucinya. Ini adalah proses teknik kimia pada tingkat molekuler yang disebut mordanting. Kata ini berasal dari bahasa Latin <i>mordere</i> (menggigit), dan fungsinya adalah bertindak sebagai jembatan kimia antara serat dan pigmen. Tanpa jembatan ini, sebagian besar pewarna alami hanya akan luntur pada pembilasan pertama.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'card',
|
|
116
|
+
title: 'Konsep Kunci',
|
|
117
|
+
icon: 'mdi:molecule',
|
|
118
|
+
html: 'Mordant memiliki valensi tersedia yang menempel secara bersamaan pada polimer serat dan zat warna.',
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'title',
|
|
122
|
+
text: 'Pembedaan Serat',
|
|
123
|
+
level: 2,
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
type: 'card',
|
|
127
|
+
title: 'Serat Protein: Wol dan Sutra',
|
|
128
|
+
icon: 'mdi:sheep',
|
|
129
|
+
html: 'Serat-serat ini terdiri dari rantai asam amino dengan afinitas alami yang sangat tinggi terhadap logam. Panas membuka sisik serat sehingga memungkinkan garam tawas masuk secara mendalam. Penggunaan <strong>Cream of Tartar</strong> sangat penting untuk menjaga pH asam yang menjaga kelembutannya.',
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'card',
|
|
133
|
+
title: 'Serat Selulosa: Kapas dan Linen',
|
|
134
|
+
icon: 'mdi:leaf',
|
|
135
|
+
html: 'Selulosa tidak memiliki situs pengikatan yang tersedia dengan mudah. Itulah sebabnya kita menggunakan <strong>protokol dua langkah</strong>: pertama tanin yang menempel pada selulosa, kemudian tawas menempel pada tanin tersebut. Tanpa pra-perawatan ini, warnanya akan pucat dan tidak tahan lama.',
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'title',
|
|
139
|
+
text: 'Kontrol Bak: WOF, Suhu, dan pH',
|
|
140
|
+
level: 2,
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
type: 'paragraph',
|
|
144
|
+
html: 'Untuk mendapatkan hasil profesional dan dapat diulang, konsep <strong>WOF (Weight of Fabric)</strong> adalah hukum utamanya. Semuanya diukur sebagai persentase dari berat kering serat. Kelebihan mordant dapat menjenuhkan serat dan membuatnya kasar atau meninggalkan endapan logam yang mengubah warna akhir.',
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
type: 'tip',
|
|
148
|
+
title: 'Rampa Termal',
|
|
149
|
+
html: 'Panas bertindak sebagai katalis, mempercepat reaksi kimia. Namun, perubahan suhu yang mendadak pada wol dapat menyebabkan sisik-sisiknya saling mengunci secara permanen, menghasilkan kain yang menjadi felt dan menyusut.',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
type: 'tip',
|
|
153
|
+
title: 'Faktor pH',
|
|
154
|
+
html: 'Banyak pewarna alami adalah indikator pH yang hidup. pH mempengaruhi kelarutan garam dan pelestarian serat. Sutra dapat kehilangan kilaunya jika bak terlalu basa. Menyesuaikan pH dengan asam sitrat atau kalsium karbonat sangatlah mendasar.',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'title',
|
|
158
|
+
text: 'Zat dan Keamanan',
|
|
159
|
+
level: 2,
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'card',
|
|
163
|
+
title: 'Tawas Kalium',
|
|
164
|
+
icon: 'mdi:bottle-tonic-skull',
|
|
165
|
+
html: 'Mordant universal, tidak berwarna, dan sangat efektif. Referensi utama untuk serat protein.',
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'card',
|
|
169
|
+
title: 'Cream of Tartar',
|
|
170
|
+
icon: 'mdi:spoon-sugar',
|
|
171
|
+
html: 'Asisten yang meningkatkan fiksasi dan kelembutan pada serat hewani. Menjaga pH tetap asam.',
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
type: 'tip',
|
|
175
|
+
title: 'Protokol Keamanan',
|
|
176
|
+
html: 'Gunakan panci khusus untuk pewarnaan, jangan pernah untuk makanan.<br>Gunakan sarung tangan dan masker saat menangani mordant bubuk.<br>Pastikan ventilasi yang konstan untuk menghindari penumpukan uap.',
|
|
177
|
+
},
|
|
178
|
+
],
|
|
179
|
+
ui: {
|
|
180
|
+
profileTitle: 'Pemilihan Profil',
|
|
181
|
+
profileDesc: 'Protokol kimia dibagi menurut asal molekuler serat',
|
|
182
|
+
proteinTitle: 'Serat Protein',
|
|
183
|
+
proteinOrigin: 'Asal Hewani',
|
|
184
|
+
proteinDesc: 'Wol, sutra, alpaka, mohair, atau kasmir. Memerlukan suhu terkontrol dan pH asam.',
|
|
185
|
+
cellulosicTitle: 'Serat Selulosa',
|
|
186
|
+
cellulosicOrigin: 'Asal Nabati',
|
|
187
|
+
cellulosicDesc: 'Kapas, linen, rami, atau goni. Memerlukan pra-mordanting dengan tanin untuk memfiksasi pigmen.',
|
|
188
|
+
wofTitle: 'Kalkulator WOF',
|
|
189
|
+
weightLabel: 'Berat Pakaian Kering (g)',
|
|
190
|
+
weightUnit: 'gr',
|
|
191
|
+
wofEmptyMsg: 'Pilih profil untuk mengaktifkan perhitungan',
|
|
192
|
+
alumLabel: 'Tawas',
|
|
193
|
+
cremLabel: 'Cream of Tartar',
|
|
194
|
+
ironLabel: 'Zat Besi (Hati-hati)',
|
|
195
|
+
rampTitle: 'Rampa Termal',
|
|
196
|
+
rampEmptyTitle: 'Menunggu Pemilihan',
|
|
197
|
+
rampEmptyDesc: 'Pilih serat untuk melihat siklus termal',
|
|
198
|
+
phTitle: 'Penstabil pH',
|
|
199
|
+
phDesc: 'Faktor kritis untuk saturasi warna',
|
|
200
|
+
phVolumeLabel: 'Volume Bak (L)',
|
|
201
|
+
phSliderLabel: 'pH Saat Ini',
|
|
202
|
+
phAcidLabel: 'Asam (1)',
|
|
203
|
+
phAlkalineLabel: 'Basa (14)',
|
|
204
|
+
phEmptyMsg: 'Pilih profil untuk mengaktifkan penstabil',
|
|
205
|
+
phStrings: {
|
|
206
|
+
optimal: 'pH optimal',
|
|
207
|
+
raisePrefix: 'Tambahkan Kalsium Karbonat atau Soda Ash. Sekitar',
|
|
208
|
+
raiseSuffix: 'g untuk menaikkan ke',
|
|
209
|
+
lowerPrefix: 'Tambahkan Asam Sitrat atau Cuka. Sekitar',
|
|
210
|
+
lowerSuffix: 'ml untuk menurunkan ke',
|
|
211
|
+
},
|
|
212
|
+
proteinFibers: [
|
|
213
|
+
{ id: 'wool', name: 'Wol / Merino', icon: 'mdi:sheep' },
|
|
214
|
+
{ id: 'silk', name: 'Sutra', icon: 'mdi:ticket-percent' },
|
|
215
|
+
{ id: 'cashmere', name: 'Kasmir', 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: 'Kapas', icon: 'mdi:tshirt-crew' },
|
|
222
|
+
{ id: 'linen', name: 'Linen', 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 = 'preparazione-fibre-tintura';
|
|
6
|
+
const title = 'Preparazione delle Fibre per la Tintura';
|
|
7
|
+
const description =
|
|
8
|
+
'Calcolatrice WOF, protocolli di mordenzatura e rampe termiche per preparare lana, seta e cotone prima della tintura naturale.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Cos\'è il WOF (Weight of Fiber)?',
|
|
13
|
+
answer:
|
|
14
|
+
'Il WOF è il sistema standard per calcolare la quantità di pigmento o mordente necessaria. Si basa sul peso a secco della fibra. Ad esempio, un 100% di WOF in bucce di cipolla per 100g di lana significa che avrai bisogno di 100g di bucce di cipolla.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Perché è necessaria la mordenzatura?',
|
|
18
|
+
answer:
|
|
19
|
+
'Il mordente (come l\'allume) agisce come un ponte chimico tra la fibra tessile e il pigmento naturale. Senza di esso, la maggior parte delle tinture non si fisserebbe e svanirebbe al primo lavaggio (scarsa solidità alla luce e allo sfregamento).',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Qual è la differenza tra preparare fibre animali e vegetali?',
|
|
23
|
+
answer:
|
|
24
|
+
'Le fibre animali (proteiche come la lana) accettano molto bene l\'allume da solo. Le fibre vegetali (cellulosiche come il cotone o il lino) richiedono un passaggio preliminare di tannini per "ingannare" la fibra e farle accettare il mordente metallico.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'Cos\'è la rampa termica nella tintura?',
|
|
28
|
+
answer:
|
|
29
|
+
'È l\'aumento graduale della temperatura (circa 1-2°C al minuto) del bagno di tintura. È fondamentale per evitare lo shock termico, specialmente nella lana, che può infeltrire se i cambi di temperatura sono bruschi.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Pulizia e sgrassaggio',
|
|
36
|
+
text: 'Lava la fibra con un detergente neutro per eliminare oli, cere o amidi industriali che impediscono al mordente di penetrare uniformemente.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Pesare la fibra asciutta',
|
|
40
|
+
text: 'Ottieni il peso esatto del materiale asciutto. Questo valore è la base per tutti i calcoli di WOF (Weight of Fiber).',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Calcolo e bagno di mordenzatura',
|
|
44
|
+
text: 'Sciogli il mordente (ad es. allume di potassio al 15% WOF) in acqua calda e immergi la fibra, mantenendo la temperatura costante secondo il protocollo.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Maturazione e risciacquo',
|
|
48
|
+
text: 'Lascia riposare la fibra mordenzata (preferibilmente 24 ore) affinché il metallo si fissi profondamente prima di passare al bagno di tintura definitivo.',
|
|
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: 'it',
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
86
|
+
slug,
|
|
87
|
+
title,
|
|
88
|
+
description,
|
|
89
|
+
faqTitle: 'Domande Frequenti',
|
|
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 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: 'La Scienza dietro la Mordenzatura',
|
|
108
|
+
level: 2,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'Preparare una fibra per la tintura non significa semplicemente lavarla. È un processo di ingegneria chimica a livello molecolare chiamato mordenzatura. La parola deriva dal latino <i>mordere</i>, e la sua funzione è agire come un ponte chimico tra la fibra e il pigmento. Senza questo ponte, la maggior parte delle tinture naturali verrebbe semplicemente via al primo risciacquo.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'card',
|
|
116
|
+
title: 'Concetto Chiave',
|
|
117
|
+
icon: 'mdi:molecule',
|
|
118
|
+
html: 'Il mordente ha valenze disponibili che si aggrappano simultaneamente ai polimeri della fibra e al colorante.',
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'title',
|
|
122
|
+
text: 'Differenziazione delle Fibre',
|
|
123
|
+
level: 2,
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
type: 'card',
|
|
127
|
+
title: 'Fibre Proteiche: Lana e Seta',
|
|
128
|
+
icon: 'mdi:sheep',
|
|
129
|
+
html: 'Queste fibre sono composte da catene di amminoacidi con un\'affinità naturale molto alta per i metalli. Il calore apre le scaglie permettendo ai sali di allume di penetrare profondamente. L\'uso del <strong>Cremor Tartaro</strong> è vitale per mantenere il pH acido che ne preserva la morbidezza.',
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'card',
|
|
133
|
+
title: 'Fibre Cellulosiche: Cotone e Lino',
|
|
134
|
+
icon: 'mdi:leaf',
|
|
135
|
+
html: 'La cellulosa non ha siti di legame facilmente disponibili. Per questo usiamo il <strong>protocollo a due passaggi</strong>: prima i tannini che aderiscono alla cellulosa, poi l\'allume che aderisce a quei tannini. Senza questo pre-trattamento, il colore risulterà pallido e poco resistente.',
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'title',
|
|
139
|
+
text: 'Il Controllo del Bagno: WOF, Temperatura e pH',
|
|
140
|
+
level: 2,
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
type: 'paragraph',
|
|
144
|
+
html: 'Per ottenere risultati professionali e ripetibili, il concetto di <strong>WOF (Weight of Fabric)</strong> è la legge. Tutto si misura come percentuale del peso a secco della fibra. Un eccesso di mordente può saturare la fibra e lasciarla ruvida o con depositi metallici che alterano il colore finale.',
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
type: 'tip',
|
|
148
|
+
title: 'La Rampa Termica',
|
|
149
|
+
html: 'Il calore agisce come catalizzatore, accelerando la reazione chimica. Tuttavia, un cambio brusco di temperatura nella lana può causare l\'aggancio permanente delle scaglie tra loro, con conseguente infeltrimento e restringimento del tessuto.',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
type: 'tip',
|
|
153
|
+
title: 'Il Fattore pH',
|
|
154
|
+
html: 'Molte tinture naturali sono indicatori di pH vivi. Il pH influenza la solubilità dei sali e la conservazione della fibra. La seta può perdere la sua brillantezza se il bagno è troppo alcalino. Regolare il pH con acido citrico o carbonato di calcio è fondamentale.',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'title',
|
|
158
|
+
text: 'Sostanze e Sicurezza',
|
|
159
|
+
level: 2,
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'card',
|
|
163
|
+
title: 'Allume di Potassio',
|
|
164
|
+
icon: 'mdi:bottle-tonic-skull',
|
|
165
|
+
html: 'Mordente universale, incolore e altamente efficace. Il riferimento per le fibre proteiche.',
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'card',
|
|
169
|
+
title: 'Cremor Tartaro',
|
|
170
|
+
icon: 'mdi:spoon-sugar',
|
|
171
|
+
html: 'Assistente che migliora il fissaggio e la morbidezza nelle fibre animali. Mantiene il pH acido.',
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
type: 'tip',
|
|
175
|
+
title: 'Protocollo di Sicurezza',
|
|
176
|
+
html: 'Usa pentole esclusivamente per la tintura, mai per alimenti.<br>Utilizza guanti e mascherina nel manipolare mordenti in polvere.<br>Assicura una ventilazione costante per evitare l\'accumulo di vapori.',
|
|
177
|
+
},
|
|
178
|
+
],
|
|
179
|
+
ui: {
|
|
180
|
+
profileTitle: 'Selezione del Profilo',
|
|
181
|
+
profileDesc: 'Il protocollo chimico si divide in base all\'origine molecolare della fibra',
|
|
182
|
+
proteinTitle: 'Fibre Proteiche',
|
|
183
|
+
proteinOrigin: 'Origine Animale',
|
|
184
|
+
proteinDesc: 'Lana, seta, alpaca, mohair o cashmere. Richiedono temperature controllate e pH acido.',
|
|
185
|
+
cellulosicTitle: 'Fibre Cellulosiche',
|
|
186
|
+
cellulosicOrigin: 'Origine Vegetale',
|
|
187
|
+
cellulosicDesc: 'Cotone, lino, canapa o juta. Richiedono pre-mordenzatura con tannini per fissare il pigmento.',
|
|
188
|
+
wofTitle: 'Calcolatrice WOF',
|
|
189
|
+
weightLabel: 'Peso del Capo Asciutto (g)',
|
|
190
|
+
weightUnit: 'g',
|
|
191
|
+
wofEmptyMsg: 'Seleziona un profilo per abilitare i calcoli',
|
|
192
|
+
alumLabel: 'Allume',
|
|
193
|
+
cremLabel: 'Cremor Tartaro',
|
|
194
|
+
ironLabel: 'Ferro (Attenzione)',
|
|
195
|
+
rampTitle: 'Rampa Termica',
|
|
196
|
+
rampEmptyTitle: 'In attesa di selezione',
|
|
197
|
+
rampEmptyDesc: 'Scegli una fibra per vedere il ciclo termico',
|
|
198
|
+
phTitle: 'Stabilizzatore di pH',
|
|
199
|
+
phDesc: 'Fattore critico per la saturazione del colore',
|
|
200
|
+
phVolumeLabel: 'Volume del Bagno (L)',
|
|
201
|
+
phSliderLabel: 'pH Attuale',
|
|
202
|
+
phAcidLabel: 'Acido (1)',
|
|
203
|
+
phAlkalineLabel: 'Alcalino (14)',
|
|
204
|
+
phEmptyMsg: 'Seleziona un profilo per abilitare lo stabilizzatore',
|
|
205
|
+
phStrings: {
|
|
206
|
+
optimal: 'pH ottimale',
|
|
207
|
+
raisePrefix: 'Aggiungere Carbonato di Calcio o Soda Ash. Circa',
|
|
208
|
+
raiseSuffix: 'g per salire a',
|
|
209
|
+
lowerPrefix: 'Aggiungere Acido Citrico o Aceto. Circa',
|
|
210
|
+
lowerSuffix: 'ml per scendere a',
|
|
211
|
+
},
|
|
212
|
+
proteinFibers: [
|
|
213
|
+
{ id: 'wool', name: 'Lana / Merino', icon: 'mdi:sheep' },
|
|
214
|
+
{ id: 'silk', name: 'Seta', icon: 'mdi:ticket-percent' },
|
|
215
|
+
{ id: 'cashmere', name: 'Cashmere', icon: 'mdi:crown' },
|
|
216
|
+
{ id: 'mohair', name: 'Mohair', icon: 'mdi:shimmer' },
|
|
217
|
+
{ id: 'angora', name: 'Angora', icon: 'mdi:rabbit' },
|
|
218
|
+
{ id: 'alpaca', name: 'Alpaca', icon: 'mdi:image-filter-hdr' },
|
|
219
|
+
],
|
|
220
|
+
cellulosicFibers: [
|
|
221
|
+
{ id: 'cotton', name: 'Cotone', icon: 'mdi:tshirt-crew' },
|
|
222
|
+
{ id: 'linen', name: 'Lino', 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 = '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: '染色のにおける昇温スケジュール(サーマルランプ)とは何ですか?',
|
|
28
|
+
answer:
|
|
29
|
+
'染浴の温度を段階的に(毎分約 1〜2℃)上げていくことです。急激な温度変化による熱ショックを避けるために非常に重要です。特にウールは、急激な温度変化でフェルト化(硬く縮む)してしまうことがあります。',
|
|
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: 'ja',
|
|
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
|
+
};
|