@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,144 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { StairCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'merdiven-hesaplayici';
|
|
6
|
+
const title = 'Merdiven Hesaplayıcı: Tasarım ve Uygulama';
|
|
7
|
+
const description = 'Merdiveninizin kesin ölçülerini hesaplayın: rıht, basamak, açı ve malzemeler. Blondel Yasası\'na uyarak inşaat hatalarını önleyin.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Blondel Yasası nedir?',
|
|
12
|
+
answer: 'Bir merdivenin konforlu olabilmesi için iki rıht yüksekliği ile bir basamak genişliğinin toplamının 62 ile 64 cm arasında olması gerektiğini belirten bir formüldür (2R + B = 63). Bu yasa, ortalama insan adımı uzunluğuna dayanır.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Bir basamağın maksimum yüksekliği ne olmalıdır?',
|
|
16
|
+
answer: 'Konutlarda 18-19 cm\'yi geçmemesi önerilir. Kamusal alanlarda ise yönetmeliklere göre maksimum genellikle 17,5 cm\'dir. Daha yüksek rıhtlar daha fazla yorar ve tehlikeli olabilir.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Alan azsa nasıl hesaplama yaparım?',
|
|
20
|
+
answer: 'Yatay mesafe sınırlıysa, basamak sayısını artırmanız (rıhtı küçülterek) veya daha dik bir eğimi kabul etmeniz gerekir. Hesaplayıcı, en uygun dengeyi bulmanıza yardımcı olur.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Beton metrajı neleri içerir?',
|
|
24
|
+
answer: 'Basamaklar ve basamakları taşıyan eğimli plak (rampa kısmı) dikkate alınarak toplam beton hacmi hesaplanır. Bu plakanın hacmini ihmal etmek eksik beton siparişine neden olur.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'Kümülatif aplikasyon (işaretleme) neden önemlidir?',
|
|
28
|
+
answer: 'Her basamağı tek tek ölçmek kümülatif hatalara neden olur. Kümülatif aplikasyon, tüm basamakların tam olarak aynı yükseklikte olmasını sağlayarak riskleri önler ve konforu artırır.',
|
|
29
|
+
},
|
|
30
|
+
];
|
|
31
|
+
|
|
32
|
+
const howToData = [
|
|
33
|
+
{ name: 'Yükseklik farkını ölçün', text: 'Alt bitmiş zeminden üst bitmiş zemine kadar olan toplam yükseklik farkını (H) ölçün. Bu, tüm hesaplamanın temel verisidir.' },
|
|
34
|
+
{ name: 'Mevcut uzunluğu girin', text: 'Opsiyonel: Alan kısıtlamanız varsa, mevcut yatay uzunluğu girin. Kısıtlama yoksa 0 kullanın.' },
|
|
35
|
+
{ name: 'Basamak sayısını ayarlayın', text: 'Hesaplayıcı başlangıç sayısı önerir ama siz ayarlayabilirsiniz. Blondel göstergesine dikkat edin: Maksimum konfor için yeşil (62-64 cm) olmalıdır.' },
|
|
36
|
+
{ name: 'Şantiye parametrelerini tanımlayın', text: 'Plak kalınlığı, kaplamalar, beton dayanımı ve merdiven genişliğini belirtin. Bu veriler final metrajını etkiler.' },
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
40
|
+
'@context': 'https://schema.org',
|
|
41
|
+
'@type': 'FAQPage',
|
|
42
|
+
mainEntity: faqData.map((item) => ({
|
|
43
|
+
'@type': 'Question',
|
|
44
|
+
name: item.question,
|
|
45
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
46
|
+
})),
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
50
|
+
'@context': 'https://schema.org',
|
|
51
|
+
'@type': 'HowTo',
|
|
52
|
+
name: title,
|
|
53
|
+
description,
|
|
54
|
+
step: howToData.map((step, i) => ({
|
|
55
|
+
'@type': 'HowToStep',
|
|
56
|
+
position: i + 1,
|
|
57
|
+
name: step.name,
|
|
58
|
+
text: step.text,
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'SoftwareApplication',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
applicationCategory: 'UtilityApplication',
|
|
68
|
+
operatingSystem: 'All',
|
|
69
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
70
|
+
inLanguage: 'tr',
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
export const content: ToolLocaleContent<StairCalculatorUI> = {
|
|
74
|
+
slug,
|
|
75
|
+
title,
|
|
76
|
+
description,
|
|
77
|
+
faqTitle: 'Sıkça Sorulan Sorular',
|
|
78
|
+
faq: faqData,
|
|
79
|
+
bibliographyTitle: 'Referanslar ve Yönetmelikler',
|
|
80
|
+
bibliography: [
|
|
81
|
+
{ name: 'Merdivenlerin Planlanması ve Yönetmelikler', url: 'https://tr.wikipedia.org/wiki/Merdiven' },
|
|
82
|
+
{ name: 'Blondel Yasası - Wikipedia (İngilizce)', url: 'https://en.wikipedia.org/wiki/Stairs#Blondel\'s_Rule' },
|
|
83
|
+
],
|
|
84
|
+
howTo: howToData,
|
|
85
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
86
|
+
seo: [
|
|
87
|
+
{ type: 'title', text: 'Merdivenlerin Geometrik Tasarımı: Blondel Yasası', level: 2 },
|
|
88
|
+
{ type: 'paragraph', html: 'Merdiven konforu insan adım uzunluğuna bağlıdır. Vücudunuz inerken veya çıkarken öngörülebilir bir ritim bekler. Blondel Yasası (2 Rıht + 1 Basamak = 62-64 cm) maksimum konfor ve güvenliği garanti eden standarttır.' },
|
|
89
|
+
{ type: 'title', text: 'Yapı ve Malzeme Kontrolü', level: 3 },
|
|
90
|
+
{ type: 'paragraph', html: 'Profesyonel bir uygulama için beton plağı (basamakları taşıyan eğim) dikkate almak hayati önem taşır. Bu hacmin ihmal edilmesi eksik beton siparişi ve kötü uygulamaya yol açar.' },
|
|
91
|
+
{ type: 'title', text: 'Aplikasyon ve Kümülatif Hata', level: 3 },
|
|
92
|
+
{ type: 'paragraph', html: 'İnşaatta en büyük düşman milimetrik hatadır. Her basamağı ayrı ölçerseniz, küçük hataların toplamı son basamağı ilkinden 5 cm yüksek veya alçak bırakabilir.' },
|
|
93
|
+
],
|
|
94
|
+
ui: {
|
|
95
|
+
labelGeometry: 'Geometri ve Alan',
|
|
96
|
+
labelTotalHeight: 'Toplam Yükseklik (H)',
|
|
97
|
+
labelAvailableLength: 'Mevcut Uzunluk (L)',
|
|
98
|
+
labelAvailableLengthHint: 'Serbest hesap için 0 kullanın.',
|
|
99
|
+
labelNumSteps: 'Basamak Sayısı',
|
|
100
|
+
labelOptimize: 'Optimize Et (18cm)',
|
|
101
|
+
labelWork: 'Uygulama ve Kurulum',
|
|
102
|
+
labelSlabThickness: 'Plak Kalınlığı (e)',
|
|
103
|
+
labelFinishThickness: 'Kaplama',
|
|
104
|
+
labelCeilingHeight: 'Tavan Yüksekliği',
|
|
105
|
+
labelStairWidth: 'Merdiven Genişliği',
|
|
106
|
+
labelConcreteStrength: 'Beton Dayanımı',
|
|
107
|
+
optionH150: 'C12 (Grosbeton)',
|
|
108
|
+
optionH200: 'C16 (Konut Tipi)',
|
|
109
|
+
optionH250: 'C20 (Taşıyıcı)',
|
|
110
|
+
labelRiser: 'Rıht',
|
|
111
|
+
labelTread: 'Basamak',
|
|
112
|
+
labelSlope: 'Eğim',
|
|
113
|
+
labelRealAdvance: 'Gerçek Uzunluk',
|
|
114
|
+
labelLayoutTable: 'Aplikasyon ve Uygulama',
|
|
115
|
+
colStep: 'Basamak',
|
|
116
|
+
colConcreteHeight: 'Beton Y.',
|
|
117
|
+
colFinishedHeight: 'Bitmiş Y.',
|
|
118
|
+
colAdvance: 'İlerleme',
|
|
119
|
+
adjustedNote: 'Ayarlı',
|
|
120
|
+
labelMaterials: 'Metraj ve Sipariş',
|
|
121
|
+
labelTotalConcrete: 'Toplam Beton:',
|
|
122
|
+
labelCement: 'Çimento (torba/25kg):',
|
|
123
|
+
labelSand: 'Gereken Kum:',
|
|
124
|
+
unitM3: 'm³',
|
|
125
|
+
unitBags: 'torba',
|
|
126
|
+
unitLiters: 'L',
|
|
127
|
+
btnShare: 'Paylaş',
|
|
128
|
+
btnPrint: 'PDF Yazdır',
|
|
129
|
+
statusOptimalComfort: 'Optimal Konfor',
|
|
130
|
+
statusMarginLimit: 'Sınır Değer',
|
|
131
|
+
statusCriticalDesign: 'Kritik Tasarım',
|
|
132
|
+
statusRiserError: 'Basamak Hatası',
|
|
133
|
+
msgInvalidValues: 'Geçersiz değerler',
|
|
134
|
+
msgInsufficientSpace: 'YETERSİZ ALAN',
|
|
135
|
+
msgDangerousTread: '{val}cm basamak tehlikelidir.',
|
|
136
|
+
msgBlondelValue: 'Blondel: {val}cm.',
|
|
137
|
+
msgOptimalStep: 'Konforlu adım: {val}cm.',
|
|
138
|
+
msgLowCeiling: 'ALÇAK GEÇİŞ (<2m)',
|
|
139
|
+
msgCalculating: 'Hesaplanıyor...',
|
|
140
|
+
msgEnterMeasurements: 'Ölçüleri girin',
|
|
141
|
+
shareTitle: 'Uygulama Özeti',
|
|
142
|
+
shareMessage: 'Merdiven: H={h}cm, N={n}, R={ch}cm, Vol={vol}m3',
|
|
143
|
+
},
|
|
144
|
+
};
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { StairCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'stair-calculator';
|
|
6
|
+
const title = '楼梯计算器:设计与施工';
|
|
7
|
+
const description = '计算楼梯的精确尺寸:踏步高度、踏步深度、倾斜角度及所需材料。遵循布隆德尔法则(Blondel Law),避免施工错误。';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: '什么是布隆德尔法则(Blondel Law)?',
|
|
12
|
+
answer: '这是一种确保楼梯舒适度的公式,即两个踏步高度(踢面)加上一个踏步深度(踏面)的和宜在 62 至 64 厘米之间(2H + W = 63)。该法则是基于人类平均步长制定的。',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: '踏步高度的最大限制是多少?',
|
|
16
|
+
answer: '住宅建筑建议不要超过 18-19 厘米。公共空间根据规范,最大高度通常限制在 17.5 厘米。过高的踏步容易疲劳且存在安全隐患。',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: '空间有限时如何计算?',
|
|
20
|
+
answer: '如果水平空间有限,您需要增加踏步数量(从而降低踏步高度)或接受较大的坡度(舒适度会降低)。计算器可协助您找到最佳平衡点。',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: '混凝土体积计算包括哪些部分?',
|
|
24
|
+
answer: '计算总混凝土体积时会考虑踏步部分以及斜支撑板(支撑踏步的倾斜平面)。忽略这部分体积会导致订购的混凝土量不足。',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: '为什么累积放样很重要?',
|
|
28
|
+
answer: '单独测量每个踏步会产生累积误差。累积放样法可确保所有踏步的高度完全一致,从而避免风险并提高使用舒适度。',
|
|
29
|
+
},
|
|
30
|
+
];
|
|
31
|
+
|
|
32
|
+
const howToData = [
|
|
33
|
+
{ name: '测量落差', text: '测量下层完成面到上层完成面的总垂直落差 (H)。这是所有计算的核心数据。' },
|
|
34
|
+
{ name: '输入可用长度', text: '可选:如果有空间限制,请输入可用的水平长度。无限制则输入 0。' },
|
|
35
|
+
{ name: '调整踏步数量', text: '计算器会给出一个建议数量,您可以根据需要进行调整。观察布隆德尔指标:显示绿色 (62-64 cm) 表示最舒适。' },
|
|
36
|
+
{ name: '定义施工参数', text: '指定斜板厚度、面层厚度、混凝土强度和楼梯宽度。这些数据直接影响最终的物料估算。' },
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
40
|
+
'@context': 'https://schema.org',
|
|
41
|
+
'@type': 'FAQPage',
|
|
42
|
+
mainEntity: faqData.map((item) => ({
|
|
43
|
+
'@type': 'Question',
|
|
44
|
+
name: item.question,
|
|
45
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
46
|
+
})),
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
50
|
+
'@context': 'https://schema.org',
|
|
51
|
+
'@type': 'HowTo',
|
|
52
|
+
name: title,
|
|
53
|
+
description,
|
|
54
|
+
step: howToData.map((step, i) => ({
|
|
55
|
+
'@type': 'HowToStep',
|
|
56
|
+
position: i + 1,
|
|
57
|
+
name: step.name,
|
|
58
|
+
text: step.text,
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'SoftwareApplication',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
applicationCategory: 'UtilityApplication',
|
|
68
|
+
operatingSystem: 'All',
|
|
69
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
70
|
+
inLanguage: 'zh',
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
export const content: ToolLocaleContent<StairCalculatorUI> = {
|
|
74
|
+
slug,
|
|
75
|
+
title,
|
|
76
|
+
description,
|
|
77
|
+
faqTitle: '常见问题',
|
|
78
|
+
faq: faqData,
|
|
79
|
+
bibliographyTitle: '参考资料与规范',
|
|
80
|
+
bibliography: [
|
|
81
|
+
{ name: 'CTE 建筑安全与无障碍性规范', url: 'https://www.codigotecnico.org/' },
|
|
82
|
+
{ name: '布隆德尔法则 - 维基百科', url: 'https://en.wikipedia.org/wiki/Stairs#Blondel\'s_Rule' },
|
|
83
|
+
],
|
|
84
|
+
howTo: howToData,
|
|
85
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
86
|
+
seo: [
|
|
87
|
+
{ type: 'title', text: '楼梯几何设计:布隆德尔法则', level: 2 },
|
|
88
|
+
{ type: 'paragraph', html: '楼梯的舒适度取决于人类步幅。行走时,人体需要一种可预测的节奏。布隆德尔法则规定 2 个高度 + 1 个深度 = 62-64 cm 是确保最高舒适度与安全的标准。' },
|
|
89
|
+
{ type: 'title', text: '结构与材料控制', level: 3 },
|
|
90
|
+
{ type: 'paragraph', html: '对于专业施工,考虑混凝土斜板(支撑台阶的斜面)至关重要。忽略这部分体积会导致混凝土订购不足。计算器已自动整合此项计算。' },
|
|
91
|
+
{ type: 'title', text: '放样与累积误差', level: 3 },
|
|
92
|
+
{ type: 'paragraph', html: '在建筑施工中,最大的敌人是毫米级的误差。如果分开测量每个台阶,微小误差的累积可能会导致最后一步比第一步高或低 5 厘米。' },
|
|
93
|
+
],
|
|
94
|
+
ui: {
|
|
95
|
+
labelGeometry: '几何形状与空间',
|
|
96
|
+
labelTotalHeight: '总落差 (H)',
|
|
97
|
+
labelAvailableLength: '可用长度 (L)',
|
|
98
|
+
labelAvailableLengthHint: '输入 0 以进行无限制计算。',
|
|
99
|
+
labelNumSteps: '踏步数量',
|
|
100
|
+
labelOptimize: '优化 (18cm)',
|
|
101
|
+
labelWork: '工程与安装',
|
|
102
|
+
labelSlabThickness: '斜板厚度 (e)',
|
|
103
|
+
labelFinishThickness: '面层厚度',
|
|
104
|
+
labelCeilingHeight: '净空高度',
|
|
105
|
+
labelStairWidth: '楼梯宽度',
|
|
106
|
+
labelConcreteStrength: '混凝土强度',
|
|
107
|
+
optionH150: 'C15 (垫层)',
|
|
108
|
+
optionH200: 'C20 (普通住宅)',
|
|
109
|
+
optionH250: 'C25 (结构用)',
|
|
110
|
+
labelRiser: '踏步高度 (H)',
|
|
111
|
+
labelTread: '踏步深度 (W)',
|
|
112
|
+
labelSlope: '坡度',
|
|
113
|
+
labelRealAdvance: '实际水平长度',
|
|
114
|
+
labelLayoutTable: '放样与施工',
|
|
115
|
+
colStep: '踏步',
|
|
116
|
+
colConcreteHeight: '混凝土高度',
|
|
117
|
+
colFinishedHeight: '完成面高度',
|
|
118
|
+
colAdvance: '水平进深',
|
|
119
|
+
adjustedNote: '已调整',
|
|
120
|
+
labelMaterials: '物料估算与物料量',
|
|
121
|
+
labelTotalConcrete: '混凝土总量:',
|
|
122
|
+
labelCement: '水泥 (25kg/袋):',
|
|
123
|
+
labelSand: '所需沙子:',
|
|
124
|
+
unitM3: 'm³',
|
|
125
|
+
unitBags: '袋',
|
|
126
|
+
unitLiters: '升',
|
|
127
|
+
btnShare: '分享',
|
|
128
|
+
btnPrint: '打印 PDF',
|
|
129
|
+
statusOptimalComfort: '绝佳舒适',
|
|
130
|
+
statusMarginLimit: '极限边缘',
|
|
131
|
+
statusCriticalDesign: '设计临界',
|
|
132
|
+
statusRiserError: '尺寸错误',
|
|
133
|
+
msgInvalidValues: '无效数值',
|
|
134
|
+
msgInsufficientSpace: '空间不足',
|
|
135
|
+
msgDangerousTread: '{val}cm 的深度非常危险。',
|
|
136
|
+
msgBlondelValue: '布隆德尔值:{val}cm。',
|
|
137
|
+
msgOptimalStep: '舒适步距:{val}cm。',
|
|
138
|
+
msgLowCeiling: '碰头风险 (<2m)',
|
|
139
|
+
msgCalculating: '计算中...',
|
|
140
|
+
msgEnterMeasurements: '请输入尺寸',
|
|
141
|
+
shareTitle: '工程摘要',
|
|
142
|
+
shareMessage: '楼梯:落差={h}cm, 段数={n}, 高度={ch}cm, 体积={vol}m3',
|
|
143
|
+
},
|
|
144
|
+
};
|
|
@@ -11,14 +11,26 @@ export {
|
|
|
11
11
|
StairCalculatorBibliography,
|
|
12
12
|
};
|
|
13
13
|
|
|
14
|
-
const es = async () => (await import('./i18n/es')).content;
|
|
15
|
-
const en = async () => (await import('./i18n/en')).content;
|
|
16
|
-
const fr = async () => (await import('./i18n/fr')).content;
|
|
17
|
-
|
|
18
14
|
export const stairCalculator: DiyToolEntry<StairCalculatorUI> = {
|
|
19
15
|
id: 'stair-calculator',
|
|
20
16
|
icons: { bg: 'mdi:stairs', fg: 'mdi:ruler-square' },
|
|
21
|
-
i18n: {
|
|
17
|
+
i18n: {
|
|
18
|
+
de: () => import('./i18n/de').then((m) => m.content),
|
|
19
|
+
en: () => import('./i18n/en').then((m) => m.content),
|
|
20
|
+
es: () => import('./i18n/es').then((m) => m.content),
|
|
21
|
+
fr: () => import('./i18n/fr').then((m) => m.content),
|
|
22
|
+
id: () => import('./i18n/id').then((m) => m.content),
|
|
23
|
+
it: () => import('./i18n/it').then((m) => m.content),
|
|
24
|
+
ja: () => import('./i18n/ja').then((m) => m.content),
|
|
25
|
+
ko: () => import('./i18n/ko').then((m) => m.content),
|
|
26
|
+
nl: () => import('./i18n/nl').then((m) => m.content),
|
|
27
|
+
pl: () => import('./i18n/pl').then((m) => m.content),
|
|
28
|
+
pt: () => import('./i18n/pt').then((m) => m.content),
|
|
29
|
+
ru: () => import('./i18n/ru').then((m) => m.content),
|
|
30
|
+
sv: () => import('./i18n/sv').then((m) => m.content),
|
|
31
|
+
tr: () => import('./i18n/tr').then((m) => m.content),
|
|
32
|
+
zh: () => import('./i18n/zh').then((m) => m.content),
|
|
33
|
+
},
|
|
22
34
|
};
|
|
23
35
|
|
|
24
36
|
export const STAIR_CALCULATOR_TOOL: ToolDefinition = {
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { ThermalExpansionCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'waermeausdehnungs-rechner';
|
|
6
|
+
const title = 'Rechner für thermische Ausdehnung von Balken und Strukturen';
|
|
7
|
+
const description = 'Berechnen Sie, wie stark sich ein Balken oder eine Struktur bei Temperaturänderungen ausdehnt. Technisches Werkzeug für Ingenieure und Heimwerker.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Was ist der lineare Ausdehnungskoeffizient?',
|
|
12
|
+
answer: 'Es ist eine physikalische Eigenschaft von Materialien, die angibt, wie sehr sie sich pro Grad Celsius Temperaturerhöhung ausdehnen. Er wird in 1/°C oder °C⁻¹ gemessen.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Warum ist die Berechnung der Ausdehnung bei Balken wichtig?',
|
|
16
|
+
answer: 'Wenn ein Balken keinen Platz zum Ausdehnen hat (Dehnungsfugen), entstehen massive interne Spannungen, die die Struktur verformen, Beton reißen lassen oder sogar zum Einsturz führen können.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Dehnt sich Holz in alle Richtungen gleich aus?',
|
|
20
|
+
answer: 'Nein. Holz ist ein anisotropes Material. Es dehnt sich entlang der Faser sehr wenig aus, aber signifikant in Querrichtung (Breite und Dicke).',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Welche Temperatur sollte ich als Ausgangswert verwenden?',
|
|
24
|
+
answer: 'Sie sollten die Temperatur zum Zeitpunkt der Installation oder des Baus verwenden. Der Endwert sollte die maximal erwartete Temperatur während der Lebensdauer sein.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'Ursprüngliche Länge messen', text: 'Geben Sie die Länge des Balkens oder Materials in Metern ein.' },
|
|
30
|
+
{ name: 'Material auswählen', text: 'Wählen Sie zwischen Metallen, Baustoffen oder Hölzern, um den spezifischen Koeffizienten anzuwenden.' },
|
|
31
|
+
{ name: 'Temperaturbereich definieren', text: 'Geben Sie die Starttemperatur und die erwartete Maximaltemperatur an, um die Temperaturdifferenz zu berechnen.' },
|
|
32
|
+
{ name: 'Ausdehnung analysieren', text: 'Beobachten Sie die Gesamtausdehnung in Millimetern und die resultierende Endlänge, um geeignete Fugen vorzusehen.' },
|
|
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: 'de',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'Häufig gestellte Fragen',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: 'Technische Referenzen',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'Coefficient of Thermal Expansion — Engineering Toolbox', url: 'https://www.engineeringtoolbox.com/linear-expansion-coefficients-d_95.html' },
|
|
78
|
+
{ name: 'Thermal expansion and temperature — Britannica', url: 'https://www.britannica.com/science/thermal-expansion' },
|
|
79
|
+
{ name: 'Linear Thermal Expansion — Physics Hypertextbook', url: 'https://physics.info/expansion/' },
|
|
80
|
+
],
|
|
81
|
+
howTo: howToData,
|
|
82
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
|
+
seo: [
|
|
84
|
+
{ type: 'title', text: 'Was ist thermische Ausdehnung und warum ist sie für Strukturen wichtig?', level: 2 },
|
|
85
|
+
{ type: 'paragraph', html: 'Die <strong>thermische Ausdehnung</strong> ist der physikalische Prozess, bei dem ein Material seine Länge als Reaktion auf eine Temperaturerhöhung vergrößert. Auf mikroskopischer Ebene vibrieren die Teilchen mit mehr Energie und benötigen mehr Platz. Im Bauwesen ist dieses Phänomen eine Kraft, die Beton brechen, Stahlbalken verformen und Bahngleise verbiegen kann.' },
|
|
86
|
+
{ type: 'title', text: 'Die Formel der linearen Ausdehnung', level: 3 },
|
|
87
|
+
{ type: 'card', icon: 'mdi:math-log', title: 'Formel für die lineare Ausdehnung', html: '<p>Die Ausdehnung eines Bauteils berechnet sich mit: <code>ΔL = L₀ · α · ΔT</code>. Dabei ist <strong>ΔL</strong> die Gesamtausdehnung, <strong>L₀</strong> die ursprüngliche Länge, <strong>α</strong> der Ausdehnungskoeffizient des Materials (in °C⁻¹) und <strong>ΔT</strong> die Temperaturdifferenz. Dies ist die Basis für das Design von Dehnungsfugen.</p>' },
|
|
88
|
+
{ type: 'title', text: 'Ausdehnungskoeffizienten nach Material', level: 3 },
|
|
89
|
+
{ type: 'card', icon: 'mdi:table', title: 'Tabelle gängiger Koeffizienten', html: '<p>Nicht alle Materialien dehnen sich gleich aus. <strong>Aluminium</strong> (23 ppm/°C) dehnt sich fast doppelt so stark aus wie <strong>Stahl</strong> (12 ppm/°C). <strong>Beton</strong> hat fast den gleichen Koeffizienten wie Stahl (12 ppm/°C), weshalb Stahlbeton stabil ist.</p>' },
|
|
90
|
+
],
|
|
91
|
+
ui: {
|
|
92
|
+
configTitle: 'Konfiguration',
|
|
93
|
+
labelMaterial: 'Material',
|
|
94
|
+
groupMetals: 'Metalle',
|
|
95
|
+
groupConstruction: 'Bauwesen',
|
|
96
|
+
groupWood: 'Hölzer und Polymere',
|
|
97
|
+
matSteel: 'Stahl (12 ppm/°C)',
|
|
98
|
+
matAluminum: 'Aluminium (23 ppm/°C)',
|
|
99
|
+
matCopper: 'Kupfer (17 ppm/°C)',
|
|
100
|
+
matIron: 'Eisen (11 ppm/°C)',
|
|
101
|
+
matConcrete: 'Beton (12 ppm/°C)',
|
|
102
|
+
matBrick: 'Ziegel (9 ppm/°C)',
|
|
103
|
+
matGlass: 'Glas (9 ppm/°C)',
|
|
104
|
+
matWoodFiber: 'Holzfaser (5 ppm/°C)',
|
|
105
|
+
matWoodTransversal: 'Holz Quer (40 ppm/°C)',
|
|
106
|
+
matPvc: 'PVC (30 ppm/°C)',
|
|
107
|
+
catMetals: 'Metallurgie',
|
|
108
|
+
catConstruction: 'Bauwesen',
|
|
109
|
+
catWood: 'Hölzer und Polymere',
|
|
110
|
+
labelLength: 'Anfangslänge (m)',
|
|
111
|
+
labelTempStart: 'Starttemp. (°C)',
|
|
112
|
+
labelTempEnd: 'Max. Temp. (°C)',
|
|
113
|
+
deltaLabel: 'Temperaturdifferenz (ΔT)',
|
|
114
|
+
vizTitle: 'Simulacija Ausdehnung',
|
|
115
|
+
resultGrowthLabel: 'Gesamtausdehnung (ΔL)',
|
|
116
|
+
resultFinalLabel: 'Endlänge',
|
|
117
|
+
unitMm: 'MM',
|
|
118
|
+
unitM: 'M',
|
|
119
|
+
riskTitle: 'Verformungsrisiko',
|
|
120
|
+
jointTitle: 'Minimale Fuge',
|
|
121
|
+
riskLow: 'Niedrig',
|
|
122
|
+
riskModerate: 'Moderat',
|
|
123
|
+
riskCritical: 'Kritisch',
|
|
124
|
+
tipDefault: 'Konsultieren Sie die Herstellerangaben für exakte Koeffizienten spezieller Legierungen.',
|
|
125
|
+
tipSteel: 'Stahl und Beton haben fast identische Koeffizienten, sodass Stahlbeton ohne interne Risse funktioniert.',
|
|
126
|
+
tipAluminum: 'Aluminium dehnt sich doppelt so stark aus wie Stahl. Bei Metallgehäusen erfordert dies elastische Dichtstoffe.',
|
|
127
|
+
tipGlass: 'Glas und Stahl dehnen sich fast gleich aus, was entscheidend für große Glasfassaden ist.',
|
|
128
|
+
tipConcrete: 'Der Beton-Koeffizient ähnelt dem von Stahl, weshalb Mischstrukturen so stabil sind.',
|
|
129
|
+
tipWood: 'Holz dehnt sich durch Wärme wenig, aber durch Feuchtigkeit stark aus. In Längsrichtung ist es sehr stabil.',
|
|
130
|
+
tipPvc: 'PVC hat eine sehr hohe Ausdehnung. Es benötigt O-Ringe oder Dehnungsbögen, um Bewegungen ohne Bruch zu absorbieren.',
|
|
131
|
+
},
|
|
132
|
+
};
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { ThermalExpansionCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'kalkulator-pemuaian-panas';
|
|
6
|
+
const title = 'Kalkulator Pemuaian Panas Balok dan Struktur';
|
|
7
|
+
const description = 'Hitung seberapa besar pemuaian balok atau struktur akibat perubahan suhu. Alat teknis untuk insinyur dan DIY. Termasuk koefisien ekspansi per material.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Apa itu koefisien pemuaian linier?',
|
|
12
|
+
answer: 'Ini adalah properti fisik material yang menunjukkan seberapa besar material memuai untuk setiap derajat Celsius kenaikan suhunya. Diukur dalam 1/°C atau °C⁻¹.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Mengapa penting menghitung pemuaian pada balok?',
|
|
16
|
+
answer: 'Jika balok tidak memiliki ruang untuk memuai (sambungan ekspansi), hal itu akan menghasilkan tegangan internal masif yang dapat merusak struktur, meretakkan beton, atau bahkan menyebabkan keruntuhan.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Apakah kayu memuai secara merata ke segala arah?',
|
|
20
|
+
answer: 'Tidak. Kayu adalah material anisotropik. Pemuaiannya sangat sedikit di sepanjang serat, tetapi signifikan pada arah transversal (lebar dan tebal).',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Suhu apa yang harus saya gunakan sebagai Suhu Awal?',
|
|
24
|
+
answer: 'Anda harus menggunakan suhu pada saat pemasangan atau konstruksi. Suhu Akhir haruslah suhu maksimum yang diperkirakan selama masa pakai struktur tersebut.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'Ukur panjang asli', text: 'Masukkan panjang balok atau material dalam satuan meter.' },
|
|
30
|
+
{ name: 'Pilih material', text: 'Pilih antara logam, material konstruksi, atau kayu untuk menerapkan koefisien spesifiknya.' },
|
|
31
|
+
{ name: 'Tentukan rentang termal', text: 'Tentukan suhu awal dan suhu maksimum yang diperkirakan untuk menghitung perbedaan termal.' },
|
|
32
|
+
{ name: 'Analisis pemuaian', text: 'Perhatikan total pemuaian dalam milimeter dan panjang akhir yang dihasilkan untuk merencanakan sambungan yang sesuai.' },
|
|
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: 'id',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'Pertanyaan Umum',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: 'Referensi Teknis',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'Koefisien Ekspansi Termal — Engineering Toolbox', url: 'https://www.engineeringtoolbox.com/linear-expansion-coefficients-d_95.html' },
|
|
78
|
+
{ name: 'Ekspansi Termal dan Suhu — Britannica', url: 'https://www.britannica.com/science/thermal-expansion' },
|
|
79
|
+
{ name: 'Ekspansi Termal Linier — Physics Hypertextbook', url: 'https://physics.info/expansion/' },
|
|
80
|
+
],
|
|
81
|
+
howTo: howToData,
|
|
82
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
|
+
seo: [
|
|
84
|
+
{ type: 'title', text: 'Apa itu Pemuaian Panas dan Mengapa Hal itu Memengaruhi Struktur', level: 2 },
|
|
85
|
+
{ type: 'paragraph', html: '<strong>Pemuaian panas</strong> adalah proses fisik di mana suatu material bertambah panjang sebagai respons terhadap kenaikan suhunya. Pada tingkat mikroskopis, partikel bergetar dengan lebih banyak energi dan membutuhkan ruang rata-rata yang lebih besar antar partikel. Dalam konstruksi, fenomena ini adalah kekuatan yang dapat merusak beton, merusak balok baja, dan membengkokkan rel kereta api.' },
|
|
86
|
+
{ type: 'title', text: 'Rumus Pemuaian Linier', level: 3 },
|
|
87
|
+
{ type: 'card', icon: 'mdi:math-log', title: 'Rumus Pemuaian Linier', html: '<p>Ekspansi dari suatu elemen struktural dihitung dengan: <code>ΔL = L₀ · α · ΔT</code>. Di mana <strong>ΔL</strong> adalah total pemuaian, <strong>L₀</strong> adalah panjang asli, <strong>α</strong> adalah koefisien ekspansi material (dalam °C⁻¹), dan <strong>ΔT</strong> adalah perbedaan suhu.</p>' },
|
|
88
|
+
],
|
|
89
|
+
ui: {
|
|
90
|
+
configTitle: 'Konfigurasi',
|
|
91
|
+
labelMaterial: 'Material',
|
|
92
|
+
groupMetals: 'Logam',
|
|
93
|
+
groupConstruction: 'Konstruksi',
|
|
94
|
+
groupWood: 'Kayu dan Polimer',
|
|
95
|
+
matSteel: 'Baja (12 ppm/°C)',
|
|
96
|
+
matAluminum: 'Aluminium (23 ppm/°C)',
|
|
97
|
+
matCopper: 'Tembaga (17 ppm/°C)',
|
|
98
|
+
matIron: 'Besi (11 ppm/°C)',
|
|
99
|
+
matConcrete: 'Beton (12 ppm/°C)',
|
|
100
|
+
matBrick: 'Bata (9 ppm/°C)',
|
|
101
|
+
matGlass: 'Kaca (9 ppm/°C)',
|
|
102
|
+
matWoodFiber: 'Serat Kayu (5 ppm/°C)',
|
|
103
|
+
matWoodTransversal: 'Kayu Transversal (40 ppm/°C)',
|
|
104
|
+
matPvc: 'PVC (30 ppm/°C)',
|
|
105
|
+
catMetals: 'Metalurgi',
|
|
106
|
+
catConstruction: 'Konstruksi',
|
|
107
|
+
catWood: 'Kayu dan Polimer',
|
|
108
|
+
labelLength: 'Panjang Awal (m)',
|
|
109
|
+
labelTempStart: 'T. Awal (°C)',
|
|
110
|
+
labelTempEnd: 'T. Maksimum (°C)',
|
|
111
|
+
deltaLabel: 'Perbedaan Termal (ΔT)',
|
|
112
|
+
vizTitle: 'Simulasi Ekspansi',
|
|
113
|
+
resultGrowthLabel: 'Total Pemuaian (ΔL)',
|
|
114
|
+
resultFinalLabel: 'Panjang Akhir',
|
|
115
|
+
unitMm: 'MM',
|
|
116
|
+
unitM: 'M',
|
|
117
|
+
riskTitle: 'Risiko Tekukan',
|
|
118
|
+
jointTitle: 'Sambungan Minimum',
|
|
119
|
+
riskLow: 'Rendah',
|
|
120
|
+
riskModerate: 'Moderat',
|
|
121
|
+
riskCritical: 'Kritis',
|
|
122
|
+
tipDefault: 'Konsultasikan manual pabrikan untuk koefisien eksak paduan khusus.',
|
|
123
|
+
tipSteel: 'Baja dan beton memiliki koefisien yang hampir identik, memungkinkan beton bertulang bekerja tanpa retak internal.',
|
|
124
|
+
tipAluminum: 'Aluminium memuai hampir dua kali lipat dari baja. Pada penutup logam, ini mengharuskan penggunaan sealant elastis.',
|
|
125
|
+
tipGlass: 'Kaca dan baja memuai hampir sama, yang merupakan kunci desain fasad kaca besar.',
|
|
126
|
+
tipConcrete: 'Koefisien beton sangat mirip dengan baja, alasan mengapa struktur campuran sangat stabil.',
|
|
127
|
+
tipWood: 'Kayu memuai sedikit karena panas, tetapi banyak karena kelembapan. Serat longitudinal sangat stabil.',
|
|
128
|
+
tipPvc: 'PVC memiliki ekspansi yang sangat tinggi. Memerlukan sambungan khusus untuk menyerap gerakan tanpa pecah.',
|
|
129
|
+
},
|
|
130
|
+
};
|