@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,87 +1,87 @@
1
- import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
- import type { ToolLocaleContent } from '../../../types';
3
- import { bibliography } from '../bibliography';
4
- import type { SewingPatternScalerUI } from '../ui';
5
-
6
- const slug = 'sewing-pattern-scaler';
7
- const title = '온라인 양재 패턴 사이즈 조절(그레이딩) 도구';
8
- const description = '기존의 양재 패턴을 실제 내 몸 치수에 맞게 조정하세요. 차분 계산 방식의 스케일링 계산기와 업데이트된 패턴 미리보기.';
9
-
10
- const faqData = [
11
- {
12
- question: '왜 어깨는 가슴만큼 커지지 않나요?',
13
- answer: '인체는 단순한 구 형상이 아니기 때문입니다. 가슴 부위의 부피는 크게 변할 수 있지만, 골격과 어깨 같은 관절 포인트는 상대적으로 고정되어 있습니다. 전문적인 그레이딩은 옷의 형태가 무너지지 않도록 부위별로 차등적인 계수를 적용합니다.',
14
- },
15
- {
16
- question: "'여유분(Ease)'이란 무엇인가요?",
17
- answer: '내 몸과 옷감 사이의 남는 공간을 말합니다. 여유분이 없으면 움직일 수 없습니다. 우리 계산기는 이 여유분을 유지하여, 디자이너가 의도한 실루엣은 지키면서 실제 내 체형에 딱 맞도록 변환해 줍니다.',
18
- },
19
- {
20
- question: '니트나 저지 원단용 패턴도 스케일링할 수 있나요?',
21
- answer: '네, 가능합니다. 다만 신축성 있는 원단은 보통 "마이너스 여유분(negative ease)"을 가진다는 점에 유의하세요. 매우 타이트한 패턴인 경우, 새로 선택한 원단의 신축성이 원래 패턴에서 권장하는 원단과 동일한지 확인해야 합니다.',
22
- },
23
- ];
24
-
25
- const howToData = [
26
- {
27
- name: '패턴 치수 측정',
28
- text: '원본 종이 패턴에서 주요 가로선(가슴, 허리, 엉덩이)의 길이를 시접에서 시접까지 측정하세요.',
29
- },
30
- {
31
- name: '원본 설정',
32
- text: '측정한 치수나 패턴의 사이즈를 도구의 "원본(Origin)" 열에 입력하세요.',
33
- },
34
- {
35
- name: '목표 수치 입력',
36
- text: '자신의 실제 신체 치수나 만들고자 하는 목표 사이즈를 입력하세요. 도구가 부위별로 정확한 차이를 계산합니다.',
37
- },
38
- {
39
- name: '실제 재단 시 적용',
40
- text: '"재단 작업 안내"에 따라 패턴의 옆선이나 밑단에서 센티미터를 더하거나 빼서 조정하세요.',
41
- },
42
- ];
43
-
44
- const faqSchema: WithContext<FAQPage> = {
45
- '@context': 'https://schema.org',
46
- '@type': 'FAQPage',
47
- mainEntity: faqData.map((item) => ({
48
- '@type': 'Question',
49
- name: item.question,
50
- acceptedAnswer: { '@type': 'Answer', text: item.answer },
51
- })),
52
- };
53
-
54
- const howToSchema: WithContext<HowTo> = {
55
- '@context': 'https://schema.org',
56
- '@type': 'HowTo',
57
- name: title,
58
- description,
59
- step: howToData.map((step) => ({
60
- '@type': 'HowToStep',
61
- name: step.name,
62
- text: step.text,
63
- })),
64
- };
65
-
66
- const appSchema: WithContext<SoftwareApplication> = {
67
- '@context': 'https://schema.org',
68
- '@type': 'SoftwareApplication',
69
- name: title,
70
- description,
71
- applicationCategory: 'UtilityApplication',
72
- operatingSystem: 'All',
73
- offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
74
- inLanguage: 'ko',
75
- };
76
-
77
- export const content: ToolLocaleContent<SewingPatternScalerUI> = {
78
- slug,
79
- title,
80
- description,
81
- faq: faqData,
82
- bibliography: bibliography,
83
- howTo: howToData,
84
- schemas: [faqSchema, howToSchema, appSchema],
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import { bibliography } from '../bibliography';
4
+ import type { SewingPatternScalerUI } from '../ui';
5
+
6
+ const slug = 'sewing-pattern-scaler';
7
+ const title = '온라인 양재 패턴 사이즈 조절(그레이딩) 도구';
8
+ const description = '기존의 양재 패턴을 실제 내 몸 치수에 맞게 조정하세요. 차분 계산 방식의 스케일링 계산기와 업데이트된 패턴 미리보기.';
9
+
10
+ const faqData = [
11
+ {
12
+ question: '왜 어깨는 가슴만큼 커지지 않나요?',
13
+ answer: '인체는 단순한 구 형상이 아니기 때문입니다. 가슴 부위의 부피는 크게 변할 수 있지만, 골격과 어깨 같은 관절 포인트는 상대적으로 고정되어 있습니다. 전문적인 그레이딩은 옷의 형태가 무너지지 않도록 부위별로 차등적인 계수를 적용합니다.',
14
+ },
15
+ {
16
+ question: "'여유분(Ease)'이란 무엇인가요?",
17
+ answer: '내 몸과 옷감 사이의 남는 공간을 말합니다. 여유분이 없으면 움직일 수 없습니다. 우리 계산기는 이 여유분을 유지하여, 디자이너가 의도한 실루엣은 지키면서 실제 내 체형에 딱 맞도록 변환해 줍니다.',
18
+ },
19
+ {
20
+ question: '니트나 저지 원단용 패턴도 스케일링할 수 있나요?',
21
+ answer: '네, 가능합니다. 다만 신축성 있는 원단은 보통 "마이너스 여유분(negative ease)"을 가진다는 점에 유의하세요. 매우 타이트한 패턴인 경우, 새로 선택한 원단의 신축성이 원래 패턴에서 권장하는 원단과 동일한지 확인해야 합니다.',
22
+ },
23
+ ];
24
+
25
+ const howToData = [
26
+ {
27
+ name: '패턴 치수 측정',
28
+ text: '원본 종이 패턴에서 주요 가로선(가슴, 허리, 엉덩이)의 길이를 시접에서 시접까지 측정하세요.',
29
+ },
30
+ {
31
+ name: '원본 설정',
32
+ text: '측정한 치수나 패턴의 사이즈를 도구의 "원본(Origin)" 열에 입력하세요.',
33
+ },
34
+ {
35
+ name: '목표 수치 입력',
36
+ text: '자신의 실제 신체 치수나 만들고자 하는 목표 사이즈를 입력하세요. 도구가 부위별로 정확한 차이를 계산합니다.',
37
+ },
38
+ {
39
+ name: '실제 재단 시 적용',
40
+ text: '"재단 작업 안내"에 따라 패턴의 옆선이나 밑단에서 센티미터를 더하거나 빼서 조정하세요.',
41
+ },
42
+ ];
43
+
44
+ const faqSchema: WithContext<FAQPage> = {
45
+ '@context': 'https://schema.org',
46
+ '@type': 'FAQPage',
47
+ mainEntity: faqData.map((item) => ({
48
+ '@type': 'Question',
49
+ name: item.question,
50
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
51
+ })),
52
+ };
53
+
54
+ const howToSchema: WithContext<HowTo> = {
55
+ '@context': 'https://schema.org',
56
+ '@type': 'HowTo',
57
+ name: title,
58
+ description,
59
+ step: howToData.map((step) => ({
60
+ '@type': 'HowToStep',
61
+ name: step.name,
62
+ text: step.text,
63
+ })),
64
+ };
65
+
66
+ const appSchema: WithContext<SoftwareApplication> = {
67
+ '@context': 'https://schema.org',
68
+ '@type': 'SoftwareApplication',
69
+ name: title,
70
+ description,
71
+ applicationCategory: 'UtilityApplication',
72
+ operatingSystem: 'All',
73
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
74
+ inLanguage: 'ko',
75
+ };
76
+
77
+ export const content: ToolLocaleContent<SewingPatternScalerUI> = {
78
+ slug,
79
+ title,
80
+ description,
81
+ faq: faqData,
82
+ bibliography: bibliography,
83
+ howTo: howToData,
84
+ schemas: [faqSchema, howToSchema, appSchema],
85
85
  seo: [
86
86
  {
87
87
  type: 'title',
@@ -150,33 +150,33 @@ export const content: ToolLocaleContent<SewingPatternScalerUI> = {
150
150
  ],
151
151
  },
152
152
  ],
153
- ui: {
154
- labelSystem: '작업 시스템',
155
- modeStandard: '표준 사이즈',
156
- modeCustom: '실제 치수 입력',
157
- labelPatternSize: '패턴 사이즈',
158
- labelTargetSize: '목표 사이즈',
159
- labelOriginMeasures: '원본 측정 수치',
160
- labelTargetMeasures: '나의 신체 치수',
161
- labelEase: '현재 여유분(Ease)',
162
- labelChest: '가슴',
163
- labelWaist: '허리',
164
- labelHips: '엉덩이',
165
- labelLength: '길이',
166
- resBust: '바스트',
167
- resWaist: '허리',
168
- resHips: '엉덩이',
169
- resLength: '길이',
170
- actionLatAdd: '추가',
171
- actionLatRemove: '제거',
172
- actionLatSuffix: ' (패턴 옆선 조정)',
173
- actionLatNote: '※패턴 1/4 조각당 조정 수치',
174
- actionLenExtend: '길이 늘이기',
175
- actionLenShorten: '길이 줄이기',
176
- actionLenNote: '밑단 선에서 조정',
177
- legendOriginal: '원본 패턴',
178
- legendUpdated: '업데이트됨',
179
- warnText: '3단계 이상의 사이즈 차이입니다. 진동둘레 왜곡에 유의하세요.',
180
- sizePrefix: '사이즈',
181
- },
182
- };
153
+ ui: {
154
+ labelSystem: '작업 시스템',
155
+ modeStandard: '표준 사이즈',
156
+ modeCustom: '실제 치수 입력',
157
+ labelPatternSize: '패턴 사이즈',
158
+ labelTargetSize: '목표 사이즈',
159
+ labelOriginMeasures: '원본 측정 수치',
160
+ labelTargetMeasures: '나의 신체 치수',
161
+ labelEase: '현재 여유분(Ease)',
162
+ labelChest: '가슴',
163
+ labelWaist: '허리',
164
+ labelHips: '엉덩이',
165
+ labelLength: '길이',
166
+ resBust: '바스트',
167
+ resWaist: '허리',
168
+ resHips: '엉덩이',
169
+ resLength: '길이',
170
+ actionLatAdd: '추가',
171
+ actionLatRemove: '제거',
172
+ actionLatSuffix: ' (패턴 옆선 조정)',
173
+ actionLatNote: '※패턴 1/4 조각당 조정 수치',
174
+ actionLenExtend: '길이 늘이기',
175
+ actionLenShorten: '길이 줄이기',
176
+ actionLenNote: '밑단 선에서 조정',
177
+ legendOriginal: '원본 패턴',
178
+ legendUpdated: '업데이트됨',
179
+ warnText: '3단계 이상의 사이즈 차이입니다. 진동둘레 왜곡에 유의하세요.',
180
+ sizePrefix: '사이즈',
181
+ },
182
+ };
@@ -1,87 +1,87 @@
1
- import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
- import type { ToolLocaleContent } from '../../../types';
3
- import { bibliography } from '../bibliography';
4
- import type { SewingPatternScalerUI } from '../ui';
5
-
6
- const slug = 'naaipatroon-skalierer';
7
- const title = 'Online Naaipatroon Skalierer';
8
- const description = 'Pas elk naaipatroon aan je werkelijke maten aan. Calculator voor differentiële schaling met een voorbeeld van het bijgewerkte patroon.';
9
-
10
- const faqData = [
11
- {
12
- question: 'Waarom groeit de schouder niet evenzeer als de borst?',
13
- answer: 'Het menselijk lichaam is geen bol. Terwijl het volume van de romp aanzienlijk kan variëren, zijn het skelet en de gewrichtspunten zoals de schouder veel statischer. Een professionele schaling (grading) past gedifferentieerde factoren toe om het kledingstuk niet uit balans te brengen.',
14
- },
15
- {
16
- question: 'Wat is "overwijdte" of "ease"?',
17
- answer: 'Het is de extra ruimte tussen je lichaam en de stof. Zonder overwijdte zou je niet kunnen bewegen. Onze calculator behoudt deze overwijdte zodat het kledingstuk je past zoals de ontwerper het heeft bedoeld, maar aangepast aan je werkelijke contouren.',
18
- },
19
- {
20
- question: 'Kan ik een patroon voor breiwerk of jersey schalen?',
21
- answer: 'Ja, maar houd er rekening mee dat elastische stoffen vaak een negatieve overwijdte hebben. Als het patroon erg strak zit, zorg er dan voor dat de elasticiteitsfactor van de nieuwe stof die je kiest hetzelfde is als die van de originele stof.',
22
- },
23
- ];
24
-
25
- const howToData = [
26
- {
27
- name: 'Meet je patroon',
28
- text: 'Meet de belangrijkste horizontale lijnen (borst, taille en heup) op de papieren delen van je originele patroon, van naad tot naad.',
29
- },
30
- {
31
- name: 'Stel de oorsprong in',
32
- text: 'Voer de maat van het patroon of de maten die je hebt gemeten in de kolom "Oorsprong" van onze tool in.',
33
- },
34
- {
35
- name: 'Voer de bestemming in',
36
- text: 'Voer je werkelijke maten in of de maat die je wilt bereiken. De tool berekent het exacte verschil per zone.',
37
- },
38
- {
39
- name: 'Toepassen op de kniptafel',
40
- text: 'Volg de instructies van "Acties op de Kniptafel" om centimeters toe te voegen of te verwijderen aan de zijkanten en onderkanten van je panden.',
41
- },
42
- ];
43
-
44
- const faqSchema: WithContext<FAQPage> = {
45
- '@context': 'https://schema.org',
46
- '@type': 'FAQPage',
47
- mainEntity: faqData.map((item) => ({
48
- '@type': 'Question',
49
- name: item.question,
50
- acceptedAnswer: { '@type': 'Answer', text: item.answer },
51
- })),
52
- };
53
-
54
- const howToSchema: WithContext<HowTo> = {
55
- '@context': 'https://schema.org',
56
- '@type': 'HowTo',
57
- name: title,
58
- description,
59
- step: howToData.map((step) => ({
60
- '@type': 'HowToStep',
61
- name: step.name,
62
- text: step.text,
63
- })),
64
- };
65
-
66
- const appSchema: WithContext<SoftwareApplication> = {
67
- '@context': 'https://schema.org',
68
- '@type': 'SoftwareApplication',
69
- name: title,
70
- description,
71
- applicationCategory: 'UtilityApplication',
72
- operatingSystem: 'All',
73
- offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
74
- inLanguage: 'nl',
75
- };
76
-
77
- export const content: ToolLocaleContent<SewingPatternScalerUI> = {
78
- slug,
79
- title,
80
- description,
81
- faq: faqData,
82
- bibliography: bibliography,
83
- howTo: howToData,
84
- schemas: [faqSchema, howToSchema, appSchema],
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import { bibliography } from '../bibliography';
4
+ import type { SewingPatternScalerUI } from '../ui';
5
+
6
+ const slug = 'naaipatroon-skalierer';
7
+ const title = 'Online Naaipatroon Skalierer';
8
+ const description = 'Pas elk naaipatroon aan je werkelijke maten aan. Calculator voor differentiële schaling met een voorbeeld van het bijgewerkte patroon.';
9
+
10
+ const faqData = [
11
+ {
12
+ question: 'Waarom groeit de schouder niet evenzeer als de borst?',
13
+ answer: 'Het menselijk lichaam is geen bol. Terwijl het volume van de romp aanzienlijk kan variëren, zijn het skelet en de gewrichtspunten zoals de schouder veel statischer. Een professionele schaling (grading) past gedifferentieerde factoren toe om het kledingstuk niet uit balans te brengen.',
14
+ },
15
+ {
16
+ question: 'Wat is "overwijdte" of "ease"?',
17
+ answer: 'Het is de extra ruimte tussen je lichaam en de stof. Zonder overwijdte zou je niet kunnen bewegen. Onze calculator behoudt deze overwijdte zodat het kledingstuk je past zoals de ontwerper het heeft bedoeld, maar aangepast aan je werkelijke contouren.',
18
+ },
19
+ {
20
+ question: 'Kan ik een patroon voor breiwerk of jersey schalen?',
21
+ answer: 'Ja, maar houd er rekening mee dat elastische stoffen vaak een negatieve overwijdte hebben. Als het patroon erg strak zit, zorg er dan voor dat de elasticiteitsfactor van de nieuwe stof die je kiest hetzelfde is als die van de originele stof.',
22
+ },
23
+ ];
24
+
25
+ const howToData = [
26
+ {
27
+ name: 'Meet je patroon',
28
+ text: 'Meet de belangrijkste horizontale lijnen (borst, taille en heup) op de papieren delen van je originele patroon, van naad tot naad.',
29
+ },
30
+ {
31
+ name: 'Stel de oorsprong in',
32
+ text: 'Voer de maat van het patroon of de maten die je hebt gemeten in de kolom "Oorsprong" van onze tool in.',
33
+ },
34
+ {
35
+ name: 'Voer de bestemming in',
36
+ text: 'Voer je werkelijke maten in of de maat die je wilt bereiken. De tool berekent het exacte verschil per zone.',
37
+ },
38
+ {
39
+ name: 'Toepassen op de kniptafel',
40
+ text: 'Volg de instructies van "Acties op de Kniptafel" om centimeters toe te voegen of te verwijderen aan de zijkanten en onderkanten van je panden.',
41
+ },
42
+ ];
43
+
44
+ const faqSchema: WithContext<FAQPage> = {
45
+ '@context': 'https://schema.org',
46
+ '@type': 'FAQPage',
47
+ mainEntity: faqData.map((item) => ({
48
+ '@type': 'Question',
49
+ name: item.question,
50
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
51
+ })),
52
+ };
53
+
54
+ const howToSchema: WithContext<HowTo> = {
55
+ '@context': 'https://schema.org',
56
+ '@type': 'HowTo',
57
+ name: title,
58
+ description,
59
+ step: howToData.map((step) => ({
60
+ '@type': 'HowToStep',
61
+ name: step.name,
62
+ text: step.text,
63
+ })),
64
+ };
65
+
66
+ const appSchema: WithContext<SoftwareApplication> = {
67
+ '@context': 'https://schema.org',
68
+ '@type': 'SoftwareApplication',
69
+ name: title,
70
+ description,
71
+ applicationCategory: 'UtilityApplication',
72
+ operatingSystem: 'All',
73
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
74
+ inLanguage: 'nl',
75
+ };
76
+
77
+ export const content: ToolLocaleContent<SewingPatternScalerUI> = {
78
+ slug,
79
+ title,
80
+ description,
81
+ faq: faqData,
82
+ bibliography: bibliography,
83
+ howTo: howToData,
84
+ schemas: [faqSchema, howToSchema, appSchema],
85
85
  seo: [
86
86
  {
87
87
  type: 'title',
@@ -150,33 +150,33 @@ export const content: ToolLocaleContent<SewingPatternScalerUI> = {
150
150
  ],
151
151
  },
152
152
  ],
153
- ui: {
154
- labelSystem: 'WERKSYSTEEM',
155
- modeStandard: 'Standaardmaten',
156
- modeCustom: 'Werkelijke Maten',
157
- labelPatternSize: 'Patroonmaat',
158
- labelTargetSize: 'Doelmaat',
159
- labelOriginMeasures: 'OORSPRONGMATEN',
160
- labelTargetMeasures: 'JOUW MATEN',
161
- labelEase: 'Huidige Overwijdte (Ease)',
162
- labelChest: 'Borst',
163
- labelWaist: 'Taille',
164
- labelHips: 'Heup',
165
- labelLength: 'Lengte',
166
- resBust: 'Buste',
167
- resWaist: 'Taille',
168
- resHips: 'Heup',
169
- resLength: 'Lengte',
170
- actionLatAdd: 'Voeg toe',
171
- actionLatRemove: 'Verwijder',
172
- actionLatSuffix: 'aan de zijkant van het pand',
173
- actionLatNote: 'Aanpassing per kwart patroon',
174
- actionLenExtend: 'Verleng het patroon',
175
- actionLenShorten: 'Verkort het patroon',
176
- actionLenNote: 'Aanpassing op de zoomlijn',
177
- legendOriginal: 'Origineel',
178
- legendUpdated: 'Bijgewerkt',
179
- warnText: 'Schaling groter dan 3 maten. Risico op vervorming in het armsgat.',
180
- sizePrefix: 'Maat',
181
- },
182
- };
153
+ ui: {
154
+ labelSystem: 'WERKSYSTEEM',
155
+ modeStandard: 'Standaardmaten',
156
+ modeCustom: 'Werkelijke Maten',
157
+ labelPatternSize: 'Patroonmaat',
158
+ labelTargetSize: 'Doelmaat',
159
+ labelOriginMeasures: 'OORSPRONGMATEN',
160
+ labelTargetMeasures: 'JOUW MATEN',
161
+ labelEase: 'Huidige Overwijdte (Ease)',
162
+ labelChest: 'Borst',
163
+ labelWaist: 'Taille',
164
+ labelHips: 'Heup',
165
+ labelLength: 'Lengte',
166
+ resBust: 'Buste',
167
+ resWaist: 'Taille',
168
+ resHips: 'Heup',
169
+ resLength: 'Lengte',
170
+ actionLatAdd: 'Voeg toe',
171
+ actionLatRemove: 'Verwijder',
172
+ actionLatSuffix: 'aan de zijkant van het pand',
173
+ actionLatNote: 'Aanpassing per kwart patroon',
174
+ actionLenExtend: 'Verleng het patroon',
175
+ actionLenShorten: 'Verkort het patroon',
176
+ actionLenNote: 'Aanpassing op de zoomlijn',
177
+ legendOriginal: 'Origineel',
178
+ legendUpdated: 'Bijgewerkt',
179
+ warnText: 'Schaling groter dan 3 maten. Risico op vervorming in het armsgat.',
180
+ sizePrefix: 'Maat',
181
+ },
182
+ };