@jjlmoya/utils-motor 1.2.0 → 1.3.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/index.ts +3 -1
- package/src/entries.ts +7 -1
- package/src/index.ts +10 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/seo_translation_completeness.test.ts +69 -0
- package/src/tests/tool_validation.test.ts +1 -1
- package/src/tool/carMotorcycleGearRatioCalculator/bibliography.astro +6 -0
- package/src/tool/carMotorcycleGearRatioCalculator/bibliography.ts +12 -0
- package/src/tool/carMotorcycleGearRatioCalculator/car-motorcycle-gear-ratio-rpm-speed-calculator.css +668 -0
- package/src/tool/carMotorcycleGearRatioCalculator/component.astro +137 -0
- package/src/tool/carMotorcycleGearRatioCalculator/controller.ts +209 -0
- package/src/tool/carMotorcycleGearRatioCalculator/dom-views.ts +121 -0
- package/src/tool/carMotorcycleGearRatioCalculator/entry.ts +30 -0
- package/src/tool/carMotorcycleGearRatioCalculator/evaluator.ts +28 -0
- package/src/tool/carMotorcycleGearRatioCalculator/i18n/de.ts +162 -0
- package/src/tool/carMotorcycleGearRatioCalculator/i18n/en.ts +162 -0
- package/src/tool/carMotorcycleGearRatioCalculator/i18n/es.ts +162 -0
- package/src/tool/carMotorcycleGearRatioCalculator/i18n/fr.ts +162 -0
- package/src/tool/carMotorcycleGearRatioCalculator/i18n/id.ts +162 -0
- package/src/tool/carMotorcycleGearRatioCalculator/i18n/it.ts +162 -0
- package/src/tool/carMotorcycleGearRatioCalculator/i18n/ja.ts +162 -0
- package/src/tool/carMotorcycleGearRatioCalculator/i18n/ko.ts +162 -0
- package/src/tool/carMotorcycleGearRatioCalculator/i18n/nl.ts +162 -0
- package/src/tool/carMotorcycleGearRatioCalculator/i18n/pl.ts +162 -0
- package/src/tool/carMotorcycleGearRatioCalculator/i18n/pt.ts +162 -0
- package/src/tool/carMotorcycleGearRatioCalculator/i18n/ru.ts +162 -0
- package/src/tool/carMotorcycleGearRatioCalculator/i18n/sv.ts +162 -0
- package/src/tool/carMotorcycleGearRatioCalculator/i18n/tr.ts +162 -0
- package/src/tool/carMotorcycleGearRatioCalculator/i18n/zh.ts +162 -0
- package/src/tool/carMotorcycleGearRatioCalculator/index.ts +10 -0
- package/src/tool/carMotorcycleGearRatioCalculator/logic.test.ts +51 -0
- package/src/tool/carMotorcycleGearRatioCalculator/logic.ts +91 -0
- package/src/tool/carMotorcycleGearRatioCalculator/seo.astro +15 -0
- package/src/tool/carMotorcycleGearRatioCalculator/storage.ts +46 -0
- package/src/tool/carMotorcycleGearRatioCalculator/ui.ts +50 -0
- package/src/tool/tirePressureConverter/bibliography.astro +6 -0
- package/src/tool/tirePressureConverter/bibliography.ts +12 -0
- package/src/tool/tirePressureConverter/component.astro +82 -0
- package/src/tool/tirePressureConverter/controller.ts +120 -0
- package/src/tool/tirePressureConverter/dom-views.ts +31 -0
- package/src/tool/tirePressureConverter/entry.ts +30 -0
- package/src/tool/tirePressureConverter/evaluator.ts +8 -0
- package/src/tool/tirePressureConverter/i18n/de.ts +96 -0
- package/src/tool/tirePressureConverter/i18n/en.ts +96 -0
- package/src/tool/tirePressureConverter/i18n/es.ts +96 -0
- package/src/tool/tirePressureConverter/i18n/fr.ts +96 -0
- package/src/tool/tirePressureConverter/i18n/id.ts +95 -0
- package/src/tool/tirePressureConverter/i18n/it.ts +95 -0
- package/src/tool/tirePressureConverter/i18n/ja.ts +95 -0
- package/src/tool/tirePressureConverter/i18n/ko.ts +95 -0
- package/src/tool/tirePressureConverter/i18n/nl.ts +95 -0
- package/src/tool/tirePressureConverter/i18n/pl.ts +95 -0
- package/src/tool/tirePressureConverter/i18n/pt.ts +95 -0
- package/src/tool/tirePressureConverter/i18n/ru.ts +95 -0
- package/src/tool/tirePressureConverter/i18n/sv.ts +95 -0
- package/src/tool/tirePressureConverter/i18n/tr.ts +95 -0
- package/src/tool/tirePressureConverter/i18n/zh.ts +95 -0
- package/src/tool/tirePressureConverter/index.ts +10 -0
- package/src/tool/tirePressureConverter/logic.test.ts +37 -0
- package/src/tool/tirePressureConverter/logic.ts +47 -0
- package/src/tool/tirePressureConverter/seo.astro +15 -0
- package/src/tool/tirePressureConverter/storage.ts +27 -0
- package/src/tool/tirePressureConverter/tire-pressure-converter-psi-bar-kpa-kgf-cm2.css +293 -0
- package/src/tool/tirePressureConverter/ui.ts +20 -0
- package/src/tools.ts +3 -1
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import type { FAQPage, HowTo, SoftwareApplication, WithContext } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliographyEntries } from '../bibliography';
|
|
4
|
+
import type { CarMotorcycleGearRatioCalculatorUI } from '../ui';
|
|
5
|
+
|
|
6
|
+
const slug = 'getriebeuebersetzung-drehzahl-geschwindigkeit-rechner-auto-motorrad';
|
|
7
|
+
const title = 'Getriebeübersetzung Drehzahl und Geschwindigkeit Rechner für Auto und Motorrad';
|
|
8
|
+
const description = 'Berechnen Sie die theoretische Geschwindigkeit pro Gang aus Motordrehzahl, Primärübersetzung, Endübersetzung und Raddurchmesser.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Wie wird die Geschwindigkeit aus der Übersetzung berechnet?',
|
|
13
|
+
answer: 'Der Rechner teilt die Motordrehzahl durch Primärübersetzung, Gangübersetzung und Endübersetzung, um die Raddrehzahl zu ermitteln. Diese wird mit dem Radumfang multipliziert und in km/h oder mph umgerechnet.',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: 'Was unterscheidet eine Gangübersetzung von der Gesamtübersetzung?',
|
|
17
|
+
answer: 'Die Gangübersetzung beschreibt nur eine Stufe im Getriebe. Die Gesamtübersetzung kombiniert Primärantrieb, gewählten Gang und Achsantrieb zur vollständigen Untersetzung zwischen Motor und Rad.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: 'Warum erzeugt eine kleiner gewählte Zahl mehr Geschwindigkeit?',
|
|
21
|
+
answer: 'Eine nummerisch kleinere Übersetzung erfordert weniger Motorumdrehungen pro Radumdrehung. Bei gleicher Motordrehzahl dreht sich das Rad dadurch schneller.',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: 'Zeigt dieser Rechner die exakte reale Geschwindigkeit auf der Straße?',
|
|
25
|
+
answer: 'Nein. Es handelt sich um eine theoretische Berechnung. Reifenwachstum bei hohem Tempo, Kupplungsschlupf, Rollwiderstand und Tachoabweichungen beeinflussen die reale Geschwindigkeit.',
|
|
26
|
+
},
|
|
27
|
+
];
|
|
28
|
+
|
|
29
|
+
const howToData = [
|
|
30
|
+
{
|
|
31
|
+
name: 'Fahrzeugprofil wählen',
|
|
32
|
+
text: 'Wählen Sie die Vorlage für Auto oder Motorrad als Ausgangspunkt und passen Sie alle Werte an Ihr Fahrzeug an.',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'Antriebsdaten eingeben',
|
|
36
|
+
text: 'Geben Sie Motordrehzahl, Maximaldrehzahl, Primärübersetzung, Endübersetzung und Raddurchmesser ein.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Gangübersetzungen eintragen',
|
|
40
|
+
text: 'Tragen Sie die Werte für die einzelnen Gänge ein. Eine größere Zahl bedeutet eine kürzere Übersetzung.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Geschwindigkeitstabelle auswerten',
|
|
44
|
+
text: 'Vergleichen Sie die Geschwindigkeit und Drehzahl in jedem Gang mit Ihrer Zielgeschwindigkeit.',
|
|
45
|
+
},
|
|
46
|
+
];
|
|
47
|
+
|
|
48
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'FAQPage',
|
|
51
|
+
mainEntity: faqData.map((item) => ({
|
|
52
|
+
'@type': 'Question',
|
|
53
|
+
name: item.question,
|
|
54
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const howToSchema: WithContext<HowTo> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'HowTo',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
step: howToData.map((step, index) => ({
|
|
64
|
+
'@type': 'HowToStep',
|
|
65
|
+
position: index + 1,
|
|
66
|
+
name: step.name,
|
|
67
|
+
text: step.text,
|
|
68
|
+
})),
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
72
|
+
'@context': 'https://schema.org',
|
|
73
|
+
'@type': 'SoftwareApplication',
|
|
74
|
+
name: title,
|
|
75
|
+
description,
|
|
76
|
+
applicationCategory: 'UtilitiesApplication',
|
|
77
|
+
operatingSystem: 'All',
|
|
78
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
79
|
+
inLanguage: 'de',
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
export const content: ToolLocaleContent<CarMotorcycleGearRatioCalculatorUI> = {
|
|
83
|
+
slug,
|
|
84
|
+
title,
|
|
85
|
+
description,
|
|
86
|
+
ui: {
|
|
87
|
+
unitsLabel: 'Einheiten',
|
|
88
|
+
metricLabel: 'Metrisch',
|
|
89
|
+
imperialLabel: 'Imperial',
|
|
90
|
+
vehicleProfileLabel: 'Fahrzeugprofil',
|
|
91
|
+
carLabel: 'Auto',
|
|
92
|
+
motorcycleLabel: 'Motorrad',
|
|
93
|
+
carPresetLabel: 'Auto Vorlage',
|
|
94
|
+
motorcyclePresetLabel: 'Motorrad Vorlage',
|
|
95
|
+
engineRpmLabel: 'Motordrehzahl (U/min)',
|
|
96
|
+
redlineLabel: 'Maximaldrehzahl (Redline)',
|
|
97
|
+
primaryRatioLabel: 'Primärübersetzung',
|
|
98
|
+
finalDriveLabel: 'Endübersetzung (Achsantrieb)',
|
|
99
|
+
wheelDiameterLabel: 'Raddurchmesser',
|
|
100
|
+
targetSpeedLabel: 'Zielgeschwindigkeit',
|
|
101
|
+
gearStackLabel: 'Getriebeübersetzungen',
|
|
102
|
+
gearRatioHint: 'Geben Sie Zahlenwerte wie 3.20:1 ein',
|
|
103
|
+
gearLabel: 'Gang',
|
|
104
|
+
transmissionSceneLabel: 'Geschwindigkeitsdiagramm',
|
|
105
|
+
motionHintLabel: 'Dynamisches Antriebsmodell',
|
|
106
|
+
motionHintText: 'Live: Ändern Sie Drehzahl oder Übersetzung und beobachten Sie die Reaktion.',
|
|
107
|
+
engineLabel: 'Motor',
|
|
108
|
+
gearboxLabel: 'Getriebe',
|
|
109
|
+
finalDriveShortLabel: 'Achsantrieb',
|
|
110
|
+
wheelLabel: 'Rad',
|
|
111
|
+
speedAtRpmLabel: 'Geschwindigkeit bei eingegebener Drehzahl',
|
|
112
|
+
rpmAtTargetLabel: 'bei Zielgeschwindigkeit',
|
|
113
|
+
overallRatioLabel: 'Gesamtübersetzung',
|
|
114
|
+
wheelRpmLabel: 'Raddrehzahl (U/min)',
|
|
115
|
+
targetSpeedMarkerLabel: 'Ziel',
|
|
116
|
+
selectedGearLabel: 'Empfohlener Gang',
|
|
117
|
+
decisionLabel: 'Ergebnisinterpretation',
|
|
118
|
+
decisionSpeedLabel: 'Theoretische Geschwindigkeit bei eingegebener Drehzahl',
|
|
119
|
+
decisionCruiseLabel: 'Motordrehzahl bei Zielgeschwindigkeit',
|
|
120
|
+
decisionHelper: 'Vergleichen Sie die Reiseprozess-Drehzahl vor Änderung einer Übersetzung.',
|
|
121
|
+
chooseGearHint: 'Hervorgehobener Gang erreicht die Zielgeschwindigkeit ohne Drehzahlüberschreitung.',
|
|
122
|
+
editInputsHint: 'Prüfen Sie die Geschwindigkeit in jedem Gang und vergleichen Sie verschiedene Übersetzungsvarianten.',
|
|
123
|
+
calculationStatusLabel: 'Berechnungsstatus',
|
|
124
|
+
readyMessage: 'Passende Übersetzung',
|
|
125
|
+
highRpmMessage: 'Über Maximaldrehzahl',
|
|
126
|
+
lowRpmMessage: 'Niedrige Drehzahl',
|
|
127
|
+
invalidMessage: 'Eingaben überprüfen',
|
|
128
|
+
resetLabel: 'Auto Vorlage zurücksetzen',
|
|
129
|
+
educationalNotice: 'Theoretische Berechnung. Nutzen Sie offizielle Herstellerdaten vor Änderungen am Fahrzeug.',
|
|
130
|
+
ratioUnit: ':1',
|
|
131
|
+
speedUnitMetric: 'km/h',
|
|
132
|
+
speedUnitImperial: 'mph',
|
|
133
|
+
wheelUnitMetric: 'mm',
|
|
134
|
+
wheelUnitImperial: 'in',
|
|
135
|
+
},
|
|
136
|
+
faq: faqData,
|
|
137
|
+
howTo: howToData,
|
|
138
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
139
|
+
bibliography: bibliographyEntries,
|
|
140
|
+
seo: [
|
|
141
|
+
{ type: 'title', text: 'Wie der Antriebsstrang Drehzahl in Tempo umwandelt', level: 2 },
|
|
142
|
+
{ type: 'paragraph', html: 'Die Motordrehzahl wird nicht direkt auf die Straße übertragen. Primärantrieb, Getriebegang und Achsantrieb reduzieren die Drehzahl. Der Radumfang wandelt diese Drehung in theoretische Geschwindigkeit um.' },
|
|
143
|
+
{ type: 'stats', columns: 3, items: [
|
|
144
|
+
{ value: '3 Übersetzungen', label: 'Primär, Gang und Achsantrieb' },
|
|
145
|
+
{ value: '6 Gänge', label: 'Editierbares Getriebediagramm' },
|
|
146
|
+
{ value: '2 Systeme', label: 'Metrisch und Imperial' },
|
|
147
|
+
] },
|
|
148
|
+
{ type: 'title', text: 'Die Mathematik hinter der Berechnung', level: 2 },
|
|
149
|
+
{ type: 'paragraph', html: 'Die Gesamtübersetzung entspricht dem Produkt aus Primärübersetzung, Gangübersetzung und Achsantrieb. Die Raddrehzahl ergibt sich aus Motordrehzahl dividiert durch die Gesamtübersetzung.' },
|
|
150
|
+
{ type: 'table', headers: ['Eingabe', 'Auswirkung', 'Bedeutung'], rows: [
|
|
151
|
+
['Motordrehzahl', 'Alle Gänge', 'Höhere Drehzahl erzeugt höhere theoretische Geschwindigkeit'],
|
|
152
|
+
['Gangübersetzung', 'Einzelner Gang', 'Größere Zahl bedeutet kürzere Übersetzung und weniger Tempo'],
|
|
153
|
+
['Endübersetzung', 'Gesamtes Getriebe', 'Kürzerer Achsantrieb reduziert Tempo in allen Gängen'],
|
|
154
|
+
['Raddurchmesser', 'Gesamtes Getriebe', 'Größerer Radumfang legt mehr Weg pro Umdrehung zurück'],
|
|
155
|
+
] },
|
|
156
|
+
{ type: 'title', text: 'Auswertung der Übersetzungstabelle', level: 2 },
|
|
157
|
+
{ type: 'paragraph', html: 'Die Spalte Geschwindigkeit zeigt das Tempo bei eingegebener Drehzahl. Die Spalte Drehzahl zeigt den benötigten Motorwert bei Zielgeschwindigkeit.' },
|
|
158
|
+
{ type: 'tip', title: 'Realen Abrollumfang berücksichtigen', html: 'Reifengrößen sind Näherungswerte. Luftdruck, Fahrzeuggewicht und Reifenausdehnung verändern den Abrollumfang. Messen Sie den realen Umfang für präzise Ergebnisse.' },
|
|
159
|
+
{ type: 'title', text: 'Gleiche Physik für Auto und Motorrad', level: 2 },
|
|
160
|
+
{ type: 'paragraph', html: 'Das Zusammenspiel von Übersetzung und Raddurchmesser gilt gleichermaßen für PKW und Motorräder. Die Vorlagen dienen als praxistauglicher Vergleichswert.' },
|
|
161
|
+
],
|
|
162
|
+
};
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import type { FAQPage, HowTo, SoftwareApplication, WithContext } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliographyEntries } from '../bibliography';
|
|
4
|
+
import type { CarMotorcycleGearRatioCalculatorUI } from '../ui';
|
|
5
|
+
|
|
6
|
+
const slug = 'car-motorcycle-gear-ratio-rpm-speed-calculator';
|
|
7
|
+
const title = 'Car and Motorcycle Gear Ratio RPM Speed Calculator';
|
|
8
|
+
const description = 'Calculate vehicle speed by gear from engine RPM, primary drive, final drive, gear ratios, and wheel diameter for cars and motorcycles.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'How is speed calculated from a gear ratio?',
|
|
13
|
+
answer: 'The calculator divides engine RPM by the primary, selected gear, and final drive ratios to estimate wheel RPM. It then multiplies wheel RPM by the wheel circumference and converts the result to km/h or mph.',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: 'What is the difference between a gear ratio and the overall ratio?',
|
|
17
|
+
answer: 'The gear ratio describes one transmission gear. The overall ratio combines the primary drive, selected gear, and final drive, so it represents the full reduction between the engine and the wheel.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: 'Why does a lower numerical gear ratio produce more speed?',
|
|
21
|
+
answer: 'A lower numerical ratio reduces the number of engine revolutions needed for one wheel revolution. At the same engine RPM and wheel size, that lets the wheel turn faster and produces a higher theoretical vehicle speed.',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: 'Does this calculator predict real road speed exactly?',
|
|
25
|
+
answer: 'No. It is a kinematic estimate. Tire growth, clutch or torque converter slip, drivetrain losses, tire load, rolling circumference, speedometer error, and road conditions can move real speed away from the calculated value.',
|
|
26
|
+
},
|
|
27
|
+
];
|
|
28
|
+
|
|
29
|
+
const howToData = [
|
|
30
|
+
{
|
|
31
|
+
name: 'Choose the vehicle profile',
|
|
32
|
+
text: 'Start with the car or motorcycle preset to load a realistic example, then edit every value to match the vehicle you are studying.',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'Set the drivetrain inputs',
|
|
36
|
+
text: 'Enter engine RPM, redline, primary drive ratio, final drive ratio, and wheel diameter using the visible Metric or Imperial unit system.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Enter each transmission gear',
|
|
40
|
+
text: 'Type the numerical ratio for first gear through top gear. A larger ratio gives more reduction and usually less speed at the same engine RPM.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Read the speed ladder',
|
|
44
|
+
text: 'Compare theoretical speed and engine RPM at the target speed for every gear. The highlighted gear is the best usable match under the entered redline.',
|
|
45
|
+
},
|
|
46
|
+
];
|
|
47
|
+
|
|
48
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'FAQPage',
|
|
51
|
+
mainEntity: faqData.map((item) => ({
|
|
52
|
+
'@type': 'Question',
|
|
53
|
+
name: item.question,
|
|
54
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const howToSchema: WithContext<HowTo> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'HowTo',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
step: howToData.map((step, index) => ({
|
|
64
|
+
'@type': 'HowToStep',
|
|
65
|
+
position: index + 1,
|
|
66
|
+
name: step.name,
|
|
67
|
+
text: step.text,
|
|
68
|
+
})),
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
72
|
+
'@context': 'https://schema.org',
|
|
73
|
+
'@type': 'SoftwareApplication',
|
|
74
|
+
name: title,
|
|
75
|
+
description,
|
|
76
|
+
applicationCategory: 'UtilitiesApplication',
|
|
77
|
+
operatingSystem: 'All',
|
|
78
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'USD' },
|
|
79
|
+
inLanguage: 'en',
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
export const content: ToolLocaleContent<CarMotorcycleGearRatioCalculatorUI> = {
|
|
83
|
+
slug,
|
|
84
|
+
title,
|
|
85
|
+
description,
|
|
86
|
+
ui: {
|
|
87
|
+
unitsLabel: 'Units',
|
|
88
|
+
metricLabel: 'Metric',
|
|
89
|
+
imperialLabel: 'Imperial',
|
|
90
|
+
vehicleProfileLabel: 'Vehicle profile',
|
|
91
|
+
carLabel: 'Car',
|
|
92
|
+
motorcycleLabel: 'Motorcycle',
|
|
93
|
+
carPresetLabel: 'Car preset',
|
|
94
|
+
motorcyclePresetLabel: 'Motorcycle preset',
|
|
95
|
+
engineRpmLabel: 'Engine speed',
|
|
96
|
+
redlineLabel: 'Engine redline',
|
|
97
|
+
primaryRatioLabel: 'Primary drive ratio',
|
|
98
|
+
finalDriveLabel: 'Final drive ratio',
|
|
99
|
+
wheelDiameterLabel: 'Wheel diameter',
|
|
100
|
+
targetSpeedLabel: 'Target speed',
|
|
101
|
+
gearStackLabel: 'Transmission gear ratios',
|
|
102
|
+
gearRatioHint: 'Enter numerical ratios such as 3.20:1',
|
|
103
|
+
gearLabel: 'Gear',
|
|
104
|
+
transmissionSceneLabel: 'Drivetrain speed ladder',
|
|
105
|
+
motionHintLabel: 'Live drivetrain model',
|
|
106
|
+
motionHintText: 'Live: change RPM or ratios and watch the drivetrain react.',
|
|
107
|
+
engineLabel: 'Engine',
|
|
108
|
+
gearboxLabel: 'Gearbox',
|
|
109
|
+
finalDriveShortLabel: 'Final drive',
|
|
110
|
+
wheelLabel: 'Wheel',
|
|
111
|
+
speedAtRpmLabel: 'Speed at entered RPM',
|
|
112
|
+
rpmAtTargetLabel: 'at target speed',
|
|
113
|
+
overallRatioLabel: 'overall ratio',
|
|
114
|
+
wheelRpmLabel: 'wheel RPM',
|
|
115
|
+
targetSpeedMarkerLabel: 'target',
|
|
116
|
+
selectedGearLabel: 'Suggested gear',
|
|
117
|
+
decisionLabel: 'What this tells you',
|
|
118
|
+
decisionSpeedLabel: 'theoretical speed at entered RPM',
|
|
119
|
+
decisionCruiseLabel: 'engine RPM at target speed',
|
|
120
|
+
decisionHelper: 'Compare cruising RPM before changing a gear or final drive.',
|
|
121
|
+
chooseGearHint: 'Highlighted row matches the target without crossing redline.',
|
|
122
|
+
editInputsHint: 'See speed in every gear at your RPM, then check engine RPM at a target speed. Change the ratios to compare a setup.',
|
|
123
|
+
calculationStatusLabel: 'Calculation status',
|
|
124
|
+
readyMessage: 'Usable match',
|
|
125
|
+
highRpmMessage: 'Above redline',
|
|
126
|
+
lowRpmMessage: 'Low engine speed',
|
|
127
|
+
invalidMessage: 'Check the inputs',
|
|
128
|
+
resetLabel: 'Restore car preset',
|
|
129
|
+
educationalNotice: 'Educational estimate only. Use measured vehicle data and manufacturer specifications for decisions about a real vehicle.',
|
|
130
|
+
ratioUnit: ':1',
|
|
131
|
+
speedUnitMetric: 'km/h',
|
|
132
|
+
speedUnitImperial: 'mph',
|
|
133
|
+
wheelUnitMetric: 'mm',
|
|
134
|
+
wheelUnitImperial: 'in',
|
|
135
|
+
},
|
|
136
|
+
faq: faqData,
|
|
137
|
+
howTo: howToData,
|
|
138
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
139
|
+
bibliography: bibliographyEntries,
|
|
140
|
+
seo: [
|
|
141
|
+
{ type: 'title', text: 'How the Drivetrain Turns RPM Into Speed', level: 2 },
|
|
142
|
+
{ type: 'paragraph', html: 'A drivetrain does not send engine RPM directly to the road. The primary drive, selected transmission gear, and final drive reduce engine rotation before it reaches the wheel. The wheel circumference then turns that rotation into a theoretical road speed.' },
|
|
143
|
+
{ type: 'stats', columns: 3, items: [
|
|
144
|
+
{ value: '3 ratios', label: 'Primary, gear, final drive' },
|
|
145
|
+
{ value: '6 gears', label: 'Editable speed ladder' },
|
|
146
|
+
{ value: '2 systems', label: 'Metric and Imperial' },
|
|
147
|
+
] },
|
|
148
|
+
{ type: 'title', text: 'The Formula Behind the Result', level: 2 },
|
|
149
|
+
{ type: 'paragraph', html: 'Overall ratio equals primary drive multiplied by the selected gear ratio and final drive ratio. Wheel RPM equals engine RPM divided by that overall ratio. Speed then equals wheel RPM multiplied by wheel circumference, with the final unit conversion to km/h or mph.' },
|
|
150
|
+
{ type: 'table', headers: ['Input', 'Changes', 'Interpretation'], rows: [
|
|
151
|
+
['Engine RPM', 'Every gear speed', 'More engine rotation produces more theoretical speed'],
|
|
152
|
+
['Gear ratio', 'One row in the ladder', 'A larger number gives more reduction and less speed'],
|
|
153
|
+
['Final drive', 'Every gear speed', 'A larger number increases reduction across the whole box'],
|
|
154
|
+
['Wheel diameter', 'Every gear speed', 'A larger circumference travels farther per wheel revolution'],
|
|
155
|
+
] },
|
|
156
|
+
{ type: 'title', text: 'How to Read the Speed Ladder', level: 2 },
|
|
157
|
+
{ type: 'paragraph', html: 'The speed column answers how fast the vehicle would travel at the entered engine RPM in each gear. The RPM column answers the reverse question at your target speed. Use both views to spot the practical handoff between gears and to see whether a target speed asks for more RPM than the entered redline.' },
|
|
158
|
+
{ type: 'tip', title: 'Use Real Rolling Circumference When It Matters', html: 'A sidewall size or nominal wheel diameter is only an approximation. Tire pressure, load, wear, construction, and tire growth change the rolling circumference. Replace the preset diameter with a measured value when you need a closer estimate.' },
|
|
159
|
+
{ type: 'title', text: 'Cars and Motorcycles Share the Physics', level: 2 },
|
|
160
|
+
{ type: 'paragraph', html: 'The same ratio and circumference relationship works for cars, motorcycles, and other wheeled vehicles. The presets only give you a sensible starting point. They do not identify a specific model, account for automatic transmission slip, or certify the speed shown on a dashboard.' },
|
|
161
|
+
],
|
|
162
|
+
};
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import type { FAQPage, HowTo, SoftwareApplication, WithContext } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliographyEntries } from '../bibliography';
|
|
4
|
+
import type { CarMotorcycleGearRatioCalculatorUI } from '../ui';
|
|
5
|
+
|
|
6
|
+
const slug = 'calculadora-relacion-cambio-rpm-velocidad-coche-moto';
|
|
7
|
+
const title = 'Calculadora de Relación de Cambio RPM y Velocidad en Coche y Moto';
|
|
8
|
+
const description = 'Calcula la velocidad teórica por marcha a partir de las RPM del motor, relación primaria, transmisión final y diámetro de rueda.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: '¿Cómo se calcula la velocidad a partir de una relación de cambio?',
|
|
13
|
+
answer: 'La calculadora divide las revoluciones por minuto (RPM) del motor entre la relación primaria, la marcha seleccionada y el grupo final para obtener las RPM de la rueda. Después multiplica esas revoluciones por la circunferencia del neumático y convierte el resultado a km/h o mph.',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: '¿Qué diferencia hay entre la relación de una marcha y la relación total?',
|
|
17
|
+
answer: 'La relación de marcha describe únicamente la desmultiplicación de una marcha del cambio. La relación total (overall ratio) combina la reducción primaria, la marcha elegida y el grupo final, representando la reducción completa entre el motor y la rueda.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: '¿Por qué una relación numéricamente más baja produce más velocidad?',
|
|
21
|
+
answer: 'Una relación numéricamente menor requiere menos vueltas de motor por cada vuelta de rueda. A igualdad de RPM del motor y tamaño de rueda, permite que la rueda gire más rápido y consiga una velocidad teórica mayor.',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: '¿Predice esta calculadora la velocidad real exacta en carretera?',
|
|
25
|
+
answer: 'No. Es una estimación cinemática teórica. El rozamiento, la deformación del neumático a alta velocidad, el deslizamiento del embrague, las pérdidas de transmisión y los errores de lectura del velocímetro pueden hacer variar la velocidad real.',
|
|
26
|
+
},
|
|
27
|
+
];
|
|
28
|
+
|
|
29
|
+
const howToData = [
|
|
30
|
+
{
|
|
31
|
+
name: 'Selecciona el perfil de vehículo',
|
|
32
|
+
text: 'Comienza con el ajuste predeterminado de coche o moto para cargar valores de referencia y modifica cada parámetro según tu vehículo.',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'Configura la transmisión y la rueda',
|
|
36
|
+
text: 'Introduce las RPM del motor, el corte de encendido (redline), la relación primaria, la transmisión final y el diámetro de rueda en sistema métrico o imperial.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Introduce las relaciones de marcha',
|
|
40
|
+
text: 'Escribe el valor numérico desde la primera hasta la última marcha. Un número mayor supone mayor reducción y menor velocidad teórica.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Analiza la escala de velocidades',
|
|
44
|
+
text: 'Compara la velocidad teórica y las RPM necesarias a tu velocidad objetivo en cada marcha. La fila destacada muestra la mejor opción sin superar el corte de encendido.',
|
|
45
|
+
},
|
|
46
|
+
];
|
|
47
|
+
|
|
48
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'FAQPage',
|
|
51
|
+
mainEntity: faqData.map((item) => ({
|
|
52
|
+
'@type': 'Question',
|
|
53
|
+
name: item.question,
|
|
54
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const howToSchema: WithContext<HowTo> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'HowTo',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
step: howToData.map((step, index) => ({
|
|
64
|
+
'@type': 'HowToStep',
|
|
65
|
+
position: index + 1,
|
|
66
|
+
name: step.name,
|
|
67
|
+
text: step.text,
|
|
68
|
+
})),
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
72
|
+
'@context': 'https://schema.org',
|
|
73
|
+
'@type': 'SoftwareApplication',
|
|
74
|
+
name: title,
|
|
75
|
+
description,
|
|
76
|
+
applicationCategory: 'UtilitiesApplication',
|
|
77
|
+
operatingSystem: 'All',
|
|
78
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
79
|
+
inLanguage: 'es',
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
export const content: ToolLocaleContent<CarMotorcycleGearRatioCalculatorUI> = {
|
|
83
|
+
slug,
|
|
84
|
+
title,
|
|
85
|
+
description,
|
|
86
|
+
ui: {
|
|
87
|
+
unitsLabel: 'Unidades',
|
|
88
|
+
metricLabel: 'Métrico',
|
|
89
|
+
imperialLabel: 'Imperial',
|
|
90
|
+
vehicleProfileLabel: 'Perfil de vehículo',
|
|
91
|
+
carLabel: 'Coche',
|
|
92
|
+
motorcycleLabel: 'Moto',
|
|
93
|
+
carPresetLabel: 'Perfil coche',
|
|
94
|
+
motorcyclePresetLabel: 'Perfil moto',
|
|
95
|
+
engineRpmLabel: 'Régimen de motor (RPM)',
|
|
96
|
+
redlineLabel: 'Corte de encendido (Redline)',
|
|
97
|
+
primaryRatioLabel: 'Relación primaria',
|
|
98
|
+
finalDriveLabel: 'Transmisión final',
|
|
99
|
+
wheelDiameterLabel: 'Diámetro de rueda',
|
|
100
|
+
targetSpeedLabel: 'Velocidad objetivo',
|
|
101
|
+
gearStackLabel: 'Relaciones de marcha',
|
|
102
|
+
gearRatioHint: 'Introduce valores numéricos como 3.20:1',
|
|
103
|
+
gearLabel: 'Marcha',
|
|
104
|
+
transmissionSceneLabel: 'Escala de desarrollos',
|
|
105
|
+
motionHintLabel: 'Modelo cinemático dinámico',
|
|
106
|
+
motionHintText: 'En vivo: modifica las RPM o desarrollos para ver la respuesta del sistema.',
|
|
107
|
+
engineLabel: 'Motor',
|
|
108
|
+
gearboxLabel: 'Caja de cambios',
|
|
109
|
+
finalDriveShortLabel: 'Grupo final',
|
|
110
|
+
wheelLabel: 'Rueda',
|
|
111
|
+
speedAtRpmLabel: 'Velocidad a las RPM indicadas',
|
|
112
|
+
rpmAtTargetLabel: 'a la velocidad objetivo',
|
|
113
|
+
overallRatioLabel: 'relación total',
|
|
114
|
+
wheelRpmLabel: 'RPM de rueda',
|
|
115
|
+
targetSpeedMarkerLabel: 'objetivo',
|
|
116
|
+
selectedGearLabel: 'Marcha recomendada',
|
|
117
|
+
decisionLabel: 'Interpretación de resultados',
|
|
118
|
+
decisionSpeedLabel: 'velocidad teórica a las RPM introducidas',
|
|
119
|
+
decisionCruiseLabel: 'RPM del motor a la velocidad objetivo',
|
|
120
|
+
decisionHelper: 'Compara el régimen de crucero antes de cambiar una marcha o el desarrollo final.',
|
|
121
|
+
chooseGearHint: 'La fila resaltada cumple la velocidad objetivo sin superar el límite de RPM.',
|
|
122
|
+
editInputsHint: 'Revisa la velocidad en cada marcha a un régimen dado y comprueba las RPM necesarias para una velocidad determinada.',
|
|
123
|
+
calculationStatusLabel: 'Estado del cálculo',
|
|
124
|
+
readyMessage: 'Desarrollo adecuado',
|
|
125
|
+
highRpmMessage: 'Por encima del corte',
|
|
126
|
+
lowRpmMessage: 'Régimen bajo',
|
|
127
|
+
invalidMessage: 'Revisa los datos introducidos',
|
|
128
|
+
resetLabel: 'Restablecer perfil coche',
|
|
129
|
+
educationalNotice: 'Estimación educativa. Consulta datos oficiales del fabricante antes de modificar un vehículo real.',
|
|
130
|
+
ratioUnit: ':1',
|
|
131
|
+
speedUnitMetric: 'km/h',
|
|
132
|
+
speedUnitImperial: 'mph',
|
|
133
|
+
wheelUnitMetric: 'mm',
|
|
134
|
+
wheelUnitImperial: 'in',
|
|
135
|
+
},
|
|
136
|
+
faq: faqData,
|
|
137
|
+
howTo: howToData,
|
|
138
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
139
|
+
bibliography: bibliographyEntries,
|
|
140
|
+
seo: [
|
|
141
|
+
{ type: 'title', text: 'Cómo transforma la transmisión las RPM en velocidad', level: 2 },
|
|
142
|
+
{ type: 'paragraph', html: 'La transmisión no traslada las vueltas del motor directamente a la carretera. La desmultiplicación primaria, la marcha seleccionada en la caja y la transmisión final reducen la velocidad de rotación antes de llegar a las ruedas. La circunferencia del neumático convierte esa rotación en velocidad de desplazamiento.' },
|
|
143
|
+
{ type: 'stats', columns: 3, items: [
|
|
144
|
+
{ value: '3 desmultiplicaciones', label: 'Primaria, marcha y grupo final' },
|
|
145
|
+
{ value: '6 marchas', label: 'Escala editable de desarrollos' },
|
|
146
|
+
{ value: '2 sistemas', label: 'Métrico e Imperial' },
|
|
147
|
+
] },
|
|
148
|
+
{ type: 'title', text: 'La fórmula matemática del cálculo', level: 2 },
|
|
149
|
+
{ type: 'paragraph', html: 'La relación total es igual al producto de la relación primaria, la relación de marcha y la transmisión final. Las RPM de rueda resultan de dividir las RPM del motor entre la relación total. Finalmente, la velocidad se calcula multiplicando las RPM de rueda por la circunferencia del neumático.' },
|
|
150
|
+
{ type: 'table', headers: ['Parámetro', 'Efecto en el cálculo', 'Interpretación'], rows: [
|
|
151
|
+
['RPM del motor', 'Afecta a todas las marchas', 'Mayor régimen genera mayor velocidad teórica'],
|
|
152
|
+
['Relación de marcha', 'Afecta a una marcha concreta', 'Un número más alto implica mayor reducción y menor velocidad'],
|
|
153
|
+
['Transmisión final', 'Afecta a todo el conjunto', 'Un grupo más corto reduce la velocidad en todas las marchas'],
|
|
154
|
+
['Diámetro de rueda', 'Afecta a todo el conjunto', 'Una rueda más grande avanza más distancia por cada vuelta'],
|
|
155
|
+
] },
|
|
156
|
+
{ type: 'title', text: 'Cómo interpretar la escala de desarrollos', level: 2 },
|
|
157
|
+
{ type: 'paragraph', html: 'La columna de velocidad indica la velocidad teórica a las RPM introducidas para cada marcha. La columna de RPM muestra el régimen del motor requerido para circular a la velocidad objetivo. Ambos datos permiten analizar el salto entre marchas y comprobar si se supera el corte de encendido.' },
|
|
158
|
+
{ type: 'tip', title: 'Utiliza el diámetro rodante real', html: 'Las medidas nominales del neumático son solo aproximaciones. La presión de inflado, la carga del vehículo y la deformación a alta velocidad alteran el radio de rodadura real. Mide la circunferencia efectiva para obtener una estimación más precisa.' },
|
|
159
|
+
{ type: 'title', text: 'Misma física para coches y motocicletas', level: 2 },
|
|
160
|
+
{ type: 'paragraph', html: 'La relación entre desmultiplicaciones y circunferencia funciona exactamente igual en turismos, motocicletas y vehículos industriales. Los ajustes predeterminados ofrecen un punto de partida para comparar configuraciones de transmisión.' },
|
|
161
|
+
],
|
|
162
|
+
};
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import type { FAQPage, HowTo, SoftwareApplication, WithContext } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliographyEntries } from '../bibliography';
|
|
4
|
+
import type { CarMotorcycleGearRatioCalculatorUI } from '../ui';
|
|
5
|
+
|
|
6
|
+
const slug = 'calculateur-rapport-boite-vitesse-rpm-auto-moto';
|
|
7
|
+
const title = 'Calculateur de Rapport de Boîte RPM et Vitesse Auto et Moto';
|
|
8
|
+
const description = 'Calculez la vitesse théorique par rapport de boîte à partir du régime moteur, de la transmission primaire, finale et du diamètre de roue.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Comment la vitesse est-elle calculée à partir d\'un rapport de transmission ?',
|
|
13
|
+
answer: 'Le calculateur divise le régime moteur (RPM) par la transmission primaire, le rapport de vitesse choisi et le pont final pour obtenir la vitesse de rotation des roues, puis multiplie par la circonférence du pneu.',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: 'Quelle est la différence entre un rapport de vitesse et le rapport total ?',
|
|
17
|
+
answer: 'Le rapport de vitesse désigne un seul pignon de la boîte. Le rapport total combine la transmission primaire, le rapport engagé et le pont final pour mesurer la démultiplication globale.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: 'Pourquoi un rapport numériquement plus bas génère-t-il plus de vitesse ?',
|
|
21
|
+
answer: 'Un rapport plus bas nécessite moins de tours moteur pour un tour de roue. À régime moteur égal, la roue tourne plus vite et la vitesse théorique augmente.',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: 'Ce calculateur donne-t-il la vitesse exacte sur route ?',
|
|
25
|
+
answer: 'Non. Il s\'agit d\'une estimation cinématique théorique. La déformation du pneu, le glissement de l\'embrayage, la résistance de l\'air et les erreurs de compteur modifient la vitesse réelle.',
|
|
26
|
+
},
|
|
27
|
+
];
|
|
28
|
+
|
|
29
|
+
const howToData = [
|
|
30
|
+
{
|
|
31
|
+
name: 'Sélectionner le profil du véhicule',
|
|
32
|
+
text: 'Choisissez le préréglage auto ou moto pour charger des valeurs de référence, puis ajustez les paramètres de votre véhicule.',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'Configurer la transmission et la roue',
|
|
36
|
+
text: 'Entrez le régime moteur, le rupteur, le rapport primaire, le pont final et le diamètre de roue.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Saisir les rapports de boîte',
|
|
40
|
+
text: 'Indiquez les valeurs de la première à la dernière vitesse.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Analyser le tableau des vitesses',
|
|
44
|
+
text: 'Comparez la vitesse théorique et le régime moteur pour chaque rapport par rapport à votre vitesse cible.',
|
|
45
|
+
},
|
|
46
|
+
];
|
|
47
|
+
|
|
48
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'FAQPage',
|
|
51
|
+
mainEntity: faqData.map((item) => ({
|
|
52
|
+
'@type': 'Question',
|
|
53
|
+
name: item.question,
|
|
54
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const howToSchema: WithContext<HowTo> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'HowTo',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
step: howToData.map((step, index) => ({
|
|
64
|
+
'@type': 'HowToStep',
|
|
65
|
+
position: index + 1,
|
|
66
|
+
name: step.name,
|
|
67
|
+
text: step.text,
|
|
68
|
+
})),
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
72
|
+
'@context': 'https://schema.org',
|
|
73
|
+
'@type': 'SoftwareApplication',
|
|
74
|
+
name: title,
|
|
75
|
+
description,
|
|
76
|
+
applicationCategory: 'UtilitiesApplication',
|
|
77
|
+
operatingSystem: 'All',
|
|
78
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
79
|
+
inLanguage: 'fr',
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
export const content: ToolLocaleContent<CarMotorcycleGearRatioCalculatorUI> = {
|
|
83
|
+
slug,
|
|
84
|
+
title,
|
|
85
|
+
description,
|
|
86
|
+
ui: {
|
|
87
|
+
unitsLabel: 'Unités',
|
|
88
|
+
metricLabel: 'Métrique',
|
|
89
|
+
imperialLabel: 'Impérial',
|
|
90
|
+
vehicleProfileLabel: 'Profil du véhicule',
|
|
91
|
+
carLabel: 'Voiture',
|
|
92
|
+
motorcycleLabel: 'Moto',
|
|
93
|
+
carPresetLabel: 'Préréglage voiture',
|
|
94
|
+
motorcyclePresetLabel: 'Préréglage moto',
|
|
95
|
+
engineRpmLabel: 'Régime moteur (RPM)',
|
|
96
|
+
redlineLabel: 'Rupteur (Redline)',
|
|
97
|
+
primaryRatioLabel: 'Rapport primaire',
|
|
98
|
+
finalDriveLabel: 'Pont final (Démultiplication)',
|
|
99
|
+
wheelDiameterLabel: 'Diamètre de roue',
|
|
100
|
+
targetSpeedLabel: 'Vitesse cible',
|
|
101
|
+
gearStackLabel: 'Rapports de boîte de vitesses',
|
|
102
|
+
gearRatioHint: 'Entrez des valeurs numériques comme 3.20:1',
|
|
103
|
+
gearLabel: 'Rapport',
|
|
104
|
+
transmissionSceneLabel: 'Échelle des vitesses',
|
|
105
|
+
motionHintLabel: 'Modèle cinématique dynamique',
|
|
106
|
+
motionHintText: 'En direct: modifiez les RPM ou les rapports pour observer la réaction.',
|
|
107
|
+
engineLabel: 'Moteur',
|
|
108
|
+
gearboxLabel: 'Boîte de vitesses',
|
|
109
|
+
finalDriveShortLabel: 'Pont final',
|
|
110
|
+
wheelLabel: 'Roue',
|
|
111
|
+
speedAtRpmLabel: 'Vitesse au régime indiqué',
|
|
112
|
+
rpmAtTargetLabel: 'à la vitesse cible',
|
|
113
|
+
overallRatioLabel: 'rapport total',
|
|
114
|
+
wheelRpmLabel: 'RPM de roue',
|
|
115
|
+
targetSpeedMarkerLabel: 'cible',
|
|
116
|
+
selectedGearLabel: 'Rapport recommandé',
|
|
117
|
+
decisionLabel: 'Interprétation des résultats',
|
|
118
|
+
decisionSpeedLabel: 'Vitesse théorique au régime indiqué',
|
|
119
|
+
decisionCruiseLabel: 'Régime moteur à la vitesse cible',
|
|
120
|
+
decisionHelper: 'Comparez le régime de croisière avant de modifier un rapport ou la transmission finale.',
|
|
121
|
+
chooseGearHint: 'La ligne en surbrillance respecte la vitesse cible sans dépasser le rupteur.',
|
|
122
|
+
editInputsHint: 'Visualisez la vitesse théorique sur chaque rapport et vérifiez le régime requis.',
|
|
123
|
+
calculationStatusLabel: 'Statut du calcul',
|
|
124
|
+
readyMessage: 'Rapport adapté',
|
|
125
|
+
highRpmMessage: 'Au-dessus du rupteur',
|
|
126
|
+
lowRpmMessage: 'Sous-régime',
|
|
127
|
+
invalidMessage: 'Vérifiez les données',
|
|
128
|
+
resetLabel: 'Réinitialiser profil voiture',
|
|
129
|
+
educationalNotice: 'Estimation théorique. Consultez la fiche constructeur avant toute modification sur un véhicule réel.',
|
|
130
|
+
ratioUnit: ':1',
|
|
131
|
+
speedUnitMetric: 'km/h',
|
|
132
|
+
speedUnitImperial: 'mph',
|
|
133
|
+
wheelUnitMetric: 'mm',
|
|
134
|
+
wheelUnitImperial: 'in',
|
|
135
|
+
},
|
|
136
|
+
faq: faqData,
|
|
137
|
+
howTo: howToData,
|
|
138
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
139
|
+
bibliography: bibliographyEntries,
|
|
140
|
+
seo: [
|
|
141
|
+
{ type: 'title', text: 'Comment la transmission transforme le régime en vitesse', level: 2 },
|
|
142
|
+
{ type: 'paragraph', html: 'Le régime moteur n\'est pas directement transmis aux roues. La démultiplication primaire, le rapport de boîte et le pont final réduisent la vitesse de rotation. La circonférence de la roue transforme ensuite cette rotation en vitesse de déplacement.' },
|
|
143
|
+
{ type: 'stats', columns: 3, items: [
|
|
144
|
+
{ value: '3 rapports', label: 'Primaire, vitesse et pont' },
|
|
145
|
+
{ value: '6 vitesses', label: 'Échelle modifiable' },
|
|
146
|
+
{ value: '2 systèmes', label: 'Métrique et Impérial' },
|
|
147
|
+
] },
|
|
148
|
+
{ type: 'title', text: 'La formule mathématique du calcul', level: 2 },
|
|
149
|
+
{ type: 'paragraph', html: 'Le rapport total est égal au produit de la transmission primaire, du rapport engagé et du pont final. La vitesse de la roue s\'obtient en divisant le régime moteur par ce rapport total.' },
|
|
150
|
+
{ type: 'table', headers: ['Paramètre', 'Effet sur le calcul', 'Interprétation'], rows: [
|
|
151
|
+
['Régime moteur', 'Toutes les vitesses', 'Un régime plus élevé produit une vitesse théorique supérieure'],
|
|
152
|
+
['Rapport de boîte', 'Une seule vitesse', 'Un chiffre plus élevé augmente la démultiplication et réduit la vitesse'],
|
|
153
|
+
['Pont final', 'Tout l\'ensemble', 'Un pont plus court réduit la vitesse sur tous les rapports'],
|
|
154
|
+
['Diamètre de roue', 'Tout l\'ensemble', 'Une roue plus grande parcourt plus de distance par tour'],
|
|
155
|
+
] },
|
|
156
|
+
{ type: 'title', text: 'Comment lire le tableau des vitesses', level: 2 },
|
|
157
|
+
{ type: 'paragraph', html: 'La colonne vitesse indique la vitesse théorique au régime renseigné. La colonne régime indique les RPM nécessaires pour atteindre la vitesse cible.' },
|
|
158
|
+
{ type: 'tip', title: 'Utiliser la circonférence de roulement réelle', html: 'Les dimensions théoriques d\'un pneu sont approximatives. La pression, la charge et la déformation modifient la circonférence effective.' },
|
|
159
|
+
{ type: 'title', text: 'Une même physique pour les autos et les motos', level: 2 },
|
|
160
|
+
{ type: 'paragraph', html: 'La relation entre rapports de boîte et diamètre de roue s\'applique aussi bien aux automobiles qu\'aux motocycles.' },
|
|
161
|
+
],
|
|
162
|
+
};
|