@jjlmoya/utils-textiles 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +59 -58
- package/src/category/i18n/de.ts +76 -0
- package/src/category/i18n/fr.ts +33 -30
- package/src/category/i18n/id.ts +76 -0
- package/src/category/i18n/it.ts +76 -0
- package/src/category/i18n/ja.ts +76 -0
- package/src/category/i18n/ko.ts +76 -0
- package/src/category/i18n/nl.ts +76 -0
- package/src/category/i18n/pl.ts +76 -0
- package/src/category/i18n/pt.ts +76 -0
- package/src/category/i18n/ru.ts +76 -0
- package/src/category/i18n/sv.ts +76 -0
- package/src/category/i18n/tr.ts +76 -0
- package/src/category/i18n/zh.ts +76 -0
- package/src/category/index.ts +39 -7
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tool/burnTest/i18n/de.ts +225 -0
- package/src/tool/burnTest/i18n/id.ts +225 -0
- package/src/tool/burnTest/i18n/it.ts +225 -0
- package/src/tool/burnTest/i18n/ja.ts +225 -0
- package/src/tool/burnTest/i18n/ko.ts +225 -0
- package/src/tool/burnTest/i18n/nl.ts +225 -0
- package/src/tool/burnTest/i18n/pl.ts +225 -0
- package/src/tool/burnTest/i18n/pt.ts +225 -0
- package/src/tool/burnTest/i18n/ru.ts +225 -0
- package/src/tool/burnTest/i18n/sv.ts +225 -0
- package/src/tool/burnTest/i18n/tr.ts +225 -0
- package/src/tool/burnTest/i18n/zh.ts +225 -0
- package/src/tool/burnTest/index.ts +15 -7
- package/src/tool/clothingSizeConverter/i18n/de.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/id.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/it.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/ja.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/ko.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/nl.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/pl.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/pt.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/ru.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/sv.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/tr.ts +356 -0
- package/src/tool/clothingSizeConverter/i18n/zh.ts +356 -0
- package/src/tool/clothingSizeConverter/index.ts +15 -7
- package/src/tool/fabricProjectCalculator/i18n/de.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/id.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/it.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/ja.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/ko.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/nl.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/pl.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/pt.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/ru.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/sv.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/tr.ts +250 -0
- package/src/tool/fabricProjectCalculator/i18n/zh.ts +250 -0
- package/src/tool/fabricProjectCalculator/index.ts +15 -7
- package/src/tool/fabricTruth/i18n/de.ts +282 -0
- package/src/tool/fabricTruth/i18n/en.ts +1 -1
- package/src/tool/fabricTruth/i18n/fr.ts +1 -1
- package/src/tool/fabricTruth/i18n/id.ts +282 -0
- package/src/tool/fabricTruth/i18n/it.ts +282 -0
- package/src/tool/fabricTruth/i18n/ja.ts +282 -0
- package/src/tool/fabricTruth/i18n/ko.ts +282 -0
- package/src/tool/fabricTruth/i18n/nl.ts +282 -0
- package/src/tool/fabricTruth/i18n/pl.ts +282 -0
- package/src/tool/fabricTruth/i18n/pt.ts +282 -0
- package/src/tool/fabricTruth/i18n/ru.ts +282 -0
- package/src/tool/fabricTruth/i18n/sv.ts +282 -0
- package/src/tool/fabricTruth/i18n/tr.ts +282 -0
- package/src/tool/fabricTruth/i18n/zh.ts +286 -0
- package/src/tool/fabricTruth/index.ts +15 -7
- package/src/tool/fiberPrep/i18n/de.ts +225 -0
- package/src/tool/fiberPrep/i18n/id.ts +225 -0
- package/src/tool/fiberPrep/i18n/it.ts +225 -0
- package/src/tool/fiberPrep/i18n/ja.ts +225 -0
- package/src/tool/fiberPrep/i18n/ko.ts +225 -0
- package/src/tool/fiberPrep/i18n/nl.ts +225 -0
- package/src/tool/fiberPrep/i18n/pl.ts +225 -0
- package/src/tool/fiberPrep/i18n/pt.ts +225 -0
- package/src/tool/fiberPrep/i18n/ru.ts +225 -0
- package/src/tool/fiberPrep/i18n/sv.ts +225 -0
- package/src/tool/fiberPrep/i18n/tr.ts +225 -0
- package/src/tool/fiberPrep/i18n/zh.ts +225 -0
- package/src/tool/fiberPrep/index.ts +15 -7
- package/src/tool/knittingGauge/i18n/de.ts +234 -0
- package/src/tool/knittingGauge/i18n/id.ts +234 -0
- package/src/tool/knittingGauge/i18n/it.ts +234 -0
- package/src/tool/knittingGauge/i18n/ja.ts +234 -0
- package/src/tool/knittingGauge/i18n/ko.ts +234 -0
- package/src/tool/knittingGauge/i18n/nl.ts +234 -0
- package/src/tool/knittingGauge/i18n/pl.ts +234 -0
- package/src/tool/knittingGauge/i18n/pt.ts +234 -0
- package/src/tool/knittingGauge/i18n/ru.ts +234 -0
- package/src/tool/knittingGauge/i18n/sv.ts +234 -0
- package/src/tool/knittingGauge/i18n/tr.ts +234 -0
- package/src/tool/knittingGauge/i18n/zh.ts +234 -0
- package/src/tool/knittingGauge/index.ts +15 -7
- package/src/tool/laundryGuide/i18n/de.ts +275 -0
- package/src/tool/laundryGuide/i18n/id.ts +275 -0
- package/src/tool/laundryGuide/i18n/it.ts +275 -0
- package/src/tool/laundryGuide/i18n/ja.ts +275 -0
- package/src/tool/laundryGuide/i18n/ko.ts +275 -0
- package/src/tool/laundryGuide/i18n/nl.ts +275 -0
- package/src/tool/laundryGuide/i18n/pl.ts +275 -0
- package/src/tool/laundryGuide/i18n/pt.ts +275 -0
- package/src/tool/laundryGuide/i18n/ru.ts +275 -0
- package/src/tool/laundryGuide/i18n/sv.ts +275 -0
- package/src/tool/laundryGuide/i18n/tr.ts +275 -0
- package/src/tool/laundryGuide/i18n/zh.ts +275 -0
- package/src/tool/laundryGuide/index.ts +15 -7
- package/src/tool/needleConverter/i18n/de.ts +212 -0
- package/src/tool/needleConverter/i18n/id.ts +212 -0
- package/src/tool/needleConverter/i18n/it.ts +212 -0
- package/src/tool/needleConverter/i18n/ja.ts +212 -0
- package/src/tool/needleConverter/i18n/ko.ts +212 -0
- package/src/tool/needleConverter/i18n/nl.ts +212 -0
- package/src/tool/needleConverter/i18n/pl.ts +212 -0
- package/src/tool/needleConverter/i18n/pt.ts +212 -0
- package/src/tool/needleConverter/i18n/ru.ts +212 -0
- package/src/tool/needleConverter/i18n/sv.ts +212 -0
- package/src/tool/needleConverter/i18n/tr.ts +212 -0
- package/src/tool/needleConverter/i18n/zh.ts +212 -0
- package/src/tool/needleConverter/index.ts +15 -7
- package/src/tool/sewingPatternScaler/i18n/de.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/id.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/it.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/ja.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/ko.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/nl.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/pl.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/pt.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/ru.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/sv.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/tr.ts +227 -0
- package/src/tool/sewingPatternScaler/i18n/zh.ts +227 -0
- package/src/tool/sewingPatternScaler/index.ts +15 -7
- package/src/tool/shoeSizeConverter/i18n/de.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/id.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/it.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/ja.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/ko.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/nl.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/pl.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/pt.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/ru.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/sv.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/tr.ts +184 -0
- package/src/tool/shoeSizeConverter/i18n/zh.ts +184 -0
- package/src/tool/shoeSizeConverter/index.ts +15 -7
- package/src/tool/stainChemistry/i18n/de.ts +300 -0
- package/src/tool/stainChemistry/i18n/id.ts +300 -0
- package/src/tool/stainChemistry/i18n/it.ts +300 -0
- package/src/tool/stainChemistry/i18n/ja.ts +300 -0
- package/src/tool/stainChemistry/i18n/ko.ts +297 -0
- package/src/tool/stainChemistry/i18n/nl.ts +300 -0
- package/src/tool/stainChemistry/i18n/pl.ts +300 -0
- package/src/tool/stainChemistry/i18n/pt.ts +300 -0
- package/src/tool/stainChemistry/i18n/ru.ts +300 -0
- package/src/tool/stainChemistry/i18n/sv.ts +300 -0
- package/src/tool/stainChemistry/i18n/tr.ts +300 -0
- package/src/tool/stainChemistry/i18n/zh.ts +295 -0
- package/src/tool/stainChemistry/index.ts +15 -7
- package/src/tool/yarnCalculator/i18n/de.ts +310 -0
- package/src/tool/yarnCalculator/i18n/id.ts +310 -0
- package/src/tool/yarnCalculator/i18n/it.ts +310 -0
- package/src/tool/yarnCalculator/i18n/ja.ts +310 -0
- package/src/tool/yarnCalculator/i18n/ko.ts +310 -0
- package/src/tool/yarnCalculator/i18n/nl.ts +310 -0
- package/src/tool/yarnCalculator/i18n/pl.ts +310 -0
- package/src/tool/yarnCalculator/i18n/pt.ts +310 -0
- package/src/tool/yarnCalculator/i18n/ru.ts +310 -0
- package/src/tool/yarnCalculator/i18n/sv.ts +310 -0
- package/src/tool/yarnCalculator/i18n/tr.ts +310 -0
- package/src/tool/yarnCalculator/i18n/zh.ts +309 -0
- package/src/tool/yarnCalculator/index.ts +15 -7
- package/src/types.ts +1 -1
|
@@ -0,0 +1,310 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { YarnCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'calcolatrice-lana-filato';
|
|
6
|
+
const title = 'Calcolatrice della Lana: Quanti metri e gomitoli mi servono?';
|
|
7
|
+
const description =
|
|
8
|
+
'Calcola con precisione metrica la quantità di lana o filato necessaria per i tuoi progetti ai ferri o all\'uncinetto in base al modello e alla taglia.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Perché l\'uncinetto consuma più lana della maglia ai ferri?',
|
|
13
|
+
answer:
|
|
14
|
+
'L\'uncinetto si basa sulla creazione di nodi e asole sovrapposte, il che genera un tessuto più denso e spesso per centimetro quadrato. Mediamente, un progetto all\'uncinetto consuma tra il 25% e il 35% di filato in più rispetto allo stesso progetto realizzato ai ferri (maglia rasata).',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Cosa succede se compro lana di lotti di tintura (Dye Lot) diversi?',
|
|
18
|
+
answer:
|
|
19
|
+
'Anche se il colore sembra identico in negozio, le minime variazioni chimiche durante la tintura possono creare "striature" visibili nel capo finito quando vengono lavorati insieme. Si raccomanda vivamente di acquistare tutta la lana in una volta sola verificando che il codice del lotto sia lo stesso.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'In che modo la tensione (gauge) influisce sul consumo finale?',
|
|
23
|
+
answer:
|
|
24
|
+
'Se lavori in modo lento, ogni punto consuma più metri di filato. Se il tuo campione di tensione è più grande di quello indicato nel modello (es. 13 punti invece di 15), il tuo consumo di lana aumenterà sostanzialmente. È vitale realizzare un campione di tensione preventivo.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'Come calcolo i metri se ho solo il peso del gomitolo?',
|
|
28
|
+
answer:
|
|
29
|
+
'Senza il dato del metraggio, è difficile. La maggior parte dei gomitoli indica i metri sull\'etichetta. Se non lo fanno, cerca il nome della lana in database come Ravelry per trovare la lunghezza esatta per ogni 50g o 100g.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Seleziona il progetto',
|
|
36
|
+
text: 'Scegli tra un maglione, una sciarpa, un cappello, calze o una coperta per caricare le basi di consumo specifiche.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Definisci la taglia e lo spessore',
|
|
40
|
+
text: 'Indica le dimensioni finali (S, M, L, XL) e lo spessore del filato che utilizzerai (Fingering, DK, Worsted, Bulky).',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Attiva i moltiplicatori',
|
|
44
|
+
text: 'Se il tuo modello ha trecce o texture complesse, attiva l\'opzione texture per aggiungere il supplemento necessario.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Ottieni la lista della spesa',
|
|
48
|
+
text: 'Inserisci i metri per gomitolo della lana scelta per vedere esattamente quante unità devi mettere nel carrello.',
|
|
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<YarnCalculatorUI> = {
|
|
86
|
+
slug,
|
|
87
|
+
title,
|
|
88
|
+
description,
|
|
89
|
+
faqTitle: 'Domande Frequenti',
|
|
90
|
+
faq: faqData,
|
|
91
|
+
bibliographyTitle: 'Bibliografia',
|
|
92
|
+
bibliography: [
|
|
93
|
+
{
|
|
94
|
+
name: 'Craft Yarn Council: Standard Yarn Weights & Yardages',
|
|
95
|
+
url: 'https://www.craftyarncouncil.com/standards/yarn-weight-system',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
name: 'Interweave Essentials: Yarn Substitution and Estimation',
|
|
99
|
+
url: 'https://www.interweave.com/article/knitting/yarn-substitution-angelina-take-two/',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
name: 'The Woolery: Fibers and Calculation of Yarn Usage',
|
|
103
|
+
url: 'https://woolery.com/blogs/the-woolery-blog/yarn-weight-charts-helpful-guide/',
|
|
104
|
+
},
|
|
105
|
+
],
|
|
106
|
+
howTo: howToData,
|
|
107
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
|
+
seo: [
|
|
109
|
+
{
|
|
110
|
+
type: 'title',
|
|
111
|
+
text: 'Guida al Consumo della Lana: Come Calcolare metri e gomitoli per i tuoi progetti',
|
|
112
|
+
level: 2,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'paragraph',
|
|
116
|
+
html: 'Domina la logistica del lavoro a maglia ed evita di rimanere senza filo con la nostra calcolatrice tecnica di precisione per maglia e uncinetto. Una delle più grandi paure di chiunque lavori a maglia è lo <strong>"Yarn Chicken"</strong>: quel momento critico alla fine di un progetto in cui sembra che il filo finirà prima di chiudere gli ultimi punti. Questa calcolatrice è stata sviluppata per offrirti stime basate sugli standard industriali di metraggio e grammatura.',
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
type: 'stats',
|
|
120
|
+
items: [
|
|
121
|
+
{ value: '+10%', label: 'Margine di Sicurezza', icon: 'mdi:security' },
|
|
122
|
+
{ value: 'Metrico', label: 'Calcolo in Metri', icon: 'mdi:ruler' },
|
|
123
|
+
{ value: 'Offline', label: 'Database Locale', icon: 'mdi:wifi-off' },
|
|
124
|
+
],
|
|
125
|
+
columns: 3,
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'title',
|
|
129
|
+
text: 'Perché la grammatura dei gomitoli è ingannevole?',
|
|
130
|
+
level: 3,
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
type: 'paragraph',
|
|
134
|
+
html: 'Molti principianti commettono l\'errore di acquistare la lana basandosi esclusivamente sul peso (es. "6 gomitoli da 100g"). Tuttavia, il peso è un\'unità di massa, non di lunghezza. Due lane che pesano 100g possono avere lunghezze radicalmente diverse: una lana tipo <strong>Bulky</strong> può avere solo 80 metri, mentre una <strong>Fingering / Lace</strong> può superare i 450 metri a parità di peso.',
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'paragraph',
|
|
138
|
+
html: 'Per questo motivo, la nostra calcolatrice dà sempre la priorità ai <strong>metri totali</strong>. Una volta nota la lunghezza necessaria per la tua taglia e il tuo progetto, puoi dividerla per il metraggio indicato sull\'etichetta del tuo gomitolo specifico per ottenere il numero esatto di unità da acquistare.',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'title',
|
|
142
|
+
text: 'Tabella dei Metraggi Standard per Spessore',
|
|
143
|
+
level: 3,
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'paragraph',
|
|
147
|
+
html: 'Se non hai l\'etichetta sottomano, puoi usare questi metraggi di riferimento (per ogni 100g di fibra) per le tue stime:',
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
type: 'table',
|
|
151
|
+
headers: ['Spessore (Weight)', 'Metri ca. / 100g', 'Uso Raccomandato', 'Ferri Suggeriti'],
|
|
152
|
+
rows: [
|
|
153
|
+
['<strong>Lace / 0</strong>', '600 - 900m', 'Scialli traforati, pizzi', '1.5 - 2.5mm'],
|
|
154
|
+
['<strong>Fingering / 1</strong>', '360 - 450m', 'Calze, abbigliamento bebè', '2.25 - 3.25mm'],
|
|
155
|
+
['<strong>Sport / 2</strong>', '270 - 320m', 'Giacchette leggere', '3.25 - 3.75mm'],
|
|
156
|
+
['<strong>DK / 3</strong>', '200 - 250m', 'Maglioni, cappelli', '3.75 - 4.5mm'],
|
|
157
|
+
['<strong>Worsted / 4</strong>', '180 - 220m', 'Coperte, cappotti', '4.5 - 5.5mm'],
|
|
158
|
+
['<strong>Bulky / 5</strong>', '100 - 140m', 'Sciarpe XXL, coperte', '6.0 - 8.0mm'],
|
|
159
|
+
],
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'tip',
|
|
163
|
+
title: 'Il Fattore della Tensione (Gauge)',
|
|
164
|
+
html: '<p>Ricorda che se lavori in modo molto morbido, i tuoi punti saranno più grandi e consumeranno più filo rispetto a un lavoro stretto. La nostra calcolatrice applica un margine di sicurezza, ma se sai che la tua tensione è estremamente lenta, considera di aggiungere un 5-10% extra ai risultati per evitare sorprese.</p>',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
type: 'title',
|
|
168
|
+
text: 'Variabili che aumentano il consumo di filo',
|
|
169
|
+
level: 3,
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'paragraph',
|
|
173
|
+
html: 'Non tutti i punti consumano la stessa quantità di fibra. Quando scegli il tuo design, tieni conto di questi fattori moltiplicatori:',
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
type: 'comparative',
|
|
177
|
+
items: [
|
|
178
|
+
{
|
|
179
|
+
title: 'Maglia Rasata / Jersey',
|
|
180
|
+
description: 'Rappresenta il consumo base e la massima efficienza del filo per qualsiasi capo.',
|
|
181
|
+
icon: 'mdi:minus-circle-outline',
|
|
182
|
+
points: ['Ideale per principianti', 'Caduta naturale del tessuto'],
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
title: 'Trecce / Texture',
|
|
186
|
+
description: 'L\'incrocio delle fibre "accorcia" il pezzo, aumentando il consumo del 25% circa.',
|
|
187
|
+
icon: 'mdi:texture-box',
|
|
188
|
+
points: ['Richiede più metri', 'Tessuto più denso e pesante'],
|
|
189
|
+
pointIcon: 'mdi:alert-circle-outline',
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
title: 'Uncinetto (Crochet)',
|
|
193
|
+
description: 'I nodi dell\'uncinetto usano il 30% di filo in più rispetto alla maglia ai ferri.',
|
|
194
|
+
icon: 'mdi:hook',
|
|
195
|
+
points: ['Consumo accelerato di gomitoli', 'Consistenza tridimensionale'],
|
|
196
|
+
pointIcon: 'mdi:alert-circle-outline',
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
title: 'Costa (Ribbing)',
|
|
200
|
+
description: 'La struttura diritto/rovescio accumula più lana per cm quadrato.',
|
|
201
|
+
icon: 'mdi:unfold-more-horizontal',
|
|
202
|
+
points: ['Consumo intermedio (+15%)', 'Alta resa elastica'],
|
|
203
|
+
},
|
|
204
|
+
],
|
|
205
|
+
columns: 2,
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
type: 'title',
|
|
209
|
+
text: 'Glossario del Lavoratore Previdente',
|
|
210
|
+
level: 3,
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
type: 'glossary',
|
|
214
|
+
items: [
|
|
215
|
+
{
|
|
216
|
+
term: 'Dye Lot (Lotto di Tintura)',
|
|
217
|
+
definition:
|
|
218
|
+
'Numero che identifica il bagno di colore in cui è stata tinta la lana. Lotti diversi possono avere variazioni di colore impercettibili nel gomitolo ma molto visibili nel capo finito.',
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
term: 'Stash (Scorta)',
|
|
222
|
+
definition:
|
|
223
|
+
'La collezione personale di filati. Identificare il peso degli avanzi senza etichetta è vitale per calcolare progetti piccoli.',
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
term: 'Put-up',
|
|
227
|
+
definition:
|
|
228
|
+
'La forma in cui viene presentato il filo (matassa, gomitolo o cono), che influisce se debba essere appallottolato prima dell\'uso.',
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
term: 'Yarn Chicken',
|
|
232
|
+
definition:
|
|
233
|
+
'La sfida di tentare di finire una sezione di lavoro con una quantità di filo che sembra insufficiente.',
|
|
234
|
+
},
|
|
235
|
+
],
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
type: 'title',
|
|
239
|
+
text: 'Come usare i risultati di questa calcolatrice',
|
|
240
|
+
level: 3,
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
type: 'paragraph',
|
|
244
|
+
html: 'Una volta che lo strumento ti restituisce il numero di metri e gomitoli, ti raccomandiamo di eseguire i seguenti passaggi di verifica manuale:',
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
type: 'list',
|
|
248
|
+
items: [
|
|
249
|
+
'<strong>Controlla il metraggio del tuo gomitolo reale:</strong> Non tutti i gomitoli da 100g hanno 200m. Verifica questo dato sull\'etichetta per regolare il calcolo finale.',
|
|
250
|
+
'<strong>Somma il metraggio dei dettagli:</strong> Se aggiungerai frange a una sciarpa o pompon a un cappello, aggiungi 50-80 metri extra al totale.',
|
|
251
|
+
'<strong>Campione di tensione:</strong> Lavora un quadrato di 10x10 cm. Pesalo su una bilancia di precisione. Se pesa 20g e la tua coperta misura 100x100 (100 quadrati), avrai bisogno di esattamente 2kg di lana.',
|
|
252
|
+
'<strong>Acquista sempre dallo stesso lotto:</strong> Se il calcolo dice 7 gomitoli, acquistane 8 se sono di lotti diversi per avere margine di manovra o per parti nascoste come le cuciture.',
|
|
253
|
+
],
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
type: 'summary',
|
|
257
|
+
title: 'Consigli Strategici per l\'Acquisto della Lana',
|
|
258
|
+
items: [
|
|
259
|
+
'Dai priorità ai metri rispetto ai grammi per assicurare la lunghezza necessaria.',
|
|
260
|
+
'L\'uncinetto consuma sostanzialmente più lana della maglia; regola il selettore del tipo.',
|
|
261
|
+
'Le texture dense (trecce) richiedono un aumento del 25% nel budget del filato.',
|
|
262
|
+
'Conserva sempre un\'etichetta di ogni lotto nel caso ti serva un ricambio di colore.',
|
|
263
|
+
'Usa il 10% di margine di sicurezza per lavorare il campione di tensione obbligatorio.',
|
|
264
|
+
],
|
|
265
|
+
},
|
|
266
|
+
],
|
|
267
|
+
ui: {
|
|
268
|
+
sectionProject: '1. TIPO DI PROGETTO',
|
|
269
|
+
sectionSize: '2. DIMENSIONI / TAGLIA',
|
|
270
|
+
sectionWeight: '3. SPESSORE DEL FILATO',
|
|
271
|
+
sectionPattern: '4. CARATTERISTICHE DEL MODELLO',
|
|
272
|
+
sectionBall: '5. DATI DEL GOMITOLO',
|
|
273
|
+
labelCables: 'Trecce o texture dense?',
|
|
274
|
+
labelGrams: 'GRAMMI / GOMITOLO',
|
|
275
|
+
labelMeters: 'METRI / GOMITOLO',
|
|
276
|
+
weightFine: 'Fine',
|
|
277
|
+
weightMedium: 'Medio',
|
|
278
|
+
weightThick: 'Grosso',
|
|
279
|
+
weightXXL: 'XXL',
|
|
280
|
+
projectSweater: 'MAGLIONE',
|
|
281
|
+
projectScarf: 'SCIARPA',
|
|
282
|
+
projectHat: 'CAPPELLO',
|
|
283
|
+
projectSocks: 'CALZE',
|
|
284
|
+
projectBlanket: 'COPERTA',
|
|
285
|
+
projectCardigan: 'GIACCA',
|
|
286
|
+
statPrefix: 'CONSUMO ESTIMATO TOTALE',
|
|
287
|
+
statSuffix: 'M',
|
|
288
|
+
statNote: 'Metraggio finale calcolato con scorta di riserva del 10%.',
|
|
289
|
+
ballsFormatSingular: 'Acquista {n} gomitolo',
|
|
290
|
+
ballsFormatPlural: 'Acquista {n} gomitoli',
|
|
291
|
+
ballsDetailFormat: 'Gomitoli da {w}g / {m}m ciascuno.',
|
|
292
|
+
alertTitle: 'Sicurezza strategica:',
|
|
293
|
+
alertText:
|
|
294
|
+
'Questo calcolo garantisce già che non rimarrai senza filo. Ricorda di validare il numero del lotto (dye lot) al momento dell\'acquisto per evitare sbalzi di colore.',
|
|
295
|
+
schemeSleeveLabel: 'Maniche',
|
|
296
|
+
schemeSleeveEach: 'cad.',
|
|
297
|
+
schemeBodyLabel: 'Corpo',
|
|
298
|
+
schemeTotalHat: 'Totale Cappello',
|
|
299
|
+
schemeTotalFlat: 'Totale Pezzo',
|
|
300
|
+
schemeTotalSocks: 'Totale Paio',
|
|
301
|
+
sizeLabels: {
|
|
302
|
+
sweater: ['S', 'M', 'L', 'XL'],
|
|
303
|
+
cardigan: ['S', 'M', 'L', 'XL'],
|
|
304
|
+
hat: ['Bimbo', 'S', 'M', 'L'],
|
|
305
|
+
scarf: ['Mini', 'M', 'Grande', 'Maxi'],
|
|
306
|
+
socks: ['Bimbo', 'Ad. S', 'Ad. M', 'Ad. L'],
|
|
307
|
+
blanket: ['Neonat', 'Divano', 'Letto 90', 'Letto 150'],
|
|
308
|
+
},
|
|
309
|
+
},
|
|
310
|
+
};
|
|
@@ -0,0 +1,310 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { YarnCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'yarn-calculator';
|
|
6
|
+
const title = '毛糸計算機:必要なメートル数と玉数は?';
|
|
7
|
+
const description =
|
|
8
|
+
'編み図やサイズから、棒針編みやかぎ針編みのプロジェクトに必要な毛糸(ウールや糸)の量をメートル単位で正確に計算します。';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'なぜかぎ針編みは棒針編みよりも毛糸を多く使うのですか?',
|
|
13
|
+
answer:
|
|
14
|
+
'かぎ針編みは、結び目や重なり合うループを作ることで、1平方センチメートルあたりの密度が高く、厚みのある編み地になるためです。平均して、かぎ針編みのプロジェクトは、同じものを棒針(メリヤス編み)で編む場合よりも25%〜35%多く糸を消費します。',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'ロット(Dye Lot)が異なる毛糸を買うとどうなりますか?',
|
|
18
|
+
answer:
|
|
19
|
+
'店頭では全く同じ色に見えても、染色時のわずかな化学変化により、完成した作品を一緒に編むと目に見える「段差(色の違い)」が生じることがあります。ロット番号が同じであることを確認し、必要な分を一度に購入することを強くお勧めします。',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'ゲージ(編み目の密度)は最終的な消費量にどう影響しますか?',
|
|
23
|
+
answer:
|
|
24
|
+
'ゆるく編むと、一目あたりの糸の消費量が増えます。もし自身のゲージが編み図の指定よりも大きい場合(例:15目の指定に対して13目になるなど)、毛糸の消費量は大幅に増加します。事前にゲージを取ることは非常に重要です。',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: '毛糸玉の重さしかわからない場合、メートル数はどう計算すればいいですか?',
|
|
28
|
+
answer:
|
|
29
|
+
'メートル(長さ)のデータがないと正確な計算は困難です。ほとんどの毛糸玉のラベルには長さが記載されています。記載がない場合は、Ravelryなどのデータベースで毛糸名から検索し、50gまたは100gあたりの正確な長さを確認してください。',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'プロジェクトを選択する',
|
|
36
|
+
text: 'セーター、マフラー、帽子、靴下、ブランケットの中から選び、特定の消費ベースを読み込みます。',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'サイズと糸の太さを設定する',
|
|
40
|
+
text: '仕上がりサイズ(S、M、L、XL)と、使用する糸の太さ(Fingering, DK, Worsted, Bulky)を指定します。',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: '補正値を有効にする',
|
|
44
|
+
text: '編み図にアラン模様、交差編み、または複雑なテクスチャがある場合は、テクスチャスイッチをオンにして必要な増分を追加します。',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: '購入リストを確認する',
|
|
48
|
+
text: '選んだ毛糸の1玉あたりのメートル数を入力すると、カートに入れるべき正確な個数が表示されます。',
|
|
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<YarnCalculatorUI> = {
|
|
86
|
+
slug,
|
|
87
|
+
title,
|
|
88
|
+
description,
|
|
89
|
+
faqTitle: 'よくある質問',
|
|
90
|
+
faq: faqData,
|
|
91
|
+
bibliographyTitle: '参考文献',
|
|
92
|
+
bibliography: [
|
|
93
|
+
{
|
|
94
|
+
name: 'Craft Yarn Council: Standard Yarn Weights & Yardages',
|
|
95
|
+
url: 'https://www.craftyarncouncil.com/standards/yarn-weight-system',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
name: 'Interweave Essentials: Yarn Substitution and Estimation',
|
|
99
|
+
url: 'https://www.interweave.com/article/knitting/yarn-substitution-angelina-take-two/',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
name: 'The Woolery: Fibers and Calculation of Yarn Usage',
|
|
103
|
+
url: 'https://woolery.com/blogs/the-woolery-blog/yarn-weight-charts-helpful-guide/',
|
|
104
|
+
},
|
|
105
|
+
],
|
|
106
|
+
howTo: howToData,
|
|
107
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
|
+
seo: [
|
|
109
|
+
{
|
|
110
|
+
type: 'title',
|
|
111
|
+
text: '毛糸消費ガイド:プロジェクトに必要な長さと玉数の計算方法',
|
|
112
|
+
level: 2,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'paragraph',
|
|
116
|
+
html: '編み物のロジスティクスをマスターし、棒針・かぎ針編み用の高精度なテクニカル計算機で糸不足を防ぎましょう。編み物をされる方にとって最大の恐怖の一つは<strong>「ヤーン・チキン(Yarn Chicken)」</strong>です。これは、プロジェクトの終盤に、最後の目を閉じる前に糸が足りなくなるのではないかとハラハラする瞬間のことです。この計算機は、業界標準の長さと重さのデータに基づいた見積もりを提供するために開発されました。',
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
type: 'stats',
|
|
120
|
+
items: [
|
|
121
|
+
{ value: '+10%', label: 'パニック・マージン', icon: 'mdi:security' },
|
|
122
|
+
{ value: 'メートル制', label: '長さで計算', icon: 'mdi:ruler' },
|
|
123
|
+
{ value: 'オフライン', label: 'ローカルDB', icon: 'mdi:wifi-off' },
|
|
124
|
+
],
|
|
125
|
+
columns: 3,
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'title',
|
|
129
|
+
text: 'なぜ毛糸玉の「重さ」は紛らわしいのか?',
|
|
130
|
+
level: 3,
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
type: 'paragraph',
|
|
134
|
+
html: '初心者の多くは、重さ(例:「100gの玉を6玉」)だけで毛糸を購入する間違いを犯しがちです。しかし、重さは質量の単位であり、長さの単位ではありません。同じ100gの毛糸でも、長さは劇的に異なります。例えば、極太の<strong>Bulky</strong>タイプなら80メートルほどしかない一方、<strong>Fingering / Lace</strong>タイプなら同じ重さで450メートルを超えることもあります。',
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'paragraph',
|
|
138
|
+
html: 'そのため、私たちの計算機は常に<strong>「総メートル数」</strong>を優先します。自身のサイズとプロジェクトに必要な総距離が分かれば、使用する毛糸のラベルに記載されている長さで割ることで、購入すべき正確な個数を導き出すことができます。',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'title',
|
|
142
|
+
text: '糸の太さ別標準メートル数表',
|
|
143
|
+
level: 3,
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'paragraph',
|
|
147
|
+
html: 'ラベルがお手元にない場合は、見積もりの参考にこちらの数値(繊維100gあたりの目安)を使用してください:',
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
type: 'table',
|
|
151
|
+
headers: ['糸の太さ (Weight)', '目安の長さ / 100g', '推奨される用途', '推奨される針'],
|
|
152
|
+
rows: [
|
|
153
|
+
['<strong>Lace / 0</strong>', '600 - 900m', 'レースショール、透かし編み', '1.5 - 2.5mm'],
|
|
154
|
+
['<strong>Fingering / 1</strong>', '360 - 450m', '靴下、ベビー服', '2.25 - 3.25mm'],
|
|
155
|
+
['<strong>Sport / 2</strong>', '270 - 320m', '軽いジャケット', '3.25 - 3.75mm'],
|
|
156
|
+
['<strong>DK / 3</strong>', '200 - 250m', 'セーター、帽子', '3.75 - 4.5mm'],
|
|
157
|
+
['<strong>Worsted / 4</strong>', '180 - 220m', 'ブランケット、コート', '4.5 - 5.5mm'],
|
|
158
|
+
['<strong>Bulky / 5</strong>', '100 - 140m', '超極太マフラー、ひざ掛け', '6.0 - 8.0mm'],
|
|
159
|
+
],
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'tip',
|
|
163
|
+
title: 'ゲージ(Gauge)の重要性',
|
|
164
|
+
html: '<p>ゆるく編むと、編み目が大きくなり、きつく編む場合よりも多くの糸を消費することを忘れないでください。この計算機は安全マージンを適用していますが、自身の手が極端にゆるい場合は、不足を防ぐために結果にさらに5〜10%加算することを検討してください。</p>',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
type: 'title',
|
|
168
|
+
text: '糸の消費量を増大させる要因',
|
|
169
|
+
level: 3,
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'paragraph',
|
|
173
|
+
html: 'すべての編み方が同じ量の繊維を消費するわけではありません。デザインを選ぶ際は、以下の割増要因を考慮してください:',
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
type: 'comparative',
|
|
177
|
+
items: [
|
|
178
|
+
{
|
|
179
|
+
title: 'メリヤス編み / 天竺編み',
|
|
180
|
+
description: 'あらゆる衣類において、ベースとなる消費量と最高の糸効率を表します。',
|
|
181
|
+
icon: 'mdi:minus-circle-outline',
|
|
182
|
+
points: ['初心者に最適', '生地の自然なドレープ感'],
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
title: 'アラン模様 / 交差編み',
|
|
186
|
+
description: '繊維を交差させることで編み地が「縮まり」、消費量は約25%増加します。',
|
|
187
|
+
icon: 'mdi:texture-box',
|
|
188
|
+
points: ['より長いメートル数が必要', '密度が高く重厚な編み地'],
|
|
189
|
+
pointIcon: 'mdi:alert-circle-outline',
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
title: 'かぎ針編み (Crochet)',
|
|
193
|
+
description: 'かぎ針編みの結び目は、棒針編みよりも約30%多く糸を使用します。',
|
|
194
|
+
icon: 'mdi:hook',
|
|
195
|
+
points: ['毛糸玉の減りが早い', '立体的なテクスチャ'],
|
|
196
|
+
pointIcon: 'mdi:alert-circle-outline',
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
title: 'ゴム編み (Ribbing)',
|
|
200
|
+
description: '表目と裏目の構造により、1平方センチメートルあたりの毛糸密度が高まります。',
|
|
201
|
+
icon: 'mdi:unfold-more-horizontal',
|
|
202
|
+
points: ['中程度の消費増 (+15%)', '高い伸縮回復性'],
|
|
203
|
+
},
|
|
204
|
+
],
|
|
205
|
+
columns: 2,
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
type: 'title',
|
|
209
|
+
text: '慎重な編み手のための用語集',
|
|
210
|
+
level: 3,
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
type: 'glossary',
|
|
214
|
+
items: [
|
|
215
|
+
{
|
|
216
|
+
term: 'ロット (Dye Lot)',
|
|
217
|
+
definition:
|
|
218
|
+
'毛糸を染めた釜を識別する番号。ロットが異なると、玉の状態では気づかなくても完成作品では色の違いが目立つことがあります。',
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
term: 'スタッシュ (Stash)',
|
|
222
|
+
definition:
|
|
223
|
+
'編み手が持っている個人的な糸のコレクション。ラベルのない残り糸の重さを把握することは、小物作りにおいて重要です。',
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
term: 'Put-up',
|
|
227
|
+
definition:
|
|
228
|
+
'糸がどのような形(カセ、玉、コーン巻きなど)で提供されているか。使用前に玉巻き器などで巻く必要があるかどうかに影響します。',
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
term: 'ヤーン・チキン (Yarn Chicken)',
|
|
232
|
+
definition:
|
|
233
|
+
'足りなそうな量の糸で、編み地の区切りを完成させようと挑戦すること。',
|
|
234
|
+
},
|
|
235
|
+
],
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
type: 'title',
|
|
239
|
+
text: 'この計算結果の活用方法',
|
|
240
|
+
level: 3,
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
type: 'paragraph',
|
|
244
|
+
html: 'ツールでメートル数と玉数が算出されたら、以下の手動確認ステップを行うことをお勧めします:',
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
type: 'list',
|
|
248
|
+
items: [
|
|
249
|
+
'<strong>実際の毛糸の長さを確認する:</strong> すべての100g玉が200mあるとは限りません。ラベルでこのデータを確認し、最終的な計算を調整してください。',
|
|
250
|
+
'<strong>装飾分の長さを加算する:</strong> マフラーにフリンジを付けたり、帽子にポンポンを付ける場合は、合計に50〜80メートル余分に足してください。',
|
|
251
|
+
'<strong>ゲージを取る:</strong> 10x10 cmの正方形を編みます。それを精密はかりで量ります。もし20gあり、ブランケットが100x100(つまり100個分)なら、正確に2kgの毛糸が必要です。',
|
|
252
|
+
'<strong>必ず同じロットで購入する:</strong> 計算結果が7玉だった場合、ロットが混ざることを防ぐため、またはとじはぎ分を考慮して8玉購入するなどの余裕を持ってください。',
|
|
253
|
+
],
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
type: 'summary',
|
|
257
|
+
title: '毛糸購入のための戦略的アドバイス',
|
|
258
|
+
items: [
|
|
259
|
+
'必要な長さを確保するため、グラム数よりもメートル数を優先してください。',
|
|
260
|
+
'かぎ針編みは棒針編みよりも大幅に毛糸を消費します。タイプ選択を調整してください。',
|
|
261
|
+
'密なテクスチャ(交差編み)は、糸の予算を25%増やす必要があります。',
|
|
262
|
+
'買い足しが必要になった時のために、必ず各ロットのラベルを1枚保管しておいてください。',
|
|
263
|
+
'必須のゲージを取るために、10%の安全マージンを確保しておきましょう。',
|
|
264
|
+
],
|
|
265
|
+
},
|
|
266
|
+
],
|
|
267
|
+
ui: {
|
|
268
|
+
sectionProject: '1. プロジェクトの種類',
|
|
269
|
+
sectionSize: '2. 寸法 / サイズ',
|
|
270
|
+
sectionWeight: '3. 糸の太さ',
|
|
271
|
+
sectionPattern: '4. 編み図の特徴',
|
|
272
|
+
sectionBall: '5. 毛糸玉のデータ',
|
|
273
|
+
labelCables: '交差編みや密な模様はありますか?',
|
|
274
|
+
labelGrams: 'グラム / 玉',
|
|
275
|
+
labelMeters: 'メートル / 玉',
|
|
276
|
+
weightFine: '細い',
|
|
277
|
+
weightMedium: '普通',
|
|
278
|
+
weightThick: '太い',
|
|
279
|
+
weightXXL: '超極太',
|
|
280
|
+
projectSweater: 'セーター',
|
|
281
|
+
projectScarf: 'マフラー',
|
|
282
|
+
projectHat: '帽子',
|
|
283
|
+
projectSocks: '靴下',
|
|
284
|
+
projectBlanket: 'ブランケット',
|
|
285
|
+
projectCardigan: 'カーディガン',
|
|
286
|
+
statPrefix: '推定総消費量',
|
|
287
|
+
statSuffix: 'M',
|
|
288
|
+
statNote: '10%の予備分を含めた最終メートル数です。',
|
|
289
|
+
ballsFormatSingular: '{n} 玉購入',
|
|
290
|
+
ballsFormatPlural: '{n} 玉購入',
|
|
291
|
+
ballsDetailFormat: '1玉 {w}g / {m}m',
|
|
292
|
+
alertTitle: '戦略的な安心のために:',
|
|
293
|
+
alertText:
|
|
294
|
+
'この計算はすでに糸不足にならないよう配慮されています。購入時はロット番号(dye lot)が同じであることを確認してください。',
|
|
295
|
+
schemeSleeveLabel: '袖',
|
|
296
|
+
schemeSleeveEach: '各',
|
|
297
|
+
schemeBodyLabel: '身頃',
|
|
298
|
+
schemeTotalHat: '帽子合計',
|
|
299
|
+
schemeTotalFlat: 'パーツ合計',
|
|
300
|
+
schemeTotalSocks: '1ペア合計',
|
|
301
|
+
sizeLabels: {
|
|
302
|
+
sweater: ['S', 'M', 'L', 'XL'],
|
|
303
|
+
cardigan: ['S', 'M', 'L', 'XL'],
|
|
304
|
+
hat: ['子供', 'S', 'M', 'L'],
|
|
305
|
+
scarf: ['ミニ', 'M', '大', 'マキシ'],
|
|
306
|
+
socks: ['子供', '大人 S', '大人 M', '大人 L'],
|
|
307
|
+
blanket: ['ベビー', 'ソファ', 'シングル', 'ダブル'],
|
|
308
|
+
},
|
|
309
|
+
},
|
|
310
|
+
};
|