@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,76 +1,76 @@
1
- import type { CategoryLocaleContent } from '../../types';
2
-
3
- export const content: CategoryLocaleContent = {
4
- slug: 'textiel',
5
- title: 'Textielhulpmiddelen',
6
- description: 'Gratis rekenmachines und hulpmiddelen voor textielanalyse, kledingverzorging en stofontwerp. Begrijp de werkelijke samenstelling van je kleding.',
7
- seo: [
8
- {
9
- type: 'title',
10
- text: 'Textielwetenschap: Vezelanalyse en Stofsamenstelling',
11
- level: 2,
12
- },
13
- {
14
- type: 'paragraph',
15
- html: 'De wereld van textiel is een fascinerend kruispunt van chemie, fysica en techniek. In deze sectie bieden we gespecialiseerde hulpmiddelen aan zodat je echt begrijpt wat je draagt. Van samenstellingsanalyse tot berekeningen van stofverbruik en het schalen van patronen; deze hulpmiddelen zijn ontworpen voor professionals, DIY-enthousiastelingen en bewuste consumenten die geïnformeerde beslissingen willen nemen over hun kleding.',
16
- },
17
- {
18
- type: 'title',
19
- level: 2,
20
- text: 'Textiele Waarheid: Detecteer Plastic Vermomd als Mode',
21
- },
22
- {
23
- type: 'paragraph',
24
- html: 'De mode-industrie maakt gebruik van geavanceerde marketingtechnieken om middelmatige kledingstukken tegen premiumprijzen te verkopen. Onze Textiele Waarheid-tool analyseert de werkelijke samenstelling van kledingstukken - de vezelpercentages die op het etiket staan - om ongemakkelijke waarheden te onthullen: is het echt katoen of "duur plastic"? Bevat het echte zijde of slechts 3% als reclamepraatje? De tool maakt gebruik van een algoritme gebaseerd op Europese en Noord-Amerikaanse industriestandaarden dat ademend vermogen, duurzaamheid en thermische efficiëntie evalueert.',
25
- },
26
- {
27
- type: 'title',
28
- level: 2,
29
- text: 'Textielbeheersing: Wetenschappelijke Gids voor Wassen en Verzorging',
30
- },
31
- {
32
- type: 'paragraph',
33
- html: 'Elke vezel vereist een specifiek protocol. Katoen verdraagt warm water; zijde gaat eraan kapot. Wol heeft koud water nodig; polyester kan in de droger. Onze textielverzorgingscalculator geeft je precieze instructies op basis van de werkelijke samenstelling van je kledingstuk, waardoor de levensduur aanzienlijk wordt verlengd.',
34
- },
35
- {
36
- type: 'title',
37
- level: 2,
38
- text: 'Vlekkenchemie: Protocollen per Vezeltype',
39
- },
40
- {
41
- type: 'paragraph',
42
- html: 'Een wijnvlek op linnen vereist een ander protocol dan dezelfde vlek op zijde. Vetvlekken op polyester hebben oplosmiddelen nodig; op wol zijn zachtere methoden vereist. Deze tool koppelt vlekken, vezeltypes en chemische middelen aan elkaar om je de beste verwijderingsstrategie te bieden zonder de stof te beschadigen.',
43
- },
44
- {
45
- type: 'title',
46
- level: 2,
47
- text: 'Brandproef: Identificeer Vezels door ze te Verbranden',
48
- },
49
- {
50
- type: 'paragraph',
51
- html: 'Historisch gezien hebben textielexperts brandproeven gebruikt om vezels te identificeren: het gedrag van de vlam, de geur en het residu onthullen de chemische aard van de vezel. Natuurlijke vezels (cellulose, proteïne) hebben andere kenmerken dan synthetische vezels (plastics afgeleid van aardolie).',
52
- },
53
- {
54
- type: 'title',
55
- level: 2,
56
- text: 'Hulpmiddelen voor Wevers und Kleermakers',
57
- },
58
- {
59
- type: 'paragraph',
60
- html: 'Als je een liefhebber bent van kleding maken, breien of haken, hebben we geavanceerde rekenmachines: van naaldconverters tot berekeningen van stofverbruik, patroonschalers die proporties respecteren en gauge-hulpmiddelen die ervoor zorgen dat je eindproject precies de gewenste afmetingen heeft.',
61
- },
62
- {
63
- type: 'title',
64
- level: 2,
65
- text: 'Bewust Consumentisme en Duurzame Mode',
66
- },
67
- {
68
- type: 'paragraph',
69
- html: 'Elke aankoop van kleding is een beslissing met milieu- en sociale impact. Het begrijpen van de textielsamenstelling is de eerste stap naar bewust consumentisme. Natuurlijke afbreekbare vezels (katoen, linnen, wol) hebben een heel andere milieu-impact dan synthetische vezels (polyester, acryl), die er 200 jaar over doen om af te breken.',
70
- },
71
- {
72
- type: 'paragraph',
73
- html: 'Onze hulpmiddelen stellen je in staat om slimmere aankopen te doen, je kleding beter te verzorgen en de levensduur ervan te verlengen - de meest duurzame handeling die mogelijk is.',
74
- },
75
- ],
76
- };
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'textiel',
5
+ title: 'Textielhulpmiddelen',
6
+ description: 'Gratis rekenmachines und hulpmiddelen voor textielanalyse, kledingverzorging en stofontwerp. Begrijp de werkelijke samenstelling van je kleding.',
7
+ seo: [
8
+ {
9
+ type: 'title',
10
+ text: 'Textielwetenschap: Vezelanalyse en Stofsamenstelling',
11
+ level: 2,
12
+ },
13
+ {
14
+ type: 'paragraph',
15
+ html: 'De wereld van textiel is een fascinerend kruispunt van chemie, fysica en techniek. In deze sectie bieden we gespecialiseerde hulpmiddelen aan zodat je echt begrijpt wat je draagt. Van samenstellingsanalyse tot berekeningen van stofverbruik en het schalen van patronen; deze hulpmiddelen zijn ontworpen voor professionals, DIY-enthousiastelingen en bewuste consumenten die geïnformeerde beslissingen willen nemen over hun kleding.',
16
+ },
17
+ {
18
+ type: 'title',
19
+ level: 2,
20
+ text: 'Textiele Waarheid: Detecteer Plastic Vermomd als Mode',
21
+ },
22
+ {
23
+ type: 'paragraph',
24
+ html: 'De mode-industrie maakt gebruik van geavanceerde marketingtechnieken om middelmatige kledingstukken tegen premiumprijzen te verkopen. Onze Textiele Waarheid-tool analyseert de werkelijke samenstelling van kledingstukken - de vezelpercentages die op het etiket staan - om ongemakkelijke waarheden te onthullen: is het echt katoen of "duur plastic"? Bevat het echte zijde of slechts 3% als reclamepraatje? De tool maakt gebruik van een algoritme gebaseerd op Europese en Noord-Amerikaanse industriestandaarden dat ademend vermogen, duurzaamheid en thermische efficiëntie evalueert.',
25
+ },
26
+ {
27
+ type: 'title',
28
+ level: 2,
29
+ text: 'Textielbeheersing: Wetenschappelijke Gids voor Wassen en Verzorging',
30
+ },
31
+ {
32
+ type: 'paragraph',
33
+ html: 'Elke vezel vereist een specifiek protocol. Katoen verdraagt warm water; zijde gaat eraan kapot. Wol heeft koud water nodig; polyester kan in de droger. Onze textielverzorgingscalculator geeft je precieze instructies op basis van de werkelijke samenstelling van je kledingstuk, waardoor de levensduur aanzienlijk wordt verlengd.',
34
+ },
35
+ {
36
+ type: 'title',
37
+ level: 2,
38
+ text: 'Vlekkenchemie: Protocollen per Vezeltype',
39
+ },
40
+ {
41
+ type: 'paragraph',
42
+ html: 'Een wijnvlek op linnen vereist een ander protocol dan dezelfde vlek op zijde. Vetvlekken op polyester hebben oplosmiddelen nodig; op wol zijn zachtere methoden vereist. Deze tool koppelt vlekken, vezeltypes en chemische middelen aan elkaar om je de beste verwijderingsstrategie te bieden zonder de stof te beschadigen.',
43
+ },
44
+ {
45
+ type: 'title',
46
+ level: 2,
47
+ text: 'Brandproef: Identificeer Vezels door ze te Verbranden',
48
+ },
49
+ {
50
+ type: 'paragraph',
51
+ html: 'Historisch gezien hebben textielexperts brandproeven gebruikt om vezels te identificeren: het gedrag van de vlam, de geur en het residu onthullen de chemische aard van de vezel. Natuurlijke vezels (cellulose, proteïne) hebben andere kenmerken dan synthetische vezels (plastics afgeleid van aardolie).',
52
+ },
53
+ {
54
+ type: 'title',
55
+ level: 2,
56
+ text: 'Hulpmiddelen voor Wevers und Kleermakers',
57
+ },
58
+ {
59
+ type: 'paragraph',
60
+ html: 'Als je een liefhebber bent van kleding maken, breien of haken, hebben we geavanceerde rekenmachines: van naaldconverters tot berekeningen van stofverbruik, patroonschalers die proporties respecteren en gauge-hulpmiddelen die ervoor zorgen dat je eindproject precies de gewenste afmetingen heeft.',
61
+ },
62
+ {
63
+ type: 'title',
64
+ level: 2,
65
+ text: 'Bewust Consumentisme en Duurzame Mode',
66
+ },
67
+ {
68
+ type: 'paragraph',
69
+ html: 'Elke aankoop van kleding is een beslissing met milieu- en sociale impact. Het begrijpen van de textielsamenstelling is de eerste stap naar bewust consumentisme. Natuurlijke afbreekbare vezels (katoen, linnen, wol) hebben een heel andere milieu-impact dan synthetische vezels (polyester, acryl), die er 200 jaar over doen om af te breken.',
70
+ },
71
+ {
72
+ type: 'paragraph',
73
+ html: 'Onze hulpmiddelen stellen je in staat om slimmere aankopen te doen, je kleding beter te verzorgen en de levensduur ervan te verlengen - de meest duurzame handeling die mogelijk is.',
74
+ },
75
+ ],
76
+ };
@@ -1,76 +1,76 @@
1
- import type { CategoryLocaleContent } from '../../types';
2
-
3
- export const content: CategoryLocaleContent = {
4
- slug: 'tekstylia',
5
- title: 'Narzędzia Tekstylne',
6
- description: 'Darmowe kalkulatory i narzędzia do analizy tekstyliów, pielęgnacji odzieży i projektowania tkanin. Zrozum rzeczywisty skład swoich ubrań.',
7
- seo: [
8
- {
9
- type: 'title',
10
- text: 'Nauka o Tekstyliach: Analiza Włókien i Skład Tkanin',
11
- level: 2,
12
- },
13
- {
14
- type: 'paragraph',
15
- html: 'Świat tekstyliów to fascynujące połączenie chemii, fizyki i inżynierii. W tej sekcji oferujemy specjalistyczne narzędzia, dzięki którym naprawdę zrozumiesz, co nosisz. Od analizy składu po obliczenia zużycia tkanin i skalowanie wykrojów - te narzędzia są przeznaczone dla profesjonalistów, pasjonatów DIY oraz świadomych konsumentów, którzy chcą podejmować przemyślane decyzje dotyczące swojej garderoby.',
16
- },
17
- {
18
- type: 'title',
19
- level: 2,
20
- text: 'Prawda o Tekstyliach: Wykryj Plastik Udający Modę',
21
- },
22
- {
23
- type: 'paragraph',
24
- html: 'Przemysł modowy wykorzystuje wyrafinowane techniki marketingowe, aby sprzedawać przeciętną odzież w cenach premium. Nasze narzędzie Prawda o Tekstyliach analizuje rzeczywisty skład odzieży - procentową zawartość włókien podaną na metce - aby ujawnić niewygodną prawdę: czy to naprawdę bawełna, czy "drogi plastik"? Czy zawiera prawdziwy jedwab, czy tylko 3% jako chwyt reklamowy? Wykorzystuje algorytm oparty na europejskich i północnoamerykańskich standardach przemysłowych, który ocenia oddychalność, trwałość i wydajność termiczną.',
25
- },
26
- {
27
- type: 'title',
28
- level: 2,
29
- text: 'Mistrzostwo Tekstylne: Naukowy Przewodnik po Praniu i Pielęgnacji',
30
- },
31
- {
32
- type: 'paragraph',
33
- html: 'Każde włókno wymaga określonego protokołu. Bawełna toleruje gorącą wodę; jedwab ulega w niej zniszczeniu. Wełna wymaga zimnej wody; poliester wytrzyma suszenie w suszarce. Nasz kalkulator pielęgnacji tekstyliów dostarcza precyzyjnych instrukcji opartych na rzeczywistym składzie Twojej odzieży, co znacząco wydłuża jej żywotność.',
34
- },
35
- {
36
- type: 'title',
37
- level: 2,
38
- text: 'Chemia Plam: Protokoły według Rodzaju Włókna',
39
- },
40
- {
41
- type: 'paragraph',
42
- html: 'Plama z wina na lnie wymaga innego protokołu niż ta sama plama na jedwabiu. Plamy z tłuszczu na poliestrze wymagają rozpuszczalników; na wełnie wymagają delikatniejszych metod. To narzędzie dopasowuje plamy, rodzaje włókien i środki chemiczne, aby zaoferować najlepszą strategię usuwania bez uszkadzania tkaniny.',
43
- },
44
- {
45
- type: 'title',
46
- level: 2,
47
- text: 'Próba Spalania: Identyfikacja Włókien przez ich Spalanie',
48
- },
49
- {
50
- type: 'paragraph',
51
- html: 'Historycznie eksperci od tekstyliów używali prób spalania do identyfikacji włókien: zachowanie płomienia, zapach i pozostałości ujawniają chemiczną naturę włókna. Włókna naturalne (celulozowe, białkowe) mają inne cechy niż syntetyczne (tworzywa sztuczne pochodzące z ropy naftowej).',
52
- },
53
- {
54
- type: 'title',
55
- level: 2,
56
- text: 'Narzędzia dla Tkaczy i Krawców',
57
- },
58
- {
59
- type: 'paragraph',
60
- html: 'Jeśli jesteś pasjonatem krawiectwa, robienia na drutach lub szydełkowania, dysponujemy zaawansowanymi kalkulatorami: od konwerterów drutów po obliczenia zużycia tkanin, skalery wykrojów zachowujące proporcje oraz narzędzia do sprawdzania próbki (gauge), które gwarantują, że Twój końcowy projekt będzie miał dokładnie takie wymiary, jakich oczekujesz.',
61
- },
62
- {
63
- type: 'title',
64
- level: 2,
65
- text: 'Świadoma Konsumpcja i Zrównoważona Moda',
66
- },
67
- {
68
- type: 'paragraph',
69
- html: 'Każdy zakup ubrania to decyzja mająca wpływ na środowisko i społeczeństwo. Zrozumienie składu tekstyliów to pierwszy krok w stronę świadomej konsumpcji. Naturalne włókna biodegradowalne (bawełna, len, wełna) mają zupełnie inny wpływ na środowisko niż włókna syntetyczne (poliester, akryl), których rozkład zajmie 200 lat.',
70
- },
71
- {
72
- type: 'paragraph',
73
- html: 'Nasze narzędzia pozwalają na dokonywanie mądrzejszych zakupów, lepszą pielęgnację odzieży i wydłużenie jej żywotności - co jest najbardziej zrównoważonym działaniem, jakie można podjąć.',
74
- },
75
- ],
76
- };
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'tekstylia',
5
+ title: 'Narzędzia Tekstylne',
6
+ description: 'Darmowe kalkulatory i narzędzia do analizy tekstyliów, pielęgnacji odzieży i projektowania tkanin. Zrozum rzeczywisty skład swoich ubrań.',
7
+ seo: [
8
+ {
9
+ type: 'title',
10
+ text: 'Nauka o Tekstyliach: Analiza Włókien i Skład Tkanin',
11
+ level: 2,
12
+ },
13
+ {
14
+ type: 'paragraph',
15
+ html: 'Świat tekstyliów to fascynujące połączenie chemii, fizyki i inżynierii. W tej sekcji oferujemy specjalistyczne narzędzia, dzięki którym naprawdę zrozumiesz, co nosisz. Od analizy składu po obliczenia zużycia tkanin i skalowanie wykrojów - te narzędzia są przeznaczone dla profesjonalistów, pasjonatów DIY oraz świadomych konsumentów, którzy chcą podejmować przemyślane decyzje dotyczące swojej garderoby.',
16
+ },
17
+ {
18
+ type: 'title',
19
+ level: 2,
20
+ text: 'Prawda o Tekstyliach: Wykryj Plastik Udający Modę',
21
+ },
22
+ {
23
+ type: 'paragraph',
24
+ html: 'Przemysł modowy wykorzystuje wyrafinowane techniki marketingowe, aby sprzedawać przeciętną odzież w cenach premium. Nasze narzędzie Prawda o Tekstyliach analizuje rzeczywisty skład odzieży - procentową zawartość włókien podaną na metce - aby ujawnić niewygodną prawdę: czy to naprawdę bawełna, czy "drogi plastik"? Czy zawiera prawdziwy jedwab, czy tylko 3% jako chwyt reklamowy? Wykorzystuje algorytm oparty na europejskich i północnoamerykańskich standardach przemysłowych, który ocenia oddychalność, trwałość i wydajność termiczną.',
25
+ },
26
+ {
27
+ type: 'title',
28
+ level: 2,
29
+ text: 'Mistrzostwo Tekstylne: Naukowy Przewodnik po Praniu i Pielęgnacji',
30
+ },
31
+ {
32
+ type: 'paragraph',
33
+ html: 'Każde włókno wymaga określonego protokołu. Bawełna toleruje gorącą wodę; jedwab ulega w niej zniszczeniu. Wełna wymaga zimnej wody; poliester wytrzyma suszenie w suszarce. Nasz kalkulator pielęgnacji tekstyliów dostarcza precyzyjnych instrukcji opartych na rzeczywistym składzie Twojej odzieży, co znacząco wydłuża jej żywotność.',
34
+ },
35
+ {
36
+ type: 'title',
37
+ level: 2,
38
+ text: 'Chemia Plam: Protokoły według Rodzaju Włókna',
39
+ },
40
+ {
41
+ type: 'paragraph',
42
+ html: 'Plama z wina na lnie wymaga innego protokołu niż ta sama plama na jedwabiu. Plamy z tłuszczu na poliestrze wymagają rozpuszczalników; na wełnie wymagają delikatniejszych metod. To narzędzie dopasowuje plamy, rodzaje włókien i środki chemiczne, aby zaoferować najlepszą strategię usuwania bez uszkadzania tkaniny.',
43
+ },
44
+ {
45
+ type: 'title',
46
+ level: 2,
47
+ text: 'Próba Spalania: Identyfikacja Włókien przez ich Spalanie',
48
+ },
49
+ {
50
+ type: 'paragraph',
51
+ html: 'Historycznie eksperci od tekstyliów używali prób spalania do identyfikacji włókien: zachowanie płomienia, zapach i pozostałości ujawniają chemiczną naturę włókna. Włókna naturalne (celulozowe, białkowe) mają inne cechy niż syntetyczne (tworzywa sztuczne pochodzące z ropy naftowej).',
52
+ },
53
+ {
54
+ type: 'title',
55
+ level: 2,
56
+ text: 'Narzędzia dla Tkaczy i Krawców',
57
+ },
58
+ {
59
+ type: 'paragraph',
60
+ html: 'Jeśli jesteś pasjonatem krawiectwa, robienia na drutach lub szydełkowania, dysponujemy zaawansowanymi kalkulatorami: od konwerterów drutów po obliczenia zużycia tkanin, skalery wykrojów zachowujące proporcje oraz narzędzia do sprawdzania próbki (gauge), które gwarantują, że Twój końcowy projekt będzie miał dokładnie takie wymiary, jakich oczekujesz.',
61
+ },
62
+ {
63
+ type: 'title',
64
+ level: 2,
65
+ text: 'Świadoma Konsumpcja i Zrównoważona Moda',
66
+ },
67
+ {
68
+ type: 'paragraph',
69
+ html: 'Każdy zakup ubrania to decyzja mająca wpływ na środowisko i społeczeństwo. Zrozumienie składu tekstyliów to pierwszy krok w stronę świadomej konsumpcji. Naturalne włókna biodegradowalne (bawełna, len, wełna) mają zupełnie inny wpływ na środowisko niż włókna syntetyczne (poliester, akryl), których rozkład zajmie 200 lat.',
70
+ },
71
+ {
72
+ type: 'paragraph',
73
+ html: 'Nasze narzędzia pozwalają na dokonywanie mądrzejszych zakupów, lepszą pielęgnację odzieży i wydłużenie jej żywotności - co jest najbardziej zrównoważonym działaniem, jakie można podjąć.',
74
+ },
75
+ ],
76
+ };
@@ -1,76 +1,76 @@
1
- import type { CategoryLocaleContent } from '../../types';
2
-
3
- export const content: CategoryLocaleContent = {
4
- slug: 'texteis',
5
- title: 'Ferramentas de Têxteis',
6
- description: 'Calculadoras e utilitários gratuitos para análise têxtil, cuidado de roupas e design de tecidos. Entenda a composição real das suas roupas.',
7
- seo: [
8
- {
9
- type: 'title',
10
- text: 'Ciência Têxtil: Análise de Fibras e Composição de Tecidos',
11
- level: 2,
12
- },
13
- {
14
- type: 'paragraph',
15
- html: 'O mundo dos têxteis é uma intersecção fascinante entre química, física e engenharia. Nesta secção, oferecemos ferramentas especializadas para que entenda realmente o que está a vestir. Desde a análise de composição até cálculos de consumo de tecido e escalonamento de moldes, estes utilitários foram concebidos para profissionais, entusiastas do DIY e consumidores conscientes que desejam tomar decisões informadas sobre as suas peças de roupa.',
16
- },
17
- {
18
- type: 'title',
19
- level: 2,
20
- text: 'Veracidade Têxtil: Detete Plástico Disfarçado de Moda',
21
- },
22
- {
23
- type: 'paragraph',
24
- html: 'A indústria da moda utiliza técnicas sofisticadas de marketing para vender peças medíocres a preços premium. A nossa ferramenta de Veracidade Têxtil analisa a composição real das peças - as percentagens de fibras listadas na etiqueta - para lhe revelar verdades desconfortáveis: é realmente algodão ou é "plástico caro"? Contém seda real ou apenas 3% como isco publicitário? Utiliza um algoritmo baseado em padrões industriais europeus e norte-americanos que avalia a respirabilidade, durabilidade e eficiência térmica.',
25
- },
26
- {
27
- type: 'title',
28
- level: 2,
29
- text: 'Mestria Têxtil: Guia Científico de Lavagem e Cuidados',
30
- },
31
- {
32
- type: 'paragraph',
33
- html: 'Cada fibra requer um protocolo específico. O algodão tolera água quente; a seda fica arruinada. A lã requer água fria; o poliéster pode suportar a máquina de secar. A nossa calculadora de cuidados têxteis fornece instruções precisas baseadas na composição real da sua peça, prolongando significativamente a sua vida útil.',
34
- },
35
- {
36
- type: 'title',
37
- level: 2,
38
- text: 'Química de Manchas: Protocolos por Tipo de Fibra',
39
- },
40
- {
41
- type: 'paragraph',
42
- html: 'Uma mancha de vinho em linho requer um protocolo diferente do da mesma mancha em seda. As manchas de gordura em poliéster necessitam de solventes; em lã, requerem métodos mais delicados. Esta ferramenta cruza manchas, tipos de fibras e agentes químicos para lhe oferecer a melhor estratégia de remoção sem danificar o tecido.',
43
- },
44
- {
45
- type: 'title',
46
- level: 2,
47
- text: 'Teste de Combustão: Identifique Fibras Queimando-as',
48
- },
49
- {
50
- type: 'paragraph',
51
- html: 'Historicamente, os especialistas em têxteis têm utilizado testes de combustão para identificar fibras: o comportamento da chama, o odor e o resíduo revelam a natureza química da fibra. As fibras naturais (celulose, proteína) têm características distintas das sintéticas (plásticos derivados do petróleo).',
52
- },
53
- {
54
- type: 'title',
55
- level: 2,
56
- text: 'Ferramentas para Tecelões e Costureiros',
57
- },
58
- {
59
- type: 'paragraph',
60
- html: 'Se é um entusiasta da confeção, do tricot ou do crochet, dispomos de calculadoras avançadas: desde conversores de agulhas até cálculos de consumo de tecido, escalonadores de moldes que respeitam proporções e utilitários de tensão (gauge) que asseguram que o seu projeto final tenha exatamente as dimensões desejadas.',
61
- },
62
- {
63
- type: 'title',
64
- level: 2,
65
- text: 'Consumismo Consciente e Moda Sustentável',
66
- },
67
- {
68
- type: 'paragraph',
69
- html: 'Cada compra de roupa é uma decisão com impacto ambiental e social. Entender a composição têxtil é o primeiro passo para o consumismo consciente. As fibras naturais degradáveis (algodão, lino, lã) têm um impacto ambiental muito diferente do dos sintéticos (poliéster, acrílico), que demorarão 200 anos a decompor-se.',
70
- },
71
- {
72
- type: 'paragraph',
73
- html: 'As nossas ferramentas capacitam-no para fazer compras mais inteligentes, cuidar melhor das suas peças e prolongar a sua vida útil - o ato mais sustentável possível.',
74
- },
75
- ],
76
- };
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'texteis',
5
+ title: 'Ferramentas de Têxteis',
6
+ description: 'Calculadoras e utilitários gratuitos para análise têxtil, cuidado de roupas e design de tecidos. Entenda a composição real das suas roupas.',
7
+ seo: [
8
+ {
9
+ type: 'title',
10
+ text: 'Ciência Têxtil: Análise de Fibras e Composição de Tecidos',
11
+ level: 2,
12
+ },
13
+ {
14
+ type: 'paragraph',
15
+ html: 'O mundo dos têxteis é uma intersecção fascinante entre química, física e engenharia. Nesta secção, oferecemos ferramentas especializadas para que entenda realmente o que está a vestir. Desde a análise de composição até cálculos de consumo de tecido e escalonamento de moldes, estes utilitários foram concebidos para profissionais, entusiastas do DIY e consumidores conscientes que desejam tomar decisões informadas sobre as suas peças de roupa.',
16
+ },
17
+ {
18
+ type: 'title',
19
+ level: 2,
20
+ text: 'Veracidade Têxtil: Detete Plástico Disfarçado de Moda',
21
+ },
22
+ {
23
+ type: 'paragraph',
24
+ html: 'A indústria da moda utiliza técnicas sofisticadas de marketing para vender peças medíocres a preços premium. A nossa ferramenta de Veracidade Têxtil analisa a composição real das peças - as percentagens de fibras listadas na etiqueta - para lhe revelar verdades desconfortáveis: é realmente algodão ou é "plástico caro"? Contém seda real ou apenas 3% como isco publicitário? Utiliza um algoritmo baseado em padrões industriais europeus e norte-americanos que avalia a respirabilidade, durabilidade e eficiência térmica.',
25
+ },
26
+ {
27
+ type: 'title',
28
+ level: 2,
29
+ text: 'Mestria Têxtil: Guia Científico de Lavagem e Cuidados',
30
+ },
31
+ {
32
+ type: 'paragraph',
33
+ html: 'Cada fibra requer um protocolo específico. O algodão tolera água quente; a seda fica arruinada. A lã requer água fria; o poliéster pode suportar a máquina de secar. A nossa calculadora de cuidados têxteis fornece instruções precisas baseadas na composição real da sua peça, prolongando significativamente a sua vida útil.',
34
+ },
35
+ {
36
+ type: 'title',
37
+ level: 2,
38
+ text: 'Química de Manchas: Protocolos por Tipo de Fibra',
39
+ },
40
+ {
41
+ type: 'paragraph',
42
+ html: 'Uma mancha de vinho em linho requer um protocolo diferente do da mesma mancha em seda. As manchas de gordura em poliéster necessitam de solventes; em lã, requerem métodos mais delicados. Esta ferramenta cruza manchas, tipos de fibras e agentes químicos para lhe oferecer a melhor estratégia de remoção sem danificar o tecido.',
43
+ },
44
+ {
45
+ type: 'title',
46
+ level: 2,
47
+ text: 'Teste de Combustão: Identifique Fibras Queimando-as',
48
+ },
49
+ {
50
+ type: 'paragraph',
51
+ html: 'Historicamente, os especialistas em têxteis têm utilizado testes de combustão para identificar fibras: o comportamento da chama, o odor e o resíduo revelam a natureza química da fibra. As fibras naturais (celulose, proteína) têm características distintas das sintéticas (plásticos derivados do petróleo).',
52
+ },
53
+ {
54
+ type: 'title',
55
+ level: 2,
56
+ text: 'Ferramentas para Tecelões e Costureiros',
57
+ },
58
+ {
59
+ type: 'paragraph',
60
+ html: 'Se é um entusiasta da confeção, do tricot ou do crochet, dispomos de calculadoras avançadas: desde conversores de agulhas até cálculos de consumo de tecido, escalonadores de moldes que respeitam proporções e utilitários de tensão (gauge) que asseguram que o seu projeto final tenha exatamente as dimensões desejadas.',
61
+ },
62
+ {
63
+ type: 'title',
64
+ level: 2,
65
+ text: 'Consumismo Consciente e Moda Sustentável',
66
+ },
67
+ {
68
+ type: 'paragraph',
69
+ html: 'Cada compra de roupa é uma decisão com impacto ambiental e social. Entender a composição têxtil é o primeiro passo para o consumismo consciente. As fibras naturais degradáveis (algodão, lino, lã) têm um impacto ambiental muito diferente do dos sintéticos (poliéster, acrílico), que demorarão 200 anos a decompor-se.',
70
+ },
71
+ {
72
+ type: 'paragraph',
73
+ html: 'As nossas ferramentas capacitam-no para fazer compras mais inteligentes, cuidar melhor das suas peças e prolongar a sua vida útil - o ato mais sustentável possível.',
74
+ },
75
+ ],
76
+ };
@@ -1,76 +1,76 @@
1
- import type { CategoryLocaleContent } from '../../types';
2
-
3
- export const content: CategoryLocaleContent = {
4
- slug: 'textiles',
5
- title: 'Инструменты для текстиля',
6
- description: 'Бесплатные калькуляторы и утилиты для анализа текстиля, ухода за одеждой и дизайна тканей. Поймите реальный состав вашей одежды.',
7
- seo: [
8
- {
9
- type: 'title',
10
- text: 'Наука о текстиле: анализ волокон и состав тканей',
11
- level: 2,
12
- },
13
- {
14
- type: 'paragraph',
15
- html: 'Мир текстиля - это захватывающее пересечение химии, физики и инженерии. В этом разделе мы предлагаем специализированные инструменты, которые помогут вам действительно понять, что вы носите. От анализа состава до расчета расхода ткани и масштабирования выкроек - эти утилиты разработаны для профессионалов, любителей DIY и сознательных потребителей, желающих принимать обоснованные решения о своей одежде.',
16
- },
17
- {
18
- type: 'title',
19
- level: 2,
20
- text: 'Текстильная правда: обнаружение пластика под маской моды',
21
- },
22
- {
23
- type: 'paragraph',
24
- html: 'Индустрия моды использует сложные маркетинговые приемы, чтобы продавать заурядную одежду по премиальным ценам. Наш инструмент "Текстильная правда" анализирует реальный состав вещей - процентное содержание волокон, указанное на этикетке, - чтобы раскрыть неудобную правду: действительно ли это хлопок или "дорогой пластик"? Содержит ли вещь настоящий шелк или только 3% для рекламной приманки? Мы используем алгоритм, основанный на европейских и североамериканских промышленных стандартах, который оценивает воздухопроницаемость, долговечность и тепловую эффективность.',
25
- },
26
- {
27
- type: 'title',
28
- level: 2,
29
- text: 'Текстильное мастерство: научное руководство по стирке и уходу',
30
- },
31
- {
32
- type: 'paragraph',
33
- html: 'Для каждого волокна требуется свой протокол. Хлопок выдерживает горячую воду; шелк от нее портится. Шерсти нужна холодная вода; полиэстер выдерживает сушилку. Наш калькулятор ухода за текстилем предоставляет точные инструкции, основанные на реальном составе вашей одежды, что значительно продлевает срок ее службы.',
34
- },
35
- {
36
- type: 'title',
37
- level: 2,
38
- text: 'Химия пятен: протоколы по типу волокна',
39
- },
40
- {
41
- type: 'paragraph',
42
- html: 'Пятно от вина на льне требует иного протокола, чем то же пятно на шелке. Жирные пятна на полиэстере требуют растворителей; на шерсти - более деликатных методов. Этот инструмент сопоставляет пятна, типы волокон и химические средства, чтобы предложить вам лучшую стратегию удаления без повреждения ткани.',
43
- },
44
- {
45
- type: 'title',
46
- level: 2,
47
- text: 'Тест на горение: определение волокон путем их сжигания',
48
- },
49
- {
50
- type: 'paragraph',
51
- html: 'Исторически эксперты по текстилю использовали тесты на горение для идентификации волокон: поведение пламени, запах и остаток раскрывают химическую природу волокна. Натуральные волокна (целлюлоза, белок) имеют характеристики, отличные от синтетических (пластмассы, производные нефти).',
52
- },
53
- {
54
- type: 'title',
55
- level: 2,
56
- text: 'Инструменты для ткачей и швей',
57
- },
58
- {
59
- type: 'paragraph',
60
- html: 'Если вы увлекаетесь шитьем, вязанием на спицах или крючком, у нас есть продвинутые калькуляторы: от конвертеров игл до расчетов расхода ткани, масштабирования выкроек с сохранением пропорций и утилит для расчета плотности вязания (gauge), которые гарантируют, что ваш финальный проект будет иметь именно те размеры, которые вы задумали.',
61
- },
62
- {
63
- type: 'title',
64
- level: 2,
65
- text: 'Осознанное потребление и устойчивая мода',
66
- },
67
- {
68
- type: 'paragraph',
69
- html: 'Каждая покупка одежды - это решение, имеющее экологические и социальные последствия. Понимание текстильного состава - первый шаг к осознанному потреблению. Натуральные разлагаемые волокна (хлопок, лен, шерсть) оказывают совершенно иное воздействие на окружающую среду, чем синтетика (полиэстер, акрил), которая разлагается 200 лет.',
70
- },
71
- {
72
- type: 'paragraph',
73
- html: 'Наши инструменты позволяют вам делать более разумные покупки, лучше заботиться о своих вещах и продлевать их жизнь - это самый экологичный поступок из возможных.',
74
- },
75
- ],
76
- };
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'textiles',
5
+ title: 'Инструменты для текстиля',
6
+ description: 'Бесплатные калькуляторы и утилиты для анализа текстиля, ухода за одеждой и дизайна тканей. Поймите реальный состав вашей одежды.',
7
+ seo: [
8
+ {
9
+ type: 'title',
10
+ text: 'Наука о текстиле: анализ волокон и состав тканей',
11
+ level: 2,
12
+ },
13
+ {
14
+ type: 'paragraph',
15
+ html: 'Мир текстиля - это захватывающее пересечение химии, физики и инженерии. В этом разделе мы предлагаем специализированные инструменты, которые помогут вам действительно понять, что вы носите. От анализа состава до расчета расхода ткани и масштабирования выкроек - эти утилиты разработаны для профессионалов, любителей DIY и сознательных потребителей, желающих принимать обоснованные решения о своей одежде.',
16
+ },
17
+ {
18
+ type: 'title',
19
+ level: 2,
20
+ text: 'Текстильная правда: обнаружение пластика под маской моды',
21
+ },
22
+ {
23
+ type: 'paragraph',
24
+ html: 'Индустрия моды использует сложные маркетинговые приемы, чтобы продавать заурядную одежду по премиальным ценам. Наш инструмент "Текстильная правда" анализирует реальный состав вещей - процентное содержание волокон, указанное на этикетке, - чтобы раскрыть неудобную правду: действительно ли это хлопок или "дорогой пластик"? Содержит ли вещь настоящий шелк или только 3% для рекламной приманки? Мы используем алгоритм, основанный на европейских и североамериканских промышленных стандартах, который оценивает воздухопроницаемость, долговечность и тепловую эффективность.',
25
+ },
26
+ {
27
+ type: 'title',
28
+ level: 2,
29
+ text: 'Текстильное мастерство: научное руководство по стирке и уходу',
30
+ },
31
+ {
32
+ type: 'paragraph',
33
+ html: 'Для каждого волокна требуется свой протокол. Хлопок выдерживает горячую воду; шелк от нее портится. Шерсти нужна холодная вода; полиэстер выдерживает сушилку. Наш калькулятор ухода за текстилем предоставляет точные инструкции, основанные на реальном составе вашей одежды, что значительно продлевает срок ее службы.',
34
+ },
35
+ {
36
+ type: 'title',
37
+ level: 2,
38
+ text: 'Химия пятен: протоколы по типу волокна',
39
+ },
40
+ {
41
+ type: 'paragraph',
42
+ html: 'Пятно от вина на льне требует иного протокола, чем то же пятно на шелке. Жирные пятна на полиэстере требуют растворителей; на шерсти - более деликатных методов. Этот инструмент сопоставляет пятна, типы волокон и химические средства, чтобы предложить вам лучшую стратегию удаления без повреждения ткани.',
43
+ },
44
+ {
45
+ type: 'title',
46
+ level: 2,
47
+ text: 'Тест на горение: определение волокон путем их сжигания',
48
+ },
49
+ {
50
+ type: 'paragraph',
51
+ html: 'Исторически эксперты по текстилю использовали тесты на горение для идентификации волокон: поведение пламени, запах и остаток раскрывают химическую природу волокна. Натуральные волокна (целлюлоза, белок) имеют характеристики, отличные от синтетических (пластмассы, производные нефти).',
52
+ },
53
+ {
54
+ type: 'title',
55
+ level: 2,
56
+ text: 'Инструменты для ткачей и швей',
57
+ },
58
+ {
59
+ type: 'paragraph',
60
+ html: 'Если вы увлекаетесь шитьем, вязанием на спицах или крючком, у нас есть продвинутые калькуляторы: от конвертеров игл до расчетов расхода ткани, масштабирования выкроек с сохранением пропорций и утилит для расчета плотности вязания (gauge), которые гарантируют, что ваш финальный проект будет иметь именно те размеры, которые вы задумали.',
61
+ },
62
+ {
63
+ type: 'title',
64
+ level: 2,
65
+ text: 'Осознанное потребление и устойчивая мода',
66
+ },
67
+ {
68
+ type: 'paragraph',
69
+ html: 'Каждая покупка одежды - это решение, имеющее экологические и социальные последствия. Понимание текстильного состава - первый шаг к осознанному потреблению. Натуральные разлагаемые волокна (хлопок, лен, шерсть) оказывают совершенно иное воздействие на окружающую среду, чем синтетика (полиэстер, акрил), которая разлагается 200 лет.',
70
+ },
71
+ {
72
+ type: 'paragraph',
73
+ html: 'Наши инструменты позволяют вам делать более разумные покупки, лучше заботиться о своих вещах и продлевать их жизнь - это самый экологичный поступок из возможных.',
74
+ },
75
+ ],
76
+ };