@jjlmoya/utils-textiles 1.13.0 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/category/i18n/de.ts +2 -2
- package/src/category/i18n/en.ts +2 -2
- package/src/category/i18n/es.ts +2 -2
- package/src/category/i18n/fr.ts +9 -9
- package/src/category/i18n/id.ts +2 -2
- package/src/category/i18n/it.ts +2 -2
- package/src/category/i18n/nl.ts +2 -2
- package/src/category/i18n/pl.ts +3 -3
- package/src/category/i18n/pt.ts +2 -2
- package/src/category/i18n/ru.ts +5 -5
- package/src/category/i18n/sv.ts +3 -3
- package/src/category/i18n/zh.ts +2 -2
- package/src/layouts/PreviewLayout.astro +1 -0
- package/src/pages/[locale]/[slug].astro +30 -14
- package/src/tests/diacritics_density.test.ts +118 -0
- package/src/tests/inverted_punctuation.test.ts +84 -0
- package/src/tests/locale_completeness.test.ts +0 -33
- package/src/tests/no_en_dash.test.ts +70 -0
- package/src/tests/script_density.test.ts +94 -0
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tool/burnTest/bibliography.astro +2 -10
- package/src/tool/burnTest/bibliography.ts +16 -0
- package/src/tool/burnTest/i18n/de.ts +5 -19
- package/src/tool/burnTest/i18n/en.ts +2 -16
- package/src/tool/burnTest/i18n/es.ts +2 -16
- package/src/tool/burnTest/i18n/fr.ts +5 -19
- package/src/tool/burnTest/i18n/id.ts +2 -16
- package/src/tool/burnTest/i18n/it.ts +2 -16
- package/src/tool/burnTest/i18n/ja.ts +2 -16
- package/src/tool/burnTest/i18n/ko.ts +2 -16
- package/src/tool/burnTest/i18n/nl.ts +2 -16
- package/src/tool/burnTest/i18n/pl.ts +5 -19
- package/src/tool/burnTest/i18n/pt.ts +2 -16
- package/src/tool/burnTest/i18n/ru.ts +8 -22
- package/src/tool/burnTest/i18n/sv.ts +2 -16
- package/src/tool/burnTest/i18n/tr.ts +2 -16
- package/src/tool/burnTest/i18n/zh.ts +5 -19
- package/src/tool/burnTest/index.ts +1 -0
- package/src/tool/burnTest/seo.astro +2 -27
- package/src/tool/clothingSizeConverter/bibliography.astro +2 -10
- package/src/tool/clothingSizeConverter/bibliography.ts +10 -0
- package/src/tool/clothingSizeConverter/i18n/de.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/en.ts +3 -11
- package/src/tool/clothingSizeConverter/i18n/es.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/fr.ts +8 -16
- package/src/tool/clothingSizeConverter/i18n/id.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/it.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/ja.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/ko.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/nl.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/pl.ts +3 -11
- package/src/tool/clothingSizeConverter/i18n/pt.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/ru.ts +4 -12
- package/src/tool/clothingSizeConverter/i18n/sv.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/tr.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/zh.ts +3 -11
- package/src/tool/clothingSizeConverter/index.ts +1 -0
- package/src/tool/clothingSizeConverter/seo.astro +2 -27
- package/src/tool/fabricProjectCalculator/bibliography.astro +2 -10
- package/src/tool/fabricProjectCalculator/bibliography.ts +16 -0
- package/src/tool/fabricProjectCalculator/component.astro +2 -3
- package/src/tool/fabricProjectCalculator/fabric-project-calculator.css +63 -1
- package/src/tool/fabricProjectCalculator/i18n/de.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/en.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/es.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/fr.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/id.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/it.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/ja.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/ko.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/nl.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/pl.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/pt.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/ru.ts +4 -18
- package/src/tool/fabricProjectCalculator/i18n/sv.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/tr.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/zh.ts +3 -17
- package/src/tool/fabricProjectCalculator/index.ts +1 -0
- package/src/tool/fabricProjectCalculator/seo.astro +2 -27
- package/src/tool/fabricTruth/bibliography.astro +2 -10
- package/src/tool/fabricTruth/bibliography.ts +16 -0
- package/src/tool/fabricTruth/i18n/de.ts +3 -17
- package/src/tool/fabricTruth/i18n/en.ts +3 -17
- package/src/tool/fabricTruth/i18n/es.ts +3 -17
- package/src/tool/fabricTruth/i18n/fr.ts +15 -29
- package/src/tool/fabricTruth/i18n/id.ts +3 -17
- package/src/tool/fabricTruth/i18n/it.ts +3 -17
- package/src/tool/fabricTruth/i18n/ja.ts +3 -17
- package/src/tool/fabricTruth/i18n/ko.ts +3 -17
- package/src/tool/fabricTruth/i18n/nl.ts +3 -17
- package/src/tool/fabricTruth/i18n/pl.ts +3 -17
- package/src/tool/fabricTruth/i18n/pt.ts +3 -17
- package/src/tool/fabricTruth/i18n/ru.ts +13 -27
- package/src/tool/fabricTruth/i18n/sv.ts +3 -17
- package/src/tool/fabricTruth/i18n/tr.ts +3 -17
- package/src/tool/fabricTruth/i18n/zh.ts +11 -25
- package/src/tool/fabricTruth/index.ts +1 -0
- package/src/tool/fabricTruth/seo.astro +2 -27
- package/src/tool/fiberPrep/bibliography.astro +2 -10
- package/src/tool/fiberPrep/bibliography.ts +12 -0
- package/src/tool/fiberPrep/fiber-preparation-natural-dyeing.css +130 -11
- package/src/tool/fiberPrep/i18n/de.ts +2 -12
- package/src/tool/fiberPrep/i18n/en.ts +2 -12
- package/src/tool/fiberPrep/i18n/es.ts +2 -12
- package/src/tool/fiberPrep/i18n/fr.ts +6 -16
- package/src/tool/fiberPrep/i18n/id.ts +2 -12
- package/src/tool/fiberPrep/i18n/it.ts +2 -12
- package/src/tool/fiberPrep/i18n/ja.ts +2 -12
- package/src/tool/fiberPrep/i18n/ko.ts +2 -12
- package/src/tool/fiberPrep/i18n/nl.ts +2 -12
- package/src/tool/fiberPrep/i18n/pl.ts +2 -12
- package/src/tool/fiberPrep/i18n/pt.ts +2 -12
- package/src/tool/fiberPrep/i18n/ru.ts +5 -15
- package/src/tool/fiberPrep/i18n/sv.ts +2 -12
- package/src/tool/fiberPrep/i18n/tr.ts +2 -12
- package/src/tool/fiberPrep/i18n/zh.ts +4 -14
- package/src/tool/fiberPrep/index.ts +1 -0
- package/src/tool/fiberPrep/seo.astro +2 -27
- package/src/tool/knittingGauge/bibliography.astro +2 -10
- package/src/tool/knittingGauge/bibliography.ts +12 -0
- package/src/tool/knittingGauge/i18n/de.ts +2 -12
- package/src/tool/knittingGauge/i18n/en.ts +2 -12
- package/src/tool/knittingGauge/i18n/es.ts +2 -12
- package/src/tool/knittingGauge/i18n/fr.ts +2 -12
- package/src/tool/knittingGauge/i18n/id.ts +2 -12
- package/src/tool/knittingGauge/i18n/it.ts +2 -12
- package/src/tool/knittingGauge/i18n/ja.ts +2 -12
- package/src/tool/knittingGauge/i18n/ko.ts +2 -12
- package/src/tool/knittingGauge/i18n/nl.ts +2 -12
- package/src/tool/knittingGauge/i18n/pl.ts +2 -12
- package/src/tool/knittingGauge/i18n/pt.ts +2 -12
- package/src/tool/knittingGauge/i18n/ru.ts +8 -18
- package/src/tool/knittingGauge/i18n/sv.ts +2 -12
- package/src/tool/knittingGauge/i18n/tr.ts +2 -12
- package/src/tool/knittingGauge/i18n/zh.ts +3 -13
- package/src/tool/knittingGauge/index.ts +1 -0
- package/src/tool/knittingGauge/seo.astro +2 -27
- package/src/tool/laundryGuide/bibliography.astro +2 -10
- package/src/tool/laundryGuide/bibliography.ts +6 -0
- package/src/tool/laundryGuide/i18n/de.ts +3 -7
- package/src/tool/laundryGuide/i18n/en.ts +3 -7
- package/src/tool/laundryGuide/i18n/es.ts +3 -7
- package/src/tool/laundryGuide/i18n/fr.ts +14 -18
- package/src/tool/laundryGuide/i18n/id.ts +3 -7
- package/src/tool/laundryGuide/i18n/it.ts +3 -7
- package/src/tool/laundryGuide/i18n/ja.ts +2 -6
- package/src/tool/laundryGuide/i18n/ko.ts +2 -6
- package/src/tool/laundryGuide/i18n/nl.ts +3 -7
- package/src/tool/laundryGuide/i18n/pl.ts +4 -8
- package/src/tool/laundryGuide/i18n/pt.ts +3 -7
- package/src/tool/laundryGuide/i18n/ru.ts +8 -12
- package/src/tool/laundryGuide/i18n/sv.ts +3 -7
- package/src/tool/laundryGuide/i18n/tr.ts +2 -6
- package/src/tool/laundryGuide/i18n/zh.ts +4 -8
- package/src/tool/laundryGuide/index.ts +1 -0
- package/src/tool/laundryGuide/seo.astro +2 -27
- package/src/tool/needleConverter/bibliography.astro +2 -10
- package/src/tool/needleConverter/bibliography.ts +12 -0
- package/src/tool/needleConverter/i18n/de.ts +2 -12
- package/src/tool/needleConverter/i18n/en.ts +2 -12
- package/src/tool/needleConverter/i18n/es.ts +2 -12
- package/src/tool/needleConverter/i18n/fr.ts +7 -17
- package/src/tool/needleConverter/i18n/id.ts +2 -12
- package/src/tool/needleConverter/i18n/it.ts +2 -12
- package/src/tool/needleConverter/i18n/ja.ts +2 -12
- package/src/tool/needleConverter/i18n/ko.ts +2 -12
- package/src/tool/needleConverter/i18n/nl.ts +2 -12
- package/src/tool/needleConverter/i18n/pl.ts +2 -12
- package/src/tool/needleConverter/i18n/pt.ts +2 -12
- package/src/tool/needleConverter/i18n/ru.ts +6 -16
- package/src/tool/needleConverter/i18n/sv.ts +2 -12
- package/src/tool/needleConverter/i18n/tr.ts +2 -12
- package/src/tool/needleConverter/i18n/zh.ts +2 -12
- package/src/tool/needleConverter/index.ts +1 -0
- package/src/tool/needleConverter/seo.astro +1 -1
- package/src/tool/sewingPatternScaler/bibliography.astro +2 -10
- package/src/tool/sewingPatternScaler/bibliography.ts +12 -0
- package/src/tool/sewingPatternScaler/i18n/de.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/en.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/es.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/fr.ts +4 -14
- package/src/tool/sewingPatternScaler/i18n/id.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/it.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/ja.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/ko.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/nl.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/pl.ts +4 -14
- package/src/tool/sewingPatternScaler/i18n/pt.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/ru.ts +9 -19
- package/src/tool/sewingPatternScaler/i18n/sv.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/tr.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/zh.ts +5 -15
- package/src/tool/sewingPatternScaler/index.ts +1 -0
- package/src/tool/sewingPatternScaler/seo.astro +2 -36
- package/src/tool/shoeSizeConverter/bibliography.astro +2 -10
- package/src/tool/shoeSizeConverter/bibliography.ts +7 -0
- package/src/tool/shoeSizeConverter/i18n/de.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/en.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/es.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/fr.ts +3 -8
- package/src/tool/shoeSizeConverter/i18n/id.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/it.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/ja.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/ko.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/nl.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/pl.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/pt.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/ru.ts +6 -11
- package/src/tool/shoeSizeConverter/i18n/sv.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/tr.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/zh.ts +5 -10
- package/src/tool/shoeSizeConverter/index.ts +1 -0
- package/src/tool/shoeSizeConverter/seo.astro +2 -27
- package/src/tool/stainChemistry/bibliography.astro +2 -10
- package/src/tool/stainChemistry/bibliography.ts +16 -0
- package/src/tool/stainChemistry/i18n/de.ts +5 -19
- package/src/tool/stainChemistry/i18n/en.ts +5 -19
- package/src/tool/stainChemistry/i18n/es.ts +5 -19
- package/src/tool/stainChemistry/i18n/fr.ts +8 -22
- package/src/tool/stainChemistry/i18n/id.ts +5 -19
- package/src/tool/stainChemistry/i18n/it.ts +5 -19
- package/src/tool/stainChemistry/i18n/ja.ts +5 -19
- package/src/tool/stainChemistry/i18n/ko.ts +5 -19
- package/src/tool/stainChemistry/i18n/nl.ts +5 -19
- package/src/tool/stainChemistry/i18n/pl.ts +5 -19
- package/src/tool/stainChemistry/i18n/pt.ts +5 -19
- package/src/tool/stainChemistry/i18n/ru.ts +9 -23
- package/src/tool/stainChemistry/i18n/sv.ts +5 -19
- package/src/tool/stainChemistry/i18n/tr.ts +5 -19
- package/src/tool/stainChemistry/i18n/zh.ts +9 -23
- package/src/tool/stainChemistry/index.ts +1 -0
- package/src/tool/stainChemistry/seo.astro +2 -27
- package/src/tool/yarnCalculator/bibliography.astro +2 -10
- package/src/tool/yarnCalculator/bibliography.ts +16 -0
- package/src/tool/yarnCalculator/i18n/de.ts +2 -16
- package/src/tool/yarnCalculator/i18n/en.ts +2 -16
- package/src/tool/yarnCalculator/i18n/es.ts +2 -16
- package/src/tool/yarnCalculator/i18n/fr.ts +6 -20
- package/src/tool/yarnCalculator/i18n/id.ts +2 -16
- package/src/tool/yarnCalculator/i18n/it.ts +2 -16
- package/src/tool/yarnCalculator/i18n/ja.ts +2 -16
- package/src/tool/yarnCalculator/i18n/ko.ts +2 -16
- package/src/tool/yarnCalculator/i18n/nl.ts +2 -16
- package/src/tool/yarnCalculator/i18n/pl.ts +2 -16
- package/src/tool/yarnCalculator/i18n/pt.ts +2 -16
- package/src/tool/yarnCalculator/i18n/ru.ts +9 -23
- package/src/tool/yarnCalculator/i18n/sv.ts +2 -16
- package/src/tool/yarnCalculator/i18n/tr.ts +2 -16
- package/src/tool/yarnCalculator/i18n/zh.ts +7 -21
- package/src/tool/yarnCalculator/index.ts +1 -0
- package/src/tool/yarnCalculator/seo.astro +2 -1
- package/src/types.ts +2 -4
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FabricProjectCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'fabric-project-calculator';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<FabricProjectCalculatorUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: '자주 묻는 질문',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'Fabric Estimation Guide - Threads Magazine',
|
|
95
|
-
url: 'https://www.threadsmagazine.com/forum/measuring-fabric',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'How much fabric do I need? - Seamwork',
|
|
99
|
-
url: 'https://www.seamwork.com/sewing-tutorials/the-anatomy-of-a-sewing-pattern',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'Standard Fabric Consumption Charts - Textile School',
|
|
103
|
-
url: 'https://www.textileschool.com/209/fabric-consumption-in-garment-making/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FabricProjectCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'stofverbruik-calculator-project';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<FabricProjectCalculatorUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Veelgestelde Vragen',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'Fabric Estimation Guide - Threads Magazine',
|
|
95
|
-
url: 'https://www.threadsmagazine.com/forum/measuring-fabric',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'How much fabric do I need? - Seamwork',
|
|
99
|
-
url: 'https://www.seamwork.com/sewing-tutorials/the-anatomy-of-a-sewing-pattern',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'Standard Fabric Consumption Charts - Textile School',
|
|
103
|
-
url: 'https://www.textileschool.com/209/fabric-consumption-in-garment-making/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FabricProjectCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulator-tkaniny-projekt';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<FabricProjectCalculatorUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Najczęściej Zadawane Pytania',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'Fabric Estimation Guide - Threads Magazine',
|
|
95
|
-
url: 'https://www.threadsmagazine.com/forum/measuring-fabric',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'How much fabric do I need? - Seamwork',
|
|
99
|
-
url: 'https://www.seamwork.com/sewing-tutorials/the-anatomy-of-a-sewing-pattern',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'Standard Fabric Consumption Charts - Textile School',
|
|
103
|
-
url: 'https://www.textileschool.com/209/fabric-consumption-in-garment-making/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FabricProjectCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculadora-tecido-projeto';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<FabricProjectCalculatorUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Perguntas Frequentes',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'Fabric Estimation Guide - Threads Magazine',
|
|
95
|
-
url: 'https://www.threadsmagazine.com/forum/measuring-fabric',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'How much fabric do I need? - Seamwork',
|
|
99
|
-
url: 'https://www.seamwork.com/sewing-tutorials/the-anatomy-of-a-sewing-pattern',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'Standard Fabric Consumption Charts - Textile School',
|
|
103
|
-
url: 'https://www.textileschool.com/209/fabric-consumption-in-garment-making/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FabricProjectCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulyator-tkani-proekt';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<FabricProjectCalculatorUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Часто задаваемые вопросы',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'Fabric Estimation Guide - Threads Magazine',
|
|
95
|
-
url: 'https://www.threadsmagazine.com/forum/measuring-fabric',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'How much fabric do I need? - Seamwork',
|
|
99
|
-
url: 'https://www.seamwork.com/sewing-tutorials/the-anatomy-of-a-sewing-pattern',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'Standard Fabric Consumption Charts - Textile School',
|
|
103
|
-
url: 'https://www.textileschool.com/209/fabric-consumption-in-garment-making/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
94
|
seo: [
|
|
@@ -113,7 +99,7 @@ export const content: ToolLocaleContent<FabricProjectCalculatorUI> = {
|
|
|
113
99
|
},
|
|
114
100
|
{
|
|
115
101
|
type: 'paragraph',
|
|
116
|
-
html: 'Один из самых частых вопросов в швейной мастерской
|
|
102
|
+
html: 'Один из самых частых вопросов в швейной мастерской - сколько ткани купить для конкретного проекта. Расход ткани радикально зависит от трех факторов: модели изделия, размера человека и, прежде всего, ширины отреза ткани (которая обычно варьируется от 90 см до 150 см). Этот технический калькулятор систематизирует расчет, чтобы вы не купили лишнего и вам не не хватило материала в середине раскроя.',
|
|
117
103
|
},
|
|
118
104
|
{
|
|
119
105
|
type: 'title',
|
|
@@ -181,7 +167,7 @@ export const content: ToolLocaleContent<FabricProjectCalculatorUI> = {
|
|
|
181
167
|
type: 'card',
|
|
182
168
|
title: 'Припуск на шов',
|
|
183
169
|
icon: 'mdi:tape-measure',
|
|
184
|
-
html: 'Расстояние между краем выкройки и <strong>линией финального шва</strong>. Стандартное значение
|
|
170
|
+
html: 'Расстояние между краем выкройки и <strong>линией финального шва</strong>. Стандартное значение - 1,5 см для швов одежды.',
|
|
185
171
|
},
|
|
186
172
|
{
|
|
187
173
|
type: 'card',
|
|
@@ -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 { FabricProjectCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'tygatatgangskalkylator-projekt';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<FabricProjectCalculatorUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Vanliga frågor',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'Fabric Estimation Guide - Threads Magazine',
|
|
95
|
-
url: 'https://www.threadsmagazine.com/forum/measuring-fabric',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'How much fabric do I need? - Seamwork',
|
|
99
|
-
url: 'https://www.seamwork.com/sewing-tutorials/the-anatomy-of-a-sewing-pattern',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'Standard Fabric Consumption Charts - Textile School',
|
|
103
|
-
url: 'https://www.textileschool.com/209/fabric-consumption-in-garment-making/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FabricProjectCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'kumas-ihtiyaci-hesaplama-proje';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<FabricProjectCalculatorUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Sıkça Sorulan Sorular',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'Fabric Estimation Guide - Threads Magazine',
|
|
95
|
-
url: 'https://www.threadsmagazine.com/forum/measuring-fabric',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'How much fabric do I need? - Seamwork',
|
|
99
|
-
url: 'https://www.seamwork.com/sewing-tutorials/the-anatomy-of-a-sewing-pattern',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'Standard Fabric Consumption Charts - Textile School',
|
|
103
|
-
url: 'https://www.textileschool.com/209/fabric-consumption-in-garment-making/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FabricProjectCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'fabric-project-calculator';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<FabricProjectCalculatorUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: '常见问题',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'Fabric Estimation Guide - Threads Magazine',
|
|
95
|
-
url: 'https://www.threadsmagazine.com/forum/measuring-fabric',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'How much fabric do I need? - Seamwork',
|
|
99
|
-
url: 'https://www.seamwork.com/sewing-tutorials/the-anatomy-of-a-sewing-pattern',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'Standard Fabric Consumption Charts - Textile School',
|
|
103
|
-
url: 'https://www.textileschool.com/209/fabric-consumption-in-garment-making/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
94
|
seo: [
|
|
@@ -113,7 +99,7 @@ export const content: ToolLocaleContent<FabricProjectCalculatorUI> = {
|
|
|
113
99
|
},
|
|
114
100
|
{
|
|
115
101
|
type: 'paragraph',
|
|
116
|
-
html: '
|
|
102
|
+
html: '在缝纫工作室中,最常见的疑问之一是确定为一个特定项目购买多少布料。布料消耗量主要取决于三个因素:服装模型、个人尺寸,以及最核心的 - - 布料幅宽(通常在 90 厘米到 150 厘米之间)。这款技术计算器使计算系统化,让您既不会买得太多,也不会在裁剪到一半时发现面料不够。',
|
|
117
103
|
},
|
|
118
104
|
{
|
|
119
105
|
type: 'title',
|
|
@@ -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 { fabricProjectCalculator } 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 fabricProjectCalculator.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 fabricTruth.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{
|
|
5
|
+
name: 'FTC - Textile Labeling Guide',
|
|
6
|
+
url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'European Commission - Textile Regulation',
|
|
10
|
+
url: 'https://ec.europa.eu/growth/tools-databases/nando/',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
name: 'ISO 3758:2012 - Textile Care Symbols',
|
|
14
|
+
url: 'https://www.iso.org/standard/60465.html',
|
|
15
|
+
},
|
|
16
|
+
];
|
|
@@ -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 { FabricTruthUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'textil-wahrheit-faseranalyse';
|
|
@@ -258,25 +259,10 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
258
259
|
{ type: 'tip', title: 'Weniger ist mehr (Waschmittel)', html: 'Zu viel Seife hinterlässt Rückstände, die Schmutz anziehen und die Kleidung steif machen.' },
|
|
259
260
|
{ type: 'tip', title: 'Trockner: Der subtile Feind', html: 'Die Flusen, die Sie im Trocknerfilter sehen, sind Teile Ihrer Kleidung, die sich durch Reibung und Hitze gelöst haben.' },
|
|
260
261
|
{ type: 'tip', title: 'Auf links waschen', html: 'Schützt Farben und Stickereien vor der Reibung mit der Trommel und anderen Kleidungsstücken.' },
|
|
261
|
-
{ type: 'paragraph', html: '"Weniger kaufen, besser wählen und langlebig machen."
|
|
262
|
+
{ type: 'paragraph', html: '"Weniger kaufen, besser wählen und langlebig machen." - Dieser Analysator ist Ihr erster Schritt zu einem bewussten und hochwertigen Kleiderschrank.' },
|
|
262
263
|
],
|
|
263
|
-
faqTitle: 'Häufig gestellte Fragen',
|
|
264
264
|
faq: faqData,
|
|
265
|
-
|
|
266
|
-
bibliography: [
|
|
267
|
-
{
|
|
268
|
-
name: 'FTC - Leitfaden zur Textilkennzeichnung',
|
|
269
|
-
url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
name: 'Europäische Kommission - Textilregulierung',
|
|
273
|
-
url: 'https://ec.europa.eu/growth/tools-databases/nando/',
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
name: 'ISO 3758:2012 - Textilpflegesymbole',
|
|
277
|
-
url: 'https://www.iso.org/standard/60465.html',
|
|
278
|
-
},
|
|
279
|
-
],
|
|
265
|
+
bibliography: bibliography,
|
|
280
266
|
howTo: howToData,
|
|
281
267
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
282
268
|
};
|
|
@@ -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 { FabricTruthUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'fabric-truthfulness';
|
|
@@ -258,25 +259,10 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
258
259
|
{ type: 'tip', title: 'Less is More (Detergent)', html: 'Excess soap leaves residue that attracts dirt and makes clothes feel stiff.' },
|
|
259
260
|
{ type: 'tip', title: 'Dryer: The Subtle Enemy', html: 'The lint you see in the dryer filter is pieces of your clothes that have come off due to friction and heat.' },
|
|
260
261
|
{ type: 'tip', title: 'Inside Out Washing', html: 'Protects color and embroidery from rubbing against the drum and other garments.' },
|
|
261
|
-
{ type: 'paragraph', html: '"Buy less, choose better, and make it last."
|
|
262
|
+
{ type: 'paragraph', html: '"Buy less, choose better, and make it last." - This calculator is your first step towards a conscious and high-quality wardrobe.' },
|
|
262
263
|
],
|
|
263
|
-
faqTitle: 'Frequently Asked Questions',
|
|
264
264
|
faq: faqData,
|
|
265
|
-
|
|
266
|
-
bibliography: [
|
|
267
|
-
{
|
|
268
|
-
name: 'FTC - Textile Labeling Guide',
|
|
269
|
-
url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
name: 'European Commission - Textile Regulation',
|
|
273
|
-
url: 'https://ec.europa.eu/growth/tools-databases/nando/',
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
name: 'ISO 3758:2012 - Textile Care Symbols',
|
|
277
|
-
url: 'https://www.iso.org/standard/60465.html',
|
|
278
|
-
},
|
|
279
|
-
],
|
|
265
|
+
bibliography: bibliography,
|
|
280
266
|
howTo: howToData,
|
|
281
267
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
282
268
|
};
|
|
@@ -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 { FabricTruthUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'veracidad-textil';
|
|
@@ -258,9 +259,8 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
258
259
|
{ type: 'tip', title: 'Menos es Más (Detergente)', html: 'El exceso de jabón deja residuos que atraen suciedad y hacen que la ropa se sienta rígida.' },
|
|
259
260
|
{ type: 'tip', title: 'Secadora: El Enemigo Sutil', html: 'La pelusa que ves en el filtro de la secadora son trozos de tu ropa que se han desprendido por la fricción y el calor.' },
|
|
260
261
|
{ type: 'tip', title: 'Lavado del Revés', html: 'Protege el color y los bordados del roce con el tambor y otras prendas.' },
|
|
261
|
-
{ type: 'paragraph', html: '"Comprar menos, elegir mejor y hacerlo durar."
|
|
262
|
+
{ type: 'paragraph', html: '"Comprar menos, elegir mejor y hacerlo durar." - Esta calculadora es tu primer paso hacia un armario consciente y de alta calidad.' },
|
|
262
263
|
],
|
|
263
|
-
faqTitle: 'Preguntas Frecuentes',
|
|
264
264
|
faq: [
|
|
265
265
|
{
|
|
266
266
|
question: '¿Qué es el "Greenwashing" en la moda?',
|
|
@@ -279,21 +279,7 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
279
279
|
answer: 'Busca composiciones monomateriales (100% Algodón, 100% Lana). Las mezclas complejas suelen usarse para abaratar costes de producción y ocultan fibras sintéticas bajo nombres comerciales atractivos.',
|
|
280
280
|
},
|
|
281
281
|
],
|
|
282
|
-
|
|
283
|
-
bibliography: [
|
|
284
|
-
{
|
|
285
|
-
name: 'FTC - Guía de Etiquetado Textil',
|
|
286
|
-
url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
name: 'Comisión Europea - Regulación Textil',
|
|
290
|
-
url: 'https://ec.europa.eu/growth/tools-databases/nando/',
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
name: 'ISO 3758:2012 - Símbolos de Cuidado Textil',
|
|
294
|
-
url: 'https://www.iso.org/standard/60465.html',
|
|
295
|
-
},
|
|
296
|
-
],
|
|
282
|
+
bibliography: bibliography,
|
|
297
283
|
howTo: [
|
|
298
284
|
{
|
|
299
285
|
name: 'Localizar la etiqueta interna',
|
|
@@ -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 { FabricTruthUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'verite-textile';
|
|
@@ -92,17 +93,17 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
92
93
|
durability: 'Durabilité',
|
|
93
94
|
warmth: 'Chaleur',
|
|
94
95
|
careWarning: 'Avertissement de Soins Spéciaux',
|
|
95
|
-
specialCareWarning: 'LAVAGE STANDARD
|
|
96
|
+
specialCareWarning: 'LAVAGE STANDARD: Suivez toujours les instructions de l\'étiquette physique.',
|
|
96
97
|
validationError: 'La composition doit totaliser exactement 100 % pour voir le verdict',
|
|
97
98
|
actualTotal: 'Actuel',
|
|
98
99
|
missingLabel: 'manquant',
|
|
99
100
|
disclaimer: 'Les données de respirabilité, durabilité et chaleur sont des estimations basées sur les moyennes de l\'industrie pour chaque type de fibre.',
|
|
100
101
|
careWarnings: {
|
|
101
|
-
delicate: 'TRÈS DÉLICAT
|
|
102
|
-
wool: 'LAINE / POILS NOBLES
|
|
103
|
-
linen: 'LIN
|
|
104
|
-
semisynthetic: 'SEMI-SYNTHÉTIQUES
|
|
105
|
-
standard: 'LAVAGE STANDARD
|
|
102
|
+
delicate: 'TRÈS DÉLICAT: Lavage à la main à froid. Ne pas utiliser de sèche-linge. Éviter d\'essorer.',
|
|
103
|
+
wool: 'LAINE / POILS NOBLES: Laver à froid avec un programme spécial. Sécher à plat pour éviter les déformations. Ne pas utiliser de sèche-linge.',
|
|
104
|
+
linen: 'LIN: A tendance à beaucoup se froisser. Repasser légèrement humide pour de meilleurs résultats.',
|
|
105
|
+
semisynthetic: 'SEMI-SYNTHÉTIQUES: Se fragilise lorsqu\'il est mouillé. Manipuler avec soin et ne pas essorer fort.',
|
|
106
|
+
standard: 'LAVAGE STANDARD: Suivez toujours les instructions de l\'étiquette physique.',
|
|
106
107
|
},
|
|
107
108
|
fiberData: {
|
|
108
109
|
cotton: {
|
|
@@ -213,7 +214,7 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
213
214
|
},
|
|
214
215
|
fragile: {
|
|
215
216
|
label: 'Doux mais Fragile',
|
|
216
|
-
description: 'Très agréable au toucher, mais attention au lavage
|
|
217
|
+
description: 'Très agréable au toucher, mais attention au lavage: a tendance à se déformer et à rétrécir facilement.',
|
|
217
218
|
},
|
|
218
219
|
natural: {
|
|
219
220
|
label: 'Qualité Naturelle',
|
|
@@ -234,13 +235,13 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
234
235
|
},
|
|
235
236
|
},
|
|
236
237
|
seo: [
|
|
237
|
-
{ type: 'title', text: 'La Vérité Derrière l\'Étiquette
|
|
238
|
+
{ type: 'title', text: 'La Vérité Derrière l\'Étiquette: Guide Maître de la Composition Textile', level: 2 },
|
|
238
239
|
{ type: 'paragraph', html: 'Vous êtes-vous déjà demandé pourquoi ce t-shirt de marque vous fait tant transpirer, ou pourquoi ce pull "en laine" gratte insupportablement ? La réponse n\'est pas dans le design, mais dans la chimie de ses fibres.' },
|
|
239
240
|
{ type: 'paragraph', html: 'Dans un monde dominé par la <strong>Fast Fashion</strong>, la qualité des tissus est passée au second plan derrière l\'esthétique éphémère. Cependant, comprendre la composition textile est le seul moyen de faire un achat intelligent, durable et respectueux de votre peau. Notre outil de <strong>Vérité Textile</strong> analyse les pourcentages officiels pour vous révéler si vous êtes face à un vêtement de qualité ou simplement à un bloc de plastique traité.' },
|
|
240
241
|
{ type: 'title', text: 'Notre Méthodologie', level: 2 },
|
|
241
242
|
{ type: 'paragraph', html: 'Nous utilisons un algorithme pondéré basé sur trois piliers fondamentaux tirés des normes industrielles européennes et nord-américaines :' },
|
|
242
243
|
{ type: 'list', items: ['<strong>Respirabilité :</strong> Capacité de la fibre à laisser passer la vapeur d\'eau et l\'air.', '<strong>Durabilité :</strong> Résistance à l\'abrasion, à la traction et à la formation de <strong>pilling</strong> (bouloches).', '<strong>Efficacité Thermique :</strong> Capacité de rétention de chaleur ou de fraîcheur mécanique.'] },
|
|
243
|
-
{ type: 'tip', title: 'Important', html: 'La loi exige que tous les vêtements vendus dans l\'UE et aux États-Unis listent leurs composants par ordre décroissant de pourcentage. Si un vêtement n\'a pas d\'étiquette ou si celle-ci est illisible, méfiez-vous
|
|
244
|
+
{ type: 'tip', title: 'Important', html: 'La loi exige que tous les vêtements vendus dans l\'UE et aux États-Unis listent leurs composants par ordre décroissant de pourcentage. Si un vêtement n\'a pas d\'étiquette ou si celle-ci est illisible, méfiez-vous: il ne répond probablement pas aux normes minimales de sécurité textile.' },
|
|
244
245
|
{ type: 'title', text: 'Les "Tromperies" Communes dans le Commerce', level: 2 },
|
|
245
246
|
{ type: 'paragraph', html: 'Il existe des techniques de marketing sophistiquées conçues pour élever la valeur perçue d\'un vêtement médiocre. Voici comment les repérer :' },
|
|
246
247
|
{ type: 'card', title: 'L\'Accroche de la Fibre Noble', icon: 'mdi:alert', html: 'Vous verrez des étiquettes indiquant "AVEC CACHEMIRE" ou "AVEC SOIE" en grosses lettres. En regardant la composition, vous découvrez 3 % de soie et 97 % de polyester. Ces 3 % n\'apportent ni douceur, ni brillance, ni chaleur ; ils ne servent qu\'à permettre à la marque d\'augmenter le prix de 20 %.' },
|
|
@@ -249,34 +250,19 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
249
250
|
{ type: 'title', text: '1. Fibres Naturelles (Fièrement Organiques)', level: 3 },
|
|
250
251
|
{ type: 'paragraph', html: 'Ce sont la référence absolue. Le coton à fibres longues (comme le Pima ou l\'Égyptien) offre une douceur éternelle. Le lin est scientifiquement la meilleure fibre pour la chaleur en raison de sa structure moléculaire qui repousse la chaleur et absorbe l\'humidité. La laine et le chanvre sont des antibactériens naturels ; ils n\'ont pas besoin de lavages fréquents car ils ne retiennent pas les odeurs.' },
|
|
251
252
|
{ type: 'title', text: '2. Fibres Semi-Synthétiques (L\'Hybride)', level: 3 },
|
|
252
|
-
{ type: 'paragraph', html: 'On trouve ici la viscose, la rayonne et le modal. Ils ressemblent à de la soie mais coûtent comme du coton. Ils sont excellents pour les vêtements avec beaucoup de drapé, mais ils sont "assoiffés"
|
|
253
|
+
{ type: 'paragraph', html: 'On trouve ici la viscose, la rayonne et le modal. Ils ressemblent à de la soie mais coûtent comme du coton. Ils sont excellents pour les vêtements avec beaucoup de drapé, mais ils sont "assoiffés": ils absorbent beaucoup d\'eau et mettent longtemps à sécher, ce qui peut favoriser la moisissure s\'ils ne sont pas soignés. Le Lyocell (Tencel) est la version premium et durable de ce groupe, avec un cycle de production fermé et une plus grande résistance.' },
|
|
253
254
|
{ type: 'title', text: '3. Fibres Synthétiques (Plastiques Filés)', level: 3 },
|
|
254
|
-
{ type: 'paragraph', html: 'Le polyester est le roi du marché. Il est bon marché, ne se froisse pas et est éternel (littéralement, il mettra 200 ans à se décomposer). Le problème est qu\'il ne respire pas. Il crée un microclimat humide entre le tissu et votre peau, le terrain fertile idéal pour les bactéries. L\'acrylique est l\'imitation bon marché de la laine
|
|
255
|
+
{ type: 'paragraph', html: 'Le polyester est le roi du marché. Il est bon marché, ne se froisse pas et est éternel (littéralement, il mettra 200 ans à se décomposer). Le problème est qu\'il ne respire pas. Il crée un microclimat humide entre le tissu et votre peau, le terrain fertile idéal pour les bactéries. L\'acrylique est l\'imitation bon marché de la laine: il réchauffe, mais génère beaucoup d\'électricité statique et se couvre de bouloches en deux lavages.' },
|
|
255
256
|
{ type: 'title', text: 'Conseils de Survie Textile', level: 2 },
|
|
256
257
|
{ type: 'paragraph', html: 'Même le meilleur vêtement au monde peut être ruiné par un seul lavage inapproprié. Voici les règles d\'or universelles :' },
|
|
257
258
|
{ type: 'tip', title: 'L\'Eau Froide est Votre Amie', html: '90 % des vêtements n\'ont pas besoin de plus de 30°C. La chaleur dégrade les fibres élastiques et rétrécit les fibres naturelles.' },
|
|
258
259
|
{ type: 'tip', title: 'Moins, c\'est Mieux (Detergent)', html: 'L\'excès de savon laisse des résidus qui attirent la saleté et rendent les vêtements raides.' },
|
|
259
|
-
{ type: 'tip', title: 'Seche linge
|
|
260
|
+
{ type: 'tip', title: 'Seche linge: LEnnemi Subtil', html: 'Les peluches que vous voyez dans le filtre du sèche-linge sont des morceaux de vos vêtements qui se sont détachés par friction et chaleur.' },
|
|
260
261
|
{ type: 'tip', title: 'Lavage à l\'envers', html: 'Protège la couleur et les broderies du frottement avec le tambour et d\'autres vêtements.' },
|
|
261
|
-
{ type: 'paragraph', html: '"Acheter moins, choisir mieux et faire durer."
|
|
262
|
+
{ type: 'paragraph', html: '"Acheter moins, choisir mieux et faire durer." - Ce calculateur est votre première étape vers une garde-robe consciente et de haute qualité.' },
|
|
262
263
|
],
|
|
263
|
-
faqTitle: 'Foire Aux Questions',
|
|
264
264
|
faq: faqData,
|
|
265
|
-
|
|
266
|
-
bibliography: [
|
|
267
|
-
{
|
|
268
|
-
name: 'FTC - Guide d\'Étiquetage Textile',
|
|
269
|
-
url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
name: 'Commission Européenne - Réglementation Textile',
|
|
273
|
-
url: 'https://ec.europa.eu/growth/tools-databases/nando/',
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
name: 'ISO 3758:2012 - Symboles d\'Entretien Textile',
|
|
277
|
-
url: 'https://www.iso.org/standard/60465.html',
|
|
278
|
-
},
|
|
279
|
-
],
|
|
265
|
+
bibliography: bibliography,
|
|
280
266
|
howTo: howToData,
|
|
281
267
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
282
268
|
};
|
|
@@ -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 { FabricTruthUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'kejujuran-tekstil-analisis-serat';
|
|
@@ -258,25 +259,10 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
258
259
|
{ type: 'tip', title: 'Sedikit Lebih Baik (Deterjen)', html: 'Kelebihan sabun meninggalkan residu yang menarik kotoran dan membuat pakaian terasa kaku.' },
|
|
259
260
|
{ type: 'tip', title: 'Pengering Mesin: Musuh yang Halus', html: 'Serat halus yang Anda lihat di filter pengering adalah bagian dari pakaian Anda yang terlepas karena gesekan dan panas.' },
|
|
260
261
|
{ type: 'tip', title: 'Cuci dengan Posisi Terbalik', html: 'Melindungi warna dan sulaman dari gesekan dengan drum mesin cuci dan pakaian lainnya.' },
|
|
261
|
-
{ type: 'paragraph', html: '"Beli lebih sedikit, pilih lebih baik, dan buat bertahan lama."
|
|
262
|
+
{ type: 'paragraph', html: '"Beli lebih sedikit, pilih lebih baik, dan buat bertahan lama." - Alat analisis ini adalah langkah pertama Anda menuju lemari pakaian yang sadar dan berkualitas tinggi.' },
|
|
262
263
|
],
|
|
263
|
-
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
264
264
|
faq: faqData,
|
|
265
|
-
|
|
266
|
-
bibliography: [
|
|
267
|
-
{
|
|
268
|
-
name: 'FTC - Panduan Pelabelan Tekstil',
|
|
269
|
-
url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
name: 'Komisi Eropa - Regulasi Tekstil',
|
|
273
|
-
url: 'https://ec.europa.eu/growth/tools-databases/nando/',
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
name: 'ISO 3758:2012 - Simbol Perawatan Tekstil',
|
|
277
|
-
url: 'https://www.iso.org/standard/60465.html',
|
|
278
|
-
},
|
|
279
|
-
],
|
|
265
|
+
bibliography: bibliography,
|
|
280
266
|
howTo: howToData,
|
|
281
267
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
282
268
|
};
|