@jjlmoya/utils-textiles 1.3.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/package.json +59 -58
  2. package/src/category/i18n/de.ts +76 -0
  3. package/src/category/i18n/fr.ts +33 -30
  4. package/src/category/i18n/id.ts +76 -0
  5. package/src/category/i18n/it.ts +76 -0
  6. package/src/category/i18n/ja.ts +76 -0
  7. package/src/category/i18n/ko.ts +76 -0
  8. package/src/category/i18n/nl.ts +76 -0
  9. package/src/category/i18n/pl.ts +76 -0
  10. package/src/category/i18n/pt.ts +76 -0
  11. package/src/category/i18n/ru.ts +76 -0
  12. package/src/category/i18n/sv.ts +76 -0
  13. package/src/category/i18n/tr.ts +76 -0
  14. package/src/category/i18n/zh.ts +76 -0
  15. package/src/category/index.ts +39 -7
  16. package/src/index.ts +12 -12
  17. package/src/tests/i18n_coverage.test.ts +36 -0
  18. package/src/tests/schemas_fulfillment.test.ts +23 -0
  19. package/src/tests/slug_uniqueness.test.ts +81 -0
  20. package/src/tests/title_quality.test.ts +55 -0
  21. package/src/tool/burnTest/i18n/de.ts +225 -0
  22. package/src/tool/burnTest/i18n/id.ts +225 -0
  23. package/src/tool/burnTest/i18n/it.ts +225 -0
  24. package/src/tool/burnTest/i18n/ja.ts +225 -0
  25. package/src/tool/burnTest/i18n/ko.ts +225 -0
  26. package/src/tool/burnTest/i18n/nl.ts +225 -0
  27. package/src/tool/burnTest/i18n/pl.ts +225 -0
  28. package/src/tool/burnTest/i18n/pt.ts +225 -0
  29. package/src/tool/burnTest/i18n/ru.ts +225 -0
  30. package/src/tool/burnTest/i18n/sv.ts +225 -0
  31. package/src/tool/burnTest/i18n/tr.ts +225 -0
  32. package/src/tool/burnTest/i18n/zh.ts +225 -0
  33. package/src/tool/burnTest/index.ts +15 -7
  34. package/src/tool/clothingSizeConverter/i18n/de.ts +356 -0
  35. package/src/tool/clothingSizeConverter/i18n/id.ts +356 -0
  36. package/src/tool/clothingSizeConverter/i18n/it.ts +356 -0
  37. package/src/tool/clothingSizeConverter/i18n/ja.ts +356 -0
  38. package/src/tool/clothingSizeConverter/i18n/ko.ts +356 -0
  39. package/src/tool/clothingSizeConverter/i18n/nl.ts +356 -0
  40. package/src/tool/clothingSizeConverter/i18n/pl.ts +356 -0
  41. package/src/tool/clothingSizeConverter/i18n/pt.ts +356 -0
  42. package/src/tool/clothingSizeConverter/i18n/ru.ts +356 -0
  43. package/src/tool/clothingSizeConverter/i18n/sv.ts +356 -0
  44. package/src/tool/clothingSizeConverter/i18n/tr.ts +356 -0
  45. package/src/tool/clothingSizeConverter/i18n/zh.ts +356 -0
  46. package/src/tool/clothingSizeConverter/index.ts +15 -7
  47. package/src/tool/fabricProjectCalculator/i18n/de.ts +250 -0
  48. package/src/tool/fabricProjectCalculator/i18n/id.ts +250 -0
  49. package/src/tool/fabricProjectCalculator/i18n/it.ts +250 -0
  50. package/src/tool/fabricProjectCalculator/i18n/ja.ts +250 -0
  51. package/src/tool/fabricProjectCalculator/i18n/ko.ts +250 -0
  52. package/src/tool/fabricProjectCalculator/i18n/nl.ts +250 -0
  53. package/src/tool/fabricProjectCalculator/i18n/pl.ts +250 -0
  54. package/src/tool/fabricProjectCalculator/i18n/pt.ts +250 -0
  55. package/src/tool/fabricProjectCalculator/i18n/ru.ts +250 -0
  56. package/src/tool/fabricProjectCalculator/i18n/sv.ts +250 -0
  57. package/src/tool/fabricProjectCalculator/i18n/tr.ts +250 -0
  58. package/src/tool/fabricProjectCalculator/i18n/zh.ts +250 -0
  59. package/src/tool/fabricProjectCalculator/index.ts +15 -7
  60. package/src/tool/fabricTruth/i18n/de.ts +282 -0
  61. package/src/tool/fabricTruth/i18n/en.ts +1 -1
  62. package/src/tool/fabricTruth/i18n/fr.ts +1 -1
  63. package/src/tool/fabricTruth/i18n/id.ts +282 -0
  64. package/src/tool/fabricTruth/i18n/it.ts +282 -0
  65. package/src/tool/fabricTruth/i18n/ja.ts +282 -0
  66. package/src/tool/fabricTruth/i18n/ko.ts +282 -0
  67. package/src/tool/fabricTruth/i18n/nl.ts +282 -0
  68. package/src/tool/fabricTruth/i18n/pl.ts +282 -0
  69. package/src/tool/fabricTruth/i18n/pt.ts +282 -0
  70. package/src/tool/fabricTruth/i18n/ru.ts +282 -0
  71. package/src/tool/fabricTruth/i18n/sv.ts +282 -0
  72. package/src/tool/fabricTruth/i18n/tr.ts +282 -0
  73. package/src/tool/fabricTruth/i18n/zh.ts +286 -0
  74. package/src/tool/fabricTruth/index.ts +15 -7
  75. package/src/tool/fiberPrep/i18n/de.ts +225 -0
  76. package/src/tool/fiberPrep/i18n/id.ts +225 -0
  77. package/src/tool/fiberPrep/i18n/it.ts +225 -0
  78. package/src/tool/fiberPrep/i18n/ja.ts +225 -0
  79. package/src/tool/fiberPrep/i18n/ko.ts +225 -0
  80. package/src/tool/fiberPrep/i18n/nl.ts +225 -0
  81. package/src/tool/fiberPrep/i18n/pl.ts +225 -0
  82. package/src/tool/fiberPrep/i18n/pt.ts +225 -0
  83. package/src/tool/fiberPrep/i18n/ru.ts +225 -0
  84. package/src/tool/fiberPrep/i18n/sv.ts +225 -0
  85. package/src/tool/fiberPrep/i18n/tr.ts +225 -0
  86. package/src/tool/fiberPrep/i18n/zh.ts +225 -0
  87. package/src/tool/fiberPrep/index.ts +15 -7
  88. package/src/tool/knittingGauge/i18n/de.ts +234 -0
  89. package/src/tool/knittingGauge/i18n/id.ts +234 -0
  90. package/src/tool/knittingGauge/i18n/it.ts +234 -0
  91. package/src/tool/knittingGauge/i18n/ja.ts +234 -0
  92. package/src/tool/knittingGauge/i18n/ko.ts +234 -0
  93. package/src/tool/knittingGauge/i18n/nl.ts +234 -0
  94. package/src/tool/knittingGauge/i18n/pl.ts +234 -0
  95. package/src/tool/knittingGauge/i18n/pt.ts +234 -0
  96. package/src/tool/knittingGauge/i18n/ru.ts +234 -0
  97. package/src/tool/knittingGauge/i18n/sv.ts +234 -0
  98. package/src/tool/knittingGauge/i18n/tr.ts +234 -0
  99. package/src/tool/knittingGauge/i18n/zh.ts +234 -0
  100. package/src/tool/knittingGauge/index.ts +15 -7
  101. package/src/tool/laundryGuide/i18n/de.ts +275 -0
  102. package/src/tool/laundryGuide/i18n/id.ts +275 -0
  103. package/src/tool/laundryGuide/i18n/it.ts +275 -0
  104. package/src/tool/laundryGuide/i18n/ja.ts +275 -0
  105. package/src/tool/laundryGuide/i18n/ko.ts +275 -0
  106. package/src/tool/laundryGuide/i18n/nl.ts +275 -0
  107. package/src/tool/laundryGuide/i18n/pl.ts +275 -0
  108. package/src/tool/laundryGuide/i18n/pt.ts +275 -0
  109. package/src/tool/laundryGuide/i18n/ru.ts +275 -0
  110. package/src/tool/laundryGuide/i18n/sv.ts +275 -0
  111. package/src/tool/laundryGuide/i18n/tr.ts +275 -0
  112. package/src/tool/laundryGuide/i18n/zh.ts +275 -0
  113. package/src/tool/laundryGuide/index.ts +15 -7
  114. package/src/tool/needleConverter/i18n/de.ts +212 -0
  115. package/src/tool/needleConverter/i18n/id.ts +212 -0
  116. package/src/tool/needleConverter/i18n/it.ts +212 -0
  117. package/src/tool/needleConverter/i18n/ja.ts +212 -0
  118. package/src/tool/needleConverter/i18n/ko.ts +212 -0
  119. package/src/tool/needleConverter/i18n/nl.ts +212 -0
  120. package/src/tool/needleConverter/i18n/pl.ts +212 -0
  121. package/src/tool/needleConverter/i18n/pt.ts +212 -0
  122. package/src/tool/needleConverter/i18n/ru.ts +212 -0
  123. package/src/tool/needleConverter/i18n/sv.ts +212 -0
  124. package/src/tool/needleConverter/i18n/tr.ts +212 -0
  125. package/src/tool/needleConverter/i18n/zh.ts +212 -0
  126. package/src/tool/needleConverter/index.ts +15 -7
  127. package/src/tool/sewingPatternScaler/i18n/de.ts +227 -0
  128. package/src/tool/sewingPatternScaler/i18n/id.ts +227 -0
  129. package/src/tool/sewingPatternScaler/i18n/it.ts +227 -0
  130. package/src/tool/sewingPatternScaler/i18n/ja.ts +227 -0
  131. package/src/tool/sewingPatternScaler/i18n/ko.ts +227 -0
  132. package/src/tool/sewingPatternScaler/i18n/nl.ts +227 -0
  133. package/src/tool/sewingPatternScaler/i18n/pl.ts +227 -0
  134. package/src/tool/sewingPatternScaler/i18n/pt.ts +227 -0
  135. package/src/tool/sewingPatternScaler/i18n/ru.ts +227 -0
  136. package/src/tool/sewingPatternScaler/i18n/sv.ts +227 -0
  137. package/src/tool/sewingPatternScaler/i18n/tr.ts +227 -0
  138. package/src/tool/sewingPatternScaler/i18n/zh.ts +227 -0
  139. package/src/tool/sewingPatternScaler/index.ts +15 -7
  140. package/src/tool/shoeSizeConverter/i18n/de.ts +184 -0
  141. package/src/tool/shoeSizeConverter/i18n/id.ts +184 -0
  142. package/src/tool/shoeSizeConverter/i18n/it.ts +184 -0
  143. package/src/tool/shoeSizeConverter/i18n/ja.ts +184 -0
  144. package/src/tool/shoeSizeConverter/i18n/ko.ts +184 -0
  145. package/src/tool/shoeSizeConverter/i18n/nl.ts +184 -0
  146. package/src/tool/shoeSizeConverter/i18n/pl.ts +184 -0
  147. package/src/tool/shoeSizeConverter/i18n/pt.ts +184 -0
  148. package/src/tool/shoeSizeConverter/i18n/ru.ts +184 -0
  149. package/src/tool/shoeSizeConverter/i18n/sv.ts +184 -0
  150. package/src/tool/shoeSizeConverter/i18n/tr.ts +184 -0
  151. package/src/tool/shoeSizeConverter/i18n/zh.ts +184 -0
  152. package/src/tool/shoeSizeConverter/index.ts +15 -7
  153. package/src/tool/stainChemistry/i18n/de.ts +300 -0
  154. package/src/tool/stainChemistry/i18n/id.ts +300 -0
  155. package/src/tool/stainChemistry/i18n/it.ts +300 -0
  156. package/src/tool/stainChemistry/i18n/ja.ts +300 -0
  157. package/src/tool/stainChemistry/i18n/ko.ts +297 -0
  158. package/src/tool/stainChemistry/i18n/nl.ts +300 -0
  159. package/src/tool/stainChemistry/i18n/pl.ts +300 -0
  160. package/src/tool/stainChemistry/i18n/pt.ts +300 -0
  161. package/src/tool/stainChemistry/i18n/ru.ts +300 -0
  162. package/src/tool/stainChemistry/i18n/sv.ts +300 -0
  163. package/src/tool/stainChemistry/i18n/tr.ts +300 -0
  164. package/src/tool/stainChemistry/i18n/zh.ts +295 -0
  165. package/src/tool/stainChemistry/index.ts +15 -7
  166. package/src/tool/yarnCalculator/i18n/de.ts +310 -0
  167. package/src/tool/yarnCalculator/i18n/id.ts +310 -0
  168. package/src/tool/yarnCalculator/i18n/it.ts +310 -0
  169. package/src/tool/yarnCalculator/i18n/ja.ts +310 -0
  170. package/src/tool/yarnCalculator/i18n/ko.ts +310 -0
  171. package/src/tool/yarnCalculator/i18n/nl.ts +310 -0
  172. package/src/tool/yarnCalculator/i18n/pl.ts +310 -0
  173. package/src/tool/yarnCalculator/i18n/pt.ts +310 -0
  174. package/src/tool/yarnCalculator/i18n/ru.ts +310 -0
  175. package/src/tool/yarnCalculator/i18n/sv.ts +310 -0
  176. package/src/tool/yarnCalculator/i18n/tr.ts +310 -0
  177. package/src/tool/yarnCalculator/i18n/zh.ts +309 -0
  178. package/src/tool/yarnCalculator/index.ts +15 -7
  179. package/src/types.ts +1 -1
