@jjlmoya/utils-textiles 1.4.0 → 1.6.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 (181) hide show
  1. package/package.json +59 -58
  2. package/src/category/i18n/de.ts +76 -0
  3. package/src/category/i18n/fr.ts +33 -30
  4. package/src/category/i18n/id.ts +76 -0
  5. package/src/category/i18n/it.ts +76 -0
  6. package/src/category/i18n/ja.ts +76 -0
  7. package/src/category/i18n/ko.ts +76 -0
  8. package/src/category/i18n/nl.ts +76 -0
  9. package/src/category/i18n/pl.ts +76 -0
  10. package/src/category/i18n/pt.ts +76 -0
  11. package/src/category/i18n/ru.ts +76 -0
  12. package/src/category/i18n/sv.ts +76 -0
  13. package/src/category/i18n/tr.ts +76 -0
  14. package/src/category/i18n/zh.ts +76 -0
  15. package/src/category/index.ts +39 -7
  16. package/src/index.ts +1 -1
  17. package/src/tests/i18n_coverage.test.ts +36 -0
  18. package/src/tests/schemas_fulfillment.test.ts +23 -0
  19. package/src/tests/slug_language_code_format.test.ts +23 -0
  20. package/src/tests/slug_uniqueness.test.ts +81 -0
  21. package/src/tests/title_quality.test.ts +55 -0
  22. package/src/tool/burnTest/i18n/de.ts +225 -0
  23. package/src/tool/burnTest/i18n/id.ts +225 -0
  24. package/src/tool/burnTest/i18n/it.ts +225 -0
  25. package/src/tool/burnTest/i18n/ja.ts +225 -0
  26. package/src/tool/burnTest/i18n/ko.ts +225 -0
  27. package/src/tool/burnTest/i18n/nl.ts +225 -0
  28. package/src/tool/burnTest/i18n/pl.ts +225 -0
  29. package/src/tool/burnTest/i18n/pt.ts +225 -0
  30. package/src/tool/burnTest/i18n/ru.ts +225 -0
  31. package/src/tool/burnTest/i18n/sv.ts +225 -0
  32. package/src/tool/burnTest/i18n/tr.ts +225 -0
  33. package/src/tool/burnTest/i18n/zh.ts +225 -0
  34. package/src/tool/burnTest/index.ts +15 -7
  35. package/src/tool/clothingSizeConverter/i18n/de.ts +356 -0
  36. package/src/tool/clothingSizeConverter/i18n/id.ts +356 -0
  37. package/src/tool/clothingSizeConverter/i18n/it.ts +356 -0
  38. package/src/tool/clothingSizeConverter/i18n/ja.ts +356 -0
  39. package/src/tool/clothingSizeConverter/i18n/ko.ts +356 -0
  40. package/src/tool/clothingSizeConverter/i18n/nl.ts +356 -0
  41. package/src/tool/clothingSizeConverter/i18n/pl.ts +356 -0
  42. package/src/tool/clothingSizeConverter/i18n/pt.ts +356 -0
  43. package/src/tool/clothingSizeConverter/i18n/ru.ts +356 -0
  44. package/src/tool/clothingSizeConverter/i18n/sv.ts +356 -0
  45. package/src/tool/clothingSizeConverter/i18n/tr.ts +356 -0
  46. package/src/tool/clothingSizeConverter/i18n/zh.ts +356 -0
  47. package/src/tool/clothingSizeConverter/index.ts +15 -7
  48. package/src/tool/fabricProjectCalculator/i18n/de.ts +250 -0
  49. package/src/tool/fabricProjectCalculator/i18n/id.ts +250 -0
  50. package/src/tool/fabricProjectCalculator/i18n/it.ts +250 -0
  51. package/src/tool/fabricProjectCalculator/i18n/ja.ts +250 -0
  52. package/src/tool/fabricProjectCalculator/i18n/ko.ts +250 -0
  53. package/src/tool/fabricProjectCalculator/i18n/nl.ts +250 -0
  54. package/src/tool/fabricProjectCalculator/i18n/pl.ts +250 -0
  55. package/src/tool/fabricProjectCalculator/i18n/pt.ts +250 -0
  56. package/src/tool/fabricProjectCalculator/i18n/ru.ts +250 -0
  57. package/src/tool/fabricProjectCalculator/i18n/sv.ts +250 -0
  58. package/src/tool/fabricProjectCalculator/i18n/tr.ts +250 -0
  59. package/src/tool/fabricProjectCalculator/i18n/zh.ts +250 -0
  60. package/src/tool/fabricProjectCalculator/index.ts +15 -7
  61. package/src/tool/fabricTruth/i18n/de.ts +282 -0
  62. package/src/tool/fabricTruth/i18n/en.ts +1 -1
  63. package/src/tool/fabricTruth/i18n/fr.ts +1 -1
  64. package/src/tool/fabricTruth/i18n/id.ts +282 -0
  65. package/src/tool/fabricTruth/i18n/it.ts +282 -0
  66. package/src/tool/fabricTruth/i18n/ja.ts +282 -0
  67. package/src/tool/fabricTruth/i18n/ko.ts +282 -0
  68. package/src/tool/fabricTruth/i18n/nl.ts +282 -0
  69. package/src/tool/fabricTruth/i18n/pl.ts +282 -0
  70. package/src/tool/fabricTruth/i18n/pt.ts +282 -0
  71. package/src/tool/fabricTruth/i18n/ru.ts +282 -0
  72. package/src/tool/fabricTruth/i18n/sv.ts +282 -0
  73. package/src/tool/fabricTruth/i18n/tr.ts +282 -0
  74. package/src/tool/fabricTruth/i18n/zh.ts +286 -0
  75. package/src/tool/fabricTruth/index.ts +15 -7
  76. package/src/tool/fiberPrep/i18n/de.ts +225 -0
  77. package/src/tool/fiberPrep/i18n/id.ts +225 -0
  78. package/src/tool/fiberPrep/i18n/it.ts +225 -0
  79. package/src/tool/fiberPrep/i18n/ja.ts +225 -0
  80. package/src/tool/fiberPrep/i18n/ko.ts +225 -0
  81. package/src/tool/fiberPrep/i18n/nl.ts +225 -0
  82. package/src/tool/fiberPrep/i18n/pl.ts +225 -0
  83. package/src/tool/fiberPrep/i18n/pt.ts +225 -0
  84. package/src/tool/fiberPrep/i18n/ru.ts +225 -0
  85. package/src/tool/fiberPrep/i18n/sv.ts +225 -0
  86. package/src/tool/fiberPrep/i18n/tr.ts +225 -0
  87. package/src/tool/fiberPrep/i18n/zh.ts +225 -0
  88. package/src/tool/fiberPrep/index.ts +15 -7
  89. package/src/tool/knittingGauge/i18n/de.ts +234 -0
  90. package/src/tool/knittingGauge/i18n/id.ts +234 -0
  91. package/src/tool/knittingGauge/i18n/it.ts +234 -0
  92. package/src/tool/knittingGauge/i18n/ja.ts +234 -0
  93. package/src/tool/knittingGauge/i18n/ko.ts +234 -0
  94. package/src/tool/knittingGauge/i18n/nl.ts +234 -0
  95. package/src/tool/knittingGauge/i18n/pl.ts +234 -0
  96. package/src/tool/knittingGauge/i18n/pt.ts +234 -0
  97. package/src/tool/knittingGauge/i18n/ru.ts +234 -0
  98. package/src/tool/knittingGauge/i18n/sv.ts +234 -0
  99. package/src/tool/knittingGauge/i18n/tr.ts +234 -0
  100. package/src/tool/knittingGauge/i18n/zh.ts +234 -0
  101. package/src/tool/knittingGauge/index.ts +15 -7
  102. package/src/tool/laundryGuide/i18n/de.ts +275 -0
  103. package/src/tool/laundryGuide/i18n/id.ts +275 -0
  104. package/src/tool/laundryGuide/i18n/it.ts +275 -0
  105. package/src/tool/laundryGuide/i18n/ja.ts +275 -0
  106. package/src/tool/laundryGuide/i18n/ko.ts +275 -0
  107. package/src/tool/laundryGuide/i18n/nl.ts +275 -0
  108. package/src/tool/laundryGuide/i18n/pl.ts +275 -0
  109. package/src/tool/laundryGuide/i18n/pt.ts +275 -0
  110. package/src/tool/laundryGuide/i18n/ru.ts +275 -0
  111. package/src/tool/laundryGuide/i18n/sv.ts +275 -0
  112. package/src/tool/laundryGuide/i18n/tr.ts +275 -0
  113. package/src/tool/laundryGuide/i18n/zh.ts +275 -0
  114. package/src/tool/laundryGuide/index.ts +15 -7
  115. package/src/tool/needleConverter/i18n/de.ts +212 -0
  116. package/src/tool/needleConverter/i18n/id.ts +212 -0
  117. package/src/tool/needleConverter/i18n/it.ts +212 -0
  118. package/src/tool/needleConverter/i18n/ja.ts +212 -0
  119. package/src/tool/needleConverter/i18n/ko.ts +212 -0
  120. package/src/tool/needleConverter/i18n/nl.ts +212 -0
  121. package/src/tool/needleConverter/i18n/pl.ts +212 -0
  122. package/src/tool/needleConverter/i18n/pt.ts +212 -0
  123. package/src/tool/needleConverter/i18n/ru.ts +212 -0
  124. package/src/tool/needleConverter/i18n/sv.ts +212 -0
  125. package/src/tool/needleConverter/i18n/tr.ts +212 -0
  126. package/src/tool/needleConverter/i18n/zh.ts +212 -0
  127. package/src/tool/needleConverter/index.ts +15 -7
  128. package/src/tool/sewingPatternScaler/i18n/de.ts +227 -0
  129. package/src/tool/sewingPatternScaler/i18n/id.ts +227 -0
  130. package/src/tool/sewingPatternScaler/i18n/it.ts +227 -0
  131. package/src/tool/sewingPatternScaler/i18n/ja.ts +227 -0
  132. package/src/tool/sewingPatternScaler/i18n/ko.ts +227 -0
  133. package/src/tool/sewingPatternScaler/i18n/nl.ts +227 -0
  134. package/src/tool/sewingPatternScaler/i18n/pl.ts +227 -0
  135. package/src/tool/sewingPatternScaler/i18n/pt.ts +227 -0
  136. package/src/tool/sewingPatternScaler/i18n/ru.ts +227 -0
  137. package/src/tool/sewingPatternScaler/i18n/sv.ts +227 -0
  138. package/src/tool/sewingPatternScaler/i18n/tr.ts +227 -0
  139. package/src/tool/sewingPatternScaler/i18n/zh.ts +227 -0
  140. package/src/tool/sewingPatternScaler/index.ts +15 -7
  141. package/src/tool/shoeSizeConverter/i18n/de.ts +184 -0
  142. package/src/tool/shoeSizeConverter/i18n/id.ts +184 -0
  143. package/src/tool/shoeSizeConverter/i18n/it.ts +184 -0
  144. package/src/tool/shoeSizeConverter/i18n/ja.ts +184 -0
  145. package/src/tool/shoeSizeConverter/i18n/ko.ts +184 -0
  146. package/src/tool/shoeSizeConverter/i18n/nl.ts +184 -0
  147. package/src/tool/shoeSizeConverter/i18n/pl.ts +184 -0
  148. package/src/tool/shoeSizeConverter/i18n/pt.ts +184 -0
  149. package/src/tool/shoeSizeConverter/i18n/ru.ts +184 -0
  150. package/src/tool/shoeSizeConverter/i18n/sv.ts +184 -0
  151. package/src/tool/shoeSizeConverter/i18n/tr.ts +184 -0
  152. package/src/tool/shoeSizeConverter/i18n/zh.ts +184 -0
  153. package/src/tool/shoeSizeConverter/index.ts +15 -7
  154. package/src/tool/stainChemistry/i18n/de.ts +300 -0
  155. package/src/tool/stainChemistry/i18n/id.ts +300 -0
  156. package/src/tool/stainChemistry/i18n/it.ts +300 -0
  157. package/src/tool/stainChemistry/i18n/ja.ts +300 -0
  158. package/src/tool/stainChemistry/i18n/ko.ts +297 -0
  159. package/src/tool/stainChemistry/i18n/nl.ts +300 -0
  160. package/src/tool/stainChemistry/i18n/pl.ts +300 -0
  161. package/src/tool/stainChemistry/i18n/pt.ts +300 -0
  162. package/src/tool/stainChemistry/i18n/ru.ts +300 -0
  163. package/src/tool/stainChemistry/i18n/sv.ts +300 -0
  164. package/src/tool/stainChemistry/i18n/tr.ts +300 -0
  165. package/src/tool/stainChemistry/i18n/zh.ts +295 -0
  166. package/src/tool/stainChemistry/index.ts +15 -7
  167. package/src/tool/yarnCalculator/i18n/de.ts +310 -0
  168. package/src/tool/yarnCalculator/i18n/id.ts +310 -0
  169. package/src/tool/yarnCalculator/i18n/it.ts +310 -0
  170. package/src/tool/yarnCalculator/i18n/ja.ts +310 -0
  171. package/src/tool/yarnCalculator/i18n/ko.ts +310 -0
  172. package/src/tool/yarnCalculator/i18n/nl.ts +310 -0
  173. package/src/tool/yarnCalculator/i18n/pl.ts +310 -0
  174. package/src/tool/yarnCalculator/i18n/pt.ts +310 -0
  175. package/src/tool/yarnCalculator/i18n/ru.ts +310 -0
  176. package/src/tool/yarnCalculator/i18n/sv.ts +310 -0
  177. package/src/tool/yarnCalculator/i18n/tr.ts +310 -0
  178. package/src/tool/yarnCalculator/i18n/zh.ts +309 -0
  179. package/src/tool/yarnCalculator/index.ts +15 -7
  180. package/src/tools.ts +2 -0
  181. package/src/types.ts +1 -1
