@jjlmoya/utils-diy 1.2.0 → 1.4.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 +2 -1
- package/src/category/i18n/de.ts +12 -0
- package/src/category/i18n/id.ts +12 -0
- package/src/category/i18n/it.ts +12 -0
- package/src/category/i18n/ja.ts +12 -0
- package/src/category/i18n/ko.ts +12 -0
- package/src/category/i18n/nl.ts +12 -0
- package/src/category/i18n/pl.ts +12 -0
- package/src/category/i18n/pt.ts +12 -0
- package/src/category/i18n/ru.ts +12 -0
- package/src/category/i18n/sv.ts +12 -0
- package/src/category/i18n/tr.ts +12 -0
- package/src/category/i18n/zh.ts +12 -0
- package/src/category/index.ts +13 -1
- package/src/tests/faq_count.test.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/seo_length.test.ts +3 -0
- package/src/tests/slug_uniqueness.test.ts +58 -0
- package/src/tool/balusterCalculator/i18n/de.ts +264 -0
- package/src/tool/balusterCalculator/i18n/id.ts +264 -0
- package/src/tool/balusterCalculator/i18n/it.ts +264 -0
- package/src/tool/balusterCalculator/i18n/ja.ts +264 -0
- package/src/tool/balusterCalculator/i18n/ko.ts +264 -0
- package/src/tool/balusterCalculator/i18n/nl.ts +264 -0
- package/src/tool/balusterCalculator/i18n/pl.ts +264 -0
- package/src/tool/balusterCalculator/i18n/pt.ts +264 -0
- package/src/tool/balusterCalculator/i18n/ru.ts +264 -0
- package/src/tool/balusterCalculator/i18n/sv.ts +264 -0
- package/src/tool/balusterCalculator/i18n/tr.ts +264 -0
- package/src/tool/balusterCalculator/i18n/zh.ts +264 -0
- package/src/tool/balusterCalculator/index.ts +15 -7
- package/src/tool/clayCalculator/i18n/de.ts +183 -0
- package/src/tool/clayCalculator/i18n/id.ts +183 -0
- package/src/tool/clayCalculator/i18n/it.ts +183 -0
- package/src/tool/clayCalculator/i18n/ja.ts +182 -0
- package/src/tool/clayCalculator/i18n/ko.ts +183 -0
- package/src/tool/clayCalculator/i18n/nl.ts +183 -0
- package/src/tool/clayCalculator/i18n/pl.ts +183 -0
- package/src/tool/clayCalculator/i18n/pt.ts +183 -0
- package/src/tool/clayCalculator/i18n/ru.ts +183 -0
- package/src/tool/clayCalculator/i18n/sv.ts +183 -0
- package/src/tool/clayCalculator/i18n/tr.ts +183 -0
- package/src/tool/clayCalculator/i18n/zh.ts +183 -0
- package/src/tool/clayCalculator/index.ts +15 -7
- package/src/tool/concreteCalculator/i18n/de.ts +201 -0
- package/src/tool/concreteCalculator/i18n/id.ts +201 -0
- package/src/tool/concreteCalculator/i18n/it.ts +201 -0
- package/src/tool/concreteCalculator/i18n/ja.ts +201 -0
- package/src/tool/concreteCalculator/i18n/ko.ts +201 -0
- package/src/tool/concreteCalculator/i18n/nl.ts +201 -0
- package/src/tool/concreteCalculator/i18n/pl.ts +201 -0
- package/src/tool/concreteCalculator/i18n/pt.ts +201 -0
- package/src/tool/concreteCalculator/i18n/ru.ts +201 -0
- package/src/tool/concreteCalculator/i18n/sv.ts +201 -0
- package/src/tool/concreteCalculator/i18n/tr.ts +201 -0
- package/src/tool/concreteCalculator/i18n/zh.ts +201 -0
- package/src/tool/concreteCalculator/index.ts +17 -5
- package/src/tool/cutOptimizer/i18n/de.ts +178 -0
- package/src/tool/cutOptimizer/i18n/id.ts +178 -0
- package/src/tool/cutOptimizer/i18n/it.ts +178 -0
- package/src/tool/cutOptimizer/i18n/ja.ts +178 -0
- package/src/tool/cutOptimizer/i18n/ko.ts +178 -0
- package/src/tool/cutOptimizer/i18n/nl.ts +178 -0
- package/src/tool/cutOptimizer/i18n/pl.ts +178 -0
- package/src/tool/cutOptimizer/i18n/pt.ts +178 -0
- package/src/tool/cutOptimizer/i18n/ru.ts +178 -0
- package/src/tool/cutOptimizer/i18n/sv.ts +178 -0
- package/src/tool/cutOptimizer/i18n/tr.ts +178 -0
- package/src/tool/cutOptimizer/i18n/zh.ts +178 -0
- package/src/tool/cutOptimizer/index.ts +17 -5
- package/src/tool/drillCalculator/i18n/de.ts +137 -0
- package/src/tool/drillCalculator/i18n/id.ts +137 -0
- package/src/tool/drillCalculator/i18n/it.ts +137 -0
- package/src/tool/drillCalculator/i18n/ja.ts +137 -0
- package/src/tool/drillCalculator/i18n/ko.ts +137 -0
- package/src/tool/drillCalculator/i18n/nl.ts +137 -0
- package/src/tool/drillCalculator/i18n/pl.ts +137 -0
- package/src/tool/drillCalculator/i18n/pt.ts +137 -0
- package/src/tool/drillCalculator/i18n/ru.ts +137 -0
- package/src/tool/drillCalculator/i18n/sv.ts +137 -0
- package/src/tool/drillCalculator/i18n/tr.ts +137 -0
- package/src/tool/drillCalculator/i18n/zh.ts +137 -0
- package/src/tool/drillCalculator/index.ts +17 -5
- package/src/tool/drillSharpener/i18n/de.ts +120 -0
- package/src/tool/drillSharpener/i18n/id.ts +120 -0
- package/src/tool/drillSharpener/i18n/it.ts +120 -0
- package/src/tool/drillSharpener/i18n/ja.ts +120 -0
- package/src/tool/drillSharpener/i18n/ko.ts +120 -0
- package/src/tool/drillSharpener/i18n/nl.ts +120 -0
- package/src/tool/drillSharpener/i18n/pl.ts +120 -0
- package/src/tool/drillSharpener/i18n/pt.ts +120 -0
- package/src/tool/drillSharpener/i18n/ru.ts +120 -0
- package/src/tool/drillSharpener/i18n/sv.ts +120 -0
- package/src/tool/drillSharpener/i18n/tr.ts +120 -0
- package/src/tool/drillSharpener/i18n/zh.ts +120 -0
- package/src/tool/drillSharpener/index.ts +17 -5
- package/src/tool/epoxyCalculator/i18n/de.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/id.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/it.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/ja.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/ko.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/nl.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/pl.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/pt.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/ru.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/sv.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/tr.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/zh.ts +118 -0
- package/src/tool/epoxyCalculator/index.ts +15 -7
- package/src/tool/furnitureFit/i18n/de.ts +113 -0
- package/src/tool/furnitureFit/i18n/id.ts +113 -0
- package/src/tool/furnitureFit/i18n/it.ts +113 -0
- package/src/tool/furnitureFit/i18n/ja.ts +113 -0
- package/src/tool/furnitureFit/i18n/ko.ts +113 -0
- package/src/tool/furnitureFit/i18n/nl.ts +113 -0
- package/src/tool/furnitureFit/i18n/pl.ts +113 -0
- package/src/tool/furnitureFit/i18n/pt.ts +113 -0
- package/src/tool/furnitureFit/i18n/ru.ts +113 -0
- package/src/tool/furnitureFit/i18n/sv.ts +113 -0
- package/src/tool/furnitureFit/i18n/tr.ts +113 -0
- package/src/tool/furnitureFit/i18n/zh.ts +113 -0
- package/src/tool/furnitureFit/index.ts +17 -5
- package/src/tool/mortarCalculator/i18n/de.ts +129 -0
- package/src/tool/mortarCalculator/i18n/id.ts +129 -0
- package/src/tool/mortarCalculator/i18n/it.ts +129 -0
- package/src/tool/mortarCalculator/i18n/ja.ts +129 -0
- package/src/tool/mortarCalculator/i18n/ko.ts +129 -0
- package/src/tool/mortarCalculator/i18n/nl.ts +129 -0
- package/src/tool/mortarCalculator/i18n/pl.ts +129 -0
- package/src/tool/mortarCalculator/i18n/pt.ts +129 -0
- package/src/tool/mortarCalculator/i18n/ru.ts +129 -0
- package/src/tool/mortarCalculator/i18n/sv.ts +129 -0
- package/src/tool/mortarCalculator/i18n/tr.ts +129 -0
- package/src/tool/mortarCalculator/i18n/zh.ts +129 -0
- package/src/tool/mortarCalculator/index.ts +17 -5
- package/src/tool/passepartoutCalculator/i18n/de.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/id.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/it.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/ja.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/ko.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/nl.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/pl.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/pt.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/ru.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/sv.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/tr.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/zh.ts +108 -0
- package/src/tool/passepartoutCalculator/index.ts +17 -5
- package/src/tool/stairCalculator/i18n/de.ts +144 -0
- package/src/tool/stairCalculator/i18n/id.ts +144 -0
- package/src/tool/stairCalculator/i18n/it.ts +144 -0
- package/src/tool/stairCalculator/i18n/ja.ts +144 -0
- package/src/tool/stairCalculator/i18n/ko.ts +144 -0
- package/src/tool/stairCalculator/i18n/nl.ts +144 -0
- package/src/tool/stairCalculator/i18n/pl.ts +144 -0
- package/src/tool/stairCalculator/i18n/pt.ts +144 -0
- package/src/tool/stairCalculator/i18n/ru.ts +144 -0
- package/src/tool/stairCalculator/i18n/sv.ts +144 -0
- package/src/tool/stairCalculator/i18n/tr.ts +144 -0
- package/src/tool/stairCalculator/i18n/zh.ts +144 -0
- package/src/tool/stairCalculator/index.ts +17 -5
- package/src/tool/thermalExpansionCalculator/i18n/de.ts +132 -0
- package/src/tool/thermalExpansionCalculator/i18n/id.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/it.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/ja.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/ko.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/nl.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/pl.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/pt.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/ru.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/sv.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/tr.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/zh.ts +130 -0
- package/src/tool/thermalExpansionCalculator/index.ts +17 -5
- package/src/tool/voltageDropCalculator/i18n/de.ts +112 -0
- package/src/tool/voltageDropCalculator/i18n/id.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/it.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/ja.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/ko.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/nl.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/pl.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/pt.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/ru.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/sv.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/tr.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/zh.ts +110 -0
- package/src/tool/voltageDropCalculator/index.ts +17 -5
- package/src/types.ts +1 -1
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { PassepartoutCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'passepartout-rekenmachine';
|
|
6
|
+
const title = 'Passepartout Calculator: Marges met Optische Correctie voor Inlijsten';
|
|
7
|
+
const description = 'Tool voor het berekenen van passepartout-marges met optische correctie (bottom weighting). Lijst je foto\'s en kunst in met galerie-proporties.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Wat is de optische middencorrectie (Bottom Weighting)?',
|
|
12
|
+
answer: 'Het is een principe bij het inlijsten waarbij de onderste marge iets breder wordt gemaakt dan de andere. Dit corrigeert de optische illusie waardoor het geometrische midden "gezakt" lijkt als je naar een opgehangen werk kijkt.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Van welk materiaal moet het passepartout zijn?',
|
|
16
|
+
answer: 'Voor artistieke conservering moet het zuurvrij of pH-neutraal karton zijn (alfa-cellulose of katoen). Goedkoop karton vergeelt met de tijd en kan het werk beschadigen door lignine.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Hoe kies ik de kleur van de marge?',
|
|
20
|
+
answer: 'Gebroken wit of zacht crème zijn de standaarden die niet afleiden van het werk. Een donkere marge kan de witte tinten in een foto benadrukken, terwijl een gekleurde marge voorzichtig moet worden gebruikt om niet te concurreren met de tinten van het stuk.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Wat is de ideale margebreedte?',
|
|
24
|
+
answer: 'Een professionele standaard ligt tussen de 5 en 8 cm. Als de marge te smal is, lijkt het werk "verstikt". Als de marge heel breed is, kan dit kleine werken een heroïsche en minimalistische uitstraling geven.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'Kunstwerk opmeten', text: 'Meet de exacte breedte en hoogte van het papier of doek dat je gaat inlijsten. Trek er een paar millimeter vanaf als je wilt dat de passepartout de afbeelding een klein beetje overlapt.' },
|
|
30
|
+
{ name: 'Binnenmaat van de lijst meten', text: 'Neem de binnenmaten van de lijst of de sponning waar het karton van de passepartout in komt te vallen.' },
|
|
31
|
+
{ name: 'Optische correctie activeren', text: 'Vink de optie aan in onze calculator als je wilt dat de onderste marge automatisch groter wordt voor een professionele afwerking.' },
|
|
32
|
+
{ name: 'Karton snijden', text: 'Gebruik de resulterende maten om het gat (venster) en de buitenkant van het karton te snijden, bij voorkeur met een 45-graden snijder voor een strakke schuine rand.' },
|
|
33
|
+
];
|
|
34
|
+
|
|
35
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
36
|
+
'@context': 'https://schema.org',
|
|
37
|
+
'@type': 'FAQPage',
|
|
38
|
+
mainEntity: faqData.map((item) => ({
|
|
39
|
+
'@type': 'Question',
|
|
40
|
+
name: item.question,
|
|
41
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
42
|
+
})),
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
46
|
+
'@context': 'https://schema.org',
|
|
47
|
+
'@type': 'HowTo',
|
|
48
|
+
name: title,
|
|
49
|
+
description,
|
|
50
|
+
step: howToData.map((step, i) => ({
|
|
51
|
+
'@type': 'HowToStep',
|
|
52
|
+
position: i + 1,
|
|
53
|
+
name: step.name,
|
|
54
|
+
text: step.text,
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'SoftwareApplication',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
applicationCategory: 'UtilityApplication',
|
|
64
|
+
operatingSystem: 'All',
|
|
65
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
66
|
+
inLanguage: 'nl',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'Veelgestelde Vragen',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: 'Technische Referenties',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'ISO 9706: Permanent papier voor documenten', url: 'https://www.iso.org/standard/22495.html' },
|
|
78
|
+
{ name: 'PPFA: Professional Picture Framers Association', url: 'https://ppfa.com/' },
|
|
79
|
+
{ name: 'Fine Art Trade Guild: Framing Standards', url: 'https://www.fineart.co.uk/' },
|
|
80
|
+
],
|
|
81
|
+
howTo: howToData,
|
|
82
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
|
+
seo: [
|
|
84
|
+
{ type: 'title', text: 'De Wetenschap van het Perfecte Inlijsten', level: 2 },
|
|
85
|
+
{ type: 'paragraph', html: 'Een <strong>Passepartout</strong> is niet alleen decoratief karton; het zijn de longen die je kunstwerk laten ademen. Deze calculator helpt je bij het bepalen van de exacte afmetingen voor het snijden van je karton, zodat het werk perfect gecentreerd of optisch uitgebalanceerd in de lijst hangt.' },
|
|
86
|
+
{ type: 'title', text: 'Waarom "Bottom Weighting"?', level: 3 },
|
|
87
|
+
{ type: 'card', icon: 'mdi:eye-outline', title: 'De optische illusie van het geometrische midden', html: '<p>Het menselijk oog heeft de neiging om het verticale geometrische midden iets lager waar te nemen dan het in werkelijkheid is. Als je een werk exact in het midden inlijst, lijkt het alsof het "naar beneden valt".</p><p><strong>Bottom Weighting</strong> corrigeert deze illusie door de onderste marge iets groter te maken, waardoor het werk visueel wordt opgetild zodat het perfect gecentreerd lijkt.</p>' },
|
|
88
|
+
{ type: 'title', text: 'Conserveringsmaterialen voor Passepartouts', level: 3 },
|
|
89
|
+
{ type: 'card', icon: 'mdi:palette-swatch-outline', title: 'Zuurvrij karton voor conservering', html: '<p>Zoek bij het kiezen van je karton altijd naar termen als <strong>"Acid-Free"</strong> of <strong>"Museum Quality"</strong>. Goedkoop karton van houtpulp kan na verloop van tijd vergelen en zuren afgeven die je kunstwerk "verbranden" (foxing), waardoor het onherstelbaar beschadigd raakt.</p>' },
|
|
90
|
+
],
|
|
91
|
+
ui: {
|
|
92
|
+
sectionTitle: 'Afmetingen',
|
|
93
|
+
sectionDesc: 'Voer de maten in centimeters in.',
|
|
94
|
+
frameSizeTitle: 'Grootte van de Lijst',
|
|
95
|
+
artSizeTitle: 'Grootte van het Werk',
|
|
96
|
+
labelWidth: 'Breedte (cm)',
|
|
97
|
+
labelHeight: 'Hoogte (cm)',
|
|
98
|
+
labelBottomWeighting: 'Bottom Weighting',
|
|
99
|
+
descBottomWeighting: 'Pas meer ondermarge toe voor visuele balans',
|
|
100
|
+
labelOffset: 'Offset (%)',
|
|
101
|
+
errorMsg: 'De grootte van het werk moet kleiner zijn dan de lijst.',
|
|
102
|
+
labelTop: 'Boven',
|
|
103
|
+
labelBottom: 'Onder',
|
|
104
|
+
labelLeft: 'Links',
|
|
105
|
+
labelRight: 'Rechts',
|
|
106
|
+
artPlaceholder: 'Jouw Kunst',
|
|
107
|
+
},
|
|
108
|
+
};
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { PassepartoutCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'kalkulator-passe-partout';
|
|
6
|
+
const title = 'Kalkulator Passepartout: Marginesy z Korekcją Optyczną do Oprawiania';
|
|
7
|
+
const description = 'Narzędzie do obliczania marginesów passe-partout z korekcją optyczną (bottom weighting). Oprawiaj swoje fotografie i sztukę z zachowaniem galerijnych proporcji.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Co to jest korekcja środka optycznego (Bottom Weighting)?',
|
|
12
|
+
answer: 'Jest to zasada projektowania i oprawiania, w której dolny margines jest nieco szerszy niż pozostałe. Koryguje to złudzenie optyczne, które sprawia, że środek geometryczny wydaje się "opadać", gdy patrzy się na wiszące dzieło.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Z jakiego materiału powinno być wykonane passe-partout?',
|
|
16
|
+
answer: 'W celach konserwatorskich powinien to być karton bezkwasowy lub o neutralnym pH (alfa-celuloza lub bawełna). Tanie kartony z czasem żółkną i mogą uszkodzić dzieło z powodu zawartości ligniny.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Jak wybrać kolor marginesu?',
|
|
20
|
+
answer: 'Złamana biel lub delikatny krem to standardy, które nie odciągają uwagi od dzieła. Ciemny margines może podkreślić biele na fotografii, natomiast kolorowy margines należy stosować ostrożnie, aby nie rywalizował z tonacją pracy.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Jaka jest idealna szerokość marginesu?',
|
|
24
|
+
answer: 'Profesjonalny standard to od 5 do 8 cm. Jeśli margines jest zbyt wąski, dzieło wydaje się "stłamszone". Jeśli jest bardzo szeroki, może nadać małym pracom heroiczny i minimalistyczny charakter.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'Zmierzyć dzieło sztuki', text: 'Zmierz dokładną szerokość i wysokość papieru lub płótna, które zamierzasz oprawić. Odejmij kilka milimetrów, jeśli chcesz, aby passe-partout lekko nachodziło na obraz.' },
|
|
30
|
+
{ name: 'Zmierzyć wnętrze ramy', text: 'Zmierz wewnętrzne wymiary ramy lub felcu, w którym zostanie umieszczony karton passe-partout.' },
|
|
31
|
+
{ name: 'Aktywować korekcję optyczną', text: 'Zaznacz opcję w naszym kalkulatorze, jeśli chcesz, aby dolny margines był automatycznie większy dla uzyskania profesjonalnego wykończenia.' },
|
|
32
|
+
{ name: 'Wyciąć karton', text: 'Użyj wynikowych wymiarów do wycięcia okna i zewnętrznej części kartonu, najlepiej za pomocą noża pod kątem 45 stopni dla uzyskania czystej fazy.' },
|
|
33
|
+
];
|
|
34
|
+
|
|
35
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
36
|
+
'@context': 'https://schema.org',
|
|
37
|
+
'@type': 'FAQPage',
|
|
38
|
+
mainEntity: faqData.map((item) => ({
|
|
39
|
+
'@type': 'Question',
|
|
40
|
+
name: item.question,
|
|
41
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
42
|
+
})),
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
46
|
+
'@context': 'https://schema.org',
|
|
47
|
+
'@type': 'HowTo',
|
|
48
|
+
name: title,
|
|
49
|
+
description,
|
|
50
|
+
step: howToData.map((step, i) => ({
|
|
51
|
+
'@type': 'HowToStep',
|
|
52
|
+
position: i + 1,
|
|
53
|
+
name: step.name,
|
|
54
|
+
text: step.text,
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'SoftwareApplication',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
applicationCategory: 'UtilityApplication',
|
|
64
|
+
operatingSystem: 'All',
|
|
65
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
66
|
+
inLanguage: 'pl',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'Często Zadawane Pytania',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: 'Referencje Techniczne',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'ISO 9706: Trwały papier do dokumentów', url: 'https://www.iso.org/standard/22495.html' },
|
|
78
|
+
{ name: 'PPFA: Professional Picture Framers Association', url: 'https://ppfa.com/' },
|
|
79
|
+
{ name: 'Fine Art Trade Guild: Standardy Oprawiania', url: 'https://www.fineart.co.uk/' },
|
|
80
|
+
],
|
|
81
|
+
howTo: howToData,
|
|
82
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
|
+
seo: [
|
|
84
|
+
{ type: 'title', text: 'Nauka o Idealnej Oprawie', level: 2 },
|
|
85
|
+
{ type: 'paragraph', html: '<strong>Passe-partout</strong> to nie tylko ozdobny karton; to płuca, które pozwalają Twojemu dziełu sztuki oddychać. Ten kalkulator pomoże Ci określić dokładne wymiary do wycięcia kartonu, zapewniając, że praca będzie idealnie wyśrodkowana lub optycznie zrównoważona wewnątrz ramy.' },
|
|
86
|
+
{ type: 'title', text: 'Dlaczego "Większy Dół" (Bottom Weighting)?', level: 3 },
|
|
87
|
+
{ type: 'card', icon: 'mdi:eye-outline', title: 'Złudzenie optyczne środka geometrycznego', html: '<p>Ludzkie oko ma tendencję do postrzegania pionowego środka geometrycznego nieco niżej niż znajduje się on w rzeczywistości. Jeśli oprawisz pracę dokładnie w środku, będzie się wydawać, że "opada".</p><p><strong>Bottom Weighting</strong> koryguje to złudzenie, pozostawiając nieco większy dolny margines, optycznie unosząc dzieło, aby wydawało się idealnie wyśrodkowane.</p>' },
|
|
88
|
+
{ type: 'title', text: 'Materiały Konserwatorskie do Passe-partout', level: 3 },
|
|
89
|
+
{ type: 'card', icon: 'mdi:palette-swatch-outline', title: 'Bezkwasowy karton do konserwacji', html: '<p>Wybierając karton, zawsze szukaj terminów takich jak <strong>"Acid-Free"</strong> lub <strong>"Museum Quality"</strong>. Tanie kartony z miazgi drzewnej mogą z czasem żółknąć i uwalniać kwasy, które "przypalą" Twoje dzieło (foxing), nieodwracalnie je niszcząc.</p>' },
|
|
90
|
+
],
|
|
91
|
+
ui: {
|
|
92
|
+
sectionTitle: 'Wymiary',
|
|
93
|
+
sectionDesc: 'Wprowadź wymiary w centymetrach.',
|
|
94
|
+
frameSizeTitle: 'Rozmiar Ramy',
|
|
95
|
+
artSizeTitle: 'Rozmiar Dzieła',
|
|
96
|
+
labelWidth: 'Szerokość (cm)',
|
|
97
|
+
labelHeight: 'Wysokość (cm)',
|
|
98
|
+
labelBottomWeighting: 'Bottom Weighting',
|
|
99
|
+
descBottomWeighting: 'Zastosuj większy dolny margines dla równowagi wizualnej',
|
|
100
|
+
labelOffset: 'Przesunięcie (%)',
|
|
101
|
+
errorMsg: 'Rozmiar dzieła musi być mniejszy niż ramy.',
|
|
102
|
+
labelTop: 'Góra',
|
|
103
|
+
labelBottom: 'Dół',
|
|
104
|
+
labelLeft: 'Lewy',
|
|
105
|
+
labelRight: 'Prawy',
|
|
106
|
+
artPlaceholder: 'Twoje Dzieło',
|
|
107
|
+
},
|
|
108
|
+
};
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { PassepartoutCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'calculadora-de-passepartout';
|
|
6
|
+
const title = 'Calculadora Passepartout: Margens com Correção Ótica para Emolduramento';
|
|
7
|
+
const description = 'Ferramenta para calcular margens de passepartout com correção ótica (bottom weighting). Emoldure as suas fotografias e arte com proporções de galeria.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'O que é a correção de centro ótico (Bottom Weighting)?',
|
|
12
|
+
answer: 'É um princípio de design e emolduramento onde a margem inferior é ligeiramente mais larga que as outras. Isto corrige a ilusão ótica que faz com que o centro geométrico pareça estar "caído" quando se olha para uma obra pendurada.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'De que material deve ser o passepartout?',
|
|
16
|
+
answer: 'Para conservação artística, deve ser cartão livre de ácido ou de pH neutro (alfa-celulose ou algodão). Os cartões baratos amarelecem com o tempo e podem danificar a obra devido à lenhina.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Como escolho a cor da margem?',
|
|
20
|
+
answer: 'O branco sujo ou creme suave são os padrões que não distraem da obra. Uma margem escura pode realçar os brancos de uma fotografia, enquanto uma margem colorida deve ser usada com cuidado para não competir com os tons da peça.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Qual é a largura de margem ideal?',
|
|
24
|
+
answer: 'Um padrão profissional é entre 5 e 8 cm. Se a margem for demasiado estreita, a obra parece "asfixiada". Se for muito larga, pode dar um ar heroico e minimalista a obras pequenas.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'Medir a obra de arte', text: 'Meça a largura e altura exata do papel ou tela que vai emoldurar. Desconte uns milímetros se quiser que o passepartout monte um pouco sobre a imagem.' },
|
|
30
|
+
{ name: 'Medir o interior da moldura', text: 'Tome as dimensões internas da moldura ou rebaixo onde encaixará o cartão do passepartout.' },
|
|
31
|
+
{ name: 'Ativar correção ótica', text: 'Marque a opção na nossa calculadora se quiser que a margem inferior seja automaticamente maior para um acabamento profissional.' },
|
|
32
|
+
{ name: 'Cortar o cartão', text: 'Use as medidas resultantes para cortar o buraco (janela) e o exterior do cartão, preferencialmente com um x-ato de 45 graus para um bisel limpo.' },
|
|
33
|
+
];
|
|
34
|
+
|
|
35
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
36
|
+
'@context': 'https://schema.org',
|
|
37
|
+
'@type': 'FAQPage',
|
|
38
|
+
mainEntity: faqData.map((item) => ({
|
|
39
|
+
'@type': 'Question',
|
|
40
|
+
name: item.question,
|
|
41
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
42
|
+
})),
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
46
|
+
'@context': 'https://schema.org',
|
|
47
|
+
'@type': 'HowTo',
|
|
48
|
+
name: title,
|
|
49
|
+
description,
|
|
50
|
+
step: howToData.map((step, i) => ({
|
|
51
|
+
'@type': 'HowToStep',
|
|
52
|
+
position: i + 1,
|
|
53
|
+
name: step.name,
|
|
54
|
+
text: step.text,
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'SoftwareApplication',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
applicationCategory: 'UtilityApplication',
|
|
64
|
+
operatingSystem: 'All',
|
|
65
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
66
|
+
inLanguage: 'pt',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'Perguntas Frequentes',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: 'Referências Técnicas',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'ISO 9706: Papel permanente para documentos', url: 'https://www.iso.org/standard/22495.html' },
|
|
78
|
+
{ name: 'PPFA: Professional Picture Framers Association', url: 'https://ppfa.com/' },
|
|
79
|
+
{ name: 'Fine Art Trade Guild: Framing Standards', url: 'https://www.fineart.co.uk/' },
|
|
80
|
+
],
|
|
81
|
+
howTo: howToData,
|
|
82
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
|
+
seo: [
|
|
84
|
+
{ type: 'title', text: 'A Ciência do Emolduramento Perfeito', level: 2 },
|
|
85
|
+
{ type: 'paragraph', html: 'Um <strong>Passepartout</strong> não é apenas um cartão decorativo; é o pulmão que permite respirar à sua obra de arte. Esta calculadora ajuda-o a determinar as dimensões exatas para cortar o seu cartão, assegurando que a obra fique perfeitamente centrada ou equilibrada oticamente dentro da moldura.' },
|
|
86
|
+
{ type: 'title', text: 'Porquê o "Peso Inferior" ou Bottom Weighting?', level: 3 },
|
|
87
|
+
{ type: 'card', icon: 'mdi:eye-outline', title: 'A ilusão ótica do centro geométrico', html: '<p>O olho humano tende a perceber o centro vertical geométrico como se estivesse ligeiramente mais baixo do que realmente está. Se emoldurar uma obra exatamente no centro, parecerá que se está "a cair".</p><p>O <strong>Bottom Weighting</strong> corrige esta ilusão ótica deixando uma margem inferior ligeiramente maior, elevando a obra visualmente para que pareça perfeitamente centrada.</p>' },
|
|
88
|
+
{ type: 'title', text: 'Materiais de Conservação para Passepartout', level: 3 },
|
|
89
|
+
{ type: 'card', icon: 'mdi:palette-swatch-outline', title: 'O cartão sem ácido para conservação', html: '<p>Ao escolher o seu cartão, procure sempre termos como <strong>"Acid-Free"</strong> ou <strong>"Museum Quality"</strong>. Os cartões baratos de polpa de madeira podem amarelecer com o tempo e libertar ácidos que queimarão a sua obra de arte (foxing), arruinando-a irreversivelmente.</p>' },
|
|
90
|
+
],
|
|
91
|
+
ui: {
|
|
92
|
+
sectionTitle: 'Dimensões',
|
|
93
|
+
sectionDesc: 'Introduza as medidas em centímetros.',
|
|
94
|
+
frameSizeTitle: 'Tamanho da Moldura',
|
|
95
|
+
artSizeTitle: 'Tamanho da Obra',
|
|
96
|
+
labelWidth: 'Largura (cm)',
|
|
97
|
+
labelHeight: 'Altura (cm)',
|
|
98
|
+
labelBottomWeighting: 'Bottom Weighting',
|
|
99
|
+
descBottomWeighting: 'Aplique mais margem inferior para equilíbrio visual',
|
|
100
|
+
labelOffset: 'Deslocamento (%)',
|
|
101
|
+
errorMsg: 'O tamanho da obra deve ser menor que a moldura.',
|
|
102
|
+
labelTop: 'Sup',
|
|
103
|
+
labelBottom: 'Inf',
|
|
104
|
+
labelLeft: 'Esq',
|
|
105
|
+
labelRight: 'Dir',
|
|
106
|
+
artPlaceholder: 'A Sua Obra',
|
|
107
|
+
},
|
|
108
|
+
};
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { PassepartoutCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'kalkulyator-passepartu';
|
|
6
|
+
const title = 'Калькулятор паспарту: поля с оптической коррекцией для оформления';
|
|
7
|
+
const description = 'Инструмент для расчета полей паспарту с оптической коррекцией (bottom weighting). Оформляйте свои фотографии и искусство с галерейными пропорциями.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Что такое оптическая коррекция центра (Bottom Weighting)?',
|
|
12
|
+
answer: 'Это принцип дизайна и оформления, при котором нижнее поле делается чуть шире остальных. Это корректирует оптическую иллюзию, из-за которой геометрический центр кажется «просевшим», когда смотришь на висящую работу.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Из какого материала должно быть паспарту?',
|
|
16
|
+
answer: 'Для художественной сохранности следует использовать безкислотный картон или картон с нейтральным pH (альфа-целлюлоза или хлопок). Дешевый картон со временем желтеет и может повредить работу из-за содержания лигнина.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Как выбрать цвет полей?',
|
|
20
|
+
answer: 'Стандартом являются цвет слоновой кости или мягкий кремовый цвета, которые не отвлекают от самой работы. Темные поля могут подчеркнуть белые тона фотографии, тогда как цветные поля следует использовать осторожно, чтобы они не спорили с тональностью произведения.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Какова идеальная ширина поля?',
|
|
24
|
+
answer: 'Профессиональный стандарт составляет от 5 до 8 см. Если поле слишком узкое, работа кажется «зажатой». Если очень широкое, оно может придать небольшим работам монументальный и минималистичный вид.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'Измерить произведение искусства', text: 'Измерьте точную ширину и высоту бумаги или холста, которые вы собираетесь оформить. Вычтите несколько миллиметров, если хотите, чтобы паспарту немного заходило на изображение.' },
|
|
30
|
+
{ name: 'Измерить внутреннюю часть рамы', text: 'Возьмите внутренние размеры рамы или четверти, куда будет вставляться картон паспарту.' },
|
|
31
|
+
{ name: 'Активировать оптическую коррекцию', text: 'Отметьте этот пункт в калькуляторе, если хотите, чтобы нижнее поле автоматически было больше для профессионального результата.' },
|
|
32
|
+
{ name: 'Вырезать картон', text: 'Используйте полученные размеры для вырезания окна и внешней части картона, желательно с косым срезом под 45 градусов для чистого края.' },
|
|
33
|
+
];
|
|
34
|
+
|
|
35
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
36
|
+
'@context': 'https://schema.org',
|
|
37
|
+
'@type': 'FAQPage',
|
|
38
|
+
mainEntity: faqData.map((item) => ({
|
|
39
|
+
'@type': 'Question',
|
|
40
|
+
name: item.question,
|
|
41
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
42
|
+
})),
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
46
|
+
'@context': 'https://schema.org',
|
|
47
|
+
'@type': 'HowTo',
|
|
48
|
+
name: title,
|
|
49
|
+
description,
|
|
50
|
+
step: howToData.map((step, i) => ({
|
|
51
|
+
'@type': 'HowToStep',
|
|
52
|
+
position: i + 1,
|
|
53
|
+
name: step.name,
|
|
54
|
+
text: step.text,
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'SoftwareApplication',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
applicationCategory: 'UtilityApplication',
|
|
64
|
+
operatingSystem: 'All',
|
|
65
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
66
|
+
inLanguage: 'ru',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'Часто задаваемые вопросы',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: 'Технические справочники',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'ISO 9706: Долговечная бумага для документов', url: 'https://www.iso.org/standard/22495.html' },
|
|
78
|
+
{ name: 'PPFA: Профессиональная ассоциация оформителей картин', url: 'https://ppfa.com/' },
|
|
79
|
+
{ name: 'Fine Art Trade Guild: Стандарты оформления', url: 'https://www.fineart.co.uk/' },
|
|
80
|
+
],
|
|
81
|
+
howTo: howToData,
|
|
82
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
|
+
seo: [
|
|
84
|
+
{ type: 'title', text: 'Наука идеального оформления', level: 2 },
|
|
85
|
+
{ type: 'paragraph', html: '<strong>Паспарту</strong> — это не просто декоративный картон; это легкие, которые позволяют вашему произведению искусства дышать. Этот калькулятор поможет вам определить точные размеры для вырезания картона, гарантируя, что работа будет идеально центрирована или оптически сбалансирована внутри рамы.' },
|
|
86
|
+
{ type: 'title', text: 'Почему важен «тяжелый низ» или Bottom Weighting?', level: 3 },
|
|
87
|
+
{ type: 'card', icon: 'mdi:eye-outline', title: 'Оптическая иллюзия геометрического центра', html: '<p>Человеческий глаз склонен воспринимать вертикальный геометрический центр чуть ниже, чем он есть на самом деле. Если вы оформите работу точно по центру, будет казаться, что она «падает».</p><p><strong>Bottom Weighting</strong> корректирует эту иллюзию, оставляя нижнее поле чуть больше, визуально приподнимая работу, чтобы она казалась идеально центрированной.</p>' },
|
|
88
|
+
{ type: 'title', text: 'Материалы для консервационного оформления', level: 3 },
|
|
89
|
+
{ type: 'card', icon: 'mdi:palette-swatch-outline', title: 'Безкислотный картон для консервации', html: '<p>При выборе картона всегда ищите пометки <strong>«Acid-Free»</strong> или <strong>«Museum Quality»</strong>. Дешевый картон из древесной массы может со временем пожелтеть и выделять кислоты, которые «прожгут» ваше произведение искусства (фоксинг), непоправимо испортив его.</p>' },
|
|
90
|
+
],
|
|
91
|
+
ui: {
|
|
92
|
+
sectionTitle: 'Размеры',
|
|
93
|
+
sectionDesc: 'Введите размеры в сантиметрах.',
|
|
94
|
+
frameSizeTitle: 'Размер рамы',
|
|
95
|
+
artSizeTitle: 'Размер работы',
|
|
96
|
+
labelWidth: 'Ширина (см)',
|
|
97
|
+
labelHeight: 'Высота (см)',
|
|
98
|
+
labelBottomWeighting: 'Bottom Weighting',
|
|
99
|
+
descBottomWeighting: 'Увеличить нижнее поле для визуального баланса',
|
|
100
|
+
labelOffset: 'Смещение (%)',
|
|
101
|
+
errorMsg: 'Размер работы должен быть меньше размера рамы.',
|
|
102
|
+
labelTop: 'Верх',
|
|
103
|
+
labelBottom: 'Низ',
|
|
104
|
+
labelLeft: 'Лев',
|
|
105
|
+
labelRight: 'Прав',
|
|
106
|
+
artPlaceholder: 'Ваша работа',
|
|
107
|
+
},
|
|
108
|
+
};
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { PassepartoutCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'passepartout-kalkylator';
|
|
6
|
+
const title = 'Passepartout kalkylator: Marginaler med optisk korrektion för inramning';
|
|
7
|
+
const description = 'Verktyg för att beräkna passepartout-marginaler med optisk korrektion (bottom weighting). Rama in dina fotografier och konstverk med galleriproportioner.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Vad är optisk mittkorrektion (Bottom Weighting)?',
|
|
12
|
+
answer: 'Det är en princip inom inramning där den nedre marginalen görs något bredare än de övriga. Detta korrigerar den optiska illusionen som får det geometriska centrumet att se ut som om det "sjunkit" när man tittar på ett upphängt verk.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Vilket material ska passepartouten bestå av?',
|
|
16
|
+
answer: 'För konstnärlig konservering bör det vara syrafri eller pH-neutral kartong (alfa-cellulosa eller bomull). Billig kartong gulnar med tiden och kan skada verket på grund av lignin.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Hur väljer jag färg på marginalen?',
|
|
20
|
+
answer: 'Off-white eller mjuk creme är standarder som inte distraherar från verket. En mörk marginal kan framhäva de vita tonerna i ett fotografi, medan en färgad marginal bör användas med försiktighet så att den inte konkurrerar med verkets färgtoner.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Vad är den ideala marginalbredden?',
|
|
24
|
+
answer: 'En professionell standard är mellan 5 och 8 cm. Om marginalen är för smal ser verket "kvävt" ut. Om den är mycket bred kan det ge små verk en heroisk och minimalistisk känsla.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'Mät konstverket', text: 'Mät den exakta bredden och höjden på pappret eller duken som ska ramas in. Dra av några millimeter om du vill att passepartouten ska täcka bilden lite grann.' },
|
|
30
|
+
{ name: 'Mät ramens innermått', text: 'Ta ramens invändiga mått eller falsen där passepartout-kartongen ska sitta.' },
|
|
31
|
+
{ name: 'Aktivera optisk korrektion', text: 'Välj alternativet i vår kalkylator om du vill att den nedre marginalen automatiskt ska vara större för en professionell finish.' },
|
|
32
|
+
{ name: 'Skär till kartongen', text: 'Använd de resulterande måtten för att skära ut hålet (fönstret) och kartongens yttermått, helst med en 45-graders skärare för en snygg fasning.' },
|
|
33
|
+
];
|
|
34
|
+
|
|
35
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
36
|
+
'@context': 'https://schema.org',
|
|
37
|
+
'@type': 'FAQPage',
|
|
38
|
+
mainEntity: faqData.map((item) => ({
|
|
39
|
+
'@type': 'Question',
|
|
40
|
+
name: item.question,
|
|
41
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
42
|
+
})),
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
46
|
+
'@context': 'https://schema.org',
|
|
47
|
+
'@type': 'HowTo',
|
|
48
|
+
name: title,
|
|
49
|
+
description,
|
|
50
|
+
step: howToData.map((step, i) => ({
|
|
51
|
+
'@type': 'HowToStep',
|
|
52
|
+
position: i + 1,
|
|
53
|
+
name: step.name,
|
|
54
|
+
text: step.text,
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'SoftwareApplication',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
applicationCategory: 'UtilityApplication',
|
|
64
|
+
operatingSystem: 'All',
|
|
65
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
66
|
+
inLanguage: 'sv',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'Vanliga frågor',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: 'Tekniska referenser',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'ISO 9706: Permanent papper för dokument', url: 'https://www.iso.org/standard/22495.html' },
|
|
78
|
+
{ name: 'PPFA: Professional Picture Framers Association', url: 'https://ppfa.com/' },
|
|
79
|
+
{ name: 'Fine Art Trade Guild: Inramningsstandarder', url: 'https://www.fineart.co.uk/' },
|
|
80
|
+
],
|
|
81
|
+
howTo: howToData,
|
|
82
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
|
+
seo: [
|
|
84
|
+
{ type: 'title', text: 'Vetenskapen bakom den perfekta inramningen', level: 2 },
|
|
85
|
+
{ type: 'paragraph', html: 'En <strong>Passepartout</strong> är inte bara en dekorativ kartong; det är lungorna som låter ditt konstverk andas. Denna kalkylator hjälper dig att fastställa de exakta måtten för att skära din kartong, vilket säkerställer att verket placeras perfekt centrerat eller optiskt balanserat i ramen.' },
|
|
86
|
+
{ type: 'title', text: 'Varför "Bottom Weighting"?', level: 3 },
|
|
87
|
+
{ type: 'card', icon: 'mdi:eye-outline', title: 'Den optiska illusionen av det geometriska centrumet', html: '<p>Det mänskliga ögat tenderar att uppfatta det vertikala geometriska centrumet som något lägre än det faktiskt är. Om du ramar in ett verk exakt i mitten ser det ut som om det "sjunker".</p><p><strong>Bottom Weighting</strong> korrigerar denna illusion genom att lämna en något större nedre marginal, vilket lyfter verket visuellt så att det ser perfekt centrerat ut.</p>' },
|
|
88
|
+
{ type: 'title', text: 'Konserveringsmaterial för passepartouter', level: 3 },
|
|
89
|
+
{ type: 'card', icon: 'mdi:palette-swatch-outline', title: 'Syrafri kartong för konservering', html: '<p>När du väljer kartong ska du alltid leta efter termer som <strong>"Acid-Free"</strong> eller <strong>"Museum Quality"</strong>. Billig kartong av trämassa kan gulna med tiden och frigöra syror som "bränner" ditt konstverk (foxing), vilket förstör det oåterkalleligt.</p>' },
|
|
90
|
+
],
|
|
91
|
+
ui: {
|
|
92
|
+
sectionTitle: 'Dimensioner',
|
|
93
|
+
sectionDesc: 'Ange måtten i centimeter.',
|
|
94
|
+
frameSizeTitle: 'Ramens storlek',
|
|
95
|
+
artSizeTitle: 'Verkets storlek',
|
|
96
|
+
labelWidth: 'Bredd (cm)',
|
|
97
|
+
labelHeight: 'Höjd (cm)',
|
|
98
|
+
labelBottomWeighting: 'Bottom Weighting',
|
|
99
|
+
descBottomWeighting: 'Använd mer nedmarginal för visuell balans',
|
|
100
|
+
labelOffset: 'Offset (%)',
|
|
101
|
+
errorMsg: 'Verkets storlek måste vara mindre än ramen.',
|
|
102
|
+
labelTop: 'Överkant',
|
|
103
|
+
labelBottom: 'Nederkant',
|
|
104
|
+
labelLeft: 'Vänster',
|
|
105
|
+
labelRight: 'Höger',
|
|
106
|
+
artPlaceholder: 'Ditt verk',
|
|
107
|
+
},
|
|
108
|
+
};
|