@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,212 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { NeedleConverterUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'stricknadel-umrechner';
|
|
6
|
+
const title = 'Stricknadel und Häkelnadel Umrechner';
|
|
7
|
+
const description = 'Konvertieren Sie Nadelstärken zwischen metrischen (mm), US- und UK-Systemen mit Empfehlungen für Garne und WPI.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Warum gibt es verschiedene Größensysteme für Nadeln?',
|
|
12
|
+
answer: 'Historisch gesehen hat jedes Land sein eigenes System entwickelt. Das metrische System (mm) ist der präziseste internationale Standard. Das US-System verwendet eine progressive Nummerierung (0-50), während das britische System eine inverse Nummerierung verwendet: Je höher die Zahl, desto feiner ist die Nadel.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Sind die Größen für Häkelnadeln und Stricknadeln in den USA gleich?',
|
|
16
|
+
answer: 'Nicht ganz. Häkelnadeln in den USA haben oft einen Buchstaben (z. B. H-8), und es gibt spezifische Variationen bei kleinen Stärken. Außerdem verwenden Stahlhäkelnadeln für feine Garne eine völlig andere Nummerierung.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Welche Nadel soll ich wählen, wenn meine Anleitung eine Größe ohne exakte Entsprechung verwendet?',
|
|
20
|
+
answer: 'Wenn eine Anleitung beispielsweise 7,0 mm verlangt und Ihr System nur 6,5 mm bis 8,0 mm abdeckt, wird dringend empfohlen, eine Maschenprobe zu machen. Ein Unterschied von 0,5 mm kann die Endgröße des Kleidungsstücks erheblich verändern.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Was ist WPI (Wraps Per Inch)?',
|
|
24
|
+
answer: 'Es ist die Anzahl der Garnwicklungen, die auf einen Zoll (2,54 cm) passen. Dies ist die zuverlässigste Methode, um die Stärke einer Wolle ohne Etikett zu bestimmen und die am besten geeignete Nadel auszuwählen.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{
|
|
30
|
+
name: 'Arbeitsart auswählen',
|
|
31
|
+
text: 'Wählen Sie zwischen Stricken (knitting) oder Häkeln (crochet), um die korrekten Entsprechungen im US-System zu sehen.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Größe im visuellen Wähler wählen',
|
|
35
|
+
text: 'Klicken Sie auf den Kreis, der Ihrer Nadelgröße entspricht. Die Löcher sind im realen mathematischen Verhältnis zur Millimeterangabe skaliert.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Entsprechungen ablesen',
|
|
39
|
+
text: 'Sehen Sie die Ergebnisse in Echtzeit: Millimeter, US-Größe und UK-Größe, zusammen mit der empfohlenen Garnkategorie und dem WPI.',
|
|
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<NeedleConverterUI> = {
|
|
77
|
+
slug,
|
|
78
|
+
title,
|
|
79
|
+
description,
|
|
80
|
+
faqTitle: 'Häufig gestellte Fragen',
|
|
81
|
+
faq: faqData,
|
|
82
|
+
bibliographyTitle: 'Literaturhinweise',
|
|
83
|
+
bibliography: [
|
|
84
|
+
{
|
|
85
|
+
name: 'Craft Yarn Council: Needle and Hook Size Chart',
|
|
86
|
+
url: 'https://www.craftyarncouncil.com/standards/hooks-and-needles',
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
name: 'British Standards Institution: Textiles - Marking of Knitting Needles',
|
|
90
|
+
url: 'https://knowledge.bsigroup.com/products/textile-machinery-knitting-machines-number-of-needles-for-circular-knitting-machines-of-large-nominal-diameter',
|
|
91
|
+
},
|
|
92
|
+
],
|
|
93
|
+
howTo: howToData,
|
|
94
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
95
|
+
seo: [
|
|
96
|
+
{
|
|
97
|
+
type: 'title',
|
|
98
|
+
text: 'Technischer Leitfaden für Strick- und Häkelnadeln: Systeme, Stärken und Entsprechungen',
|
|
99
|
+
level: 2,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
|
+
html: 'Die Globalisierung digitaler Anleitungen macht es unerlässlich, die Unterschiede zwischen dem <strong>metrischen Dezimalsystem</strong>, dem <strong>US-Standard (US)</strong> und dem <strong>britischen Imperialsystem (UK)</strong> zu verstehen. Dieses Tool konvertiert zwischen den drei Systemen und bietet Garnempfehlungen mittels der WPI-Methode.',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'stats',
|
|
107
|
+
items: [
|
|
108
|
+
{ value: 'Offline', label: 'Funktioniert ohne Netz', icon: 'mdi:wifi-off' },
|
|
109
|
+
{ value: 'Dreifach', label: 'Vollständige Synchronisation', icon: 'mdi:sync' },
|
|
110
|
+
{ value: 'WPI', label: 'Garnanalyse', icon: 'mdi:texture' },
|
|
111
|
+
],
|
|
112
|
+
columns: 3,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Die Komplexität internationaler Systeme',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'table',
|
|
121
|
+
headers: ['System', 'Berechnungsgrundlage', 'Vorherrschende Region', 'Technische Merkmale'],
|
|
122
|
+
rows: [
|
|
123
|
+
['<strong>Metrisch (mm)</strong>', 'Exakter Durchmesser in mm', 'Europa / International', 'Der zuverlässigste ISO-Standard. Konstante Schritte von 0,25 mm oder 0,50 mm.'],
|
|
124
|
+
['<strong>US (USA)</strong>', 'Progressive Nummerierung', 'Nordamerika', 'Verwendet Zahlen von 0 bis 50. Beim Häkeln werden Zahlen mit Buchstaben kombiniert (B-1, G-6).'],
|
|
125
|
+
['<strong>UK (Imperial)</strong>', 'Inverse Nummerierung', 'Großbritannien / Australien', 'Basierend auf dem Drahtziehkaliber. Je höher die Zahl, desto feiner die Nadel (14 ist fein, 0 ist dick).'],
|
|
126
|
+
],
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'title',
|
|
130
|
+
text: 'Garnidentifikation durch die WPI-Methode',
|
|
131
|
+
level: 3,
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
type: 'list',
|
|
135
|
+
items: [
|
|
136
|
+
'<strong>Lace / Encaje (18-22+ WPI):</strong> Ultrafine Garne für Seiden- oder Mohairspitzen. Nadeln von 1,5 mm bis 2,5 mm.',
|
|
137
|
+
'<strong>Fingering / Baby (14-16 WPI):</strong> Der Standard für Socken und Babykleidung. Optimale Nadeln von 2,75 mm bis 3,25 mm.',
|
|
138
|
+
'<strong>Sport / Fine (12-14 WPI):</strong> Garn mit geringer bis mittlerer Stärke, ideal für leichte Jacken. Nadeln von 3,5 mm bis 3,75 mm.',
|
|
139
|
+
'<strong>DK / Light Worsted (11-13 WPI):</strong> Die vielseitigste Stärke auf dem Markt. Nadeln von 4,0 mm oder 4,5 mm.',
|
|
140
|
+
'<strong>Worsted / Aran (9-10 WPI):</strong> Dickes Garn für Winterpullover. Nadeln von 5,0 mm bis 5,5 mm.',
|
|
141
|
+
'<strong>Bulky / Chunky (7-8 WPI):</strong> Grobe Wolle für schnelle Projekte. Nadeln von 6,0 mm bis 8,0 mm.',
|
|
142
|
+
'<strong>Super Bulky (5-6 WPI):</strong> Riesige Fasern für Dekoration oder Schals. Nadeln von 9,0 mm bis 15,0 mm.',
|
|
143
|
+
],
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'tip',
|
|
147
|
+
title: 'Profi Technik: Die Stahlhäkelnadel',
|
|
148
|
+
html: '<p>Es gibt eine Familie von Nadeln für extrem feine merzerisierte Baumwollgarne. Das sind die <strong>Steel Hooks (Stahlhäkelnadeln)</strong>. Ihre Nummerierung ist spezifisch und umgekehrt: Eine Stahlhäkelnadel Nr. 14 (0,6 mm) ist viel feiner als eine Nr. 00 (3,5 mm). Verwenden Sie niemals die Standardtabelle für diese Stärken.</p>',
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'diagnostic',
|
|
152
|
+
variant: 'success',
|
|
153
|
+
title: 'Checkliste für die richtige Nadelstärke',
|
|
154
|
+
icon: 'mdi:check-circle-outline',
|
|
155
|
+
badge: 'Technische Validierung',
|
|
156
|
+
html: '<p>Folgen Sie diesen Schritten, bevor Sie ein größeres Projekt beginnen:</p><ul><li><strong>Persönliche Festigkeit:</strong> Wenn Sie fest stricken, wählen Sie eine 0,5 mm größere Nadel. Wenn Sie locker stricken, eine 0,5 mm kleinere.</li><li><strong>Nadelmaterial:</strong> Bambus für rutschige Garne; Metall für raue Wolle.</li><li><strong>Fasertyp:</strong> Baumwolle gibt nicht nach; Merinowolle dehnt sich beim Blocken aus.</li><li><strong>Maschenprobe:</strong> Stricken Sie ein Quadrat von 10x10 cm und waschen Sie es, bevor Sie das endgültige Maß nehmen.</li></ul>',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
type: 'proscons',
|
|
160
|
+
items: [
|
|
161
|
+
{
|
|
162
|
+
pro: 'Das metrische System ist universell und vermeidet Rundungsfehler zwischen Herstellern.',
|
|
163
|
+
con: 'Viele alte und historische Anleitungen enthalten keine Angaben in Millimetern.',
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
pro: 'Das US-System erleichtert das Merken von Standardgrößen für amerikanische Anleitungen.',
|
|
167
|
+
con: 'Die Buchstaben beim Häkeln sind nicht immer konsistent zwischen den Marken.',
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
pro: 'Das WPI-System ermöglicht es, Garne ohne Etikett technisch und professionell zuzuordnen.',
|
|
171
|
+
con: 'Erfordert eine sehr sorgfältige manuelle Messung, um das Ergebnis nicht zu verfälschen.',
|
|
172
|
+
},
|
|
173
|
+
],
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
type: 'glossary',
|
|
177
|
+
items: [
|
|
178
|
+
{ term: 'Gauge Swatch', definition: 'Maschenprobe (10x10 cm), die vor Projektbeginn gestrickt wird, um die tatsächliche Stärke zu validieren.' },
|
|
179
|
+
{ term: 'Hook Throat', definition: 'Der Hals der Häkelnadel. Seine Tiefe bestimmt, wie viel Garn die Nadel aufnehmen kann.' },
|
|
180
|
+
{ term: 'Block Testing', definition: 'Verfahren zum Befeuchten und Spannen des Gestricks, damit sich die Fasern entspannen und ihre wahre Endgröße zeigen.' },
|
|
181
|
+
],
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
type: 'summary',
|
|
185
|
+
title: 'Kritische Faktoren für den Erfolg Ihres Textilprojekts',
|
|
186
|
+
items: [
|
|
187
|
+
'Die richtige Nadel bestimmt nicht nur die Größe, sondern auch die Haltbarkeit des Kleidungsstücks gegen Abrieb.',
|
|
188
|
+
'Nutzen Sie unseren Umrechner, um Anleitungen aus amerikanischen oder britischen Magazinen in Sekunden zu validieren.',
|
|
189
|
+
'Wenn Sie keine exakte Entsprechung finden, wählen Sie die nächsthöhere oder -niedrigere Stärke basierend auf Ihrer Maschenprobe.',
|
|
190
|
+
'Häkeln verbraucht ca. 30 % mehr Garn als Stricken bei gleicher Nadelstärke.',
|
|
191
|
+
'Reinigen Sie Ihre Metallnadeln regelmäßig, um eine optimale Gleitfähigkeit zu erhalten.',
|
|
192
|
+
],
|
|
193
|
+
},
|
|
194
|
+
],
|
|
195
|
+
ui: {
|
|
196
|
+
labelSystem: 'ARBEITSSYSTEM',
|
|
197
|
+
modeKnitting: 'Stricken',
|
|
198
|
+
modeCrochet: 'Häkeln',
|
|
199
|
+
calibratorLabel: 'PRÄZISIONS-KALIBRATOR (ECHTGREÖSSE)',
|
|
200
|
+
calibratorDesc: 'Wählen Sie einen Durchmesser, um die Entsprechungen in Echtzeit zu sehen. Die Löcher entsprechen mathematisch exakt dem Millimetermas.',
|
|
201
|
+
tagMetric: 'Metrisch (mm)',
|
|
202
|
+
tagUS: 'US-System',
|
|
203
|
+
tagUK: 'UK-System',
|
|
204
|
+
yarnLabel: 'IDEALE GARNSTÄRKE',
|
|
205
|
+
wpiFormat: '{wpi} WPI (Wicklungen pro Zoll)',
|
|
206
|
+
tableSectionLabel: 'TECHNISCHER KATALOG DER ENTSPRECHUNGEN',
|
|
207
|
+
tableMetric: 'METRISCH',
|
|
208
|
+
tableUS: 'US GRÖSSE',
|
|
209
|
+
tableUK: 'UK / IMPERIAL',
|
|
210
|
+
tableYarn: 'GARNKATEGORIE',
|
|
211
|
+
},
|
|
212
|
+
};
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { NeedleConverterUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'konverter-jarum-rajut';
|
|
6
|
+
const title = 'Konverter Jarum Rajut (Knitting) dan Hakpen (Crochet)';
|
|
7
|
+
const description = 'Konversi ukuran jarum antara sistem Metrik (mm), US, dan UK dengan rekomendasi benang dan WPI.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Mengapa ada sistem ukuran jarum yang berbeda-beda?',
|
|
12
|
+
answer: 'Secara historis, setiap negara mengembangkan sistemnya sendiri. Sistem metrik (mm) adalah standar internasional yang paling presisi. Sistem US menggunakan penomoran progresif (0-50), sedangkan sistem UK menggunakan penomoran terbalik: semakin tinggi angkanya, semakin halus jarumnya.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Apakah ukuran hakpen dan jarum rajut di sistem US sama?',
|
|
16
|
+
answer: 'Tidak persis sama. Hakpen (crochet hook) di sistem US biasanya disertai huruf (misalnya H-8) dan terdapat variasi spesifik pada ketebalan kecil. Selain itu, hakpen baja untuk benang halus menggunakan penomoran yang sangat berbeda.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Jarum mana yang harus saya pilih jika pola saya menggunakan ukuran tanpa padanan yang tepat?',
|
|
20
|
+
answer: 'Jika sebuah pola meminta ukuran 7.0mm dan sistem Anda hanya menyediakan 6.5mm atau 8.0mm, sangat disarankan untuk selalu membuat sampel tegangan (gauge). Perbedaan 0.5mm dapat secara signifikan mengubah ukuran akhir pakaian.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Apa itu WPI (Wraps Per Inch)?',
|
|
24
|
+
answer: 'Ini adalah jumlah lilitan benang yang muat dalam satu inci (2.54 cm). Ini adalah metode paling andal untuk mengidentifikasi ketebalan benang tanpa label dan menentukan jarum mana yang paling cocok untuk merajutnya.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{
|
|
30
|
+
name: 'Pilih jenis rajutan',
|
|
31
|
+
text: 'Pilih antara merajut (knitting) atau merenda (crochet) untuk melihat padanan yang benar dalam sistem US.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Pilih ukuran di pemilih visual',
|
|
35
|
+
text: 'Klik pada lingkaran yang sesuai dengan ukuran jarum Anda. Lubang-lubang tersebut memiliki proporsi matematis nyata dengan ukuran milimeter.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Baca padanan ukurannya',
|
|
39
|
+
text: 'Lihat hasil secara real-time: milimeter, ukuran US, dan ukuran UK, beserta kategori benang yang direkomendasikan dan WPI-nya.',
|
|
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: 'id',
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
77
|
+
slug,
|
|
78
|
+
title,
|
|
79
|
+
description,
|
|
80
|
+
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
81
|
+
faq: faqData,
|
|
82
|
+
bibliographyTitle: 'Referensi',
|
|
83
|
+
bibliography: [
|
|
84
|
+
{
|
|
85
|
+
name: 'Craft Yarn Council: Needle and Hook Size Chart',
|
|
86
|
+
url: 'https://www.craftyarncouncil.com/standards/hooks-and-needles',
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
name: 'British Standards Institution: Textiles - Marking of Knitting Needles',
|
|
90
|
+
url: 'https://knowledge.bsigroup.com/products/textile-machinery-knitting-machines-number-of-needles-for-circular-knitting-machines-of-large-nominal-diameter',
|
|
91
|
+
},
|
|
92
|
+
],
|
|
93
|
+
howTo: howToData,
|
|
94
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
95
|
+
seo: [
|
|
96
|
+
{
|
|
97
|
+
type: 'title',
|
|
98
|
+
text: 'Panduan Teknis Jarum Rajut dan Hakpen: Sistem, Ukuran, dan Padanan',
|
|
99
|
+
level: 2,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
|
+
html: 'Globalisasi pola rajutan digital membuatnya sangat penting untuk memahami perbedaan antara <strong>sistem metrik desimal</strong>, <strong>standar Amerika Serikat (US)</strong>, dan <strong>sistem imperial Inggris (UK)</strong>. Alat ini mengoversi di antara ketiga sistem tersebut dan menawarkan rekomendasi benang melalui metode WPI.',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'stats',
|
|
107
|
+
items: [
|
|
108
|
+
{ value: 'Luring', label: 'Bekerja tanpa internet', icon: 'mdi:wifi-off' },
|
|
109
|
+
{ value: 'Tripel', label: 'Sinkronisasi Total', icon: 'mdi:sync' },
|
|
110
|
+
{ value: 'WPI', label: 'Analisis Benang', icon: 'mdi:texture' },
|
|
111
|
+
],
|
|
112
|
+
columns: 3,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Kompleksitas Sistem Internasional',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'table',
|
|
121
|
+
headers: ['Sistem', 'Dasar Perhitungan', 'Wilayah Dominan', 'Karakteristik Teknis'],
|
|
122
|
+
rows: [
|
|
123
|
+
['<strong>Metrik (mm)</strong>', 'Diameter tepat dalam mm', 'Eropa / Internasional', 'Standar ISO yang paling andal. Kenaikan konstan 0.25mm atau 0.50mm.'],
|
|
124
|
+
['<strong>US (AS)</strong>', 'Penomoran Progresif', 'Amerika Utara', 'Menggunakan angka dari 0 hingga 50. Pada crochet, angka dikaitkan dengan huruf (B-1, G-6).'],
|
|
125
|
+
['<strong>UK (Imperial)</strong>', 'Penomoran Terbalik', 'Inggris Raya / Australia', 'Berdasarkan ukuran kawat tarik. Semakin besar angkanya, semakin halus jarumnya (14 itu halus, 0 itu tebal).'],
|
|
126
|
+
],
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'title',
|
|
130
|
+
text: 'Identifikasi Benang menggunakan Metode WPI',
|
|
131
|
+
level: 3,
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
type: 'list',
|
|
135
|
+
items: [
|
|
136
|
+
'<strong>Lace / Encaje (18-22+ WPI):</strong> Benang ultrafine untuk rajutan renda sutra atau mohair. Jarum 1.5mm hingga 2.5mm.',
|
|
137
|
+
'<strong>Fingering / Baby (14-16 WPI):</strong> Standar untuk kaus kaki dan pakaian bayi. Jarum optimal 2.75mm hingga 3.25mm.',
|
|
138
|
+
'<strong>Sport / Fine (12-14 WPI):</strong> Benang ketebalan menengah-rendah, ideal untuk jaket ringan. Jarum 3.5mm hingga 3.75mm.',
|
|
139
|
+
'<strong>DK / Light Worsted (11-13 WPI):</strong> Ketebalan yang paling serbaguna di pasar. Jarum 4.0mm atau 4.5mm.',
|
|
140
|
+
'<strong>Worsted / Aran (9-10 WPI):</strong> Benang tebal untuk sweater musim dingin. Jarum 5.0mm hingga 5.5mm.',
|
|
141
|
+
'<strong>Bulky / Chunky (7-8 WPI):</strong> Benang kaliber besar untuk proyek cepat. Jarum 6.0mm hingga 8.0mm.',
|
|
142
|
+
'<strong>Super Bulky (5-6 WPI):</strong> Serat raksasa untuk dekorasi atau syal. Jarum 9.0mm hingga 15.0mm.',
|
|
143
|
+
],
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'tip',
|
|
147
|
+
title: 'Teknik Profesional: Hakpen Baja',
|
|
148
|
+
html: '<p>Ada rumpun jarum untuk benang katun mercerized yang sangat halus. Ini adalah <strong>Steel Hooks (Hakpen Baja)</strong>. Penomorannya spesifik dan terbalik: hakpen baja #14 (0.6mm) jauh lebih halus daripada #00 (3.5mm). Jangan pernah gunakan tabel standar untuk ukuran-ukuran ini.</p>',
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'diagnostic',
|
|
152
|
+
variant: 'success',
|
|
153
|
+
title: 'Daftar Periksa untuk Memilih Ukuran Jarum yang Tepat',
|
|
154
|
+
icon: 'mdi:check-circle-outline',
|
|
155
|
+
badge: 'Validasi Teknis',
|
|
156
|
+
html: '<p>Ikuti langkah-langkah ini sebelum memulai proyek jangka panjang:</p><ul><li><strong>Ketegangan Pribadi:</strong> Jika Anda merajut dengan kencang, naikkan 0.5mm. Jika longgar, turunkan 0.5mm.</li><li><strong>Bahan Jarum:</strong> Bambu untuk benang yang licin; Logam untuk wol yang kasar.</li><li><strong>Jenis Serat:</strong> Katun tidak melentur; wol merino mengembang saat proses pemblokiran (blocking).</li><li><strong>Sampel Tegangan:</strong> Rajut kotak 10x10cm dan cuci sebelum mengukur ukuran akhirnya.</li></ul>',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
type: 'proscons',
|
|
160
|
+
items: [
|
|
161
|
+
{
|
|
162
|
+
pro: 'Sistem Metrik bersifat universal dan menghindari kesalahan pembulatan antar produsen.',
|
|
163
|
+
con: 'Banyak pola lama dan bersejarah tidak menyantumkan ukuran dalam milimeter.',
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
pro: 'Sistem US mempermudah menghafal ukuran standar untuk pola-pola Amerika.',
|
|
167
|
+
con: 'Huruf pada hakpen tidak selalu konsisten antar merek.',
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
pro: 'Sistem WPI memungkinkan penggunaan kembali benang tanpa label secara teknis dan profesional.',
|
|
171
|
+
con: 'Memerlukan pengukuran manual yang sangat teliti agar hasilnya tidak salah.',
|
|
172
|
+
},
|
|
173
|
+
],
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
type: 'glossary',
|
|
177
|
+
items: [
|
|
178
|
+
{ term: 'Gauge Swatch', definition: 'Contoh rajutan (10x10cm) yang dibuat sebelum memulai proyek untuk memvalidasi ukuran sebenarnya.' },
|
|
179
|
+
{ term: 'Hook Throat', definition: 'Leher hakpen. Kedalamannya menentukan seberapa banyak benang yang bisa ditangani jarum.' },
|
|
180
|
+
{ term: 'Block Testing', definition: 'Proses membasahi dan meregangkan rajutan agar serat-seratnya rileks dan menunjukkan ukuran akhir yang sebenarnya.' },
|
|
181
|
+
],
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
type: 'summary',
|
|
185
|
+
title: 'Faktor Penting untuk Keberhasilan Proyek Tekstil Anda',
|
|
186
|
+
items: [
|
|
187
|
+
'Jarum yang tepat tidak hanya menentukan ukuran, tetapi juga daya tahan pakaian terhadap gesekan.',
|
|
188
|
+
'Gunakan konverter kami untuk memvalidasi pola dari majalah Amerika atau Inggris dalam hitungan detik.',
|
|
189
|
+
'Jika tidak menemukan padanan yang tepat, pilihlah ukuran di atas atau di bawahnya berdasarkan sampel tegangan Anda.',
|
|
190
|
+
'Merajut dengan hakpen menghabiskan sekitar 30% lebih banyak benang dibandingkan merajut dengan jarum rajut pada ukuran yang sama.',
|
|
191
|
+
'Bersihkan jarum logam Anda secara rutin untuk menjaga kecepatan luncur yang optimal.',
|
|
192
|
+
],
|
|
193
|
+
},
|
|
194
|
+
],
|
|
195
|
+
ui: {
|
|
196
|
+
labelSystem: 'SISTEM KERJA',
|
|
197
|
+
modeKnitting: 'Rajut (Knitting)',
|
|
198
|
+
modeCrochet: 'Renda (Crochet)',
|
|
199
|
+
calibratorLabel: 'KALIBRATOR PRESISI (SKALA ASLI)',
|
|
200
|
+
calibratorDesc: 'Pilih diameter untuk melihat padanan ukurannya secara real-time. Lubang-lubang tersebut memiliki proporsi matematis nyata terhadap ukuran milimeter.',
|
|
201
|
+
tagMetric: 'Metrik (mm)',
|
|
202
|
+
tagUS: 'Sistem US',
|
|
203
|
+
tagUK: 'Sistem UK',
|
|
204
|
+
yarnLabel: 'KETEBALAN BENANG IDEAL',
|
|
205
|
+
wpiFormat: '{wpi} WPI (Lilitan per inci)',
|
|
206
|
+
tableSectionLabel: 'KATALOG TEKNIS PADANAN UKURAN',
|
|
207
|
+
tableMetric: 'METRIK',
|
|
208
|
+
tableUS: 'UKURAN US',
|
|
209
|
+
tableUK: 'UK / IMPERIAL',
|
|
210
|
+
tableYarn: 'KATEGORI BENANG',
|
|
211
|
+
},
|
|
212
|
+
};
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { NeedleConverterUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'convertitore-aghi-maglia';
|
|
6
|
+
const title = 'Convertitore di Aghi da Maglia e Uncinetto';
|
|
7
|
+
const description = 'Converti le dimensioni degli aghi tra i sistemi Metrico (mm), US e UK con consigli su filati e WPI.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Perché esistono diversi sistemi di taglie per gli aghi?',
|
|
12
|
+
answer: "Storicamente, ogni paese ha sviluppato il proprio sistema. Il sistema metrico (mm) è lo standard internazionale più preciso. Il sistema US utilizza una numerazione progressiva (0-50), mentre il sistema UK utilizza una numerazione inversa: più alto è il numero, più fine è l'ago.",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Le taglie di uncinetto e maglia US sono uguali?',
|
|
16
|
+
answer: "Non esattamente. Gli uncinetti negli US portano solitamente una lettera associata (es. H-8) ed esistono variazioni specifiche negli spessori piccoli. Inoltre, gli uncinetti in acciaio per filati fini utilizzano una numerazione totalmente diversa.",
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: "Quale ago devo scegliere se il mio schema usa una misura senza un equivalente esatto?",
|
|
20
|
+
answer: "Se un modello richiede una misura come 7.0mm e il tuo sistema arriva solo da 6.5mm a 8.0mm, si raccomanda di fare sempre un campione di tensione (gauge). La differenza di 0.5mm può alterare significativamente la dimensione finale del capo.",
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Cos\'è il WPI (Wraps Per Inch)?',
|
|
24
|
+
answer: "È il numero di giri di filo che entrano in un pollice (2.54 cm). È il metodo più affidabile per identificare lo spessore di una lana senza etichetta e determinare quale ago sia il più adatto per lavorarla.",
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{
|
|
30
|
+
name: 'Seleziona il tipo di lavoro',
|
|
31
|
+
text: 'Scegli tra maglia (knitting) o uncinetto (crochet) per vedere le equivalenze corrette nel sistema US.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Scegli il calibro nel selettore visuale',
|
|
35
|
+
text: 'Clicca sul cerchio che corrisponde alla dimensione del tuo ago. I fori mantengono una proporzione matematica reale con la misura in millimetri.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Leggi le equivalenze',
|
|
39
|
+
text: 'Consulta i risultati in tempo reale: millimetri, taglia US e taglia UK, insieme alla categoria di filato raccomandata e al suo WPI.',
|
|
40
|
+
},
|
|
41
|
+
];
|
|
42
|
+
|
|
43
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
44
|
+
'@context': 'https://schema.org',
|
|
45
|
+
'@type': 'FAQPage',
|
|
46
|
+
mainEntity: faqData.map((item) => ({
|
|
47
|
+
'@type': 'Question',
|
|
48
|
+
name: item.question,
|
|
49
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
50
|
+
})),
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
const howToSchema: WithContext<HowTo> = {
|
|
54
|
+
'@context': 'https://schema.org',
|
|
55
|
+
'@type': 'HowTo',
|
|
56
|
+
name: title,
|
|
57
|
+
description,
|
|
58
|
+
step: howToData.map((step) => ({
|
|
59
|
+
'@type': 'HowToStep',
|
|
60
|
+
name: step.name,
|
|
61
|
+
text: step.text,
|
|
62
|
+
})),
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
66
|
+
'@context': 'https://schema.org',
|
|
67
|
+
'@type': 'SoftwareApplication',
|
|
68
|
+
name: title,
|
|
69
|
+
description,
|
|
70
|
+
applicationCategory: 'UtilityApplication',
|
|
71
|
+
operatingSystem: 'All',
|
|
72
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
73
|
+
inLanguage: 'it',
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
77
|
+
slug,
|
|
78
|
+
title,
|
|
79
|
+
description,
|
|
80
|
+
faqTitle: 'Domande Frequenti',
|
|
81
|
+
faq: faqData,
|
|
82
|
+
bibliographyTitle: 'Bibliografia',
|
|
83
|
+
bibliography: [
|
|
84
|
+
{
|
|
85
|
+
name: 'Craft Yarn Council: Needle and Hook Size Chart',
|
|
86
|
+
url: 'https://www.craftyarncouncil.com/standards/hooks-and-needles',
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
name: 'British Standards Institution: Textiles - Marking of Knitting Needles',
|
|
90
|
+
url: 'https://knowledge.bsigroup.com/products/textile-machinery-knitting-machines-number-of-needles-for-circular-knitting-machines-of-large-nominal-diameter',
|
|
91
|
+
},
|
|
92
|
+
],
|
|
93
|
+
howTo: howToData,
|
|
94
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
95
|
+
seo: [
|
|
96
|
+
{
|
|
97
|
+
type: 'title',
|
|
98
|
+
text: 'Guida Tecnica di Aghi da Maglia e Uncinetto: Sistemi, Calibri ed Equivalenze',
|
|
99
|
+
level: 2,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
|
+
html: "La globalizzazione dei modelli digitali ha reso indispensabile comprendere le differenze tra il <strong>sistema metrico decimale</strong>, lo <strong>standard degli Stati Uniti (US)</strong> e il <strong>sistema imperiale del Regno Unito (UK)</strong>. Questo strumento converte tra i tre sistemi e offre consigli sui filati tramite il metodo WPI.",
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'stats',
|
|
107
|
+
items: [
|
|
108
|
+
{ value: 'Offline', label: 'Funziona senza rete', icon: 'mdi:wifi-off' },
|
|
109
|
+
{ value: 'Tripla', label: 'Sincronizzazione Totale', icon: 'mdi:sync' },
|
|
110
|
+
{ value: 'WPI', label: 'Analisi del Filo', icon: 'mdi:texture' },
|
|
111
|
+
],
|
|
112
|
+
columns: 3,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'La Complessità dei Sistemi Internazionali',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'table',
|
|
121
|
+
headers: ['Sistema', 'Base di Calcolo', 'Regione Predominante', 'Caratteristiche Tecniche'],
|
|
122
|
+
rows: [
|
|
123
|
+
['<strong>Metrico (mm)</strong>', 'Diametro esatto in mm', 'Europa / Internazionale', 'Lo standard ISO più affidabile. Incrementi costanti di 0.25mm o 0.50mm.'],
|
|
124
|
+
['<strong>US (USA)</strong>', 'Numerazione Progressiva', 'Nord America', 'Usa numeri dallo 0 al 50. Nell\'uncinetto, i numeri sono associati a lettere (B-1, G-6).'],
|
|
125
|
+
['<strong>UK (Imperiale)</strong>', 'Numerazione Inversa', 'Regno Unito / Australia', 'Basato sul calibro di trafilatura. Maggiore è il numero, più fine è l\'ago (14 è fine, 0 è grosso).'],
|
|
126
|
+
],
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'title',
|
|
130
|
+
text: 'Identificazione dei Filati tramite il Metodo WPI',
|
|
131
|
+
level: 3,
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
type: 'list',
|
|
135
|
+
items: [
|
|
136
|
+
'<strong>Lace / Encaje (18-22+ WPI):</strong> Fili ultrafini per pizzi di seta o mohair. Aghi da 1.5mm a 2.5mm.',
|
|
137
|
+
'<strong>Fingering / Baby (14-16 WPI):</strong> Lo standard per calze e abbigliamento per neonati. Aghi ottimali da 2.75mm a 3.25mm.',
|
|
138
|
+
'<strong>Sport / Fine (12-14 WPI):</strong> Filato di spessore medio-basso, ideale per giacche leggere. Aghi da 3.5mm a 3.75mm.',
|
|
139
|
+
'<strong>DK / Light Worsted (11-13 WPI):</strong> Lo spessore più versatile sul mercato. Aghi da 4.0mm o 4.5mm.',
|
|
140
|
+
'<strong>Worsted / Aran (9-10 WPI):</strong> Filo grosso per maglioni invernali. Aghi da 5.0mm a 5.5mm.',
|
|
141
|
+
'<strong>Bulky / Chunky (7-8 WPI):</strong> Lane di grande calibro per progetti veloci. Aghi da 6.0mm a 8.0mm.',
|
|
142
|
+
'<strong>Super Bulky (5-6 WPI):</strong> Fibre giganti per decorazione o sciarpe. Aghi da 9.0mm a 15.0mm.',
|
|
143
|
+
],
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'tip',
|
|
147
|
+
title: 'Tecnica Professionale: L\'Uncinetto in Acciaio',
|
|
148
|
+
html: '<p>Esiste una famiglia di aghi per filati di cotone mercerizzato estremamente fini. Sono gli <strong>Steel Hooks (Uncinetti in Acciaio)</strong>. La loro numerazione è specifica e inversa: un uncinetto in acciaio #14 (0.6mm) è molto più fine di uno di #00 (3.5mm). Non usare mai la tabella standard per questi calibri.</p>',
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'diagnostic',
|
|
152
|
+
variant: 'success',
|
|
153
|
+
title: 'Checklist per scegliere il calibro corretto',
|
|
154
|
+
icon: 'mdi:check-circle-outline',
|
|
155
|
+
badge: 'Validazione Tecnica',
|
|
156
|
+
html: '<p>Segui questi passaggi prima di iniziare un progetto a lungo termine:</p><ul><li><strong>Tensione Personale:</strong> Se lavori in modo stretto, aumenta di 0.5mm. Se lavori in modo allentato, scendi di 0.5mm.</li><li><strong>Materiale dell\'Ago:</strong> Bambù per filati scivolosi; Metallo per lane ruvide.</li><li><strong>Tipo di Fibra:</strong> Il cotone non cede; la lana merino si espande con il bloccaggio.</li><li><strong>Campione di Tensione:</strong> Lavora un quadrato di 10x10cm e lavalo prima di misurare il calibro finale.</li></ul>',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
type: 'proscons',
|
|
160
|
+
items: [
|
|
161
|
+
{
|
|
162
|
+
pro: 'Il sistema Metrico è universale ed evita errori di arrotondamento tra produttori.',
|
|
163
|
+
con: 'Molti schemi antichi e storici non includono misure in millimetri.',
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
pro: 'Il sistema US facilita la memorizzazione delle taglie standard per schemi americani.',
|
|
167
|
+
con: 'Le lettere nell\'uncinetto non sono sempre coerenti tra le marche.',
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
pro: 'Il sistema WPI permette di riciclare filati senza etichetta in modo tecnico e professionale.',
|
|
171
|
+
con: 'Richiede una misurazione manuale molto meticolosa per non falsare il risultato.',
|
|
172
|
+
},
|
|
173
|
+
],
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
type: 'glossary',
|
|
177
|
+
items: [
|
|
178
|
+
{ term: 'Gauge Swatch', definition: 'Quadrato di campione (10x10cm) lavorato prima di iniziare il progetto per convalidare il calibro reale.' },
|
|
179
|
+
{ term: 'Hook Throat', definition: 'La gola dell\'uncinetto. La sua profondità determina quanto carico di filo può gestire l\'ago.' },
|
|
180
|
+
{ term: 'Block Testing', definition: 'Processo di inumidimento e stiratura del tessuto affinché le fibre si rilassino e rivelino la loro vera dimensione finale.' },
|
|
181
|
+
],
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
type: 'summary',
|
|
185
|
+
title: 'Fattori Critici per il Successo del tuo Progetto Tessile',
|
|
186
|
+
items: [
|
|
187
|
+
"L'ago corretto detterà non solo la dimensione, ma la durata del capo contro lo sfregamento.",
|
|
188
|
+
'Usa il nostro convertitore per convalidare schemi di riviste americane o inglesi in pochi secondi.',
|
|
189
|
+
'Se non trovi l\'equivalente esatto, opta per il calibro superiore o inferiore basandoti sul tuo campione di tensione.',
|
|
190
|
+
"L'uncinetto consuma circa il 30% di filo in più rispetto alla maglia con lo stesso ago.",
|
|
191
|
+
'Pulisci i tuoi aghi di metallo regolarmente per mantenere la velocità di scorrimento ottimale.',
|
|
192
|
+
],
|
|
193
|
+
},
|
|
194
|
+
],
|
|
195
|
+
ui: {
|
|
196
|
+
labelSystem: 'SISTEMA DI LAVORO',
|
|
197
|
+
modeKnitting: 'Maglia',
|
|
198
|
+
modeCrochet: 'Uncinetto',
|
|
199
|
+
calibratorLabel: 'CALIBRATORE DI PRECISIONE (SCALA REALE)',
|
|
200
|
+
calibratorDesc: 'Seleziona un diametro per vedere le equivalenze in tempo reale. I fori mantengono una proporzione matematica reale rispetto alla misura in millimetri.',
|
|
201
|
+
tagMetric: 'Metrico (mm)',
|
|
202
|
+
tagUS: 'Sistema US',
|
|
203
|
+
tagUK: 'Sistema UK',
|
|
204
|
+
yarnLabel: 'SPESSORE DI FILO IDEALE',
|
|
205
|
+
wpiFormat: '{wpi} WPI (Giri per pollice)',
|
|
206
|
+
tableSectionLabel: 'CATALOGO TECNICO DELLE EQUIVALENZE',
|
|
207
|
+
tableMetric: 'METRICO',
|
|
208
|
+
tableUS: 'TAGLIA US',
|
|
209
|
+
tableUK: 'UK / IMPERIALE',
|
|
210
|
+
tableYarn: 'CATEGORIA FILATO',
|
|
211
|
+
},
|
|
212
|
+
};
|