@jjlmoya/utils-textiles 1.3.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) 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/index.ts +12 -12
  17. package/src/tests/i18n_coverage.test.ts +36 -0
  18. package/src/tests/schemas_fulfillment.test.ts +23 -0
  19. package/src/tests/slug_uniqueness.test.ts +81 -0
  20. package/src/tests/title_quality.test.ts +55 -0
  21. package/src/tool/burnTest/i18n/de.ts +225 -0
  22. package/src/tool/burnTest/i18n/id.ts +225 -0
  23. package/src/tool/burnTest/i18n/it.ts +225 -0
  24. package/src/tool/burnTest/i18n/ja.ts +225 -0
  25. package/src/tool/burnTest/i18n/ko.ts +225 -0
  26. package/src/tool/burnTest/i18n/nl.ts +225 -0
  27. package/src/tool/burnTest/i18n/pl.ts +225 -0
  28. package/src/tool/burnTest/i18n/pt.ts +225 -0
  29. package/src/tool/burnTest/i18n/ru.ts +225 -0
  30. package/src/tool/burnTest/i18n/sv.ts +225 -0
  31. package/src/tool/burnTest/i18n/tr.ts +225 -0
  32. package/src/tool/burnTest/i18n/zh.ts +225 -0
  33. package/src/tool/burnTest/index.ts +15 -7
  34. package/src/tool/clothingSizeConverter/i18n/de.ts +356 -0
  35. package/src/tool/clothingSizeConverter/i18n/id.ts +356 -0
  36. package/src/tool/clothingSizeConverter/i18n/it.ts +356 -0
  37. package/src/tool/clothingSizeConverter/i18n/ja.ts +356 -0
  38. package/src/tool/clothingSizeConverter/i18n/ko.ts +356 -0
  39. package/src/tool/clothingSizeConverter/i18n/nl.ts +356 -0
  40. package/src/tool/clothingSizeConverter/i18n/pl.ts +356 -0
  41. package/src/tool/clothingSizeConverter/i18n/pt.ts +356 -0
  42. package/src/tool/clothingSizeConverter/i18n/ru.ts +356 -0
  43. package/src/tool/clothingSizeConverter/i18n/sv.ts +356 -0
  44. package/src/tool/clothingSizeConverter/i18n/tr.ts +356 -0
  45. package/src/tool/clothingSizeConverter/i18n/zh.ts +356 -0
  46. package/src/tool/clothingSizeConverter/index.ts +15 -7
  47. package/src/tool/fabricProjectCalculator/i18n/de.ts +250 -0
  48. package/src/tool/fabricProjectCalculator/i18n/id.ts +250 -0
  49. package/src/tool/fabricProjectCalculator/i18n/it.ts +250 -0
  50. package/src/tool/fabricProjectCalculator/i18n/ja.ts +250 -0
  51. package/src/tool/fabricProjectCalculator/i18n/ko.ts +250 -0
  52. package/src/tool/fabricProjectCalculator/i18n/nl.ts +250 -0
  53. package/src/tool/fabricProjectCalculator/i18n/pl.ts +250 -0
  54. package/src/tool/fabricProjectCalculator/i18n/pt.ts +250 -0
  55. package/src/tool/fabricProjectCalculator/i18n/ru.ts +250 -0
  56. package/src/tool/fabricProjectCalculator/i18n/sv.ts +250 -0
  57. package/src/tool/fabricProjectCalculator/i18n/tr.ts +250 -0
  58. package/src/tool/fabricProjectCalculator/i18n/zh.ts +250 -0
  59. package/src/tool/fabricProjectCalculator/index.ts +15 -7
  60. package/src/tool/fabricTruth/i18n/de.ts +282 -0
  61. package/src/tool/fabricTruth/i18n/en.ts +1 -1
  62. package/src/tool/fabricTruth/i18n/fr.ts +1 -1
  63. package/src/tool/fabricTruth/i18n/id.ts +282 -0
  64. package/src/tool/fabricTruth/i18n/it.ts +282 -0
  65. package/src/tool/fabricTruth/i18n/ja.ts +282 -0
  66. package/src/tool/fabricTruth/i18n/ko.ts +282 -0
  67. package/src/tool/fabricTruth/i18n/nl.ts +282 -0
  68. package/src/tool/fabricTruth/i18n/pl.ts +282 -0
  69. package/src/tool/fabricTruth/i18n/pt.ts +282 -0
  70. package/src/tool/fabricTruth/i18n/ru.ts +282 -0
  71. package/src/tool/fabricTruth/i18n/sv.ts +282 -0
  72. package/src/tool/fabricTruth/i18n/tr.ts +282 -0
  73. package/src/tool/fabricTruth/i18n/zh.ts +286 -0
  74. package/src/tool/fabricTruth/index.ts +15 -7
  75. package/src/tool/fiberPrep/i18n/de.ts +225 -0
  76. package/src/tool/fiberPrep/i18n/id.ts +225 -0
  77. package/src/tool/fiberPrep/i18n/it.ts +225 -0
  78. package/src/tool/fiberPrep/i18n/ja.ts +225 -0
  79. package/src/tool/fiberPrep/i18n/ko.ts +225 -0
  80. package/src/tool/fiberPrep/i18n/nl.ts +225 -0
  81. package/src/tool/fiberPrep/i18n/pl.ts +225 -0
  82. package/src/tool/fiberPrep/i18n/pt.ts +225 -0
  83. package/src/tool/fiberPrep/i18n/ru.ts +225 -0
  84. package/src/tool/fiberPrep/i18n/sv.ts +225 -0
  85. package/src/tool/fiberPrep/i18n/tr.ts +225 -0
  86. package/src/tool/fiberPrep/i18n/zh.ts +225 -0
  87. package/src/tool/fiberPrep/index.ts +15 -7
  88. package/src/tool/knittingGauge/i18n/de.ts +234 -0
  89. package/src/tool/knittingGauge/i18n/id.ts +234 -0
  90. package/src/tool/knittingGauge/i18n/it.ts +234 -0
  91. package/src/tool/knittingGauge/i18n/ja.ts +234 -0
  92. package/src/tool/knittingGauge/i18n/ko.ts +234 -0
  93. package/src/tool/knittingGauge/i18n/nl.ts +234 -0
  94. package/src/tool/knittingGauge/i18n/pl.ts +234 -0
  95. package/src/tool/knittingGauge/i18n/pt.ts +234 -0
  96. package/src/tool/knittingGauge/i18n/ru.ts +234 -0
  97. package/src/tool/knittingGauge/i18n/sv.ts +234 -0
  98. package/src/tool/knittingGauge/i18n/tr.ts +234 -0
  99. package/src/tool/knittingGauge/i18n/zh.ts +234 -0
  100. package/src/tool/knittingGauge/index.ts +15 -7
  101. package/src/tool/laundryGuide/i18n/de.ts +275 -0
  102. package/src/tool/laundryGuide/i18n/id.ts +275 -0
  103. package/src/tool/laundryGuide/i18n/it.ts +275 -0
  104. package/src/tool/laundryGuide/i18n/ja.ts +275 -0
  105. package/src/tool/laundryGuide/i18n/ko.ts +275 -0
  106. package/src/tool/laundryGuide/i18n/nl.ts +275 -0
  107. package/src/tool/laundryGuide/i18n/pl.ts +275 -0
  108. package/src/tool/laundryGuide/i18n/pt.ts +275 -0
  109. package/src/tool/laundryGuide/i18n/ru.ts +275 -0
  110. package/src/tool/laundryGuide/i18n/sv.ts +275 -0
  111. package/src/tool/laundryGuide/i18n/tr.ts +275 -0
  112. package/src/tool/laundryGuide/i18n/zh.ts +275 -0
  113. package/src/tool/laundryGuide/index.ts +15 -7
  114. package/src/tool/needleConverter/i18n/de.ts +212 -0
  115. package/src/tool/needleConverter/i18n/id.ts +212 -0
  116. package/src/tool/needleConverter/i18n/it.ts +212 -0
  117. package/src/tool/needleConverter/i18n/ja.ts +212 -0
  118. package/src/tool/needleConverter/i18n/ko.ts +212 -0
  119. package/src/tool/needleConverter/i18n/nl.ts +212 -0
  120. package/src/tool/needleConverter/i18n/pl.ts +212 -0
  121. package/src/tool/needleConverter/i18n/pt.ts +212 -0
  122. package/src/tool/needleConverter/i18n/ru.ts +212 -0
  123. package/src/tool/needleConverter/i18n/sv.ts +212 -0
  124. package/src/tool/needleConverter/i18n/tr.ts +212 -0
  125. package/src/tool/needleConverter/i18n/zh.ts +212 -0
  126. package/src/tool/needleConverter/index.ts +15 -7
  127. package/src/tool/sewingPatternScaler/i18n/de.ts +227 -0
  128. package/src/tool/sewingPatternScaler/i18n/id.ts +227 -0
  129. package/src/tool/sewingPatternScaler/i18n/it.ts +227 -0
  130. package/src/tool/sewingPatternScaler/i18n/ja.ts +227 -0
  131. package/src/tool/sewingPatternScaler/i18n/ko.ts +227 -0
  132. package/src/tool/sewingPatternScaler/i18n/nl.ts +227 -0
  133. package/src/tool/sewingPatternScaler/i18n/pl.ts +227 -0
  134. package/src/tool/sewingPatternScaler/i18n/pt.ts +227 -0
  135. package/src/tool/sewingPatternScaler/i18n/ru.ts +227 -0
  136. package/src/tool/sewingPatternScaler/i18n/sv.ts +227 -0
  137. package/src/tool/sewingPatternScaler/i18n/tr.ts +227 -0
  138. package/src/tool/sewingPatternScaler/i18n/zh.ts +227 -0
  139. package/src/tool/sewingPatternScaler/index.ts +15 -7
  140. package/src/tool/shoeSizeConverter/i18n/de.ts +184 -0
  141. package/src/tool/shoeSizeConverter/i18n/id.ts +184 -0
  142. package/src/tool/shoeSizeConverter/i18n/it.ts +184 -0
  143. package/src/tool/shoeSizeConverter/i18n/ja.ts +184 -0
  144. package/src/tool/shoeSizeConverter/i18n/ko.ts +184 -0
  145. package/src/tool/shoeSizeConverter/i18n/nl.ts +184 -0
  146. package/src/tool/shoeSizeConverter/i18n/pl.ts +184 -0
  147. package/src/tool/shoeSizeConverter/i18n/pt.ts +184 -0
  148. package/src/tool/shoeSizeConverter/i18n/ru.ts +184 -0
  149. package/src/tool/shoeSizeConverter/i18n/sv.ts +184 -0
  150. package/src/tool/shoeSizeConverter/i18n/tr.ts +184 -0
  151. package/src/tool/shoeSizeConverter/i18n/zh.ts +184 -0
  152. package/src/tool/shoeSizeConverter/index.ts +15 -7
  153. package/src/tool/stainChemistry/i18n/de.ts +300 -0
  154. package/src/tool/stainChemistry/i18n/id.ts +300 -0
  155. package/src/tool/stainChemistry/i18n/it.ts +300 -0
  156. package/src/tool/stainChemistry/i18n/ja.ts +300 -0
  157. package/src/tool/stainChemistry/i18n/ko.ts +297 -0
  158. package/src/tool/stainChemistry/i18n/nl.ts +300 -0
  159. package/src/tool/stainChemistry/i18n/pl.ts +300 -0
  160. package/src/tool/stainChemistry/i18n/pt.ts +300 -0
  161. package/src/tool/stainChemistry/i18n/ru.ts +300 -0
  162. package/src/tool/stainChemistry/i18n/sv.ts +300 -0
  163. package/src/tool/stainChemistry/i18n/tr.ts +300 -0
  164. package/src/tool/stainChemistry/i18n/zh.ts +295 -0
  165. package/src/tool/stainChemistry/index.ts +15 -7
  166. package/src/tool/yarnCalculator/i18n/de.ts +310 -0
  167. package/src/tool/yarnCalculator/i18n/id.ts +310 -0
  168. package/src/tool/yarnCalculator/i18n/it.ts +310 -0
  169. package/src/tool/yarnCalculator/i18n/ja.ts +310 -0
  170. package/src/tool/yarnCalculator/i18n/ko.ts +310 -0
  171. package/src/tool/yarnCalculator/i18n/nl.ts +310 -0
  172. package/src/tool/yarnCalculator/i18n/pl.ts +310 -0
  173. package/src/tool/yarnCalculator/i18n/pt.ts +310 -0
  174. package/src/tool/yarnCalculator/i18n/ru.ts +310 -0
  175. package/src/tool/yarnCalculator/i18n/sv.ts +310 -0
  176. package/src/tool/yarnCalculator/i18n/tr.ts +310 -0
  177. package/src/tool/yarnCalculator/i18n/zh.ts +309 -0
  178. package/src/tool/yarnCalculator/index.ts +15 -7
  179. 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 = 'test-combustione-tessile';
