@jjlmoya/utils-textiles 1.20.0 → 1.22.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 (209) hide show
  1. package/package.json +1 -1
  2. package/src/category/i18n/de.ts +76 -76
  3. package/src/category/i18n/en.ts +76 -76
  4. package/src/category/i18n/es.ts +76 -76
  5. package/src/category/i18n/fr.ts +76 -76
  6. package/src/category/i18n/id.ts +76 -76
  7. package/src/category/i18n/it.ts +76 -76
  8. package/src/category/i18n/ja.ts +76 -76
  9. package/src/category/i18n/ko.ts +76 -76
  10. package/src/category/i18n/nl.ts +76 -76
  11. package/src/category/i18n/pl.ts +76 -76
  12. package/src/category/i18n/pt.ts +76 -76
  13. package/src/category/i18n/ru.ts +76 -76
  14. package/src/category/i18n/sv.ts +76 -76
  15. package/src/category/i18n/zh.ts +76 -76
  16. package/src/category/index.ts +2 -0
  17. package/src/category/seo.astro +1 -1
  18. package/src/components/PreviewNavSidebar.astro +1 -1
  19. package/src/components/PreviewToolbar.astro +1 -1
  20. package/src/data.ts +1 -1
  21. package/src/entries.ts +4 -1
  22. package/src/env.d.ts +1 -1
  23. package/src/index.ts +1 -1
  24. package/src/layouts/PreviewLayout.astro +113 -113
  25. package/src/pages/index.astro +1 -1
  26. package/src/tests/faq_count.test.ts +19 -19
  27. package/src/tests/i18n_coverage.test.ts +4 -2
  28. package/src/tests/locale_spelling.test.ts +44 -0
  29. package/src/tests/mocks/astro_mock.js +1 -1
  30. package/src/tests/no_en_dash.test.ts +70 -70
  31. package/src/tests/no_h1_in_components.test.ts +1 -1
  32. package/src/tests/seo_length.test.ts +22 -22
  33. package/src/tests/seo_translation_completeness.test.ts +69 -0
  34. package/src/tests/spanish_leakage.test.ts +175 -153
  35. package/src/tests/tool_validation.test.ts +17 -17
  36. package/src/tool/burnTest/i18n/es.ts +211 -211
  37. package/src/tool/burnTest/i18n/fr.ts +211 -211
  38. package/src/tool/burnTest/i18n/ja.ts +211 -211
  39. package/src/tool/burnTest/i18n/ko.ts +211 -211
  40. package/src/tool/burnTest/i18n/pl.ts +211 -211
  41. package/src/tool/burnTest/i18n/ru.ts +211 -211
  42. package/src/tool/burnTest/i18n/sv.ts +211 -211
  43. package/src/tool/burnTest/i18n/zh.ts +211 -211
  44. package/src/tool/burnTest/seo.astro +15 -15
  45. package/src/tool/clothingSizeConverter/i18n/de.ts +348 -348
  46. package/src/tool/clothingSizeConverter/i18n/en.ts +348 -348
  47. package/src/tool/clothingSizeConverter/i18n/fr.ts +348 -348
  48. package/src/tool/clothingSizeConverter/i18n/ja.ts +348 -348
  49. package/src/tool/clothingSizeConverter/i18n/ko.ts +348 -348
  50. package/src/tool/clothingSizeConverter/i18n/nl.ts +348 -348
  51. package/src/tool/clothingSizeConverter/i18n/pl.ts +348 -348
  52. package/src/tool/clothingSizeConverter/i18n/ru.ts +348 -348
  53. package/src/tool/clothingSizeConverter/i18n/sv.ts +348 -348
  54. package/src/tool/clothingSizeConverter/i18n/tr.ts +348 -348
  55. package/src/tool/clothingSizeConverter/i18n/zh.ts +348 -348
  56. package/src/tool/clothingSizeConverter/seo.astro +15 -15
  57. package/src/tool/embroideryStitchPricingEstimator/bibliography.astro +6 -0
  58. package/src/tool/embroideryStitchPricingEstimator/bibliography.ts +12 -0
  59. package/src/tool/embroideryStitchPricingEstimator/component.astro +111 -0
  60. package/src/tool/embroideryStitchPricingEstimator/controller.ts +111 -0
  61. package/src/tool/embroideryStitchPricingEstimator/dom-views.ts +94 -0
  62. package/src/tool/embroideryStitchPricingEstimator/embroidery-stitch-count-pricing-estimator.css +438 -0
  63. package/src/tool/embroideryStitchPricingEstimator/entry.ts +29 -0
  64. package/src/tool/embroideryStitchPricingEstimator/evaluator.ts +22 -0
  65. package/src/tool/embroideryStitchPricingEstimator/i18n/de.ts +38 -0
  66. package/src/tool/embroideryStitchPricingEstimator/i18n/en.ts +194 -0
  67. package/src/tool/embroideryStitchPricingEstimator/i18n/es.ts +38 -0
  68. package/src/tool/embroideryStitchPricingEstimator/i18n/fr.ts +38 -0
  69. package/src/tool/embroideryStitchPricingEstimator/i18n/id.ts +38 -0
  70. package/src/tool/embroideryStitchPricingEstimator/i18n/it.ts +38 -0
  71. package/src/tool/embroideryStitchPricingEstimator/i18n/ja.ts +38 -0
  72. package/src/tool/embroideryStitchPricingEstimator/i18n/ko.ts +38 -0
  73. package/src/tool/embroideryStitchPricingEstimator/i18n/nl.ts +38 -0
  74. package/src/tool/embroideryStitchPricingEstimator/i18n/pl.ts +38 -0
  75. package/src/tool/embroideryStitchPricingEstimator/i18n/pt.ts +38 -0
  76. package/src/tool/embroideryStitchPricingEstimator/i18n/ru.ts +38 -0
  77. package/src/tool/embroideryStitchPricingEstimator/i18n/sv.ts +38 -0
  78. package/src/tool/embroideryStitchPricingEstimator/i18n/tr.ts +38 -0
  79. package/src/tool/embroideryStitchPricingEstimator/i18n/zh.ts +38 -0
  80. package/src/tool/embroideryStitchPricingEstimator/index.ts +11 -0
  81. package/src/tool/embroideryStitchPricingEstimator/logic.test.ts +40 -0
  82. package/src/tool/embroideryStitchPricingEstimator/logic.ts +86 -0
  83. package/src/tool/embroideryStitchPricingEstimator/seo.astro +15 -0
  84. package/src/tool/embroideryStitchPricingEstimator/storage.ts +20 -0
  85. package/src/tool/embroideryStitchPricingEstimator/ui.ts +53 -0
  86. package/src/tool/fabricProjectCalculator/i18n/de.ts +236 -236
  87. package/src/tool/fabricProjectCalculator/i18n/ja.ts +236 -236
  88. package/src/tool/fabricProjectCalculator/i18n/ko.ts +236 -236
  89. package/src/tool/fabricProjectCalculator/i18n/nl.ts +236 -236
  90. package/src/tool/fabricProjectCalculator/i18n/pl.ts +236 -236
  91. package/src/tool/fabricProjectCalculator/i18n/ru.ts +236 -236
  92. package/src/tool/fabricProjectCalculator/i18n/sv.ts +236 -236
  93. package/src/tool/fabricProjectCalculator/i18n/tr.ts +236 -236
  94. package/src/tool/fabricProjectCalculator/i18n/zh.ts +236 -236
  95. package/src/tool/fabricProjectCalculator/seo.astro +15 -15
  96. package/src/tool/fabricTruth/i18n/de.ts +268 -268
  97. package/src/tool/fabricTruth/i18n/en.ts +268 -268
  98. package/src/tool/fabricTruth/i18n/es.ts +302 -302
  99. package/src/tool/fabricTruth/i18n/fr.ts +268 -268
  100. package/src/tool/fabricTruth/i18n/id.ts +268 -268
  101. package/src/tool/fabricTruth/i18n/it.ts +268 -268
  102. package/src/tool/fabricTruth/i18n/ja.ts +268 -268
  103. package/src/tool/fabricTruth/i18n/ko.ts +268 -268
  104. package/src/tool/fabricTruth/i18n/nl.ts +268 -268
  105. package/src/tool/fabricTruth/i18n/pl.ts +268 -268
  106. package/src/tool/fabricTruth/i18n/pt.ts +268 -268
  107. package/src/tool/fabricTruth/i18n/ru.ts +268 -268
  108. package/src/tool/fabricTruth/i18n/sv.ts +268 -268
  109. package/src/tool/fabricTruth/i18n/tr.ts +268 -268
  110. package/src/tool/fabricTruth/i18n/zh.ts +272 -272
  111. package/src/tool/fabricTruth/seo.astro +15 -15
  112. package/src/tool/fiberPrep/i18n/de.ts +215 -215
  113. package/src/tool/fiberPrep/i18n/fr.ts +215 -215
  114. package/src/tool/fiberPrep/i18n/ja.ts +215 -215
  115. package/src/tool/fiberPrep/i18n/ko.ts +215 -215
  116. package/src/tool/fiberPrep/i18n/nl.ts +215 -215
  117. package/src/tool/fiberPrep/i18n/pl.ts +215 -215
  118. package/src/tool/fiberPrep/i18n/ru.ts +215 -215
  119. package/src/tool/fiberPrep/i18n/sv.ts +215 -215
  120. package/src/tool/fiberPrep/i18n/tr.ts +215 -215
  121. package/src/tool/fiberPrep/i18n/zh.ts +215 -215
  122. package/src/tool/fiberPrep/seo.astro +15 -15
  123. package/src/tool/knittingGauge/i18n/de.ts +224 -224
  124. package/src/tool/knittingGauge/i18n/ja.ts +224 -224
  125. package/src/tool/knittingGauge/i18n/ko.ts +224 -224
  126. package/src/tool/knittingGauge/i18n/pl.ts +224 -224
  127. package/src/tool/knittingGauge/i18n/ru.ts +224 -224
  128. package/src/tool/knittingGauge/i18n/tr.ts +224 -224
  129. package/src/tool/knittingGauge/i18n/zh.ts +224 -224
  130. package/src/tool/knittingGauge/seo.astro +15 -15
  131. package/src/tool/laundryGuide/i18n/de.ts +271 -271
  132. package/src/tool/laundryGuide/i18n/en.ts +271 -271
  133. package/src/tool/laundryGuide/i18n/es.ts +271 -271
  134. package/src/tool/laundryGuide/i18n/fr.ts +255 -255
  135. package/src/tool/laundryGuide/i18n/id.ts +271 -271
  136. package/src/tool/laundryGuide/i18n/it.ts +271 -271
  137. package/src/tool/laundryGuide/i18n/ja.ts +271 -271
  138. package/src/tool/laundryGuide/i18n/ko.ts +271 -271
  139. package/src/tool/laundryGuide/i18n/nl.ts +271 -271
  140. package/src/tool/laundryGuide/i18n/pl.ts +271 -271
  141. package/src/tool/laundryGuide/i18n/pt.ts +271 -271
  142. package/src/tool/laundryGuide/i18n/ru.ts +271 -271
  143. package/src/tool/laundryGuide/i18n/sv.ts +271 -271
  144. package/src/tool/laundryGuide/i18n/tr.ts +271 -271
  145. package/src/tool/laundryGuide/i18n/zh.ts +271 -271
  146. package/src/tool/laundryGuide/seo.astro +15 -15
  147. package/src/tool/needleConverter/i18n/de.ts +202 -202
  148. package/src/tool/needleConverter/i18n/es.ts +207 -207
  149. package/src/tool/needleConverter/i18n/fr.ts +207 -207
  150. package/src/tool/needleConverter/i18n/ja.ts +202 -202
  151. package/src/tool/needleConverter/i18n/ko.ts +202 -202
  152. package/src/tool/needleConverter/i18n/nl.ts +202 -202
  153. package/src/tool/needleConverter/i18n/pl.ts +202 -202
  154. package/src/tool/needleConverter/i18n/ru.ts +202 -202
  155. package/src/tool/needleConverter/i18n/sv.ts +202 -202
  156. package/src/tool/needleConverter/i18n/tr.ts +202 -202
  157. package/src/tool/needleConverter/i18n/zh.ts +202 -202
  158. package/src/tool/needleConverter/seo.astro +15 -15
  159. package/src/tool/sewingPatternScaler/component.astro +236 -236
  160. package/src/tool/sewingPatternScaler/i18n/fr.ts +170 -170
  161. package/src/tool/sewingPatternScaler/i18n/ja.ts +114 -114
  162. package/src/tool/sewingPatternScaler/i18n/ko.ts +114 -114
  163. package/src/tool/sewingPatternScaler/i18n/nl.ts +114 -114
  164. package/src/tool/sewingPatternScaler/i18n/pl.ts +114 -114
  165. package/src/tool/sewingPatternScaler/i18n/ru.ts +114 -114
  166. package/src/tool/sewingPatternScaler/i18n/sv.ts +114 -114
  167. package/src/tool/sewingPatternScaler/i18n/tr.ts +114 -114
  168. package/src/tool/sewingPatternScaler/i18n/zh.ts +114 -114
  169. package/src/tool/sewingPatternScaler/seo.astro +15 -15
  170. package/src/tool/shoeSizeConverter/i18n/fr.ts +183 -183
  171. package/src/tool/shoeSizeConverter/i18n/ja.ts +179 -179
  172. package/src/tool/shoeSizeConverter/i18n/ko.ts +179 -179
  173. package/src/tool/shoeSizeConverter/i18n/nl.ts +179 -179
  174. package/src/tool/shoeSizeConverter/i18n/pl.ts +179 -179
  175. package/src/tool/shoeSizeConverter/i18n/ru.ts +179 -179
  176. package/src/tool/shoeSizeConverter/i18n/sv.ts +179 -179
  177. package/src/tool/shoeSizeConverter/i18n/tr.ts +179 -179
  178. package/src/tool/shoeSizeConverter/i18n/zh.ts +179 -179
  179. package/src/tool/shoeSizeConverter/seo.astro +15 -15
  180. package/src/tool/stainChemistry/bibliography.ts +16 -16
  181. package/src/tool/stainChemistry/i18n/de.ts +286 -286
  182. package/src/tool/stainChemistry/i18n/en.ts +289 -289
  183. package/src/tool/stainChemistry/i18n/es.ts +286 -286
  184. package/src/tool/stainChemistry/i18n/fr.ts +296 -296
  185. package/src/tool/stainChemistry/i18n/id.ts +286 -286
  186. package/src/tool/stainChemistry/i18n/it.ts +286 -286
  187. package/src/tool/stainChemistry/i18n/ja.ts +286 -286
  188. package/src/tool/stainChemistry/i18n/ko.ts +283 -283
  189. package/src/tool/stainChemistry/i18n/nl.ts +286 -286
  190. package/src/tool/stainChemistry/i18n/pl.ts +286 -286
  191. package/src/tool/stainChemistry/i18n/pt.ts +286 -286
  192. package/src/tool/stainChemistry/i18n/ru.ts +286 -286
  193. package/src/tool/stainChemistry/i18n/sv.ts +286 -286
  194. package/src/tool/stainChemistry/i18n/tr.ts +286 -286
  195. package/src/tool/stainChemistry/i18n/zh.ts +281 -281
  196. package/src/tool/stainChemistry/seo.astro +15 -15
  197. package/src/tool/yarnCalculator/i18n/de.ts +296 -296
  198. package/src/tool/yarnCalculator/i18n/es.ts +296 -296
  199. package/src/tool/yarnCalculator/i18n/fr.ts +296 -296
  200. package/src/tool/yarnCalculator/i18n/ja.ts +296 -296
  201. package/src/tool/yarnCalculator/i18n/ko.ts +296 -296
  202. package/src/tool/yarnCalculator/i18n/nl.ts +296 -296
  203. package/src/tool/yarnCalculator/i18n/pl.ts +296 -296
  204. package/src/tool/yarnCalculator/i18n/ru.ts +296 -296
  205. package/src/tool/yarnCalculator/i18n/sv.ts +296 -296
  206. package/src/tool/yarnCalculator/i18n/tr.ts +296 -296
  207. package/src/tool/yarnCalculator/i18n/zh.ts +295 -295
  208. package/src/tool/yarnCalculator/seo.astro +15 -15
  209. package/src/tools.ts +2 -2
