@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.
- 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/index.ts +12 -12
- 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,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 = 'naaipatroon-skalierer';
|
|
6
|
+
const title = 'Online Naaipatroon Skalierer';
|
|
7
|
+
const description = 'Pas elk naaipatroon aan je werkelijke maten aan. Calculator voor differentiële schaling met een voorbeeld van het bijgewerkte patroon.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Waarom groeit de schouder niet evenzeer als de borst?',
|
|
12
|
+
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.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Wat is "overwijdte" of "ease"?',
|
|
16
|
+
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.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Kan ik een patroon voor breiwerk of jersey schalen?',
|
|
20
|
+
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.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{
|
|
26
|
+
name: 'Meet je patroon',
|
|
27
|
+
text: 'Meet de belangrijkste horizontale lijnen (borst, taille en heup) op de papieren delen van je originele patroon, van naad tot naad.',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
name: 'Stel de oorsprong in',
|
|
31
|
+
text: 'Voer de maat van het patroon of de maten die je hebt gemeten in de kolom "Oorsprong" van onze tool in.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Voer de bestemming in',
|
|
35
|
+
text: 'Voer je werkelijke maten in of de maat die je wilt bereiken. De tool berekent het exacte verschil per zone.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Toepassen op de kniptafel',
|
|
39
|
+
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.',
|
|
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: 'nl',
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
export const content: ToolLocaleContent<SewingPatternScalerUI> = {
|
|
77
|
+
slug,
|
|
78
|
+
title,
|
|
79
|
+
description,
|
|
80
|
+
faqTitle: 'Veelgestelde Vragen',
|
|
81
|
+
faq: faqData,
|
|
82
|
+
bibliographyTitle: 'Bibliografie',
|
|
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: 'Hoe naaipatronen te schalen: Technische en praktische gids',
|
|
99
|
+
level: 2,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
|
+
html: 'Het <strong>schalen van patronen</strong> is een van de meest kritische vaardigheden in de modewereld. Het gaat niet alleen om het proportioneel vergroten of verkleinen van een tekening; het gaat om het aanpassen van een tweedimensionale structuur aan de complexe rondingen und proporties van het menselijk lichaam, dat niet lineair groeit.',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'stats',
|
|
107
|
+
items: [
|
|
108
|
+
{ value: 'Offline', label: 'Lokale Berekeningen', icon: 'mdi:calculator' },
|
|
109
|
+
{ value: 'Differentieel', label: 'Proportionele Schaling', icon: 'mdi:resize' },
|
|
110
|
+
{ value: '100%', label: 'Veilig en Privé', icon: 'mdi:lock' },
|
|
111
|
+
],
|
|
112
|
+
columns: 3,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Wat is patronen schalen precies?',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: 'Schalen (of <em>grading</em>) is het technische proces van het vergroten of verkleinen van een basispatroon om een reeks verschillende maten te creëren. In tegenstelling tot een gewone zoom houdt schaling rekening met het feit dat bepaalde lichaamsdelen meer groeien dan andere. De boratomtrek varieert bijvoorbeeld meestal meer tussen maten dan de schouderbreedte of de ruglengte.',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'title',
|
|
125
|
+
text: 'Het geheim van succes: De overwijdte (Ease)',
|
|
126
|
+
level: 3,
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'list',
|
|
130
|
+
items: [
|
|
131
|
+
'<strong>Bewegingsruimte:</strong> de extra centimeters die nodig zijn zodat je kunt ademen, zitten en je armen kunt bewegen zonder dat de stof scheurt.',
|
|
132
|
+
'<strong>Designoverwijdte:</strong> de centimeters die de ontwerper heeft toegevoegd om een specifiek silhouet te creëren (bijvoorbeeld een oversized jas of een zwierige bloes).',
|
|
133
|
+
],
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'title',
|
|
137
|
+
text: 'Horizontale vs. Verticale Schaling',
|
|
138
|
+
level: 3,
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'list',
|
|
142
|
+
items: [
|
|
143
|
+
'<strong>Horizontale as (Omtrekken):</strong> Borst, Taille, Heup. Vereist de meeste aanpassing. Wordt in vieren gedeeld voor elk patroondeel.',
|
|
144
|
+
'<strong>Verticale as (Lengtes):</strong> Voorlengte, ruglengte, totale lengte. Beïnvloedt de positie van coupenaden en de taillelijn. Minder variatie tussen opeenvolgende maten.',
|
|
145
|
+
],
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'title',
|
|
149
|
+
text: 'Hoe de Patroon Skalierer te gebruiken',
|
|
150
|
+
level: 3,
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'list',
|
|
154
|
+
items: [
|
|
155
|
+
'<strong>Meet je patroon:</strong> neem het papieren deel en meet van rand tot rand op de lijnen van borst, taille en heup.',
|
|
156
|
+
'<strong>Voer de oorsprongmaten in:</strong> schrijf die maten in de linker kolom en geef aan welke maat dat patroon vertegenwoordigt.',
|
|
157
|
+
'<strong>Voer je eigen maten of doelmaat in:</strong> in de rechter kolom voer je je werkelijke maten in of de maat die je wilt bereiken.',
|
|
158
|
+
'<strong>Interpreteer de resultaten:</strong> de calculator laat zien hoeveel je moet toevoegen of verwijderen in elke specifieke zone.',
|
|
159
|
+
],
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'tip',
|
|
163
|
+
title: 'Advies voor Professionele Schaling',
|
|
164
|
+
html: '<p><strong>Schaal niet meer dan twee of drie maten:</strong> als je probeert van maat 36 naar 52 te gaan, is de kans groot dat het armsgat vervormt en de hals veel te groot wordt. In die gevallen is het beter om het basispatroon opnieuw te tekenen met je eigen maten vanaf nul.</p>',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
type: 'title',
|
|
168
|
+
text: 'Voordelen van digitaal schalen',
|
|
169
|
+
level: 3,
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'proscons',
|
|
173
|
+
items: [
|
|
174
|
+
{
|
|
175
|
+
pro: 'Behoudt de exacte proportie van het originele ontwerp.',
|
|
176
|
+
con: 'De armsgaten kunnen een lichte handmatige aanpassing vereisen.',
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
pro: 'Directe berekening van de benodigde overwijdte.',
|
|
180
|
+
con: 'Detecteert niet automatisch of het patroon al naadwaarde bevat.',
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
pro: 'Grafische weergave van de groei van het pand.',
|
|
184
|
+
con: 'Vereist een zeer nauwkeurige initiële meting.',
|
|
185
|
+
},
|
|
186
|
+
],
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
type: 'glossary',
|
|
190
|
+
items: [
|
|
191
|
+
{ term: 'Differentieel', definition: 'Maatverschil tussen twee opeenvolgende maten.' },
|
|
192
|
+
{ term: 'Ankerpunten', definition: 'Delen van het patroon die niet bewegen (meestal het middenvoor/middenachter).' },
|
|
193
|
+
{ term: 'Grading Nest', definition: 'Overlappende tekening van alle geschaalde maten.' },
|
|
194
|
+
{ term: 'Basispatroon', definition: 'Sjabloon zonder ontwerp of overwijdte dat overeenkomet met de lichaamsmaten.' },
|
|
195
|
+
],
|
|
196
|
+
},
|
|
197
|
+
],
|
|
198
|
+
ui: {
|
|
199
|
+
labelSystem: 'WERKSYSTEEM',
|
|
200
|
+
modeStandard: 'Standaardmaten',
|
|
201
|
+
modeCustom: 'Werkelijke Maten',
|
|
202
|
+
labelPatternSize: 'Patroonmaat',
|
|
203
|
+
labelTargetSize: 'Doelmaat',
|
|
204
|
+
labelOriginMeasures: 'OORSPRONGMATEN',
|
|
205
|
+
labelTargetMeasures: 'JOUW MATEN',
|
|
206
|
+
labelEase: 'Huidige Overwijdte (Ease)',
|
|
207
|
+
labelChest: 'Borst',
|
|
208
|
+
labelWaist: 'Taille',
|
|
209
|
+
labelHips: 'Heup',
|
|
210
|
+
labelLength: 'Lengte',
|
|
211
|
+
resBust: 'Buste',
|
|
212
|
+
resWaist: 'Taille',
|
|
213
|
+
resHips: 'Heup',
|
|
214
|
+
resLength: 'Lengte',
|
|
215
|
+
actionLatAdd: 'Voeg toe',
|
|
216
|
+
actionLatRemove: 'Verwijder',
|
|
217
|
+
actionLatSuffix: 'aan de zijkant van het pand',
|
|
218
|
+
actionLatNote: 'Aanpassing per kwart patroon',
|
|
219
|
+
actionLenExtend: 'Verleng het patroon',
|
|
220
|
+
actionLenShorten: 'Verkort het patroon',
|
|
221
|
+
actionLenNote: 'Aanpassing op de zoomlijn',
|
|
222
|
+
legendOriginal: 'Origineel',
|
|
223
|
+
legendUpdated: 'Bijgewerkt',
|
|
224
|
+
warnText: 'Schaling groter dan 3 maten. Risico op vervorming in het armsgat.',
|
|
225
|
+
sizePrefix: 'Maat',
|
|
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 = 'skalowanie-wykrojow-krawieckich';
|
|
6
|
+
const title = 'Online Skalowanie Wykrojów Krawieckich';
|
|
7
|
+
const description = 'Dostosuj dowolny wykrój krawiecki do swoich rzeczywistych wymiarów. Kalkulator skalowania różnicowego z podglądem zaktualizowanego wzoru.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Dlaczego ramię nie powiększa się tak samo jak klatka piersiowa?',
|
|
12
|
+
answer: 'Ciało ludzkie nie jest kulą. Podczas gdy objętość tułowia może się znacząco zmieniać, szkielet i punkty stawowe, takie jak ramię, są znacznie bardziej statyczne. Profesjonalne stopniowanie (grading) stosuje zróżnicowane współczynniki, aby nie naruszyć równowagi odzieży.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Co to jest "luz konstrukcyjny" lub "ease"?',
|
|
16
|
+
answer: 'Jest to dodatkowa przestrzeń między Twoim ciałem a materiałem. Bez luzu nie mogłabyś się poruszać. Nasz kalkulator utrzymuje ten luz, aby odzież leżała tak, jak zamierzył projektant, ale była dostosowana do Twoich rzeczywistych konturów.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Czy mogę przeskalować wykrój na dzianinę lub dżersej?',
|
|
20
|
+
answer: 'Tak, ale pamiętaj, że materiały elastyczne często mają ujemny luz konstrukcyjny. Jeśli wykrój jest bardzo dopasowany, upewnij się, że współczynnik elastyczności nowej tkaniny, którą wybierzesz, jest taki sam jak oryginału.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{
|
|
26
|
+
name: 'Zmierz swój wykrój',
|
|
27
|
+
text: 'Zmierz kluczowe linie poziome (klatka piersiowa, talia i biodra) na papierowych elementach swojego oryginalnego wykroju, od szwu do szwu.',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
name: 'Skonfiguruj źródło',
|
|
31
|
+
text: 'Wprowadź rozmiar wykroju lub wymiary, które zmierzyłaś, w kolumnie „Źródło” w naszym narzędziu.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Wprowadź cel',
|
|
35
|
+
text: 'Wprowadź swoje rzeczywiste wymiary lub rozmiar, który chcesz osiągnąć. Narzędzie obliczy dokładną różnicę dla każdej strefy.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Zastosuj na stole krojczym',
|
|
39
|
+
text: 'Postępuj zgodnie z instrukcjami „Czynności na stole krojczym”, aby dodać lub odjąć centymetry na bokach i dołach swoich elementów.',
|
|
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: 'pl',
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
export const content: ToolLocaleContent<SewingPatternScalerUI> = {
|
|
77
|
+
slug,
|
|
78
|
+
title,
|
|
79
|
+
description,
|
|
80
|
+
faqTitle: 'Najczęściej Zadawane Pytania',
|
|
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: 'Jak skalować wykroje krawieckie: Przewodnik techniczny i praktyczny',
|
|
99
|
+
level: 2,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
|
+
html: '<strong>Skalowanie wykrojów</strong> (grading) jest jedną z najbardziej krytycznych umiejętności w świecie krawiectwa. Nie polega ono po prostu na proporcjonalnym powiększeniu lub pomniejszeniu rysunku; chodzi o dostosowanie dwuwymiarowej struktury do złożonych krzywizn i proporcji ludzkiego ciała, które nie rośnie liniowo.',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'stats',
|
|
107
|
+
items: [
|
|
108
|
+
{ value: 'Offline', label: 'Obliczenia Lokalne', icon: 'mdi:calculator' },
|
|
109
|
+
{ value: 'Różnicowy', label: 'Skalowanie Proporcjonalne', icon: 'mdi:resize' },
|
|
110
|
+
{ value: '100%', label: 'Bezpieczne i Prywatne', icon: 'mdi:lock' },
|
|
111
|
+
],
|
|
112
|
+
columns: 3,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Czym dokładnie jest skalowanie wykrojów?',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: 'Skalowanie (lub <em>stopniowanie</em>) to proces techniczny zwiększania lub zmniejszania rozmiaru wykroju bazowego w celu stworzenia serii różnych rozmiarów. W przeciwieństwie do zwykłego powiększenia, skalowanie bierze pod uwagę, że niektóre części ciała rosną bardziej niż inne. Na przykład obwód klatki piersiowej zazwyczaj zmienia się między rozmiarami bardziej niż szerokość ramion czy długość tułowia.',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'title',
|
|
125
|
+
text: 'Sekret sukcesu: Luz konstrukcyjny (Ease)',
|
|
126
|
+
level: 3,
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'list',
|
|
130
|
+
items: [
|
|
131
|
+
'<strong>Luz ruchowy:</strong> dodatkowe centymetry niezbędne, abyś mogła oddychać, siedzieć i ruszać rękami bez rozrywania materiału.',
|
|
132
|
+
'<strong>Luz modelowy:</strong> centymetry dodane przez projektanta w celu stworzenia konkretnej sylwetki (na przykład płaszcz typu oversize lub zwiewna bluzka).',
|
|
133
|
+
],
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'title',
|
|
137
|
+
text: 'Skalowanie Poziome vs Pionowe',
|
|
138
|
+
level: 3,
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'list',
|
|
142
|
+
items: [
|
|
143
|
+
'<strong>Oś Pozioma (Obwody):</strong> Klatka piersiowa, Talia, Biodra. Wymaga największego dopasowania. Dzieli się na ćwiartki dla każdego elementu wykroju.',
|
|
144
|
+
'<strong>Oś Pionowa (Długości):</strong> Długość przodu, długość tyłu, długość całkowita. Wpływa na położenie zaszewek i linii talii. Mniejsza zmienność między sąsiednimi rozmiarami.',
|
|
145
|
+
],
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'title',
|
|
149
|
+
text: 'Jak korzystać ze skaler wykrojów',
|
|
150
|
+
level: 3,
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'list',
|
|
154
|
+
items: [
|
|
155
|
+
'<strong>Zmierz swój wykrój:</strong> weź papierowy element i zmierz od krawędzi do krawędzi na liniach klatki piersiowej, talii i bioder.',
|
|
156
|
+
'<strong>Wprowadź wymiary źródłowe:</strong> wpisz te wymiary w lewej kolumnie i wskaż, jaki rozmiar reprezentuje ten wykrój.',
|
|
157
|
+
'<strong>Wprowadź swoje wymiary lub rozmiar docelowy:</strong> w prawej kolumnie wpisz swoje rzeczywiste wymiary lub rozmiar, który chcesz uzyskać.',
|
|
158
|
+
'<strong>Zinterpretuj wyniki:</strong> kalkulator pokaże Ci, ile należy dodać lub odjąć w każdej konkretnej strefie.',
|
|
159
|
+
],
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'tip',
|
|
163
|
+
title: 'Wskazówka dla profesjonalnego skalowania',
|
|
164
|
+
html: '<p><strong>Nie skaluj o więcej niż dwa lub trzy rozmiary:</strong> jeśli spróbujesz przejść z rozmiaru 36 do 52, jest bardzo prawdopodobne, że podkrój pachy ulegnie deformacji, a podkrój szyi stanie się ogromny. W takich przypadkach lepiej narysować wykrój bazowy od nowa, korzystając ze swoich wymiarów.</p>',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
type: 'title',
|
|
168
|
+
text: 'Zalety skalowania cyfrowego',
|
|
169
|
+
level: 3,
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'proscons',
|
|
173
|
+
items: [
|
|
174
|
+
{
|
|
175
|
+
pro: 'Utrzymuje dokładne proporcje oryginalnego projektu.',
|
|
176
|
+
con: 'Podkroje pach mogą wymagać lekkiego ręcznego wygładzenia.',
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
pro: 'Błyskawiczne obliczenie niezbędnego luzu.',
|
|
180
|
+
con: 'Nie wykrywa automatycznie, czy wykrój zawiera już naddatek na szew.',
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
pro: 'Graficzna wizualizacja powiększania elementu.',
|
|
184
|
+
con: 'Wymaga bardzo precyzyjnego początkowego pobrania miary.',
|
|
185
|
+
},
|
|
186
|
+
],
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
type: 'glossary',
|
|
190
|
+
items: [
|
|
191
|
+
{ term: 'Różnicowy', definition: 'Różnica miary między dwoma kolejnymi rozmiarami.' },
|
|
192
|
+
{ term: 'Punkty zakotwiczenia', definition: 'Strefy wykroju, które się nie poruszają (zwykle środek przodu/tyłu).' },
|
|
193
|
+
{ term: 'Siatka stopniowania (Grading Nest)', definition: 'Rysunek nałożonych na siebie wszystkich przeskalowanych rozmiarów.' },
|
|
194
|
+
{ term: 'Wykrój bazowy', definition: 'Szablon bez projektu i luzu, odpowiadający wymiarom ciała.' },
|
|
195
|
+
],
|
|
196
|
+
},
|
|
197
|
+
],
|
|
198
|
+
ui: {
|
|
199
|
+
labelSystem: 'SYSTEM PRACY',
|
|
200
|
+
modeStandard: 'Rozmiary Standardowe',
|
|
201
|
+
modeCustom: 'Wymiary Rzeczywiste',
|
|
202
|
+
labelPatternSize: 'Rozmiar Wykroju',
|
|
203
|
+
labelTargetSize: 'Rozmiar Docelowy',
|
|
204
|
+
labelOriginMeasures: 'WYMIARY ŹRÓDŁOWE',
|
|
205
|
+
labelTargetMeasures: 'TWOJE WYMIARY',
|
|
206
|
+
labelEase: 'Aktualny Luz (Ease)',
|
|
207
|
+
labelChest: 'Klatka piersiowa',
|
|
208
|
+
labelWaist: 'Talia',
|
|
209
|
+
labelHips: 'Biodra',
|
|
210
|
+
labelLength: 'Długość',
|
|
211
|
+
resBust: 'Biust',
|
|
212
|
+
resWaist: 'Talia',
|
|
213
|
+
resHips: 'Biodra',
|
|
214
|
+
resLength: 'Długość',
|
|
215
|
+
actionLatAdd: 'Dodaj',
|
|
216
|
+
actionLatRemove: 'Odejmij',
|
|
217
|
+
actionLatSuffix: 'na boku elementu',
|
|
218
|
+
actionLatNote: 'Dopasowanie na ćwiartkę wykroju',
|
|
219
|
+
actionLenExtend: 'Wydłuż wykrój',
|
|
220
|
+
actionLenShorten: 'Skróć wykrój',
|
|
221
|
+
actionLenNote: 'Dopasowanie na linii dołu',
|
|
222
|
+
legendOriginal: 'Oryginalny',
|
|
223
|
+
legendUpdated: 'Zaktualizowany',
|
|
224
|
+
warnText: 'Skalowanie powyżej 3 rozmiarów. Ryzyko deformacji podkroju pachy.',
|
|
225
|
+
sizePrefix: 'Rozmiar',
|
|
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 = 'escalador-molde-costura';
|
|
6
|
+
const title = 'Escalador de Moldes de Costura Online';
|
|
7
|
+
const description = 'Ajuste qualquer molde de costura às suas medidas reais. Calculadora de escalonamento diferencial com pré-visualização do molde actualizado.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Porque é que o ombro não cresce igual ao peito?',
|
|
12
|
+
answer: 'O corpo humano não é uma esfera. Enquanto o volume do tronco pode variar significativamente, o esqueleto e os pontos de articulação como o ombro são muito mais estáticos. Um escalonamento profissional aplica factores diferenciados para não desequilibrar a peça.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'O que é a "folga" ou "ease"?',
|
|
16
|
+
answer: 'É o espaço extra entre o seu corpo e o tecido. Sem folga, não conseguiria mover-se. A nossa calculadora mantém esta folga para que a peça lhe assente tal como o designer a concebeu, mas adaptada aos seus contornos reais.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Posso escalar um molde de malha ou jersey?',
|
|
20
|
+
answer: 'Sim, mas tenha em conta que os tecidos elásticos costumam ter folga negativa. Se o molde for muito ajustado, certifique-se de que o factor de elasticidade do novo tecido que escolher seja o mesmo do tecido original.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{
|
|
26
|
+
name: 'Meça o seu molde',
|
|
27
|
+
text: 'Meça as linhas horizontais chave (peito, cintura e anca) nas peças de papel do seu molde original, de costura a costura.',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
name: 'Configure a origem',
|
|
31
|
+
text: 'Introduza o tamanho do molde ou as medidas que tirou na coluna de "Origem" da nossa ferramenta.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Introduza o destino',
|
|
35
|
+
text: 'Coloque as suas medidas reais ou o tamanho que pretende atingir. A ferramenta calculará a diferença exacta por zona.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Aplique na mesa de corte',
|
|
39
|
+
text: 'Siga as instruções de "Acções na Mesa de Corte" para adicionar ou retirar centímetros nas laterais e bainhas das suas peças.',
|
|
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: 'pt',
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
export const content: ToolLocaleContent<SewingPatternScalerUI> = {
|
|
77
|
+
slug,
|
|
78
|
+
title,
|
|
79
|
+
description,
|
|
80
|
+
faqTitle: 'Perguntas Frequentes',
|
|
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: 'Como Escalar Moldes de Costura: Guia Técnico e Prático',
|
|
99
|
+
level: 2,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
|
+
html: 'O <strong>escalonamento de moldes</strong> (ou <em>grading</em>) é uma das competências mais críticas no mundo da confecção. Não se trata simplesmente de aumentar ou reduzir um desenho de forma proporcional; trata-se de adaptar uma estrutura bidimensional às complexas curvas e proporções do corpo humano, que não cresce de forma linear.',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'stats',
|
|
107
|
+
items: [
|
|
108
|
+
{ value: 'Offline', label: 'Cálculos Locais', icon: 'mdi:calculator' },
|
|
109
|
+
{ value: 'Diferencial', label: 'Escalado Proporcional', icon: 'mdi:resize' },
|
|
110
|
+
{ value: '100%', label: 'Seguro e Privado', icon: 'mdi:lock' },
|
|
111
|
+
],
|
|
112
|
+
columns: 3,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'O que é exactamente o escalonamento de moldes?',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: 'O escalonamento (ou <em>grading</em> em inglês) é o processo técnico de aumentar ou diminuir o tamanho de um molde base para criar uma série de tamanhos diferentes. Ao contrário de um simples zoom, o escalonamento tem em conta que certas partes do corpo crescem mais do que outras. Por exemplo, o contorno do peito costuma variar mais entre tamanhos do que a largura do ombro ou o comprimento do tronco.',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'title',
|
|
125
|
+
text: 'O Segredo do Sucesso: A Folga (Ease)',
|
|
126
|
+
level: 3,
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'list',
|
|
130
|
+
items: [
|
|
131
|
+
'<strong>Folga de movimento:</strong> os centímetros extra necessários para que possa respirar, sentar-se e mover os braços sem que o tecido se rasgue.',
|
|
132
|
+
'<strong>Folga de design:</strong> os centímetros que o designer adicionou para criar uma silhueta específica (por exemplo, um casaco oversize ou uma blusa vaporosa).',
|
|
133
|
+
],
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'title',
|
|
137
|
+
text: 'Escalonamento Horizontal vs. Vertical',
|
|
138
|
+
level: 3,
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'list',
|
|
142
|
+
items: [
|
|
143
|
+
'<strong>Eixo Horizontal (Contornos):</strong> Peito, Cintura, Anca. Requer maior ajuste. Divide-se em quartos para cada peça do molde.',
|
|
144
|
+
'<strong>Eixo Vertical (Comprimentos):</strong> Comprimento frente, comprimento costas, comprimento total. Afecta a posição de pinças e linha de cintura. Menor variação entre tamanhos contíguos.',
|
|
145
|
+
],
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'title',
|
|
149
|
+
text: 'Como usar o Escalador de Moldes',
|
|
150
|
+
level: 3,
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'list',
|
|
154
|
+
items: [
|
|
155
|
+
'<strong>Meça o seu molde:</strong> pegue na peça de papel e meça de borda a borda nas linhas de peito, cintura e anca.',
|
|
156
|
+
'<strong>Introduza as medidas origem:</strong> escreva essas medidas na coluna esquerda e indique que tamanho representa esse molde.',
|
|
157
|
+
'<strong>Introduza as suas medidas ou tamanho destino:</strong> na coluna direita, coloque as suas medidas reais ou o tamanho que pretende atingir.',
|
|
158
|
+
'<strong>Interprete os resultados:</strong> a calculadora mostrar-lhe-á quanto deve adicionar ou retirar em cada zona específica.',
|
|
159
|
+
],
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'tip',
|
|
163
|
+
title: 'Conselho para um Escalonamento Profissional',
|
|
164
|
+
html: '<p><strong>Não escale mais de dois ou três tamanhos:</strong> se tentar passar de um tamanho 36 para um 52, é muito provável que a cava se deforme e o decote fique enorme. Nesses casos, é melhor redesenhar o molde base usando as suas medidas do zero.</p>',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
type: 'title',
|
|
168
|
+
text: 'Vantagens do escalonamento digital',
|
|
169
|
+
level: 3,
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'proscons',
|
|
173
|
+
items: [
|
|
174
|
+
{
|
|
175
|
+
pro: 'Mantém a proporção exacta do design original.',
|
|
176
|
+
con: 'As cavas podem requerer um ligeiro suavizado manual.',
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
pro: 'Cálculo instantâneo da folga necessária.',
|
|
180
|
+
con: 'Não detecta automaticamente se o molde já inclui costura.',
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
pro: 'Visualização gráfica do crescimento da peça.',
|
|
184
|
+
con: 'Requer uma recolha de medidas inicial muito precisa.',
|
|
185
|
+
},
|
|
186
|
+
],
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
type: 'glossary',
|
|
190
|
+
items: [
|
|
191
|
+
{ term: 'Diferencial', definition: 'Diferença de medida entre dois tamanhos consecutivos.' },
|
|
192
|
+
{ term: 'Pontos de Ancoragem', definition: 'Zonas do molde que não se movem (normalmente o centro da frente/costas).' },
|
|
193
|
+
{ term: 'Ninho de Escalonamento', definition: 'Desenho sobreposto de todos os tamanhos escalados.' },
|
|
194
|
+
{ term: 'Molde Base', definition: 'Modelo sem design nem folga que corresponde às medidas do corpo.' },
|
|
195
|
+
],
|
|
196
|
+
},
|
|
197
|
+
],
|
|
198
|
+
ui: {
|
|
199
|
+
labelSystem: 'SISTEMA DE TRABALHO',
|
|
200
|
+
modeStandard: 'Tamanhos Padrão',
|
|
201
|
+
modeCustom: 'Medidas Reais',
|
|
202
|
+
labelPatternSize: 'Tamanho Molde',
|
|
203
|
+
labelTargetSize: 'Tamanho Destino',
|
|
204
|
+
labelOriginMeasures: 'MEDIDAS ORIGEM',
|
|
205
|
+
labelTargetMeasures: 'AS SUAS MEDIDAS',
|
|
206
|
+
labelEase: 'Folga Actual (Ease)',
|
|
207
|
+
labelChest: 'Peito',
|
|
208
|
+
labelWaist: 'Cintura',
|
|
209
|
+
labelHips: 'Anca',
|
|
210
|
+
labelLength: 'Comprimento',
|
|
211
|
+
resBust: 'Busto',
|
|
212
|
+
resWaist: 'Cintura',
|
|
213
|
+
resHips: 'Anca',
|
|
214
|
+
resLength: 'Comprimento',
|
|
215
|
+
actionLatAdd: 'Adicione',
|
|
216
|
+
actionLatRemove: 'Retire',
|
|
217
|
+
actionLatSuffix: 'na lateral da peça',
|
|
218
|
+
actionLatNote: 'Ajuste por quarto de molde',
|
|
219
|
+
actionLenExtend: 'Alongue o molde',
|
|
220
|
+
actionLenShorten: 'Encurte o molde',
|
|
221
|
+
actionLenNote: 'Ajuste na linha da bainha',
|
|
222
|
+
legendOriginal: 'Original',
|
|
223
|
+
legendUpdated: 'Actualizado',
|
|
224
|
+
warnText: 'Escalonamento superior a 3 tamanhos. Risco de deformação na cava.',
|
|
225
|
+
sizePrefix: 'Tamanho',
|
|
226
|
+
},
|
|
227
|
+
};
|