@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
|
|
|
4
5
|
const slug = 'laundry-guide';
|
|
5
6
|
const title = '纺织品护理指南:如何洗涤每种纤维类型';
|
|
@@ -242,7 +243,7 @@ export const content: ToolLocaleContent = {
|
|
|
242
243
|
{ type: 'paragraph', html: '你有多少衣服是在不知不觉中洗坏的?羊毛意外缩水,棉布褪色,丝绸上永远洗不掉的渍迹。大多数人洗衣服时并不了解每种纤维都有特定的需求。' },
|
|
243
244
|
{ type: 'paragraph', html: '我们的<strong>纺织品洗涤指南</strong>为您提供基于衣物实际成分的科学说明。它不是通用的建议,而是具体的科学方案。' },
|
|
244
245
|
{ type: 'title', text: '为什么传统洗涤方法会失败', level: 2 },
|
|
245
|
-
{ type: 'paragraph', html: '你的祖母可能习惯用热水和强力肥皂洗涤一切。这对于 50
|
|
246
|
+
{ type: 'paragraph', html: '你的祖母可能习惯用热水和强力肥皂洗涤一切。这对于 50 年代的厚棉床单行得通,但纺织世界已经变了。现代纤维 - - 从<strong>莱赛尔 (Lyocell)</strong> 到 <strong>氨纶 (Elastane)</strong> - - 需要完全不同的护理方案。' },
|
|
246
247
|
{ type: 'list', items: ['<strong>棉</strong> 耐高温但需要轻柔循环以防缩水。', '<strong>丝绸</strong> 在 30°C 以上容易受损,且建议使用蒸留水。', '<strong>羊毛</strong> 如果用普通洗衣机洗涤可能会变得像石头一样硬。', '<strong>合成纤维</strong> 虽然好打理,但容易产生静电且极易起球。'] },
|
|
247
248
|
{ type: 'title', text: '按纤维类型划分的护理方案', level: 2 },
|
|
248
249
|
{ type: 'title', text: '棉:耐操型', level: 3 },
|
|
@@ -261,15 +262,10 @@ export const content: ToolLocaleContent = {
|
|
|
261
262
|
{ type: 'title', text: '去渍:生存指南', level: 2 },
|
|
262
263
|
{ type: 'paragraph', html: '不同纤维对化学品的反应不同。棉布上的红酒渍用冷水处理;丝绸则需要蒸留水和一块干净的丝绸布。以下是基本原则:' },
|
|
263
264
|
{ type: 'list', items: ['<strong>油脂:</strong> 洗涤前使用干皂,严禁用热水(会固化污渍)。', '<strong>墨水/圆珠笔:</strong> 合成纤维用异丙醇;天然纤维用冷水。', '<strong>血迹:</strong> 务必使用冷水。热量会使其永久固化。', '<strong>红酒/饮料:</strong> 立即冷水冲洗,然后撒盐吸收。'] },
|
|
264
|
-
{ type: 'paragraph', html: '
|
|
265
|
+
{ type: 'paragraph', html: '"少买,优选,使之长久。" 护理得当的衣服可以穿几十年,护理不当的只能穿几个月。' },
|
|
265
266
|
],
|
|
266
|
-
faqTitle: '常见问题',
|
|
267
267
|
faq: faqData,
|
|
268
|
-
|
|
269
|
-
bibliography: [
|
|
270
|
-
{ name: 'ISO 3758 - 纺织品护理符号', url: 'https://www.iso.org/standard/60465.html' },
|
|
271
|
-
{ name: '纺织品标签指南', url: 'https://www.ftc.gov/' },
|
|
272
|
-
],
|
|
268
|
+
bibliography: bibliography,
|
|
273
269
|
howTo: howToData,
|
|
274
270
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
275
271
|
};
|
|
@@ -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 { laundryGuide } 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 laundryGuide.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 needleConverter.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: 'Craft Yarn Council: Needle and Hook Size Chart',
|
|
6
|
+
url: 'https://www.craftyarncouncil.com/standards/hooks-and-needles',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'British Standards Institution: Textiles - Marking of Knitting Needles',
|
|
10
|
+
url: 'https://knowledge.bsigroup.com/products/textile-machinery-knitting-machines-number-of-needles-for-circular-knitting-machines-of-large-nominal-diameter',
|
|
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 { NeedleConverterUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'stricknadel-umrechner';
|
|
@@ -77,19 +78,8 @@ export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: 'Häufig gestellte Fragen',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{
|
|
85
|
-
name: 'Craft Yarn Council: Needle and Hook Size Chart',
|
|
86
|
-
url: 'https://www.craftyarncouncil.com/standards/hooks-and-needles',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'British Standards Institution: Textiles - Marking of Knitting Needles',
|
|
90
|
-
url: 'https://knowledge.bsigroup.com/products/textile-machinery-knitting-machines-number-of-needles-for-circular-knitting-machines-of-large-nominal-diameter',
|
|
91
|
-
},
|
|
92
|
-
],
|
|
82
|
+
bibliography: bibliography,
|
|
93
83
|
howTo: howToData,
|
|
94
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
95
85
|
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 { NeedleConverterUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'knitting-needle-converter';
|
|
@@ -82,19 +83,8 @@ export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
|
82
83
|
slug,
|
|
83
84
|
title,
|
|
84
85
|
description,
|
|
85
|
-
faqTitle: 'Frequently Asked Questions',
|
|
86
86
|
faq: faqData,
|
|
87
|
-
|
|
88
|
-
bibliography: [
|
|
89
|
-
{
|
|
90
|
-
name: 'Craft Yarn Council: Needle and Hook Size Chart',
|
|
91
|
-
url: 'https://www.craftyarncouncil.com/standards/hooks-and-needles',
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
name: 'British Standards Institution: Textiles - Marking of Knitting Needles',
|
|
95
|
-
url: 'https://knowledge.bsigroup.com/products/textile-machinery-knitting-machines-number-of-needles-for-circular-knitting-machines-of-large-nominal-diameter',
|
|
96
|
-
},
|
|
97
|
-
],
|
|
87
|
+
bibliography: bibliography,
|
|
98
88
|
howTo: howToData,
|
|
99
89
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
100
90
|
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 { NeedleConverterUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'conversor-agujas-punto';
|
|
@@ -82,19 +83,8 @@ export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
|
82
83
|
slug,
|
|
83
84
|
title,
|
|
84
85
|
description,
|
|
85
|
-
faqTitle: 'Preguntas Frecuentes',
|
|
86
86
|
faq: faqData,
|
|
87
|
-
|
|
88
|
-
bibliography: [
|
|
89
|
-
{
|
|
90
|
-
name: 'Craft Yarn Council: Needle and Hook Size Chart',
|
|
91
|
-
url: 'https://www.craftyarncouncil.com/standards/hooks-and-needles',
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
name: 'British Standards Institution: Textiles - Marking of Knitting Needles',
|
|
95
|
-
url: 'https://knowledge.bsigroup.com/products/textile-machinery-knitting-machines-number-of-needles-for-circular-knitting-machines-of-large-nominal-diameter',
|
|
96
|
-
},
|
|
97
|
-
],
|
|
87
|
+
bibliography: bibliography,
|
|
98
88
|
howTo: howToData,
|
|
99
89
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
100
90
|
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 { NeedleConverterUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'convertisseur-aiguilles-tricot';
|
|
@@ -11,7 +12,7 @@ const faqData = [
|
|
|
11
12
|
{
|
|
12
13
|
question: 'Pourquoi existe-t-il différents systèmes de tailles d\'aiguilles ?',
|
|
13
14
|
answer:
|
|
14
|
-
'Historiquement, chaque pays a développé son propre système. Le système métrique (mm) est la norme internationale la plus précise. Le système US utilise une numérotation progressive (0-50), tandis que le système UK utilise une numérotation inverse
|
|
15
|
+
'Historiquement, chaque pays a développé son propre système. Le système métrique (mm) est la norme internationale la plus précise. Le système US utilise une numérotation progressive (0-50), tandis que le système UK utilise une numérotation inverse: plus le numéro est élevé, plus l\'aiguille est fine.',
|
|
15
16
|
},
|
|
16
17
|
{
|
|
17
18
|
question: 'Les tailles de crochet et de tricot en US sont-elles les mêmes ?',
|
|
@@ -41,7 +42,7 @@ const howToData = [
|
|
|
41
42
|
},
|
|
42
43
|
{
|
|
43
44
|
name: 'Lisez les équivalences',
|
|
44
|
-
text: 'Consultez les résultats en temps réel
|
|
45
|
+
text: 'Consultez les résultats en temps réel: millimètres, taille US et taille UK, ainsi que la catégorie de fil recommandée et son WPI.',
|
|
45
46
|
},
|
|
46
47
|
];
|
|
47
48
|
|
|
@@ -82,25 +83,14 @@ export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
|
82
83
|
slug,
|
|
83
84
|
title,
|
|
84
85
|
description,
|
|
85
|
-
faqTitle: 'Questions Fréquentes',
|
|
86
86
|
faq: faqData,
|
|
87
|
-
|
|
88
|
-
bibliography: [
|
|
89
|
-
{
|
|
90
|
-
name: 'Craft Yarn Council: Needle and Hook Size Chart',
|
|
91
|
-
url: 'https://www.craftyarncouncil.com/standards/hooks-and-needles',
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
name: 'British Standards Institution: Textiles - Marking of Knitting Needles',
|
|
95
|
-
url: 'https://knowledge.bsigroup.com/products/textile-machinery-knitting-machines-number-of-needles-for-circular-knitting-machines-of-large-nominal-diameter',
|
|
96
|
-
},
|
|
97
|
-
],
|
|
87
|
+
bibliography: bibliography,
|
|
98
88
|
howTo: howToData,
|
|
99
89
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
100
90
|
seo: [
|
|
101
91
|
{
|
|
102
92
|
type: 'title',
|
|
103
|
-
text: 'Guide Technique des Aiguilles à Tricoter et Crochets
|
|
93
|
+
text: 'Guide Technique des Aiguilles à Tricoter et Crochets: Systèmes, Calibres et Équivalences',
|
|
104
94
|
level: 2,
|
|
105
95
|
},
|
|
106
96
|
{
|
|
@@ -149,8 +139,8 @@ export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
|
149
139
|
},
|
|
150
140
|
{
|
|
151
141
|
type: 'tip',
|
|
152
|
-
title: 'Technique Professionnelle
|
|
153
|
-
html: '<p>Il existe une famille de crochets pour les fils de coton mercerisé extrêmement fins. Ce sont les <strong>Steel Hooks (Crochets en Acier)</strong>. Contrairement aux crochets en aluminium, leur numérotation est spécifique et inverse
|
|
142
|
+
title: 'Technique Professionnelle: Les Crochets en Acier',
|
|
143
|
+
html: '<p>Il existe une famille de crochets pour les fils de coton mercerisé extrêmement fins. Ce sont les <strong>Steel Hooks (Crochets en Acier)</strong>. Contrairement aux crochets en aluminium, leur numérotation est spécifique et inverse: un crochet en acier #14 (0,6mm) est beaucoup plus fin qu\'un #00 (3,5mm). N\'utilisez jamais le tableau standard pour ces calibres.</p>',
|
|
154
144
|
},
|
|
155
145
|
{
|
|
156
146
|
type: 'diagnostic',
|
|
@@ -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 { NeedleConverterUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'konverter-jarum-rajut';
|
|
@@ -77,19 +78,8 @@ export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{
|
|
85
|
-
name: 'Craft Yarn Council: Needle and Hook Size Chart',
|
|
86
|
-
url: 'https://www.craftyarncouncil.com/standards/hooks-and-needles',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'British Standards Institution: Textiles - Marking of Knitting Needles',
|
|
90
|
-
url: 'https://knowledge.bsigroup.com/products/textile-machinery-knitting-machines-number-of-needles-for-circular-knitting-machines-of-large-nominal-diameter',
|
|
91
|
-
},
|
|
92
|
-
],
|
|
82
|
+
bibliography: bibliography,
|
|
93
83
|
howTo: howToData,
|
|
94
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
95
85
|
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 { NeedleConverterUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'convertitore-aghi-maglia';
|
|
@@ -77,19 +78,8 @@ export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: 'Domande Frequenti',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{
|
|
85
|
-
name: 'Craft Yarn Council: Needle and Hook Size Chart',
|
|
86
|
-
url: 'https://www.craftyarncouncil.com/standards/hooks-and-needles',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'British Standards Institution: Textiles - Marking of Knitting Needles',
|
|
90
|
-
url: 'https://knowledge.bsigroup.com/products/textile-machinery-knitting-machines-number-of-needles-for-circular-knitting-machines-of-large-nominal-diameter',
|
|
91
|
-
},
|
|
92
|
-
],
|
|
82
|
+
bibliography: bibliography,
|
|
93
83
|
howTo: howToData,
|
|
94
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
95
85
|
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 { NeedleConverterUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'knitting-needle-converter';
|
|
@@ -77,19 +78,8 @@ export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: 'よくある質問',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{
|
|
85
|
-
name: 'Craft Yarn Council: Needle and Hook Size Chart',
|
|
86
|
-
url: 'https://www.craftyarncouncil.com/standards/hooks-and-needles',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'British Standards Institution: Textiles - Marking of Knitting Needles',
|
|
90
|
-
url: 'https://knowledge.bsigroup.com/products/textile-machinery-knitting-machines-number-of-needles-for-circular-knitting-machines-of-large-nominal-diameter',
|
|
91
|
-
},
|
|
92
|
-
],
|
|
82
|
+
bibliography: bibliography,
|
|
93
83
|
howTo: howToData,
|
|
94
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
95
85
|
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 { NeedleConverterUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'knitting-needle-converter';
|
|
@@ -77,19 +78,8 @@ export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: '자주 묻는 질문',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{
|
|
85
|
-
name: 'Craft Yarn Council: Needle and Hook Size Chart',
|
|
86
|
-
url: 'https://www.craftyarncouncil.com/standards/hooks-and-needles',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'British Standards Institution: Textiles - Marking of Knitting Needles',
|
|
90
|
-
url: 'https://knowledge.bsigroup.com/products/textile-machinery-knitting-machines-number-of-needles-for-circular-knitting-machines-of-large-nominal-diameter',
|
|
91
|
-
},
|
|
92
|
-
],
|
|
82
|
+
bibliography: bibliography,
|
|
93
83
|
howTo: howToData,
|
|
94
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
95
85
|
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 { NeedleConverterUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'breinaalden-omzetter';
|
|
@@ -77,19 +78,8 @@ export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: 'Veelgestelde Vragen',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{
|
|
85
|
-
name: 'Craft Yarn Council: Needle and Hook Size Chart',
|
|
86
|
-
url: 'https://www.craftyarncouncil.com/standards/hooks-and-needles',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'British Standards Institution: Textiles - Marking of Knitting Needles',
|
|
90
|
-
url: 'https://knowledge.bsigroup.com/products/textile-machinery-knitting-machines-number-of-needles-for-circular-knitting-machines-of-large-nominal-diameter',
|
|
91
|
-
},
|
|
92
|
-
],
|
|
82
|
+
bibliography: bibliography,
|
|
93
83
|
howTo: howToData,
|
|
94
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
95
85
|
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 { NeedleConverterUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'konwerter-drutow-i-szydelek';
|
|
@@ -77,19 +78,8 @@ export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: 'Najczęściej Zadawane Pytania',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{
|
|
85
|
-
name: 'Craft Yarn Council: Needle and Hook Size Chart',
|
|
86
|
-
url: 'https://www.craftyarncouncil.com/standards/hooks-and-needles',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'British Standards Institution: Textiles - Marking of Knitting Needles',
|
|
90
|
-
url: 'https://knowledge.bsigroup.com/products/textile-machinery-knitting-machines-number-of-needles-for-circular-knitting-machines-of-large-nominal-diameter',
|
|
91
|
-
},
|
|
92
|
-
],
|
|
82
|
+
bibliography: bibliography,
|
|
93
83
|
howTo: howToData,
|
|
94
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
95
85
|
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 { NeedleConverterUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'conversor-agulhas-tricot';
|
|
@@ -77,19 +78,8 @@ export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: 'Perguntas Frequentes',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{
|
|
85
|
-
name: 'Craft Yarn Council: Needle and Hook Size Chart',
|
|
86
|
-
url: 'https://www.craftyarncouncil.com/standards/hooks-and-needles',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'British Standards Institution: Textiles - Marking of Knitting Needles',
|
|
90
|
-
url: 'https://knowledge.bsigroup.com/products/textile-machinery-knitting-machines-number-of-needles-for-circular-knitting-machines-of-large-nominal-diameter',
|
|
91
|
-
},
|
|
92
|
-
],
|
|
82
|
+
bibliography: bibliography,
|
|
93
83
|
howTo: howToData,
|
|
94
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
95
85
|
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 { NeedleConverterUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'konverter-razmerov-spic';
|
|
@@ -9,7 +10,7 @@ const description = 'Преобразуйте размеры спиц между
|
|
|
9
10
|
const faqData = [
|
|
10
11
|
{
|
|
11
12
|
question: 'Почему существуют разные системы размеров спиц?',
|
|
12
|
-
answer: 'Исторически сложилось так, что каждая страна разрабатывала свою систему. Метрическая система (мм)
|
|
13
|
+
answer: 'Исторически сложилось так, что каждая страна разрабатывала свою систему. Метрическая система (мм) - самый точный международный стандарт. В системе US используется прогрессивная нумерация (0-50), в то время как в системе UK - обратная: чем выше число, тем тоньше спица.',
|
|
13
14
|
},
|
|
14
15
|
{
|
|
15
16
|
question: 'Одинаковы ли размеры крючков и спиц в системе US?',
|
|
@@ -77,19 +78,8 @@ export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: 'Часто задаваемые вопросы',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{
|
|
85
|
-
name: 'Craft Yarn Council: Needle and Hook Size Chart',
|
|
86
|
-
url: 'https://www.craftyarncouncil.com/standards/hooks-and-needles',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'British Standards Institution: Textiles - Marking of Knitting Needles',
|
|
90
|
-
url: 'https://knowledge.bsigroup.com/products/textile-machinery-knitting-machines-number-of-needles-for-circular-knitting-machines-of-large-nominal-diameter',
|
|
91
|
-
},
|
|
92
|
-
],
|
|
82
|
+
bibliography: bibliography,
|
|
93
83
|
howTo: howToData,
|
|
94
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
95
85
|
seo: [
|
|
@@ -122,7 +112,7 @@ export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
|
122
112
|
rows: [
|
|
123
113
|
['<strong>Метрическая (мм)</strong>', 'Точный диаметр в мм', 'Европа / Весь мир', 'Самый надежный стандарт ISO. Постоянный шаг 0.25 мм или 0.50 мм.'],
|
|
124
114
|
['<strong>US (США)</strong>', 'Прогрессивная нумерация', 'Северная Америка', 'Используются числа от 0 до 50. В крючках числа сочетаются с буквами (B-1, G-6).'],
|
|
125
|
-
['<strong>UK (Имперская)</strong>', 'Обратная нумерация', 'Великобритания / Австралия', 'Основана на калибре проволоки. Чем больше число, тем тоньше спица (14
|
|
115
|
+
['<strong>UK (Имперская)</strong>', 'Обратная нумерация', 'Великобритания / Австралия', 'Основана на калибре проволоки. Чем больше число, тем тоньше спица (14 - тонкая, 0 - толстая).'],
|
|
126
116
|
],
|
|
127
117
|
},
|
|
128
118
|
{
|
|
@@ -153,7 +143,7 @@ export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
|
153
143
|
title: 'Контрольный список для правильного подбора калибра',
|
|
154
144
|
icon: 'mdi:check-circle-outline',
|
|
155
145
|
badge: 'Техническая валидация',
|
|
156
|
-
html: '<p>Следуйте этим шагам перед началом большого проекта:</p><ul><li><strong>Индивидуальная плотность:</strong> Если вы вяжете туго, увеличьте размер на 0.5 мм. Если свободно
|
|
146
|
+
html: '<p>Следуйте этим шагам перед началом большого проекта:</p><ul><li><strong>Индивидуальная плотность:</strong> Если вы вяжете туго, увеличьте размер на 0.5 мм. Если свободно - уменьшите на 0.5 мм.</li><li><strong>Материал спиц:</strong> Бамбук для скользких нитей; металл для ворсистой шерсти.</li><li><strong>Тип волокна:</strong> Хлопок не тянется; меринос расширяется после ВТО (блокировки).</li><li><strong>Образец:</strong> Свяжите квадрат 10х10 см и постирайте его перед окончательными измерениями.</li></ul>',
|
|
157
147
|
},
|
|
158
148
|
{
|
|
159
149
|
type: 'proscons',
|
|
@@ -177,7 +167,7 @@ export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
|
177
167
|
items: [
|
|
178
168
|
{ term: 'Gauge Swatch', definition: 'Контрольный образец (10х10 см), связанный до начала проекта для проверки реальной плотности.' },
|
|
179
169
|
{ term: 'Hook Throat', definition: 'Бородка (головка) крючка. Ее глубина определяет, какой объем пряжи может захватить крючок.' },
|
|
180
|
-
{ term: 'Block Testing', definition: 'Процесс увлажнения и растяжки полотна, чтобы волокна
|
|
170
|
+
{ term: 'Block Testing', definition: 'Процесс увлажнения и растяжки полотна, чтобы волокна "расслабились" и проявился истинный размер.' },
|
|
181
171
|
],
|
|
182
172
|
},
|
|
183
173
|
{
|
|
@@ -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 { NeedleConverterUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'stick-virknals-konverterare';
|
|
@@ -77,19 +78,8 @@ export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: 'Vanliga frågor',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{
|
|
85
|
-
name: 'Craft Yarn Council: Needle and Hook Size Chart',
|
|
86
|
-
url: 'https://www.craftyarncouncil.com/standards/hooks-and-needles',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'British Standards Institution: Textiles - Marking of Knitting Needles',
|
|
90
|
-
url: 'https://knowledge.bsigroup.com/products/textile-machinery-knitting-machines-number-of-needles-for-circular-knitting-machines-of-large-nominal-diameter',
|
|
91
|
-
},
|
|
92
|
-
],
|
|
82
|
+
bibliography: bibliography,
|
|
93
83
|
howTo: howToData,
|
|
94
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
95
85
|
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 { NeedleConverterUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'orgu-sisi-tig-donusturucu';
|
|
@@ -77,19 +78,8 @@ export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: 'Sıkça Sorulan Sorular',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{
|
|
85
|
-
name: 'Craft Yarn Council: Needle and Hook Size Chart',
|
|
86
|
-
url: 'https://www.craftyarncouncil.com/standards/hooks-and-needles',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'British Standards Institution: Textiles - Marking of Knitting Needles',
|
|
90
|
-
url: 'https://knowledge.bsigroup.com/products/textile-machinery-knitting-machines-number-of-needles-for-circular-knitting-machines-of-large-nominal-diameter',
|
|
91
|
-
},
|
|
92
|
-
],
|
|
82
|
+
bibliography: bibliography,
|
|
93
83
|
howTo: howToData,
|
|
94
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
95
85
|
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 { NeedleConverterUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'knitting-needle-converter';
|
|
@@ -77,19 +78,8 @@ export const content: ToolLocaleContent<NeedleConverterUI> = {
|
|
|
77
78
|
slug,
|
|
78
79
|
title,
|
|
79
80
|
description,
|
|
80
|
-
faqTitle: '常见问题',
|
|
81
81
|
faq: faqData,
|
|
82
|
-
|
|
83
|
-
bibliography: [
|
|
84
|
-
{
|
|
85
|
-
name: 'Craft Yarn Council: Needle and Hook Size Chart',
|
|
86
|
-
url: 'https://www.craftyarncouncil.com/standards/hooks-and-needles',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'British Standards Institution: Textiles - Marking of Knitting Needles',
|
|
90
|
-
url: 'https://knowledge.bsigroup.com/products/textile-machinery-knitting-machines-number-of-needles-for-circular-knitting-machines-of-large-nominal-diameter',
|
|
91
|
-
},
|
|
92
|
-
],
|
|
82
|
+
bibliography: bibliography,
|
|
93
83
|
howTo: howToData,
|
|
94
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
95
85
|
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 sewingPatternScaler.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|