@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,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 { knittingGauge } 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 knittingGauge.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 laundryGuide.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{ name: 'ISO 3758 - Textile Care Symbols', url: 'https://www.iso.org/standard/60465.html' },
|
|
5
|
+
{ name: 'FTC - Textile Care Labels', url: 'https://www.ftc.gov/' },
|
|
6
|
+
];
|
|
@@ -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 = 'textilpflege-leitfaden';
|
|
5
6
|
const title = 'Textilpflege Leitfaden: So waschen Sie jeden Fasertyp';
|
|
@@ -242,7 +243,7 @@ export const content: ToolLocaleContent = {
|
|
|
242
243
|
{ type: 'paragraph', html: 'Wie viele Kleidungsstücke haben Sie unbewusst ruiniert? Ein versehentliches Einlaufen von Wolle, verblassende Farben bei Baumwolle oder ein Fleck in Seide, der nie wieder rausgeht. Die meisten Menschen waschen Kleidung, ohne zu verstehen, dass jede Faser spezifische Bedürfnisse hat.' },
|
|
243
244
|
{ type: 'paragraph', html: 'Unser <strong>Textilpflege-Leitfaden</strong> bietet Ihnen wissenschaftlich fundierte Anweisungen basierend auf der tatsächlichen Zusammensetzung Ihres Kleidungsstücks. Nicht oberflächlich, sondern spezifisch. Kein bloßer Ratschlag, sondern Wissenschaft.' },
|
|
244
245
|
{ type: 'title', text: 'Warum die traditionelle Methode scheitert', level: 2 },
|
|
245
|
-
{ type: 'paragraph', html: 'Ihre Großmutter hat wahrscheinlich alles in heißem Wasser mit starker Seife gewaschen. Das funktionierte für die dicken Baumwolllaken der 50er Jahre, aber die Textilwelt hat sich verändert. Moderne Fasern
|
|
246
|
+
{ type: 'paragraph', html: 'Ihre Großmutter hat wahrscheinlich alles in heißem Wasser mit starker Seife gewaschen. Das funktionierte für die dicken Baumwolllaken der 50er Jahre, aber die Textilwelt hat sich verändert. Moderne Fasern - von <strong>Lyocell</strong> bis <strong>Elastan</strong> - erfordern völlig unterschiedliche Protokolle.' },
|
|
246
247
|
{ type: 'list', items: ['<strong>Baumwolle</strong> verträgt heißes Wasser, braucht aber Schonwaschgänge, um Einlaufen zu vermeiden.', '<strong>Seide</strong> ist bei Temperaturen über 30°C empfindlich und benötigt nach Möglichkeit destilliertes Wasser.', '<strong>Wolle</strong> kann sich anfühlen wie ein Stein, wenn sie in einer Standardmaschine gewaschen wird.', '<strong>Synthetik</strong> braucht wenig Pflege, neigt aber zu statischer Aufladung und Pilling.'] },
|
|
247
248
|
{ type: 'title', text: 'Protokolle nach Fasertyp', level: 2 },
|
|
248
249
|
{ type: 'title', text: 'Baumwolle: Der Widerstandsfähige', level: 3 },
|
|
@@ -263,13 +264,8 @@ export const content: ToolLocaleContent = {
|
|
|
263
264
|
{ type: 'list', items: ['<strong>Fett:</strong> Vor dem Waschen mit Trockenreiniger behandeln. Niemals heißes Wasser (fixiert den Fleck).', '<strong>Tinte/Kugelschreiber:</strong> Isopropylalkohol für Synthetik; kaltes Wasser für Naturfasern.', '<strong>Blut:</strong> IMMER kaltes Wasser. Hitze fixiert es dauerhaft.', '<strong>Wein/Getränke:</strong> Sofort kaltes Wasser, gefolgt von Salz zur Absorption.'] },
|
|
264
265
|
{ type: 'paragraph', html: '"Weniger kaufen, besser wählen und dafür sorgen, dass es hält." Ein gut gepflegtes Kleidungsstück kann Jahrzehnte halten. Ein schlecht behandeltes nur Monate.' },
|
|
265
266
|
],
|
|
266
|
-
faqTitle: 'Häufig gestellte Fragen',
|
|
267
267
|
faq: faqData,
|
|
268
|
-
|
|
269
|
-
bibliography: [
|
|
270
|
-
{ name: 'ISO 3758 - Textilpflege-Symbole', url: 'https://www.iso.org/standard/60465.html' },
|
|
271
|
-
{ name: 'Leitfaden zur Textilkennzeichnung', url: 'https://www.ftc.gov/' },
|
|
272
|
-
],
|
|
268
|
+
bibliography: bibliography,
|
|
273
269
|
howTo: howToData,
|
|
274
270
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
275
271
|
};
|
|
@@ -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 = 'Textile Care Guide: How to Wash Every Fabric Type';
|
|
@@ -242,7 +243,7 @@ export const content: ToolLocaleContent = {
|
|
|
242
243
|
{ type: 'paragraph', html: 'How many garments have you ruined without knowing it? An accidental shrink in wool, color fading in cotton, a stain that never comes out of silk. Most people wash their clothes without understanding that each fiber has specific needs.' },
|
|
243
244
|
{ type: 'paragraph', html: 'Our <strong>Laundry Guide</strong> provides scientific instructions based on the actual composition of your garment. It\'s not generic; it\'s specific. It\'s not advice; it\'s science.' },
|
|
244
245
|
{ type: 'title', text: 'Why Traditional Methods Fail', level: 2 },
|
|
245
|
-
{ type: 'paragraph', html: 'Your grandmother probably washed everything in hot water with strong soap. It worked for the thick cotton sheets of the 1950s, but the textile world has changed. Modern fibers
|
|
246
|
+
{ type: 'paragraph', html: 'Your grandmother probably washed everything in hot water with strong soap. It worked for the thick cotton sheets of the 1950s, but the textile world has changed. Modern fibers - from <strong>Lyocell</strong> to <strong>Elastane</strong> - require completely different protocols.' },
|
|
246
247
|
{ type: 'list', items: ['<strong>Cotton</strong> tolerates hot water but needs gentle cycles to avoid shrinkage.', '<strong>Silk</strong> is fragile above 30°C and requires distilled water.', '<strong>Wool</strong> can feel like a stone if a standard washing machine processes it.', '<strong>Synthetics</strong> don\'t need much care, but they generate static and pill easily.'] },
|
|
247
248
|
{ type: 'title', text: 'Protocols by Fiber Type', level: 2 },
|
|
248
249
|
{ type: 'title', text: 'Cotton: The Resilient One', level: 3 },
|
|
@@ -263,13 +264,8 @@ export const content: ToolLocaleContent = {
|
|
|
263
264
|
{ type: 'list', items: ['<strong>Grease:</strong> Use dry soap before washing. Never hot water (sets the stain).', '<strong>Ink/Pen:</strong> Isopropyl alcohol for synthetics; cold water for naturals.', '<strong>Blood:</strong> Cold water ALWAYS. Heat sets it permanently.', '<strong>Wine/Drinks:</strong> Cold water immediately, followed by salt to absorb.'] },
|
|
264
265
|
{ type: 'paragraph', html: '"Buy less, choose better, and make it last." A well-cared-for garment can last decades. A neglected one, months.' },
|
|
265
266
|
],
|
|
266
|
-
faqTitle: 'Frequently Asked Questions',
|
|
267
267
|
faq: faqData,
|
|
268
|
-
|
|
269
|
-
bibliography: [
|
|
270
|
-
{ name: 'ISO 3758 - Textile Care Symbols', url: 'https://www.iso.org/standard/60465.html' },
|
|
271
|
-
{ name: 'FTC - Textile Care Labels', url: 'https://www.ftc.gov/' },
|
|
272
|
-
],
|
|
268
|
+
bibliography: bibliography,
|
|
273
269
|
howTo: howToData,
|
|
274
270
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
275
271
|
};
|
|
@@ -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 = 'guia-lavado-textil';
|
|
5
6
|
const title = 'Guía de Cuidado Textil: Cómo Lavar Cada Tipo de Fibra';
|
|
@@ -242,7 +243,7 @@ export const content: ToolLocaleContent = {
|
|
|
242
243
|
{ type: 'paragraph', html: '¿Cuántas prendas has arruinado sin saberlo? Un encogimiento accidental en la lana, un desvanecimiento de color en el algodón, una mancha que nunca sale de la seda. La mayoría de las personas lavan la ropa sin entender que cada fibra tiene necesidades específicas.' },
|
|
243
244
|
{ type: 'paragraph', html: 'Nuestro <strong>Guía de Lavado Textil</strong> te proporciona instrucciones científicas basadas en la composición real de tu prenda. No es genérico; es específico. No es un consejo; es ciencia.' },
|
|
244
245
|
{ type: 'title', text: 'Por Qué el Método Tradicional Falla', level: 2 },
|
|
245
|
-
{ type: 'paragraph', html: 'Tu abuela probablemente lavaba todo en agua caliente con jabón fuerte. Funcionaba para las sábanas de algodón grueso de los años 50, pero el mundo textil ha cambiado. Las fibras modernas
|
|
246
|
+
{ type: 'paragraph', html: 'Tu abuela probablemente lavaba todo en agua caliente con jabón fuerte. Funcionaba para las sábanas de algodón grueso de los años 50, pero el mundo textil ha cambiado. Las fibras modernas - desde el <strong>Lyocell</strong> hasta el <strong>Elastano</strong> - requieren protocolos completamente diferentes.' },
|
|
246
247
|
{ type: 'list', items: ['<strong>El Algodón</strong> tolera agua caliente pero necesita ciclos suaves para evitar encogimiento.', '<strong>La Seda</strong> es frágil a temperaturas superiores a 30°C y requiere agua destilada.', '<strong>La Lana</strong> puede sentirse como una piedra si la lava una máquina estándar.', '<strong>Los Sintéticos</strong> no necesitan muchos cuidados, pero generar estática estática y se llenan de bolitas fácilmente.'] },
|
|
247
248
|
{ type: 'title', text: 'Protocolos por Tipo de Fibra', level: 2 },
|
|
248
249
|
{ type: 'title', text: 'Algodón: El Resistente', level: 3 },
|
|
@@ -263,13 +264,8 @@ export const content: ToolLocaleContent = {
|
|
|
263
264
|
{ type: 'list', items: ['<strong>Grasas:</strong> Usa jabón en seco antes de lavar. Nunca agua caliente (fija la mancha).', '<strong>Tinta/Bolígrafo:</strong> Alcohol isopropílico para sintéticos; agua fría para naturales.', '<strong>Sangre:</strong> Agua fría SIEMPRE. El calor lo fija permanentemente.', '<strong>Vino/Bebidas:</strong> Agua fría inmediatamente, seguida de sal para absorber.'] },
|
|
264
265
|
{ type: 'paragraph', html: '"Comprar menos, elegir mejor y hacerlo durar." Una prenda bien cuidada puede durar décadas. Una prenda maltratada, meses.' },
|
|
265
266
|
],
|
|
266
|
-
faqTitle: 'Preguntas Frecuentes',
|
|
267
267
|
faq: faqData,
|
|
268
|
-
|
|
269
|
-
bibliography: [
|
|
270
|
-
{ name: 'ISO 3758 - Símbolos de Cuidado Textil', url: 'https://www.iso.org/standard/60465.html' },
|
|
271
|
-
{ name: 'Guía de Etiquetado Textil', url: 'https://www.ftc.gov/' },
|
|
272
|
-
],
|
|
268
|
+
bibliography: bibliography,
|
|
273
269
|
howTo: howToData,
|
|
274
270
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
275
271
|
};
|
|
@@ -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 = 'guide-lavage-textile';
|
|
5
6
|
const title = 'Dimensionneur de Patron de Couture en Ligne';
|
|
@@ -254,38 +255,33 @@ export const content: ToolLocaleContent = {
|
|
|
254
255
|
},
|
|
255
256
|
},
|
|
256
257
|
seo: [
|
|
257
|
-
{ type: 'title', text: 'Maîtrise de l\'Entretien Textile
|
|
258
|
+
{ type: 'title', text: 'Maîtrise de l\'Entretien Textile: Guide Scientifique pour Prolonger la Vie de Vos Vêtements', level: 2 },
|
|
258
259
|
{ type: 'paragraph', html: 'Combien de vêtements avez-vous ruinés sans le savoir ? Un rétrécissement accidentel de la laine, une décoloration du coton, une tache qui ne part jamais de la soie. La plupart des gens lavent leurs vêtements sans comprendre que chaque fibre a des besoins spécifiques.' },
|
|
259
260
|
{ type: 'paragraph', html: 'Notre <strong>Guide de Lavage</strong> fournit des instructions scientifiques basées sur la composition réelle de votre vêtement. Ce n\'est pas générique ; c\'est spécifique. Ce ne sont pas des conseils ; c\'est de la science.' },
|
|
260
261
|
{ type: 'title', text: 'Pourquoi les Méthodes Traditionnelles Échouent', level: 2 },
|
|
261
|
-
{ type: 'paragraph', html: 'Votre grand-mère lavait probablement tout à l\'eau chaude avec un savon fort. Cela fonctionnait pour les draps en coton épais des années 50, mais le monde textile a changé. Les fibres modernes
|
|
262
|
+
{ type: 'paragraph', html: 'Votre grand-mère lavait probablement tout à l\'eau chaude avec un savon fort. Cela fonctionnait pour les draps en coton épais des années 50, mais le monde textile a changé. Les fibres modernes - du <strong>Lyocell</strong> à l\'<strong>Élasthanne</strong> - nécessitent des protocoles complètement différents.' },
|
|
262
263
|
{ type: 'list', items: ['<strong>Le Coton</strong> tolère l\'eau chaude mais nécessite des cycles doux pour éviter le rétrécissement.', '<strong>La Soie</strong> est fragile au-dessus de 30°C et nécessite de l\'eau distillée.', '<strong>La Laine</strong> peut devenir comme de la pierre si une machine standard la traite.', '<strong>Les Synthétiques</strong> ne demandent pas beaucoup de soins, mais génèrent de l\'électricité statique et boulochent facilement.'] },
|
|
263
264
|
{ type: 'title', text: 'Protocoles par Type de Fibre', level: 2 },
|
|
264
|
-
{ type: 'title', text: 'Coton
|
|
265
|
-
{ type: 'paragraph', html: 'Le coton est indulgent. Il peut supporter de l\'eau à 40-60°C sans problème. Le véritable ennemi est le chlore (qui fragilise la fibre) et la chaleur élevée du sèche-linge (qui cause un rétrécissement permanent). La règle
|
|
266
|
-
{ type: 'title', text: 'Soie
|
|
267
|
-
{ type: 'paragraph', html: 'La soie nécessite de l\'eau froide (maximum 30°C), un détergent doux et un rinçage à l\'eau distillée si possible. Le problème
|
|
268
|
-
{ type: 'title', text: 'Laine
|
|
269
|
-
{ type: 'paragraph', html: 'La laine est une protéine, comme vos cheveux. Lavez à maximum 30°C avec un détergent spécial laine. Jamais, au grand jamais, de cycle standard
|
|
270
|
-
{ type: 'title', text: 'Synthétiques
|
|
271
|
-
{ type: 'paragraph', html: 'Le polyester, l\'acrylique et le nylon sont résistants. Ils supportent l\'eau à 40°C sans problème. Le seul ennemi est l\'électricité statique. L\'astuce
|
|
265
|
+
{ type: 'title', text: 'Coton: Le Résistant', level: 3 },
|
|
266
|
+
{ type: 'paragraph', html: 'Le coton est indulgent. Il peut supporter de l\'eau à 40-60°C sans problème. Le véritable ennemi est le chlore (qui fragilise la fibre) et la chaleur élevée du sèche-linge (qui cause un rétrécissement permanent). La règle: toujours laver à l\'envers pour préserver la couleur.' },
|
|
267
|
+
{ type: 'title', text: 'Soie: La Diva', level: 3 },
|
|
268
|
+
{ type: 'paragraph', html: 'La soie nécessite de l\'eau froide (maximum 30°C), un détergent doux et un rinçage à l\'eau distillée si possible. Le problème: les minéraux de l\'eau du robinet laissent des dépôts qui rendent la soie terne et rêche. La solution est simple: utilisez de l\'eau distillée pour le dernier rinçage.' },
|
|
269
|
+
{ type: 'title', text: 'Laine: La Délicate', level: 3 },
|
|
270
|
+
{ type: 'paragraph', html: 'La laine est une protéine, comme vos cheveux. Lavez à maximum 30°C avec un détergent spécial laine. Jamais, au grand jamais, de cycle standard: l\'agitation la fera rétrécir de façon irréversible. La règle d\'or: séchez toujours à plat, jamais suspendu (ça s\'étire).' },
|
|
271
|
+
{ type: 'title', text: 'Synthétiques: Les Faciles', level: 3 },
|
|
272
|
+
{ type: 'paragraph', html: 'Le polyester, l\'acrylique et le nylon sont résistants. Ils supportent l\'eau à 40°C sans problème. Le seul ennemi est l\'électricité statique. L\'astuce: ajoutez un adoucissant ou utilisez une lingette de séchage.' },
|
|
272
273
|
{ type: 'title', text: 'Les Vérités Qui Dérangent sur le Séchage', level: 2 },
|
|
273
274
|
{ type: 'paragraph', html: '90 % des dommages aux vêtements surviennent pendant le séchage, pas le lavage. Voici pourquoi :' },
|
|
274
|
-
{ type: 'card', title: 'Les Peluches dans le Filtre', icon: 'mdi:alert', html: 'Ces peluches sont des <strong>fibres détachées</strong> de vos vêtements. Chaque cycle de sèche-linge détruit un peu plus la matière. Les synthétiques sont les pires
|
|
275
|
+
{ type: 'card', title: 'Les Peluches dans le Filtre', icon: 'mdi:alert', html: 'Ces peluches sont des <strong>fibres détachées</strong> de vos vêtements. Chaque cycle de sèche-linge détruit un peu plus la matière. Les synthétiques sont les pires: ils boulochent en quelques semaines.' },
|
|
275
276
|
{ type: 'card', title: 'Le Rétrécissement Silencieux', icon: 'mdi:warning', html: 'La chaleur du sèche-linge rétrécit la plupart des fibres naturelles de façon permanente. Un vêtement qui perd 5 % de sa taille ne la retrouvera jamais.' },
|
|
276
277
|
{ type: 'tip', title: 'Meilleure Pratique de Séchage', html: 'Séchez à l\'air libre autant que possible. Si vous devez utiliser un sèche-linge, utilisez une chaleur basse et sortez les vêtements pendant qu\'ils sont encore légèrement humides.' },
|
|
277
|
-
{ type: 'title', text: 'Taches
|
|
278
|
+
{ type: 'title', text: 'Taches: Le Guide de Survie', level: 2 },
|
|
278
279
|
{ type: 'paragraph', html: 'Chaque fibre réagit différemment aux produits chimiques. Une tache de vin sur du coton se traite à l\'eau froide ; sur de la soie, il faut de l\'eau distillée et un chiffon en soie pure. Voici les protocoles de base :' },
|
|
279
280
|
{ type: 'list', items: ['<strong>Graisses :</strong> Utilisez du savon sec avant le lavage. Jamais d\'eau chaude (fixe la tache).', '<strong>Encre/Stylo :</strong> Alcool isopropylique pour les synthétiques ; eau froide pour les naturelles.', '<strong>Sang :</strong> Eau froide TOUJOURS. La chaleur la fixe définitivement.', '<strong>Vin/Boissons :</strong> Eau froide immédiatement, suivie de sel pour absorber.'] },
|
|
280
281
|
{ type: 'paragraph', html: '"Acheter moins, choisir mieux et le faire durer." Un vêtement bien entretenu peut durer des décennies. Un négligé, quelques mois.' },
|
|
281
282
|
],
|
|
282
|
-
faqTitle: 'Questions Fréquentes',
|
|
283
283
|
faq: faqData,
|
|
284
|
-
|
|
285
|
-
bibliography: [
|
|
286
|
-
{ name: 'ISO 3758 - Symboles d\'Entretien Textile', url: 'https://www.iso.org/standard/60465.html' },
|
|
287
|
-
{ name: 'FTC - Guide d\'Étiquetage Textile', url: 'https://www.ftc.gov/' },
|
|
288
|
-
],
|
|
284
|
+
bibliography: bibliography,
|
|
289
285
|
howTo: howToData,
|
|
290
286
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
291
287
|
};
|
|
@@ -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 = 'panduan-mencuci-tekstil';
|
|
5
6
|
const title = 'Panduan Perawatan Tekstil: Cara Mencuci Setiap Jenis Serat';
|
|
@@ -242,7 +243,7 @@ export const content: ToolLocaleContent = {
|
|
|
242
243
|
{ type: 'paragraph', html: 'Berapa banyak pakaian yang telah Anda rusak tanpa sadar? Penyusutan wol yang tidak disengaja, pudarnya warna pada katun, atau noda sutra yang tidak pernah hilang. Kebanyakan orang mencuci pakaian tanpa memahami bahwa setiap serat memiliki kebutuhan spesifik.' },
|
|
243
244
|
{ type: 'paragraph', html: '<strong>Panduan Mencuci Tekstil</strong> kami menyediakan instruksi ilmiah berdasarkan komposisi asli pakaian Anda. Ini bukan instruksi umum; ini spesifik. Ini bukan sekadar saran; ini sains.' },
|
|
244
245
|
{ type: 'title', text: 'Mengapa Metode Tradisional Gagal', level: 2 },
|
|
245
|
-
{ type: 'paragraph', html: 'Nenek Anda mungkin mencuci segalanya dengan air panas dan sabun yang kuat. Itu berhasil untuk seprai katun tebal tahun 50-an, tetapi dunia tekstil telah berubah. Serat modern
|
|
246
|
+
{ type: 'paragraph', html: 'Nenek Anda mungkin mencuci segalanya dengan air panas dan sabun yang kuat. Itu berhasil untuk seprai katun tebal tahun 50-an, tetapi dunia tekstil telah berubah. Serat modern - mulai dari <strong>Lyocell</strong> hingga <strong>Elastane</strong> - memerlukan protokol yang sangat berbeda.' },
|
|
246
247
|
{ type: 'list', items: ['<strong>Katun</strong> menoleransi air panas tetapi membutuhkan siklus lembut untuk menghindari penyusutan.', '<strong>Sutra</strong> rapuh pada suhu di atas 30°C dan membutuhkan air suling.', '<strong>Wol</strong> bisa terasa keras seperti batu jika dicuci dengan mesin standar.', '<strong>Sintetis</strong> tidak butuh banyak perawatan, tetapi menghasilkan listrik statis dan mudah berbola serat.'] },
|
|
247
248
|
{ type: 'title', text: 'Protokol Berdasarkan Jenis Serat', level: 2 },
|
|
248
249
|
{ type: 'title', text: 'Katun: Si Tahan Banting', level: 3 },
|
|
@@ -263,13 +264,8 @@ export const content: ToolLocaleContent = {
|
|
|
263
264
|
{ type: 'list', items: ['<strong>Lemak:</strong> Gunakan sabun kering (dry soap) sebelum cuci. Jangan gunakan air panas (akan memantapkan noda).', '<strong>Tinta/Pulpen:</strong> Alkohol isopropil untuk sintetis; air dingin untuk alami.', '<strong>Darah:</strong> SELALU air dingin. Panas akan memantapkannya secara permanen.', '<strong>Anggur/Minuman:</strong> Air dingin segera, diikuti garam untuk menyerap.'] },
|
|
264
265
|
{ type: 'paragraph', html: '"Beli lebih sedikit, pilih lebih baik, dan buatlah awet." Pakaian yang dirawat dengan baik bisa bertahan puluhan tahun. Pakaian yang disalahartikan, hanya bertahan berbulan-bulan.' },
|
|
265
266
|
],
|
|
266
|
-
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
267
267
|
faq: faqData,
|
|
268
|
-
|
|
269
|
-
bibliography: [
|
|
270
|
-
{ name: 'ISO 3758 - Simbol Perawatan Tekstil', url: 'https://www.iso.org/standard/60465.html' },
|
|
271
|
-
{ name: 'Panduan Pelabelan Tekstil', url: 'https://www.ftc.gov/' },
|
|
272
|
-
],
|
|
268
|
+
bibliography: bibliography,
|
|
273
269
|
howTo: howToData,
|
|
274
270
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
275
271
|
};
|
|
@@ -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 = 'guida-lavaggio-tessile';
|
|
5
6
|
const title = 'Guida alla Cura Tessile: Come Lavare Ogni Tipo di Fibra';
|
|
@@ -242,7 +243,7 @@ export const content: ToolLocaleContent = {
|
|
|
242
243
|
{ type: 'paragraph', html: 'Quanti capi hai rovinato senza saperlo? Un restringimento accidentale della lana, uno sbiadimento del colore nel cotone, una macchia che non va mai via dalla seta. La maggior parte delle persone lava i vestiti senza capire che ogni fibra ha necessità specifiche.' },
|
|
243
244
|
{ type: 'paragraph', html: 'La nostra <strong>Guida al Lavaggio Tessile</strong> ti fornisce istruzioni scientifiche basate sulla composizione reale del tuo capo. Non è generica; è specifica. Non è un consiglio; è scienza.' },
|
|
244
245
|
{ type: 'title', text: 'Perché il Metodo Tradizionale Fallisce', level: 2 },
|
|
245
|
-
{ type: 'paragraph', html: 'Tua nonna probabilmente lavava tutto in acqua calda con un sapone forte. Funzionava per le lenzuola di cotone spesso degli anni \'50, ma il mondo tessile è cambiato. Le fibre moderne
|
|
246
|
+
{ type: 'paragraph', html: 'Tua nonna probabilmente lavava tutto in acqua calda con un sapone forte. Funzionava per le lenzuola di cotone spesso degli anni \'50, ma il mondo tessile è cambiato. Le fibre moderne - dal <strong>Lyocell</strong> all\'<strong>Elastam</strong> - richiedono protocolli completamente diversi.' },
|
|
246
247
|
{ type: 'list', items: ['<strong>Il Cotone</strong> tollera l\'acqua calda ma necessita di cicli delicati per evitare restringimenti.', '<strong>La Seta</strong> è fragile a temperature superiori ai 30°C e richiede acqua distillata.', '<strong>La Lana</strong> può diventare dura come una pietra se lavata con una macchina standard.', '<strong>I Sintetici</strong> non necessitano di molte cure, ma generano elettricità statica e fanno i pallini facilmente.'] },
|
|
247
248
|
{ type: 'title', text: 'Protocolli per Tipo di Fibra', level: 2 },
|
|
248
249
|
{ type: 'title', text: 'Cotone: Il Resistente', level: 3 },
|
|
@@ -263,13 +264,8 @@ export const content: ToolLocaleContent = {
|
|
|
263
264
|
{ type: 'list', items: ['<strong>Grassi:</strong> Usa sapone a secco prima del lavaggio. Mai acqua calda (fissa la macchia).', '<strong>Inchiostro/Penna:</strong> Alcol isopropilico per i sintetici; acqua fredda per i naturali.', '<strong>Sangue:</strong> Acqua fredda SEMPRE. Il calore fissa la macchia permanentemente.', '<strong>Vino/Bevande:</strong> Acqua fredda immediatamente, seguita da sale per assorbire.'] },
|
|
264
265
|
{ type: 'paragraph', html: '"Comprare meno, scegliere meglio e farlo durare." Un capo ben curato può durare decenni. Un capo maltrattato, mesi.' },
|
|
265
266
|
],
|
|
266
|
-
faqTitle: 'Domande Frequenti',
|
|
267
267
|
faq: faqData,
|
|
268
|
-
|
|
269
|
-
bibliography: [
|
|
270
|
-
{ name: 'ISO 3758 - Simboli di Cura Tessile', url: 'https://www.iso.org/standard/60465.html' },
|
|
271
|
-
{ name: 'Guida all\'Etichettatura Tessile', url: 'https://www.ftc.gov/' },
|
|
272
|
-
],
|
|
268
|
+
bibliography: bibliography,
|
|
273
269
|
howTo: howToData,
|
|
274
270
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
275
271
|
};
|
|
@@ -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 = '繊維別お手入れガイド:素材に合わせた正しい洗濯方法';
|
|
@@ -263,13 +264,8 @@ export const content: ToolLocaleContent = {
|
|
|
263
264
|
{ type: 'list', items: ['<strong>油汚れ:</strong> 洗濯前に中性洗剤(原液)をつけておきます。お湯は汚れを固めてしまうので厳禁です。', '<strong>インク・ボールペン:</strong> 合成繊維には無水エタノール、天然繊維には冷水。', '<strong>血液:</strong> 必ず冷水で。熱はタンパク質を固め、一生取れないシミにします。', '<strong>ワイン・飲料:</strong> すぐに冷水で洗い、塩で水分を吸い取らせます。'] },
|
|
264
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,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 = '섬유별 세탁 가이드: 소재별 올바른 세탁 및 관리 방법';
|
|
@@ -263,13 +264,8 @@ export const content: ToolLocaleContent = {
|
|
|
263
264
|
{ type: 'list', items: ['<strong>기름기:</strong> 세탁 전 전처리 세제를 사용하세요. 절대 뜨거운 물을 쓰지 마세요(얼룩을 고착시킴).', '<strong>잉크/볼펜:</strong> 합성 섬유는 소독용 알코올, 천연 섬유는 찬물.', '<strong>혈액:</strong> 언제나 찬물. 열은 혈액을 영구적으로 고착시킵니다.', '<strong>와인/음료:</strong> 즉시 찬물로 씻어내고 소금을 뿌려 흡수시키세요.'] },
|
|
264
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,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 = 'textielverzorgingsgids';
|
|
5
6
|
const title = 'Gids voor Textielverzorging: Hoe elk type vezel te wassen';
|
|
@@ -242,7 +243,7 @@ export const content: ToolLocaleContent = {
|
|
|
242
243
|
{ type: 'paragraph', html: 'Hoeveel kledingstukken heb je onbewust geruïneerd? Per ongeluk wol gekrompen, vervagende kleuren in katoen, een vlek in zijde die er nooit meer uitgaat. De meeste mensen wassen kleding zonder te begrijpen dat elke vezel specifieke behoeften heeft.' },
|
|
243
244
|
{ type: 'paragraph', html: 'Onze <strong>Gids voor Textielwassen</strong> biedt u wetenschappelijke instructies op basis van de werkelijke samenstelling van uw kledingstuk. Niet algemeen; specifiek. Geen advies; wetenschap.' },
|
|
244
245
|
{ type: 'title', text: 'Waarom de Traditionele Methode Faalt', level: 2 },
|
|
245
|
-
{ type: 'paragraph', html: 'Uw grootmoeder waste waarschijnlijk alles in heet water met sterke zeep. Dat werkte voor de dikke katoenen lakens van de jaren 50, maar de textielwereld is veranderd. Moderne vezels
|
|
246
|
+
{ type: 'paragraph', html: 'Uw grootmoeder waste waarschijnlijk alles in heet water met sterke zeep. Dat werkte voor de dikke katoenen lakens van de jaren 50, maar de textielwereld is veranderd. Moderne vezels - van <strong>Lyocell</strong> tot <strong>Elastaan</strong> - vereisen compleet verschillende protocollen.' },
|
|
246
247
|
{ type: 'list', items: ['<strong>Katoen</strong> verdraagt heet water, maar heeft milde cycli nodig om krimpen te voorkomen.', '<strong>Zijde</strong> is fragiel bij temperaturen boven de 30°C en vereist indien mogelijk gedestilleerd water.', '<strong>Wol</strong> kan aanvoelen als een steen als het in een standaardmachine wordt gewassen.', '<strong>Synthetische stoffen</strong> hebben weinig verzorging nodig, maar genereren statische elektriciteit en pillen gemakkelijk.'] },
|
|
247
248
|
{ type: 'title', text: 'Protocollen per Vezeltype', level: 2 },
|
|
248
249
|
{ type: 'title', text: 'Katoen: De Bestendige', level: 3 },
|
|
@@ -263,13 +264,8 @@ export const content: ToolLocaleContent = {
|
|
|
263
264
|
{ type: 'list', items: ['<strong>Vetten:</strong> Gebruik droge zeep voor het wassen. Nooit heet water (zet de vlek vast).', '<strong>Inkt/Pen:</strong> Isopropylalcohol voor synthetische stoffen; koud water voor natuurlijke stoffen.', '<strong>Bloed:</strong> ALTIJD koud water. Hitte zet het permanent vast.', '<strong>Wijn/Dranken:</strong> Onmiddellijk koud water, gevolgd door zout om te absorberen.'] },
|
|
264
265
|
{ type: 'paragraph', html: '"Koop minder, kies beter en laat het lang meegaan." Een goed verzorgd kledingstuk kan decennia meegaan. Een slecht behandeld stuk, maanden.' },
|
|
265
266
|
],
|
|
266
|
-
faqTitle: 'Veelgestelde Vragen',
|
|
267
267
|
faq: faqData,
|
|
268
|
-
|
|
269
|
-
bibliography: [
|
|
270
|
-
{ name: 'ISO 3758 - Textielverzorgingssymbolen', url: 'https://www.iso.org/standard/60465.html' },
|
|
271
|
-
{ name: 'Gids voor Textieletikettering', url: 'https://www.ftc.gov/' },
|
|
272
|
-
],
|
|
268
|
+
bibliography: bibliography,
|
|
273
269
|
howTo: howToData,
|
|
274
270
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
275
271
|
};
|
|
@@ -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 = 'przewodnik-pielegnacji-tekstyliow';
|
|
5
6
|
const title = 'Przewodnik po Pielęgnacji Tekstyliów: Jak Prać Każdy Rodzaj Włókna';
|
|
@@ -242,7 +243,7 @@ export const content: ToolLocaleContent = {
|
|
|
242
243
|
{ type: 'paragraph', html: 'Ile ubrań zniszczyłeś nieświadomie? Przypadkowe skurczenie wełny, wyblaknięcie kolorów bawełny, plama na jedwabiu, która nigdy nie schodzi. Większość ludzi pierze ubrania nie rozumiejąc, że każde włókno ma specyficzne potrzeby.' },
|
|
243
244
|
{ type: 'paragraph', html: 'Nasz <strong>Przewodnik po Praniu Tekstyliów</strong> dostarcza naukowych instrukcji opartych na rzeczywistym składzie Twojej odzieży. To nie są ogólniki; to konkretne dane. To nie porada; to nauka.' },
|
|
244
245
|
{ type: 'title', text: 'Dlaczego Tradycyjne Metody Zawodzą', level: 2 },
|
|
245
|
-
{ type: 'paragraph', html: 'Twoja babcia prawdopodobnie prała wszystko w gorącej wodzie z mocnym mydłem. Działało to w przypadku grubej bawełnianej pościeli z lat 50., ale świat tekstyliów się zmienił. Nowoczesne włókna
|
|
246
|
+
{ type: 'paragraph', html: 'Twoja babcia prawdopodobnie prała wszystko w gorącej wodzie z mocnym mydłem. Działało to w przypadku grubej bawełnianej pościeli z lat 50., ale świat tekstyliów się zmienił. Nowoczesne włókna - od <strong>Lyocellu</strong> po <strong>Elastan</strong> - wymagają zupełnie innych protokołów.' },
|
|
246
247
|
{ type: 'list', items: ['<strong>Bawełna</strong> toleruje gorącą wodę, ale wymaga delikatnych cykli, aby uniknąć kurczenia się.', '<strong>Jedwab</strong> jest kruchy w temperaturach powyżej 30°C i wymaga wody destylowanej.', '<strong>Wełna</strong> może stać się twarda jak kamień, jeśli zostanie uprana w standardowej pralce.', '<strong>Syntetyki</strong> nie wymagają wiele pielęgnacji, ale generują elektryczność statyczną i łatwo się mechacą.'] },
|
|
247
248
|
{ type: 'title', text: 'Protokoły według Rodzaju Włókna', level: 2 },
|
|
248
249
|
{ type: 'title', text: 'Bawełna: Odporna', level: 3 },
|
|
@@ -261,15 +262,10 @@ export const content: ToolLocaleContent = {
|
|
|
261
262
|
{ type: 'title', text: 'Plamy: Przewodnik Przetrwania', level: 2 },
|
|
262
263
|
{ type: 'paragraph', html: 'Każde włókno inaczej reaguje na chemikalia. Plamę z wina na bawełnie traktuje się zimną wodą; na jedwabiu potrzebujesz wody destylowanej i czystego kawałka jedwabiu. Oto podstawowe protokoły:' },
|
|
263
264
|
{ type: 'list', items: ['<strong>Tłuszcze:</strong> Użyj mydła na sucho przed praniem. Nigdy gorącej wody (utrwala plamę).', '<strong>Atrament/Długopis:</strong> Alkohol izopropylowy dla syntetyków; zimna woda dla naturalnych.', '<strong>Krew:</strong> ZAWSZE zimna woda. Ciepło utrwala ją na stałe.', '<strong>Wino/Napoje:</strong> Natychmiast zimna woda, a następnie sól do wchłonięcia.'] },
|
|
264
|
-
{ type: 'paragraph', html: '"Kupuj mniej, wybieraj lepiej i spraw, by trwało." Dobrze zadbane ubranie może służyć dekady. Zle traktowane
|
|
265
|
+
{ type: 'paragraph', html: '"Kupuj mniej, wybieraj lepiej i spraw, by trwało." Dobrze zadbane ubranie może służyć dekady. Zle traktowane - miesiące.' },
|
|
265
266
|
],
|
|
266
|
-
faqTitle: 'Najczęściej Zadawane Pytania',
|
|
267
267
|
faq: faqData,
|
|
268
|
-
|
|
269
|
-
bibliography: [
|
|
270
|
-
{ name: 'ISO 3758 - Symbole Pielęgnacji Tekstyliów', url: 'https://www.iso.org/standard/60465.html' },
|
|
271
|
-
{ name: 'Przewodnik po Etykietowaniu Tekstyliów', url: 'https://www.ftc.gov/' },
|
|
272
|
-
],
|
|
268
|
+
bibliography: bibliography,
|
|
273
269
|
howTo: howToData,
|
|
274
270
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
275
271
|
};
|
|
@@ -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 = 'guia-lavagem-textil';
|
|
5
6
|
const title = 'Guia de Cuidados Têxteis: Como Lavar Cada Tipo de Fibra';
|
|
@@ -242,7 +243,7 @@ export const content: ToolLocaleContent = {
|
|
|
242
243
|
{ type: 'paragraph', html: 'Quantas peças já arruinou sem saber? Um encolhimento acidental na lã, uma desbotamento da cor no algodão, uma mancha que nunca sai da seda. A maioria das pessoas lava a roupa sem entender que cada fibra tem necessidades específicas.' },
|
|
243
244
|
{ type: 'paragraph', html: 'O nosso <strong>Guia de Lavagem Têxtil</strong> fornece-lhe instruções científicas baseadas na composição real da sua peça. Não é genérico; é específico. Não é um conselho; é ciência.' },
|
|
244
245
|
{ type: 'title', text: 'Porque é que o Método Tradicional Falha', level: 2 },
|
|
245
|
-
{ type: 'paragraph', html: 'A sua avó provavelmente lavava tudo em água quente com sabão forte. Funcionava para os lençóis de algodão grosso dos anos 50, mas o mundo têxtil mudou. As fibras modernas
|
|
246
|
+
{ type: 'paragraph', html: 'A sua avó provavelmente lavava tudo em água quente com sabão forte. Funcionava para os lençóis de algodão grosso dos anos 50, mas o mundo têxtil mudou. As fibras modernas - desde o <strong>Lyocell</strong> até ao <strong>Elastano</strong> - requerem protocolos completamente diferentes.' },
|
|
246
247
|
{ type: 'list', items: ['<strong>O Algodão</strong> tolera água quente, mas necessita de ciclos suaves para evitar encolhimento.', '<strong>A Seda</strong> é frágil a temperaturas superiores a 30°C e requer água destilada.', '<strong>A Lã</strong> pode ficar dura como uma pedra se for lavada numa máquina normal.', '<strong>Os Sintéticos</strong> não necessitam de muitos cuidados, mas geram eletricidade estática e ganham borbototo facilmente.'] },
|
|
247
248
|
{ type: 'title', text: 'Protocolos por Tipo de Fibra', level: 2 },
|
|
248
249
|
{ type: 'title', text: 'Algodão: O Resistente', level: 3 },
|
|
@@ -263,13 +264,8 @@ export const content: ToolLocaleContent = {
|
|
|
263
264
|
{ type: 'list', items: ['<strong>Gorduras:</strong> Use sabão a seco antes de lavar. Nunca água quente (fixa a mancha).', '<strong>Tinta/Caneta:</strong> Álcool isopropílico para sintéticos; água fria para naturais.', '<strong>Sangue:</strong> Água fria SEMPRE. O calor fixa-o permanentemente.', '<strong>Vinho/Bebidas:</strong> Água fria imediatamente, seguida de sal para absorver.'] },
|
|
264
265
|
{ type: 'paragraph', html: '"Comprar menos, escolher melhor e fazer durar." Uma peça bem cuidada pode durar décadas. Uma peça maltratada, meses.' },
|
|
265
266
|
],
|
|
266
|
-
faqTitle: 'Perguntas Frequentes',
|
|
267
267
|
faq: faqData,
|
|
268
|
-
|
|
269
|
-
bibliography: [
|
|
270
|
-
{ name: 'ISO 3758 - Símbolos de Cuidados Têxteis', url: 'https://www.iso.org/standard/60465.html' },
|
|
271
|
-
{ name: 'Guia de Etiquetagem Têxtil', url: 'https://www.ftc.gov/' },
|
|
272
|
-
],
|
|
268
|
+
bibliography: bibliography,
|
|
273
269
|
howTo: howToData,
|
|
274
270
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
275
271
|
};
|
|
@@ -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 = 'rukovodstvo-po-uhodu-za-tekstilem';
|
|
5
6
|
const title = 'Руководство по уходу за текстилем: Как стирать каждый тип волокна';
|
|
@@ -242,34 +243,29 @@ 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>лиоцелла</strong> до <strong>эластана</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 },
|
|
249
|
-
{ type: 'paragraph', html: 'Хлопок неприхотлив. Он без проблем выдерживает воду 40-60°C. Настоящий враг
|
|
250
|
+
{ type: 'paragraph', html: 'Хлопок неприхотлив. Он без проблем выдерживает воду 40-60°C. Настоящий враг - хлор (который ослабляет волокно) и сушка при высокой температуре (вызывает необратимую усадку). Правило: всегда стирайте наизнанку для сохранения цвета.' },
|
|
250
251
|
{ type: 'title', text: 'Шелк: Дива', level: 3 },
|
|
251
252
|
{ type: 'paragraph', html: 'Шелк требует холодной воды (макс. 30°C), мягкого моющего средства и, если возможно, полоскания дистиллированной водой. Проблема: минералы водопроводной воды оставляют осадок, из-за которого шелк выглядит тусклым и жестким. Решение: используйте дистиллированную воду для последнего полоскания.' },
|
|
252
253
|
{ type: 'title', text: 'Шерсть: Деликатная', level: 3 },
|
|
253
|
-
{ type: 'paragraph', html: 'Шерсть
|
|
254
|
+
{ type: 'paragraph', html: 'Шерсть - это белок, как ваши волосы. Стирайте при температуре максимум 30°C со специальным моющим средством. Никогда не используйте стандартный цикл: механическое воздействие приведет к необратимой усадке. Золотое правило: сушите только на плоскости, никогда не вешайте (растянется).' },
|
|
254
255
|
{ type: 'title', text: 'Синтетика: Простые в уходе', level: 3 },
|
|
255
|
-
{ type: 'paragraph', html: 'Полиэстер, акрил и нейлон прочны. Они выдерживают воду 40°C. Единственный враг
|
|
256
|
+
{ type: 'paragraph', html: 'Полиэстер, акрил и нейлон прочны. Они выдерживают воду 40°C. Единственный враг - статика. Хитрость: добавьте кондиционер для белья или используйте специальные салфетки в сушильной машине.' },
|
|
256
257
|
{ type: 'title', text: 'Неудобная правда о сушке', level: 2 },
|
|
257
258
|
{ type: 'paragraph', html: '90% повреждений одежды происходит во время сушки, а не стирки. Вот почему:' },
|
|
258
|
-
{ type: 'card', title: 'Ворс в фильтре', icon: 'mdi:alert', html: 'Тот ворс, который вы видите в фильтре
|
|
259
|
+
{ type: 'card', title: 'Ворс в фильтре', icon: 'mdi:alert', html: 'Тот ворс, который вы видите в фильтре - это <strong>оторванные волокна</strong> вашей одежды. Каждый цикл сушки разрушает вещь еще немного. Синтетика хуже: она покрывается катышками за считанные недели.' },
|
|
259
260
|
{ type: 'card', title: 'Тихая усадка', icon: 'mdi:warning', html: 'Жар сушилки заставляет большинство натуральных волокон необратимо усаживаться. Вещь, севшая на 5% за одну сушку, никогда не вернется к прежнему размеру.' },
|
|
260
261
|
{ type: 'tip', title: 'Лучший способ сушки', html: 'Сушите на воздухе везде, где это возможно. Если нужно использовать сушилку, выбирайте низкую температуру и доставайте вещи, пока они еще слегка влажные.' },
|
|
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,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 = 'textil-tvattrad';
|
|
5
6
|
const title = 'Guide för Textilvård: Så tvättar du varje fibertyp';
|
|
@@ -242,7 +243,7 @@ export const content: ToolLocaleContent = {
|
|
|
242
243
|
{ type: 'paragraph', html: 'Hur många plagg har du förstört utan att veta om det? En olycklig krympning av ull, blekta färger i bomull eller en fläck på silke som aldrig går bort. De flesta tvättar kläder utan att förstå att varje fiber har specifika behov.' },
|
|
243
244
|
{ type: 'paragraph', html: 'Vår <strong>Guide för Textilvård</strong> ger dig vetenskapliga instruktioner baserat på ditt plaggs faktiska sammansättning. Det är inte generella råd; det är specifikt. Det är inte ett tips; det är vetenskap.' },
|
|
244
245
|
{ type: 'title', text: 'Varför den traditionella metoden misslyckas', level: 2 },
|
|
245
|
-
{ type: 'paragraph', html: 'Din mormor tvättade förmodligen allt i varmt vatten med stark tvål. Det fungerade för de tjocka bomullslakanen från 50-talet, men textilvärlden har förändrats. Moderna fibrer
|
|
246
|
+
{ type: 'paragraph', html: 'Din mormor tvättade förmodligen allt i varmt vatten med stark tvål. Det fungerade för de tjocka bomullslakanen från 50-talet, men textilvärlden har förändrats. Moderna fibrer - från <strong>Lyocell</strong> till <strong>Elastan</strong> - kräver helt olika procedurer.' },
|
|
246
247
|
{ type: 'list', items: ['<strong>Bomull</strong> tål varmt vatten men behöver skonsamma program för att undvika krympning.', '<strong>Silke</strong> är ömtåligt vid temperaturer över 30°C och kräver helst destillerat vatten.', '<strong>Ull</strong> kan bli hårt som en sten om det tvättas i en standardmaskin.', '<strong>Syntetmaterial</strong> kräver lite vård, men genererar statisk elektricitet och noppar sig lätt.'] },
|
|
247
248
|
{ type: 'title', text: 'Procedurer per fibertyp', level: 2 },
|
|
248
249
|
{ type: 'title', text: 'Bomull: Den tåliga', level: 3 },
|
|
@@ -263,13 +264,8 @@ export const content: ToolLocaleContent = {
|
|
|
263
264
|
{ type: 'list', items: ['<strong>Fett:</strong> Använd diskmedel eller galltvål före tvätt. Aldrig varmt vatten (fixerar fläcken).', '<strong>Bläck:</strong> Isopropanol för syntetmaterial; kallt vatten för naturfiber.', '<strong>Blod:</strong> ALLTID kallt vatten. Värme fixerar det permanent.', '<strong>Vin/Dryck:</strong> Omedelbart kallt vatten, följt av salt för att suga upp vätskan.'] },
|
|
264
265
|
{ type: 'paragraph', html: '"Köp mindre, välj bättre och låt det hålla." Ett välskött plagg kan hålla i årtionden. Ett misskött plagg bara i månader.' },
|
|
265
266
|
],
|
|
266
|
-
faqTitle: 'Vanliga frågor',
|
|
267
267
|
faq: faqData,
|
|
268
|
-
|
|
269
|
-
bibliography: [
|
|
270
|
-
{ name: 'ISO 3758 - Textilvårdssymboler', url: 'https://www.iso.org/standard/60465.html' },
|
|
271
|
-
{ name: 'Guide för textilmarkning', url: 'https://www.ftc.gov/' },
|
|
272
|
-
],
|
|
268
|
+
bibliography: bibliography,
|
|
273
269
|
howTo: howToData,
|
|
274
270
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
275
271
|
};
|
|
@@ -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 = 'tekstil-bakim-kilavuzu';
|
|
5
6
|
const title = 'Tekstil Bakım Kılavuzu: Her Lif Türü Nasıl Yıkanır';
|
|
@@ -263,13 +264,8 @@ export const content: ToolLocaleContent = {
|
|
|
263
264
|
{ type: 'list', items: ['<strong>Yağlar:</strong> Yıkamadan önce kuru sabun kullanın. Asla sıcak su kullanmayın (lekeyi sabitler).', '<strong>Mürekkep/Tükenmez Kalem:</strong> Sentetikler için izopropil alkol; doğallar için soğuk su.', '<strong>Kan:</strong> HER ZAMAN soğuk su. Isı onu kalıcı olarak sabitler.', '<strong>Şarap/İçecekler:</strong> Hemen soğuk su, ardından emmesi için tuz.'] },
|
|
264
265
|
{ type: 'paragraph', html: '"Daha az al, daha iyi seç ve uzun süre dayanmasını sağla." İyi bakılan bir giysi on yıllarca dayanabilir. Kötü davranılan bir giysi ise aylar sürer.' },
|
|
265
266
|
],
|
|
266
|
-
faqTitle: 'Sıkça Sorulan Sorular',
|
|
267
267
|
faq: faqData,
|
|
268
|
-
|
|
269
|
-
bibliography: [
|
|
270
|
-
{ name: 'ISO 3758 - Tekstil Bakım Sembolleri', url: 'https://www.iso.org/standard/60465.html' },
|
|
271
|
-
{ name: 'Tekstil Etiketleme Kılavuzu', url: 'https://www.ftc.gov/' },
|
|
272
|
-
],
|
|
268
|
+
bibliography: bibliography,
|
|
273
269
|
howTo: howToData,
|
|
274
270
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
275
271
|
};
|