@jjlmoya/utils-textiles 1.4.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/slug_language_code_format.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/tools.ts +2 -0
- 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 = 'dikis-kalibi-olceklendirici';
|
|
6
|
+
const title = 'Online Dikiş Kalıbı Ölçeklendirme (Serileme) Aracı';
|
|
7
|
+
const description = 'Herhangi bir dikiş kalıbını gerçek vücut ölçülerinize göre ayarlayın. Güncellenmiş kalıp önizlemeli diferansiyel ölçeklendirme hesaplayıcısı.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Omuz neden göğüsle aynı oranda büyümüyor?',
|
|
12
|
+
answer: 'İnsan vücudu bir küre değildir. Gövde hacmi önemli ölçüde değişebilirken, iskelet ve omuz gibi eklem noktaları çok daha statiktir. Profesyonel bir serileme (grading), giysinin dengesini bozmamak için bölgelere göre farklı katsayılar uygular.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: '"Rahatlık payı" veya "ease" nedir?',
|
|
16
|
+
answer: 'Vücudunuz ile kumaş arasındaki fazladan boşluktur. Rahatlık payı olmasaydı hareket edemezdiniz. Hesaplayıcımız bu payı korur, böylece giysi tasarımcının hayal ettiği gibi durur ancak sizin gerçek hatlarınıza uyarlanır.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Örgü veya jarse kalıbını ölçeklendirebilir miyim?',
|
|
20
|
+
answer: 'Evet, ancak elastik kumaşların genellikle negatif rahatlık payına sahip olduğunu unutmayın. Kalıp çok darsa, seçeceğiniz yeni kumaşın esneklik faktörünün orijinaliyle aynı olduğundan emin olun.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{
|
|
26
|
+
name: 'Kalıbınızı ölçün',
|
|
27
|
+
text: 'Orijinal kağıt kalıp parçalarınız üzerindeki temel yatay çizgileri (göğüs, bel ve kalça) dikişten dikişe ölçün.',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
name: 'Kaynağı yapılandırın',
|
|
31
|
+
text: 'Kalıp bedenini veya aldığınız ölçüleri aracımızdaki "Kaynak" (Origin) sütununa girin.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Hedefi girin',
|
|
35
|
+
text: 'Gerçek ölçülerinizi veya ulaşmak istediğiniz hedef bedeni girin. Araç, bölge başına tam farkı hesaplayacaktır.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Kesim masasında uygulayın',
|
|
39
|
+
text: 'Parçalarınızın yanlarına ve etek uçlarına santimetre eklemek veya çıkarmak için "Kesim Masası İşlemleri" talimatlarını izleyin.',
|
|
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: 'tr',
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
export const content: ToolLocaleContent<SewingPatternScalerUI> = {
|
|
77
|
+
slug,
|
|
78
|
+
title,
|
|
79
|
+
description,
|
|
80
|
+
faqTitle: 'Sıkça Sorulan Sorular',
|
|
81
|
+
faq: faqData,
|
|
82
|
+
bibliographyTitle: 'Referanslar',
|
|
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: 'Dikiş Kalıpları Nasıl Ölçeklendirilir: Teknik ve Pratik Kılavuz',
|
|
99
|
+
level: 2,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
|
+
html: '<strong>Kalıp ölçeklendirme</strong> (grading), konfeksiyon dünyasındaki en kritik becerilerden biridir. Bu sadece bir çizimi orantılı olarak büyütmek veya küçültmek değildir; iki boyutlu bir yapıyı, doğrusal olarak büyümeyen insan vücudunun karmaşık kıvrımlarına ve oranlarına uyarlamakla ilgilidir.',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'stats',
|
|
107
|
+
items: [
|
|
108
|
+
{ value: 'Çevrimdışı', label: 'Yerel Hesaplamalar', icon: 'mdi:calculator' },
|
|
109
|
+
{ value: 'Diferansiyel', label: 'Orantılı Ölçeklendirme', icon: 'mdi:resize' },
|
|
110
|
+
{ value: '100%', label: 'Güvenli ve Özel', icon: 'mdi:lock' },
|
|
111
|
+
],
|
|
112
|
+
columns: 3,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Kalıp ölçeklendirme tam olarak nedir?',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: 'Ölçeklendirme (veya <em>serileme</em>), bir dizi farklı beden oluşturmak için temel bir kalıbın boyutunu artırma veya azaltma teknik sürecidir. Basit bir yakınlaştırmanın aksine ölçeklendirme, vücudun belirli bölümlerinin diğerlerinden daha fazla büyüyeceğini dikkate alır. Örneğin, göğüs çevresi bedenler arasında genellikle omuz genişliği veya gövde boyundan daha fazla değişir.',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'title',
|
|
125
|
+
text: 'Başarının Sırrı: Rahatlık Payı (Ease)',
|
|
126
|
+
level: 3,
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'list',
|
|
130
|
+
items: [
|
|
131
|
+
'<strong>Hareket rahatlığı:</strong> Nefes alabilmeniz, oturabilmeniz ve kollarınızı hareket ettirebilmeniz için kumaşın yırtılmamasını sağlayan fazladan santimetreler.',
|
|
132
|
+
'<strong>Tasarım rahatlığı:</strong> Tasarımcının belirli bir siluet (örneğin, oversize bir palto veya dökümlü bir bluz) oluşturmak için eklediği santimetreler.',
|
|
133
|
+
],
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'title',
|
|
137
|
+
text: 'Yatay ve Dikey Ölçeklendirme',
|
|
138
|
+
level: 3,
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'list',
|
|
142
|
+
items: [
|
|
143
|
+
'<strong>Yatay Eksen (Çevreler):</strong> Göğüs, Bel, Kalça. En büyük ayarlamayı gerektirir. Her bir kalıp parçası için dörde bölünür.',
|
|
144
|
+
'<strong>Dikey Eksen (Boylar):</strong> Ön boy, arka boy, toplam boy. Penslerin konumunu ve bel hattını etkiler. Ardışık bedenler arasındaki varyasyon daha düşüktür.',
|
|
145
|
+
],
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'title',
|
|
149
|
+
text: 'Kalıp Ölçeklendirici Nasıl Kullanılır',
|
|
150
|
+
level: 3,
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'list',
|
|
154
|
+
items: [
|
|
155
|
+
'<strong>Kalıbınızı ölçün:</strong> Kağıt kalıp parçasını alın ve göğüs, bel ve kalça çizgilerinde kenardan kenara ölçün.',
|
|
156
|
+
'<strong>Kaynak ölçüleri girin:</strong> Bu ölçüleri sol sütuna yazın ve bu kalıbın hangi bedeni temsil ettiğini belirtin.',
|
|
157
|
+
'<strong>Kendi ölçülerinizi veya hedef bedeni girin:</strong> Sağ sütuna gerçek ölçülerinizi veya ulaşmak istediğiniz bedeni girin.',
|
|
158
|
+
'<strong>Sonuçları yorumlayın:</strong> Hesaplayıcı, her bir spesifik alanda ne kadar ekleme veya çıkarma yapmanız gerektiğini gösterecektir.',
|
|
159
|
+
],
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'tip',
|
|
163
|
+
title: 'Profesyonel Serileme İçin Tavsiye',
|
|
164
|
+
html: '<p><strong>İki veya üç bedenden fazla ölçeklendirmeyin:</strong> 36 bedenden 52 bedene geçmeye çalışırsanız, kol oyuntusunun (pazu) deforme olması ve yaka açıklığının çok büyük kalması kuvvetle muhtemeldir. Bu durumlarda, temel kalıbı kendi ölçülerinizle sıfırdan çizmek daha iyidir.</p>',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
type: 'title',
|
|
168
|
+
text: 'Dijital ölçeklendirmenin avantajları',
|
|
169
|
+
level: 3,
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'proscons',
|
|
173
|
+
items: [
|
|
174
|
+
{
|
|
175
|
+
pro: 'Orijinal tasarımın tam oranını korur.',
|
|
176
|
+
con: 'Kol oyuntuları hafif bir manuel düzeltme gerektirebilir.',
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
pro: 'Gerekli rahatlık payının anında hesaplanması.',
|
|
180
|
+
con: 'Kalıbın dikiş payı içerip içermediğini otomatik olarak algılamaz.',
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
pro: 'Parçanın büyümesinin grafiksel görselleştirmesi.',
|
|
184
|
+
con: 'Çok hassas bir ilk ölçüm alımı gerektirir.',
|
|
185
|
+
},
|
|
186
|
+
],
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
type: 'glossary',
|
|
190
|
+
items: [
|
|
191
|
+
{ term: 'Diferansiyel', definition: 'İki ardışık beden arasındaki ölçü farkı.' },
|
|
192
|
+
{ term: 'Sabitleme Noktaları', definition: 'Kalıbın hareket etmeyen bölgeleri (genellikle ön/arka orta çizgi).' },
|
|
193
|
+
{ term: 'Serileme Yuvası (Grading Nest)', definition: 'Ölçeklendirilmiş tüm bedenlerin üst üste binmiş çizimi.' },
|
|
194
|
+
{ term: 'Temel Kalıp', definition: 'Vücut ölçülerine karşılık gelen, tasarım veya pay içermeyen şablon.' },
|
|
195
|
+
],
|
|
196
|
+
},
|
|
197
|
+
],
|
|
198
|
+
ui: {
|
|
199
|
+
labelSystem: 'ÇALIŞMA SİSTEMİ',
|
|
200
|
+
modeStandard: 'Standart Bedenler',
|
|
201
|
+
modeCustom: 'Gerçek Ölçüler',
|
|
202
|
+
labelPatternSize: 'Kalıp Bedeni',
|
|
203
|
+
labelTargetSize: 'Hedef Beden',
|
|
204
|
+
labelOriginMeasures: 'KAYNAK ÖLÇÜLER',
|
|
205
|
+
labelTargetMeasures: 'ÖLÇÜLERİNİZ',
|
|
206
|
+
labelEase: 'Mevcut Rahatlık Payı (Ease)',
|
|
207
|
+
labelChest: 'Göğüs',
|
|
208
|
+
labelWaist: 'Bel',
|
|
209
|
+
labelHips: 'Kalça',
|
|
210
|
+
labelLength: 'Boy',
|
|
211
|
+
resBust: 'Göğüs',
|
|
212
|
+
resWaist: 'Bel',
|
|
213
|
+
resHips: 'Kalça',
|
|
214
|
+
resLength: 'Boy',
|
|
215
|
+
actionLatAdd: 'Ekle',
|
|
216
|
+
actionLatRemove: 'Çıkar',
|
|
217
|
+
actionLatSuffix: 'parçanın yanından',
|
|
218
|
+
actionLatNote: 'Kalıp çeyreği başına ayarlama',
|
|
219
|
+
actionLenExtend: 'Kalıbı uzat',
|
|
220
|
+
actionLenShorten: 'Kalıbı kısalt',
|
|
221
|
+
actionLenNote: 'Etek ucu çizgisinde ayarlama',
|
|
222
|
+
legendOriginal: 'Orijinal',
|
|
223
|
+
legendUpdated: 'Güncellendi',
|
|
224
|
+
warnText: '3 bedenden fazla ölçeklendirme. Kol oyuntusunda deformasyon riski.',
|
|
225
|
+
sizePrefix: 'Beden',
|
|
226
|
+
},
|
|
227
|
+
};
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { SewingPatternScalerUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'sewing-pattern-scaler';
|
|
6
|
+
const title = '在线缝纫纸样放码(调节)工具';
|
|
7
|
+
const description = '根据您的实际尺寸调整任何缝纫纸样。具有放码差值计算和更新纸样预览功能的差异化缩放计算器。';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: '为什么肩寬的增长不像胸围那样快?',
|
|
12
|
+
answer: '人体并不是一个球体。虽然躯干的体积会有显著变化,但骨架和关节(如肩膀)是相对固定的。专业的放码(grading)会应用不同的系数,以确保不会破坏服装的平衡。',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: '什么是“松量”或“ease”?',
|
|
16
|
+
answer: '它是指您的身体与面料之间的额外空间。没有松量,您将无法活动。我们的计算器会保持这种松量,使服装既符合设计师的构思,又适应您的实际轮廓。',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: '我可以对针织或针织平针织物的纸样进行缩放吗?',
|
|
20
|
+
answer: '可以,但请注意,弹力面料通常具有负松量。如果纸样非常紧身,请确保您选择的新面料的弹性系数与原始面料相同。',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{
|
|
26
|
+
name: '测量您的纸样',
|
|
27
|
+
text: '在原始纸样(纸样稿)的关键水平线上(胸围、腰围和臀围)进行测量,从一侧缝线量到另一侧。',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
name: '配置源数据',
|
|
31
|
+
text: '在工具的“源尺寸”列中输入纸样的尺码或您量得的尺寸。',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: '输入目标数据',
|
|
35
|
+
text: '输入您的实际尺寸或您想要达到的目标尺码。工具将计算每个区域的精确差值。',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: '在裁床上应用',
|
|
39
|
+
text: '按照“裁床操作”说明,在纸样块的侧面和底部增加或减少厘米数。',
|
|
40
|
+
},
|
|
41
|
+
];
|
|
42
|
+
|
|
43
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
44
|
+
'@context': 'https://schema.org',
|
|
45
|
+
'@type': 'FAQPage',
|
|
46
|
+
mainEntity: faqData.map((item) => ({
|
|
47
|
+
'@type': 'Question',
|
|
48
|
+
name: item.question,
|
|
49
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
50
|
+
})),
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
const howToSchema: WithContext<HowTo> = {
|
|
54
|
+
'@context': 'https://schema.org',
|
|
55
|
+
'@type': 'HowTo',
|
|
56
|
+
name: title,
|
|
57
|
+
description,
|
|
58
|
+
step: howToData.map((step) => ({
|
|
59
|
+
'@type': 'HowToStep',
|
|
60
|
+
name: step.name,
|
|
61
|
+
text: step.text,
|
|
62
|
+
})),
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
66
|
+
'@context': 'https://schema.org',
|
|
67
|
+
'@type': 'SoftwareApplication',
|
|
68
|
+
name: title,
|
|
69
|
+
description,
|
|
70
|
+
applicationCategory: 'UtilityApplication',
|
|
71
|
+
operatingSystem: 'All',
|
|
72
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
73
|
+
inLanguage: 'zh',
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
export const content: ToolLocaleContent<SewingPatternScalerUI> = {
|
|
77
|
+
slug,
|
|
78
|
+
title,
|
|
79
|
+
description,
|
|
80
|
+
faqTitle: '常见问题',
|
|
81
|
+
faq: faqData,
|
|
82
|
+
bibliographyTitle: '参考资料',
|
|
83
|
+
bibliography: [
|
|
84
|
+
{
|
|
85
|
+
name: 'Patronaje: Las Bases - Teresa Gilewska',
|
|
86
|
+
url: 'https://www.scribd.com/document/696165843/patronaje-las-bases-by-teresa-gilewska',
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
name: 'Metric Pattern Cutting for Women\'s Wear - Winifred Aldrich',
|
|
90
|
+
url: 'https://download.e-bookshelf.de/download/0000/5989/88/L-G-0000598988-0002339537.pdf',
|
|
91
|
+
},
|
|
92
|
+
],
|
|
93
|
+
howTo: howToData,
|
|
94
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
95
|
+
seo: [
|
|
96
|
+
{
|
|
97
|
+
type: 'title',
|
|
98
|
+
text: '如何进行缝纫纸样放码:技术与实践指南',
|
|
99
|
+
level: 2,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
|
+
html: '<strong>纸样放码</strong> (pattern grading) 是服装制作界最关键的技能之一。这不仅仅是按比例放大或缩小图稿;而是要将二维结构调整以适应非线性生长的复杂人体曲线和比例。',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'stats',
|
|
107
|
+
items: [
|
|
108
|
+
{ value: '离线', label: '本地计算', icon: 'mdi:calculator' },
|
|
109
|
+
{ value: '差异化', label: '比例缩放', icon: 'mdi:resize' },
|
|
110
|
+
{ value: '100%', label: '安全私密', icon: 'mdi:lock' },
|
|
111
|
+
],
|
|
112
|
+
columns: 3,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: '纸样放码到底是什么?',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: '所谓放码(或称 <em>grading</em>),是指为了创建一系列不同尺码而增加或减少基本纸样尺寸的技术过程。与简单的缩放不同,放码考虑到身体的某些部位比其他部位增长更多。例如,胸围在各尺码间的变化通常比肩宽或背长更大。',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'title',
|
|
125
|
+
text: '成功的秘密:松量 (Ease)',
|
|
126
|
+
level: 3,
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'list',
|
|
130
|
+
items: [
|
|
131
|
+
'<strong>活动松量:</strong> 为了让您能够呼吸、坐下以及活动手臂而又不至于撕裂面料所需的额外厘米数。',
|
|
132
|
+
'<strong>设计松量:</strong> 设计师为了创造特定廓形(例如廓形大衣或飘逸的上衣)而增加的厘米数。',
|
|
133
|
+
],
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'title',
|
|
137
|
+
text: '水平放码 vs 垂直放码',
|
|
138
|
+
level: 3,
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'list',
|
|
142
|
+
items: [
|
|
143
|
+
'<strong>水平轴(围度):</strong> 胸围、腰围、臀围。需要最大的调整。每个纸样块被分为四分之一进行计算。',
|
|
144
|
+
'<strong>垂直轴(长度):</strong> 前衣长、背长、总长。影响省道位置和腰线。相邻尺码间的变化量较小。',
|
|
145
|
+
],
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'title',
|
|
149
|
+
text: '如何使用纸样缩放工具',
|
|
150
|
+
level: 3,
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'list',
|
|
154
|
+
items: [
|
|
155
|
+
'<strong>测量您的纸样:</strong> 拿着纸样块,测量胸围、腰围和臀围线上的边缘到边缘距离。',
|
|
156
|
+
'<strong>输入源数据尺寸:</strong> 在左列写下这些测量值,并指明该纸样代表的尺码。',
|
|
157
|
+
'<strong>输入您的尺寸或目标尺码:</strong> 在右列中输入您的实际测量值或您想要达到的尺码。',
|
|
158
|
+
'<strong>翻译结果:</strong> 计算器将向您显示在每个特定区域应增加或减少的数值。',
|
|
159
|
+
],
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'tip',
|
|
163
|
+
title: '专业放码建议',
|
|
164
|
+
html: '<p><strong>放码范围不要超过两到三个尺码:</strong> 如果您尝试从 36 码跨越到 52 码,袖窿(挂肩)极有可能会变形,领口也会变得巨大。在这种情况下,最好根据您的尺寸重新绘制基本原型。</p>',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
type: 'title',
|
|
168
|
+
text: '数字放码的优势',
|
|
169
|
+
level: 3,
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'proscons',
|
|
173
|
+
items: [
|
|
174
|
+
{
|
|
175
|
+
pro: '保持原始设计的精确比例。',
|
|
176
|
+
con: '袖窿处可能需要轻微的手动修顺。',
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
pro: '瞬间计算所需的松量。',
|
|
180
|
+
con: '无法自动检测纸样是否已包含缝份。',
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
pro: '通过图形可视化展示纸样块的增长。',
|
|
184
|
+
con: '需要非常精准的初始测量。',
|
|
185
|
+
},
|
|
186
|
+
],
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
type: 'glossary',
|
|
190
|
+
items: [
|
|
191
|
+
{ term: '插值(Diferencial)', definition: '两个连续尺码间的尺寸差。' },
|
|
192
|
+
{ term: '定锚点', definition: '纸样上不发生位移的区域(通常是前/后中心线)。' },
|
|
193
|
+
{ term: '放码巢图 (Grading Nest)', definition: '所有放码尺码重叠在一起的图。' },
|
|
194
|
+
{ term: '基本原形', definition: '没有任何设计和松量、符合人体净尺寸的模版。' },
|
|
195
|
+
],
|
|
196
|
+
},
|
|
197
|
+
],
|
|
198
|
+
ui: {
|
|
199
|
+
labelSystem: '工作系统',
|
|
200
|
+
modeStandard: '标准尺码',
|
|
201
|
+
modeCustom: '实际尺寸',
|
|
202
|
+
labelPatternSize: '纸样尺码',
|
|
203
|
+
labelTargetSize: '目标尺码',
|
|
204
|
+
labelOriginMeasures: '源数据测量',
|
|
205
|
+
labelTargetMeasures: '您的尺寸',
|
|
206
|
+
labelEase: '当前松量 (Ease)',
|
|
207
|
+
labelChest: '胸围',
|
|
208
|
+
labelWaist: '腰围',
|
|
209
|
+
labelHips: '臀围',
|
|
210
|
+
labelLength: '长度',
|
|
211
|
+
resBust: '胸围',
|
|
212
|
+
resWaist: '腰围',
|
|
213
|
+
resHips: '臀围',
|
|
214
|
+
resLength: '长度',
|
|
215
|
+
actionLatAdd: '增加',
|
|
216
|
+
actionLatRemove: '减少',
|
|
217
|
+
actionLatSuffix: '于纸样侧缝',
|
|
218
|
+
actionLatNote: '每四分之一纸样的调整量',
|
|
219
|
+
actionLenExtend: '加长纸样',
|
|
220
|
+
actionLenShorten: '缩短纸样',
|
|
221
|
+
actionLenNote: '于底边线调整',
|
|
222
|
+
legendOriginal: '原始级',
|
|
223
|
+
legendUpdated: '更新级',
|
|
224
|
+
warnText: '放码跨度超过 3 个尺码。袖窿处存在变形风险。',
|
|
225
|
+
sizePrefix: '码',
|
|
226
|
+
},
|
|
227
|
+
};
|
|
@@ -7,10 +7,6 @@ import type { SewingPatternScalerUI } from './ui';
|
|
|
7
7
|
|
|
8
8
|
export type SewingPatternScalerLocaleContent = ToolLocaleContent<SewingPatternScalerUI>;
|
|
9
9
|
|
|
10
|
-
import { content as es } from './i18n/es';
|
|
11
|
-
import { content as en } from './i18n/en';
|
|
12
|
-
import { content as fr } from './i18n/fr';
|
|
13
|
-
|
|
14
10
|
export const sewingPatternScaler: TextilesToolEntry<SewingPatternScalerUI> = {
|
|
15
11
|
id: 'sewing-pattern-scaler',
|
|
16
12
|
icons: {
|
|
@@ -18,9 +14,21 @@ export const sewingPatternScaler: TextilesToolEntry<SewingPatternScalerUI> = {
|
|
|
18
14
|
fg: 'mdi:checkerboard',
|
|
19
15
|
},
|
|
20
16
|
i18n: {
|
|
21
|
-
es:
|
|
22
|
-
en:
|
|
23
|
-
fr:
|
|
17
|
+
es: () => import('./i18n/es').then((m) => m.content),
|
|
18
|
+
en: () => import('./i18n/en').then((m) => m.content),
|
|
19
|
+
fr: () => import('./i18n/fr').then((m) => m.content),
|
|
20
|
+
de: () => import('./i18n/de').then((m) => m.content),
|
|
21
|
+
id: () => import('./i18n/id').then((m) => m.content),
|
|
22
|
+
it: () => import('./i18n/it').then((m) => m.content),
|
|
23
|
+
ja: () => import('./i18n/ja').then((m) => m.content),
|
|
24
|
+
ko: () => import('./i18n/ko').then((m) => m.content),
|
|
25
|
+
nl: () => import('./i18n/nl').then((m) => m.content),
|
|
26
|
+
pl: () => import('./i18n/pl').then((m) => m.content),
|
|
27
|
+
pt: () => import('./i18n/pt').then((m) => m.content),
|
|
28
|
+
ru: () => import('./i18n/ru').then((m) => m.content),
|
|
29
|
+
sv: () => import('./i18n/sv').then((m) => m.content),
|
|
30
|
+
tr: () => import('./i18n/tr').then((m) => m.content),
|
|
31
|
+
zh: () => import('./i18n/zh').then((m) => m.content),
|
|
24
32
|
},
|
|
25
33
|
};
|
|
26
34
|
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { ShoeSizeConverterUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'schuhgroessen-umrechner';
|
|
6
|
+
const title = 'Schuhgrößen Umrechner';
|
|
7
|
+
const description = 'Konvertieren Sie Schuhgrößen zwischen den Systemen der USA (US), Europas (EU), Großbritanniens (UK) und Zentimetern (CM). Leitfaden für Herren- und Damenschuhe.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Wie finde ich meine US-Schuhgröße heraus?',
|
|
12
|
+
answer: 'Bei Herren ist die US-Größe in der Regel eine Einheit höher als die UK-Größe. Bei Damen ist die Skala anders. Am genauesten ist es, den Fuß in Zentimetern zu messen und unseren Umrechner zu verwenden, um die exakte US-Nummer zu erhalten.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Was ist der Unterschied zwischen UK- und US-Schuhgrößen?',
|
|
16
|
+
answer: 'Obwohl beide das imperiale System verwenden, unterscheiden sich ihre Ausgangspunkte. Im Allgemeinen entspricht eine UK-Größe 8 einer US-Größe 9 bei Herrenschuhen.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Wie messe ich meinen Fuß für die CM-Größe?',
|
|
20
|
+
answer: 'Stellen Sie die Ferse gegen eine Wand, markieren Sie das Ende Ihres längsten Zehs und messen Sie den Abstand. Dieses Maß in Zentimetern (CM) ist am zuverlässigsten für den Kauf von Schuhen internationaler Marken.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{
|
|
26
|
+
name: 'Geschlecht wählen',
|
|
27
|
+
text: 'Wählen Sie aus, ob Sie Größen für Herren oder Damen suchen, da die Skalen variieren.',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
name: 'Region wählen',
|
|
31
|
+
text: 'Geben Sie das Größensystem an, das Sie kennen (EU, US, UK oder CM).',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Nummer wählen',
|
|
35
|
+
text: 'Nutzen Sie den Wähler oder klicken Sie direkt in das Raster der europäischen Größen.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Entsprechungen sehen',
|
|
39
|
+
text: 'Erhalten Sie sofort die entsprechende Nummer in den anderen Regionen der Welt.',
|
|
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: 'de',
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
export const content: ToolLocaleContent<ShoeSizeConverterUI> = {
|
|
77
|
+
slug,
|
|
78
|
+
title,
|
|
79
|
+
description,
|
|
80
|
+
faqTitle: 'Häufig gestellte Fragen',
|
|
81
|
+
faq: faqData,
|
|
82
|
+
bibliographyTitle: 'Literaturhinweise',
|
|
83
|
+
bibliography: [
|
|
84
|
+
{ name: 'Schuhgröße - Wikipedia', url: 'https://de.wikipedia.org/wiki/Schuhgröße' },
|
|
85
|
+
{ name: 'ISO 9407: Shoe sizes - Mondopoint system', url: 'https://www.iso.org/standard/17157.html' },
|
|
86
|
+
{ name: 'Shoe size conversion - Zappos', url: 'https://www.zappos.com/c/shoe-size-conversion' },
|
|
87
|
+
],
|
|
88
|
+
howTo: howToData,
|
|
89
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
90
|
+
seo: [
|
|
91
|
+
{
|
|
92
|
+
type: 'title',
|
|
93
|
+
text: 'Schuhgrößen-Umrechner: Vollständiger internationaler Leitfaden',
|
|
94
|
+
level: 2,
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
type: 'paragraph',
|
|
98
|
+
html: 'Der Kauf von Schuhen in internationalen Geschäften kann eine logistische Herausforderung sein. Der <strong>Schuhgrößen-Umrechner</strong> ist ein unverzichtbares Werkzeug, um unnötige Rücksendungen zu vermeiden und sicherzustellen, dass jeder Kauf, sei es bei Amazon, AliExpress oder in einem spezialisierten Sportgeschäft, ein Erfolg ist.',
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
type: 'title',
|
|
102
|
+
text: 'Wie funktionieren die Schuhgrößen-Entsprechungen?',
|
|
103
|
+
level: 2,
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'paragraph',
|
|
107
|
+
html: 'Die Welt der Schuhe ist nicht vereinheitlicht. Historisch gesehen hat jede Region ihr eigenes System entwickelt, das auf lokalen Maßeinheiten wie Zoll oder dem "Pariser Stich" basiert.',
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
type: 'list',
|
|
111
|
+
items: [
|
|
112
|
+
'<span><strong>EU-Größen (Europa):</strong> Basieren auf dem "Pariser Stich", der 2/3 Zentimeter entspricht. Es ist das gängigste System in Deutschland.</span>',
|
|
113
|
+
'<span><strong>US-Größen (USA):</strong> Verwenden Zoll mit unterschiedlichen Ausgangspunkten für Herren und Damen.</span>',
|
|
114
|
+
'<span><strong>UK-Größen (Großbritannien):</strong> Ebenfalls im imperialen System, aber mit Skalen, die eine Einheit niedriger sind als die der USA.</span>',
|
|
115
|
+
'<span><strong>CM-Größe / Mondopoint:</strong> Die präziseste Angabe. Verwendet direkt die Fußlänge in Zentimetern.</span>',
|
|
116
|
+
],
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
type: 'title',
|
|
120
|
+
text: 'Leitfaden zum Messen Ihres Fußes für die exakte Größe',
|
|
121
|
+
level: 2,
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'paragraph',
|
|
125
|
+
html: 'Bevor Sie den Umrechner verwenden, ist es wichtig, das tatsächliche Maß Ihres Fußes zu kennen. Bei Schuhen ist das grundlegende Maß die Länge des Fußes von der Ferse bis zum längsten Zeh.',
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'tip',
|
|
129
|
+
title: 'Profi Tipp',
|
|
130
|
+
html: 'Messen Sie Ihre Füße am Ende des Tages. Füße neigen dazu, durch Aktivität und Wärme anzuschwellen, sodass ein morgendliches Maß zu Schuhen führen könnte, die am Nachmittag drücken.',
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
type: 'title',
|
|
134
|
+
text: 'Warum Größen zwischen verschiedenen Marken variieren',
|
|
135
|
+
level: 2,
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'paragraph',
|
|
139
|
+
html: 'Warum haben Sie bei Nike eine 42, aber bei Adidas eine 41 1/3? Marken verwenden ihre eigenen Leisten. Einige Sportmarken schneiden tendenziell klein aus, was dazu führt, dass man eine halbe Nummer größer als üblich kaufen muss.',
|
|
140
|
+
},
|
|
141
|
+
],
|
|
142
|
+
ui: {
|
|
143
|
+
genderMenTitle: 'Herrenschuhe',
|
|
144
|
+
genderWomenTitle: 'Damenschuhe',
|
|
145
|
+
regionLabel: 'Ihr Größensystem',
|
|
146
|
+
regionEU: 'Europa (EU)',
|
|
147
|
+
regionUS: 'USA (US)',
|
|
148
|
+
regionUK: 'Großbritannien (UK)',
|
|
149
|
+
regionCM: 'Mondopoint (CM)',
|
|
150
|
+
gridTitle: 'Größe wählen',
|
|
151
|
+
gridDesc: 'Klicken, um internationale Entsprechungen zu sehen',
|
|
152
|
+
labelEU: 'Europa (EU)',
|
|
153
|
+
labelUS: 'USA (US)',
|
|
154
|
+
labelUK: 'Großbritannien (UK)',
|
|
155
|
+
labelCM: 'Mondopoint',
|
|
156
|
+
unitCM: 'cm',
|
|
157
|
+
infoBannerHtml: 'Die <strong>CM-Größe</strong> repräsentiert die physische Länge des Fußes. Es ist die zuverlässigste Methode für den Kauf von Schuhen internationaler Marken.',
|
|
158
|
+
menData: [
|
|
159
|
+
{ EU: '39', US: '6.5', UK: '6', CM: '24.5' },
|
|
160
|
+
{ EU: '40', US: '7.5', UK: '7', CM: '25.0' },
|
|
161
|
+
{ EU: '40.5', US: '8', UK: '7.5', CM: '25.5' },
|
|
162
|
+
{ EU: '41', US: '8.5', UK: '8', CM: '26.0' },
|
|
163
|
+
{ EU: '42', US: '9', UK: '8.5', CM: '26.5' },
|
|
164
|
+
{ EU: '42.5', US: '9.5', UK: '9', CM: '27.0' },
|
|
165
|
+
{ EU: '43', US: '10', UK: '9.5', CM: '27.5' },
|
|
166
|
+
{ EU: '44', US: '10.5', UK: '10', CM: '28.0' },
|
|
167
|
+
{ EU: '44.5', US: '11', UK: '10.5', CM: '28.5' },
|
|
168
|
+
{ EU: '45', US: '11.5', UK: '11', CM: '29.0' },
|
|
169
|
+
{ EU: '46', US: '12', UK: '11.5', CM: '30.0' },
|
|
170
|
+
],
|
|
171
|
+
womenData: [
|
|
172
|
+
{ EU: '35', US: '5', UK: '3', CM: '22.0' },
|
|
173
|
+
{ EU: '36', US: '6', UK: '4', CM: '22.5' },
|
|
174
|
+
{ EU: '37', US: '6.5', UK: '4.5', CM: '23.5' },
|
|
175
|
+
{ EU: '37.5', US: '7', UK: '5', CM: '23.8' },
|
|
176
|
+
{ EU: '38', US: '7.5', UK: '5.5', CM: '24.0' },
|
|
177
|
+
{ EU: '38.5', US: '8', UK: '6', CM: '24.5' },
|
|
178
|
+
{ EU: '39', US: '8.5', UK: '6.5', CM: '25.0' },
|
|
179
|
+
{ EU: '40', US: '9', UK: '7', CM: '25.5' },
|
|
180
|
+
{ EU: '41', US: '10', UK: '8', CM: '26.5' },
|
|
181
|
+
{ EU: '42', US: '11', UK: '9', CM: '27.0' },
|
|
182
|
+
],
|
|
183
|
+
},
|
|
184
|
+
};
|