@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,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 = 'kalkulator-wloczki-dzierganie';
|
|
6
|
+
const title = 'Kalkulator Włóczki: Ile metrów i motków potrzebuję?';
|
|
7
|
+
const description =
|
|
8
|
+
'Oblicz precyzyjnie ilość wełny lub włóczki potrzebnej do Twoich projektów na drutach lub szydełku na podstawie wzoru i rozmiaru.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Dlaczego szydełkowanie zużywa więcej włóczki niż robienie na drutach?',
|
|
13
|
+
answer:
|
|
14
|
+
'Szydełkowanie opiera się na tworzeniu węzłów i nakładających się pętli, co generuje gęstszą i grubszą dzianinę na centymetr kwadratowy. Średnio projekt na szydełku zużywa od 25% do 35% więcej włóczki niż ten sam projekt wykonany na drutach (ściegiem pończoszniczym).',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Co się stanie, jeśli kupię włóczkę z różnych partii farbowania (Dye Lot)?',
|
|
18
|
+
answer:
|
|
19
|
+
'Nawet jeśli kolor wydaje się identyczny w sklepie, minimalne różnice chemiczne podczas farbowania mogą tworzyć widoczne "pasy" na gotowym wyrobie. Zdecydowanie zaleca się kupowanie całej włóczki naraz, sprawdzając, czy kod partii jest taki sam.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Jak naprężenie (gauge) wpływa na ostateczne zużycie?',
|
|
23
|
+
answer:
|
|
24
|
+
'Jeśli dziergasz luźno, każde oczko zużywa więcej metrów nitki. Jeśli Twoja próbka obliczeniowa jest większa niż wskazuje wzór (np. 13 oczek zamiast 15), zużycie włóczki znacznie wzrośnie. Wykonanie próbki kontrolnej przed rozpoczęciem jest kluczowe.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'Jak obliczyć metry, jeśli mam tylko wagę motka?',
|
|
28
|
+
answer:
|
|
29
|
+
'Bez danych o metrażu jest to trudne. Większość motków posiada informację o metrach na etykiecie. Jeśli jej nie ma, poszukaj nazwy włóczki w bazach danych takich jak Ravelry, aby znaleźć dokładną długość na każde 50g lub 100g.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Wybierz projekt',
|
|
36
|
+
text: 'Wybierz spomiędzy swetra, szalika, czapki, skarpetek lub koca, aby załadować specyficzne bazy zużycia.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Zdefiniuj rozmiar i grubość',
|
|
40
|
+
text: 'Wskaż ostateczne wymiary (S, M, L, XL) oraz grubość nitki, której będziesz używać (Fingering, DK, Worsted, Bulky).',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Aktywuj mnożniki',
|
|
44
|
+
text: 'Jeśli Twój wzór posiada warkocze lub złożone tekstury, włącz przełącznik tekstur, aby dodać niezbędny naddatek.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Otrzymaj listę zakupów',
|
|
48
|
+
text: 'Wpisz metry na motek wybranej włóczki, aby zobaczyć dokładnie, ile sztuk musisz włożyć do koszyka.',
|
|
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: 'pl',
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
export const content: ToolLocaleContent<YarnCalculatorUI> = {
|
|
86
|
+
slug,
|
|
87
|
+
title,
|
|
88
|
+
description,
|
|
89
|
+
faqTitle: 'Często zadawane pytania',
|
|
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: 'Przewodnik Zużycia Włóczki: Jak obliczyć metry i motki do Twoich projektów',
|
|
112
|
+
level: 2,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'paragraph',
|
|
116
|
+
html: 'Opanuj logistykę dziergania i uniknij sytuacji, w której zabraknie Ci nitki, dzięki naszemu precyzyjnemu kalkulatorowi technicznemu na druty i szydełko. Jednym z największych lęków każdej osoby dziergającej jest <strong>"Yarn Chicken"</strong>: ten krytyczny moment pod koniec projektu, kiedy wydaje się, że nitka skończy się przed zamknięciem ostatnich oczek. Kalkulator ten został opracowany, aby oferować szacunki oparte na standardach przemysłowych metrażu i gramatury.',
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
type: 'stats',
|
|
120
|
+
items: [
|
|
121
|
+
{ value: '+10%', label: 'Margines Bezpieczeństwa', icon: 'mdi:security' },
|
|
122
|
+
{ value: 'Metryczny', label: 'Obliczenia w Metrach', icon: 'mdi:ruler' },
|
|
123
|
+
{ value: 'Offline', label: 'Lokalna Baza Danych', icon: 'mdi:wifi-off' },
|
|
124
|
+
],
|
|
125
|
+
columns: 3,
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'title',
|
|
129
|
+
text: 'Dlaczego gramatura motków jest myląca?',
|
|
130
|
+
level: 3,
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
type: 'paragraph',
|
|
134
|
+
html: 'Wielu początkujących popełnia błąd, kupując włóczkę wyłącznie na podstawie wagi (np. "6 motków po 100g"). Jednak waga jest jednostką masy, a nie długości. Dwie włóczki ważące po 100g mogą mieć radykalnie różne długości: włóczka typu <strong>Bulky</strong> może mieć tylko 80 metrów, podczas gdy <strong>Fingering / Lace</strong> może przekraczać 450 metrów przy tej samej wadze.',
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'paragraph',
|
|
138
|
+
html: 'Dlatego nasz kalkulator zawsze priorytetyzuje <strong>całkowitą liczbę metrów</strong>. Gdy już znasz długość potrzebną dla Twojego rozmiaru i projektu, możesz ją podzielić przez metraż wskazany na etykiecie konkretnego motka, aby otrzymać dokładną liczbę sztuk, które musisz nabyć.',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'title',
|
|
142
|
+
text: 'Tabela Standardowych Metraży według Grubości',
|
|
143
|
+
level: 3,
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'paragraph',
|
|
147
|
+
html: 'Jeśli nie masz pod ręką etykiety, możesz użyć tych metraży referencyjnych (na każde 100g włókna) do swoich szacunków:',
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
type: 'table',
|
|
151
|
+
headers: ['Grubość (Weight)', 'Metry ok. / 100g', 'Zalecane Zastosowanie', 'Sugerowane Druty'],
|
|
152
|
+
rows: [
|
|
153
|
+
['<strong>Lace / 0</strong>', '600 - 900m', 'Chusty ażurowe, koronki', '1.5 - 2.5mm'],
|
|
154
|
+
['<strong>Fingering / 1</strong>', '360 - 450m', 'Skarpetki, ubranka dziecięce', '2.25 - 3.25mm'],
|
|
155
|
+
['<strong>Sport / 2</strong>', '270 - 320m', 'Lekkie sweterki', '3.25 - 3.75mm'],
|
|
156
|
+
['<strong>DK / 3</strong>', '200 - 250m', 'Swetry, czapki', '3.75 - 4.5mm'],
|
|
157
|
+
['<strong>Worsted / 4</strong>', '180 - 220m', 'Koce, płaszcze', '4.5 - 5.5mm'],
|
|
158
|
+
['<strong>Bulky / 5</strong>', '100 - 140m', 'Szaliki XXL, koce', '6.0 - 8.0mm'],
|
|
159
|
+
],
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'tip',
|
|
163
|
+
title: 'Czynnik Naprężenia (Gauge)',
|
|
164
|
+
html: '<p>Pamiętaj, że jeśli dziergasz bardzo luźno, Twoje oczka będą większe i zużyją więcej nitki niż w przypadku ścisłego dziergania. Nasz kalkulator stosuje margines bezpieczeństwa, ale jeśli wiesz, że Twoje naprężenie jest ekstremalnie luźne, rozważ dodanie dodatkowych 5-10% do wyników, aby uniknąć niespodzianek.</p>',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
type: 'title',
|
|
168
|
+
text: 'Zmienne zwiększające zużycie nitki',
|
|
169
|
+
level: 3,
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'paragraph',
|
|
173
|
+
html: 'Nie wszystkie ściegi zużywają tę samą ilość włókna. Wybierając swój wzór, weź pod uwagę te czynniki mnożnikowe:',
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
type: 'comparative',
|
|
177
|
+
items: [
|
|
178
|
+
{
|
|
179
|
+
title: 'Ścieg Pończoszniczy / Jersey',
|
|
180
|
+
description: 'Reprezentuje bazowe zużycie i maksymalną wydajność nitki dla dowolnej odzieży.',
|
|
181
|
+
icon: 'mdi:minus-circle-outline',
|
|
182
|
+
points: ['Idealny dla początkujących', 'Naturalny układ dzianiny'],
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
title: 'Warkocze / Tekstura',
|
|
186
|
+
description: 'Krzyżowanie włókien "skraca" element, zwiększając zużycie o około 25%.',
|
|
187
|
+
icon: 'mdi:texture-box',
|
|
188
|
+
points: ['Wymaga więcej metrów', 'Gęstsza i cięższa dzianina'],
|
|
189
|
+
pointIcon: 'mdi:alert-circle-outline',
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
title: 'Szydełkowanie (Crochet)',
|
|
193
|
+
description: 'Węzły szydełkowe zużywają o 30% więcej nitki niż robótka na drutach.',
|
|
194
|
+
icon: 'mdi:hook',
|
|
195
|
+
points: ['Szybsze ubywanie motków', 'Trójwymiarowa tekstura'],
|
|
196
|
+
pointIcon: 'mdi:alert-circle-outline',
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
title: 'Ścieg ściągaczowy',
|
|
200
|
+
description: 'Struktura prawo/lewo gromadzi więcej włóczki na cm kwadratowy.',
|
|
201
|
+
icon: 'mdi:unfold-more-horizontal',
|
|
202
|
+
points: ['Zużycie pośrednie (+15%)', 'Wysoka elastyczność'],
|
|
203
|
+
},
|
|
204
|
+
],
|
|
205
|
+
columns: 2,
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
type: 'title',
|
|
209
|
+
text: 'Glosariusz Przezornego Dziergacza',
|
|
210
|
+
level: 3,
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
type: 'glossary',
|
|
214
|
+
items: [
|
|
215
|
+
{
|
|
216
|
+
term: 'Dye Lot (Partia farbowania)',
|
|
217
|
+
definition:
|
|
218
|
+
'Numer identyfikujący kadź, w której farbowano wełnę. Różne partie mogą mieć różnice kolorystyczne niewidoczne w motku, ale bardzo widoczne na gotowym wyrobie.',
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
term: 'Stash (Zapas)',
|
|
222
|
+
definition:
|
|
223
|
+
'Osobista kolekcja włóczek dziergacza. Identyfikacja wagi resztek bez etykiety jest kluczowa przy obliczaniu małych projektów.',
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
term: 'Put-up',
|
|
227
|
+
definition:
|
|
228
|
+
'Sposób prezentacji włóczki (pasmo, motek lub stożek), co wpływa na to, czy wymaga ona zwinięcia przed użyciem.',
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
term: 'Yarn Chicken',
|
|
232
|
+
definition:
|
|
233
|
+
'Wyzwanie polegające na próbie ukończenia sekcji dziergania z ilością nitki, która wydaje się niewystarczająca.',
|
|
234
|
+
},
|
|
235
|
+
],
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
type: 'title',
|
|
239
|
+
text: 'Jak korzystać z wyników tego kalkulatora',
|
|
240
|
+
level: 3,
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
type: 'paragraph',
|
|
244
|
+
html: 'Gdy narzędzie poda liczbę metrów i motków, zalecamy wykonanie następujących kroków ręcznej weryfikacji:',
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
type: 'list',
|
|
248
|
+
items: [
|
|
249
|
+
'<strong>Sprawdź metraż swojego rzeczywistego motka:</strong> Nie każdy motek 100g ma 200m. Sprawdź te dane na etykiecie, aby skorygować ostateczne obliczenie.',
|
|
250
|
+
'<strong>Dodaj metraż na detale:</strong> Jeśli dodajesz frędzle do szalika lub pompony do czapki, dodaj ekstra 50-80 metrów do całości.',
|
|
251
|
+
'<strong>Próbka obliczeniowa:</strong> Zrób kwadrat 10x10 cm. Zważ go na wadze precyzyjnej. Jeśli waży 20g, a Twój koc ma 100x100 (100 kwadratów), będziesz potrzebować dokładnie 2kg włóczki.',
|
|
252
|
+
'<strong>Kupuj zawsze z tej samej partii:</strong> Jeśli obliczenie mówi 7 motków, kup 8, aby mieć zapas na szwy lub wypadek różnic w partiach.',
|
|
253
|
+
],
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
type: 'summary',
|
|
257
|
+
title: 'Strategiczne Porady dot. Zakupu Włóczki',
|
|
258
|
+
items: [
|
|
259
|
+
'Priorytetyzuj metry nad gramami, aby zapewnić potrzebną długość.',
|
|
260
|
+
'Szydełkowanie zużywa znacznie więcej włóczki niż druty; dostosuj selektor typu.',
|
|
261
|
+
'Gęste tekstury (warkocze) wymagają zwiększenia budżetu nitki o 25%.',
|
|
262
|
+
'Zawsze zachowuj etykietę z każdej partii na wypadek konieczności dokupienia koloru.',
|
|
263
|
+
'Wykorzystaj 10% marginesu bezpieczeństwa na dzierganie obowiązkowej próbki.',
|
|
264
|
+
],
|
|
265
|
+
},
|
|
266
|
+
],
|
|
267
|
+
ui: {
|
|
268
|
+
sectionProject: '1. TYP PROJEKTU',
|
|
269
|
+
sectionSize: '2. WYMIARY / ROZMIAR',
|
|
270
|
+
sectionWeight: '3. GRUBOŚĆ NITKI',
|
|
271
|
+
sectionPattern: '4. CECHY WZORU',
|
|
272
|
+
sectionBall: '5. DANE MOTKA',
|
|
273
|
+
labelCables: 'Warkocze lub gęste tekstury?',
|
|
274
|
+
labelGrams: 'GRAMY / MOTEK',
|
|
275
|
+
labelMeters: 'METRY / MOTEK',
|
|
276
|
+
weightFine: 'Cienka',
|
|
277
|
+
weightMedium: 'Średnia',
|
|
278
|
+
weightThick: 'Gruba',
|
|
279
|
+
weightXXL: 'XXL',
|
|
280
|
+
projectSweater: 'SWETER',
|
|
281
|
+
projectScarf: 'SZALIK',
|
|
282
|
+
projectHat: 'CZAPKA',
|
|
283
|
+
projectSocks: 'SKARPETKI',
|
|
284
|
+
projectBlanket: 'KOC',
|
|
285
|
+
projectCardigan: 'KARDIGAN',
|
|
286
|
+
statPrefix: 'SZACOWANE CAŁKOWITE ZUŻYCIE',
|
|
287
|
+
statSuffix: 'M',
|
|
288
|
+
statNote: 'Ostateczny metraż obliczony z 10% zapasem bezpieczeństwa.',
|
|
289
|
+
ballsFormatSingular: 'Kup {n} motek',
|
|
290
|
+
ballsFormatPlural: 'Kup {n} motki/motków',
|
|
291
|
+
ballsDetailFormat: 'Motki po {w}g / {m}m każdy.',
|
|
292
|
+
alertTitle: 'Strategiczne bezpieczeństwo:',
|
|
293
|
+
alertText:
|
|
294
|
+
'To obliczenie gwarantuje już, że nie zabraknie Ci nitki. Pamiętaj o sprawdzeniu numeru partii (dye lot) przy zakupie motków.',
|
|
295
|
+
schemeSleeveLabel: 'Rękawy',
|
|
296
|
+
schemeSleeveEach: 'szt.',
|
|
297
|
+
schemeBodyLabel: 'Korpus',
|
|
298
|
+
schemeTotalHat: 'Łącznie Czapka',
|
|
299
|
+
schemeTotalFlat: 'Łącznie Element',
|
|
300
|
+
schemeTotalSocks: 'Łącznie Para',
|
|
301
|
+
sizeLabels: {
|
|
302
|
+
sweater: ['S', 'M', 'L', 'XL'],
|
|
303
|
+
cardigan: ['S', 'M', 'L', 'XL'],
|
|
304
|
+
hat: ['Dziecko', 'S', 'M', 'L'],
|
|
305
|
+
scarf: ['Mini', 'M', 'Duży', 'Maxi'],
|
|
306
|
+
socks: ['Dziecko', 'Doro. S', 'Doro. M', 'Doro. L'],
|
|
307
|
+
blanket: ['Niemowlę', 'Sofa', 'Łóżko 90', 'Łóżko 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 = 'calculadora-la-tricot-crochet';
|
|
6
|
+
const title = 'Calculadora de Lã: Quantos metros e novelos preciso?';
|
|
7
|
+
const description =
|
|
8
|
+
'Calcule com precisão métrica a quantidade de lã ou fio necessária para os seus projetos de tricot e crochet a partir do padrão e do tamanho.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Porque é que o crochet gasta mais lã do que o tricot?',
|
|
13
|
+
answer:
|
|
14
|
+
'O crochet baseia-se na criação de nós e laçadas sobrepostas, o que gera um tecido mais denso e espesso por centímetro quadrado. Em média, um projeto de crochet consome entre 25% a 35% mais fio do que o mesmo projeto tecido em tricot (ponto jersey).',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'O que acontece se eu comprar lã de diferentes lotes de tingimento (Dye Lot)?',
|
|
18
|
+
answer:
|
|
19
|
+
'Mesmo que a cor pareça idêntica na loja, as variações químicas mínimas durante o tingimento podem criar "riscas" visíveis na peça terminada quando tecidas juntas. Recomenda-se vivamente comprar toda a lã de uma só vez, verificando que o código do lote é o mesmo.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Como é que a tensão (gauge) afecta o consumo final?',
|
|
23
|
+
answer:
|
|
24
|
+
'Se tecer de forma folgada, cada ponto consome mais metros de fio. Se a sua amostra de tensão for maior do que o indicado no padrão (ex. 13 pontos em vez de 15), o seu consumo de lã aumentará substancialmente. É vital realizar uma amostra de tensão prévia.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'Como calculo os metros se apenas tenho o peso do novelo?',
|
|
28
|
+
answer:
|
|
29
|
+
'Sem o dado da metragem, é difícil. A maioria dos novelos indica na sua etiqueta os metros. Se não o indicarem, procure pelo nome da lã em bases de dados como Ravelry para encontrar a longitude exacta por cada 50g ou 100g.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Seleccione o projeto',
|
|
36
|
+
text: 'Escolha entre uma camisola, cachecol, gorro, meias ou manta para carregar as bases de consumo específicas.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Defina o tamanho e espessura',
|
|
40
|
+
text: 'Indique as dimensões finais (S, M, L, XL) e a espessura do fio que vai utilizar (Fingering, DK, Worsted, Bulky).',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Active multiplicadores',
|
|
44
|
+
text: 'Se o seu padrão tem tranças ou texturas complexas, active o switch de texturas para adicionar o suplemento necessário.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Obtenha a lista de compras',
|
|
48
|
+
text: 'Escreva os metros por novelo da sua lã escolhida para ver exactamente quantas unidades deve colocar no carrinho.',
|
|
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: 'pt',
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
export const content: ToolLocaleContent<YarnCalculatorUI> = {
|
|
86
|
+
slug,
|
|
87
|
+
title,
|
|
88
|
+
description,
|
|
89
|
+
faqTitle: 'Perguntas Frequentes',
|
|
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: 'Guia de Consumo de Lã: Como Calcular metros e novelos para os seus projetos',
|
|
112
|
+
level: 2,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'paragraph',
|
|
116
|
+
html: 'Domine a logística da tecelagem e evite ficar sem fio com a nossa calculadora técnica de precisão para tricot e crochet. Um dos maiores medos de qualquer pessoa que tece é o <strong>"Yarn Chicken"</strong>: aquele momento crítico no final de um projeto onde parece que o fio vai terminar antes de fechar os últimos pontos. Esta calculadora foi desenvolvida para oferecer estimativas baseadas em padrões industriais de metragem e gramagem.',
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
type: 'stats',
|
|
120
|
+
items: [
|
|
121
|
+
{ value: '+10%', label: 'Margem de Segurança', icon: 'mdi:security' },
|
|
122
|
+
{ value: 'Métrico', label: 'Cálculo em Metros', icon: 'mdi:ruler' },
|
|
123
|
+
{ value: 'Offline', label: 'Base de Dados Local', icon: 'mdi:wifi-off' },
|
|
124
|
+
],
|
|
125
|
+
columns: 3,
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'title',
|
|
129
|
+
text: 'Porque é que a gramagem dos novelos é enganadora?',
|
|
130
|
+
level: 3,
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
type: 'paragraph',
|
|
134
|
+
html: 'Muitos principiantes cometem o erro de comprar lã baseando-se exclusivamente no peso (ex. "6 novelos de 100g"). No entanto, o peso é uma unidade de massa, não de longitude. Duas lãs que pesem 100g podem ter longitudes radicalmente distintas: uma lã tipo <strong>Bulky</strong> pode ter apenas 80 metros, enquanto uma <strong>Fingering / Lace</strong> pode superar os 450 metros com o mesmo peso.',
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'paragraph',
|
|
138
|
+
html: 'Por isso, a nossa calculadora prioriza sempre os <strong>metros totais</strong>. Assim que conhecer a longitude necessária para o seu tamanho e projeto, pode dividi-la pela metragem que indica a etiqueta do seu novelo específico para obter o número exacto de unidades que deve adquirir.',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'title',
|
|
142
|
+
text: 'Tabela de Metragens Padrão por Espessura',
|
|
143
|
+
level: 3,
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'paragraph',
|
|
147
|
+
html: 'Se não tiver a etiqueta à mão, pode usar estas metragens de referência (por cada 100g de fibra) para as suas estimativas:',
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
type: 'table',
|
|
151
|
+
headers: ['Espessura (Weight)', 'Metros aprox. / 100g', 'Uso Recomendado', 'Agulhas Sugeridas'],
|
|
152
|
+
rows: [
|
|
153
|
+
['<strong>Lace / 0</strong>', '600 - 900m', 'Xales de renda, calados', '1.5 - 2.5mm'],
|
|
154
|
+
['<strong>Fingering / 1</strong>', '360 - 450m', 'Meias, roupa de bebé', '2.25 - 3.25mm'],
|
|
155
|
+
['<strong>Sport / 2</strong>', '270 - 320m', 'Casacos leves', '3.25 - 3.75mm'],
|
|
156
|
+
['<strong>DK / 3</strong>', '200 - 250m', 'Camisolas, gorros', '3.75 - 4.5mm'],
|
|
157
|
+
['<strong>Worsted / 4</strong>', '180 - 220m', 'Mantas, casacos', '4.5 - 5.5mm'],
|
|
158
|
+
['<strong>Bulky / 5</strong>', '100 - 140m', 'Cachecóis XXL, mantas', '6.0 - 8.0mm'],
|
|
159
|
+
],
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'tip',
|
|
163
|
+
title: 'O Factor da Tensão (Gauge)',
|
|
164
|
+
html: '<p>Lembre-se que se tecer de forma muito folgada, os seus pontos serão maiores e consumirão mais fio do que se tecer de forma apertada. A nossa calculadora aplica uma margem de segurança, mas se sabe que a sua tensão é extremamente laxa, considere adicionar uns 5-10% adicionais aos resultados para evitar surpresas.</p>',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
type: 'title',
|
|
168
|
+
text: 'Variáveis que aumentam o consumo de fio',
|
|
169
|
+
level: 3,
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'paragraph',
|
|
173
|
+
html: 'Nem todos os pontos consomem a mesma quantidade de fibra. Ao escolher o seu design, tenha em conta estes factores multiplicadores:',
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
type: 'comparative',
|
|
177
|
+
items: [
|
|
178
|
+
{
|
|
179
|
+
title: 'Ponto Liso / Jersey',
|
|
180
|
+
description: 'Representa o consumo base e a eficiência máxima de fio para qualquer peça.',
|
|
181
|
+
icon: 'mdi:minus-circle-outline',
|
|
182
|
+
points: ['Ideal para principiantes', 'Caimento natural do tecido'],
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
title: 'Tranças / Textura',
|
|
186
|
+
description: 'O cruzamento de fibras "encurta" a peça, aumentando o consumo em cerca de 25%.',
|
|
187
|
+
icon: 'mdi:texture-box',
|
|
188
|
+
points: ['Requer mais metros', 'Tecido mais denso e pesado'],
|
|
189
|
+
pointIcon: 'mdi:alert-circle-outline',
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
title: 'Crochet',
|
|
193
|
+
description: 'Os nós do crochet usam cerca de 30% mais fio do que o tricot.',
|
|
194
|
+
icon: 'mdi:hook',
|
|
195
|
+
points: ['Gasto acelerado de novelos', 'Textura tridimensional'],
|
|
196
|
+
pointIcon: 'mdi:alert-circle-outline',
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
title: 'Ponto Elástico (Ribbing)',
|
|
200
|
+
description: 'A estrutura de direito/avesso acumula mais lã por cm quadrado.',
|
|
201
|
+
icon: 'mdi:unfold-more-horizontal',
|
|
202
|
+
points: ['Consumo intermédio (+15%)', 'Alta recuperação elástica'],
|
|
203
|
+
},
|
|
204
|
+
],
|
|
205
|
+
columns: 2,
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
type: 'title',
|
|
209
|
+
text: 'Glossário do Tecelão Prevenido',
|
|
210
|
+
level: 3,
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
type: 'glossary',
|
|
214
|
+
items: [
|
|
215
|
+
{
|
|
216
|
+
term: 'Dye Lot (Lote de Tingimento)',
|
|
217
|
+
definition:
|
|
218
|
+
'Número que identifica a tina de tingimento em que a lã foi tingida. Diferentes lotes podem ter variações de cor imperceptíveis no novelo mas muito visíveis na peça terminada.',
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
term: 'Stash (Reserva)',
|
|
222
|
+
definition:
|
|
223
|
+
'A colecção pessoal de fios de um tecelão. Identificar o peso dos restos de fios sem etiqueta é vital para calcular projetos pequenos.',
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
term: 'Put-up',
|
|
227
|
+
definition:
|
|
228
|
+
'A forma como se apresenta o fio (em meada, em novelo ou em cone), o que afecta se necessita ser novelado antes de usar.',
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
term: 'Yarn Chicken',
|
|
232
|
+
definition:
|
|
233
|
+
'O desafio de tentar terminar uma secção de tecelagem com uma quantidade de fio que parece insuficiente.',
|
|
234
|
+
},
|
|
235
|
+
],
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
type: 'title',
|
|
239
|
+
text: 'Como usar os resultados desta calculadora',
|
|
240
|
+
level: 3,
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
type: 'paragraph',
|
|
244
|
+
html: 'Assim que a ferramenta lhe devolver o número de metros e novelos, recomendamos realizar os seguintes passos de verificação manual:',
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
type: 'list',
|
|
248
|
+
items: [
|
|
249
|
+
'<strong>Verifique a metragem do seu novelo real:</strong> Nem todos os novelos de 100g têm 200m. Verifique este dado na etiqueta para ajustar o cálculo final.',
|
|
250
|
+
'<strong>Some a metragem dos detalhes:</strong> Se vai adicionar franjas a um cachecol ou pompons a um gorro, some 50-80 metros extra ao total.',
|
|
251
|
+
'<strong>Amostra de tensão:</strong> Teça um quadrado de 10x10 cm. Pese-o numa balança de precisão. Se pesa 20g e a sua manta mede 100x100 (100 quadrados), necessitará exactamente 2kg de lã.',
|
|
252
|
+
'<strong>Compre sempre do mesmo lote:</strong> Se o cálculo diz 7 novelos, compre 8 se forem de lotes diferentes para ter margem de manobra ou para peças ocultas como as costuras.',
|
|
253
|
+
],
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
type: 'summary',
|
|
257
|
+
title: 'Conselhos Estratégicos para a Compra de Lã',
|
|
258
|
+
items: [
|
|
259
|
+
'Priorize os metros sobre os gramas para assegurar a longitude necessária.',
|
|
260
|
+
'O crochet consome substancialmente mais lã do que o tricot; ajuste o selector de tipo.',
|
|
261
|
+
'As texturas densas (tranças) requerem um aumento de 25% no orçamento de fio.',
|
|
262
|
+
'Guarde sempre uma etiqueta de cada lote para o caso de precisar pedir reposição de cor.',
|
|
263
|
+
'Use os 10% de margem de segurança para tecer a amostra de tensão obrigatória.',
|
|
264
|
+
],
|
|
265
|
+
},
|
|
266
|
+
],
|
|
267
|
+
ui: {
|
|
268
|
+
sectionProject: '1. TIPO DE PROJETO',
|
|
269
|
+
sectionSize: '2. DIMENSÕES / TAMANHO',
|
|
270
|
+
sectionWeight: '3. ESPESSURA DO FIO',
|
|
271
|
+
sectionPattern: '4. CARACTERÍSTICAS DO PADRÃO',
|
|
272
|
+
sectionBall: '5. DADOS DO NOVELO',
|
|
273
|
+
labelCables: 'Tranças ou texturas densas?',
|
|
274
|
+
labelGrams: 'GRAMAS / NOVELO',
|
|
275
|
+
labelMeters: 'METROS / NOVELO',
|
|
276
|
+
weightFine: 'Fino',
|
|
277
|
+
weightMedium: 'Médio',
|
|
278
|
+
weightThick: 'Grosso',
|
|
279
|
+
weightXXL: 'XXL',
|
|
280
|
+
projectSweater: 'CAMISOLA',
|
|
281
|
+
projectScarf: 'CACHECOL',
|
|
282
|
+
projectHat: 'GORRO',
|
|
283
|
+
projectSocks: 'MEIAS',
|
|
284
|
+
projectBlanket: 'MANTA',
|
|
285
|
+
projectCardigan: 'CASACO',
|
|
286
|
+
statPrefix: 'CONSUMO ESTIMADO TOTAL',
|
|
287
|
+
statSuffix: 'M',
|
|
288
|
+
statNote: 'Metragem final calculada com stock de reserva de 10%.',
|
|
289
|
+
ballsFormatSingular: 'Compre {n} novelo',
|
|
290
|
+
ballsFormatPlural: 'Compre {n} novelos',
|
|
291
|
+
ballsDetailFormat: 'Novelos de {w}g / {m}m cada um.',
|
|
292
|
+
alertTitle: 'Segurança estratégica:',
|
|
293
|
+
alertText:
|
|
294
|
+
'Este cálculo já garante que não ficará sem fio. Lembre-se de validar o número do lote (dye lot) ao comprar os seus novelos para evitar saltos de cor.',
|
|
295
|
+
schemeSleeveLabel: 'Mangas',
|
|
296
|
+
schemeSleeveEach: 'cada',
|
|
297
|
+
schemeBodyLabel: 'Corpo',
|
|
298
|
+
schemeTotalHat: 'Total Gorro',
|
|
299
|
+
schemeTotalFlat: 'Total Peça',
|
|
300
|
+
schemeTotalSocks: 'Total Par',
|
|
301
|
+
sizeLabels: {
|
|
302
|
+
sweater: ['S', 'M', 'L', 'XL'],
|
|
303
|
+
cardigan: ['S', 'M', 'L', 'XL'],
|
|
304
|
+
hat: ['Criança', 'S', 'M', 'L'],
|
|
305
|
+
scarf: ['Mini', 'M', 'Grande', 'Maxi'],
|
|
306
|
+
socks: ['Criança', 'Ad. S', 'Ad. M', 'Ad. L'],
|
|
307
|
+
blanket: ['Bebé', 'Sofá', 'Cama 90', 'Cama 150'],
|
|
308
|
+
},
|
|
309
|
+
},
|
|
310
|
+
};
|