@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,225 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { BurnTestUI } from '../ui';
4
+
5
+ const slug = 'textile-burn-test';
6
+ const title = '섬유 연소 테스트';
7
+ const description =
8
+ '연소 거동을 분석하여 모든 원단의 실제 성분을 식별합니다. 면, 울, 실크 및 합성 섬유를 과학적으로 구분해 보세요.';
9
+
10
+ const faqData = [
11
+ {
12
+ question: '집에서 연소 테스트를 수행해도 안전한가요?',
13
+ answer:
14
+ '네, 철저한 주의를 기울인다면 안전합니다. 금속 집게를 사용하고, 내화성이 있는 표면(세라믹 또는 금속) 위에서 작업하며, 근처에 물을 준비하고, 환기가 잘 되는 곳에서 테스트를 진행하세요. 1x1cm 정도의 작은 샘플이나 실 몇 가닥만 있으면 충분합니다.',
15
+ },
16
+ {
17
+ question: '면은 탈 때 어떤 냄새가 나나요?',
18
+ answer:
19
+ '면은 순수 셀룰로오스입니다. 탈 때 종이나 마른 잎이 타는 것과 똑같은 냄새가 납니다. 남은 재는 회색이며 매우 곱고 만지면 부서집니다.',
20
+ },
21
+ {
22
+ question: '섬유 끝에 딱딱하고 검은 알갱이가 생기는 것은 무엇을 의미하나요?',
23
+ answer:
24
+ '이는 폴리에스테르나 나일론 같은 합성 섬유(플라스틱)의 명확한 징후입니다. 녹으면서 폴리머가 뭉쳐져 플라스틱 알갱이가 되는데, 이는 천연 섬유의 재와 달리 부서지지 않습니다.',
25
+ },
26
+ {
27
+ question: '왜 울은 탈 때 고약한 냄새가 나나요?',
28
+ answer:
29
+ '울과 실크는 황을 포함한 동물성 단백질입니다. 불에 닿으면 머리카락이나 깃털이 타는 듯한 자극적인 냄새를 풍깁니다. 이것이 식물성 섬유와 구분하는 가장 쉬운 방법입니다.',
30
+ },
31
+ ];
32
+
33
+ const howToData = [
34
+ {
35
+ name: '대표 샘플 추출',
36
+ text: '원단에서 작은 사각형을 자르거나, 더 정확하게는 경사(수직)와 위사(수평)에서 실을 몇 가닥 뽑아냅니다.',
37
+ },
38
+ {
39
+ name: '불꽃 접근 관찰',
40
+ text: '섬유를 불꽃에 직접 닿지 않게 천천히 가까이 가져갑니다. 섬유가 수축하는지, 녹는지, 아니면 즉시 불이 붙는지 관찰합니다.',
41
+ },
42
+ {
43
+ name: '불꽃 종류 및 연기 분석',
44
+ text: '불꽃이 일정한지 아니면 저절로 꺼지는지, 그리고 연기가 흰색인지 검은색인지 혹은 연기가 나지 않는지 확인합니다.',
45
+ },
46
+ {
47
+ name: '잔여물 및 냄새 평가',
48
+ text: '식은 후 남은 재나 알갱이를 만져보고 냄새(종이, 머리카락 또는 화학 물질)를 맡아 섬유군을 확인합니다.',
49
+ },
50
+ ];
51
+
52
+ const faqSchema: WithContext<FAQPage> = {
53
+ '@context': 'https://schema.org',
54
+ '@type': 'FAQPage',
55
+ mainEntity: faqData.map((item) => ({
56
+ '@type': 'Question',
57
+ name: item.question,
58
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
59
+ })),
60
+ };
61
+
62
+ const howToSchema: WithContext<HowTo> = {
63
+ '@context': 'https://schema.org',
64
+ '@type': 'HowTo',
65
+ name: title,
66
+ description,
67
+ step: howToData.map((step) => ({
68
+ '@type': 'HowToStep',
69
+ name: step.name,
70
+ text: step.text,
71
+ })),
72
+ };
73
+
74
+ const appSchema: WithContext<SoftwareApplication> = {
75
+ '@context': 'https://schema.org',
76
+ '@type': 'SoftwareApplication',
77
+ name: title,
78
+ description,
79
+ applicationCategory: 'UtilityApplication',
80
+ operatingSystem: 'All',
81
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
82
+ inLanguage: 'ko',
83
+ };
84
+
85
+ const flame = {
86
+ cellulosic: '빠르고 밝게 타오름(노란 불꽃). 녹지 않음. 불꽃에서 멀어져도 계속 탐.',
87
+ protein: '천천히 타며 치익 소리가 나고 불꽃으로부터 수축함. 불꽃에서 멀어지면 저절로 꺼짐.',
88
+ synthetic: '녹으면서 빠르게 수축하고 녹은 플라스틱처럼 떨어짐. 그을음이 섞인 불꽃.',
89
+ };
90
+
91
+ const odor = {
92
+ paper: '종이 타는 냄새, 나무, 마른 잎.',
93
+ hair: '머리카락 타는 냄새, 타는 뿔 냄새, 깃털.',
94
+ chemical_sweet: '방향족 화학 냄새(달콤함, 과일향).',
95
+ chemical_fishy: '시큼한 화학 냄새(생선, 구운 고기).',
96
+ vegetable: '익힌 채소 냄새(셀러리).',
97
+ };
98
+
99
+ const residue = {
100
+ ash_soft: '고운 회색/검은색 재, 부드럽고 가벼움(만지면 부서짐).',
101
+ ash_shape: '섬유 모양을 유지하는 회색 재(잘 부스러짐).',
102
+ bead_crushable: '속이 빈/부서지기 쉬운 검은 덩어리(손가락으로 쉽게 으깨짐).',
103
+ bead_hard: '딱딱하고 유리 같은 알갱이. 손가락으로 깰 수 없음.',
104
+ bead_irregular: '딱딱하고 불규칙한 검은 덩어리.',
105
+ };
106
+
107
+ const smoke = {
108
+ white_gray: '흰색 / 연한 회색.',
109
+ gray: '중간 회색.',
110
+ black: '짙고 어두운 검은색.',
111
+ };
112
+
113
+ export const content: ToolLocaleContent<BurnTestUI> = {
114
+ slug,
115
+ title,
116
+ description,
117
+ faqTitle: '자주 묻는 질문',
118
+ faq: faqData,
119
+ bibliographyTitle: '참고 문헌',
120
+ bibliography: [
121
+ {
122
+ name: 'AATCC TM20: Fiber Analysis - Qualitative',
123
+ url: 'https://members.aatcc.org/store/tm20/485/',
124
+ },
125
+ {
126
+ name: 'Textile Fibers: Identification and Testing - NIST',
127
+ url: 'https://nvlpubs.nist.gov/nistpubs/Legacy/circ/nbscircular41e3.pdf',
128
+ },
129
+ {
130
+ name: 'Burn Test Chart for Fiber Identification - Fabric Mart',
131
+ url: 'https://fabricmartfabrics.com/pages/burn-test-chart',
132
+ },
133
+ ],
134
+ howTo: howToData,
135
+ schemas: [faqSchema, howToSchema, appSchema],
136
+ seo: [
137
+ {
138
+ type: 'title',
139
+ text: '필라멘트의 과학 수사',
140
+ level: 2,
141
+ },
142
+ {
143
+ type: 'paragraph',
144
+ html: '연소 테스트는 전자 현미경을 사용하지 않고도 천연 폴리머와 합성 폴리머를 구분할 수 있는 가장 빠르고 정확한 분석 방법입니다. 섬유에 열을 가함으로써 분자 거동이 식물 셀룰로오스부터 동물성 단백질, 석유 유도체에 이르는 그 기원을 드러냅니다.',
145
+ },
146
+ {
147
+ type: 'card',
148
+ title: '셀룰로오스 섬유',
149
+ icon: 'mdi:leaf',
150
+ html: '<strong>면</strong>과 <strong>리넨</strong>은 녹지 않고 빠르게 탑니다. 나무나 식물에서 유래했기 때문에 종이 타는 냄새가 나며, 불면 날아가는 가벼운 회색 재를 남깁니다.',
151
+ },
152
+ {
153
+ type: 'card',
154
+ title: '단백질 섬유',
155
+ icon: 'mdi:sheep',
156
+ html: '<strong>울</strong>과 <strong>실크</strong>는 불꽃에서 멀어집니다. 머리카락 타는 듯한 특유의 냄새는 황과 케라틴의 존재를 나타냅니다. 잔여물은 만지면 부서지는 검은 알갱이입니다.',
157
+ },
158
+ {
159
+ type: 'card',
160
+ title: '합성 섬유',
161
+ icon: 'mdi:bottle-soda-classic',
162
+ html: '<strong>폴리에스테르</strong>와 <strong>나일론</strong>은 본질적으로 플라스틱입니다. 녹으면서 뜨거운 방울을 형성하고 깨뜨릴 수 없는 유리 같은 알갱이로 굳으며, 날카로운 화학 냄새가 납니다.',
163
+ },
164
+ {
165
+ type: 'title',
166
+ text: '화학적 증거 매트릭스',
167
+ level: 2,
168
+ },
169
+ {
170
+ type: 'paragraph',
171
+ html: '정확한 분석을 위해서는 최소 세 가지 증거를 교차 확인해야 합니다. 냄새는 혼방 소재를 식별하는 데 가장 신뢰할 수 있는 지표입니다: 만약 "리넨" 원단에서 약간의 플라스틱 향이 나고 딱딱한 잔여물이 남는다면, 이는 표시되지 않은 폴리에스테르 혼방임을 나타냅니다.',
172
+ },
173
+ {
174
+ type: 'tip',
175
+ title: '실험실 안전 프로토콜',
176
+ html: '<strong>환기 필수:</strong> 합성 섬유는 탈 때 독성 가스를 방출합니다. 밀폐된 공간에서 이 테스트를 수행하지 마세요.<br><strong>즉시 소화:</strong> 항상 근처에 물 그릇을 준비하세요. 일부 합성 섬유는 녹아서 피부에 달라붙을 수 있습니다.',
177
+ },
178
+ ],
179
+ ui: {
180
+ investigationLabel: '조사',
181
+ stepPrefix: '단계',
182
+ stepCompleted: '분석 완료',
183
+ resetLabel: '재시작',
184
+ positiveId: '긍정 식별',
185
+ flameLabel: '불꽃 거동',
186
+ odorLabel: '후각 흔적',
187
+ residueLabel: '잔여물',
188
+ identifiedAs: '샘플이 다음과 같이 긍정 식별됨:',
189
+ safetyTitle: '안전 프로토콜',
190
+ safetyText:
191
+ '환기가 잘 되는 곳에서 내화성 표면 위에서 이 테스트를 수행하세요. 금속 집게를 사용하고 근처에 물을 준비하세요.',
192
+ questions: {
193
+ flame: '불꽃에서의 거동은?',
194
+ odor: '특징적인 냄새는?',
195
+ residue: '최종 잔여물은?',
196
+ smoke: '연기의 종류는?',
197
+ },
198
+ fiberData: {
199
+ cotton: { name: '면 (코튼)', icon: 'mdi:tshirt-crew', color: '#60A5FA', description: '천연 식물 섬유. 부드럽고 통기성이 좋음. 기본 소재의 왕.' },
200
+ linen: { name: '리넨', icon: 'mdi:leaf', color: '#A7F3D0', description: '매우 강한 식물 섬유. 시원하고 특유의 구김이 있음.' },
201
+ wool: { name: '울 / 메리노', icon: 'mdi:sheep', color: '#FCD34D', description: '동물성 단백질 섬유. 우수한 단열성과 탄력성.' },
202
+ silk: { name: '실크 (비단)', icon: 'mdi:ticket-percent', color: '#F472B6', description: '동물성 장섬유. 자연스러운 광택과 드라이한 촉감.' },
203
+ cashmere: { name: '캐시미어', icon: 'mdi:crown', color: '#F59E0B', description: '고급 캐시미어 염소 섬유. 매우 부드럽고 가벼우며 따뜻함.' },
204
+ mohair: { name: '모헤어', icon: 'mdi:shimmer', color: '#14B8A6', description: '앙고라 염소의 "다이아몬드 섬유". 자연스러운 광택과 높은 내구성.' },
205
+ angora: { name: '앙고라', icon: 'mdi:rabbit', color: '#F9FAFB', description: '앙고라 토끼 털. 푹신한 "헤일로" 효과와 극한의 가벼움으로 유명함.' },
206
+ alpaca: { name: '알파카', icon: 'mdi:image-filter-hdr', color: '#9F7AEA', description: '안데스의 보물. 중공 구조로 따뜻하고 저자극적이며 실키한 섬유.' },
207
+ polyester: { name: '폴리에스테르', icon: 'mdi:oil', color: '#94A3B8', description: '석유 기반 합성 섬유. 내구성이 좋고 구김이 없으나 통기성이 낮음.' },
208
+ nylon: { name: '나일론 (폴리아미드)', icon: 'mdi:parachute', color: '#2DD4BF', description: '인장 강도와 마모에 매우 강한 합성 섬유.' },
209
+ acrylic: { name: '아크릴', icon: 'mdi:resize', color: '#450A0A', description: '울 모조 합성 섬유. 부드럽고 따뜻하지만 보풀이 잘 생김.' },
210
+ },
211
+ burnTestData: [
212
+ { fiberId: 'cotton', flame: flame.cellulosic, odor: odor.paper, smoke: smoke.white_gray, residue: residue.ash_soft },
213
+ { fiberId: 'linen', flame: flame.cellulosic, odor: odor.paper, smoke: smoke.white_gray, residue: residue.ash_shape },
214
+ { fiberId: 'wool', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
215
+ { fiberId: 'silk', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
216
+ { fiberId: 'cashmere', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
217
+ { fiberId: 'mohair', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
218
+ { fiberId: 'angora', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
219
+ { fiberId: 'alpaca', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
220
+ { fiberId: 'polyester', flame: flame.synthetic, odor: odor.chemical_sweet, smoke: smoke.black, residue: residue.bead_hard },
221
+ { fiberId: 'nylon', flame: flame.synthetic, odor: odor.vegetable, smoke: smoke.white_gray, residue: residue.bead_hard },
222
+ { fiberId: 'acrylic', flame: flame.synthetic, odor: odor.chemical_fishy, smoke: smoke.black, residue: residue.bead_irregular },
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 { BurnTestUI } from '../ui';
4
+
5
+ const slug = 'textiel-brandproef';
6
+ const title = 'Textiel Brandproef';
7
+ const description =
8
+ 'Identificeer de werkelijke samenstelling van elke stof door het brandgedrag te analyseren. Maak een wetenschappelijk onderscheid tussen katoen, wol, zijde en synthetische stoffen.';
9
+
10
+ const faqData = [
11
+ {
12
+ question: 'Is het veilig om thuis een brandproef uit te voeren?',
13
+ answer:
14
+ 'Ja, zolang je extreme voorzorgsmaatregelen neemt: gebruik een metalen pincet, werk op een vuurvaste ondergrond (keramiek of metaal), houd water in de buurt en voer de test uit in een geventileerde ruimte. Je hebt slechts een klein monster van 1x1 cm of een paar draadjes nodig.',
15
+ },
16
+ {
17
+ question: 'Hoe ruikt katoen als het brandt?',
18
+ answer:
19
+ 'Katoen is pure cellulose. Als het brandt, ruikt het precies naar brandend papier of droge bladeren. De resulterende as is grijs, zeer fijn en valt uit elkaar bij aanraking.',
20
+ },
21
+ {
22
+ question: 'Wat betekent een hard zwart bolletje aan het uiteinde van de vezel?',
23
+ answer:
24
+ 'Dit is het onmiskenbare teken van een synthetische vezel (plastic), zoals polyester of nylon. Terwijl het smelt, klontert het polymeer samen tot een plastic bolletje dat niet verkruimelt, in tegenstelling tot de as van natuurlijke vezels.',
25
+ },
26
+ {
27
+ question: 'Waarom ruikt wol vies als het brandt?',
28
+ answer:
29
+ 'Wol en zijde zijn dierlijke eiwitten die zwavel bevatten. Bij contact met vuur verspreiden ze een indringende geur van verbrand haar of verbrande veren. Dit is de makkelijkste manier om ze te onderscheiden van plantaardige vezels.',
30
+ },
31
+ ];
32
+
33
+ const howToData = [
34
+ {
35
+ name: 'Neem een representatief monster',
36
+ text: 'Knip een klein vierkantje uit de stof of, nog beter, trek een paar draadjes uit zowel de schering (verticaal) als de inslag (horizontaal).',
37
+ },
38
+ {
39
+ name: 'Observeer de benadering van de vlam',
40
+ text: 'Breng de vezel langzaam naar de vlam zonder deze aan te raken. Observeer of het krimpt, smelt of onmiddellijk vlam vat.',
41
+ },
42
+ {
43
+ name: 'Analyseer het type vlam en rook',
44
+ text: 'Let op of de vlam constant is of vanzelf uitgaat, und of de rook wit, zwart of afwezig is.',
45
+ },
46
+ {
47
+ name: 'Evalueer het residu en de geur',
48
+ text: 'Raak na afkoeling de resulterende as of het bolletje aan en neem de geur waar (papier, haar of chemisch) om de vezelfamilie te bevestigen.',
49
+ },
50
+ ];
51
+
52
+ const faqSchema: WithContext<FAQPage> = {
53
+ '@context': 'https://schema.org',
54
+ '@type': 'FAQPage',
55
+ mainEntity: faqData.map((item) => ({
56
+ '@type': 'Question',
57
+ name: item.question,
58
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
59
+ })),
60
+ };
61
+
62
+ const howToSchema: WithContext<HowTo> = {
63
+ '@context': 'https://schema.org',
64
+ '@type': 'HowTo',
65
+ name: title,
66
+ description,
67
+ step: howToData.map((step) => ({
68
+ '@type': 'HowToStep',
69
+ name: step.name,
70
+ text: step.text,
71
+ })),
72
+ };
73
+
74
+ const appSchema: WithContext<SoftwareApplication> = {
75
+ '@context': 'https://schema.org',
76
+ '@type': 'SoftwareApplication',
77
+ name: title,
78
+ description,
79
+ applicationCategory: 'UtilityApplication',
80
+ operatingSystem: 'All',
81
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
82
+ inLanguage: 'nl',
83
+ };
84
+
85
+ const flame = {
86
+ cellulosic: 'Brandt SNEL en HELDER (gele vlam). Smelt niet. Blijft branden na verwijdering.',
87
+ protein: 'Brandt LANGZAAM, knettert en KRIMP weg van de vlam. Dooft vanzelf na verwijdering.',
88
+ synthetic: 'SMELT en trekt snel samen, druipt als gesmolten plastic. Roetige vlam.',
89
+ };
90
+
91
+ const odor = {
92
+ paper: 'Verbrand papier, hout, droge bladeren.',
93
+ hair: 'Verbrand haar, verbrand hoorn, veren.',
94
+ chemical_sweet: 'AROMATISCH chemisch (zoet, fruitig).',
95
+ chemical_fishy: 'ZUUR chemisch (vis, gebraden vlees).',
96
+ vegetable: 'Gekookte groenten (selderij).',
97
+ };
98
+
99
+ const residue = {
100
+ ash_soft: 'Fijne GRIJZE/ZWARTE as, zacht en vluchtig (verkruimelt bij aanraking).',
101
+ ash_shape: 'GRIJZE as behoudt vezelvorm (broos).',
102
+ bead_crushable: 'Holle/gebrekkige zwarte massa (gemakkelijk te pletten met vingers).',
103
+ bead_hard: 'HARDE en glasachtige kraal. Onmogelijk te breken met de vingers.',
104
+ bead_irregular: 'HARDE en onregelmatige zwarte massa.',
105
+ };
106
+
107
+ const smoke = {
108
+ white_gray: 'Wit / Lichtgrijs.',
109
+ gray: 'Middelgrijs.',
110
+ black: 'Dichte donkere ZWARTE rook.',
111
+ };
112
+
113
+ export const content: ToolLocaleContent<BurnTestUI> = {
114
+ slug,
115
+ title,
116
+ description,
117
+ faqTitle: 'Veelgestelde Vragen',
118
+ faq: faqData,
119
+ bibliographyTitle: 'Bibliografie',
120
+ bibliography: [
121
+ {
122
+ name: 'AATCC TM20: Fiber Analysis - Qualitative',
123
+ url: 'https://members.aatcc.org/store/tm20/485/',
124
+ },
125
+ {
126
+ name: 'Textile Fibers: Identification and Testing - NIST',
127
+ url: 'https://nvlpubs.nist.gov/nistpubs/Legacy/circ/nbscircular41e3.pdf',
128
+ },
129
+ {
130
+ name: 'Burn Test Chart for Fiber Identification - Fabric Mart',
131
+ url: 'https://fabricmartfabrics.com/pages/burn-test-chart',
132
+ },
133
+ ],
134
+ howTo: howToData,
135
+ schemas: [faqSchema, howToSchema, appSchema],
136
+ seo: [
137
+ {
138
+ type: 'title',
139
+ text: 'De Forensische Wetenschap van de Draad',
140
+ level: 2,
141
+ },
142
+ {
143
+ type: 'paragraph',
144
+ html: 'De brandproef is de snelste en meest nauwkeurige analytische methode om natuurlijke polymeren van synthetische te onderscheiden zonder een elektronenmicroscoop te hoeven gebruiken. Door een vezel aan hitte bloot te stellen, onthult het moleculaire gedrag de oorsprong: van plantaardige cellulose tot dierlijke eiwitten of petroleumderivaten.',
145
+ },
146
+ {
147
+ type: 'card',
148
+ title: 'Cellulosevezels',
149
+ icon: 'mdi:leaf',
150
+ html: '<strong>Katoen</strong> und <strong>Linnen</strong> branden snel zonder te smelten. Ze ruiken naar verbrand papier omdat ze van hout of planten komen, en laten een vluchtige grijze as achter die wegwaait als je ertegen blaast.',
151
+ },
152
+ {
153
+ type: 'card',
154
+ title: 'Proteïnevezels',
155
+ icon: 'mdi:sheep',
156
+ html: '<strong>Wol</strong> und <strong>Zijde</strong> trekken weg van de vlam. Hun karakteristieke geur van verbrand haar duidt op de aanwezigheid van zwavel en keratine. Het residu is een zwart bolletje dat verpulvert bij aanraking.',
157
+ },
158
+ {
159
+ type: 'card',
160
+ title: 'Synthetische Vezels',
161
+ icon: 'mdi:bottle-soda-classic',
162
+ html: '<strong>Polyester</strong> und <strong>Nylon</strong> zijn in wezen plastics. Ze smelten en vormen een hete druppel die uithardt tot een glasachtig bolletje dat onmogelijk te breken is, met een scherpe chemische geur.',
163
+ },
164
+ {
165
+ type: 'title',
166
+ text: 'Chemische Bewijsmatrix',
167
+ level: 2,
168
+ },
169
+ {
170
+ type: 'paragraph',
171
+ html: 'Een nauwkeurige analyse vereist het kruisen van ten minste drie bewijsstukken. Geur is de meest betrouwbare indicator voor het identificeren van mengsels: als een "linnen" stof een lichte plastic geur afgeeft en harde resten achterlaat, wijst dit op een niet-gedeclareerde polyestermix.',
172
+ },
173
+ {
174
+ type: 'tip',
175
+ title: 'Laboratoriumveiligheidsprotocol',
176
+ html: '<strong>Kritieke ventilatie:</strong> Synthetische vezels laten giftige gassen los bij verbranding. Voer deze test nooit uit in gesloten ruimtes.<br><strong>Onmiddellijk blussen:</strong> Houd altijd een bak met water bij de hand. Sommige synthetische vezels kunnen smelten en aan de huid kleven.',
177
+ },
178
+ ],
179
+ ui: {
180
+ investigationLabel: 'ONDERZOEK',
181
+ stepPrefix: 'STAP',
182
+ stepCompleted: 'ANALYSE VOLTOOID',
183
+ resetLabel: 'HERSTART',
184
+ positiveId: 'POSITIEVE IDENTIFICATIE',
185
+ flameLabel: 'Vlamgedrag',
186
+ odorLabel: 'Geurspoor',
187
+ residueLabel: 'Residu',
188
+ identifiedAs: 'Monster positief geïdentificeerd als',
189
+ safetyTitle: 'Veiligheidsprotocol',
190
+ safetyText:
191
+ 'Voer deze test uit in een geventileerde ruimte, op een vuurvaste ondergrond. Gebruik een metalen pincet en houd water in de buurt.',
192
+ questions: {
193
+ flame: 'Gedrag in de vlam?',
194
+ odor: 'Karakteristieke geur?',
195
+ residue: 'Uiteindelijk residu?',
196
+ smoke: 'Type rook?',
197
+ },
198
+ fiberData: {
199
+ cotton: { name: 'Katoen', icon: 'mdi:tshirt-crew', color: '#60A5FA', description: 'Natuurlijke plantaardige vezel, zacht en ademend. De koning van de basics.' },
200
+ linen: { name: 'Linnen', icon: 'mdi:leaf', color: '#A7F3D0', description: 'Zeer sterke plantaardige vezel, koel en met de kenmerkende kreuk.' },
201
+ wool: { name: 'Wol / Merino', icon: 'mdi:sheep', color: '#FCD34D', description: 'Dierlijke eiwitvezel, uitstekende thermische isolator en elastisch.' },
202
+ silk: { name: 'Zijde', icon: 'mdi:ticket-percent', color: '#F472B6', description: 'Dierlijke continue filamentvezel. Natuurlijke glans en droog aanvoelend.' },
203
+ cashmere: { name: 'Kasjmier', icon: 'mdi:crown', color: '#F59E0B', description: 'Luxe Kasjmiergeitvezel. Extreem zacht, licht en warm.' },
204
+ mohair: { name: 'Mohair', icon: 'mdi:shimmer', color: '#14B8A6', description: 'De "diamantvezel" van de Angorageit. Natuurlijke glans, zeer resistent.' },
205
+ angora: { name: 'Angora', icon: 'mdi:rabbit', color: '#F9FAFB', description: 'Haar van het Angorakonijn. Bekend om het pluizige "halo"-effect en extreme lichtheid.' },
206
+ alpaca: { name: 'Alpaca', icon: 'mdi:image-filter-hdr', color: '#9F7AEA', description: 'Schat van de Andes. Holle, thermische, hypoallergene en zijdeachtige vezel.' },
207
+ polyester: { name: 'Polyester', icon: 'mdi:oil', color: '#94A3B8', description: 'Synthetische vezel op petroleumbasis. Sterk, kreukvrij, ademt niet.' },
208
+ nylon: { name: 'Nylon (Polyamide)', icon: 'mdi:parachute', color: '#2DD4BF', description: 'Zeer sterke synthetische vezel voor tractie en slijtage.' },
209
+ acrylic: { name: 'Acryl', icon: 'mdi:resize', color: '#450A0A', description: 'Synthetische wolimitatie. Zacht, warm, pluist gemakkelijk.' },
210
+ },
211
+ burnTestData: [
212
+ { fiberId: 'cotton', flame: flame.cellulosic, odor: odor.paper, smoke: smoke.white_gray, residue: residue.ash_soft },
213
+ { fiberId: 'linen', flame: flame.cellulosic, odor: odor.paper, smoke: smoke.white_gray, residue: residue.ash_shape },
214
+ { fiberId: 'wool', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
215
+ { fiberId: 'silk', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
216
+ { fiberId: 'cashmere', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
217
+ { fiberId: 'mohair', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
218
+ { fiberId: 'angora', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
219
+ { fiberId: 'alpaca', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
220
+ { fiberId: 'polyester', flame: flame.synthetic, odor: odor.chemical_sweet, smoke: smoke.black, residue: residue.bead_hard },
221
+ { fiberId: 'nylon', flame: flame.synthetic, odor: odor.vegetable, smoke: smoke.white_gray, residue: residue.bead_hard },
222
+ { fiberId: 'acrylic', flame: flame.synthetic, odor: odor.chemical_fishy, smoke: smoke.black, residue: residue.bead_irregular },
223
+ ],
224
+ },
225
+ };