@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.
Files changed (178) hide show
  1. package/package.json +59 -58
  2. package/src/category/i18n/de.ts +76 -0
  3. package/src/category/i18n/fr.ts +33 -30
  4. package/src/category/i18n/id.ts +76 -0
  5. package/src/category/i18n/it.ts +76 -0
  6. package/src/category/i18n/ja.ts +76 -0
  7. package/src/category/i18n/ko.ts +76 -0
  8. package/src/category/i18n/nl.ts +76 -0
  9. package/src/category/i18n/pl.ts +76 -0
  10. package/src/category/i18n/pt.ts +76 -0
  11. package/src/category/i18n/ru.ts +76 -0
  12. package/src/category/i18n/sv.ts +76 -0
  13. package/src/category/i18n/tr.ts +76 -0
  14. package/src/category/i18n/zh.ts +76 -0
  15. package/src/category/index.ts +39 -7
  16. package/src/tests/i18n_coverage.test.ts +36 -0
  17. package/src/tests/schemas_fulfillment.test.ts +23 -0
  18. package/src/tests/slug_uniqueness.test.ts +81 -0
  19. package/src/tests/title_quality.test.ts +55 -0
  20. package/src/tool/burnTest/i18n/de.ts +225 -0
  21. package/src/tool/burnTest/i18n/id.ts +225 -0
  22. package/src/tool/burnTest/i18n/it.ts +225 -0
  23. package/src/tool/burnTest/i18n/ja.ts +225 -0
  24. package/src/tool/burnTest/i18n/ko.ts +225 -0
  25. package/src/tool/burnTest/i18n/nl.ts +225 -0
  26. package/src/tool/burnTest/i18n/pl.ts +225 -0
  27. package/src/tool/burnTest/i18n/pt.ts +225 -0
  28. package/src/tool/burnTest/i18n/ru.ts +225 -0
  29. package/src/tool/burnTest/i18n/sv.ts +225 -0
  30. package/src/tool/burnTest/i18n/tr.ts +225 -0
  31. package/src/tool/burnTest/i18n/zh.ts +225 -0
  32. package/src/tool/burnTest/index.ts +15 -7
  33. package/src/tool/clothingSizeConverter/i18n/de.ts +356 -0
  34. package/src/tool/clothingSizeConverter/i18n/id.ts +356 -0
  35. package/src/tool/clothingSizeConverter/i18n/it.ts +356 -0
  36. package/src/tool/clothingSizeConverter/i18n/ja.ts +356 -0
  37. package/src/tool/clothingSizeConverter/i18n/ko.ts +356 -0
  38. package/src/tool/clothingSizeConverter/i18n/nl.ts +356 -0
  39. package/src/tool/clothingSizeConverter/i18n/pl.ts +356 -0
  40. package/src/tool/clothingSizeConverter/i18n/pt.ts +356 -0
  41. package/src/tool/clothingSizeConverter/i18n/ru.ts +356 -0
  42. package/src/tool/clothingSizeConverter/i18n/sv.ts +356 -0
  43. package/src/tool/clothingSizeConverter/i18n/tr.ts +356 -0
  44. package/src/tool/clothingSizeConverter/i18n/zh.ts +356 -0
  45. package/src/tool/clothingSizeConverter/index.ts +15 -7
  46. package/src/tool/fabricProjectCalculator/i18n/de.ts +250 -0
  47. package/src/tool/fabricProjectCalculator/i18n/id.ts +250 -0
  48. package/src/tool/fabricProjectCalculator/i18n/it.ts +250 -0
  49. package/src/tool/fabricProjectCalculator/i18n/ja.ts +250 -0
  50. package/src/tool/fabricProjectCalculator/i18n/ko.ts +250 -0
  51. package/src/tool/fabricProjectCalculator/i18n/nl.ts +250 -0
  52. package/src/tool/fabricProjectCalculator/i18n/pl.ts +250 -0
  53. package/src/tool/fabricProjectCalculator/i18n/pt.ts +250 -0
  54. package/src/tool/fabricProjectCalculator/i18n/ru.ts +250 -0
  55. package/src/tool/fabricProjectCalculator/i18n/sv.ts +250 -0
  56. package/src/tool/fabricProjectCalculator/i18n/tr.ts +250 -0
  57. package/src/tool/fabricProjectCalculator/i18n/zh.ts +250 -0
  58. package/src/tool/fabricProjectCalculator/index.ts +15 -7
  59. package/src/tool/fabricTruth/i18n/de.ts +282 -0
  60. package/src/tool/fabricTruth/i18n/en.ts +1 -1
  61. package/src/tool/fabricTruth/i18n/fr.ts +1 -1
  62. package/src/tool/fabricTruth/i18n/id.ts +282 -0
  63. package/src/tool/fabricTruth/i18n/it.ts +282 -0
  64. package/src/tool/fabricTruth/i18n/ja.ts +282 -0
  65. package/src/tool/fabricTruth/i18n/ko.ts +282 -0
  66. package/src/tool/fabricTruth/i18n/nl.ts +282 -0
  67. package/src/tool/fabricTruth/i18n/pl.ts +282 -0
  68. package/src/tool/fabricTruth/i18n/pt.ts +282 -0
  69. package/src/tool/fabricTruth/i18n/ru.ts +282 -0
  70. package/src/tool/fabricTruth/i18n/sv.ts +282 -0
  71. package/src/tool/fabricTruth/i18n/tr.ts +282 -0
  72. package/src/tool/fabricTruth/i18n/zh.ts +286 -0
  73. package/src/tool/fabricTruth/index.ts +15 -7
  74. package/src/tool/fiberPrep/i18n/de.ts +225 -0
  75. package/src/tool/fiberPrep/i18n/id.ts +225 -0
  76. package/src/tool/fiberPrep/i18n/it.ts +225 -0
  77. package/src/tool/fiberPrep/i18n/ja.ts +225 -0
  78. package/src/tool/fiberPrep/i18n/ko.ts +225 -0
  79. package/src/tool/fiberPrep/i18n/nl.ts +225 -0
  80. package/src/tool/fiberPrep/i18n/pl.ts +225 -0
  81. package/src/tool/fiberPrep/i18n/pt.ts +225 -0
  82. package/src/tool/fiberPrep/i18n/ru.ts +225 -0
  83. package/src/tool/fiberPrep/i18n/sv.ts +225 -0
  84. package/src/tool/fiberPrep/i18n/tr.ts +225 -0
  85. package/src/tool/fiberPrep/i18n/zh.ts +225 -0
  86. package/src/tool/fiberPrep/index.ts +15 -7
  87. package/src/tool/knittingGauge/i18n/de.ts +234 -0
  88. package/src/tool/knittingGauge/i18n/id.ts +234 -0
  89. package/src/tool/knittingGauge/i18n/it.ts +234 -0
  90. package/src/tool/knittingGauge/i18n/ja.ts +234 -0
  91. package/src/tool/knittingGauge/i18n/ko.ts +234 -0
  92. package/src/tool/knittingGauge/i18n/nl.ts +234 -0
  93. package/src/tool/knittingGauge/i18n/pl.ts +234 -0
  94. package/src/tool/knittingGauge/i18n/pt.ts +234 -0
  95. package/src/tool/knittingGauge/i18n/ru.ts +234 -0
  96. package/src/tool/knittingGauge/i18n/sv.ts +234 -0
  97. package/src/tool/knittingGauge/i18n/tr.ts +234 -0
  98. package/src/tool/knittingGauge/i18n/zh.ts +234 -0
  99. package/src/tool/knittingGauge/index.ts +15 -7
  100. package/src/tool/laundryGuide/i18n/de.ts +275 -0
  101. package/src/tool/laundryGuide/i18n/id.ts +275 -0
  102. package/src/tool/laundryGuide/i18n/it.ts +275 -0
  103. package/src/tool/laundryGuide/i18n/ja.ts +275 -0
  104. package/src/tool/laundryGuide/i18n/ko.ts +275 -0
  105. package/src/tool/laundryGuide/i18n/nl.ts +275 -0
  106. package/src/tool/laundryGuide/i18n/pl.ts +275 -0
  107. package/src/tool/laundryGuide/i18n/pt.ts +275 -0
  108. package/src/tool/laundryGuide/i18n/ru.ts +275 -0
  109. package/src/tool/laundryGuide/i18n/sv.ts +275 -0
  110. package/src/tool/laundryGuide/i18n/tr.ts +275 -0
  111. package/src/tool/laundryGuide/i18n/zh.ts +275 -0
  112. package/src/tool/laundryGuide/index.ts +15 -7
  113. package/src/tool/needleConverter/i18n/de.ts +212 -0
  114. package/src/tool/needleConverter/i18n/id.ts +212 -0
  115. package/src/tool/needleConverter/i18n/it.ts +212 -0
  116. package/src/tool/needleConverter/i18n/ja.ts +212 -0
  117. package/src/tool/needleConverter/i18n/ko.ts +212 -0
  118. package/src/tool/needleConverter/i18n/nl.ts +212 -0
  119. package/src/tool/needleConverter/i18n/pl.ts +212 -0
  120. package/src/tool/needleConverter/i18n/pt.ts +212 -0
  121. package/src/tool/needleConverter/i18n/ru.ts +212 -0
  122. package/src/tool/needleConverter/i18n/sv.ts +212 -0
  123. package/src/tool/needleConverter/i18n/tr.ts +212 -0
  124. package/src/tool/needleConverter/i18n/zh.ts +212 -0
  125. package/src/tool/needleConverter/index.ts +15 -7
  126. package/src/tool/sewingPatternScaler/i18n/de.ts +227 -0
  127. package/src/tool/sewingPatternScaler/i18n/id.ts +227 -0
  128. package/src/tool/sewingPatternScaler/i18n/it.ts +227 -0
  129. package/src/tool/sewingPatternScaler/i18n/ja.ts +227 -0
  130. package/src/tool/sewingPatternScaler/i18n/ko.ts +227 -0
  131. package/src/tool/sewingPatternScaler/i18n/nl.ts +227 -0
  132. package/src/tool/sewingPatternScaler/i18n/pl.ts +227 -0
  133. package/src/tool/sewingPatternScaler/i18n/pt.ts +227 -0
  134. package/src/tool/sewingPatternScaler/i18n/ru.ts +227 -0
  135. package/src/tool/sewingPatternScaler/i18n/sv.ts +227 -0
  136. package/src/tool/sewingPatternScaler/i18n/tr.ts +227 -0
  137. package/src/tool/sewingPatternScaler/i18n/zh.ts +227 -0
  138. package/src/tool/sewingPatternScaler/index.ts +15 -7
  139. package/src/tool/shoeSizeConverter/i18n/de.ts +184 -0
  140. package/src/tool/shoeSizeConverter/i18n/id.ts +184 -0
  141. package/src/tool/shoeSizeConverter/i18n/it.ts +184 -0
  142. package/src/tool/shoeSizeConverter/i18n/ja.ts +184 -0
  143. package/src/tool/shoeSizeConverter/i18n/ko.ts +184 -0
  144. package/src/tool/shoeSizeConverter/i18n/nl.ts +184 -0
  145. package/src/tool/shoeSizeConverter/i18n/pl.ts +184 -0
  146. package/src/tool/shoeSizeConverter/i18n/pt.ts +184 -0
  147. package/src/tool/shoeSizeConverter/i18n/ru.ts +184 -0
  148. package/src/tool/shoeSizeConverter/i18n/sv.ts +184 -0
  149. package/src/tool/shoeSizeConverter/i18n/tr.ts +184 -0
  150. package/src/tool/shoeSizeConverter/i18n/zh.ts +184 -0
  151. package/src/tool/shoeSizeConverter/index.ts +15 -7
  152. package/src/tool/stainChemistry/i18n/de.ts +300 -0
  153. package/src/tool/stainChemistry/i18n/id.ts +300 -0
  154. package/src/tool/stainChemistry/i18n/it.ts +300 -0
  155. package/src/tool/stainChemistry/i18n/ja.ts +300 -0
  156. package/src/tool/stainChemistry/i18n/ko.ts +297 -0
  157. package/src/tool/stainChemistry/i18n/nl.ts +300 -0
  158. package/src/tool/stainChemistry/i18n/pl.ts +300 -0
  159. package/src/tool/stainChemistry/i18n/pt.ts +300 -0
  160. package/src/tool/stainChemistry/i18n/ru.ts +300 -0
  161. package/src/tool/stainChemistry/i18n/sv.ts +300 -0
  162. package/src/tool/stainChemistry/i18n/tr.ts +300 -0
  163. package/src/tool/stainChemistry/i18n/zh.ts +295 -0
  164. package/src/tool/stainChemistry/index.ts +15 -7
  165. package/src/tool/yarnCalculator/i18n/de.ts +310 -0
  166. package/src/tool/yarnCalculator/i18n/id.ts +310 -0
  167. package/src/tool/yarnCalculator/i18n/it.ts +310 -0
  168. package/src/tool/yarnCalculator/i18n/ja.ts +310 -0
  169. package/src/tool/yarnCalculator/i18n/ko.ts +310 -0
  170. package/src/tool/yarnCalculator/i18n/nl.ts +310 -0
  171. package/src/tool/yarnCalculator/i18n/pl.ts +310 -0
  172. package/src/tool/yarnCalculator/i18n/pt.ts +310 -0
  173. package/src/tool/yarnCalculator/i18n/ru.ts +310 -0
  174. package/src/tool/yarnCalculator/i18n/sv.ts +310 -0
  175. package/src/tool/yarnCalculator/i18n/tr.ts +310 -0
  176. package/src/tool/yarnCalculator/i18n/zh.ts +309 -0
  177. package/src/tool/yarnCalculator/index.ts +15 -7
  178. package/src/types.ts +1 -1
