@jjlmoya/utils-textiles 1.13.0 → 1.15.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 +1 -1
- package/src/category/i18n/de.ts +2 -2
- package/src/category/i18n/en.ts +2 -2
- package/src/category/i18n/es.ts +2 -2
- package/src/category/i18n/fr.ts +9 -9
- package/src/category/i18n/id.ts +2 -2
- package/src/category/i18n/it.ts +2 -2
- package/src/category/i18n/nl.ts +2 -2
- package/src/category/i18n/pl.ts +3 -3
- package/src/category/i18n/pt.ts +2 -2
- package/src/category/i18n/ru.ts +5 -5
- package/src/category/i18n/sv.ts +3 -3
- package/src/category/i18n/zh.ts +2 -2
- package/src/layouts/PreviewLayout.astro +1 -0
- package/src/pages/[locale]/[slug].astro +30 -14
- package/src/tests/diacritics_density.test.ts +118 -0
- package/src/tests/inverted_punctuation.test.ts +84 -0
- package/src/tests/locale_completeness.test.ts +0 -33
- package/src/tests/no_en_dash.test.ts +70 -0
- package/src/tests/script_density.test.ts +94 -0
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tool/burnTest/bibliography.astro +2 -10
- package/src/tool/burnTest/bibliography.ts +16 -0
- package/src/tool/burnTest/i18n/de.ts +5 -19
- package/src/tool/burnTest/i18n/en.ts +2 -16
- package/src/tool/burnTest/i18n/es.ts +2 -16
- package/src/tool/burnTest/i18n/fr.ts +5 -19
- package/src/tool/burnTest/i18n/id.ts +2 -16
- package/src/tool/burnTest/i18n/it.ts +2 -16
- package/src/tool/burnTest/i18n/ja.ts +2 -16
- package/src/tool/burnTest/i18n/ko.ts +2 -16
- package/src/tool/burnTest/i18n/nl.ts +2 -16
- package/src/tool/burnTest/i18n/pl.ts +5 -19
- package/src/tool/burnTest/i18n/pt.ts +2 -16
- package/src/tool/burnTest/i18n/ru.ts +8 -22
- package/src/tool/burnTest/i18n/sv.ts +2 -16
- package/src/tool/burnTest/i18n/tr.ts +2 -16
- package/src/tool/burnTest/i18n/zh.ts +5 -19
- package/src/tool/burnTest/index.ts +1 -0
- package/src/tool/burnTest/seo.astro +2 -27
- package/src/tool/clothingSizeConverter/bibliography.astro +2 -10
- package/src/tool/clothingSizeConverter/bibliography.ts +10 -0
- package/src/tool/clothingSizeConverter/i18n/de.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/en.ts +3 -11
- package/src/tool/clothingSizeConverter/i18n/es.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/fr.ts +8 -16
- package/src/tool/clothingSizeConverter/i18n/id.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/it.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/ja.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/ko.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/nl.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/pl.ts +3 -11
- package/src/tool/clothingSizeConverter/i18n/pt.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/ru.ts +4 -12
- package/src/tool/clothingSizeConverter/i18n/sv.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/tr.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/zh.ts +3 -11
- package/src/tool/clothingSizeConverter/index.ts +1 -0
- package/src/tool/clothingSizeConverter/seo.astro +2 -27
- package/src/tool/fabricProjectCalculator/bibliography.astro +2 -10
- package/src/tool/fabricProjectCalculator/bibliography.ts +16 -0
- package/src/tool/fabricProjectCalculator/component.astro +2 -3
- package/src/tool/fabricProjectCalculator/fabric-project-calculator.css +63 -1
- package/src/tool/fabricProjectCalculator/i18n/de.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/en.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/es.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/fr.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/id.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/it.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/ja.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/ko.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/nl.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/pl.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/pt.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/ru.ts +4 -18
- package/src/tool/fabricProjectCalculator/i18n/sv.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/tr.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/zh.ts +3 -17
- package/src/tool/fabricProjectCalculator/index.ts +1 -0
- package/src/tool/fabricProjectCalculator/seo.astro +2 -27
- package/src/tool/fabricTruth/bibliography.astro +2 -10
- package/src/tool/fabricTruth/bibliography.ts +16 -0
- package/src/tool/fabricTruth/i18n/de.ts +3 -17
- package/src/tool/fabricTruth/i18n/en.ts +3 -17
- package/src/tool/fabricTruth/i18n/es.ts +3 -17
- package/src/tool/fabricTruth/i18n/fr.ts +15 -29
- package/src/tool/fabricTruth/i18n/id.ts +3 -17
- package/src/tool/fabricTruth/i18n/it.ts +3 -17
- package/src/tool/fabricTruth/i18n/ja.ts +3 -17
- package/src/tool/fabricTruth/i18n/ko.ts +3 -17
- package/src/tool/fabricTruth/i18n/nl.ts +3 -17
- package/src/tool/fabricTruth/i18n/pl.ts +3 -17
- package/src/tool/fabricTruth/i18n/pt.ts +3 -17
- package/src/tool/fabricTruth/i18n/ru.ts +13 -27
- package/src/tool/fabricTruth/i18n/sv.ts +3 -17
- package/src/tool/fabricTruth/i18n/tr.ts +3 -17
- package/src/tool/fabricTruth/i18n/zh.ts +11 -25
- package/src/tool/fabricTruth/index.ts +1 -0
- package/src/tool/fabricTruth/seo.astro +2 -27
- package/src/tool/fiberPrep/bibliography.astro +2 -10
- package/src/tool/fiberPrep/bibliography.ts +12 -0
- package/src/tool/fiberPrep/fiber-preparation-natural-dyeing.css +130 -11
- package/src/tool/fiberPrep/i18n/de.ts +2 -12
- package/src/tool/fiberPrep/i18n/en.ts +2 -12
- package/src/tool/fiberPrep/i18n/es.ts +2 -12
- package/src/tool/fiberPrep/i18n/fr.ts +6 -16
- package/src/tool/fiberPrep/i18n/id.ts +2 -12
- package/src/tool/fiberPrep/i18n/it.ts +2 -12
- package/src/tool/fiberPrep/i18n/ja.ts +2 -12
- package/src/tool/fiberPrep/i18n/ko.ts +2 -12
- package/src/tool/fiberPrep/i18n/nl.ts +2 -12
- package/src/tool/fiberPrep/i18n/pl.ts +2 -12
- package/src/tool/fiberPrep/i18n/pt.ts +2 -12
- package/src/tool/fiberPrep/i18n/ru.ts +5 -15
- package/src/tool/fiberPrep/i18n/sv.ts +2 -12
- package/src/tool/fiberPrep/i18n/tr.ts +2 -12
- package/src/tool/fiberPrep/i18n/zh.ts +4 -14
- package/src/tool/fiberPrep/index.ts +1 -0
- package/src/tool/fiberPrep/seo.astro +2 -27
- package/src/tool/knittingGauge/bibliography.astro +2 -10
- package/src/tool/knittingGauge/bibliography.ts +12 -0
- package/src/tool/knittingGauge/i18n/de.ts +2 -12
- package/src/tool/knittingGauge/i18n/en.ts +2 -12
- package/src/tool/knittingGauge/i18n/es.ts +2 -12
- package/src/tool/knittingGauge/i18n/fr.ts +2 -12
- package/src/tool/knittingGauge/i18n/id.ts +2 -12
- package/src/tool/knittingGauge/i18n/it.ts +2 -12
- package/src/tool/knittingGauge/i18n/ja.ts +2 -12
- package/src/tool/knittingGauge/i18n/ko.ts +2 -12
- package/src/tool/knittingGauge/i18n/nl.ts +2 -12
- package/src/tool/knittingGauge/i18n/pl.ts +2 -12
- package/src/tool/knittingGauge/i18n/pt.ts +2 -12
- package/src/tool/knittingGauge/i18n/ru.ts +8 -18
- package/src/tool/knittingGauge/i18n/sv.ts +2 -12
- package/src/tool/knittingGauge/i18n/tr.ts +2 -12
- package/src/tool/knittingGauge/i18n/zh.ts +3 -13
- package/src/tool/knittingGauge/index.ts +1 -0
- package/src/tool/knittingGauge/seo.astro +2 -27
- package/src/tool/laundryGuide/bibliography.astro +2 -10
- package/src/tool/laundryGuide/bibliography.ts +6 -0
- package/src/tool/laundryGuide/i18n/de.ts +3 -7
- package/src/tool/laundryGuide/i18n/en.ts +3 -7
- package/src/tool/laundryGuide/i18n/es.ts +3 -7
- package/src/tool/laundryGuide/i18n/fr.ts +14 -18
- package/src/tool/laundryGuide/i18n/id.ts +3 -7
- package/src/tool/laundryGuide/i18n/it.ts +3 -7
- package/src/tool/laundryGuide/i18n/ja.ts +2 -6
- package/src/tool/laundryGuide/i18n/ko.ts +2 -6
- package/src/tool/laundryGuide/i18n/nl.ts +3 -7
- package/src/tool/laundryGuide/i18n/pl.ts +4 -8
- package/src/tool/laundryGuide/i18n/pt.ts +3 -7
- package/src/tool/laundryGuide/i18n/ru.ts +8 -12
- package/src/tool/laundryGuide/i18n/sv.ts +3 -7
- package/src/tool/laundryGuide/i18n/tr.ts +2 -6
- package/src/tool/laundryGuide/i18n/zh.ts +4 -8
- package/src/tool/laundryGuide/index.ts +1 -0
- package/src/tool/laundryGuide/seo.astro +2 -27
- package/src/tool/needleConverter/bibliography.astro +2 -10
- package/src/tool/needleConverter/bibliography.ts +12 -0
- package/src/tool/needleConverter/i18n/de.ts +2 -12
- package/src/tool/needleConverter/i18n/en.ts +2 -12
- package/src/tool/needleConverter/i18n/es.ts +2 -12
- package/src/tool/needleConverter/i18n/fr.ts +7 -17
- package/src/tool/needleConverter/i18n/id.ts +2 -12
- package/src/tool/needleConverter/i18n/it.ts +2 -12
- package/src/tool/needleConverter/i18n/ja.ts +2 -12
- package/src/tool/needleConverter/i18n/ko.ts +2 -12
- package/src/tool/needleConverter/i18n/nl.ts +2 -12
- package/src/tool/needleConverter/i18n/pl.ts +2 -12
- package/src/tool/needleConverter/i18n/pt.ts +2 -12
- package/src/tool/needleConverter/i18n/ru.ts +6 -16
- package/src/tool/needleConverter/i18n/sv.ts +2 -12
- package/src/tool/needleConverter/i18n/tr.ts +2 -12
- package/src/tool/needleConverter/i18n/zh.ts +2 -12
- package/src/tool/needleConverter/index.ts +1 -0
- package/src/tool/needleConverter/seo.astro +1 -1
- package/src/tool/sewingPatternScaler/bibliography.astro +2 -10
- package/src/tool/sewingPatternScaler/bibliography.ts +12 -0
- package/src/tool/sewingPatternScaler/i18n/de.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/en.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/es.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/fr.ts +4 -14
- package/src/tool/sewingPatternScaler/i18n/id.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/it.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/ja.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/ko.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/nl.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/pl.ts +4 -14
- package/src/tool/sewingPatternScaler/i18n/pt.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/ru.ts +9 -19
- package/src/tool/sewingPatternScaler/i18n/sv.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/tr.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/zh.ts +5 -15
- package/src/tool/sewingPatternScaler/index.ts +1 -0
- package/src/tool/sewingPatternScaler/seo.astro +2 -36
- package/src/tool/shoeSizeConverter/bibliography.astro +2 -10
- package/src/tool/shoeSizeConverter/bibliography.ts +7 -0
- package/src/tool/shoeSizeConverter/i18n/de.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/en.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/es.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/fr.ts +3 -8
- package/src/tool/shoeSizeConverter/i18n/id.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/it.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/ja.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/ko.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/nl.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/pl.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/pt.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/ru.ts +6 -11
- package/src/tool/shoeSizeConverter/i18n/sv.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/tr.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/zh.ts +5 -10
- package/src/tool/shoeSizeConverter/index.ts +1 -0
- package/src/tool/shoeSizeConverter/seo.astro +2 -27
- package/src/tool/stainChemistry/bibliography.astro +2 -10
- package/src/tool/stainChemistry/bibliography.ts +16 -0
- package/src/tool/stainChemistry/i18n/de.ts +5 -19
- package/src/tool/stainChemistry/i18n/en.ts +5 -19
- package/src/tool/stainChemistry/i18n/es.ts +5 -19
- package/src/tool/stainChemistry/i18n/fr.ts +8 -22
- package/src/tool/stainChemistry/i18n/id.ts +5 -19
- package/src/tool/stainChemistry/i18n/it.ts +5 -19
- package/src/tool/stainChemistry/i18n/ja.ts +5 -19
- package/src/tool/stainChemistry/i18n/ko.ts +5 -19
- package/src/tool/stainChemistry/i18n/nl.ts +5 -19
- package/src/tool/stainChemistry/i18n/pl.ts +5 -19
- package/src/tool/stainChemistry/i18n/pt.ts +5 -19
- package/src/tool/stainChemistry/i18n/ru.ts +9 -23
- package/src/tool/stainChemistry/i18n/sv.ts +5 -19
- package/src/tool/stainChemistry/i18n/tr.ts +5 -19
- package/src/tool/stainChemistry/i18n/zh.ts +9 -23
- package/src/tool/stainChemistry/index.ts +1 -0
- package/src/tool/stainChemistry/seo.astro +2 -27
- package/src/tool/yarnCalculator/bibliography.astro +2 -10
- package/src/tool/yarnCalculator/bibliography.ts +16 -0
- package/src/tool/yarnCalculator/i18n/de.ts +2 -16
- package/src/tool/yarnCalculator/i18n/en.ts +2 -16
- package/src/tool/yarnCalculator/i18n/es.ts +2 -16
- package/src/tool/yarnCalculator/i18n/fr.ts +6 -20
- package/src/tool/yarnCalculator/i18n/id.ts +2 -16
- package/src/tool/yarnCalculator/i18n/it.ts +2 -16
- package/src/tool/yarnCalculator/i18n/ja.ts +2 -16
- package/src/tool/yarnCalculator/i18n/ko.ts +2 -16
- package/src/tool/yarnCalculator/i18n/nl.ts +2 -16
- package/src/tool/yarnCalculator/i18n/pl.ts +2 -16
- package/src/tool/yarnCalculator/i18n/pt.ts +2 -16
- package/src/tool/yarnCalculator/i18n/ru.ts +9 -23
- package/src/tool/yarnCalculator/i18n/sv.ts +2 -16
- package/src/tool/yarnCalculator/i18n/tr.ts +2 -16
- package/src/tool/yarnCalculator/i18n/zh.ts +7 -21
- package/src/tool/yarnCalculator/index.ts +1 -0
- package/src/tool/yarnCalculator/seo.astro +2 -1
- package/src/types.ts +2 -4
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'fiber-preparation-natural-dyeing';
|
|
@@ -21,10 +22,10 @@ const faqData = [
|
|
|
21
22
|
{
|
|
22
23
|
question: '处理动物纤维和植物纤维有什么区别?',
|
|
23
24
|
answer:
|
|
24
|
-
'
|
|
25
|
+
'动物纤维(羊毛等蛋白质纤维)单独使用明矾的效果非常好。植物纤维(棉或麻等纤维素纤维)则需要先经过单宁处理,以"诱导"纤维接受金属媒染剂。',
|
|
25
26
|
},
|
|
26
27
|
{
|
|
27
|
-
question: '
|
|
28
|
+
question: '染色中的"升温程序(Thermal Ramp)"是什么?',
|
|
28
29
|
answer:
|
|
29
30
|
'它是指染浴温度的逐渐升高(约每分钟 1-2°C)。这对避免热冲击至关重要,特别是对于羊毛,如果温度变化过快,会发生缩绒(毡化),导致纤维板结。',
|
|
30
31
|
},
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: '常见问题',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'La Escuela Artesana - Taller de Tintes Naturales sobre Lana',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - 纺织艺术家与天然染色',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
import {
|
|
3
|
-
SEOTitle,
|
|
4
|
-
SEOCard,
|
|
5
|
-
SEOTip,
|
|
6
|
-
SEOList,
|
|
7
|
-
SEOArticle
|
|
8
|
-
} from '@jjlmoya/utils-shared';
|
|
2
|
+
import { SEORenderer } from '@jjlmoya/utils-shared';
|
|
9
3
|
import { fiberPrep } from './index';
|
|
10
4
|
import type { KnownLocale } from '../../types';
|
|
11
5
|
|
|
@@ -16,25 +10,6 @@ interface Props {
|
|
|
16
10
|
const { locale = 'es' } = Astro.props;
|
|
17
11
|
const content = await fiberPrep.i18n[locale]?.();
|
|
18
12
|
if (!content) return null;
|
|
19
|
-
|
|
20
|
-
const { seo } = content;
|
|
21
13
|
---
|
|
22
14
|
|
|
23
|
-
<
|
|
24
|
-
{seo.map((section: any) => {
|
|
25
|
-
switch (section.type) {
|
|
26
|
-
case 'title':
|
|
27
|
-
return <SEOTitle title={section.text} level={section.level || 2} />;
|
|
28
|
-
case 'paragraph':
|
|
29
|
-
return <p set:html={section.html} />;
|
|
30
|
-
case 'list':
|
|
31
|
-
return <SEOList items={section.items} />;
|
|
32
|
-
case 'card':
|
|
33
|
-
return <SEOCard title={section.title} icon={section.icon}><Fragment set:html={section.html} /></SEOCard>;
|
|
34
|
-
case 'tip':
|
|
35
|
-
return <SEOTip title={section.title}><Fragment set:html={section.html} /></SEOTip>;
|
|
36
|
-
default:
|
|
37
|
-
return null;
|
|
38
|
-
}
|
|
39
|
-
})}
|
|
40
|
-
</SEOArticle>
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from '../../types';
|
|
5
|
-
|
|
6
|
-
interface Props {
|
|
7
|
-
locale?: KnownLocale;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const { locale = 'es' } = Astro.props;
|
|
11
|
-
const content = await knittingGauge.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{
|
|
5
|
+
name: 'The Importance of Gauge - Tin Can Knits',
|
|
6
|
+
url: 'https://blog.tincanknits.com/2013/08/17/gauge/',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'Knitting Gauge: How to Measure Stitches and Rows',
|
|
10
|
+
url: 'https://elizabethsmithknits.com/2020/10/30/how-to-measure-your-gauge-swatch/',
|
|
11
|
+
},
|
|
12
|
+
];
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'strickrechner-maschenprobe-spannung';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Häufig gestellte Fragen',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
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
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'knitting-gauge-calculator';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Frequently Asked Questions',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
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
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculadora-gauge-tension-punto';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Preguntas Frecuentes',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
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
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculateur-tension-tricot';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Questions Fréquentes',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
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
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulator-gauge-tegangan-rajut';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
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
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'calcolatrice-gauge-tensione-maglia';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Domande Frequenti',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
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
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'knitting-gauge-calculator';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'よくある質問',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
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
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'knitting-gauge-calculator';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: '자주 묻는 질문',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
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
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'breimachine-gauge-spanning-calculator';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Veelgestelde Vragen',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
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
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulator-gauge-naprezenia-dzianiny';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Najczęściej Zadawane Pytania',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
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
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculadora-gauge-tensao-tricot';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Perguntas Frequentes',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
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
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulyator-plotnosti-vyazaniya-gauge';
|
|
@@ -16,7 +17,7 @@ const faqData = [
|
|
|
16
17
|
{
|
|
17
18
|
question: 'Как изменение плотности влияет на размер?',
|
|
18
19
|
answer:
|
|
19
|
-
'Если ваша плотность содержит больше петель в сантиметре, чем указано в описании, изделие будет меньше. Если петель меньше
|
|
20
|
+
'Если ваша плотность содержит больше петель в сантиметре, чем указано в описании, изделие будет меньше. Если петель меньше - изделие будет больше. Поэтому жизненно важно пересчитывать петли или менять спицы.',
|
|
20
21
|
},
|
|
21
22
|
{
|
|
22
23
|
question: 'Почему важна подстройка под раппорт (кратность)?',
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Часто задаваемые вопросы',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
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
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -109,7 +99,7 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
109
99
|
},
|
|
110
100
|
{
|
|
111
101
|
type: 'paragraph',
|
|
112
|
-
html: 'Если вы когда-нибудь заканчивали свитер, который выглядел так, будто он предназначен для великана, или шапочку, которая едва прикрывала макушку, вы уже знаете важность <strong>плотности вязания (gauge) или натяжения</strong>. В мире вязания спицами и крючком плотность
|
|
102
|
+
html: 'Если вы когда-нибудь заканчивали свитер, который выглядел так, будто он предназначен для великана, или шапочку, которая едва прикрывала макушку, вы уже знаете важность <strong>плотности вязания (gauge) или натяжения</strong>. В мире вязания спицами и крючком плотность - это соотношение между толщиной пряжи, размером спиц и силой, с которой каждая вязальщица манипулирует нитью. Нет двух одинаковых вязальщиц, и поэтому не существует двух идентичных плотностей.',
|
|
113
103
|
},
|
|
114
104
|
{
|
|
115
105
|
type: 'title',
|
|
@@ -118,7 +108,7 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
118
108
|
},
|
|
119
109
|
{
|
|
120
110
|
type: 'paragraph',
|
|
121
|
-
html: 'Этот калькулятор плотности для вязания
|
|
111
|
+
html: 'Этот калькулятор плотности для вязания - технический инструмент, разработанный для того, чтобы исключить математические догадки и позволить вам сосредоточиться на творчестве. Вводя данные образца из описания и данные вашего собственного образца, вы получите точные корректировки петель и рядов, гарантируя, что ваше конечное изделие будет иметь именно те размеры, которые вы ожидаете.',
|
|
122
112
|
},
|
|
123
113
|
{
|
|
124
114
|
type: 'title',
|
|
@@ -131,7 +121,7 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
131
121
|
'<strong>Свяжите образец:</strong> Не ограничивайтесь 10x10 см. Свяжите как минимум 15x15 см, чтобы края не искажали замеры в центре.',
|
|
132
122
|
'<strong>Заблокируйте образец:</strong> Постирайте и высушите образец так же, как вы поступили бы с готовым изделием. Многие шерстяные волокна расширяются или "растут" при намокании.',
|
|
133
123
|
'<strong>Измеряйте точно:</strong> Используйте жесткую линейку или специальную рамку для измерения плотности. Посчитайте, сколько петель входит по горизонтали и сколько рядов по вертикали.',
|
|
134
|
-
'<strong>Введите данные:</strong> Поместите значения из описания в левую колонку, а ваши реальные значения
|
|
124
|
+
'<strong>Введите данные:</strong> Поместите значения из описания в левую колонку, а ваши реальные значения - в правую. Инструмент автоматически пересчитает, сколько петель вам нужно для достижения желаемой ширины.',
|
|
135
125
|
],
|
|
136
126
|
},
|
|
137
127
|
{
|
|
@@ -141,7 +131,7 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
141
131
|
},
|
|
142
132
|
{
|
|
143
133
|
type: 'paragraph',
|
|
144
|
-
html: 'Коэффициент масштабирования
|
|
134
|
+
html: 'Коэффициент масштабирования - это множитель, который мы применяем к каждой инструкции в описании. Если ваша плотность составляет 22 петли, а в описании требуется 20, ваш коэффициент масштабирования равен 1.1. Это означает, что для получения той же физической ширины вам нужно на 10% больше петель. Отклонение 0-2% идеально, 2-10% умеренно, 10-25% требует обязательного пересчета, а более 25% несет структурный риск.',
|
|
145
135
|
},
|
|
146
136
|
{
|
|
147
137
|
type: 'title',
|
|
@@ -150,7 +140,7 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
150
140
|
},
|
|
151
141
|
{
|
|
152
142
|
type: 'paragraph',
|
|
153
|
-
html: 'Одна из самых больших проблем при пересчете описания
|
|
143
|
+
html: 'Одна из самых больших проблем при пересчете описания - сохранение целостности ажуров, кос или мотивов. Если рисунок повторяется каждые 8 петель, вы не можете просто добавить 3 дополнительные петли; вы должны скорректировать общее количество так, чтобы оно оставалось кратным 8. Функция <strong>подстройки под раппорт</strong> в этом калькуляторе предлагает ближайшее количество петель, которое учитывает архитектуру узора.',
|
|
154
144
|
},
|
|
155
145
|
{
|
|
156
146
|
type: 'tip',
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'stickfasthet-gauge-kalkylator';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Vanliga frågor',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
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
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'orgu-gauge-ilmek-gerginlik-hesaplayici';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Sıkça Sorulan Sorular',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
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
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'knitting-gauge-calculator';
|
|
@@ -26,7 +27,7 @@ const faqData = [
|
|
|
26
27
|
{
|
|
27
28
|
question: '测量前我应该洗样片吗?',
|
|
28
29
|
answer:
|
|
29
|
-
'是的,必须洗。
|
|
30
|
+
'是的,必须洗。 "定型"(洗涤并定型)能让纤维放松,并展示出成衣在第一次穿戴和洗涤后所具有的真实张力。',
|
|
30
31
|
},
|
|
31
32
|
];
|
|
32
33
|
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: '常见问题',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
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
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|