@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,250 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { FabricProjectCalculatorUI } from '../ui';
4
+
5
+ const slug = 'fabric-project-calculator';
6
+ const title = '单件服装布料消耗计算器';
7
+ const description =
8
+ '轻松计算缝制裙子、裤子、连衣裙或衬衫需要多少面料。根据布料宽度和尺码进行调整,实现专业裁剪。';
9
+
10
+ const faqData = [
11
+ {
12
+ question: '缝制一条裙子需要多少布料?',
13
+ answer:
14
+ '这取决于布料的宽度。对于 140-150 厘米宽的面料,缝制一条直筒裙通常 1.20 米就够了。如果面料宽度只有 90-110 厘米,则需要 2.00 米。',
15
+ },
16
+ {
17
+ question: '布料宽度如何影响消耗量?',
18
+ answer:
19
+ '宽度较窄时,样板零件无法并排(平行)放置,因此消耗量通常会翻倍,因为零件必须一个放在另一个下面。',
20
+ },
21
+ {
22
+ question: '买布料时多买一点更好吗?',
23
+ answer:
24
+ '是的,建议预留 10%(约 20 厘米)的余量,以补偿缩水、织物缺陷或意外的缝纫留边。',
25
+ },
26
+ {
27
+ question: '什么是布料的经向(布纹),它有什么影响?',
28
+ answer:
29
+ '它是与布料幅宽边缘(布边)平行的方向。样板必须与该纹理对齐,这样服装在穿着时才不会变形。',
30
+ },
31
+ ];
32
+
33
+ const howToData = [
34
+ {
35
+ name: '选择服装类型',
36
+ text: '选择您要制作的模型(裙子、裤子等)以加载其基础消耗表。',
37
+ },
38
+ {
39
+ name: '输入布料宽度',
40
+ text: '测量您打算购买的布料从布边到布边的宽度(90、115、140 或 150 厘米)。',
41
+ },
42
+ {
43
+ name: '选择尺码',
44
+ text: '根据尺码(XS-S、M-L、XL-XXL)调整服装体积,以重新计算乘数因子。',
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: 'zh',
83
+ };
84
+
85
+ export const content: ToolLocaleContent<FabricProjectCalculatorUI> = {
86
+ slug,
87
+ title,
88
+ description,
89
+ faqTitle: '常见问题',
90
+ faq: faqData,
91
+ bibliographyTitle: '参考文献',
92
+ bibliography: [
93
+ {
94
+ name: 'Fabric Estimation Guide - Threads Magazine',
95
+ url: 'https://www.threadsmagazine.com/forum/measuring-fabric',
96
+ },
97
+ {
98
+ name: 'How much fabric do I need? - Seamwork',
99
+ url: 'https://www.seamwork.com/sewing-tutorials/the-anatomy-of-a-sewing-pattern',
100
+ },
101
+ {
102
+ name: 'Standard Fabric Consumption Charts - Textile School',
103
+ url: 'https://www.textileschool.com/209/fabric-consumption-in-garment-making/',
104
+ },
105
+ ],
106
+ howTo: howToData,
107
+ schemas: [faqSchema, howToSchema, appSchema],
108
+ seo: [
109
+ {
110
+ type: 'title',
111
+ text: '服装制作布料长度计算器:消耗指南',
112
+ level: 2,
113
+ },
114
+ {
115
+ type: 'paragraph',
116
+ html: '在缝纫工作室中,最常见的疑问之一是确定为一个特定项目购买多少布料。布料消耗量主要取决于三个因素:服装模型、个人尺寸,以及最核心的——布料幅宽(通常在 90 厘米到 150 厘米之间)。这款技术计算器使计算系统化,让您既不会买得太多,也不会在裁剪到一半时发现面料不够。',
117
+ },
118
+ {
119
+ type: 'title',
120
+ text: '缝制一件连衣裙或裤子需要多少布料?',
121
+ level: 3,
122
+ },
123
+ {
124
+ type: 'paragraph',
125
+ html: '传统的计算方法是基于服装长度加上袖长,再增加见回(贴边)和下摆(折边)的余量。然而,当面料较窄(90-110 厘米)时,样板零件通常无法并排摆放,这就迫使您购买双倍的长度。我们的工具根据纺织工业标准自动考虑了这些变化。',
126
+ },
127
+ {
128
+ type: 'title',
129
+ text: '根据布料宽度估计的消耗量(M-L 尺码)',
130
+ level: 3,
131
+ },
132
+ {
133
+ type: 'list',
134
+ items: [
135
+ '<strong>直筒裙:</strong> 90cm 宽幅需要 2.00m · 140/150cm 宽幅需要 1.20m。',
136
+ '<strong>长裤:</strong> 90cm 宽幅需要 2.50m · 140/150cm 宽幅需要 1.50m。',
137
+ '<strong>长袖衬衫:</strong> 90cm 宽幅需要 2.20m · 140/150cm 宽幅需要 1.40m。',
138
+ '<strong>基础连衣裙:</strong> 90cm 宽幅需要 3.50m · 140/150cm 宽幅需要 2.20m。',
139
+ ],
140
+ },
141
+ {
142
+ type: 'title',
143
+ text: '影响布料消耗的因素',
144
+ level: 3,
145
+ },
146
+ {
147
+ type: 'list',
148
+ items: [
149
+ '<strong>图案方向(排版):</strong> 如果布料有明显方向性的图案或需要对齐的格子,您将需要额外增加 15% 到 20% 的材料。',
150
+ '<strong>斜纹方向(斜裁):</strong> 斜裁或圆型裁剪(如圆裙)由于角度造成的损耗,消耗的面料会明显更多。',
151
+ '<strong>顺毛方向:</strong> 在天鹅绒或灯芯绒等织物中,所有零件必须向同一个方向裁剪,这限制了空间的优化利用。',
152
+ '<strong>缩水:</strong> 许多天然织物(棉、麻、羊毛)在第一次洗涤后会缩水。在裁剪前先对布料进行预缩(预洗)至关重要。',
153
+ ],
154
+ },
155
+ {
156
+ type: 'tip',
157
+ title: '裁缝贴士',
158
+ html: '<p>如果您打算使用大图案或格子(花呢)面料,请不要完全依赖标准尺寸。务必在计算出的总米数上加上一个完整的图案重复周期(花回),以确保样板在侧缝处能够图案对齐。</p>',
159
+ },
160
+ {
161
+ type: 'title',
162
+ text: '本计算器的优点与局限性',
163
+ level: 3,
164
+ },
165
+ {
166
+ type: 'list',
167
+ items: [
168
+ '支持多种布料宽度及尺码调整的即时计算。',
169
+ '包含可自定义的缝份估计值。',
170
+ '提供布料零件排布的视觉指南。',
171
+ '不能替代真实的排料(排样)。加大尺码可能需要额外的手动调整。',
172
+ ],
173
+ },
174
+ {
175
+ type: 'card',
176
+ title: '幅宽',
177
+ icon: 'mdi:arrow-expand-horizontal',
178
+ html: '布料从<strong>布边到布边</strong>的横向尺寸。决定了样板零件是可以平行放置还是必须串联放置。',
179
+ },
180
+ {
181
+ type: 'card',
182
+ title: '缝份',
183
+ icon: 'mdi:tape-measure',
184
+ html: '样板边缘与<strong>最终缝纫线</strong>之间的距离。服装缝纫的标准值通常为 1.5 厘米。',
185
+ },
186
+ {
187
+ type: 'card',
188
+ title: '布边(Selvedge)',
189
+ icon: 'mdi:content-cut',
190
+ html: '布料两侧经过加固、<strong>不会散边</strong>的部分。它们标示了经向方向,并作为裁剪的参考。',
191
+ },
192
+ ],
193
+ ui: {
194
+ sectionProject: '项目',
195
+ sectionMaterial: '面料',
196
+ labelGarmentType: '服装类型',
197
+ labelSize: '尺码',
198
+ labelFabricWidth: '布料宽度 (cm)',
199
+ labelSeamAllowance: '缝份 (cm)',
200
+ garmentSkirt: '裙子 (直筒/A型)',
201
+ garmentPants: '裤子',
202
+ garmentDress: '连衣裙',
203
+ garmentShirt: '衬衫 / 女衬衫',
204
+ garmentCoat: '外套 / 夹克',
205
+ garmentTote: '帆布包 (Tote Bag)',
206
+ garmentMerceria: {
207
+ skirt: '1 条 20cm 隐形拉链,1 颗纽扣',
208
+ pants: '1 条 20cm 拉链,1 颗纽扣,30cm 粘合衬',
209
+ dress: '1 条 60cm 拉链,50cm 粘合衬',
210
+ shirt: '7 颗纽扣,1m 薄粘合衬',
211
+ coat: '3 颗大纽扣,1.5m 粘合衬,里布',
212
+ tote: '2m 提手织带',
213
+ },
214
+ sizeXS: 'XS-S',
215
+ sizeM: 'M-L',
216
+ sizeXL: 'XL-XXL',
217
+ width90: '90 cm (窄幅)',
218
+ width115: '115 cm (拼布常用)',
219
+ width140: '140 cm (欧洲标准幅)',
220
+ width150: '150 cm (宽幅/装饰用)',
221
+ btnClear: '清空',
222
+ btnShare: '分享',
223
+ btnCopied: '已复制!',
224
+ btnCopyList: '复制清单',
225
+ resultLabel: '您需要:',
226
+ resultUnit: '米',
227
+ shopAdviceFormat: '请在商店购买 {m} 米',
228
+ boardEmpty: '选择一个项目以查看排布图',
229
+ boardDescFormat: '宽度: {w}cm | 长度: {m}m',
230
+ merchTitle: '辅料与材料',
231
+ checklistThread: '配色缝纫线',
232
+ warningSerialFormat: '在 {w}cm 宽的布料上,您该尺码的零件无法并排。消耗量已按串联裁剪调整。',
233
+ foldLabel: '⊟ 折叠线',
234
+ pieceNames: {
235
+ front: '前片',
236
+ back: '后片',
237
+ waistband: '腰头',
238
+ waistbelt: '腰带',
239
+ sleeve: '袖子',
240
+ collar: '领子',
241
+ cuffs: '袖口',
242
+ facings: '贴边',
243
+ lapels: '挂面',
244
+ pocket: '口袋',
245
+ body: '包身',
246
+ handleA: '提手 A',
247
+ handleB: '提手 B',
248
+ },
249
+ },
250
+ };
@@ -7,10 +7,6 @@ import type { FabricProjectCalculatorUI } from './ui';
7
7
 
8
8
  export type FabricProjectCalculatorLocaleContent = ToolLocaleContent<FabricProjectCalculatorUI>;
9
9
 
10
- import { content as es } from './i18n/es';
11
- import { content as en } from './i18n/en';
12
- import { content as fr } from './i18n/fr';
13
-
14
10
  export const fabricProjectCalculator: TextilesToolEntry<FabricProjectCalculatorUI> = {
15
11
  id: 'fabric-project-calculator',
16
12
  icons: {
@@ -18,9 +14,21 @@ export const fabricProjectCalculator: TextilesToolEntry<FabricProjectCalculatorU
18
14
  fg: 'mdi:tape-measure',
19
15
  },
20
16
  i18n: {
21
- es: async () => es,
22
- en: async () => en,
23
- fr: async () => fr,
17
+ es: () => import('./i18n/es').then((m) => m.content),
18
+ en: () => import('./i18n/en').then((m) => m.content),
19
+ fr: () => import('./i18n/fr').then((m) => m.content),
20
+ de: () => import('./i18n/de').then((m) => m.content),
21
+ id: () => import('./i18n/id').then((m) => m.content),
22
+ it: () => import('./i18n/it').then((m) => m.content),
23
+ ja: () => import('./i18n/ja').then((m) => m.content),
24
+ ko: () => import('./i18n/ko').then((m) => m.content),
25
+ nl: () => import('./i18n/nl').then((m) => m.content),
26
+ pl: () => import('./i18n/pl').then((m) => m.content),
27
+ pt: () => import('./i18n/pt').then((m) => m.content),
28
+ ru: () => import('./i18n/ru').then((m) => m.content),
29
+ sv: () => import('./i18n/sv').then((m) => m.content),
30
+ tr: () => import('./i18n/tr').then((m) => m.content),
31
+ zh: () => import('./i18n/zh').then((m) => m.content),
24
32
  },
25
33
  };
26
34
 
@@ -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 = 'textil-wahrheit-faseranalyse';
6
+ const title = 'Textil Wahrheit: Analyse der Faserqualität';
7
+ const description = 'Entdecken Sie die wahre Qualität Ihrer Kleidung durch Analyse der Zusammensetzung. Echtes Baumwolle oder teures Plastik? Wissenschaftliche Faseranalyse.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Was ist "Greenwashing" in der Mode?',
12
+ answer: 'Es ist eine Marketingtechnik, bei der Marken Begriffe wie "Ökologisch" oder "Nachhaltig" ohne echte Beweise verwenden. Die Analyse der tatsächlichen Faserzusammensetzung ist der einzige Weg, um zu überprüfen, ob ein Kleidungsstück wirklich natürlich oder synthetisch ist.',
13
+ },
14
+ {
15
+ question: 'Warum ist Polyester oft von geringerer Qualität als Baumwolle?',
16
+ answer: 'Polyester ist ein Kunststoff (PET). Er ist zwar langlebig, aber nicht atmungsaktiv, fördert schlechte Gerüche durch Bakterien und erzeugt bei jeder Wäsche Mikroplastik. Naturfasern wie Baumwolle oder Leinen bieten eine bessere Wärmeregulierung.',
17
+ },
18
+ {
19
+ question: 'Ist es schlimm, wenn meine Kleidung Elasthan enthält?',
20
+ answer: 'In kleinen Mengen (1-5%) sorgt Elasthan (Lycra) für Komfort und Passform. Es erschwert jedoch das Recycling des Kleidungsstücks erheblich, da Kunststoff mit Naturfasern gemischt wird, was oft ein Hinweis auf "Fast Fashion" ist.',
21
+ },
22
+ {
23
+ question: 'Wie erkennt man hochwertige Kleidung am Etikett?',
24
+ answer: 'Suchen Sie nach Monomaterial-Zusammensetzungen (100% Baumwolle, 100% Wolle). Komplexe Mischungen werden oft verwendet, um Produktionskosten zu senken und verstecken synthetische Fasern unter attraktiven Handelsnamen.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ {
30
+ name: 'Internes Etikett finden',
31
+ text: 'Suchen Sie nach dem weißen Zusammensetzungsetikett, das sich meist an der Innenseite oder am Kragen Ihres Kleidungsstücks befindet.',
32
+ },
33
+ {
34
+ name: 'Komponenten identifizieren',
35
+ text: 'Lesen Sie die Prozentsätze jeder Faser ab (z. B. 70% Baumwolle, 30% Polyester).',
36
+ },
37
+ {
38
+ name: 'Daten in den Analysator eingeben',
39
+ text: 'Geben Sie die Faseranteile in unser Tool ein, um eine technische Qualitätsbewertung zu erhalten.',
40
+ },
41
+ {
42
+ name: 'Diagnose interpretieren',
43
+ text: 'Prüfen Sie den erstellten Bericht, um zu verstehen, ob Ihr Kleidungsstück atmungsaktiv, langlebig ist oder aufgrund seiner synthetischen Zusammensetzung besondere Pflege benötigt.',
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: 'de',
78
+ };
79
+
80
+ export const content: ToolLocaleContent<FabricTruthUI> = {
81
+ slug,
82
+ title,
83
+ description,
84
+ ui: {
85
+ toolTitle: 'Textil-Wahrheit',
86
+ addFiber: 'Faser hinzufügen',
87
+ total: 'Gesamt',
88
+ composition: 'Zusammensetzungs-Analyse',
89
+ description: 'Geben Sie die Prozentsätze so ein, wie sie auf dem Etikett Ihres Kleidungsstücks stehen, um die Wahrheit über dessen Qualität zu erfahren.',
90
+ verdict: 'Urteil',
91
+ breathability: 'Atmungsaktivität',
92
+ durability: 'Langlebigkeit',
93
+ warmth: 'Wärme',
94
+ careWarning: 'Besonderer Pflegehinweis',
95
+ specialCareWarning: 'STANDARDWÄSCHE: Befolgen Sie immer die Anweisungen auf dem physischen Etikett.',
96
+ validationError: 'Die Zusammensetzung muss genau 100% ergeben, um das Urteil zu sehen',
97
+ actualTotal: 'Aktuell',
98
+ missingLabel: 'fehlen',
99
+ disclaimer: 'Die Daten zu Atmungsaktivität, Langlebigkeit und Wärme sind Schätzungen basierend auf Branchendurchschnitten für jeden Fasertyp.',
100
+ careWarnings: {
101
+ delicate: 'SEHR EMPFINDLICH: Kalt von Hand waschen. Nicht im Trockner trocknen. Starkes Auswringen vermeiden.',
102
+ wool: 'WOLLE / EDELHAAR: Kalt mit Spezialprogramm waschen. Liegend trocknen, um Verformungen zu vermeiden. Nicht im Trockner trocknen.',
103
+ linen: 'LEINEN: Neigt stark zum Knittern. Für beste Ergebnisse leicht feucht bügeln.',
104
+ semisynthetic: 'SEMI-SYNTHETIK: Wird im nassen Zustand schwächer. Vorsichtig behandeln und nicht stark schleudern.',
105
+ standard: 'STANDARDWÄSCHE: Befolgen Sie immer die Anweisungen auf dem physischen Etikett.',
106
+ },
107
+ fiberData: {
108
+ cotton: {
109
+ name: 'Baumwolle',
110
+ family: 'natural',
111
+ breathability: 9,
112
+ durability: 7,
113
+ warmth: 4,
114
+ isNoble: false,
115
+ },
116
+ linen: {
117
+ name: 'Leinen',
118
+ family: 'natural',
119
+ breathability: 10,
120
+ durability: 9,
121
+ warmth: 2,
122
+ isNoble: true,
123
+ },
124
+ wool: {
125
+ name: 'Wolle / Merino',
126
+ family: 'natural',
127
+ breathability: 8,
128
+ durability: 6,
129
+ warmth: 10,
130
+ isNoble: true,
131
+ },
132
+ silk: {
133
+ name: 'Seide',
134
+ family: 'natural',
135
+ breathability: 7,
136
+ durability: 5,
137
+ warmth: 6,
138
+ isNoble: true,
139
+ },
140
+ cashmere: {
141
+ name: 'Kaschmir',
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: 'Alpaka',
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: 'Viskose / Rayon',
182
+ family: 'artificial',
183
+ breathability: 8,
184
+ durability: 4,
185
+ warmth: 3,
186
+ isNoble: false,
187
+ },
188
+ nylon: {
189
+ name: 'Nylon (Polyamid)',
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: 'Teures Plastik',
208
+ description: 'Dieses Kleidungsstück besteht größtenteils aus Erdöl. Stellen Sie sich auf Schwitzen und schnelles Pilling ein.',
209
+ },
210
+ hook: {
211
+ label: 'Marketing-Falle',
212
+ description: 'Der geringe Anteil an Edelfasern dient nur dazu, ihn auf das Etikett zu schreiben. Sie werden keinen Nutzen davon spüren.',
213
+ },
214
+ fragile: {
215
+ label: 'Weich aber zerbrechlich',
216
+ description: 'Fühlt sich sehr gut an, aber Vorsicht beim Waschen: Es neigt dazu, sich leicht zu verformen und einzulaufen.',
217
+ },
218
+ natural: {
219
+ label: 'Natürliche Qualität',
220
+ description: 'Atmungsaktives und langlebiges Kleidungsstück. Ideal für sensible Haut und langen Gebrauch.',
221
+ },
222
+ technical: {
223
+ label: 'Technisches / Ultra-synthetisches Teil',
224
+ description: 'Außer bei spezieller Sportkleidung zahlen Sie hier für reines Plastik.',
225
+ },
226
+ luxury: {
227
+ label: 'Echter Luxus',
228
+ description: 'Eine Investition in Komfort und Langlebigkeit. Behandeln Sie es mit dem Respekt, den es verdient.',
229
+ },
230
+ balanced: {
231
+ label: 'Ausgewogene Mischung',
232
+ description: 'Eine funktionale Kombination, die wahrscheinlich Kosten und Langlebigkeit ausbalanciert.',
233
+ },
234
+ },
235
+ },
236
+ seo: [
237
+ { type: 'title', text: 'Die Wahrheit hinter dem Etikett: Meisterleitfaden zur Textilzusammensetzung', level: 2 },
238
+ { type: 'paragraph', html: 'Haben Sie sich jemals gefragt, warum Sie in diesem Marken-T-Shirt so stark schwitzen oder warum dieser "Wollpulli" unerträglich kratzt? Die Antwort liegt nicht im Design, sondern in der Chemie seiner Fasern.' },
239
+ { type: 'paragraph', html: 'In einer von <strong>Fast Fashion</strong> dominierten Welt ist die Stoffqualität gegenüber der flüchtigen Ästhetik in den Hintergrund getreten. Das Verständnis der Textilzusammensetzung ist jedoch der einzige Weg, um einen intelligenten, langlebigen und hautschonenden Kauf zu tätigen. Unser Tool <strong>Textil-Wahrheit</strong> analysiert die offiziellen Prozentsätze, um Ihnen zu zeigen, ob Sie ein Qualitätsteil oder einen einfachen Block aus verarbeitetem Kunststoff vor sich haben.' },
240
+ { type: 'title', text: 'Unsere Methodik', level: 2 },
241
+ { type: 'paragraph', html: 'Wir verwenden einen gewichteten Algorithmus, der auf drei grundlegenden Säulen basiert, die aus europäischen und nordamerikanischen Industriestandards abgeleitet wurden:' },
242
+ { type: 'list', items: ['<strong>Atmungsaktivität:</strong> Fähigkeit der Faser, Wasserdampf und Luft durchzulassen.', '<strong>Langlebigkeit:</strong> Widerstand gegen Abrieb, Zugkraft und die Bildung von <strong>Pilling</strong> (Knötchen).', '<strong>Thermische Effizienz:</strong> Fähigkeit zur Wärmespeicherung oder mechanischen Kühlung.'] },
243
+ { type: 'tip', title: 'Wichtig', html: 'Das Gesetz schreibt vor, dass alle in der EU und den USA verkauften Kleidungsstücke ihre Komponenten in absteigender Reihenfolge der Prozentsätze auflisten müssen. Wenn ein Kleidungsstück kein Etikett hat oder dieses unleserlich ist, seien Sie vorsichtig: Es entspricht wahrscheinlich nicht den Mindeststandards für Textilsicherheit.' },
244
+ { type: 'title', text: 'Gängige "Tricks" im Einzelhandel', level: 2 },
245
+ { type: 'paragraph', html: 'Es gibt raffinierte Marketingtechniken, um den wahrgenommenen Wert eines mittelmäßigen Kleidungsstücks zu erhöhen. Hier erfahren Sie, wie Sie diese erkennen:' },
246
+ { type: 'card', title: 'Die Edelfaser Falle', icon: 'mdi:alert', html: 'Sie sehen Etiketten mit der Aufschrift "MIT KASCHMIR" oder "MIT SEIDE" in großen Buchstaben. Beim Blick auf die Zusammensetzung entdecken Sie 3% Seide und 97% Polyester. Diese 3% tragen weder zu Weichheit noch zu Glanz oder Wärme bei; sie dienen nur dazu, dass die Marke den Preis um 20% erhöhen kann.' },
247
+ { type: 'card', title: 'Der Mythos der "ökologischen Viskose"', icon: 'mdi:leaf', html: 'Obwohl Viskose aus Zellulose (Holz) gewonnen wird, ist ihr heutiger Herstellungsprozess oft stark umweltbelastend und das Endergebnis ist eine Faser, die im nassen Zustand drastisch an Festigkeit verliert. Sofern es sich nicht um <strong>Lyocell</strong> oder <strong>Tencel</strong> handelt, ist die Haltbarkeit begrenzt.' },
248
+ { type: 'title', text: 'Tiefenanalyse nach Kategorien', level: 2 },
249
+ { type: 'title', text: '1. Naturfasern (Stolz organisch)', level: 3 },
250
+ { type: 'paragraph', html: 'Sie sind der Goldstandard. Langstapelige <strong>Baumwolle</strong> (wie Pima oder ägyptische Baumwolle) bietet ewige Weichheit. <strong>Leinen</strong> ist wissenschaftlich gesehen die beste Faser für Hitze aufgrund seiner molekularen Struktur, die Wärme abweist und Feuchtigkeit absorbiert. <strong>Wolle</strong> und <strong>Hanf</strong> sind natürliche antibakterielle Stoffe; sie müssen nicht so oft gewaschen werden, da sie Gerüche kaum annehmen.' },
251
+ { type: 'title', text: '2. Halbsynthetische Fasern (Die Hybride)', level: 3 },
252
+ { type: 'paragraph', html: 'Hier finden wir <strong>Viskose</strong>, <strong>Rayon</strong> und <strong>Modal</strong>. Sie fühlen sich wie Seide an, kosten aber wie Baumwolle. Sie eignen sich hervorragend für fließende Kleidungsstücke, sind aber "durstig": Sie absorbieren viel Wasser und trocknen langsam, was bei mangelnder Pflege Schimmelbildung begünstigen kann. <strong>Lyocell (Tencel)</strong> ist die Premium-Version dieser Gruppe mit einem geschlossenen Produktionskreislauf und höherer Festigkeit.' },
253
+ { type: 'title', text: '3. Synthetische Fasern (Gesponnenes Plastik)', level: 3 },
254
+ { type: 'paragraph', html: '<strong>Polyester</strong> ist der König des Marktes. Er ist billig, knittert nicht und ist ewig (wörtlich: es dauert 200 Jahre, bis er sich zersetzt). Das Problem ist, dass er nicht atmet. Er schafft ein feuchtes Mikroklima zwischen Stoff und Haut, der ideale Nährboden für Bakterien. <strong>Acryl</strong> ist die billige Imitation von Wolle: Es wärmt zwar, erzeugt aber viel statische Elektrizität und bildet nach zwei Wäschen Knötchen.' },
255
+ { type: 'title', text: 'Tipps zum Überleben der Textilien', level: 2 },
256
+ { type: 'paragraph', html: 'Selbst das beste Kleidungsstück der Welt kann durch eine einzige falsche Wäsche ruiniert werden. Hier sind die universellen goldenen Regeln:' },
257
+ { type: 'tip', title: 'Kaltes Wasser ist Ihr Freund', html: '90% der Kleidungsstücke brauchen nicht mehr als 30°C. Hitze greift elastische Fasern an und lässt natürliche Fasern einlaufen.' },
258
+ { type: 'tip', title: 'Weniger ist mehr (Waschmittel)', html: 'Zu viel Seife hinterlässt Rückstände, die Schmutz anziehen und die Kleidung steif machen.' },
259
+ { type: 'tip', title: 'Trockner: Der subtile Feind', html: 'Die Flusen, die Sie im Trocknerfilter sehen, sind Teile Ihrer Kleidung, die sich durch Reibung und Hitze gelöst haben.' },
260
+ { type: 'tip', title: 'Auf links waschen', html: 'Schützt Farben und Stickereien vor der Reibung mit der Trommel und anderen Kleidungsstücken.' },
261
+ { type: 'paragraph', html: '"Weniger kaufen, besser wählen und langlebig machen." — Dieser Analysator ist Ihr erster Schritt zu einem bewussten und hochwertigen Kleiderschrank.' },
262
+ ],
263
+ faqTitle: 'Häufig gestellte Fragen',
264
+ faq: faqData,
265
+ bibliographyTitle: 'Literaturhinweise',
266
+ bibliography: [
267
+ {
268
+ name: 'FTC - Leitfaden zur Textilkennzeichnung',
269
+ url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
270
+ },
271
+ {
272
+ name: 'Europäische Kommission - Textilregulierung',
273
+ url: 'https://ec.europa.eu/growth/tools-databases/nando/',
274
+ },
275
+ {
276
+ name: 'ISO 3758:2012 - Textilpflegesymbole',
277
+ url: 'https://www.iso.org/standard/60465.html',
278
+ },
279
+ ],
280
+ howTo: howToData,
281
+ schemas: [faqSchema, howToSchema, appSchema],
282
+ };
@@ -257,7 +257,7 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
257
257
  { type: 'tip', title: 'Cold Water is Your Friend', html: '90% of garments don\'t need more than 30°C. Heat degrades elastic fibers and shrinks natural ones.' },