@@ -0,0 +1,282 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { FabricTruthUI } from '../ui';
4
+
5
+ const slug = 'textiel-waarheid-vezelkwaliteit-analyse';
6
+ const title = 'Textiel Waarheid: Analyse van Vezelkwaliteit';
7
+ const description = 'Ontdek de werkelijke kwaliteit van je kleding door de samenstelling te analyseren. Is het echt katoen of duur plastic? Wetenschappelijke vezelanalyse.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Wat is "Greenwashing" in de mode?',
12
+ answer: 'Het is een marketingtechniek waarbij merken termen als "Ecologisch" of "Duurzaam" gebruiken zonder echt bewijs. Het analyseren van de werkelijke vezelsamenstelling is de enige manier om te controleren of een kledingstuk echt natuurlijk of synthetisch is.',
13
+ },
14
+ {
15
+ question: 'Waarom is polyester vaak van lagere kwaliteit dan katoen?',
16
+ answer: 'Polyester is een kunststof (PET). Hoewel het duurzaam is, ademt het niet, bevordert het nare geurtjes door bacteriën en genereert het bij elke wasbeurt microplastics. Natuurlijke vezels zoals katoen of linnen bieden een betere thermische regulatie.',
17
+ },
18
+ {
19
+ question: 'Is het erg als mijn kleding elastaan bevat?',
20
+ answer: 'In kleine hoeveelheden (1-5%) zorgt elastaan (Lycra) voor comfort en pasvorm. Het maakt het recyclen van het kledingstuk echter enorm moeilijk door plastic met natuurlijke vezels te mengen, wat vaak duidt op een "fast fashion" kledingstuk.',
21
+ },
22
+ {
23
+ question: 'Hoe herken ik een kledingstuk van hoge kwaliteit aan het label?',
24
+ answer: 'Zoek naar monomateriaal-samenstellingen (100% Katoen, 100% Wol). Complexe mengsels worden vaak gebruikt om de productiekosten te verlagen en verbergen synthetische vezels onder aantrekkelijke handelsnamen.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ {
30
+ name: 'Zoek het interne label',
31
+ text: 'Zoek het witte samenstellingslabel dat zich meestal aan de zijbinnenkant of in de kraag van je kledingstuk bevindt.',
32
+ },
33
+ {
34
+ name: 'Identificeer de componenten',
35
+ text: 'Lees de percentages van elke vezel (bijv. 70% Katoen, 30% Polyester).',
36
+ },
37
+ {
38
+ name: 'Voer de gegevens in de analysator in',
39
+ text: 'Voer de vezelverhoudingen in onze tool in om een technische kwaliteitsscore te krijgen.',
40
+ },
41
+ {
42
+ name: 'Interpreteer de diagnose',
43
+ text: 'Controleer het gegenereerde rapport om te begrijpen of je kledingstuk ademend, duurzaam is of speciale zorg vereist vanwege de synthetische samenstelling.',
44
+ },
45
+ ];
46
+
47
+ const faqSchema: WithContext<FAQPage> = {
48
+ '@context': 'https://schema.org',
49
+ '@type': 'FAQPage',
50
+ mainEntity: faqData.map((item) => ({
51
+ '@type': 'Question',
52
+ name: item.question,
53
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
54
+ })),
55
+ };
56
+
57
+ const howToSchema: WithContext<HowTo> = {
58
+ '@context': 'https://schema.org',
59
+ '@type': 'HowTo',
60
+ name: title,
61
+ description: description,
62
+ step: howToData.map((step) => ({
63
+ '@type': 'HowToStep',
64
+ name: step.name,
65
+ text: step.text,
66
+ })),
67
+ };
68
+
69
+ const appSchema: WithContext<SoftwareApplication> = {
70
+ '@context': 'https://schema.org',
71
+ '@type': 'SoftwareApplication',
72
+ name: title,
73
+ description: description,
74
+ applicationCategory: 'UtilityApplication',
75
+ operatingSystem: 'All',
76
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
77
+ inLanguage: 'nl',
78
+ };
79
+
80
+ export const content: ToolLocaleContent<FabricTruthUI> = {
81
+ slug,
82
+ title,
83
+ description,
84
+ ui: {
85
+ toolTitle: 'Textiel-Waarheid',
86
+ addFiber: 'Vezel toevoegen',
87
+ total: 'Totaal',
88
+ composition: 'Samenstellingsanalyse',
89
+ description: 'Voer de percentages in zoals ze op het label van je kledingstuk staan om de waarheid over de kwaliteit te ontdekken.',
90
+ verdict: 'Oordeel',
91
+ breathability: 'Ademend vermogen',
92
+ durability: 'Duurzaamheid',
93
+ warmth: 'Warmte',
94
+ careWarning: 'Speciale verzorgingswaarschuwing',
95
+ specialCareWarning: 'STANDAARD WAS: Volg altijd de instructies op het fysieke label.',
96
+ validationError: 'De samenstelling moet precies 100% zijn om het oordeel te zien',
97
+ actualTotal: 'Actueel',
98
+ missingLabel: 'ontbreekt',
99
+ disclaimer: 'Gegevens over ademend vermogen, duurzaamheid en warmte zijn schattingen op basis van industriegemiddelden voor elk type vezel.',
100
+ careWarnings: {
101
+ delicate: 'ZEER KWETSBAAR: Koud met de hand wassen. Niet in de droger. Vermijd hard uitwringen.',
102
+ wool: 'WOL / EDELHAAR: Koud wassen met een speciaal programma. Liggend drogen om vervorming te voorkomen. Niet in de droger.',
103
+ linen: 'LINNEN: Heeft de neiging erg te kreuken. Licht vochtig strijken voor de beste resultaten.',
104
+ semisynthetic: 'SEMI-SYNTHETISCH: Wordt zwakker als het nat is. Voorzichtig behandelen en niet hard centrifugeren.',
105
+ standard: 'STANDAARD WAS: Volg altijd de instructies op het fysieke label.',
106
+ },
107
+ fiberData: {
108
+ cotton: {
109
+ name: 'Katoen',
110
+ family: 'natural',
111
+ breathability: 9,
112
+ durability: 7,
113
+ warmth: 4,
114
+ isNoble: false,
115
+ },
116
+ linen: {
117
+ name: 'Linnen',
118
+ family: 'natural',
119
+ breathability: 10,
120
+ durability: 9,
121
+ warmth: 2,
122
+ isNoble: true,
123
+ },
124
+ wool: {
125
+ name: 'Wol / Merino',
126
+ family: 'natural',
127
+ breathability: 8,
128
+ durability: 6,
129
+ warmth: 10,
130
+ isNoble: true,
131
+ },
132
+ silk: {
133
+ name: 'Zijde',
134
+ family: 'natural',
135
+ breathability: 7,
136
+ durability: 5,
137
+ warmth: 6,
138
+ isNoble: true,
139
+ },
140
+ cashmere: {
141
+ name: 'Kasjmier',
142
+ family: 'natural',
143
+ breathability: 9,
144
+ durability: 5,
145
+ warmth: 10,
146
+ isNoble: true,
147
+ },
148
+ mohair: {
149
+ name: 'Mohair',
150
+ family: 'natural',
151
+ breathability: 8,
152
+ durability: 9,
153
+ warmth: 9,
154
+ isNoble: true,
155
+ },
156
+ angora: {
157
+ name: 'Angora',
158
+ family: 'natural',
159
+ breathability: 8,
160
+ durability: 4,
161
+ warmth: 10,
162
+ isNoble: true,
163
+ },
164
+ alpaca: {
165
+ name: 'Alpaca',
166
+ family: 'natural',
167
+ breathability: 9,
168
+ durability: 8,
169
+ warmth: 10,
170
+ isNoble: true,
171
+ },
172
+ polyester: {
173
+ name: 'Polyester',
174
+ family: 'synthetic',
175
+ breathability: 2,
176
+ durability: 10,
177
+ warmth: 5,
178
+ isNoble: false,
179
+ },
180
+ viscose: {
181
+ name: 'Viscose / Rayon',
182
+ family: 'artificial',
183
+ breathability: 8,
184
+ durability: 4,
185
+ warmth: 3,
186
+ isNoble: false,
187
+ },
188
+ nylon: {
189
+ name: 'Nylon (Polyamide)',
190
+ family: 'synthetic',
191
+ breathability: 3,
192
+ durability: 10,
193
+ warmth: 4,
194
+ isNoble: false,
195
+ },
196
+ acrylic: {
197
+ name: 'Acryl',
198
+ family: 'synthetic',
199
+ breathability: 4,
200
+ durability: 6,
201
+ warmth: 8,
202
+ isNoble: false,
203
+ },
204
+ },
205
+ verdicts: {
206
+ plasticy: {
207
+ label: 'Duur Plastic',
208
+ description: 'Het grootste deel van dit kledingstuk is aardolie. Bereid je voor op zweten en snel pillen.',
209
+ },
210
+ hook: {
211
+ label: 'Marketingtruc',
212
+ description: 'Dat kleine percentage edele vezel is er alleen om op het label te kunnen zetten. Je zult de voordelen ervan niet merken.',
213
+ },
214
+ fragile: {
215
+ label: 'Zacht maar Kwetsbaar',
216
+ description: 'Voelt erg prettig aan, maar wees voorzichtig bij het wassen: het heeft de neiging gemakkelijk te vervormen en te krimpen.',
217
+ },
218
+ natural: {
219
+ label: 'Natuurlijke Kwaliteit',
220
+ description: 'Ademend en duurzaam kledingstuk. Ideaal voor de gevoelige huid en langdurig gebruik.',
221
+ },
222
+ technical: {
223
+ label: 'Technisch / Ultra-synthetisch kledingstuk',
224
+ description: 'Tenzij het specifieke sportkleding is, betaal je voor puur plastic.',
225
+ },
226
+ luxury: {
227
+ label: 'Echte Luxe',
228
+ description: 'Een investering in comfort en duurzaamheid. Behandel het met het respect dat het verdient.',
229
+ },
230
+ balanced: {
231
+ label: 'Gebalanceerde Mix',
232
+ description: 'Een functionele combinatie, waarschijnlijk bedoeld om kosten en duurzaamheid in evenwicht te brengen.',
233
+ },
234
+ },
235
+ },
236
+ seo: [
237
+ { type: 'title', text: 'De Waarheid Achter het Label: Meestergids voor Textielsamenstelling', level: 2 },
238
+ { type: 'paragraph', html: 'Heb je je ooit afgevraagd waarom dat merk-T-shirt je zo laat zweten, of waarom die "wollen" trui ondraaglijk kriebelt? Het antwoord ligt niet in het ontwerp, maar in de chemie van de vezels.' },
239
+ { type: 'paragraph', html: 'In een wereld die gedomineerd wordt door <strong>Fast Fashion</strong>, is de kwaliteit van de stoffen op de achtergrond geraakt door vluchtige esthetiek. Het begrijpen van de textielsamenstelling is echter de enige manier om een intelligente, duurzame en huidvriendelijke aankoop te doen. Onze tool <strong>Textiel-Waarheid</strong> analyseert de officiële percentages om te onthullen of je te maken hebt met een kwaliteitsstuk of gewoon een brok verwerkt plastic.' },
240
+ { type: 'title', text: 'Onze Methodologie', level: 2 },
241
+ { type: 'paragraph', html: 'We gebruiken een gewogen algoritme op basis van drie fundamentele pijlers die zijn ontleend aan Europese en Noord-Amerikaanse industriestandaarden:' },
242
+ { type: 'list', items: ['<strong>Ademend vermogen:</strong> Vermogen van de vezel om waterdamp en lucht door te laten.', '<strong>Duurzaamheid:</strong> Weerstand tegen slijtage, tractie en de vorming van <strong>pilling</strong> (pluisjes).', '<strong>Thermische Efficiëntie:</strong> Vermogen om warmte vast te houden of mechanische koelte te bieden.'] },
243
+ { type: 'tip', title: 'Belangrijk', html: 'De wet vereist dat alle kledingstukken die in de EU en de VS worden verkocht, hun componenten vermelden in afnemende volgorde van percentage. Als een kledingstuk geen label heeft of het label onleesbaar is, wees dan achterdochtig: de kans is groot dat het niet voldoet aan de minimale veiligheidsnormen voor textiel.' },
244
+ { type: 'title', text: 'Veelvoorkomende "Misleidingen" in de Detailhandel', level: 2 },
245
+ { type: 'paragraph', html: 'Er bestaan zeer verfijnde marketingtechnieken die zijn ontworpen om de gepercipieerde waarde van een matig kledingstuk te verhogen. Hier leren we je hoe je ze kunt detecteren:' },
246
+ { type: 'card', title: 'De Edele Vezel Truc', icon: 'mdi:alert', html: 'Je ziet labels staan met "MET KASJMIER" of "MET ZIJDE" in grote letters. Als je naar de samenstelling kijkt, ontdek je 3% zijde en 97% polyester. Die 3% draagt niet bij aan zachtheid, glans of warmte; het dient er alleen voor dat het merk de prijs met 20% kan verhogen.' },
247
+ { type: 'card', title: 'De Mythe van de "Ecologische Viscose"', icon: 'mdi:leaf', html: 'Hoewel viscose afkomstig is van cellulose (hout), is het huidige productieproces vaak sterk vervuilend en het eindresultaat is een vezel die drastisch verzwakt als hij nat wordt. Tenzij het <strong>Lyocell</strong> of <strong>Tencel</strong> is, is de duurzaamheid beperkt.' },
248
+ { type: 'title', text: 'Diepgaande Analyse per Categorie', level: 2 },
249
+ { type: 'title', text: '1. Natuurlijke Vezels (Met Trots Biologisch)', level: 3 },
250
+ { type: 'paragraph', html: 'Zij zijn de gouden standaard. Langstapelige <strong>Katoen</strong> (zoals Pima of Egyptisch katoen) biedt eeuwige zachtheid. <strong>Linnen</strong> is wetenschappelijk gezien de beste vezel voor de hitte vanwege de moleculaire structuur die warmte afstoot en vocht absorbeert. <strong>Wol</strong> und <strong>Hemp</strong> (Hennep) zijn natuurlijke antibacteriële stoffen; ze hoeven niet zo vaak gewassen te worden omdat ze geuren niet vasthouden.' },
251
+ { type: 'title', text: '2. Semi-Synthetische Vezels (De Hybride)', level: 3 },
252
+ { type: 'paragraph', html: 'Hier vinden we <strong>Viscose</strong>, <strong>Rayon</strong> en <strong>Modal</strong>. Ze voelen aan als zijde maar kosten als katoen. Ze zijn uitstekend voor kledingstukken met veel val, maar ze zijn "dorstig": ze absorberen veel water en drogen langzaam, wat bij gebrek aan verzorging de vorming van schimmel kan bevorderen. <strong>Lyocell (Tencel)</strong> is de premium en duurzame versie van deze groep, met een gesloten productiecyclus en hogere weerstand.' },
253
+ { type: 'title', text: '3. Synthetische Vezels (Gesponnen Plastics)', level: 3 },
254
+ { type: 'paragraph', html: '<strong>Polyester</strong> is de koning van de markt. Het is goedkoop, kreukt niet en is eeuwig (letterlijk, het duurt 200 jaar voordat het afgebroken is). Het probleem is dat het niet ademt. Het creëert een vochtig microklimaat tussen de stof en je huid, de ideale voedingsbodem voor bacteriën. <strong>Acryl</strong> is de goedkope imitatie van wol: het verwarmt wel, maar wekt veel statische elektriciteit op en zit na twee wasbeurten onder de pluisjes.' },
255
+ { type: 'title', text: 'Tips voor Textieloverleving', level: 2 },
256
+ { type: 'paragraph', html: 'Zelfs het beste kledingstuk ter wereld kan in één onjuiste wasbeurt verpest worden. Hier zijn de universele gouden regels:' },
257
+ { type: 'tip', title: 'Koud Water is je Vriend', html: '90% van de kledingstukken heeft niet meer dan 30°C nodig. Hitte breekt elastische vezels af en laat natuurlijke vezels krimpen.' },
258
+ { type: 'tip', title: 'Minder is Meer (Wasmiddel)', html: 'Een overdaad aan zeep laat resten achter die vuil aantrekken en kleding stijf maken.' },
259
+ { type: 'tip', title: 'Droger: De Subtiele Vijand', html: 'De pluisjes die je in het filter van de droger ziet, zijn stukjes van je kleding die door wrijving en hitte zijn losgekomen.' },
260
+ { type: 'tip', title: 'Binnenstebuiten Wassen', html: 'Beschermt kleur en borduursels tegen wrijving met de trommel och andere kledingstappen.' },
261
+ { type: 'paragraph', html: '"Koop minder, kies beter en laat het lang meegaan." — Deze analysator is je eerste stap naar een bewuste en hoogwaardige garderobe.' },
262
+ ],
263
+ faqTitle: 'Veelgestelde Vragen',
264
+ faq: faqData,
265
+ bibliographyTitle: 'Bibliografie',
266
+ bibliography: [
267
+ {
268
+ name: 'FTC - Gids voor Textieletikettering',
269
+ url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
270
+ },
271
+ {
272
+ name: 'Europese Commissie - Textielverordening',
273
+ url: 'https://ec.europa.eu/growth/tools-databases/nando/',
274
+ },
275
+ {
276
+ name: 'ISO 3758:2012 - Symbolen voor Textielverzorging',
277
+ url: 'https://www.iso.org/standard/60465.html',
278
+ },
279
+ ],
280
+ howTo: howToData,
281
+ schemas: [faqSchema, howToSchema, appSchema],
282
+ };
@@ -0,0 +1,282 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { FabricTruthUI } from '../ui';
4
+
5
+ const slug = 'prawda-tekstylna-analiza-wlokien';
6
+ const title = 'Prawda Tekstylna: Analiza Jakości Włókien';
7
+ const description = 'Odkryj prawdziwą jakość swoich ubrań, analizując ich skład. Czy to prawdziwa bawełna czy drogi plastik? Naukowa analiza włókien.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Czym jest "Greenwashing" w modzie?',
12
+ answer: 'To technika marketingowa, w której marki używają terminów takich jak "Ekologiczny" lub "Zrównoważony" bez realnych dowodów. Analiza rzeczywistego składu włókien jest jedynym sposobem na zweryfikowanie, czy odzież jest naprawdę naturalna czy syntetyczna.',
13
+ },
14
+ {
15
+ question: 'Dlaczego poliester jest często niższej jakości niż bawełna?',
16
+ answer: 'Poliester to plastik (PET). Chociaż jest trwały, nie oddycha, sprzyja nieprzyjemnemu zapachowi spowodowanemu przez bakterie i generuje mikroplastik przy każdym praniu. Włókna naturalne, takie jak bawełna czy len, oferują lepszą regulację termiczną.',
17
+ },
18
+ {
19
+ question: 'Czy to źle, jeśli moje ubrania zawierają elastan?',
20
+ answer: 'W małych ilościach (1-5%) elastan (Lycra) zapewnia wygodę i dopasowanie. Jednakże ogromnie utrudnia on recykling odzieży poprzez mieszanie plastiku z włóknami naturalnymi, co zazwyczaj wskazuje na odzież typu "fast fashion".',
21
+ },
22
+ {
23
+ question: 'Jak rozpoznać odzież wysokiej jakości po metce?',
24
+ answer: 'Szukaj składów monomateriałowych (100% Bawełna, 100% Wełna). Złożone mieszanki są często używane w celu obniżenia kosztów produkcji i ukrywają włókna syntetyczne pod atrakcyjnymi nazwami handlowymi.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ {
30
+ name: 'Znajdź wewnętrzną metkę',
31
+ text: 'Poszukaj białej metki ze składem, która zazwyczaj znajduje się na wewnętrznym boku lub przy kołnierzu ubrania.',
32
+ },
33
+ {
34
+ name: 'Zidentyfikuj składniki',
35
+ text: 'Odczytaj procentową zawartość każdego włókna (np. 70% Bawełna, 30% Poliester).',
36
+ },
37
+ {
38
+ name: 'Wprowadź dane do analizatora',
39
+ text: 'Wpisz proporcje włókien do naszego narzędzia, aby uzyskać techniczną ocenę jakości.',
40
+ },
41
+ {
42
+ name: 'Zinterpretuj diagnozę',
43
+ text: 'Przejrzyj wygenerowany raport, aby dowiedzieć się, czy Twoje ubranie jest przewiewne, trwałe lub czy wymaga specjalnej pielęgnacji ze względu na syntetyczny skład.',
44
+ },
45
+ ];
46
+
47
+ const faqSchema: WithContext<FAQPage> = {
48
+ '@context': 'https://schema.org',
49
+ '@type': 'FAQPage',
50
+ mainEntity: faqData.map((item) => ({
51
+ '@type': 'Question',
52
+ name: item.question,
53
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
54
+ })),
55
+ };
56
+
57
+ const howToSchema: WithContext<HowTo> = {
58
+ '@context': 'https://schema.org',
59
+ '@type': 'HowTo',
60
+ name: title,
61
+ description: description,
62
+ step: howToData.map((step) => ({
63
+ '@type': 'HowToStep',
64
+ name: step.name,
65
+ text: step.text,
66
+ })),
67
+ };
68
+
69
+ const appSchema: WithContext<SoftwareApplication> = {
70
+ '@context': 'https://schema.org',
71
+ '@type': 'SoftwareApplication',
72
+ name: title,
73
+ description: description,
74
+ applicationCategory: 'UtilityApplication',
75
+ operatingSystem: 'All',
76
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
77
+ inLanguage: 'pl',
78
+ };
79
+
80
+ export const content: ToolLocaleContent<FabricTruthUI> = {
81
+ slug,
82
+ title,
83
+ description,
84
+ ui: {
85
+ toolTitle: 'Prawda Tekstylna',
86
+ addFiber: 'Dodaj włókno',
87
+ total: 'Suma',
88
+ composition: 'Analiza składu',
89
+ description: 'Wprowadź wartości procentowe dokładnie tak, jak widnieją na metce Twojego ubrania, aby odkryć prawdę o jego jakości.',
90
+ verdict: 'Werdykt',
91
+ breathability: 'Przewiewność',
92
+ durability: 'Trwałość',
93
+ warmth: 'Ciepłota',
94
+ careWarning: 'Ostrzeżenie o specjalnej pielęgnacji',
95
+ specialCareWarning: 'PRANIE STANDARDOWE: Zawsze postępuj zgodnie z instrukcjami na fizycznej metce.',
96
+ validationError: 'Skład musi sumować się do dokładnie 100%, aby zobaczyć werdykt',
97
+ actualTotal: 'Aktualnie',
98
+ missingLabel: 'brakuje',
99
+ disclaimer: 'Dane dotyczące przewiewności, trwałości i ciepłoty są szacunkami opartymi na średnich branżowych dla każdego typu włókna.',
100
+ careWarnings: {
101
+ delicate: 'BARDZO DELIKATNE: Prać ręcznie w zimnej wodzie. Nie używać suszarki bębnowej. Unikać silnego wyżymania.',
102
+ wool: 'WEŁNA / SZLACHETNA SIERŚĆ: Prać w zimnej wodzie przy użyciu specjalnego programu. Suszyć na płasko, aby uniknąć odkształceń. Nie używać suszarki.',
103
+ linen: 'LEN: Ma tendencję do silnego gniecenia się. Prasować lekko wilgotne dla uzyskania najlepszych efektów.',
104
+ semisynthetic: 'PÓŁSYNTETYKI: Włókno słabnie po zmoczeniu. Obchodzić się ostrożnie i nie wirować mocno.',
105
+ standard: 'PRANIE STANDARDOWE: Zawsze postępuj zgodnie z instrukcjami na fizycznej metce.',
106
+ },
107
+ fiberData: {
108
+ cotton: {
109
+ name: 'Bawełna',
110
+ family: 'natural',
111
+ breathability: 9,
112
+ durability: 7,
113
+ warmth: 4,
114
+ isNoble: false,
115
+ },
116
+ linen: {
117
+ name: 'Len',
118
+ family: 'natural',
119
+ breathability: 10,
120
+ durability: 9,
121
+ warmth: 2,
122
+ isNoble: true,
123
+ },
124
+ wool: {
125
+ name: 'Wełna / Merino',
126
+ family: 'natural',
127
+ breathability: 8,
128
+ durability: 6,
129
+ warmth: 10,
130
+ isNoble: true,
131
+ },
132
+ silk: {
133
+ name: 'Jedwab',
134
+ family: 'natural',
135
+ breathability: 7,
136
+ durability: 5,
137
+ warmth: 6,
138
+ isNoble: true,
139
+ },
140
+ cashmere: {
141
+ name: 'Kaszmir',
142
+ family: 'natural',
143
+ breathability: 9,
144
+ durability: 5,
145
+ warmth: 10,
146
+ isNoble: true,
147
+ },
148
+ mohair: {
149
+ name: 'Moher',
150
+ family: 'natural',
151
+ breathability: 8,
152
+ durability: 9,
153
+ warmth: 9,
154
+ isNoble: true,
155
+ },
156
+ angora: {
157
+ name: 'Angora',
158
+ family: 'natural',
159
+ breathability: 8,
160
+ durability: 4,
161
+ warmth: 10,
162
+ isNoble: true,
163
+ },
164
+ alpaca: {
165
+ name: 'Alpaka',
166
+ family: 'natural',
167
+ breathability: 9,
168
+ durability: 8,
169
+ warmth: 10,
170
+ isNoble: true,
171
+ },
172
+ polyester: {
173
+ name: 'Poliester',
174
+ family: 'synthetic',
175
+ breathability: 2,
176
+ durability: 10,
177
+ warmth: 5,
178
+ isNoble: false,
179
+ },
180
+ viscose: {
181
+ name: 'Wiskoza / Rajon',
182
+ family: 'artificial',
183
+ breathability: 8,
184
+ durability: 4,
185
+ warmth: 3,
186
+ isNoble: false,
187
+ },
188
+ nylon: {
189
+ name: 'Nylon (Poliamid)',
190
+ family: 'synthetic',
191
+ breathability: 3,
192
+ durability: 10,
193
+ warmth: 4,
194
+ isNoble: false,
195
+ },
196
+ acrylic: {
197
+ name: 'Akryl',
198
+ family: 'synthetic',
199
+ breathability: 4,
200
+ durability: 6,
201
+ warmth: 8,
202
+ isNoble: false,
203
+ },
204
+ },
205
+ verdicts: {
206
+ plasticy: {
207
+ label: 'Drogi plastik',
208
+ description: 'Większość tego ubrania to ropa naftowa. Przygotuj się na pocenie się i szybkie powstawanie kuleczek (pilling).',
209
+ },
210
+ hook: {
211
+ label: 'Haczyk marketingowy',
212
+ description: 'Ten niewielki procent szlachetnego włókna jest tam tylko po to, by wpisać go na metkę. Nie odczujesz jego zalet.',
213
+ },
214
+ fragile: {
215
+ label: 'Miękkie, ale kruche',
216
+ description: 'Bardzo przyjemne w dotyku, ale uważaj przy praniu: ma tendencję do łatwego odkształcania się i kurczenia.',
217
+ },
218
+ natural: {
219
+ label: 'Naturalna jakość',
220
+ description: 'Odzież przewiewna i trwała. Idealna dla wrażliwej skóry i długiego użytkowania.',
221
+ },
222
+ technical: {
223
+ label: 'Odzież techniczna / Ultra-syntyczna',
224
+ description: 'O ile nie jest to specjalistyczna odzież sportowa, płacisz za czysty plastik.',
225
+ },
226
+ luxury: {
227
+ label: 'Prawdziwy luksus',
228
+ description: 'Inwestycja w komfort i trwałość. Traktuj to ubranie z szacunkiem, na jaki zasługuje.',
229
+ },
230
+ balanced: {
231
+ label: 'Zrównoważona mieszanka',
232
+ description: 'Funkcjonalne połączenie, prawdopodobnie mające na celu zbalansowanie kosztów i trwałości.',
233
+ },
234
+ },
235
+ },
236
+ seo: [
237
+ { type: 'title', text: 'Prawda ukryta za metką: Przewodnik po składzie tekstyliów', level: 2 },
238
+ { type: 'paragraph', html: 'Czy zastanawiałeś się kiedyś, dlaczego ta markowa koszulka sprawia, że tak bardzo się pocisz, albo dlaczego ten "wełniany" sweter tak nieznośnie gryzie? Odpowiedź nie tkwi w fasonie, lecz w chemii jego włókien.' },
239
+ { type: 'paragraph', html: 'W świecie zdominowanym przez <strong>Fast Fashion</strong>, jakość tkanin zeszła na dalszy plan przed ulotną estetyką. Jednak zrozumienie składu tekstyliów to jedyny sposób na dokonanie inteligentnego, trwałego i przyjaznego dla skóry zakupu. Nasze narzędzie <strong>Prawda Tekstylna</strong> analizuje oficjalne wartości procentowe, aby wyjawić Ci, czy masz przed sobą odzież wysokiej jakości, czy po prostu blok przetworzonego plastiku.' },
240
+ { type: 'title', text: 'Nasza metodologia', level: 2 },
241
+ { type: 'paragraph', html: 'Używamy ważonego algorytmu opartego na trzech fundamentalnych filarach zaczerpniętych z europejskich i północnoamerykańskich standardów branżowych:' },
242
+ { type: 'list', items: ['<strong>Przewiewność:</strong> Zdolność włókna do przepuszczania pary wodnej i powietrza.', '<strong>Trwałość:</strong> Odporność na ścieranie, rozciąganie i powstawanie <strong>pillingu</strong> (kuleczek).', '<strong>Efektywność termiczna:</strong> Zdolność do zatrzymywania ciepła lub mechanicznego chłodzenia.'] },
243
+ { type: 'tip', title: 'Ważne', html: 'Prawo wymaga, aby każda odzież sprzedawana w UE i USA wymieniała swoje składniki w kolejności malejącej według procentowości. Jeśli ubranie nie posiada metki lub jest ona nieczytelna, zachowaj czujność: prawdopodobnie nie spełnia ono minimalnych standardów bezpieczeństwa wyrobów włókienniczych.' },
244
+ { type: 'title', text: 'Typowe "oszustwa" w handlu detalicznym', level: 2 },
245
+ { type: 'paragraph', html: 'Istnieją bardzo wyrafinowane techniki marketingowe zaprojektowane w celu podniesienia postrzeganej wartości przeciętnego ubrania. Tutaj nauczymy Cię, jak je wykrywać:' },
246
+ { type: 'card', title: 'Haczyk na szlachetne włókno', icon: 'mdi:alert', html: 'Zobaczysz metki z napisami "Z KASZMIRZEM" lub "Z JEDWABIEM" wielkimi literami. Patrząc na skład, odkrywasz 3% jedwabiu i 97% poliestru. Te 3% nie zapewnia miękkości, blasku ani ciepła; służy jedynie temu, by marka mogła podnieść cenę o 20%.' },
247
+ { type: 'card', title: 'Mit "ekologicznej wiskozy"', icon: 'mdi:leaf', html: 'Chociaż wiskoza pochodzi z celulozy (drewna), jej obecny proces produkcji jest często silnie zanieczyszczający, a efektem końcowym jest włókno, które drastycznie słabnie po zmoczeniu. O ile nie jest to <strong>Lyocell</strong> lub <strong>Tencel</strong>, jego trwałość jest ograniczona.' },
248
+ { type: 'title', text: 'Głęboka analiza według kategorii', level: 2 },
249
+ { type: 'title', text: '1. Włókna naturalne (Dumnie organiczne)', level: 3 },
250
+ { type: 'paragraph', html: 'Są złotym standardem. <strong>Bawełna</strong> długowłóknista (taka jak Pima czy egipska) oferuje wieczną miękkość. <strong>Len</strong> jest naukowo najlepszym włóknem na upały ze względu na swoją strukturę molekularną, która odbija ciepło i pochłania wilgoć. <strong>Wełna</strong> i <strong>Konopie</strong> są naturalnie antybakteryjne; nie wymagają tak częstego prania, ponieważ nie zatrzymują zapachów.' },
251
+ { type: 'title', text: '2. Włókna półsyntetyczne (Hybrydy)', level: 3 },
252
+ { type: 'paragraph', html: 'Tutaj znajdziemy <strong>Wiskozę</strong>, <strong>Rajon</strong> i <strong>Modal</strong>. W dotyku przypominają jedwab, ale kosztują tyle co bawełna. Są doskonałe do ubrań o dużej leistości, ale są "spragnione": chłoną dużo wody i długo schną, co przy braku odpowiedniej pielęgnacji może sprzyjać powstawaniu pleśni. <strong>Lyocell (Tencel)</strong> to wersja premium i zrównoważona z tej grupy, o zamkniętym cyklu produkcyjnym i wyższej wytrzymałości.' },
253
+ { type: 'title', text: '3. Włókna syntetyczne (Przędzony plastik)', level: 3 },
254
+ { type: 'paragraph', html: '<strong>Poliester</strong> jest królem rynku. Jest tani, nie gniecie się i jest wieczny (dosłownie, jego rozkład zajmie 200 lat). Problemem jest to, że nie oddycha. Tworzy wilgotny mikroklimat między tkaniną a skórą, idealną pożywkę dla bakterii. <strong>Akryl</strong> to tania imitacja wełny: grzeje, ale generuje dużo ładunków elektrostatycznych i po dwóch praniach pokrywa się kuleczkami.' },
255
+ { type: 'title', text: 'Porady dotyczące przetrwania tekstyliów', level: 2 },
256
+ { type: 'paragraph', html: 'Nawet najlepsze ubranie na świecie może zostać zniszczone przez jedno niewłaściwe pranie. Oto uniwersalne złote zasady:' },
257
+ { type: 'tip', title: 'Zimna woda to Twój przyjaciel', html: '90% ubrań nie potrzebuje temperatury wyższej niż 30°C. Ciepło degraduje włókna elastyczne i kurczy naturalne.' },
258
+ { type: 'tip', title: 'Mniej znaczy więcej (Detergent)', html: 'Nadmiar mydła pozostawia osady, które przyciągają brud i sprawiają, że ubrania stają się sztywne.' },
259
+ { type: 'tip', title: 'Suszarka: Subtelny wróg', html: 'Kłaczki, które widzisz w filtrze suszarki, to kawałki Twoich ubrań, które oddzieliły się w wyniku tarcia i wysokiej temperatury.' },
260
+ { type: 'tip', title: 'Pranie na lewej stronie', html: 'Chroni kolor i hafty przed ocieraniem o bęben i inne ubrania.' },
261
+ { type: 'paragraph', html: '"Kupuj mniej, wybieraj lepiej i spraw, by służyło długo." — Ten analizator to Twój pierwszy krok w stronę świadomej i wysokiej jakości garderoby.' },
262
+ ],
263
+ faqTitle: 'Często zadawane pytania',
264
+ faq: faqData,
265
+ bibliographyTitle: 'Bibliografia',
266
+ bibliography: [
267
+ {
268
+ name: 'FTC - Przewodnik po etykietowaniu tekstyliów',
269
+ url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
270
+ },
271
+ {
272
+ name: 'Komisja Europejska - Regulacje dotyczące tekstyliów',
273
+ url: 'https://ec.europa.eu/growth/tools-databases/nando/',
274
+ },
275
+ {
276
+ name: 'ISO 3758:2012 - Symbole konserwacji tekstyliów',
277
+ url: 'https://www.iso.org/standard/60465.html',
278
+ },
279
+ ],
280
+ howTo: howToData,
281
+ schemas: [faqSchema, howToSchema, appSchema],
282
+ };