@@ -0,0 +1,356 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { ClothingSizeConverterUI } from '../ui';
4
+
5
+ const slug = 'convertitore-taglie-abbigliamento-internazionale';
6
+ const title = 'Convertitore di Taglie Abbigliamento Internazionale';
7
+ const description =
8
+ 'Converti taglie di abbigliamento tra sistemi EU, US, UK e IT. Magliette, pantaloni, vestiti e giacche per uomo, donna e unisex. Include guida alle misure e suggerimenti per marca.';
9
+
10
+ const faqData = [
11
+ {
12
+ question: 'Qual è la differenza tra taglia EU e taglia US nell\'abbigliamento?',
13
+ answer:
14
+ 'Le taglie europee (EU) utilizzano numeri progressivi o lettere (XS-XXL o 32-52), mentre quelle statunitensi (US) usano spesso lettere o numeri specifici per i pantaloni. In generale, una taglia 36 EU equivale a una 4 US nell\'abbigliamento femminile.',
15
+ },
16
+ {
17
+ question: 'Le taglie cambiano tra abbigliamento maschile e femminile?',
18
+ answer:
19
+ 'Sì, assolutamente. Anche nello stesso paese, una taglia 40 da uomo non è uguale a una 40 da donna. Gli uomini hanno proporzioni diverse (spalle più larghe), quindi il calcolo della taglia varia.',
20
+ },
21
+ {
22
+ question: 'Come capisco se devo scegliere una taglia in più o in meno per una marca?',
23
+ answer:
24
+ 'Il modo migliore è controllare le recensioni degli altri clienti. Frasi come "veste piccolo" o "veste grande" sono molto utili. Consulta anche la tabella specifica delle misure di quella marca.',
25
+ },
26
+ {
27
+ question: 'Quanto è precisa la tabella di conversione delle taglie?',
28
+ answer:
29
+ 'La tabella di conversione è una guida. Sebbene sia generalmente precisa, ogni marca ha le proprie specifiche. Verifica sempre la tabella delle taglie del negozio specifico prima di acquistare.',
30
+ },
31
+ {
32
+ question: 'I capi si restringono dopo il lavaggio?',
33
+ answer:
34
+ 'Dipende dal materiale. Il cotone 100% può restringersi del 5-10% se lavato in acqua calda e asciugato in asciugatrice. I materiali sintetici mantengono meglio la forma. Controlla sempre le istruzioni di lavaggio.',
35
+ },
36
+ ];
37
+
38
+ const howToData = [
39
+ {
40
+ name: 'Seleziona Capo e Genere',
41
+ text: 'Scegli il tipo di abbigliamento (maglietta, pantaloni, vestito, giacca) e il genere corrispondente.',
42
+ },
43
+ {
44
+ name: 'Scegli il Tuo Sistema di Taglie',
45
+ text: 'Seleziona il sistema che conosci: EU, US, UK o IT.',
46
+ },
47
+ {
48
+ name: 'Seleziona la Tua Taglia',
49
+ text: 'Scegli la tua taglia nel selettore o clicca sulla griglia. Vedrai le equivalenze all\'istante.',
50
+ },
51
+ {
52
+ name: 'Consulta la Guida alle Marche',
53
+ text: 'Controlla se quella marca veste piccolo, regolare o grande per regolare il tuo acquisto.',
54
+ },
55
+ ];
56
+
57
+ const faqSchema: WithContext<FAQPage> = {
58
+ '@context': 'https://schema.org',
59
+ '@type': 'FAQPage',
60
+ mainEntity: faqData.map((item) => ({
61
+ '@type': 'Question',
62
+ name: item.question,
63
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
64
+ })),
65
+ };
66
+
67
+ const howToSchema: WithContext<HowTo> = {
68
+ '@context': 'https://schema.org',
69
+ '@type': 'HowTo',
70
+ name: title,
71
+ description,
72
+ step: howToData.map((step) => ({
73
+ '@type': 'HowToStep',
74
+ name: step.name,
75
+ text: step.text,
76
+ })),
77
+ };
78
+
79
+ const appSchema: WithContext<SoftwareApplication> = {
80
+ '@context': 'https://schema.org',
81
+ '@type': 'SoftwareApplication',
82
+ name: title,
83
+ description,
84
+ applicationCategory: 'UtilityApplication',
85
+ operatingSystem: 'All',
86
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
87
+ inLanguage: 'it',
88
+ };
89
+
90
+ const shirtsData = {
91
+ men: [
92
+ { EU: 'XS', US: 'XS', UK: 'XS', IT: '36' },
93
+ { EU: 'S', US: 'S', UK: 'S', IT: '38' },
94
+ { EU: 'M', US: 'M', UK: 'M', IT: '40' },
95
+ { EU: 'L', US: 'L', UK: 'L', IT: '42' },
96
+ { EU: 'XL', US: 'XL', UK: 'XL', IT: '44' },
97
+ { EU: 'XXL', US: 'XXL', UK: 'XXL', IT: '46' },
98
+ ],
99
+ women: [
100
+ { EU: 'XS', US: 'XS', UK: 'XS', IT: '32' },
101
+ { EU: 'S', US: 'S', UK: 'S', IT: '34' },
102
+ { EU: 'M', US: 'M', UK: 'M', IT: '36' },
103
+ { EU: 'L', US: 'L', UK: 'L', IT: '38' },
104
+ { EU: 'XL', US: 'XL', UK: 'XL', IT: '40' },
105
+ { EU: 'XXL', US: 'XXL', UK: 'XXL', IT: '42' },
106
+ ],
107
+ unisex: [
108
+ { EU: 'XS', US: 'XS', UK: 'XS', IT: '34' },
109
+ { EU: 'S', US: 'S', UK: 'S', IT: '36' },
110
+ { EU: 'M', US: 'M', UK: 'M', IT: '38' },
111
+ { EU: 'L', US: 'L', UK: 'L', IT: '40' },
112
+ { EU: 'XL', US: 'XL', UK: 'XL', IT: '42' },
113
+ { EU: 'XXL', US: 'XXL', UK: 'XXL', IT: '44' },
114
+ ],
115
+ };
116
+
117
+ const pantsData = {
118
+ men: [
119
+ { EU: '30', US: '30', UK: '30', IT: '44' },
120
+ { EU: '32', US: '32', UK: '32', IT: '46' },
121
+ { EU: '34', US: '34', UK: '34', IT: '48' },
122
+ { EU: '36', US: '36', UK: '36', IT: '50' },
123
+ { EU: '38', US: '38', UK: '38', IT: '52' },
124
+ { EU: '40', US: '40', UK: '40', IT: '54' },
125
+ ],
126
+ women: [
127
+ { EU: '32', US: '0', UK: '4', IT: '36' },
128
+ { EU: '34', US: '2', UK: '6', IT: '38' },
129
+ { EU: '36', US: '4', UK: '8', IT: '40' },
130
+ { EU: '38', US: '6', UK: '10', IT: '42' },
131
+ { EU: '40', US: '8', UK: '12', IT: '44' },
132
+ { EU: '42', US: '10', UK: '14', IT: '46' },
133
+ ],
134
+ unisex: [],
135
+ };
136
+
137
+ const dressesData = {
138
+ men: [
139
+ { EU: 'XS', US: 'XS', UK: 'XS', IT: '36' },
140
+ { EU: 'S', US: 'S', UK: 'S', IT: '38' },
141
+ { EU: 'M', US: 'M', UK: 'M', IT: '40' },
142
+ { EU: 'L', US: 'L', UK: 'L', IT: '42' },
143
+ ],
144
+ women: [
145
+ { EU: 'XS', US: '0-2', UK: '4-6', IT: '32-34' },
146
+ { EU: 'S', US: '4-6', UK: '8-10', IT: '36-38' },
147
+ { EU: 'M', US: '8-10', UK: '12-14', IT: '40-42' },
148
+ { EU: 'L', US: '12-14', UK: '16-18', IT: '44-46' },
149
+ { EU: 'XL', US: '16-18', UK: '20-22', IT: '48-50' },
150
+ ],
151
+ unisex: [],
152
+ };
153
+
154
+ const jacketsData = {
155
+ men: [
156
+ { EU: 'XS', US: 'XS', UK: 'XS', IT: '44' },
157
+ { EU: 'S', US: 'S', UK: 'S', IT: '46' },
158
+ { EU: 'M', US: 'M', UK: 'M', IT: '48' },
159
+ { EU: 'L', US: 'L', UK: 'L', IT: '50' },
160
+ { EU: 'XL', US: 'XL', UK: 'XL', IT: '52' },
161
+ ],
162
+ women: [
163
+ { EU: 'XS', US: 'XS', UK: 'XS', IT: '32' },
164
+ { EU: 'S', US: 'S', UK: 'S', IT: '34' },
165
+ { EU: 'M', US: 'M', UK: 'M', IT: '36' },
166
+ { EU: 'L', US: 'L', UK: 'L', IT: '38' },
167
+ { EU: 'XL', US: 'XL', UK: 'XL', IT: '40' },
168
+ ],
169
+ unisex: [],
170
+ };
171
+
172
+ const measurementRanges = {
173
+ shirts: [
174
+ { size: 'XS', chest: 84, waist: 76, hip: 84 },
175
+ { size: 'S', chest: 92, waist: 84, hip: 92 },
176
+ { size: 'M', chest: 100, waist: 92, hip: 100 },
177
+ { size: 'L', chest: 108, waist: 100, hip: 108 },
178
+ { size: 'XL', chest: 116, waist: 108, hip: 116 },
179
+ { size: 'XXL', chest: 124, waist: 116, hip: 124 },
180
+ ],
181
+ pants: [
182
+ { size: '30', chest: 80, waist: 76, hip: 89 },
183
+ { size: '32', chest: 85, waist: 81, hip: 94 },
184
+ { size: '34', chest: 90, waist: 86, hip: 99 },
185
+ { size: '36', chest: 95, waist: 91, hip: 104 },
186
+ { size: '38', chest: 100, waist: 96, hip: 109 },
187
+ { size: '40', chest: 105, waist: 101, hip: 114 },
188
+ ],
189
+ dresses: [
190
+ { size: 'XS', chest: 80, waist: 72, hip: 88 },
191
+ { size: 'S', chest: 88, waist: 80, hip: 96 },
192
+ { size: 'M', chest: 96, waist: 88, hip: 104 },
193
+ { size: 'L', chest: 104, waist: 96, hip: 112 },
194
+ { size: 'XL', chest: 112, waist: 104, hip: 120 },
195
+ ],
196
+ jackets: [
197
+ { size: 'XS', chest: 84, waist: 76, hip: 88 },
198
+ { size: 'S', chest: 92, waist: 84, hip: 96 },
199
+ { size: 'M', chest: 100, waist: 92, hip: 104 },
200
+ { size: 'L', chest: 108, waist: 100, hip: 112 },
201
+ { size: 'XL', chest: 116, waist: 108, hip: 120 },
202
+ ],
203
+ };
204
+
205
+ export const content: ToolLocaleContent<ClothingSizeConverterUI> = {
206
+ slug,
207
+ title,
208
+ description,
209
+ faqTitle: 'Domande Frequenti',
210
+ faq: faqData,
211
+ bibliographyTitle: 'Bibliografia',
212
+ bibliography: [
213
+ { name: 'ISO 3635: Taglie di Abbigliamento - Standard Ufficiale', url: 'https://www.iso.org/standard/68644.html' },
214
+ { name: 'Standard Taglie Abbigliamento - Wikipedia', url: 'https://it.wikipedia.org/wiki/Taglia_(abbigliamento)' },
215
+ {
216
+ name: 'Conversione Taglie Internazionali - Wikipedia',
217
+ url: 'https://en.wikipedia.org/wiki/Clothing_size#International_variations',
218
+ },
219
+ ],
220
+ howTo: howToData,
221
+ schemas: [faqSchema, howToSchema, appSchema],
222
+ seo: [
223
+ {
224
+ type: 'title',
225
+ text: 'Convertitore Taglie Abbigliamento: Guida Completa',
226
+ level: 2,
227
+ },
228
+ {
229
+ type: 'paragraph',
230
+ html: 'Acquistare vestiti in negozi internazionali può essere confuso quando le taglie non corrispondono. Il <strong>convertitore di taglie</strong> ti aiuta a trovare la tua taglia perfetta nei sistemi EU, US, UK e IT, per magliette, pantaloni, vestiti e giacche.',
231
+ },
232
+ {
233
+ type: 'title',
234
+ text: 'Perché le taglie variano tra i paesi?',
235
+ level: 2,
236
+ },
237
+ {
238
+ type: 'paragraph',
239
+ html: 'Non esiste un unico standard internazionale. Ogni regione ha sviluppato il proprio sistema, il che genera confusione quando si acquista in negozi stranieri o su piattaforme come Amazon o AliExpress.',
240
+ },
241
+ {
242
+ type: 'list',
243
+ items: [
244
+ '<span><strong>Taglie EU (Europa):</strong> Utilizzano numeri progressivi (32, 34, 36...) o lettere. È il sistema più comune in Germania e Francia.</span>',
245
+ '<span><strong>Taglie US (Stati Uniti):</strong> Utilizzano lettere (XS, S, M, L) o numeri per i pantaloni da donna (0, 2, 4, 6...).</span>',
246
+ '<span><strong>Taglie UK (Regno Unito):</strong> Simile al sistema EU ma con numerazione propria, generalmente inferiore a quella US.</span>',
247
+ '<span><strong>Taglie IT (Italia):</strong> Numerazione italiana, storicamente diversa dal sistema EU generalizzato.</span>',
248
+ ],
249
+ },
250
+ {
251
+ type: 'tip',
252
+ title: 'Consiglio Professionale',
253
+ html: 'Le taglie variano significativamente tra le marche. Una 38 da Zara può essere diversa da una 38 da H&amp;M. Consulta sempre la tabella specifica delle taglie del negozio prima di acquistare.',
254
+ },
255
+ {
256
+ type: 'title',
257
+ text: 'Come misurare il corpo correttamente',
258
+ level: 2,
259
+ },
260
+ {
261
+ type: 'paragraph',
262
+ html: 'Per garantire la taglia corretta, misura il tuo corpo con un metro a nastro flessibile. Misura a fine giornata, quando il corpo è alla sua massima espansione.',
263
+ },
264
+ {
265
+ type: 'list',
266
+ items: [
267
+ '<span><strong>Petto:</strong> Misura intorno alla parte più larga del torace, passando il metro sotto le braccia.</span>',
268
+ '<span><strong>Vita:</strong> Misura all\'altezza dell\'ombelico senza comprimere l\'addome artificialmente.</span>',
269
+ '<span><strong>Fianchi:</strong> Misura intorno alla parte più larga dei fianchi, con il metro parallelo al suolo.</span>',
270
+ ],
271
+ },
272
+ {
273
+ type: 'title',
274
+ text: 'Guida alla vestibilità per marca',
275
+ level: 2,
276
+ },
277
+ {
278
+ type: 'list',
279
+ items: [
280
+ '<span><strong>Zara:</strong> Taglie regolari. Una 36 da Zara è solitamente affidabile per misure standard.</span>',
281
+ '<span><strong>H&amp;M:</strong> Tende a vestire grande. Considera di scendere di una taglia rispetto al solito.</span>',
282
+ '<span><strong>Uniqlo:</strong> Spesso veste piccolo, specialmente per i capi base. Si consiglia di salire di una taglia.</span>',
283
+ '<span><strong>Nike / Adidas:</strong> Tagli sportivi spesso aderenti. Valuta di salire di mezza taglia.</span>',
284
+ ],
285
+ },
286
+ ],
287
+ ui: {
288
+ categoryLabel: 'Tipo di Capo',
289
+ categoryShirts: 'Magliette',
290
+ categoryPants: 'Pantaloni',
291
+ categoryDresses: 'Vestiti',
292
+ categoryJackets: 'Giacche',
293
+ genderLabel: 'Genere',
294
+ genderMen: 'Uomo',
295
+ genderWomen: 'Donna',
296
+ genderUnisex: 'Unisex',
297
+ tabBySize: 'Per Taglia',
298
+ tabByMeasurements: 'Per Misure',
299
+ regionLabel: 'Il Tuo Sistema di Taglie',
300
+ sizeLabel: 'Seleziona la Tua Taglia',
301
+ regionEU: 'Europa (EU)',
302
+ regionUS: 'Stati Uniti (US)',
303
+ regionUK: 'Regno Unito (UK)',
304
+ regionIT: 'Italia (IT)',
305
+ labelEU: 'Europa',
306
+ labelUS: 'Stati Uniti',
307
+ labelUK: 'Regno Unito',
308
+ labelIT: 'Italia',
309
+ quickGridTitle: 'Equivalenze Rapide (EU)',
310
+ tableTitle: 'Tabella di Conversione Completa',
311
+ measurementsTitle: 'Inserisci le Tue Misure',
312
+ chestLabel: 'Petto (cm)',
313
+ waistLabel: 'Vita (cm)',
314
+ hipLabel: 'Fianchi (cm)',
315
+ chestPlaceholder: 'Es: 95',
316
+ waistPlaceholder: 'Es: 85',
317
+ hipPlaceholder: 'Es: 95',
318
+ recommendBtnLabel: 'Suggerisci Taglia',
319
+ tipsTitle: 'Consigli per la Misura',
320
+ tipOverClothes: 'Sopra i vestiti',
321
+ tipStraight: 'Metro dritto e parallelo',
322
+ tipNoTight: 'Senza stringere',
323
+ tipEndOfDay: 'A fine giornata',
324
+ recommendationTitle: 'Taglia Consigliata',
325
+ recommendedSizePrefix: 'Ti consigliamo la taglia:',
326
+ measuredBy: 'In base alle tue misure:',
327
+ chestShort: 'Petto',
328
+ waistShort: 'Vita',
329
+ hipShort: 'Fianchi',
330
+ recommendationError: 'Per favore completa tutte le misure per ottenere un suggerimento.',
331
+ recommendationNoData: 'Nessun dato disponibile per questa categoria.',
332
+ fitGuideTitle: 'Guida alle Marche',
333
+ fitSmall: 'Veste Piccolo',
334
+ fitRegular: 'Veste Regolare',
335
+ fitLarge: 'Veste Grande',
336
+ fitInfoDefault: 'Clicca su una marca per suggerimenti specifici.',
337
+ fitNotif1: ' solitamente veste ',
338
+ fitNotifSmall: 'piccolo',
339
+ fitNotifRegular: 'regolare',
340
+ fitNotifLarge: 'grande',
341
+ fitNotif2: '. Considera di ',
342
+ fitNotif3: ' se è la prima volta che acquisti questa marca.',
343
+ fitAdviceSmall: 'salire di una taglia',
344
+ fitAdviceRegular: 'mantenere la tua taglia abituale',
345
+ fitAdviceLarge: 'scendere di una taglia',
346
+ fitSelectedSuffix: ' selezionata. Scegli un\'altra marca per confrontare.',
347
+ infoBannerTitle: 'Consiglio Pro:',
348
+ infoBannerText:
349
+ 'Le taglie variano significativamente tra le marche. Controlla sempre la tabella specifica del negozio prima di acquistare.',
350
+ shirtsData,
351
+ pantsData,
352
+ dressesData,
353
+ jacketsData,
354
+ measurementRanges,
355
+ },
356
+ };