@@ -1,211 +1,211 @@
1
- import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
- import type { ToolLocaleContent } from '../../../types';
3
- import { bibliography } from '../bibliography';
4
- import type { BurnTestUI } from '../ui';
5
-
6
- const slug = 'textile-burn-test';
7
- const title = '繊維燃焼試験';
8
- const description =
9
- '燃焼挙動を分析することで、あらゆる生地の本当の組成を特定します。綿、ウール、シルク、合成繊維を科学的に見分けます。';
10
-
11
- const faqData = [
12
- {
13
- question: '自宅で燃焼試験を行っても安全ですか?',
14
- answer:
15
- 'はい、細心の注意を払えば安全です。金属製のピンセットを使用し、耐火性の表面(セラミックや金属)の上で作業し、近くに水を用意して、換気の良い場所で試験を行ってください。1x1cm程度の小さなサンプルか、数本の糸があれば十分です。',
16
- },
17
- {
18
- question: '綿は燃えるとどんな臭いがしますか?',
19
- answer:
20
- '綿は純粋なセルロースです。燃えると、紙や乾いた葉が燃えるのとまったく同じ臭いがします。残った灰は灰色で非常に細かく、触れると崩れます。',
21
- },
22
- {
23
- question: '繊維の先端に硬い黒い粒ができるのは何を示していますか?',
24
- answer:
25
- 'これは、ポリエステルやナイロンなどの合成繊維(プラスチック)の紛れもない兆候です。溶ける際、ポリマーが凝集してプラスチックの粒になり、天然繊維の灰とは異なり、崩れることはありません。',
26
- },
27
- {
28
- question: 'なぜウールは燃えると嫌な臭いがするのですか?',
29
- answer:
30
- 'ウールとシルクは、硫黄を含む動物性タンパク質です。火に触れると、髪の毛や羽が燃えるような刺激臭を発します。これが植物繊維と見分ける最も簡単な方法です。',
31
- },
32
- ];
33
-
34
- const howToData = [
35
- {
36
- name: '代表的なサンプルを抽出する',
37
- text: '生地から小さな正方形を切り取るか、さらに良いのは、経糸(垂直)と緯糸(水平)の両方から数本の糸を抜き取ります。',
38
- },
39
- {
40
- name: '炎への接近を観察する',
41
- text: '繊維を炎に触れさせずにゆっくりと近づけます。繊維が縮むか、溶けるか、あるいはすぐに発火するかを観察します。',
42
- },
43
- {
44
- name: '炎の種類と煙を分析する',
45
- text: '炎が安定しているか、自然に消えるか、そして煙が白か黒か、あるいは出ないかに注目します。',
46
- },
47
- {
48
- name: '残留物と臭いを評価する',
49
- text: '冷めたら、残った灰や粒に触れ、臭い(紙、髪、または化学薬品)を嗅いで、繊維の種類を確認します。',
50
- },
51
- ];
52
-
53
- const faqSchema: WithContext<FAQPage> = {
54
- '@context': 'https://schema.org',
55
- '@type': 'FAQPage',
56
- mainEntity: faqData.map((item) => ({
57
- '@type': 'Question',
58
- name: item.question,
59
- acceptedAnswer: { '@type': 'Answer', text: item.answer },
60
- })),
61
- };
62
-
63
- const howToSchema: WithContext<HowTo> = {
64
- '@context': 'https://schema.org',
65
- '@type': 'HowTo',
66
- name: title,
67
- description,
68
- step: howToData.map((step) => ({
69
- '@type': 'HowToStep',
70
- name: step.name,
71
- text: step.text,
72
- })),
73
- };
74
-
75
- const appSchema: WithContext<SoftwareApplication> = {
76
- '@context': 'https://schema.org',
77
- '@type': 'SoftwareApplication',
78
- name: title,
79
- description,
80
- applicationCategory: 'UtilityApplication',
81
- operatingSystem: 'All',
82
- offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
83
- inLanguage: 'ja',
84
- };
85
-
86
- const flame = {
87
- cellulosic: '速く明るく燃える(黄色の炎)。溶けない。炎から離しても燃え続ける。',
88
- protein: 'ゆっくり燃え、パチパチ音を立て、炎から遠ざかるように縮む。炎から離すと自然に消える。',
89
- synthetic: '溶けて急速に収縮し、溶けたプラスチックのように滴り落ちる。すすの多い炎。',
90
- };
91
-
92
- const odor = {
93
- paper: '燃えた紙、木、乾いた葉。',
94
- hair: '燃えた髪の毛、燃えた角質、羽。',
95
- chemical_sweet: '芳香族化学臭(甘い、フルーティー)。',
96
- chemical_fishy: '酸っぱい化学臭(魚、焼肉)。',
97
- vegetable: '調理された野菜(セロリ)。',
98
- };
99
-
100
- const residue = {
101
- ash_soft: '細かい灰色/黒色の灰。柔らかく揮発性(触れると崩れる)。',
102
- ash_shape: '灰色の灰。繊維の形を維持する(もろい)。',
103
- bead_crushable: '中空/もろい黒色の塊(指で簡単に潰れる)。',
104
- bead_hard: '硬いガラス状の粒。指で割ることは不可能。',
105
- bead_irregular: '硬く不規則な黒色の塊。',
106
- };
107
-
108
- const smoke = {
109
- white_gray: '白 / 薄い灰色。',
110
- gray: '中程度の灰色。',
111
- black: '濃く暗い黒色。',
112
- };
113
-
114
- export const content: ToolLocaleContent<BurnTestUI> = {
115
- slug,
116
- title,
117
- description,
118
- faq: faqData,
119
- bibliography: bibliography,
120
- howTo: howToData,
121
- schemas: [faqSchema, howToSchema, appSchema],
122
- seo: [
123
- {
124
- type: 'title',
125
- text: 'フィラメントの科学捜査',
126
- level: 2,
127
- },
128
- {
129
- type: 'paragraph',
130
- html: '燃焼試験は、電子顕微鏡を使わずに天然ポリマーと合成ポリマーを区別するための、最も迅速かつ正確な分析方法です。繊維に熱を加えることで、その分子の挙動が、植物セルロースから動物性タンパク質、あるいは石油誘導体に至るまでの起源を明らかにします。',
131
- },
132
- {
133
- type: 'card',
134
- title: 'セルロース繊維',
135
- icon: 'mdi:leaf',
136
- html: '<strong>綿</strong>と<strong>リネン</strong>は、溶けずに素早く燃えます。木や植物に由来するため、燃えた紙のような臭いがし、吹けば飛ぶような揮発性の灰色の灰が残ります。',
137
- },
138
- {
139
- type: 'card',
140
- title: 'タンパク質繊維',
141
- icon: 'mdi:sheep',
142
- html: '<strong>ウール</strong>と<strong>シルク</strong>は炎から遠ざかります。特有の髪の毛が燃えたような臭いは、硫黄とケラチンの存在を示しています。残留物は、触れると潰れる黒い粒です。',
143
- },
144
- {
145
- type: 'card',
146
- title: '合成繊維',
147
- icon: 'mdi:bottle-soda-classic',
148
- html: '<strong>ポリエステル</strong>と<strong>ナイロン</strong>は、本質的にプラスチックです。溶けて熱い滴になり、割ることが不可能なガラス状の粒に固まります。刺激的な化学臭がします。',
149
- },
150
- {
151
- type: 'title',
152
- text: '化学的証拠マトリックス',
153
- level: 2,
154
- },
155
- {
156
- type: 'paragraph',
157
- html: '正確な分析には、少なくとも3つの証拠をクロスチェックする必要があります。臭いは混紡素材を特定するための最も信頼できる指標です。もし「リネン」生地からわずかなプラスチックの香りがし、硬い残留物が残るなら、それは未申告のポリエステル混紡であることを示しています。',
158
- },
159
- {
160
- type: 'tip',
161
- title: 'ラボ安全プロトコル',
162
- html: '<strong>換気が重要:</strong>合成繊維は燃焼時に有毒ガスを放出します。閉め切った場所でこの試験を行わないでください。<br><strong>直ちに消火:</strong>常に近くに水の入った容器を用意してください。合成繊維の中には、溶けて皮膚に付着するものがあります。',
163
- },
164
- ],
165
- ui: {
166
- investigationLabel: '調査',
167
- stepPrefix: 'ステップ',
168
- stepCompleted: '分析完了',
169
- resetLabel: '再スタート',
170
- positiveId: '陽性特定',
171
- flameLabel: '炎の挙動',
172
- odorLabel: '臭いの痕跡',
173
- residueLabel: '残留物',
174
- identifiedAs: 'サンプルは以下のものと陽性に特定されました:',
175
- safetyTitle: '安全プロトコル',
176
- safetyText:
177
- 'この試験は、換気の良い場所で耐火性の表面 の上で行ってください。金属製のピンセットを使用し、近くに水を用意してください。',
178
- questions: {
179
- flame: '炎の中での挙動は?',
180
- odor: '特有の臭いは?',
181
- residue: '最終的な残留物は?',
182
- smoke: '煙の種類は?',
183
- },
184
- fiberData: {
185
- cotton: { name: '綿 (コットン)', icon: 'mdi:tshirt-crew', color: '#60A5FA', description: '天然植物繊維。柔らかく通気性に優れる。基本素材の王様。' },
186
- linen: { name: 'リネン', icon: 'mdi:leaf', color: '#A7F3D0', description: '非常に強い植物繊維。涼しく、特有のシワ感がある。' },
187
- wool: { name: 'ウール / メリノ', icon: 'mdi:sheep', color: '#FCD34D', description: '動物性タンパク質繊維。優れた断熱性と弾力性。' },
188
- silk: { name: 'シルク (絹)', icon: 'mdi:ticket-percent', color: '#F472B6', description: '動物性長繊維。自然な光沢とドライな質感。' },
189
- cashmere: { name: 'カシミヤ', icon: 'mdi:crown', color: '#F59E0B', description: 'カシミヤ山羊の高級繊維。非常に柔らかく、軽く、暖かい。' },
190
- mohair: { name: 'モヘア', icon: 'mdi:shimmer', color: '#14B8A6', description: 'アンゴラ山羊の「ダイヤモンド繊維」。自然な光沢があり、非常に丈夫。' },
191
- angora: { name: 'アンゴラ', icon: 'mdi:rabbit', color: '#F9FAFB', description: 'アンゴラうさぎの毛。ふわふわした「ハロー」効果と究極の軽さで知られる。' },
192
- alpaca: { name: 'アルパカ', icon: 'mdi:image-filter-hdr', color: '#9F7AEA', description: 'アンデスの宝。中空構造で保温性が高く、低刺激でしなやかな繊維。' },
193
- polyester: { name: 'ポリエステル', icon: 'mdi:oil', color: '#94A3B8', description: '石油由来の合成繊維。丈夫でシワになりにくく、通気性は低い。' },
194
- nylon: { name: 'ナイロン (ポリアミド)', icon: 'mdi:parachute', color: '#2DD4BF', description: '引っ張りや摩擦に非常に強い合成繊維。' },
195
- acrylic: { name: 'アクリル', icon: 'mdi:resize', color: '#450A0A', description: 'ウールに似せた合成繊維。柔らかく暖かいが、毛玉ができやすい。' },
196
- },
197
- burnTestData: [
198
- { fiberId: 'cotton', flame: flame.cellulosic, odor: odor.paper, smoke: smoke.white_gray, residue: residue.ash_soft },
199
- { fiberId: 'linen', flame: flame.cellulosic, odor: odor.paper, smoke: smoke.white_gray, residue: residue.ash_shape },
200
- { fiberId: 'wool', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
201
- { fiberId: 'silk', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
202
- { fiberId: 'cashmere', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
203
- { fiberId: 'mohair', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
204
- { fiberId: 'angora', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
205
- { fiberId: 'alpaca', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
206
- { fiberId: 'polyester', flame: flame.synthetic, odor: odor.chemical_sweet, smoke: smoke.black, residue: residue.bead_hard },
207
- { fiberId: 'nylon', flame: flame.synthetic, odor: odor.vegetable, smoke: smoke.white_gray, residue: residue.bead_hard },
208
- { fiberId: 'acrylic', flame: flame.synthetic, odor: odor.chemical_fishy, smoke: smoke.black, residue: residue.bead_irregular },
209
- ],
210
- },
211
- };
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import { bibliography } from '../bibliography';
4
+ import type { BurnTestUI } from '../ui';
5
+
6
+ const slug = 'textile-burn-test';
7
+ const title = '繊維燃焼試験';
8
+ const description =
9
+ '燃焼挙動を分析することで、あらゆる生地の本当の組成を特定します。綿、ウール、シルク、合成繊維を科学的に見分けます。';
10
+
11
+ const faqData = [
12
+ {
13
+ question: '自宅で燃焼試験を行っても安全ですか?',
14
+ answer:
15
+ 'はい、細心の注意を払えば安全です。金属製のピンセットを使用し、耐火性の表面(セラミックや金属)の上で作業し、近くに水を用意して、換気の良い場所で試験を行ってください。1x1cm程度の小さなサンプルか、数本の糸があれば十分です。',
16
+ },
17
+ {
18
+ question: '綿は燃えるとどんな臭いがしますか?',
19
+ answer:
20
+ '綿は純粋なセルロースです。燃えると、紙や乾いた葉が燃えるのとまったく同じ臭いがします。残った灰は灰色で非常に細かく、触れると崩れます。',
21
+ },
22
+ {
23
+ question: '繊維の先端に硬い黒い粒ができるのは何を示していますか?',
24
+ answer:
25
+ 'これは、ポリエステルやナイロンなどの合成繊維(プラスチック)の紛れもない兆候です。溶ける際、ポリマーが凝集してプラスチックの粒になり、天然繊維の灰とは異なり、崩れることはありません。',
26
+ },
27
+ {
28
+ question: 'なぜウールは燃えると嫌な臭いがするのですか?',
29
+ answer:
30
+ 'ウールとシルクは、硫黄を含む動物性タンパク質です。火に触れると、髪の毛や羽が燃えるような刺激臭を発します。これが植物繊維と見分ける最も簡単な方法です。',
31
+ },
32
+ ];
33
+
34
+ const howToData = [
35
+ {
36
+ name: '代表的なサンプルを抽出する',
37
+ text: '生地から小さな正方形を切り取るか、さらに良いのは、経糸(垂直)と緯糸(水平)の両方から数本の糸を抜き取ります。',
38
+ },
39
+ {
40
+ name: '炎への接近を観察する',
41
+ text: '繊維を炎に触れさせずにゆっくりと近づけます。繊維が縮むか、溶けるか、あるいはすぐに発火するかを観察します。',
42
+ },
43
+ {
44
+ name: '炎の種類と煙を分析する',
45
+ text: '炎が安定しているか、自然に消えるか、そして煙が白か黒か、あるいは出ないかに注目します。',
46
+ },
47
+ {
48
+ name: '残留物と臭いを評価する',
49
+ text: '冷めたら、残った灰や粒に触れ、臭い(紙、髪、または化学薬品)を嗅いで、繊維の種類を確認します。',
50
+ },
51
+ ];
52
+
53
+ const faqSchema: WithContext<FAQPage> = {
54
+ '@context': 'https://schema.org',
55
+ '@type': 'FAQPage',
56
+ mainEntity: faqData.map((item) => ({
57
+ '@type': 'Question',
58
+ name: item.question,
59
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
60
+ })),
61
+ };
62
+
63
+ const howToSchema: WithContext<HowTo> = {
64
+ '@context': 'https://schema.org',
65
+ '@type': 'HowTo',
66
+ name: title,
67
+ description,
68
+ step: howToData.map((step) => ({
69
+ '@type': 'HowToStep',
70
+ name: step.name,
71
+ text: step.text,
72
+ })),
73
+ };
74
+
75
+ const appSchema: WithContext<SoftwareApplication> = {
76
+ '@context': 'https://schema.org',
77
+ '@type': 'SoftwareApplication',
78
+ name: title,
79
+ description,
80
+ applicationCategory: 'UtilityApplication',
81
+ operatingSystem: 'All',
82
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
83
+ inLanguage: 'ja',
84
+ };
85
+
86
+ const flame = {
87
+ cellulosic: '速く明るく燃える(黄色の炎)。溶けない。炎から離しても燃え続ける。',
88
+ protein: 'ゆっくり燃え、パチパチ音を立て、炎から遠ざかるように縮む。炎から離すと自然に消える。',
89
+ synthetic: '溶けて急速に収縮し、溶けたプラスチックのように滴り落ちる。すすの多い炎。',
90
+ };
91
+
92
+ const odor = {
93
+ paper: '燃えた紙、木、乾いた葉。',
94
+ hair: '燃えた髪の毛、燃えた角質、羽。',
95
+ chemical_sweet: '芳香族化学臭(甘い、フルーティー)。',
96
+ chemical_fishy: '酸っぱい化学臭(魚、焼肉)。',
97
+ vegetable: '調理された野菜(セロリ)。',
98
+ };
99
+
100
+ const residue = {
101
+ ash_soft: '細かい灰色/黒色の灰。柔らかく揮発性(触れると崩れる)。',
102
+ ash_shape: '灰色の灰。繊維の形を維持する(もろい)。',
103
+ bead_crushable: '中空/もろい黒色の塊(指で簡単に潰れる)。',
104
+ bead_hard: '硬いガラス状の粒。指で割ることは不可能。',
105
+ bead_irregular: '硬く不規則な黒色の塊。',
106
+ };
107
+
108
+ const smoke = {
109
+ white_gray: '白 / 薄い灰色。',
110
+ gray: '中程度の灰色。',
111
+ black: '濃く暗い黒色。',
112
+ };
113
+
114
+ export const content: ToolLocaleContent<BurnTestUI> = {
115
+ slug,
116
+ title,
117
+ description,
118
+ faq: faqData,
119
+ bibliography: bibliography,
120
+ howTo: howToData,
121
+ schemas: [faqSchema, howToSchema, appSchema],
122
+ seo: [
123
+ {
124
+ type: 'title',
125
+ text: 'フィラメントの科学捜査',
126
+ level: 2,
127
+ },
128
+ {
129
+ type: 'paragraph',
130
+ html: '燃焼試験は、電子顕微鏡を使わずに天然ポリマーと合成ポリマーを区別するための、最も迅速かつ正確な分析方法です。繊維に熱を加えることで、その分子の挙動が、植物セルロースから動物性タンパク質、あるいは石油誘導体に至るまでの起源を明らかにします。',
131
+ },
132
+ {
133
+ type: 'card',
134
+ title: 'セルロース繊維',
135
+ icon: 'mdi:leaf',
136
+ html: '<strong>綿</strong>と<strong>リネン</strong>は、溶けずに素早く燃えます。木や植物に由来するため、燃えた紙のような臭いがし、吹けば飛ぶような揮発性の灰色の灰が残ります。',
137
+ },
138
+ {
139
+ type: 'card',
140
+ title: 'タンパク質繊維',
141
+ icon: 'mdi:sheep',
142
+ html: '<strong>ウール</strong>と<strong>シルク</strong>は炎から遠ざかります。特有の髪の毛が燃えたような臭いは、硫黄とケラチンの存在を示しています。残留物は、触れると潰れる黒い粒です。',
143
+ },
144
+ {
145
+ type: 'card',
146
+ title: '合成繊維',
147
+ icon: 'mdi:bottle-soda-classic',
148
+ html: '<strong>ポリエステル</strong>と<strong>ナイロン</strong>は、本質的にプラスチックです。溶けて熱い滴になり、割ることが不可能なガラス状の粒に固まります。刺激的な化学臭がします。',
149
+ },
150
+ {
151
+ type: 'title',
152
+ text: '化学的証拠マトリックス',
153
+ level: 2,
154
+ },
155
+ {
156
+ type: 'paragraph',
157
+ html: '正確な分析には、少なくとも3つの証拠をクロスチェックする必要があります。臭いは混紡素材を特定するための最も信頼できる指標です。もし「リネン」生地からわずかなプラスチックの香りがし、硬い残留物が残るなら、それは未申告のポリエステル混紡であることを示しています。',
158
+ },
159
+ {
160
+ type: 'tip',
161
+ title: 'ラボ安全プロトコル',
162
+ html: '<strong>換気が重要:</strong>合成繊維は燃焼時に有毒ガスを放出します。閉め切った場所でこの試験を行わないでください。<br><strong>直ちに消火:</strong>常に近くに水の入った容器を用意してください。合成繊維の中には、溶けて皮膚に付着するものがあります。',
163
+ },
164
+ ],
165
+ ui: {
166
+ investigationLabel: '調査',
167
+ stepPrefix: 'ステップ',
168
+ stepCompleted: '分析完了',
169
+ resetLabel: '再スタート',
170
+ positiveId: '陽性特定',
171
+ flameLabel: '炎の挙動',
172
+ odorLabel: '臭いの痕跡',
173
+ residueLabel: '残留物',
174
+ identifiedAs: 'サンプルは以下のものと陽性に特定されました:',
175
+ safetyTitle: '安全プロトコル',
176
+ safetyText:
177
+ 'この試験は、換気の良い場所で耐火性の表面 の上で行ってください。金属製のピンセットを使用し、近くに水を用意してください。',
178
+ questions: {
179
+ flame: '炎の中での挙動は?',
180
+ odor: '特有の臭いは?',
181
+ residue: '最終的な残留物は?',
182
+ smoke: '煙の種類は?',
183
+ },
184
+ fiberData: {
185
+ cotton: { name: '綿 (コットン)', icon: 'mdi:tshirt-crew', color: '#60A5FA', description: '天然植物繊維。柔らかく通気性に優れる。基本素材の王様。' },
186
+ linen: { name: 'リネン', icon: 'mdi:leaf', color: '#A7F3D0', description: '非常に強い植物繊維。涼しく、特有のシワ感がある。' },
187
+ wool: { name: 'ウール / メリノ', icon: 'mdi:sheep', color: '#FCD34D', description: '動物性タンパク質繊維。優れた断熱性と弾力性。' },
188
+ silk: { name: 'シルク (絹)', icon: 'mdi:ticket-percent', color: '#F472B6', description: '動物性長繊維。自然な光沢とドライな質感。' },
189
+ cashmere: { name: 'カシミヤ', icon: 'mdi:crown', color: '#F59E0B', description: 'カシミヤ山羊の高級繊維。非常に柔らかく、軽く、暖かい。' },
190
+ mohair: { name: 'モヘア', icon: 'mdi:shimmer', color: '#14B8A6', description: 'アンゴラ山羊の「ダイヤモンド繊維」。自然な光沢があり、非常に丈夫。' },
191
+ angora: { name: 'アンゴラ', icon: 'mdi:rabbit', color: '#F9FAFB', description: 'アンゴラうさぎの毛。ふわふわした「ハロー」効果と究極の軽さで知られる。' },
192
+ alpaca: { name: 'アルパカ', icon: 'mdi:image-filter-hdr', color: '#9F7AEA', description: 'アンデスの宝。中空構造で保温性が高く、低刺激でしなやかな繊維。' },
193
+ polyester: { name: 'ポリエステル', icon: 'mdi:oil', color: '#94A3B8', description: '石油由来の合成繊維。丈夫でシワになりにくく、通気性は低い。' },
194
+ nylon: { name: 'ナイロン (ポリアミド)', icon: 'mdi:parachute', color: '#2DD4BF', description: '引っ張りや摩擦に非常に強い合成繊維。' },
195
+ acrylic: { name: 'アクリル', icon: 'mdi:resize', color: '#450A0A', description: 'ウールに似せた合成繊維。柔らかく暖かいが、毛玉ができやすい。' },
196
+ },
197
+ burnTestData: [
198
+ { fiberId: 'cotton', flame: flame.cellulosic, odor: odor.paper, smoke: smoke.white_gray, residue: residue.ash_soft },
199
+ { fiberId: 'linen', flame: flame.cellulosic, odor: odor.paper, smoke: smoke.white_gray, residue: residue.ash_shape },
200
+ { fiberId: 'wool', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
201
+ { fiberId: 'silk', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
202
+ { fiberId: 'cashmere', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
203
+ { fiberId: 'mohair', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
204
+ { fiberId: 'angora', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
205
+ { fiberId: 'alpaca', flame: flame.protein, odor: odor.hair, smoke: smoke.gray, residue: residue.bead_crushable },
206
+ { fiberId: 'polyester', flame: flame.synthetic, odor: odor.chemical_sweet, smoke: smoke.black, residue: residue.bead_hard },
207
+ { fiberId: 'nylon', flame: flame.synthetic, odor: odor.vegetable, smoke: smoke.white_gray, residue: residue.bead_hard },
208
+ { fiberId: 'acrylic', flame: flame.synthetic, odor: odor.chemical_fishy, smoke: smoke.black, residue: residue.bead_irregular },
209
+ ],
210
+ },
211
+ };