6
+ const title = 'Test di Combustione Tessile';
7
+ const description =
8
+ 'Identifica la reale composizione di qualsiasi tessuto analizzando il suo comportamento alla fiamma. Differenzia cotone, lana, seta e sintetici con rigore scientific.';
9
+
10
+ const faqData = [
11
+ {
12
+ question: 'È sicuro eseguire un test di combustione a casa?',
13
+ answer:
14
+ 'Sì, a condizione di prendere precauzioni estreme: usa pinzette metalliche, lavora su una superficie ignifuga (ceramica o metallo), tieni dell\'acqua vicina ed esegui il test in un luogo ventilato. Ti serve solo un piccolo campione di 1x1 cm o alcuni fili.',
15
+ },
16
+ {
17
+ question: 'Che odore ha il cotone quando brucia?',
18
+ answer:
19
+ 'Il cotone è pura cellulosa. Quando brucia, emana un odore identico a quello della carta bruciata o delle foglie secche. La cenere risultante è grigia, molto fine e si sgretola al tatto.',
20
+ },
21
+ {
22
+ question: 'Cosa indica una pallina nera e dura alla fine della fibra?',
23
+ answer:
24
+ 'È il segno inequivocabile di una fibra sintetica (plastica), come il poliestere o il nylon. Fondendosi, il polimero si aggrega in una perla plastica che non si sbriciola, a differenza delle ceneri delle fibre naturali.',
25
+ },
26
+ {
27
+ question: 'Perché la lana puzza quando brucia?',
28
+ answer:
29
+ 'La lana e la seta sono proteine animali che contengono zolfo. A contatto con il fuoco, emettono un odore penetrante di capelli o piume bruciate. È il modo più semplice per differenziarle dalle fibre vegetali.',
30
+ },
31
+ ];
32
+
33
+ const howToData = [
34
+ {
35
+ name: 'Estrarre un campione rappresentativo',
36
+ text: 'Taglia un piccolo quadrato di tessuto o, meglio ancora, estrai alcuni fili sia dall\'ordito (verticale) che dalla trama (orizzontale).',
37
+ },
38
+ {
39
+ name: 'Osservare l\'avvicinamento alla fiamma',
40
+ text: 'Avvicina lentamente la fibra al fuoco senza toccarlo. Osserva se si restringe, si fonde o se prende fuoco immediatamente.',
41
+ },
42
+ {
43
+ name: 'Analizzare il tipo di fiamma e fumo',
44
+ text: 'Fai attenzione se la fiamma è costante o si spegne da sola, e se il fumo è bianco, nero o assente.',
45
+ },
46
+ {
47
+ name: 'Valutare il residuo e l\'odore',
48
+ text: 'Una volta freddo, tocca la cenere o la perla risultante e percepisci l\'odore (carta, capelli o chimico) per confermare la famiglia della fibra.',
49
+ },
50
+ ];
51
+
52
+ const faqSchema: WithContext<FAQPage> = {
53
+ '@context': 'https://schema.org',
54
+ '@type': 'FAQPage',
55
+ mainEntity: faqData.map((item) => ({
56
+ '@type': 'Question',
57
+ name: item.question,
58
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
59
+ })),
60
+ };
61
+
62
+ const howToSchema: WithContext<HowTo> = {
63
+ '@context': 'https://schema.org',
64
+ '@type': 'HowTo',
65
+ name: title,
66
+ description,
67
+ step: howToData.map((step) => ({
68
+ '@type': 'HowToStep',
69
+ name: step.name,
70
+ text: step.text,
71
+ })),
72
+ };
73
+
74
+ const appSchema: WithContext<SoftwareApplication> = {
75
+ '@context': 'https://schema.org',
76
+ '@type': 'SoftwareApplication',
77
+ name: title,
78
+ description,
79
+ applicationCategory: 'UtilityApplication',
80
+ operatingSystem: 'All',
81
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
82
+ inLanguage: 'it',
83
+ };
84
+
85
+ const flame = {
86
+ cellulosic: 'Brucia RAPIDAMENTE e con LUMINOSITÀ (fiamma gialla). Non fonde. Continua a bruciare dopo la rimozione.',
87
+ protein: 'Brucia LENTAMENTE, scoppietta e si RESTRINGE allontanandosi dalla fiamma. Si autoestingue dopo la rimozione.',
88
+ synthetic: 'FONDE e si contrae rapidamente, gocciola come plastica fusa. Fiamma fuligginosa.',
89
+ };
90
+
91
+ const odor = {
92
+ paper: 'Carta bruciata, legno, foglie secche.',
93
+ hair: 'Capelli bruciati, corno bruciato, piume.',
94
+ chemical_sweet: 'Chimico AROMATICO (dolce, fruttato).',
95
+ chemical_fishy: 'Chimico ACIDO (pesce, carne arrostita).',
96
+ vegetable: 'Verdure cotte (sedano).',
97
+ };
98
+
99
+ const residue = {
100
+ ash_soft: 'Cenere GRIGIA/NERA fine, soffice e volatile (si sgretola al tocco).',
101
+ ash_shape: 'La cenere GRIGIA mantiene la forma della fibra (friabile).',
102
+ bead_crushable: 'Massa nera cava/fragile (si polverizza facilmente con le dita).',
103
+ bead_hard: 'Perla DURA e vitrea. Impossibile da rompere con le dita.',
104
+ bead_irregular: 'Massa nera DURA e irregolare.',
105
+ };
106
+
107
+ const smoke = {
108
+ white_gray: 'Bianco / Grigio chiaro.',
109
+ gray: 'Grigio medio.',
110
+ black: 'Nero DENSO e scuro.',
111
+ };
112
+
113
+ export const content: ToolLocaleContent<BurnTestUI> = {
114
+ slug,
115
+ title,
116
+ description,
117
+ faqTitle: 'Domande Frequenti',
118
+ faq: faqData,
119
+ bibliographyTitle: 'Bibliografia',
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: 'La Scienza Forense del Filamento',
140
+ level: 2,
141
+ },
142
+ {
143
+ type: 'paragraph',
144
+ html: 'Il test di combustione è il metodo analitico più rapido e preciso per differenziare i polimeri naturali da quelli sintetici senza ricorrere al microscopio elettronico. Sottoponendo una fibra al calore, il suo comportamento molecolare rivela l\'origine: dalla cellulosa vegetale alle proteine animali o ai derivati del petrolio.',
145
+ },
146
+ {
147
+ type: 'card',
148
+ title: 'Fibre Cellulosiche',
149
+ icon: 'mdi:leaf',
150
+ html: 'Il <strong>Cotone</strong> e il <strong>Lino</strong> bruciano rapidamente senza fondere. Odorano di carta bruciata perché derivano dal legno o dalle piante, lasciando una cenere grigia volatile che si disperde soffiando.',
151
+ },
152
+ {
153
+ type: 'card',
154
+ title: 'Fibre Proteiche',
155
+ icon: 'mdi:sheep',
156
+ html: 'La <strong>Lana</strong> e la <strong>Seta</strong> si allontanano dalla fiamma. Il loro odore caratteristico di capelli bruciati indica la presenza di zolfo e cheratina. Il residuo è una pallina nera che si polverizza al tatto.',
157
+ },
158
+ {
159
+ type: 'card',
160
+ title: 'Fibre Sintetiche',
161
+ icon: 'mdi:bottle-soda-classic',
162
+ html: 'Il <strong>Poliestere</strong> e il <strong>Nylon</strong> sono essenzialmente plastiche. Si fondono formando una goccia calda che si indurisce in una perla vitrea impossibile da rompere, con un odore chimico pungente.',
163
+ },
164
+ {
165
+ type: 'title',
166
+ text: 'Matrice di Evidenza Chimica',
167
+ level: 2,
168
+ },
169
+ {
170
+ type: 'paragraph',
171
+ html: 'Un\'analisi precisa richiede l\'incrocio di almeno tre evidenze. L\'odore è l\'indicatore più affidabile per identificare le miscele: se un tessuto di "lino" emana un leggero aroma plastico e lascia residui duri, indica una miscela con poliestere non dichiarata.',
172
+ },
173
+ {
174
+ type: 'tip',
175
+ title: 'Protocollo di Sicurezza di Laboratorio',
176
+ html: '<strong>Ventilazione critica:</strong> Le fibre sintetiche rilasciano gas tossici durante la combustione. Non eseguire mai questo test in spazi chiusi.<br><strong>Estinzione immediata:</strong> Tieni sempre un contenitore con acqua accanto. Alcune fibre sintetiche possono fondersi e aderire alla pelle.',
177
+ },
178
+ ],
179
+ ui: {
180
+ investigationLabel: 'INVESTIGAZIONE',
181
+ stepPrefix: 'PASSO',
182
+ stepCompleted: 'ANALISI COMPLETATA',
183
+ resetLabel: 'REINIZIA',
184
+ positiveId: 'IDENTIFICAZIONE POSITIVA',
185
+ flameLabel: 'Comportamento Fiamma',
186
+ odorLabel: 'Traccia Olfattiva',
187
+ residueLabel: 'Residuo',
188
+ identifiedAs: 'Campione identificato positivamente come',
189
+ safetyTitle: 'Protocollo di Sicurezza',
190
+ safetyText:
191
+ 'Esegui questo test in un luogo ventilato, su una superficie ignifuga. Usa pinzette metalliche e tieni dell\'acqua vicina.',
192
+ questions: {
193
+ flame: 'Comportamento alla fiamma?',
194
+ odor: 'Odore caratteristico?',
195
+ residue: 'Residuo finale?',
196
+ smoke: 'Tipo di fumo?',
197
+ },
198
+ fiberData: {
199
+ cotton: { name: 'Cotone', icon: 'mdi:tshirt-crew', color: '#60A5FA', description: 'Fibra vegetale naturale, morbida e traspirante. Il re dei basic.' },
200
+ linen: { name: 'Lino', icon: 'mdi:leaf', color: '#A7F3D0', description: 'Fibra vegetale molto resistente, fresca e con la caratteristica stropicciatura.' },
201
+ wool: { name: 'Lana / Merino', icon: 'mdi:sheep', color: '#FCD34D', description: 'Fibra proteica animale, eccellente isolante termico ed elastica.' },
202
+ silk: { name: 'Seta', icon: 'mdi:ticket-percent', color: '#F472B6', description: 'Fibra animale a filamento continuo. Lucentezza naturale e mano secca.' },
203
+ cashmere: { name: 'Cashmere', icon: 'mdi:crown', color: '#F59E0B', description: 'Pregiata fibra di capra del Kashmir. Estremamente morbida, leggera e calda.' },
204
+ mohair: { name: 'Mohair', icon: 'mdi:shimmer', color: '#14B8A6', description: 'La "fibra diamante" della capra d\'Angora. Lucentezza naturale, molto resistente.' },
205
+ angora: { name: 'Angora', icon: 'mdi:rabbit', color: '#F9FAFB', description: 'Pelo del coniglio d\'Angora. Noto per il suo effetto "halo" soffice ed estrema leggerezza.' },
206
+ alpaca: { name: 'Alpaca', icon: 'mdi:image-filter-hdr', color: '#9F7AEA', description: 'Tesoro delle Ande. Fibra cava, termica, ipoallergenica e setosa.' },
207
+ polyester: { name: 'Poliestere', icon: 'mdi:oil', color: '#94A3B8', description: 'Fibra sintetica derivata dal petrolio. Resistente, non si gualcisce, non traspira.' },
208
+ nylon: { name: 'Nylon (Poliammide)', icon: 'mdi:parachute', color: '#2DD4BF', description: 'Sintetica molto resistente alla trazione e all\'abrasione.' },
209
+ acrylic: { name: 'Acrilico', icon: 'mdi:resize', color: '#450A0A', description: 'Imitazione sintetica della lana. Morbida, calda, tende a fare pallini.' },
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 = '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: 'ja',
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: '正確な分析には、少なくとも3つの証拠をクロスチェックする必要があります。臭いは混紡素材を特定するための最も信頼できる指標です。もし「リネン」生地からわずかなプラスチックの香りがし、硬い残留物が残るなら、それは未申告のポリエステル混紡であることを示しています。',
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
+ };