@jjlmoya/utils-textiles 1.4.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.
- package/package.json +59 -58
- package/src/category/i18n/de.ts +76 -0
- package/src/category/i18n/fr.ts +33 -30
- package/src/category/i18n/id.ts +76 -0
- package/src/category/i18n/it.ts +76 -0
- package/src/category/i18n/ja.ts +76 -0
- package/src/category/i18n/ko.ts +76 -0
- package/src/category/i18n/nl.ts +76 -0
- package/src/category/i18n/pl.ts +76 -0
- package/src/category/i18n/pt.ts +76 -0
- package/src/category/i18n/ru.ts +76 -0
- package/src/category/i18n/sv.ts +76 -0
- package/src/category/i18n/tr.ts +76 -0
- package/src/category/i18n/zh.ts +76 -0
- package/src/category/index.ts +39 -7
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tool/burnTest/i18n/de.ts +225 -0
- package/src/tool/burnTest/i18n/id.ts +225 -0
- package/src/tool/burnTest/i18n/it.ts +225 -0
- package/src/tool/burnTest/i18n/ja.ts +225 -0
- package/src/tool/burnTest/i18n/ko.ts +225 -0
- package/src/tool/burnTest/i18n/nl.ts +225 -0
- package/src/tool/burnTest/i18n/pl.ts +225 -0
- package/src/tool/burnTest/i18n/pt.ts +225 -0
- package/src/tool/burnTest/i18n/ru.ts +225 -0
- package/src/tool/burnTest/i18n/sv.ts +225 -0
- package/src/tool/burnTest/i18n/tr.ts +225 -0
- package/src/tool/burnTest/i18n/zh.ts +225 -0
- package/src/tool/burnTest/index.ts +15 -7
- package/src/tool/clothingSizeConverter/i18n/de.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/id.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/it.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/ja.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/ko.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/nl.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/pl.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/pt.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/ru.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/sv.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/tr.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/zh.ts +356 -0
- package/src/tool/clothingSizeConverter/index.ts +15 -7
- package/src/tool/fabricProjectCalculator/i18n/de.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/id.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/it.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/ja.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/ko.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/nl.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/pl.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/pt.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/ru.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/sv.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/tr.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/zh.ts +250 -0
- package/src/tool/fabricProjectCalculator/index.ts +15 -7
- package/src/tool/fabricTruth/i18n/de.ts +282 -0
- package/src/tool/fabricTruth/i18n/en.ts +1 -1
- package/src/tool/fabricTruth/i18n/fr.ts +1 -1
- package/src/tool/fabricTruth/i18n/id.ts +282 -0
- package/src/tool/fabricTruth/i18n/it.ts +282 -0
- package/src/tool/fabricTruth/i18n/ja.ts +282 -0
- package/src/tool/fabricTruth/i18n/ko.ts +282 -0
- package/src/tool/fabricTruth/i18n/nl.ts +282 -0
- package/src/tool/fabricTruth/i18n/pl.ts +282 -0
- package/src/tool/fabricTruth/i18n/pt.ts +282 -0
- package/src/tool/fabricTruth/i18n/ru.ts +282 -0
- package/src/tool/fabricTruth/i18n/sv.ts +282 -0
- package/src/tool/fabricTruth/i18n/tr.ts +282 -0
- package/src/tool/fabricTruth/i18n/zh.ts +286 -0
- package/src/tool/fabricTruth/index.ts +15 -7
- package/src/tool/fiberPrep/i18n/de.ts +225 -0
- package/src/tool/fiberPrep/i18n/id.ts +225 -0
- package/src/tool/fiberPrep/i18n/it.ts +225 -0
- package/src/tool/fiberPrep/i18n/ja.ts +225 -0
- package/src/tool/fiberPrep/i18n/ko.ts +225 -0
- package/src/tool/fiberPrep/i18n/nl.ts +225 -0
- package/src/tool/fiberPrep/i18n/pl.ts +225 -0
- package/src/tool/fiberPrep/i18n/pt.ts +225 -0
- package/src/tool/fiberPrep/i18n/ru.ts +225 -0
- package/src/tool/fiberPrep/i18n/sv.ts +225 -0
- package/src/tool/fiberPrep/i18n/tr.ts +225 -0
- package/src/tool/fiberPrep/i18n/zh.ts +225 -0
- package/src/tool/fiberPrep/index.ts +15 -7
- package/src/tool/knittingGauge/i18n/de.ts +234 -0
- package/src/tool/knittingGauge/i18n/id.ts +234 -0
- package/src/tool/knittingGauge/i18n/it.ts +234 -0
- package/src/tool/knittingGauge/i18n/ja.ts +234 -0
- package/src/tool/knittingGauge/i18n/ko.ts +234 -0
- package/src/tool/knittingGauge/i18n/nl.ts +234 -0
- package/src/tool/knittingGauge/i18n/pl.ts +234 -0
- package/src/tool/knittingGauge/i18n/pt.ts +234 -0
- package/src/tool/knittingGauge/i18n/ru.ts +234 -0
- package/src/tool/knittingGauge/i18n/sv.ts +234 -0
- package/src/tool/knittingGauge/i18n/tr.ts +234 -0
- package/src/tool/knittingGauge/i18n/zh.ts +234 -0
- package/src/tool/knittingGauge/index.ts +15 -7
- package/src/tool/laundryGuide/i18n/de.ts +275 -0
- package/src/tool/laundryGuide/i18n/id.ts +275 -0
- package/src/tool/laundryGuide/i18n/it.ts +275 -0
- package/src/tool/laundryGuide/i18n/ja.ts +275 -0
- package/src/tool/laundryGuide/i18n/ko.ts +275 -0
- package/src/tool/laundryGuide/i18n/nl.ts +275 -0
- package/src/tool/laundryGuide/i18n/pl.ts +275 -0
- package/src/tool/laundryGuide/i18n/pt.ts +275 -0
- package/src/tool/laundryGuide/i18n/ru.ts +275 -0
- package/src/tool/laundryGuide/i18n/sv.ts +275 -0
- package/src/tool/laundryGuide/i18n/tr.ts +275 -0
- package/src/tool/laundryGuide/i18n/zh.ts +275 -0
- package/src/tool/laundryGuide/index.ts +15 -7
- package/src/tool/needleConverter/i18n/de.ts +212 -0
- package/src/tool/needleConverter/i18n/id.ts +212 -0
- package/src/tool/needleConverter/i18n/it.ts +212 -0
- package/src/tool/needleConverter/i18n/ja.ts +212 -0
- package/src/tool/needleConverter/i18n/ko.ts +212 -0
- package/src/tool/needleConverter/i18n/nl.ts +212 -0
- package/src/tool/needleConverter/i18n/pl.ts +212 -0
- package/src/tool/needleConverter/i18n/pt.ts +212 -0
- package/src/tool/needleConverter/i18n/ru.ts +212 -0
- package/src/tool/needleConverter/i18n/sv.ts +212 -0
- package/src/tool/needleConverter/i18n/tr.ts +212 -0
- package/src/tool/needleConverter/i18n/zh.ts +212 -0
- package/src/tool/needleConverter/index.ts +15 -7
- package/src/tool/sewingPatternScaler/i18n/de.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/id.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/it.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/ja.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/ko.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/nl.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/pl.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/pt.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/ru.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/sv.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/tr.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/zh.ts +227 -0
- package/src/tool/sewingPatternScaler/index.ts +15 -7
- package/src/tool/shoeSizeConverter/i18n/de.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/id.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/it.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/ja.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/ko.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/nl.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/pl.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/pt.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/ru.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/sv.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/tr.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/zh.ts +184 -0
- package/src/tool/shoeSizeConverter/index.ts +15 -7
- package/src/tool/stainChemistry/i18n/de.ts +300 -0
- package/src/tool/stainChemistry/i18n/id.ts +300 -0
- package/src/tool/stainChemistry/i18n/it.ts +300 -0
- package/src/tool/stainChemistry/i18n/ja.ts +300 -0
- package/src/tool/stainChemistry/i18n/ko.ts +297 -0
- package/src/tool/stainChemistry/i18n/nl.ts +300 -0
- package/src/tool/stainChemistry/i18n/pl.ts +300 -0
- package/src/tool/stainChemistry/i18n/pt.ts +300 -0
- package/src/tool/stainChemistry/i18n/ru.ts +300 -0
- package/src/tool/stainChemistry/i18n/sv.ts +300 -0
- package/src/tool/stainChemistry/i18n/tr.ts +300 -0
- package/src/tool/stainChemistry/i18n/zh.ts +295 -0
- package/src/tool/stainChemistry/index.ts +15 -7
- package/src/tool/yarnCalculator/i18n/de.ts +310 -0
- package/src/tool/yarnCalculator/i18n/id.ts +310 -0
- package/src/tool/yarnCalculator/i18n/it.ts +310 -0
- package/src/tool/yarnCalculator/i18n/ja.ts +310 -0
- package/src/tool/yarnCalculator/i18n/ko.ts +310 -0
- package/src/tool/yarnCalculator/i18n/nl.ts +310 -0
- package/src/tool/yarnCalculator/i18n/pl.ts +310 -0
- package/src/tool/yarnCalculator/i18n/pt.ts +310 -0
- package/src/tool/yarnCalculator/i18n/ru.ts +310 -0
- package/src/tool/yarnCalculator/i18n/sv.ts +310 -0
- package/src/tool/yarnCalculator/i18n/tr.ts +310 -0
- package/src/tool/yarnCalculator/i18n/zh.ts +309 -0
- package/src/tool/yarnCalculator/index.ts +15 -7
- 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 = 'conversor-tamanhos-roupa-internacional';
|
|
6
|
+
const title = 'Conversor de Tamanhos de Roupa Internacional';
|
|
7
|
+
const description =
|
|
8
|
+
'Converta tamanhos de roupa entre sistemas EU, US, UK e IT. T-shirts, calças, vestidos e casacos para homem, mulher e unisexo. Inclui guia de medidas e recomendador por marca.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Qual é a diferença entre o tamanho EU e o tamanho US em roupa?',
|
|
13
|
+
answer:
|
|
14
|
+
'Os tamanhos europeus (EU) usam números progressivos ou letras (XS-XXL ou 32-52), enquanto os norte-americanos (US) usam frequentemente letras ou números específicos para calças. Em geral, um tamanho 36 EU equivale a um 4 US em roupa de mulher.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Os tamanhos mudam se for roupa de homem ou mulher?',
|
|
18
|
+
answer:
|
|
19
|
+
'Sim, absolutamente. Mesmo no mesmo país, um tamanho 40 para homem não é o mesmo que um 40 para mulher. Os homens têm proporções diferentes (ombros mais largos), pelo que o cálculo do tamanho varia.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Como sei se devo subir ou descer um tamanho numa marca?',
|
|
23
|
+
answer:
|
|
24
|
+
'A melhor forma é rever as opiniões de outros clientes. Frases como "ficou-me pequeno" ou "tamanho grande" são muito úteis. Consulte também a tabela específica de medidas dessa marca.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'A tabela de conversão de tamanhos é exata?',
|
|
28
|
+
answer:
|
|
29
|
+
'A tabela de conversão é uma guia. Embora seja geralmente precisa, cada marca tem as suas próprias especificações. Verifique sempre a tabela de tamanhos da loja específica antes de comprar.',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
question: 'As peças encolhem após a lavagem?',
|
|
33
|
+
answer:
|
|
34
|
+
'Depende do material. O algodão 100% pode encolher 5-10% se for lavado com água quente e seco na máquina de secar. Os materiais sintéticos mantêm melhor a sua forma. Reveja sempre as instruções de lavagem.',
|
|
35
|
+
},
|
|
36
|
+
];
|
|
37
|
+
|
|
38
|
+
const howToData = [
|
|
39
|
+
{
|
|
40
|
+
name: 'Selecione Peça e Género',
|
|
41
|
+
text: 'Escolha o tipo de roupa (t-shirt, calças, vestido, casaco) e o género correspondente.',
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
name: 'Escolha o Seu Sistema de Tamanho',
|
|
45
|
+
text: 'Selecione o sistema que conhece: EU, US, UK ou IT.',
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
name: 'Selecione o Seu Tamanho',
|
|
49
|
+
text: 'Escolha o seu tamanho no seletor ou clique na grelha. Verá as equivalências instantaneamente.',
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
name: 'Consulte o Guia de Marcas',
|
|
53
|
+
text: 'Reveja se essa marca veste pequeno, regular ou grande para ajustar a sua compra.',
|
|
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: 'pt',
|
|
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: 'Perguntas Frequentes',
|
|
210
|
+
faq: faqData,
|
|
211
|
+
bibliographyTitle: 'Bibliografia',
|
|
212
|
+
bibliography: [
|
|
213
|
+
{ name: 'ISO 3635: Tamanhos de Roupa - Norma Oficial', url: 'https://www.iso.org/standard/68644.html' },
|
|
214
|
+
{ name: 'Normas de Tamanho de Roupa - Wikipedia', url: 'https://pt.wikipedia.org/wiki/Tamanho_de_roupa' },
|
|
215
|
+
{
|
|
216
|
+
name: 'Conversão de Tamanhos Internacional - 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: 'Conversor de Tamanhos de Roupa: Guia Completo',
|
|
226
|
+
level: 2,
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
type: 'paragraph',
|
|
230
|
+
html: 'Comprar roupa em lojas internacionais pode ser confuso quando os tamanhos não coincidem. O <strong>conversor de tamanhos de roupa</strong> ajuda-o a encontrar o seu tamanho perfeito nos sistemas EU, US, UK e IT, para t-shirts, calças, vestidos e casacos.',
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
type: 'title',
|
|
234
|
+
text: 'Porque é que os tamanhos de roupa variam entre países?',
|
|
235
|
+
level: 2,
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
type: 'paragraph',
|
|
239
|
+
html: 'Não existe uma norma internacional única. Cada região desenvolveu o seu próprio sistema, o que gera confusão ao comprar em lojas estrangeiras ou em plataformas como Amazon ou AliExpress.',
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
type: 'list',
|
|
243
|
+
items: [
|
|
244
|
+
'<span><strong>Tamanhos EU (Europa):</strong> Usam números progressivos (32, 34, 36...) ou letras. É o sistema mais comum em Portugal, Espanha e França.</span>',
|
|
245
|
+
'<span><strong>Tamanhos US (Estados Unidos):</strong> Usam letras (XS, S, M, L) ou números para calças de mulher (0, 2, 4, 6...).</span>',
|
|
246
|
+
'<span><strong>Tamanhos UK (Reino Unido):</strong> Semelhante ao sistema EU mas com numeração própria, geralmente inferior à US.</span>',
|
|
247
|
+
'<span><strong>Tamanhos IT (Itália):</strong> Numeração italiana com variações em relação ao sistema EU geral.</span>',
|
|
248
|
+
],
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
type: 'tip',
|
|
252
|
+
title: 'Conselho Profissional',
|
|
253
|
+
html: 'Os tamanhos variam significativamente entre marcas. Um tamanho 38 na Zara pode ser diferente de um 38 na H&M. Consulte sempre a tabela de tamanhos específica da loja antes de comprar.',
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
type: 'title',
|
|
257
|
+
text: 'Como medir o seu corpo corretamente',
|
|
258
|
+
level: 2,
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
type: 'paragraph',
|
|
262
|
+
html: 'Para garantir um tamanho correto, meça o seu corpo com uma fita métrica flexível. Meça ao final do dia, quando o corpo está na sua expansão máxima.',
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
type: 'list',
|
|
266
|
+
items: [
|
|
267
|
+
'<span><strong>Peito:</strong> Meça em volta da parte mais larga do peito, passando a fita por baixo dos braços.</span>',
|
|
268
|
+
'<span><strong>Cintura:</strong> Meça à altura do umbigo sem apertar o abdómen artificialmente.</span>',
|
|
269
|
+
'<span><strong>Anca:</strong> Meça em volta da parte mais larga das ancas, com a fita paralela ao chão.</span>',
|
|
270
|
+
],
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
type: 'title',
|
|
274
|
+
text: 'Guia de ajuste por marca',
|
|
275
|
+
level: 2,
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
type: 'list',
|
|
279
|
+
items: [
|
|
280
|
+
'<span><strong>Zara:</strong> Tamanhos regulares. Um 36 na Zara costuma ser confiável para medidas padrão.</span>',
|
|
281
|
+
'<span><strong>H&M:</strong> Tende a vestir grande. Considere baixar um tamanho em relação ao seu habitual.</span>',
|
|
282
|
+
'<span><strong>Uniqlo:</strong> Veste pequeno, especialmente em básicos. Recomenda-se subir um tamanho.</span>',
|
|
283
|
+
'<span><strong>Nike / Adidas:</strong> Cortes ajustados para atividade física. Valorize subir meio tamanho.</span>',
|
|
284
|
+
],
|
|
285
|
+
},
|
|
286
|
+
],
|
|
287
|
+
ui: {
|
|
288
|
+
categoryLabel: 'Tipo de Peça',
|
|
289
|
+
categoryShirts: 'T-shirts',
|
|
290
|
+
categoryPants: 'Calças',
|
|
291
|
+
categoryDresses: 'Vestidos',
|
|
292
|
+
categoryJackets: 'Casacos',
|
|
293
|
+
genderLabel: 'Género',
|
|
294
|
+
genderMen: 'Homem',
|
|
295
|
+
genderWomen: 'Mulher',
|
|
296
|
+
genderUnisex: 'Unisexo',
|
|
297
|
+
tabBySize: 'Por Tamanho',
|
|
298
|
+
tabByMeasurements: 'Por Medidas',
|
|
299
|
+
regionLabel: 'O Seu Sistema de Tamanho',
|
|
300
|
+
sizeLabel: 'Selecione o Seu Tamanho',
|
|
301
|
+
regionEU: 'Europa (EU)',
|
|
302
|
+
regionUS: 'Estados Unidos (US)',
|
|
303
|
+
regionUK: 'Reino Unido (UK)',
|
|
304
|
+
regionIT: 'Itália (IT)',
|
|
305
|
+
labelEU: 'Europa',
|
|
306
|
+
labelUS: 'Estados Unidos',
|
|
307
|
+
labelUK: 'Reino Unido',
|
|
308
|
+
labelIT: 'Itália',
|
|
309
|
+
quickGridTitle: 'Equivalências Rápidas (EU)',
|
|
310
|
+
tableTitle: 'Tabela de Conversão Completa',
|
|
311
|
+
measurementsTitle: 'Insira as Suas Medidas',
|
|
312
|
+
chestLabel: 'Peito (cm)',
|
|
313
|
+
waistLabel: 'Cintura (cm)',
|
|
314
|
+
hipLabel: 'Anca (cm)',
|
|
315
|
+
chestPlaceholder: 'Ex: 95',
|
|
316
|
+
waistPlaceholder: 'Ex: 85',
|
|
317
|
+
hipPlaceholder: 'Ex: 95',
|
|
318
|
+
recommendBtnLabel: 'Recomendar Tamanho',
|
|
319
|
+
tipsTitle: 'Dicas de Medição',
|
|
320
|
+
tipOverClothes: 'Sobre a roupa',
|
|
321
|
+
tipStraight: 'Reta e paralela',
|
|
322
|
+
tipNoTight: 'Sem apertar',
|
|
323
|
+
tipEndOfDay: 'Ao final do dia',
|
|
324
|
+
recommendationTitle: 'Tamanho Recomendado',
|
|
325
|
+
recommendedSizePrefix: 'Recomendamos o tamanho:',
|
|
326
|
+
measuredBy: 'Baseado nas suas medidas:',
|
|
327
|
+
chestShort: 'Peito',
|
|
328
|
+
waistShort: 'Cintura',
|
|
329
|
+
hipShort: 'Anca',
|
|
330
|
+
recommendationError: 'Por favor complete todas as medidas para obter uma recomendação.',
|
|
331
|
+
recommendationNoData: 'Não existem dados disponíveis para esta categoria.',
|
|
332
|
+
fitGuideTitle: 'Guia de Ajuste por Marca',
|
|
333
|
+
fitSmall: 'Tamanho Pequeno',
|
|
334
|
+
fitRegular: 'Tamanho Regular',
|
|
335
|
+
fitLarge: 'Tamanho Grande',
|
|
336
|
+
fitInfoDefault: 'Clique numa marca para obter recomendações específicas.',
|
|
337
|
+
fitNotif1: ' costuma vestir ',
|
|
338
|
+
fitNotifSmall: 'pequeno',
|
|
339
|
+
fitNotifRegular: 'regular',
|
|
340
|
+
fitNotifLarge: 'grande',
|
|
341
|
+
fitNotif2: '. Considere ',
|
|
342
|
+
fitNotif3: ' se for a sua primeira vez a comprar nesta marca.',
|
|
343
|
+
fitAdviceSmall: 'subir um tamanho',
|
|
344
|
+
fitAdviceRegular: 'manter o seu tamanho habitual',
|
|
345
|
+
fitAdviceLarge: 'baixar um tamanho',
|
|
346
|
+
fitSelectedSuffix: ' selecionada. Selecione outra marca para comparar.',
|
|
347
|
+
infoBannerTitle: 'Dica Pro:',
|
|
348
|
+
infoBannerText:
|
|
349
|
+
'Os tamanhos de roupa variam significativamente entre marcas. Verifique sempre a tabela específica da loja antes de comprar.',
|
|
350
|
+
shirtsData,
|
|
351
|
+
pantsData,
|
|
352
|
+
dressesData,
|
|
353
|
+
jacketsData,
|
|
354
|
+
measurementRanges,
|
|
355
|
+
},
|
|
356
|
+
};
|