@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,234 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { KnittingGaugeUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'calcolatrice-gauge-tensione-maglia';
|
|
6
|
+
const title = 'Calcolatrice di Gauge e Tensione della Maglia';
|
|
7
|
+
const description =
|
|
8
|
+
'Ricalcola facilmente i punti e i ferri di qualsiasi modello ai ferri o all\'uncinetto. Regola il gauge per multipli e fattore di scala per un risultato professionale.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Cos\'è la tensione o gauge nel lavoro a maglia?',
|
|
13
|
+
answer:
|
|
14
|
+
'È la misura di quanti punti e ferri entrano in un\'area determinata (solitamente 10x10 cm). È fondamentale perché determina la dimensione finale del capo in base al ferro e al filato utilizzato.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'In che modo il cambio di gauge influenza la dimensione?',
|
|
18
|
+
answer:
|
|
19
|
+
'Se la tua tensione ha più punti per centimetro rispetto al modello, il capo sarà più piccolo. Se hai meno punti, il capo sarà più grande. Per questo è vitale ricalcolare i punti o cambiare ferri.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Perché è importante la regolazione per multipli?',
|
|
23
|
+
answer:
|
|
24
|
+
'Molti modelli hanno motivi (traforati, trecce, disegni) che richiedono un numero specifico di punti per essere completati. La nostra calcolatrice regola il totale al multiplo più vicino per non rompere il design.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'Devo lavare il campione prima di misurare?',
|
|
28
|
+
answer:
|
|
29
|
+
'Sì, sempre. Il "bloccaggio" (lavare e mettere in forma) rilassa le fibre e mostra la tensione reale che avrà il capo dopo il suo primo utilizzo e lavaggio.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Identificare la tensione del modello',
|
|
36
|
+
text: 'Cerca nelle istruzioni del modello quanti punti e ferri indicano per un campione di 10x10 cm o 4x4 pollici.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Lavorare e misurare il proprio campione',
|
|
40
|
+
text: 'Lavora un campione con il tuo filato e i tuoi ferri, bloccalo e misura quanti punti e ferri hai in quella stessa area.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Configurare la calcolatrice',
|
|
44
|
+
text: 'Inserisci i dati del campione del modello e quelli del tuo campione reale. Aggiungi il totale dei punti della tua taglia e i multipli del motivo se presenti.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Ottenere i risultati',
|
|
48
|
+
text: 'Controlla il nuovo numero di punti da avviare e il fattore di scala per sapere se devi regolare anche la lunghezza del capo.',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowTo> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
name: step.name,
|
|
70
|
+
text: step.text,
|
|
71
|
+
})),
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
75
|
+
'@context': 'https://schema.org',
|
|
76
|
+
'@type': 'SoftwareApplication',
|
|
77
|
+
name: title,
|
|
78
|
+
description,
|
|
79
|
+
applicationCategory: 'UtilityApplication',
|
|
80
|
+
operatingSystem: 'All',
|
|
81
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
82
|
+
inLanguage: 'it',
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
86
|
+
slug,
|
|
87
|
+
title,
|
|
88
|
+
description,
|
|
89
|
+
faqTitle: 'Domande Frequenti',
|
|
90
|
+
faq: faqData,
|
|
91
|
+
bibliographyTitle: 'Bibliografia',
|
|
92
|
+
bibliography: [
|
|
93
|
+
{
|
|
94
|
+
name: 'The Importance of Gauge - Tin Can Knits',
|
|
95
|
+
url: 'https://blog.tincanknits.com/2013/08/17/gauge/',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
name: 'Knitting Gauge: How to Measure Stitches and Rows',
|
|
99
|
+
url: 'https://elizabethsmithknits.com/2020/10/30/how-to-measure-your-gauge-swatch/',
|
|
100
|
+
},
|
|
101
|
+
],
|
|
102
|
+
howTo: howToData,
|
|
103
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
|
+
seo: [
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: 'Calcolatrice di Gauge e Tensione della Maglia Online: Guida Tecnica',
|
|
108
|
+
level: 2,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'Se hai mai terminato un maglione che sembrava disegnato per un gigante o un berretto che copriva a malapena la sommità della testa, conosci già l\'importanza del <strong>gauge o tensione</strong>. Nel mondo della maglia e dell\'uncinetto, la tensione è il rapporto tra lo spessore del filato, la dimensione dei ferri e la forza con cui ogni sferruzzatore manipola il filo. Non esistono due sferruzzatori uguali, e per questo, non esistono due tensioni identiche.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Perché è vitale la Tensione o Gauge nel Lavoro a Maglia?',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: 'Questa calcolatrice di gauge per maglia è uno strumento tecnico progettato per eliminare le congetture matematiche e permetterti di concentrarti sulla creatività. Inserendo i dati del campione del modello e quelli del tuo campione, otterrai regolazioni precise di punti e ferri, assicurando che il tuo capo finale abbia esattamente le misure che ti aspetti.',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'title',
|
|
125
|
+
text: 'Come usare la calcolatrice di tensione maglia',
|
|
126
|
+
level: 3,
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'list',
|
|
130
|
+
items: [
|
|
131
|
+
'<strong>Lavora un campione:</strong> Non limitarti a 10x10 cm. Lavora almeno 15x15 cm affinché i bordi non falsino la misura centrale.',
|
|
132
|
+
'<strong>Blocca il tuo campione:</strong> Lava e asciuga il campione così come faresti con il capo finito. Molte fibre di lana si espandono o crescono quando si bagnano.',
|
|
133
|
+
'<strong>Misura con precisione:</strong> Utilizza un righello rigido o un calibro da 10 cm. Conta quanti punti entrano orizzontalmente e quanti ferri verticalmente.',
|
|
134
|
+
'<strong>Inserisci i dati:</strong> Inserisci i valori del modello nella colonna sinistra e i tuoi valori reali nella destra. Lo strumento ricalcolerà automaticamente quanti punti ti servono per raggiungere la larghezza desiderata.',
|
|
135
|
+
],
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'title',
|
|
139
|
+
text: 'Interpretazione dei Risultati: Il Fattore di Scala',
|
|
140
|
+
level: 3,
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
type: 'paragraph',
|
|
144
|
+
html: 'Il fattore di scala è il moltiplicatore che applichiamo a ogni istruzione del modello. Se la tua tensione è di 22 punti e il modello ne richiede 20, il tuo fattore di scala è di 1.1. Ciò significa che per ottenere la stessa larghezza fisica, hai bisogno del 10% in più di punti. Una deviazione di 0-2% è ideale, del 2-10% è moderata, del 10-25% richiede un ricalcolo obbligatorio, e oltre il 25% comporta un rischio strutturale.',
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
type: 'title',
|
|
148
|
+
text: 'Trattamento di Multipli e Motivi',
|
|
149
|
+
level: 3,
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
type: 'paragraph',
|
|
153
|
+
html: 'Una delle sfide più grandi nel ricalcolare un modello è mantenere l\'integrità dei traforati, trecce o motivi. Se il design si ripete ogni 8 punti, non puoi semplicemente aggiungere 3 punti addizionali; devi regolare il totale affinché rimanga un multiplo di 8. La funzione di <strong>regolazione per multipli</strong> di questa calcolatrice suggerisce il numero di punti più vicino che rispetta l\'architettura del design.',
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
type: 'tip',
|
|
157
|
+
title: 'Consiglio per Esperti',
|
|
158
|
+
html: '<p>Di solito è preferibile usare questa calcolatrice e lavorare con la tensione naturale del tuo filato, adattando il numero di punti invece di forzare la tensione cambiando radicalmente la dimensione dei ferri, poiché quest\'ultima scelta può alterare la caduta e la morbidezza del tessuto.</p>',
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
type: 'title',
|
|
162
|
+
text: 'Vantaggi dell\'uso del nostro strumento di regolazione',
|
|
163
|
+
level: 3,
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
type: 'list',
|
|
167
|
+
items: [
|
|
168
|
+
'Regolazione automatica di punti e ferri con fattore di scala preciso.',
|
|
169
|
+
'Supporto per multipli complessi (X + Y) per mantenere l\'integrità del motivo.',
|
|
170
|
+
'Stima dei grammi di lana necessari per il progetto completo.',
|
|
171
|
+
'Visualizzatore dinamico dello swatch che mostra la densità del tessuto in tempo reale.',
|
|
172
|
+
],
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
type: 'card',
|
|
176
|
+
title: 'Gauge / Tensione',
|
|
177
|
+
icon: 'mdi:ruler',
|
|
178
|
+
html: 'Numero di punti e ferri contenuti in un quadrato di <strong>10x10 cm</strong> o <strong>4x4 pollici</strong>. È il riferimento universale di tutti i modelli di maglia.',
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
type: 'card',
|
|
182
|
+
title: 'Bloccaggio',
|
|
183
|
+
icon: 'mdi:water',
|
|
184
|
+
html: 'Processo di inumidire e dare forma al capo per assestare i punti. Rivela la <strong>tensione reale</strong> che avrà il capo dopo il suo primo utilizzo e lavaggio.',
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
type: 'card',
|
|
188
|
+
title: 'Fattore di Scala',
|
|
189
|
+
icon: 'mdi:scale',
|
|
190
|
+
html: 'Proporzione matematica tra il campione del modello e il campione reale dello sferruzzatore. Determina quanti punti e ferri regolare per mantenere le <strong>misure corrette</strong>.',
|
|
191
|
+
},
|
|
192
|
+
],
|
|
193
|
+
ui: {
|
|
194
|
+
sectionOriginalGauge: 'Tensione Originale',
|
|
195
|
+
sectionMyGauge: 'Il Tuo Campione Attuale',
|
|
196
|
+
sectionProject: 'Struttura del Progetto',
|
|
197
|
+
labelStitches: 'Punti',
|
|
198
|
+
labelRows: 'Ferri',
|
|
199
|
+
labelWidth: 'Larghezza',
|
|
200
|
+
labelLength: 'Lunghezza',
|
|
201
|
+
labelUnit: 'Unità di Misura',
|
|
202
|
+
labelNeedle: 'Ferro',
|
|
203
|
+
labelNeedleMm: 'Ferro (mm)',
|
|
204
|
+
labelWeight: 'Peso (g)',
|
|
205
|
+
labelWeightOptional: 'opzionale',
|
|
206
|
+
labelPatternSts: 'Punti Modello',
|
|
207
|
+
labelPatternRows: 'Ferri Modello',
|
|
208
|
+
labelMultiples: 'Multipli',
|
|
209
|
+
labelMultiplesExample: 'Es: 10 + 2',
|
|
210
|
+
labelMultiplesPlaceholder: 'Multiplo + Bordo',
|
|
211
|
+
unitEU: '10 x 10 cm (Standard EU)',
|
|
212
|
+
unitUS: '4 x 4 pollici (Standard US)',
|
|
213
|
+
btnClear: 'Pulisci',
|
|
214
|
+
btnShare: 'Condividi',
|
|
215
|
+
btnCopied: 'Copiato!',
|
|
216
|
+
resSuggestedSts: 'Punti suggeriti da avviare',
|
|
217
|
+
resNewRows: 'Nuovi Ferri',
|
|
218
|
+
resNewRowsTooltip: 'Numero di ferri necessari per eguagliare la lunghezza del modello originale con la tua tensione attuale.',
|
|
219
|
+
resScaleFactor: 'Fattore Scala',
|
|
220
|
+
resScaleFactorTooltip: 'Rapporto di dimensione tra il tuo lavoro e il modello. Un valore negativo indica che il tuo lavoro è più denso.',
|
|
221
|
+
resSuggestion: 'Suggerimento',
|
|
222
|
+
resSuggestionTooltip: 'Raccomandazione tecnica per regolare la tua tensione senza dover ricalcolare ogni punto del modello.',
|
|
223
|
+
suggestionIdeal: 'Ideale',
|
|
224
|
+
suggestionDown: 'Scendi di Ferro',
|
|
225
|
+
suggestionUp: 'Sali di Ferro',
|
|
226
|
+
suggestionDownDetail: 'Usa ferro da {n}mm o taglia inferiore.',
|
|
227
|
+
suggestionUpDetail: 'Usa ferro da {n}mm o taglia superiore.',
|
|
228
|
+
multiplesNoteFormat: 'Regolato a {n} punti (Mult. {m})',
|
|
229
|
+
yarnTitle: 'Stima della Lana per il Progetto',
|
|
230
|
+
yarnResultFormat: 'Lana stimata: <strong>{g}g</strong>',
|
|
231
|
+
yarnSafetyFormat: '(+{s}g di sicurezza)',
|
|
232
|
+
alertDanger: 'Differenza estrema (>25%). La caduta e la struttura del capo saranno alterate.',
|
|
233
|
+
},
|
|
234
|
+
};
|
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { KnittingGaugeUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'knitting-gauge-calculator';
|
|
6
|
+
const title = '編み物のゲージとテンション計算機';
|
|
7
|
+
const description =
|
|
8
|
+
'あらゆる編み図の目数と段数を簡単に再計算します。モチーフの倍率やスケーリングファクターを調整して、プロのように仕上げましょう。';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: '編み物の「ゲージ(テンション)」とは何ですか?',
|
|
13
|
+
answer:
|
|
14
|
+
'特定の範囲(通常 10x10 cm)の中に、何目・何段入るかという指標のことです。使用する針や毛糸によって決まるため、完成品のサイズを左右する非常に重要な要素です。',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'ゲージが変わるとサイズにどう影響しますか?',
|
|
18
|
+
answer:
|
|
19
|
+
'自分のゲージが編み図よりも 1cm あたりの目数が多い場合、仕上がりは小さくなります。目数が少ない場合は大きくなります。そのため、目数を再計算するか、針の号数を変える必要があります。',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: '倍数(モチーフ)の調整が重要なのはなぜですか?',
|
|
23
|
+
answer:
|
|
24
|
+
'透かし編み、縄編みなどは、模様を完成させるために特定の目数(倍数)が必要です。この計算機は、デザインを崩さないように、最も近い倍数に合わせて合計目数を調整します。',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: '計測する前にスワッチ(試し編み)を洗うべきですか?',
|
|
28
|
+
answer:
|
|
29
|
+
'はい、必ずそうしてください。「ブロッキング(水通しして形を整える)」をすることで繊維が落ち着き、実際に着用・洗濯した後の正確なゲージを知ることができます。',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: '編み図のゲージを確認',
|
|
36
|
+
text: '編み図の指示にある、10x10cm または 4x4インチのスワッチに必要な目数と段数を確認します。',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: '自分のスワッチを編んで測る',
|
|
40
|
+
text: '使う予定の毛糸と針で試し編みをし、ブロッキングをしてから、同じ範囲の中に何目・何段あるか測定します。',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: '計算機を設定',
|
|
44
|
+
text: '編み図のデータと、実際に測った自分のデータを入力します。必要に応じて、サイズごとの合計目数や模様の倍数を追加します。',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: '結果を確認',
|
|
48
|
+
text: '新しく作り目をする数とスケーリングファクターを確認します。丈の調整が必要かどうかも分かります。',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowTo> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
name: step.name,
|
|
70
|
+
text: step.text,
|
|
71
|
+
})),
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
75
|
+
'@context': 'https://schema.org',
|
|
76
|
+
'@type': 'SoftwareApplication',
|
|
77
|
+
name: title,
|
|
78
|
+
description,
|
|
79
|
+
applicationCategory: 'UtilityApplication',
|
|
80
|
+
operatingSystem: 'All',
|
|
81
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
82
|
+
inLanguage: 'ja',
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
86
|
+
slug,
|
|
87
|
+
title,
|
|
88
|
+
description,
|
|
89
|
+
faqTitle: 'よくある質問',
|
|
90
|
+
faq: faqData,
|
|
91
|
+
bibliographyTitle: '参考文献',
|
|
92
|
+
bibliography: [
|
|
93
|
+
{
|
|
94
|
+
name: 'The Importance of Gauge - Tin Can Knits',
|
|
95
|
+
url: 'https://blog.tincanknits.com/2013/08/17/gauge/',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
name: 'Knitting Gauge: How to Measure Stitches and Rows',
|
|
99
|
+
url: 'https://elizabethsmithknits.com/2020/10/30/how-to-measure-your-gauge-swatch/',
|
|
100
|
+
},
|
|
101
|
+
],
|
|
102
|
+
howTo: howToData,
|
|
103
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
|
+
seo: [
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: '編み物ゲージ計算機オンライン:技術ガイド',
|
|
108
|
+
level: 2,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: '編み上げたセーターが巨人用のように見えたり、帽子が頭に全然入らなかったりした経験があるなら、<strong>ゲージ(テンション)</strong>がいかに重要かをご存知でしょう。編み物の世界では、ゲージは毛糸の太さ、針のサイズ、そして編み手それぞれの力加減の相関関係で決まります。同じ編み手は二人といません。そのため、全く同じゲージというのも存在しないのです。',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'なぜ編み物においてゲージはそれほど重要なのか?',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: 'この編み物ゲージ計算機は、数学的な推測を排除し、あなたがクリエイティブな作業に集中できるように設計されたテクニカルツールです。編み図のデータと自分のスワッチのデータを入力するだけで、目数と段数の正確な調整値が得られ、完成品が期待通りのサイズになることを保証します。',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'title',
|
|
125
|
+
text: 'ゲージ計算機の使い方',
|
|
126
|
+
level: 3,
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'list',
|
|
130
|
+
items: [
|
|
131
|
+
'<strong>スワッチを編む:</strong> 10x10cm ぴったりではなく、少なくとも 15x15cm は編むようにしましょう。端の部分が中央の正確な計測を妨げないようにするためです。',
|
|
132
|
+
'<strong>ブロッキングをする:</strong> 完成品を扱うときと同じように、スワッチを水通しして乾かします。ウールなどの繊維は、濡れると伸びたり広がったりすることがよくあります。',
|
|
133
|
+
'<strong>正確に測る:</strong> 硬い定規やゲージカウンターを使用します。水平方向に入る目数と、垂直方向に入る段数を数えます。',
|
|
134
|
+
'<strong>データを入力する:</strong> 左側の列に編み図の値を、右側の列に自分の実際の値を入力します。ツールが、理想の幅にするために必要な目数を自動で再計算します。',
|
|
135
|
+
],
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'title',
|
|
139
|
+
text: '結果の解釈:スケーリングファクター',
|
|
140
|
+
level: 3,
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
type: 'paragraph',
|
|
144
|
+
html: 'スケーリングファクターは、編み図の指示に適用する倍率です。自分のゲージが 22 目で、編み図が 20 目を求めている場合、ファクターは 1.1 になります。これは、同じ幅を得るために 10% 多くの目数が必要であることを意味します。0-2% の誤差は理想的、2-10% は許容範囲、10-25% は再計算が必須、25% 以上は構造的にリスクがあると考えられます。',
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
type: 'title',
|
|
148
|
+
text: '倍数とモチーフの扱い',
|
|
149
|
+
level: 3,
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
type: 'paragraph',
|
|
153
|
+
html: '編み図を再計算する際の最大の課題の一つは、透かし編みや縄編みなどの模様の整合性を保つことです。模様が 8 目ごとに繰り返される場合、単に 3 目追加するわけにはいきません。合計が 8 の倍数になるように調整する必要があります。この計算機の<strong>倍数調整機能</strong>は、デザインを尊重しつつ、最も近い適切な目数を提案します。',
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
type: 'tip',
|
|
157
|
+
title: 'エキスパートへのアドバイス',
|
|
158
|
+
html: '<p>針のサイズを劇的に変えて無理にテンションを合わせるのではなく、この計算機を使って、自分の手の自然な力加減に合わせた目数に調整することをお勧めします。無理なテンション調整は、編み地の落ち感や柔らかさを損なう原因になるからです。</p>',
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
type: 'title',
|
|
162
|
+
text: '当ツールのメリット',
|
|
163
|
+
level: 3,
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
type: 'list',
|
|
167
|
+
items: [
|
|
168
|
+
'正確なスケーリングファクターによる目数・段数の自動調整。',
|
|
169
|
+
'模様の整合性を保つための、複雑な倍数(X + Y)への対応。',
|
|
170
|
+
'プロジェクト全体に必要な毛糸の重さ(グラム)の推定。',
|
|
171
|
+
'編み地の密度をリアルタイムで確認できる動的スワッチビジュアライザー。',
|
|
172
|
+
],
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
type: 'card',
|
|
176
|
+
title: 'ゲージ / テンション',
|
|
177
|
+
icon: 'mdi:ruler',
|
|
178
|
+
html: '<strong>10x10 cm</strong> または <strong>4x4 インチ</strong>の正方形の中に含まれる目数と段数。すべての編み図における世界共通の基準です。',
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
type: 'card',
|
|
182
|
+
title: 'ブロッキング',
|
|
183
|
+
icon: 'mdi:water',
|
|
184
|
+
html: '編み地を濡らして形を整え、目を落ち着かせるプロセス。着用・洗濯後の<strong>本当のゲージ</strong>を明らかにします。',
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
type: 'card',
|
|
188
|
+
title: 'スケーリングファクター',
|
|
189
|
+
icon: 'mdi:scale',
|
|
190
|
+
html: '編み図のゲージと編み手の実測ゲージの数学的な比率。<strong>正しいサイズ</strong>を維持するために調整すべき目数と段数を決定します。',
|
|
191
|
+
},
|
|
192
|
+
],
|
|
193
|
+
ui: {
|
|
194
|
+
sectionOriginalGauge: '編み図のゲージ',
|
|
195
|
+
sectionMyGauge: '現在の実測ゲージ',
|
|
196
|
+
sectionProject: 'プロジェクト構造',
|
|
197
|
+
labelStitches: '目数',
|
|
198
|
+
labelRows: '段数',
|
|
199
|
+
labelWidth: '幅',
|
|
200
|
+
labelLength: '丈',
|
|
201
|
+
labelUnit: '計測単位',
|
|
202
|
+
labelNeedle: '使用針',
|
|
203
|
+
labelNeedleMm: '針のサイズ (mm)',
|
|
204
|
+
labelWeight: '重さ (g)',
|
|
205
|
+
labelWeightOptional: '任意',
|
|
206
|
+
labelPatternSts: '編み図の指定目数',
|
|
207
|
+
labelPatternRows: '編み図の指定段数',
|
|
208
|
+
labelMultiples: '倍数',
|
|
209
|
+
labelMultiplesExample: '例: 10 + 2',
|
|
210
|
+
labelMultiplesPlaceholder: '模様の倍数 + 端の目',
|
|
211
|
+
unitEU: '10 x 10 cm (EU標準)',
|
|
212
|
+
unitUS: '4 x 4 インチ (US標準)',
|
|
213
|
+
btnClear: 'クリア',
|
|
214
|
+
btnShare: '共有',
|
|
215
|
+
btnCopied: 'コピーしました',
|
|
216
|
+
resSuggestedSts: '推奨する作り目の数',
|
|
217
|
+
resNewRows: '変更後の段数',
|
|
218
|
+
resNewRowsTooltip: '指定の丈にするために必要な、現在のゲージでの段数です。',
|
|
219
|
+
resScaleFactor: 'スケール比',
|
|
220
|
+
resScaleFactorTooltip: '編み図とのサイズ比です。マイナスの値は、編み地が指定より詰まっていることを示します。',
|
|
221
|
+
resSuggestion: 'アドバイス',
|
|
222
|
+
resSuggestionTooltip: '一目ずつ計算し直さずにゲージを調整するための、技術的な推奨事項です。',
|
|
223
|
+
suggestionIdeal: '理想的',
|
|
224
|
+
suggestionDown: '針を細く',
|
|
225
|
+
suggestionUp: '針を太く',
|
|
226
|
+
suggestionDownDetail: '{n}mm またはそれ以下のサイズの針を使用してください。',
|
|
227
|
+
suggestionUpDetail: '{n}mm またはそれ以上のサイズの針を使用してください。',
|
|
228
|
+
multiplesNoteFormat: '{n} 目に調整済み (倍数 {m})',
|
|
229
|
+
yarnTitle: '必要毛糸量の推定',
|
|
230
|
+
yarnResultFormat: '推定使用量: <strong>{g}g</strong>',
|
|
231
|
+
yarnSafetyFormat: '(予備 +{s}g 含む)',
|
|
232
|
+
alertDanger: '差が大きすぎます(>25%)。編み地の質感や構造が大きく変わる可能性があります。',
|
|
233
|
+
},
|
|
234
|
+
};
|