258
258
  { type: 'tip', title: 'Less is More (Detergent)', html: 'Excess soap leaves residue that attracts dirt and makes clothes feel stiff.' },
259
259
  { type: 'tip', title: 'Dryer: The Subtle Enemy', html: 'The lint you see in the dryer filter is pieces of your clothes that have come off due to friction and heat.' },
260
- { type: 'tip', title: 'Inside-Out Washing', html: 'Protects color and embroidery from rubbing against the drum and other garments.' },
260
+ { type: 'tip', title: 'Inside Out Washing', html: 'Protects color and embroidery from rubbing against the drum and other garments.' },
261
261
  { type: 'paragraph', html: '"Buy less, choose better, and make it last." — This calculator is your first step towards a conscious and high-quality wardrobe.' },
262
262
  ],
263
263
  faqTitle: 'Frequently Asked Questions',
@@ -256,7 +256,7 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
256
256
  { type: 'paragraph', html: 'Même le meilleur vêtement au monde peut être ruiné par un seul lavage inapproprié. Voici les règles d\'or universelles :' },
257
257
  { type: 'tip', title: 'L\'Eau Froide est Votre Amie', html: '90 % des vêtements n\'ont pas besoin de plus de 30°C. La chaleur dégrade les fibres élastiques et rétrécit les fibres naturelles.' },
258
258
  { type: 'tip', title: 'Moins, c\'est Mieux (Detergent)', html: 'L\'excès de savon laisse des résidus qui attirent la saleté et rendent les vêtements raides.' },
259
- { type: 'tip', title: 'Sèche-linge : L\'Ennemi Subtil', html: 'Les peluches que vous voyez dans le filtre du sèche-linge sont des morceaux de vos vêtements qui se sont détachés par friction et chaleur.' },
259
+ { type: 'tip', title: 'Seche linge : LEnnemi Subtil', html: 'Les peluches que vous voyez dans le filtre du sèche-linge sont des morceaux de vos vêtements qui se sont détachés par friction et chaleur.' },
260
260
  { type: 'tip', title: 'Lavage à l\'envers', html: 'Protège la couleur et les broderies du frottement avec le tambour et d\'autres vêtements.' },
261
261
  { type: 'paragraph', html: '"Acheter moins, choisir mieux et faire durer." — Ce calculateur est votre première étape vers une garde-robe consciente et de haute qualité.' },
262
262
  ],