@jjlmoya/utils-textiles 1.4.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/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,300 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { StainChemistryUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'chemiczny-protokol-plam-tekstylnych';
|
|
6
|
+
const title = 'Chemiczny Protokół Usuwania Plam Tekstylnych';
|
|
7
|
+
const description =
|
|
8
|
+
'Naukowe protokoły usuwania plam w zależności od rodzaju włókna i chemicznej natury plamy. Nadwęglan, enzymy, rozpuszczalniki: właściwa metoda dla każdego przypadku.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Czy mogę użyć wybielacza zamiast nadwęglanu?',
|
|
13
|
+
answer:
|
|
14
|
+
'Wybielacz (podchloryn sodu) jest wysoce korozyjny. Degraduje włókna, powodując ich żółknięcie i kruchość. Nadwęglan wybiela dzięki aktywnemu tlenowi, szanując naturalną strukturę molekularną.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Dlaczego ocet pomaga na zapachy?',
|
|
18
|
+
answer:
|
|
19
|
+
'Zapachy ciała są zazwyczaj zasadowe. Kwas octowy zawarty w occie neutralizuje je, przekształcając w bezwonne sole, które są całkowicie usuwane podczas płukania.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Czy zawsze należy używać zimnej wody do plam z krwi?',
|
|
23
|
+
answer:
|
|
24
|
+
'Tak. Ciepło powoduje koagulację białek krwi, trwale wiążąc je z włóknem. Zimna woda utrzymuje plamę w stanie rozpuszczalnym i pozwala środkom enzymatycznym działać skutecznie.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'Co się stanie, jeśli nałożę aceton na odzież z octanu?',
|
|
28
|
+
answer:
|
|
29
|
+
'Aceton rozpuszcza trioctan i octan (acetat). Włókna octanowe to celuloza estryfikowana kwasem octowym i są one całkowicie rozpuszczalne w acetonie. Rezultatem byłoby nieodwracalne zniszczenie tkaniny.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Zidentyfikuj rodzaj włókna',
|
|
36
|
+
text: 'Sprawdź wewnętrzną etykietę odzieży, aby dowiedzieć się, czy jest to włókno naturalne, syntetyczne czy szlachetne (wełna, jedwab, kaszmir).',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Wybierz włókno w narzędziu',
|
|
40
|
+
text: 'Wybierz odpowiedni materiał w pierwszym selektorze.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Wybierz rodzaj plamy',
|
|
44
|
+
text: 'Wskaż, czy plama jest organiczna (wino, owoce), białkowa (krew), tłusta czy syntetyczna (atrament).',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Zastosuj wskazany protokół',
|
|
48
|
+
text: 'Postępuj zgodnie z instrukcjami dotyczącymi środka, temperatury i metody. Zwróć szczególną uwagę na krytyczne ostrzeżenia.',
|
|
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<StainChemistryUI> = {
|
|
86
|
+
slug,
|
|
87
|
+
title,
|
|
88
|
+
description,
|
|
89
|
+
ui: {
|
|
90
|
+
toolTitle: 'Chemiczny Protokół Plam',
|
|
91
|
+
fiberLabel: '1. Włókno',
|
|
92
|
+
selectFiberPlaceholder: 'Wybierz tkaninę...',
|
|
93
|
+
stainLabel: '2. Plama',
|
|
94
|
+
selectStainPlaceholder: 'Co się stało?',
|
|
95
|
+
molecularDiagnosis: 'Diagnoza Molekularna',
|
|
96
|
+
requiredAgent: 'Wymagany Środek',
|
|
97
|
+
thermalCondition: 'Warunek Termiczny',
|
|
98
|
+
temperature: 'Temperatura',
|
|
99
|
+
cleaningInstructions: 'Instrukcje Czyszczenia',
|
|
100
|
+
criticalWarning: 'Krytyczna Ostrożność',
|
|
101
|
+
criticalWarningLabel: 'UWAGA',
|
|
102
|
+
technicalNote: 'Nota techniczna',
|
|
103
|
+
technicalNoteText:
|
|
104
|
+
'Zawsze sprawdzaj trwałość barwnika w niewidocznym miejscu przed przystąpieniem do pełnego zabiegu chemicznego.',
|
|
105
|
+
systemDiagnosis: 'System Diagnozy',
|
|
106
|
+
systemDiagnosisDesc:
|
|
107
|
+
'Skonfiguruj parametry tekstylne, aby otrzymać mapę drogową czyszczenia',
|
|
108
|
+
delicatePercarbonateWarning:
|
|
109
|
+
'RYZYKO DEGRADACJI MOLEKULARNEJ. Włókna zwierzęce wysoce wrażliwe na nadwęglan. Wykonaj test w niewidocznym miejscu.',
|
|
110
|
+
fiberData: {
|
|
111
|
+
cotton: { name: 'Bawełna', family: 'natural', isNoble: false },
|
|
112
|
+
linen: { name: 'Len', family: 'natural', isNoble: true },
|
|
113
|
+
wool: { name: 'Wełna / Merino', family: 'natural', isNoble: true },
|
|
114
|
+
silk: { name: 'Jedwab', family: 'natural', isNoble: true },
|
|
115
|
+
cashmere: { name: 'Kaszmir', family: 'natural', isNoble: true },
|
|
116
|
+
mohair: { name: 'Mohair', family: 'natural', isNoble: true },
|
|
117
|
+
angora: { name: 'Angora', family: 'natural', isNoble: true },
|
|
118
|
+
alpaca: { name: 'Alpaka', family: 'natural', isNoble: true },
|
|
119
|
+
polyester: { name: 'Poliester', family: 'synthetic', isNoble: false },
|
|
120
|
+
viscose: { name: 'Wiskoza / Rayon', family: 'artificial', isNoble: false },
|
|
121
|
+
nylon: { name: 'Nylon (Poliamid)', family: 'synthetic', isNoble: false },
|
|
122
|
+
acrylic: { name: 'Akryl', family: 'synthetic', isNoble: false },
|
|
123
|
+
},
|
|
124
|
+
agents: {
|
|
125
|
+
percarbonate: {
|
|
126
|
+
name: 'Nadwęglan Sodu',
|
|
127
|
+
description: 'Biodegradowalny wybielacz tlenowy. Uwalnia aktywny tlen podczas rozpuszczania.',
|
|
128
|
+
warning: 'Unikać na włóknach białkowych (jedwab, wełna) w wysokich stężeniach.',
|
|
129
|
+
},
|
|
130
|
+
isopropyl: {
|
|
131
|
+
name: 'Alkohol Izopropylowy',
|
|
132
|
+
description: 'Skuteczny rozpuszczalnik dla pigmentów i lekkich tłuszczów.',
|
|
133
|
+
warning: 'Może uszkodzić połysk jedwabiu i rozpuścić niektóre akryle, jeśli nie zostanie rozcieńczony.',
|
|
134
|
+
},
|
|
135
|
+
acetone: {
|
|
136
|
+
name: 'Aceton',
|
|
137
|
+
description: 'Potężny rozpuszczalnik do lakierów i klejów.',
|
|
138
|
+
warning: 'ZABRONIONY na octanach i trioctanach (rozpuszcza włókno).',
|
|
139
|
+
},
|
|
140
|
+
enzyme: {
|
|
141
|
+
name: 'Detergent Enzymatyczny',
|
|
142
|
+
description: 'Zawiera proteazy, które rozkładają plamy biologiczne.',
|
|
143
|
+
warning: 'Stosować ostrożnie na wełnie i jedwabiu (są to białka).',
|
|
144
|
+
},
|
|
145
|
+
vinegar: {
|
|
146
|
+
name: 'Biały Ocet',
|
|
147
|
+
description: 'Łagodny kwas octowy do neutralizacji zapachów i utrwalania kolorów.',
|
|
148
|
+
},
|
|
149
|
+
},
|
|
150
|
+
stains: [
|
|
151
|
+
{
|
|
152
|
+
id: 'wine',
|
|
153
|
+
name: 'Czerwone Wino / Owoce',
|
|
154
|
+
protocols: {
|
|
155
|
+
natural: { agentId: 'percarbonate', temperature: '40–60°C', method: 'Długotrwałe moczenie' },
|
|
156
|
+
synthetic: { agentId: 'percarbonate', temperature: '40°C', method: 'Bezpośrednia pasta' },
|
|
157
|
+
delicate: {
|
|
158
|
+
agentId: 'vinegar',
|
|
159
|
+
temperature: 'Zimna',
|
|
160
|
+
method: 'Płukanie wodą gazowaną z octem',
|
|
161
|
+
notes: 'Nie pocierać',
|
|
162
|
+
},
|
|
163
|
+
},
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
id: 'blood',
|
|
167
|
+
name: 'Krew',
|
|
168
|
+
protocols: {
|
|
169
|
+
natural: {
|
|
170
|
+
agentId: 'enzyme',
|
|
171
|
+
temperature: 'Zimna',
|
|
172
|
+
method: 'Moczenie w słonej wodzie, a następnie enzym',
|
|
173
|
+
},
|
|
174
|
+
synthetic: { agentId: 'enzyme', temperature: 'Zimna', method: 'Bezpośrednia aplikacja' },
|
|
175
|
+
delicate: {
|
|
176
|
+
agentId: 'vinegar',
|
|
177
|
+
temperature: 'Zimna',
|
|
178
|
+
method: 'Natychmiastowe płukanie, unikać ciepła',
|
|
179
|
+
},
|
|
180
|
+
},
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
id: 'grease',
|
|
184
|
+
name: 'Tłuszcz / Olej',
|
|
185
|
+
protocols: {
|
|
186
|
+
natural: {
|
|
187
|
+
agentId: 'isopropyl',
|
|
188
|
+
temperature: '40°C',
|
|
189
|
+
method: 'Rozpuścić alkoholem, a następnie wyprać',
|
|
190
|
+
},
|
|
191
|
+
synthetic: {
|
|
192
|
+
agentId: 'isopropyl',
|
|
193
|
+
temperature: '40°C',
|
|
194
|
+
method: 'Podłożyć papier chłonny pod spód',
|
|
195
|
+
},
|
|
196
|
+
delicate: { agentId: 'isopropyl', temperature: 'Zimna', method: 'Rozcieńczyć alkohol do 50%' },
|
|
197
|
+
},
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
id: 'ink',
|
|
201
|
+
name: 'Atrament / Marker',
|
|
202
|
+
protocols: {
|
|
203
|
+
natural: {
|
|
204
|
+
agentId: 'isopropyl',
|
|
205
|
+
temperature: 'Otoczenia',
|
|
206
|
+
method: 'Osuszać od zewnątrz do wewnątrz',
|
|
207
|
+
},
|
|
208
|
+
synthetic: {
|
|
209
|
+
agentId: 'isopropyl',
|
|
210
|
+
temperature: 'Otoczenia',
|
|
211
|
+
method: 'Ostrożnie z rozprzestrzenianiem plamy',
|
|
212
|
+
},
|
|
213
|
+
delicate: {
|
|
214
|
+
agentId: 'isopropyl',
|
|
215
|
+
temperature: 'Zimna',
|
|
216
|
+
method: 'Rozcieńczyć i przetestować w ukrytym miejscu',
|
|
217
|
+
},
|
|
218
|
+
},
|
|
219
|
+
},
|
|
220
|
+
],
|
|
221
|
+
},
|
|
222
|
+
seo: [
|
|
223
|
+
{
|
|
224
|
+
type: 'title',
|
|
225
|
+
text: 'Chemia Stojąca za Czyszczeniem Tekstyliów',
|
|
226
|
+
level: 2,
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
type: 'paragraph',
|
|
230
|
+
html: 'Nie wszystkie plamy są równe i nie wszystkie włókna reagują tak samo na te same środki chemiczne. Różnica między uratowaniem odzieży a jej zniszczeniem polega na zrozumieniu molekularnej natury plamy i struktury włókna.',
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
type: 'card',
|
|
234
|
+
title: '01 — Kontrolowane Utlenianie',
|
|
235
|
+
icon: 'mdi:atom',
|
|
236
|
+
html: '<strong>Nadwęglan sodu</strong> uwalnia aktywny tlen, który rozrywa podwójne wiązania chromoforów (cząsteczek odpowiedzialnych za kolor plamy), czyniąc je bezbarwnymi i rozpuszczalnymi w wodzie. Jest to najskuteczniejsza metoda na plamy organiczne.',
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
type: 'card',
|
|
240
|
+
title: '02 — Solubilizacja przez Rozpuszczalniki',
|
|
241
|
+
icon: 'mdi:flask-outline',
|
|
242
|
+
html: 'Plamy takie jak olej czy atrament nie rozpuszczają się w wodzie. Rozpuszczalniki, takie jak <strong>alkohol izopropylowy</strong> lub <strong>aceton</strong>, zmniejszają napięcie powierzchniowe i przyciągają niepolarne cząsteczki plamy, pozwalając im przenieść się na podłoże pomocnicze.',
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
type: 'title',
|
|
246
|
+
text: 'Władza nad Włóknami: Dlaczego Rodzaj ma Znaczenie',
|
|
247
|
+
level: 2,
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
type: 'paragraph',
|
|
251
|
+
html: 'Nie wszystkie włókna "jedzą" tak samo. <strong>Jedwab i wełna</strong> to białka (fibroina i keratyna). Jeśli bez kontroli zastosujesz detergent enzymatyczny przeznaczony do "zjadania białek" (plamy z krwi lub jajka), detergent zacznie degradować samo włókno, niszcząc połysk i strukturę tkaniny.',
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
type: 'title',
|
|
255
|
+
text: 'Niebezpieczeństwo Ciepła',
|
|
256
|
+
level: 2,
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
type: 'paragraph',
|
|
260
|
+
html: 'Jednym z najczęstszych błędów jest używanie gorącej wody do "zmiękczenia" plamy z krwi. Chemicznie rzecz biorąc, ciepło powoduje <strong>koagulację białek</strong> plamy, trwale osadzając je w porowatej strukturze włókna. Plamy białkowe należy zawsze traktować zimną wodą.',
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
type: 'tip',
|
|
264
|
+
title: 'Protokół Ratunkowy: Czerwone Wino',
|
|
265
|
+
html: '<strong>A. Pasywna absorpcja:</strong> Osuszać papierem chłonnym, nigdy nie pocierać, aby uniknąć mechanicznego rozprzestrzeniania.<br><strong>B. Neutralizacja osmotyczna:</strong> Przykryć drobną solą, aby wyciągnąć płyn z wnętrza włókna.<br><strong>C. Działanie chemiczne:</strong> Nałożyć pastę z nadwęglanu i wody o temperaturze 40°C, jeśli włókno jest odporne na ciepło.',
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
type: 'title',
|
|
269
|
+
text: 'Specyficzne Rozpuszczalniki i Środki Ostrożności',
|
|
270
|
+
level: 2,
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
type: 'paragraph',
|
|
274
|
+
html: '<strong>Aceton</strong> jest wyjątkowym rozpuszczalnikiem do lakierów do paznokci lub klejów, ale niszczy <strong>octany</strong>. Ponieważ są to włókna pochodne celulozy, ale poddane obróbce chemicznej, aceton dosłownie rozpuszcza tkaninę.',
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
type: 'paragraph',
|
|
278
|
+
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
|
+
],
|
|
281
|
+
faqTitle: 'Najczęściej Zadawane Pytania',
|
|
282
|
+
faq: faqData,
|
|
283
|
+
bibliographyTitle: 'Bibliografia',
|
|
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
|
+
],
|
|
298
|
+
howTo: howToData,
|
|
299
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
300
|
+
};
|
|
@@ -0,0 +1,300 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { StainChemistryUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'protocolo-quimico-manchas-texteis';
|
|
6
|
+
const title = 'Protocolo Químico de Manchas Têxteis';
|
|
7
|
+
const description =
|
|
8
|
+
'Protocolos científicos para eliminar manchas segundo o tipo de fibra e a natureza química da mancha. Percarbonato, enzimas, solventes: o método correto para cada caso.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Posso usar lixívia em vez de percarbonato?',
|
|
13
|
+
answer:
|
|
14
|
+
'A lixívia (hipoclorito de sódio) é altamente corrosiva. Degrada as fibras tornando-as amareladas e quebradiças. O percarbonato branqueia por oxigénio activo, respeitando a estrutura molecular natural.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Porque é que o vinagre ajuda com os cheiros?',
|
|
18
|
+
answer:
|
|
19
|
+
'Os odores corporais costumam ser alcalinos. O ácido acético do vinagre neutraliza-os, transformando-os em sais inodoros que são eliminados completamente no enxaguamento.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Devo usar sempre água fria para o sangue?',
|
|
23
|
+
answer:
|
|
24
|
+
'Sim. O calor coagula as proteínas do sangue, fixando-o à fibra de forma permanente. A água fria mantém a mancha em estado solúvel e permite que os agentes enzimáticos actuem eficazmente.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'O que acontece se eu aplicar acetona numa peça de acetato?',
|
|
28
|
+
answer:
|
|
29
|
+
'A acetona dissolve o triacetato e o acetato. As fibras de acetato são celulose esterificada com ácido acético e são completamente solúveis em acetona. O resultado seria a destruição irreversível do tecido.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Identificar o tipo de fibra',
|
|
36
|
+
text: 'Consulte a etiqueta interior da peça para saber se é fibra natural, sintética ou nobre (lã, seda, cashmere).',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Seleccionar a fibra na ferramenta',
|
|
40
|
+
text: 'Escolha o material correspondente no primeiro selector.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Seleccionar o tipo de mancha',
|
|
44
|
+
text: 'Indique se a mancha é orgânica (vinho, fruta), proteica (sangue), gordura ou sintética (tinta).',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Aplicar o protocolo indicado',
|
|
48
|
+
text: 'Siga as instruções de agente, temperatura e método. Preste especial atenção às advertências de precaução crítica.',
|
|
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: 'pt',
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
export const content: ToolLocaleContent<StainChemistryUI> = {
|
|
86
|
+
slug,
|
|
87
|
+
title,
|
|
88
|
+
description,
|
|
89
|
+
ui: {
|
|
90
|
+
toolTitle: 'Protocolo Químico de Manchas',
|
|
91
|
+
fiberLabel: '1. Fibra',
|
|
92
|
+
selectFiberPlaceholder: 'Seleccione o tecido...',
|
|
93
|
+
stainLabel: '2. Mancha',
|
|
94
|
+
selectStainPlaceholder: 'O que aconteceu?',
|
|
95
|
+
molecularDiagnosis: 'Diagnóstico Molecular',
|
|
96
|
+
requiredAgent: 'Agente Requerido',
|
|
97
|
+
thermalCondition: 'Condição Térmica',
|
|
98
|
+
temperature: 'Temperatura',
|
|
99
|
+
cleaningInstructions: 'Instruções de Limpeza',
|
|
100
|
+
criticalWarning: 'Precaução Crítica',
|
|
101
|
+
criticalWarningLabel: 'PRECAUÇÃO',
|
|
102
|
+
technicalNote: 'Nota técnica',
|
|
103
|
+
technicalNoteText:
|
|
104
|
+
'Valide sempre a solidez do tingimento numa zona não visível antes de proceder com o tratamento químico completo.',
|
|
105
|
+
systemDiagnosis: 'Sistema de Diagnóstico',
|
|
106
|
+
systemDiagnosisDesc:
|
|
107
|
+
'Configure os parâmetros têxteis para obter o guia de limpeza',
|
|
108
|
+
delicatePercarbonateWarning:
|
|
109
|
+
'RISCO DE DEGRADAÇÃO MOLECULAR. Fibras animais altamente sensíveis ao percarbonato. Realizar teste em zona não visível.',
|
|
110
|
+
fiberData: {
|
|
111
|
+
cotton: { name: 'Algodão', family: 'natural', isNoble: false },
|
|
112
|
+
linen: { name: 'Linho', family: 'natural', isNoble: true },
|
|
113
|
+
wool: { name: 'Lã / Merino', family: 'natural', isNoble: true },
|
|
114
|
+
silk: { name: 'Seda', family: 'natural', isNoble: true },
|
|
115
|
+
cashmere: { name: 'Cashmere', family: 'natural', isNoble: true },
|
|
116
|
+
mohair: { name: 'Mohair', family: 'natural', isNoble: true },
|
|
117
|
+
angora: { name: 'Angora', family: 'natural', isNoble: true },
|
|
118
|
+
alpaca: { name: 'Alpaca', family: 'natural', isNoble: true },
|
|
119
|
+
polyester: { name: 'Poliéster', family: 'synthetic', isNoble: false },
|
|
120
|
+
viscose: { name: 'Viscose / Rayon', family: 'artificial', isNoble: false },
|
|
121
|
+
nylon: { name: 'Nailon (Poliamida)', family: 'synthetic', isNoble: false },
|
|
122
|
+
acrylic: { name: 'Acrílico', family: 'synthetic', isNoble: false },
|
|
123
|
+
},
|
|
124
|
+
agents: {
|
|
125
|
+
percarbonate: {
|
|
126
|
+
name: 'Percarbonato de Sódio',
|
|
127
|
+
description: 'Branqueador oxigenado biodegradável. Liberta oxigénio activo ao dissolver-se.',
|
|
128
|
+
warning: 'Evitar em fibras de proteína (seda, lã) em concentrações elevadas.',
|
|
129
|
+
},
|
|
130
|
+
isopropyl: {
|
|
131
|
+
name: 'Álcool Isopropílico',
|
|
132
|
+
description: 'Solvente eficaz para pigmentos e gorduras ligeiras.',
|
|
133
|
+
warning: 'Pode danificar o brilho em sedas e dissolver alguns acrílicos se não for diluído.',
|
|
134
|
+
},
|
|
135
|
+
acetone: {
|
|
136
|
+
name: 'Acetona',
|
|
137
|
+
description: 'Solvente potente para lacas e colas.',
|
|
138
|
+
warning: 'PROIBIDO em acetatos e triacetatos (dissolve a fibra).',
|
|
139
|
+
},
|
|
140
|
+
enzyme: {
|
|
141
|
+
name: 'Detergente Enzimático',
|
|
142
|
+
description: 'Contém proteases que rompem manchas biológicas.',
|
|
143
|
+
warning: 'Uso com precaução em lã e seda (são proteínas).',
|
|
144
|
+
},
|
|
145
|
+
vinegar: {
|
|
146
|
+
name: 'Vinagre Branco',
|
|
147
|
+
description: 'Ácido acético suave para neutralizar odores e fixar cores.',
|
|
148
|
+
},
|
|
149
|
+
},
|
|
150
|
+
stains: [
|
|
151
|
+
{
|
|
152
|
+
id: 'wine',
|
|
153
|
+
name: 'Vinho Tinto / Fruta',
|
|
154
|
+
protocols: {
|
|
155
|
+
natural: { agentId: 'percarbonate', temperature: '40–60°C', method: 'Demolha prolongada' },
|
|
156
|
+
synthetic: { agentId: 'percarbonate', temperature: '40°C', method: 'Pasta directa' },
|
|
157
|
+
delicate: {
|
|
158
|
+
agentId: 'vinegar',
|
|
159
|
+
temperature: 'Fria',
|
|
160
|
+
method: 'Enxaguamento com água com gás e vinagre',
|
|
161
|
+
notes: 'Não esfregar',
|
|
162
|
+
},
|
|
163
|
+
},
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
id: 'blood',
|
|
167
|
+
name: 'Sangue',
|
|
168
|
+
protocols: {
|
|
169
|
+
natural: {
|
|
170
|
+
agentId: 'enzyme',
|
|
171
|
+
temperature: 'Fria',
|
|
172
|
+
method: 'Demolha em água salgada e depois enzima',
|
|
173
|
+
},
|
|
174
|
+
synthetic: { agentId: 'enzyme', temperature: 'Fria', method: 'Aplicação directa' },
|
|
175
|
+
delicate: {
|
|
176
|
+
agentId: 'vinegar',
|
|
177
|
+
temperature: 'Fria',
|
|
178
|
+
method: 'Enxaguamento imediato, evitar calor',
|
|
179
|
+
},
|
|
180
|
+
},
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
id: 'grease',
|
|
184
|
+
name: 'Gordura / Óleo',
|
|
185
|
+
protocols: {
|
|
186
|
+
natural: {
|
|
187
|
+
agentId: 'isopropyl',
|
|
188
|
+
temperature: '40°C',
|
|
189
|
+
method: 'Dissolver com álcool e depois lavar',
|
|
190
|
+
},
|
|
191
|
+
synthetic: {
|
|
192
|
+
agentId: 'isopropyl',
|
|
193
|
+
temperature: '40°C',
|
|
194
|
+
method: 'Colocar papel absorvente por baixo',
|
|
195
|
+
},
|
|
196
|
+
delicate: { agentId: 'isopropyl', temperature: 'Fria', method: 'Diluir álcool a 50%' },
|
|
197
|
+
},
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
id: 'ink',
|
|
201
|
+
name: 'Tinta / Marcador',
|
|
202
|
+
protocols: {
|
|
203
|
+
natural: {
|
|
204
|
+
agentId: 'isopropyl',
|
|
205
|
+
temperature: 'Ambiente',
|
|
206
|
+
method: 'Esponjar de fora para dentro',
|
|
207
|
+
},
|
|
208
|
+
synthetic: {
|
|
209
|
+
agentId: 'isopropyl',
|
|
210
|
+
temperature: 'Ambiente',
|
|
211
|
+
method: 'Precaução com a dispersão',
|
|
212
|
+
},
|
|
213
|
+
delicate: {
|
|
214
|
+
agentId: 'isopropyl',
|
|
215
|
+
temperature: 'Fria',
|
|
216
|
+
method: 'Diluir e testar em zona oculta',
|
|
217
|
+
},
|
|
218
|
+
},
|
|
219
|
+
},
|
|
220
|
+
],
|
|
221
|
+
},
|
|
222
|
+
seo: [
|
|
223
|
+
{
|
|
224
|
+
type: 'title',
|
|
225
|
+
text: 'A Química por Trás da Limpeza Têxtil',
|
|
226
|
+
level: 2,
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
type: 'paragraph',
|
|
230
|
+
html: 'Nem todas as manchas são iguais, e nem todas as fibras reagem da mesma forma aos mesmos agentes químicos. A diferença entre salvar uma peça e destruí-la está em entender a natureza molecular da mancha e a estrutura da fibra.',
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
type: 'card',
|
|
234
|
+
title: '01 — Oxidação Controlada',
|
|
235
|
+
icon: 'mdi:atom',
|
|
236
|
+
html: 'O <strong>percarbonato de sódio</strong> liberta oxigénio activo que quebra as duplas ligações dos cromóforos (as moléculas responsáveis pela cor da mancha), tornando-as incolores e solúveis em água. É o método mais eficaz para manchas orgânicas.',
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
type: 'card',
|
|
240
|
+
title: '02 — Solubilização por Solventes',
|
|
241
|
+
icon: 'mdi:flask-outline',
|
|
242
|
+
html: 'Manchas como o óleo ou a tinta não são solúveis em água. Solventes como o <strong>álcool isopropílico</strong> ou a <strong>acetona</strong> reduzem a tensão superficial e atraem as moléculas não polares da mancha, permitindo que se transfiram para um meio de suporte.',
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
type: 'title',
|
|
246
|
+
text: 'Soberania sobre as Fibras: Porque é que o tipo importa',
|
|
247
|
+
level: 2,
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
type: 'paragraph',
|
|
251
|
+
html: 'Nem todas as fibras "comem" da mesma forma. A <strong>seda e a lã</strong> são proteínas (fibroína e queratina). Se aplicar um detergente enzimático desenhado para "comer proteínas" (manchas de sangue ou ovo) sem controlo, o detergente começará a degradar a própria fibra, destruindo o brilho e a estrutura do tecido.',
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
type: 'title',
|
|
255
|
+
text: 'O Perigo do Calor',
|
|
256
|
+
level: 2,
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
type: 'paragraph',
|
|
260
|
+
html: 'Um dos erros mais comuns é usar água quente para "amolecer" uma mancha de sangue. Quimicamente, o calor produz a <strong>coagulação das proteínas</strong> da mancha, fixando-as permanentemente à estrutura porosa da fibra. As manchas de proteínas devem tratar-se sempre com água fria.',
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
type: 'tip',
|
|
264
|
+
title: 'Protocolo de Emergência: Vinho Tinto',
|
|
265
|
+
html: '<strong>A. Absorção passiva:</strong> Tocar com papel absorvente, nunca esfregar para evitar a expansão mecânica.<br><strong>B. Neutralização osmótica:</strong> Cobrir com sal fino para atrair o líquido para o exterior do núcleo da fibra.<br><strong>C. Acção química:</strong> Aplicar uma pasta de percarbonato e água a 40°C se a fibra for resistente ao calor.',
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
type: 'title',
|
|
269
|
+
text: 'Solventes Específicos e Precauções',
|
|
270
|
+
level: 2,
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
type: 'paragraph',
|
|
274
|
+
html: 'A <strong>acetona</strong> é um solvente excepcional para vernizes de unhas ou colas, mas é destrutiva para o <strong>acetato</strong>. Ao serem fibras derivadas da celulose mas tratadas quimicamente, a acetona literalmente dissolve o tecido.',
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
type: 'paragraph',
|
|
278
|
+
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
|
+
],
|
|
281
|
+
faqTitle: 'Perguntas Frequentes',
|
|
282
|
+
faq: faqData,
|
|
283
|
+
bibliographyTitle: 'Bibliografia',
|
|
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
|
+
],
|
|
298
|
+
howTo: howToData,
|
|
299
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
300
|
+
};
|