@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: 'tekstil',
5
- title: 'Alat Tekstil',
6
- description: 'Kalkulator dan utilitas gratis untuk analisis tekstil, perawatan pakaian, dan desain kain. Pahami komposisi asli pakaian Anda.',
7
- seo: [
8
- {
9
- type: 'title',
10
- text: 'Ilmu Tekstil: Analisis Serat dan Komposisi Kain',
11
- level: 2,
12
- },
13
- {
14
- type: 'paragraph',
15
- html: 'Dunia tekstil adalah persimpangan yang menarik antara kimia, fisika, dan teknik. Di bagian ini, kami menawarkan alat khusus agar Anda benar-benar memahami apa yang Anda kenakan. Mulai dari analisis komposisi hingga perhitungan konsumsi kain dan penskalaan pola, utilitas ini dirancang untuk para profesional, penggemar DIY, dan konsumen sadar yang ingin membuat keputusan tepat tentang pakaian mereka.',
16
- },
17
- {
18
- type: 'title',
19
- level: 2,
20
- text: 'Kebenaran Tekstil: Deteksi Plastik yang Menyamar sebagai Fashion',
21
- },
22
- {
23
- type: 'paragraph',
24
- html: 'Industri fashion menggunakan teknik pemasaran yang canggih untuk menjual pakaian berkualitas biasa dengan harga premium. Alat Kebenaran Tekstil kami menganalisis komposisi asli pakaian - persentase serat yang tercantum pada label - untuk mengungkapkan kebenaran yang tidak nyaman: apakah itu benar-benar katun atau "plastik mahal"? Apakah mengandung sutra asli atau hanya 3% sebagai pemikat iklan? Alat ini menggunakan algoritme berdasarkan standar industri Eropa dan Amerika Utara yang mengevaluasi daya napas, daya tahan, dan efisiensi termal.',
25
- },
26
- {
27
- type: 'title',
28
- level: 2,
29
- text: 'Penguasaan Tekstil: Panduan Ilmiah untuk Pencucian dan Perawatan',
30
- },
31
- {
32
- type: 'paragraph',
33
- html: 'Setiap serat memerlukan protokol khusus. Katun tahan air panas; sutra akan rusak karenanya. Wol memerlukan air dingin; poliester dapat menahan mesin pengering. Kalkulator perawatan tekstil kami memberikan instruksi tepat berdasarkan komposisi asli pakaian Anda, sehingga memperpanjang masa pakainya secara signifikan.',
34
- },
35
- {
36
- type: 'title',
37
- level: 2,
38
- text: 'Kimia Noda: Protokol Berdasarkan Jenis Serat',
39
- },
40
- {
41
- type: 'paragraph',
42
- html: 'Noda anggur pada linen memerlukan protokol yang berbeda dengan noda yang sama pada sutra. Noda minyak pada poliester membutuhkan pelarut; pada wol, membutuhkan metode yang lebih lembut. Alat ini memasangkan noda, jenis serat, dan agen kimia untuk menawarkan strategi penghilangan noda terbaik tanpa merusak kain.',
43
- },
44
- {
45
- type: 'title',
46
- level: 2,
47
- text: 'Uji Bakar: Identifikasi Serat dengan Membakarnya',
48
- },
49
- {
50
- type: 'paragraph',
51
- html: 'Secara historis, para ahli tekstil telah menggunakan uji bakar untuk mengidentifikasi serat: perilaku nyala api, bau, dan residu mengungkapkan sifat kimia serat tersebut. Serat alami (selulosa, protein) memiliki karakteristik yang berbeda dengan serat sintetis (plastik turunan minyak bumi).',
52
- },
53
- {
54
- type: 'title',
55
- level: 2,
56
- text: 'Alat untuk Penenun dan Penjahit',
57
- },
58
- {
59
- type: 'paragraph',
60
- html: 'Jika Anda penggemar menjahit, merajut, atau merenda, kami memiliki kalkulator canggih: mulai dari konverter jarum hingga perhitungan konsumsi kain, penskala pola yang menghormati proporsi, dan utilitas ketegangan (gauge) yang memastikan proyek akhir Anda memiliki dimensi yang diinginkan.',
61
- },
62
- {
63
- type: 'title',
64
- level: 2,
65
- text: 'Konsumerisme Sadar dan Fashion Berkelanjutan',
66
- },
67
- {
68
- type: 'paragraph',
69
- html: 'Setiap pembelian pakaian adalah keputusan dengan dampak lingkungan dan sosial. Memahami komposisi tekstil adalah langkah pertama menuju konsumerisme sadar. Serat alami yang dapat terurai (katun, linen, wol) memiliki dampak lingkungan yang sangat berbeda dengan serat sintetis (poliester, akrilik), yang membutuhkan waktu 200 tahun untuk terurai.',
70
- },
71
- {
72
- type: 'paragraph',
73
- html: 'Alat kami memberdayakan Anda untuk berbelanja lebih cerdas, merawat pakaian dengan lebih baik, dan memperpanjang masa pakainya - tindakan paling berkelanjutan yang mungkin dilakukan.',
74
- },
75
- ],
76
- };
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'tekstil',
5
+ title: 'Alat Tekstil',
6
+ description: 'Kalkulator dan utilitas gratis untuk analisis tekstil, perawatan pakaian, dan desain kain. Pahami komposisi asli pakaian Anda.',
7
+ seo: [
8
+ {
9
+ type: 'title',
10
+ text: 'Ilmu Tekstil: Analisis Serat dan Komposisi Kain',
11
+ level: 2,
12
+ },
13
+ {
14
+ type: 'paragraph',
15
+ html: 'Dunia tekstil adalah persimpangan yang menarik antara kimia, fisika, dan teknik. Di bagian ini, kami menawarkan alat khusus agar Anda benar-benar memahami apa yang Anda kenakan. Mulai dari analisis komposisi hingga perhitungan konsumsi kain dan penskalaan pola, utilitas ini dirancang untuk para profesional, penggemar DIY, dan konsumen sadar yang ingin membuat keputusan tepat tentang pakaian mereka.',
16
+ },
17
+ {
18
+ type: 'title',
19
+ level: 2,
20
+ text: 'Kebenaran Tekstil: Deteksi Plastik yang Menyamar sebagai Fashion',
21
+ },
22
+ {
23
+ type: 'paragraph',
24
+ html: 'Industri fashion menggunakan teknik pemasaran yang canggih untuk menjual pakaian berkualitas biasa dengan harga premium. Alat Kebenaran Tekstil kami menganalisis komposisi asli pakaian - persentase serat yang tercantum pada label - untuk mengungkapkan kebenaran yang tidak nyaman: apakah itu benar-benar katun atau "plastik mahal"? Apakah mengandung sutra asli atau hanya 3% sebagai pemikat iklan? Alat ini menggunakan algoritme berdasarkan standar industri Eropa dan Amerika Utara yang mengevaluasi daya napas, daya tahan, dan efisiensi termal.',
25
+ },
26
+ {
27
+ type: 'title',
28
+ level: 2,
29
+ text: 'Penguasaan Tekstil: Panduan Ilmiah untuk Pencucian dan Perawatan',
30
+ },
31
+ {
32
+ type: 'paragraph',
33
+ html: 'Setiap serat memerlukan protokol khusus. Katun tahan air panas; sutra akan rusak karenanya. Wol memerlukan air dingin; poliester dapat menahan mesin pengering. Kalkulator perawatan tekstil kami memberikan instruksi tepat berdasarkan komposisi asli pakaian Anda, sehingga memperpanjang masa pakainya secara signifikan.',
34
+ },
35
+ {
36
+ type: 'title',
37
+ level: 2,
38
+ text: 'Kimia Noda: Protokol Berdasarkan Jenis Serat',
39
+ },
40
+ {
41
+ type: 'paragraph',
42
+ html: 'Noda anggur pada linen memerlukan protokol yang berbeda dengan noda yang sama pada sutra. Noda minyak pada poliester membutuhkan pelarut; pada wol, membutuhkan metode yang lebih lembut. Alat ini memasangkan noda, jenis serat, dan agen kimia untuk menawarkan strategi penghilangan noda terbaik tanpa merusak kain.',
43
+ },
44
+ {
45
+ type: 'title',
46
+ level: 2,
47
+ text: 'Uji Bakar: Identifikasi Serat dengan Membakarnya',
48
+ },
49
+ {
50
+ type: 'paragraph',
51
+ html: 'Secara historis, para ahli tekstil telah menggunakan uji bakar untuk mengidentifikasi serat: perilaku nyala api, bau, dan residu mengungkapkan sifat kimia serat tersebut. Serat alami (selulosa, protein) memiliki karakteristik yang berbeda dengan serat sintetis (plastik turunan minyak bumi).',
52
+ },
53
+ {
54
+ type: 'title',
55
+ level: 2,
56
+ text: 'Alat untuk Penenun dan Penjahit',
57
+ },
58
+ {
59
+ type: 'paragraph',
60
+ html: 'Jika Anda penggemar menjahit, merajut, atau merenda, kami memiliki kalkulator canggih: mulai dari konverter jarum hingga perhitungan konsumsi kain, penskala pola yang menghormati proporsi, dan utilitas ketegangan (gauge) yang memastikan proyek akhir Anda memiliki dimensi yang diinginkan.',
61
+ },
62
+ {
63
+ type: 'title',
64
+ level: 2,
65
+ text: 'Konsumerisme Sadar dan Fashion Berkelanjutan',
66
+ },
67
+ {
68
+ type: 'paragraph',
69
+ html: 'Setiap pembelian pakaian adalah keputusan dengan dampak lingkungan dan sosial. Memahami komposisi tekstil adalah langkah pertama menuju konsumerisme sadar. Serat alami yang dapat terurai (katun, linen, wol) memiliki dampak lingkungan yang sangat berbeda dengan serat sintetis (poliester, akrilik), yang membutuhkan waktu 200 tahun untuk terurai.',
70
+ },
71
+ {
72
+ type: 'paragraph',
73
+ html: 'Alat kami memberdayakan Anda untuk berbelanja lebih cerdas, merawat pakaian dengan lebih baik, dan memperpanjang masa pakainya - tindakan paling berkelanjutan yang mungkin dilakukan.',
74
+ },
75
+ ],
76
+ };
@@ -1,76 +1,76 @@
1
- import type { CategoryLocaleContent } from '../../types';
2
-
3
- export const content: CategoryLocaleContent = {
4
- slug: 'tessuti',
5
- title: 'Strumenti Tessili',
6
- description: 'Calcolatori e utilità gratuiti per l\'analisi tessile, la cura dei capi e il design dei tessuti. Comprendi la reale composizione dei tuoi vestiti.',
7
- seo: [
8
- {
9
- type: 'title',
10
- text: 'Scienza Tessile: Analisi delle Fibre e Composizione dei Tessuti',
11
- level: 2,
12
- },
13
- {
14
- type: 'paragraph',
15
- html: 'Il mondo del tessile è un\'intersezione affascinante tra chimica, fisica e ingegneria. In questa sezione, offriamo strumenti specializzati per aiutarti a capire davvero cosa indossi. Dall\'analisi della composizione ai calcoli del consumo di tessuto e al ridimensionamento dei cartamodelli, queste utilità sono progettate per professionisti, appassionati di fai-da-te e consumatori consapevoli che desiderano prendere decisioni informate sui propri capi.',
16
- },
17
- {
18
- type: 'title',
19
- level: 2,
20
- text: 'Verità Tessile: Rileva la Plastica Travestita da Moda',
21
- },
22
- {
23
- type: 'paragraph',
24
- html: 'L\'industria della moda utilizza sofisticate tecniche di marketing per vendere capi mediocri a prezzi premium. Il nostro strumento Verità Tessile analizza la reale composizione dei capi - le percentuali di fibre elencate sull\'etichetta - per rivelarti verità scomode: è davvero cotone o "plastica costosa"? Contiene vera seta o solo un 3% come esca pubblicitaria? Utilizza un algoritmo basato su standard industriali europei e nordamericani che valuta traspirabilità, durata ed efficienza termica.',
25
- },
26
- {
27
- type: 'title',
28
- level: 2,
29
- text: 'Padronanza Tessile: Guida Scientifica al Lavaggio e alla Cura',
30
- },
31
- {
32
- type: 'paragraph',
33
- html: 'Ogni fibra richiede un protocollo specifico. Il cotone tollera l\'acqua calda; la seta ne viene rovinata. La lana richiede acqua fredda; il poliestere può sopportare l\'asciugatrice. Il nostro calcolatore per la cura dei tessuti ti fornisce istruzioni precise basate sulla reale composizione del tuo capo, prolungandone significativamente la vita utile.',
34
- },
35
- {
36
- type: 'title',
37
- level: 2,
38
- text: 'Chimica delle Macchie: Protocolli per Tipo di Fibra',
39
- },
40
- {
41
- type: 'paragraph',
42
- html: 'Una macchia di vino sul lino richiede un protocollo diverso rispetto alla stessa macchia sulla seta. Le macchie di grasso sul poliestere necessitano di solventi; sulla lana, richiedono metodi più delicati. Questo strumento abbina macchie, tipi di fibre e agenti chimici per offrirti la migliore strategia di rimozione senza danneggiare il tessuto.',
43
- },
44
- {
45
- type: 'title',
46
- level: 2,
47
- text: 'Prova di Combustione: Identifica le Fibre Bruciandole',
48
- },
49
- {
50
- type: 'paragraph',
51
- html: 'Storicamente, gli esperti di tessili hanno utilizzato prove di combustione per identificare le fibre: il comportamento della fiamma, l\'odore e il residuo rivelano la natura chimica della fibra. Le fibre naturali (cellulosa, proteine) hanno caratteristiche diverse da quelle sintetiche (plastiche derivate dal petrolio).',
52
- },
53
- {
54
- type: 'title',
55
- level: 2,
56
- text: 'Strumenti per Tessitori e Sarti',
57
- },
58
- {
59
- type: 'paragraph',
60
- html: 'Se sei un appassionato di sartoria, maglia o uncinetto, disponiamo di calcolatori avanzati: dai convertitori di aghi ai calcoli del consumo di tessuto, ridimensionatori di cartamodelli che rispettano le proporzioni e utilità di tensione (gauge) che assicurano che il tuo progetto finale abbia esattamente le dimensioni desiderate.',
61
- },
62
- {
63
- type: 'title',
64
- level: 2,
65
- text: 'Consumismo Consapevole e Moda Sostenibile',
66
- },
67
- {
68
- type: 'paragraph',
69
- html: 'Ogni acquisto di abbigliamento è una decisione con un impatto ambientale e sociale. Capire la composizione tessile è il primo passo verso il consumismo consapevole. Le fibre naturali degradabili (cotone, lino, lana) hanno un impatto ambientale molto diverso rispetto ai sintetici (poliestere, acrilico), che impiegheranno 200 anni per decomporsi.',
70
- },
71
- {
72
- type: 'paragraph',
73
- html: 'I nostri strumenti ti permettono di fare acquisti più intelligenti, prenderti cura meglio dei tuoi capi e prolungarne la vita utile - l\'atto più sostenibile possibile.',
74
- },
75
- ],
76
- };
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'tessuti',
5
+ title: 'Strumenti Tessili',
6
+ description: 'Calcolatori e utilità gratuiti per l\'analisi tessile, la cura dei capi e il design dei tessuti. Comprendi la reale composizione dei tuoi vestiti.',
7
+ seo: [
8
+ {
9
+ type: 'title',
10
+ text: 'Scienza Tessile: Analisi delle Fibre e Composizione dei Tessuti',
11
+ level: 2,
12
+ },
13
+ {
14
+ type: 'paragraph',
15
+ html: 'Il mondo del tessile è un\'intersezione affascinante tra chimica, fisica e ingegneria. In questa sezione, offriamo strumenti specializzati per aiutarti a capire davvero cosa indossi. Dall\'analisi della composizione ai calcoli del consumo di tessuto e al ridimensionamento dei cartamodelli, queste utilità sono progettate per professionisti, appassionati di fai-da-te e consumatori consapevoli che desiderano prendere decisioni informate sui propri capi.',
16
+ },
17
+ {
18
+ type: 'title',
19
+ level: 2,
20
+ text: 'Verità Tessile: Rileva la Plastica Travestita da Moda',
21
+ },
22
+ {
23
+ type: 'paragraph',
24
+ html: 'L\'industria della moda utilizza sofisticate tecniche di marketing per vendere capi mediocri a prezzi premium. Il nostro strumento Verità Tessile analizza la reale composizione dei capi - le percentuali di fibre elencate sull\'etichetta - per rivelarti verità scomode: è davvero cotone o "plastica costosa"? Contiene vera seta o solo un 3% come esca pubblicitaria? Utilizza un algoritmo basato su standard industriali europei e nordamericani che valuta traspirabilità, durata ed efficienza termica.',
25
+ },
26
+ {
27
+ type: 'title',
28
+ level: 2,
29
+ text: 'Padronanza Tessile: Guida Scientifica al Lavaggio e alla Cura',
30
+ },
31
+ {
32
+ type: 'paragraph',
33
+ html: 'Ogni fibra richiede un protocollo specifico. Il cotone tollera l\'acqua calda; la seta ne viene rovinata. La lana richiede acqua fredda; il poliestere può sopportare l\'asciugatrice. Il nostro calcolatore per la cura dei tessuti ti fornisce istruzioni precise basate sulla reale composizione del tuo capo, prolungandone significativamente la vita utile.',
34
+ },
35
+ {
36
+ type: 'title',
37
+ level: 2,
38
+ text: 'Chimica delle Macchie: Protocolli per Tipo di Fibra',
39
+ },
40
+ {
41
+ type: 'paragraph',
42
+ html: 'Una macchia di vino sul lino richiede un protocollo diverso rispetto alla stessa macchia sulla seta. Le macchie di grasso sul poliestere necessitano di solventi; sulla lana, richiedono metodi più delicati. Questo strumento abbina macchie, tipi di fibre e agenti chimici per offrirti la migliore strategia di rimozione senza danneggiare il tessuto.',
43
+ },
44
+ {
45
+ type: 'title',
46
+ level: 2,
47
+ text: 'Prova di Combustione: Identifica le Fibre Bruciandole',
48
+ },
49
+ {
50
+ type: 'paragraph',
51
+ html: 'Storicamente, gli esperti di tessili hanno utilizzato prove di combustione per identificare le fibre: il comportamento della fiamma, l\'odore e il residuo rivelano la natura chimica della fibra. Le fibre naturali (cellulosa, proteine) hanno caratteristiche diverse da quelle sintetiche (plastiche derivate dal petrolio).',
52
+ },
53
+ {
54
+ type: 'title',
55
+ level: 2,
56
+ text: 'Strumenti per Tessitori e Sarti',
57
+ },
58
+ {
59
+ type: 'paragraph',
60
+ html: 'Se sei un appassionato di sartoria, maglia o uncinetto, disponiamo di calcolatori avanzati: dai convertitori di aghi ai calcoli del consumo di tessuto, ridimensionatori di cartamodelli che rispettano le proporzioni e utilità di tensione (gauge) che assicurano che il tuo progetto finale abbia esattamente le dimensioni desiderate.',
61
+ },
62
+ {
63
+ type: 'title',
64
+ level: 2,
65
+ text: 'Consumismo Consapevole e Moda Sostenibile',
66
+ },
67
+ {
68
+ type: 'paragraph',
69
+ html: 'Ogni acquisto di abbigliamento è una decisione con un impatto ambientale e sociale. Capire la composizione tessile è il primo passo verso il consumismo consapevole. Le fibre naturali degradabili (cotone, lino, lana) hanno un impatto ambientale molto diverso rispetto ai sintetici (poliestere, acrilico), che impiegheranno 200 anni per decomporsi.',
70
+ },
71
+ {
72
+ type: 'paragraph',
73
+ html: 'I nostri strumenti ti permettono di fare acquisti più intelligenti, prenderti cura meglio dei tuoi capi e prolungarne la vita utile - l\'atto più sostenibile possibile.',
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: '裁縫、編み物、かぎ針編みの愛好家の方には、針のコンバーターから生地の消費量計算、比率を維持したパターンのスケーラー、最終的なプロジェクトが正確に希望通りの寸法になるようにするゲージ・ユーティリティまで、高度な計算機を用意しています。',
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: '裁縫、編み物、かぎ針編みの愛好家の方には、針のコンバーターから生地の消費量計算、比率を維持したパターンのスケーラー、最終的なプロジェクトが正確に希望通りの寸法になるようにするゲージ・ユーティリティまで、高度な計算機を用意しています。',
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,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: '재봉, 뜨개질, 코바늘 뜨개질 애호가라면 바늘 변환기부터 원단 소요량 계산, 비율을 유지하는 패턴 스케일러, 최종 프로젝트가 원하는 크기로 정확히 완성되도록 돕는 게이지 유틸리티까지 다양한 고급 계산기를 확인해 보세요.',
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: '재봉, 뜨개질, 코바늘 뜨개질 애호가라면 바늘 변환기부터 원단 소요량 계산, 비율을 유지하는 패턴 스케일러, 최종 프로젝트가 원하는 크기로 정확히 완성되도록 돕는 게이지 유틸리티까지 다양한 고급 계산기를 확인해 보세요.',
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
+ };