@@ -0,0 +1,227 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { SewingPatternScalerUI } from '../ui';
4
+
5
+ const slug = 'sviluppo-taglie-cartamodelli';
6
+ const title = 'Sviluppo Taglie Cartamodelli Online';
7
+ const description = 'Adatta qualsiasi cartamodello alle tue misure reali. Calcolatrice di sviluppo differenziale con anteprima del modello aggiornato.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Perché la spalla non cresce quanto il torace?',
12
+ answer: "Il corpo umano non è una sfera. Mentre il volume del busto può variare in modo significativo, lo scheletro e i punti di articolazione come la spalla sono molto più statici. Uno sviluppo professionale applica fattori differenziati per non sbilanciare il capo.",
13
+ },
14
+ {
15
+ question: "Cos'è la vestibilità o 'ease'?",
16
+ answer: "È lo spazio extra tra il tuo corpo e il tessuto. Senza vestibilità, non potresti muoverti. La nostra calcolatrice mantiene questa vestibilità affinché il capo ti stia come il designer l'ha concepito, ma adattato ai tuoi contorni reali.",
17
+ },
18
+ {
19
+ question: 'Posso sviluppare un modello di maglieria o jersey?',
20
+ answer: 'Sì, ma tieni presente che i tessuti elastici hanno solitamente una vestibilità negativa. Se il modello è molto aderente, assicurati che il fattore di elasticità del nuovo tessuto che scegli sia lo stesso di quello originale.',
21
+ },
22
+ ];
23
+
24
+ const howToData = [
25
+ {
26
+ name: 'Misura il tuo modello',
27
+ text: 'Misura le linee orizzontali chiave (torace, vita e fianchi) sui pezzi di carta del tuo cartamodello originale, da cucitura a cucitura.',
28
+ },
29
+ {
30
+ name: "Configura l'origine",
31
+ text: "Inserisci la taglia del modello o le misure che hai preso nella colonna 'Origine' del nostro strumento.",
32
+ },
33
+ {
34
+ name: 'Inserisci la destinazione',
35
+ text: 'Metti le tue misure reali o la taglia che vuoi raggiungere. Lo strumento calcolerà la differenza esatta per zona.',
36
+ },
37
+ {
38
+ name: 'Applica al tavolo da taglio',
39
+ text: "Segui le istruzioni 'Azioni sul Tavolo da Taglio' per aggiungere o togliere centimetri sui laterali e sugli orli dei tuoi pezzi.",
40
+ },
41
+ ];
42
+
43
+ const faqSchema: WithContext<FAQPage> = {
44
+ '@context': 'https://schema.org',
45
+ '@type': 'FAQPage',
46
+ mainEntity: faqData.map((item) => ({
47
+ '@type': 'Question',
48
+ name: item.question,
49
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
50
+ })),
51
+ };
52
+
53
+ const howToSchema: WithContext<HowTo> = {
54
+ '@context': 'https://schema.org',
55
+ '@type': 'HowTo',
56
+ name: title,
57
+ description,
58
+ step: howToData.map((step) => ({
59
+ '@type': 'HowToStep',
60
+ name: step.name,
61
+ text: step.text,
62
+ })),
63
+ };
64
+
65
+ const appSchema: WithContext<SoftwareApplication> = {
66
+ '@context': 'https://schema.org',
67
+ '@type': 'SoftwareApplication',
68
+ name: title,
69
+ description,
70
+ applicationCategory: 'UtilityApplication',
71
+ operatingSystem: 'All',
72
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
73
+ inLanguage: 'it',
74
+ };
75
+
76
+ export const content: ToolLocaleContent<SewingPatternScalerUI> = {
77
+ slug,
78
+ title,
79
+ description,
80
+ faqTitle: 'Domande Frequenti',
81
+ faq: faqData,
82
+ bibliographyTitle: 'Bibliografia',
83
+ bibliography: [
84
+ {
85
+ name: 'Patronaje: Las Bases - Teresa Gilewska',
86
+ url: 'https://www.scribd.com/document/696165843/patronaje-las-bases-by-teresa-gilewska',
87
+ },
88
+ {
89
+ name: 'Metric Pattern Cutting for Women\'s Wear - Winifred Aldrich',
90
+ url: 'https://download.e-bookshelf.de/download/0000/5989/88/L-G-0000598988-0002339537.pdf',
91
+ },
92
+ ],
93
+ howTo: howToData,
94
+ schemas: [faqSchema, howToSchema, appSchema],
95
+ seo: [
96
+ {
97
+ type: 'title',
98
+ text: 'Come Sviluppare le Taglie dei Cartamodelli: Guida Tecnica e Pratica',
99
+ level: 2,
100
+ },
101
+ {
102
+ type: 'paragraph',
103
+ html: "Lo <strong>sviluppo delle taglie</strong> (o <em>grading</em>) è una delle competenze più critiche nel mondo della confezione. Non si tratta semplicemente di ingrandire o ridurre un disegno in modo proporzionale; si tratta di adattare una struttura bidimensionale alle complesse curve e proporzioni del corpo umano, che non cresce in modo lineare.",
104
+ },
105
+ {
106
+ type: 'stats',
107
+ items: [
108
+ { value: 'Offline', label: 'Calcoli Locali', icon: 'mdi:calculator' },
109
+ { value: 'Differenziale', label: 'Sviluppo Proporzionale', icon: 'mdi:resize' },
110
+ { value: '100%', label: 'Sicuro e Privato', icon: 'mdi:lock' },
111
+ ],
112
+ columns: 3,
113
+ },
114
+ {
115
+ type: 'title',
116
+ text: "Cos'è esattamente lo sviluppo delle taglie?",
117
+ level: 3,
118
+ },
119
+ {
120
+ type: 'paragraph',
121
+ html: "Lo sviluppo (o <em>grading</em>) è il processo tecnico di aumentare o diminuire la dimensione di un modello base per creare una serie di taglie differenti. A differenza di un semplice zoom, lo sviluppo tiene conto del fatto che certe parti del corpo crescono più di altre. Ad esempio, la circonferenza del torace di solito varia più tra le taglie rispetto alla larghezza delle spalle o alla lunghezza del busto.",
122
+ },
123
+ {
124
+ type: 'title',
125
+ text: 'Il Segreto del Successo: La Vestibilità (Ease)',
126
+ level: 3,
127
+ },
128
+ {
129
+ type: 'list',
130
+ items: [
131
+ "<strong>Vestibilità di movimento:</strong> i centimetri extra necessari per respirare, sedersi e muovere le braccia senza che il tessuto si rompa.",
132
+ "<strong>Vestibilità di design:</strong> i centimetri che il designer ha aggiunto per creare una silhouette specifica (ad esempio, un cappotto oversize o una blusa vaporosa).",
133
+ ],
134
+ },
135
+ {
136
+ type: 'title',
137
+ text: 'Sviluppo Orizzontale vs. Verticale',
138
+ level: 3,
139
+ },
140
+ {
141
+ type: 'list',
142
+ items: [
143
+ "<strong>Asse Orizzontale (Circonferenze):</strong> Torace, Vita, Fianchi. Richiede maggiore regolazione. Si divide in quarti per ogni pezzo del cartamodello.",
144
+ "<strong>Asse Verticale (Lunghezze):</strong> Lunghezza davanti, lunghezza schiena, lunghezza totale. Influisce sulla posizione delle riprese e sulla linea della vita. Minore variazione tra taglie contigue.",
145
+ ],
146
+ },
147
+ {
148
+ type: 'title',
149
+ text: 'Come usare lo Sviluppatore di Cartamodelli',
150
+ level: 3,
151
+ },
152
+ {
153
+ type: 'list',
154
+ items: [
155
+ "<strong>Misura il tuo modello:</strong> prendi il pezzo di carta e misura da bordo a bordo sulle linee di torace, vita e fianchi.",
156
+ "<strong>Inserisci le misure d'origine:</strong> scrivi quelle misure nella colonna di sinistra e indica quale taglia rappresenta quel cartamodello.",
157
+ "<strong>Inserisci le tue misure o la taglia di destinazione:</strong> nella colonna di destra, metti le tue misure reali o la taglia che vuoi raggiungere.",
158
+ "<strong>Interpreta i risultati:</strong> la calcolatrice ti mostrerà quanto devi aggiungere o togliere in ogni zona specifica.",
159
+ ],
160
+ },
161
+ {
162
+ type: 'tip',
163
+ title: 'Consiglio per uno Sviluppo Professionale',
164
+ html: "<p><strong>Non sviluppare oltre due o tre taglie:</strong> se provi a passare da una taglia 36 a una 52, è molto probabile che il giromanica si deformi e il collo diventi enorme. In quei casi, è meglio ridisegnare il modello base usando le tue misure da zero.</p>",
165
+ },
166
+ {
167
+ type: 'title',
168
+ text: 'Vantaggi dello sviluppo digitale',
169
+ level: 3,
170
+ },
171
+ {
172
+ type: 'proscons',
173
+ items: [
174
+ {
175
+ pro: 'Mantiene la proporzione esatta del design originale.',
176
+ con: 'I giromanica possono richiedere una leggera sfumatura manuale.',
177
+ },
178
+ {
179
+ pro: 'Calcolo istantaneo della vestibilità necessaria.',
180
+ con: 'Non rileva automaticamente se il modello include già il margine di cucitura.',
181
+ },
182
+ {
183
+ pro: 'Visualizzazione grafica della crescita del pezzo.',
184
+ con: 'Richiede una presa misure iniziale molto precisa.',
185
+ },
186
+ ],
187
+ },
188
+ {
189
+ type: 'glossary',
190
+ items: [
191
+ { term: 'Differenziale', definition: 'Differenza di misura tra due taglie consecutive.' },
192
+ { term: 'Punti di Ancoraggio', definition: 'Zone del modello che non si muovono (solitamente il centro del davanti/schiena).' },
193
+ { term: 'Nido di Sviluppo', definition: 'Disegno sovrapposto di tutte le taglie sviluppate.' },
194
+ { term: 'Cartamodello Base', definition: 'Sagoma senza design né vestibilità che corrisponde alle misure del corpo.' },
195
+ ],
196
+ },
197
+ ],
198
+ ui: {
199
+ labelSystem: 'SISTEMA DI LAVORO',
200
+ modeStandard: 'Taglie Standard',
201
+ modeCustom: 'Misure Reali',
202
+ labelPatternSize: 'Taglia Modello',
203
+ labelTargetSize: 'Taglia Destino',
204
+ labelOriginMeasures: 'MISURE ORIGINE',
205
+ labelTargetMeasures: 'LE TUE MISURE',
206
+ labelEase: 'Vestibilità Attuale (Ease)',
207
+ labelChest: 'Torace',
208
+ labelWaist: 'Vita',
209
+ labelHips: 'Fianchi',
210
+ labelLength: 'Lunghezza',
211
+ resBust: 'Busto',
212
+ resWaist: 'Vita',
213
+ resHips: 'Fianchi',
214
+ resLength: 'Lunghezza',
215
+ actionLatAdd: 'Aggiungi',
216
+ actionLatRemove: 'Togli',
217
+ actionLatSuffix: 'al laterale del pezzo',
218
+ actionLatNote: 'Regolazione per quarto di modello',
219
+ actionLenExtend: 'Allunga il modello',
220
+ actionLenShorten: 'Accorcia il modello',
221
+ actionLenNote: "Regolazione sulla linea dell'orlo",
222
+ legendOriginal: 'Originale',
223
+ legendUpdated: 'Aggiornato',
224
+ warnText: 'Sviluppo superiore a 3 taglie. Rischio di deformazione nel giromanica.',
225
+ sizePrefix: 'Taglia',
226
+ },
227
+ };
@@ -0,0 +1,227 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { SewingPatternScalerUI } from '../ui';
4
+
5
+ const slug = 'sewing-pattern-scaler';
6
+ const title = 'オンライン型紙サイズ調整(グレーディング)ツール';
7
+ const description = 'お手持ちの型紙をご自身の実際のサイズに合わせて調整します。差分計算と更新後の型紙プレビュー機能を備えたスケーリングシミュレーター。';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'なぜ肩幅は胸囲と同じ比率で大きくならないのですか?',
12
+ answer: '人体は単純な球体ではないからです。胴体のボリュームが大幅に変わる一方で、骨格や関節(肩など)は比較的サイズが固定されています。プロのグレーディングでは、服のバランスを崩さないよう、部位ごとに異なる係数を適用します。',
13
+ },
14
+ {
15
+ question: '「ゆとり(イーズ)」とは何ですか?',
16
+ answer: 'イーズとは、体と布の間の余白のことです。ゆとりがなければ、体を動かすことができません。当ツールではこのゆとりを維持し、デザイナーが意図したシルエットを保ちながら、お客様の体型にピッタリ合うよう調整します。',
17
+ },
18
+ {
19
+ question: 'ニットやジャージー用の型紙もスケーリングできますか?',
20
+ answer: 'はい。ただし、収縮性のある生地(ストレッチ素材)は「マイナスのゆとり(負のイーズ)」を持つことが多い点に注意してください。非常にタイトなパターンの場合は、新しい生地の伸縮率が元の生地と同じであることを確認してください。',
21
+ },
22
+ ];
23
+
24
+ const howToData = [
25
+ {
26
+ name: 'パターンを計測',
27
+ text: '元の型紙(紙の状態)の主要な水平ライン(バスト、ウエスト、ヒップ)を、縫い目から縫い目まで測ります。',
28
+ },
29
+ {
30
+ name: '元の値を設定',
31
+ text: '計ったサイズ、または型紙の号数をツールの「元のサイズ(Origin)」列に入力します。',
32
+ },
33
+ {
34
+ name: '目標値を入力',
35
+ text: 'ご自身の実際のサイズ、または作成したいサイズを入力します。ツールが各部位の正確な差分を算出します。',
36
+ },
37
+ {
38
+ name: '裁断台で反映',
39
+ text: '「裁断作業指示」に従って、パターンの脇や裾のセンチ数を増やしたり減らしたりして調整します。',
40
+ },
41
+ ];
42
+
43
+ const faqSchema: WithContext<FAQPage> = {
44
+ '@context': 'https://schema.org',
45
+ '@type': 'FAQPage',
46
+ mainEntity: faqData.map((item) => ({
47
+ '@type': 'Question',
48
+ name: item.question,
49
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
50
+ })),
51
+ };
52
+
53
+ const howToSchema: WithContext<HowTo> = {
54
+ '@context': 'https://schema.org',
55
+ '@type': 'HowTo',
56
+ name: title,
57
+ description,
58
+ step: howToData.map((step) => ({
59
+ '@type': 'HowToStep',
60
+ name: step.name,
61
+ text: step.text,
62
+ })),
63
+ };
64
+
65
+ const appSchema: WithContext<SoftwareApplication> = {
66
+ '@context': 'https://schema.org',
67
+ '@type': 'SoftwareApplication',
68
+ name: title,
69
+ description,
70
+ applicationCategory: 'UtilityApplication',
71
+ operatingSystem: 'All',
72
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
73
+ inLanguage: 'ja',
74
+ };
75
+
76
+ export const content: ToolLocaleContent<SewingPatternScalerUI> = {
77
+ slug,
78
+ title,
79
+ description,
80
+ faqTitle: 'よくある質問',
81
+ faq: faqData,
82
+ bibliographyTitle: '参考文献',
83
+ bibliography: [
84
+ {
85
+ name: 'Patronaje: Las Bases - Teresa Gilewska',
86
+ url: 'https://www.scribd.com/document/696165843/patronaje-las-bases-by-teresa-gilewska',
87
+ },
88
+ {
89
+ name: 'Metric Pattern Cutting for Women\'s Wear - Winifred Aldrich',
90
+ url: 'https://download.e-bookshelf.de/download/0000/5989/88/L-G-0000598988-0002339537.pdf',
91
+ },
92
+ ],
93
+ howTo: howToData,
94
+ schemas: [faqSchema, howToSchema, appSchema],
95
+ seo: [
96
+ {
97
+ type: 'title',
98
+ text: '型紙サイズの補正・調整(スケーリング):技術と実践ガイド',
99
+ level: 2,
100
+ },
101
+ {
102
+ type: 'paragraph',
103
+ html: '型紙の<strong>スケーリング(グレーディング)</strong>は、服作りにおいて最も重要なスキルの一つです。単に図面を比例させて拡大・縮小するのではなく、二次元の構造を、直線的には成長しない複雑な人体の曲線や比率に適応させる作業です。',
104
+ },
105
+ {
106
+ type: 'stats',
107
+ items: [
108
+ { value: 'オフライン', label: 'ブラウザで計算', icon: 'mdi:calculator' },
109
+ { value: '部位別', label: '比例スケーリング', icon: 'mdi:resize' },
110
+ { value: '100%', label: '安全・非公開', icon: 'mdi:lock' },
111
+ ],
112
+ columns: 3,
113
+ },
114
+ {
115
+ type: 'title',
116
+ text: '「型紙スケーリング」とは正確には何ですか?',
117
+ level: 3,
118
+ },
119
+ {
120
+ type: 'paragraph',
121
+ html: 'スケーリング(グレーディング)とは、基本となるパターンを拡大または縮小し、異なるサイズのシリーズを作成する技術的プロセスのことです。単純なズームとは異なり、体の一部が他よりも大きく変化することを考慮します。例えば、肩幅や着丈の変化よりも、バスト周りの変化の方がサイズ間で大きくなるのが一般的です。',
122
+ },
123
+ {
124
+ type: 'title',
125
+ text: '成功の秘訣:ゆとり(イーズ / Ease)',
126
+ level: 3,
127
+ },
128
+ {
129
+ type: 'list',
130
+ items: [
131
+ '<strong>運動ゆとり:</strong> 呼吸、着席、腕の動きなどを妨げず、生地が破れないために必要な余分のセンチメートル。',
132
+ '<strong>デザインゆとり:</strong> 特徴的なシルエット(オーバーサイズコートやふんわりしたブラウスなど)を作るためにデザイナーが付加したセンチメートル。',
133
+ ],
134
+ },
135
+ {
136
+ type: 'title',
137
+ text: '水平スケーリング vs 垂直スケーリング',
138
+ level: 3,
139
+ },
140
+ {
141
+ type: 'list',
142
+ items: [
143
+ '<strong>水平軸(周り):</strong> バスト、ウエスト、ヒップ。最も調整が必要な部分。各パーツを4分の1に分割して計算します。',
144
+ '<strong>垂直軸(丈):</strong> 前丈、後ろ丈、総丈。ダーツの位置やウエストラインに影響します。隣接するサイズ間の変化は比較的小さいです。',
145
+ ],
146
+ },
147
+ {
148
+ type: 'title',
149
+ text: 'パターンスケーラーの使い方',
150
+ level: 3,
151
+ },
152
+ {
153
+ type: 'list',
154
+ items: [
155
+ '<strong>型紙を測る:</strong> 紙のパーツを用意し、バスト、ウエスト、ヒップのラインを端から端まで測ります。',
156
+ '<strong>元の数値を入力:</strong> ツールの左側の列に計測値を入力し、その型紙が何号サイズかを選択します。',
157
+ '<strong>目標値を入力:</strong> 右側の列に、ご自身の実際のサイズ、または目標のサイズを入力します。',
158
+ '<strong>結果を解釈:</strong> ツールが各部位で何センチ追加したり削ったりすべきかを表示します。',
159
+ ],
160
+ },
161
+ {
162
+ type: 'tip',
163
+ title: 'プロの補正アドバイス',
164
+ html: '<p><strong>3サイズ以上の差がある調整は避けましょう:</strong> 9号から17号へ調整しようとすると、袖ぐり(アームホール)が歪んだり、襟ぐりが極端に大きくなったりする可能性が高いです。その場合は、ご自身のサイズで基礎パターン(原型)から引き直すことをお勧めします。</p>',
165
+ },
166
+ {
167
+ type: 'title',
168
+ text: 'デジタルスケーリングのメリット',
169
+ level: 3,
170
+ },
171
+ {
172
+ type: 'proscons',
173
+ items: [
174
+ {
175
+ pro: 'オリジナルデザインの正確な比率を維持できます。',
176
+ con: '袖ぐりのラインなどは、手作業で微調整(なじませ)が必要な場合があります。',
177
+ },
178
+ {
179
+ pro: '必要な「ゆとり」を瞬時に算出可能です。',
180
+ con: '型紙に縫い代が含まれているかどうかは自動判別されません。',
181
+ },
182
+ {
183
+ pro: 'パーツの拡大・縮小を視覚的なグラフィックで確認できます。',
184
+ con: '正確な初期計測が必要となります。',
185
+ },
186
+ ],
187
+ },
188
+ {
189
+ type: 'glossary',
190
+ items: [
191
+ { term: 'ディファレンシャル', definition: '隣接する2つのサイズ間の寸法の差。' },
192
+ { term: 'アンカーポイント', definition: '型紙の中で動かさない基準点(通常は前中心や後ろ中心)。' },
193
+ { term: 'グレーディングネス', definition: 'スケーリングされた全サイズを重ね合わせた図。' },
194
+ { term: '原型(マスターパターン)', definition: 'デザインやゆとりがない、体の寸法にぴったりの基本テンプレート。' },
195
+ ],
196
+ },
197
+ ],
198
+ ui: {
199
+ labelSystem: 'システム選択',
200
+ modeStandard: '標準サイズ',
201
+ modeCustom: '実際のサイズ入力',
202
+ labelPatternSize: '型紙サイズ',
203
+ labelTargetSize: '目標サイズ',
204
+ labelOriginMeasures: '元の計測値',
205
+ labelTargetMeasures: 'ご自身のサイズ',
206
+ labelEase: '現在のゆとり (Ease)',
207
+ labelChest: 'バスト',
208
+ labelWaist: 'ウエスト',
209
+ labelHips: 'ヒップ',
210
+ labelLength: '着丈',
211
+ resBust: 'バスト',
212
+ resWaist: 'ウエスト',
213
+ resHips: 'ヒップ',
214
+ resLength: '着丈',
215
+ actionLatAdd: '増やす',
216
+ actionLatRemove: '削る',
217
+ actionLatSuffix: '(パーツの脇で調整)',
218
+ actionLatNote: '※パターン4分の1あたりの調整量',
219
+ actionLenExtend: '丈を伸ばす',
220
+ actionLenShorten: '丈を詰める',
221
+ actionLenNote: '裾ラインでの調整',
222
+ legendOriginal: '元の型紙',
223
+ legendUpdated: '補正後',
224
+ warnText: '3サイズ以上のスケーリングです。アームホールの歪みに注意してください。',
225
+ sizePrefix: '号',
226
+ },
227
+ };
@@ -0,0 +1,227 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { SewingPatternScalerUI } from '../ui';
4
+
5
+ const slug = 'sewing-pattern-scaler';
6
+ const title = '온라인 양재 패턴 사이즈 조절(그레이딩) 도구';
7
+ const description = '기존의 양재 패턴을 실제 내 몸 치수에 맞게 조정하세요. 차분 계산 방식의 스케일링 계산기와 업데이트된 패턴 미리보기.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: '왜 어깨는 가슴만큼 커지지 않나요?',
12
+ answer: '인체는 단순한 구 형상이 아니기 때문입니다. 가슴 부위의 부피는 크게 변할 수 있지만, 골격과 어깨 같은 관절 포인트는 상대적으로 고정되어 있습니다. 전문적인 그레이딩은 옷의 형태가 무너지지 않도록 부위별로 차등적인 계수를 적용합니다.',
13
+ },
14
+ {
15
+ question: "'여유분(Ease)'이란 무엇인가요?",
16
+ answer: '내 몸과 옷감 사이의 남는 공간을 말합니다. 여유분이 없으면 움직일 수 없습니다. 우리 계산기는 이 여유분을 유지하여, 디자이너가 의도한 실루엣은 지키면서 실제 내 체형에 딱 맞도록 변환해 줍니다.',
17
+ },
18
+ {
19
+ question: '니트나 저지 원단용 패턴도 스케일링할 수 있나요?',
20
+ answer: '네, 가능합니다. 다만 신축성 있는 원단은 보통 "마이너스 여유분(negative ease)"을 가진다는 점에 유의하세요. 매우 타이트한 패턴인 경우, 새로 선택한 원단의 신축성이 원래 패턴에서 권장하는 원단과 동일한지 확인해야 합니다.',
21
+ },
22
+ ];
23
+
24
+ const howToData = [
25
+ {
26
+ name: '패턴 치수 측정',
27
+ text: '원본 종이 패턴에서 주요 가로선(가슴, 허리, 엉덩이)의 길이를 시접에서 시접까지 측정하세요.',
28
+ },
29
+ {
30
+ name: '원본 설정',
31
+ text: '측정한 치수나 패턴의 사이즈를 도구의 "원본(Origin)" 열에 입력하세요.',
32
+ },
33
+ {
34
+ name: '목표 수치 입력',
35
+ text: '자신의 실제 신체 치수나 만들고자 하는 목표 사이즈를 입력하세요. 도구가 부위별로 정확한 차이를 계산합니다.',
36
+ },
37
+ {
38
+ name: '실제 재단 시 적용',
39
+ text: '"재단 작업 안내"에 따라 패턴의 옆선이나 밑단에서 센티미터를 더하거나 빼서 조정하세요.',
40
+ },
41
+ ];
42
+
43
+ const faqSchema: WithContext<FAQPage> = {
44
+ '@context': 'https://schema.org',
45
+ '@type': 'FAQPage',
46
+ mainEntity: faqData.map((item) => ({
47
+ '@type': 'Question',
48
+ name: item.question,
49
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
50
+ })),
51
+ };
52
+
53
+ const howToSchema: WithContext<HowTo> = {
54
+ '@context': 'https://schema.org',
55
+ '@type': 'HowTo',
56
+ name: title,
57
+ description,
58
+ step: howToData.map((step) => ({
59
+ '@type': 'HowToStep',
60
+ name: step.name,
61
+ text: step.text,
62
+ })),
63
+ };
64
+
65
+ const appSchema: WithContext<SoftwareApplication> = {
66
+ '@context': 'https://schema.org',
67
+ '@type': 'SoftwareApplication',
68
+ name: title,
69
+ description,
70
+ applicationCategory: 'UtilityApplication',
71
+ operatingSystem: 'All',
72
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
73
+ inLanguage: 'ko',
74
+ };
75
+
76
+ export const content: ToolLocaleContent<SewingPatternScalerUI> = {
77
+ slug,
78
+ title,
79
+ description,
80
+ faqTitle: '자주 묻는 질문',
81
+ faq: faqData,
82
+ bibliographyTitle: '참고 문헌',
83
+ bibliography: [
84
+ {
85
+ name: 'Patronaje: Las Bases - Teresa Gilewska',
86
+ url: 'https://www.scribd.com/document/696165843/patronaje-las-bases-by-teresa-gilewska',
87
+ },
88
+ {
89
+ name: 'Metric Pattern Cutting for Women\'s Wear - Winifred Aldrich',
90
+ url: 'https://download.e-bookshelf.de/download/0000/5989/88/L-G-0000598988-0002339537.pdf',
91
+ },
92
+ ],
93
+ howTo: howToData,
94
+ schemas: [faqSchema, howToSchema, appSchema],
95
+ seo: [
96
+ {
97
+ type: 'title',
98
+ text: '양재 패턴 사이즈 조절 가이드: 기술적 원리 및 실무 가이드',
99
+ level: 2,
100
+ },
101
+ {
102
+ type: 'paragraph',
103
+ html: '패턴 <strong>그레이딩(Grading, 스케일링)</strong>은 의류 제작에서 가장 중요한 기술 중 하나입니다. 단순히 도면을 비율대로 확대하거나 축소하는 것이 아니라, 선형적으로 변하지 않는 인체의 복잡한 곡선과 비율에 맞춰 2차원 구조를 적응시키는 과정입니다.',
104
+ },
105
+ {
106
+ type: 'stats',
107
+ items: [
108
+ { value: '오프라인', label: '브라우저 계산', icon: 'mdi:calculator' },
109
+ { value: '부위별', label: '비례 스케일링', icon: 'mdi:resize' },
110
+ { value: '100%', label: '보안 및 비공개', icon: 'mdi:lock' },
111
+ ],
112
+ columns: 3,
113
+ },
114
+ {
115
+ type: 'title',
116
+ text: '패턴 그레이딩이란 정확히 무엇인가요?',
117
+ level: 3,
118
+ },
119
+ {
120
+ type: 'paragraph',
121
+ html: '그레이딩은 기본 패턴의 크기를 키우거나 줄여서 다양한 사이즈 시리즈를 만드는 기술적 공정을 말합니다. 단순한 줌 기능과 달리, 그레이딩은 신체의 특정 부위가 다른 부위보다 더 많이 변화한다는 점을 고려합니다. 예를 들어, 어깨 넓이나 등 길이의 변화보다 가슴 둘레의 변화가 사이즈 간에 더 크게 나타나는 것이 일반적입니다.',
122
+ },
123
+ {
124
+ type: 'title',
125
+ text: '성공의 비결: 여유분(Ease)',
126
+ level: 3,
127
+ },
128
+ {
129
+ type: 'list',
130
+ items: [
131
+ '<strong>활동 여유분:</strong> 옷감이 찢어지지 않고 숨을 쉬거나 앉거나 팔을 움직이는 데 필요한 추가적인 공간입니다.',
132
+ '<strong>디자인 여유분:</strong> 특정 실루엣(예: 오버사이즈 코트나 풍성한 블라우스)을 만들기 위해 디자이너가 의도적으로 추가한 여유분입니다.',
133
+ ],
134
+ },
135
+ {
136
+ type: 'title',
137
+ text: '가로 스케일링 vs 세로 스케일링',
138
+ level: 3,
139
+ },
140
+ {
141
+ type: 'list',
142
+ items: [
143
+ '<strong>가로축 (둘레):</strong> 가슴, 허리, 엉덩이. 가장 많은 조정이 필요하며, 각 패턴 조각을 4분의 1로 나누어 계산합니다.',
144
+ '<strong>세로축 (길이):</strong> 앞길이, 등길이, 총길이. 다트 위치와 허리선에 영향을 미칩니다. 인접한 사이즈 간의 변화량은 상대적으로 적습니다.',
145
+ ],
146
+ },
147
+ {
148
+ type: 'title',
149
+ text: '패턴 스케일러 사용법',
150
+ level: 3,
151
+ },
152
+ {
153
+ type: 'list',
154
+ items: [
155
+ '<strong>패턴 측정:</strong> 종이 패턴 조각을 가슴, 허리, 엉덩이 라인에서 끝에서 끝까지 측정하세요.',
156
+ '<strong>원본 수치 입력:</strong> 왼쪽 열에 측정한 치수를 적고, 해당 패턴이 어떤 사이즈를 나타내는지 선택하세요.',
157
+ '<strong>자신의 치수 또는 목표 사이즈 입력:</strong> 오른쪽 열에 실제 신체 치수나 원하는 사이즈를 입력하세요.',
158
+ '<strong>결과 해석:</strong> 계산기가 각 특정 부위에서 얼마나 더하거나 빼야 하는지를 보여줍니다.',
159
+ ],
160
+ },
161
+ {
162
+ type: 'tip',
163
+ title: '전문적인 보정을 위한 팁',
164
+ html: '<p><strong>3단계 이상의 사이즈 차이가 나는 스케일링은 피하세요:</strong> 36사이즈에서 52사이즈로 바로 넘어가려 하면, 진동둘레(진동선)가 왜곡되고 목선이 너무 커질 확률이 높습니다. 이런 경우 기본 원형(Master Pattern)을 본인의 수치로 다시 그리는 것이 낫습니다.</p>',
165
+ },
166
+ {
167
+ type: 'title',
168
+ text: '디지털 스케일링의 장점',
169
+ level: 3,
170
+ },
171
+ {
172
+ type: 'proscons',
173
+ items: [
174
+ {
175
+ pro: '오리지널 디자인의 정확한 비율을 유지합니다.',
176
+ con: '진동둘레 선 등은 수작업으로 약간의 다듬기가 필요할 수 있습니다.',
177
+ },
178
+ {
179
+ pro: '필요한 여유분을 즉각적으로 계산해 줍니다.',
180
+ con: '패턴에 시접이 포함되어 있는지 여부를 자동으로 감지하지는 못합니다.',
181
+ },
182
+ {
183
+ pro: '부품의 변화를 그래픽으로 시각화하여 확인 가능합니다.',
184
+ con: '정확한 초기 측정 데이터가 필요합니다.',
185
+ },
186
+ ],
187
+ },
188
+ {
189
+ type: 'glossary',
190
+ items: [
191
+ { term: '디퍼런셜(Differential)', definition: '연속된 두 사이즈 간의 치수 차이.' },
192
+ { term: '고정점(Anchor Point)', definition: '패턴에서 움직이지 않는 기준 부위(보통 앞중심선이나 뒷중심선).' },
193
+ { term: '그레이딩 네스트(Grading Nest)', definition: '스케일링된 모든 사이즈를 겹쳐 그린 도면.' },
194
+ { term: '기본 패턴(Base Pattern)', definition: '신체 치수에 딱 맞는, 디자인이나 여유분이 없는 기본 틀.' },
195
+ ],
196
+ },
197
+ ],
198
+ ui: {
199
+ labelSystem: '작업 시스템',
200
+ modeStandard: '표준 사이즈',
201
+ modeCustom: '실제 치수 입력',
202
+ labelPatternSize: '패턴 사이즈',
203
+ labelTargetSize: '목표 사이즈',
204
+ labelOriginMeasures: '원본 측정 수치',
205
+ labelTargetMeasures: '나의 신체 치수',
206
+ labelEase: '현재 여유분(Ease)',
207
+ labelChest: '가슴',
208
+ labelWaist: '허리',
209
+ labelHips: '엉덩이',
210
+ labelLength: '길이',
211
+ resBust: '바스트',
212
+ resWaist: '허리',
213
+ resHips: '엉덩이',
214
+ resLength: '길이',
215
+ actionLatAdd: '추가',
216
+ actionLatRemove: '제거',
217
+ actionLatSuffix: ' (패턴 옆선 조정)',
218
+ actionLatNote: '※패턴 1/4 조각당 조정 수치',
219
+ actionLenExtend: '길이 늘이기',
220
+ actionLenShorten: '길이 줄이기',
221
+ actionLenNote: '밑단 선에서 조정',
222
+ legendOriginal: '원본 패턴',
223
+ legendUpdated: '업데이트됨',
224
+ warnText: '3단계 이상의 사이즈 차이입니다. 진동둘레 왜곡에 유의하세요.',
225
+ sizePrefix: '사이즈',
226
+ },
227
+ };