@jjlmoya/utils-chrono 1.3.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/category/i18n/de.ts +11 -9
- package/src/category/i18n/en.ts +11 -9
- package/src/category/i18n/fr.ts +11 -9
- package/src/category/i18n/id.ts +11 -9
- package/src/category/i18n/it.ts +11 -9
- package/src/category/i18n/ja.ts +11 -9
- package/src/category/i18n/ko.ts +11 -9
- package/src/category/i18n/nl.ts +11 -9
- package/src/category/i18n/pl.ts +11 -9
- package/src/category/i18n/pt.ts +11 -9
- package/src/category/i18n/ru.ts +11 -9
- package/src/category/i18n/sv.ts +11 -9
- package/src/category/i18n/tr.ts +11 -9
- package/src/category/i18n/zh.ts +11 -9
- package/src/category/index.ts +8 -0
- package/src/entries.ts +13 -1
- package/src/index.ts +4 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/no_en_dash.test.ts +41 -0
- package/src/tests/no_h1_in_components.test.ts +1 -1
- package/src/tests/tool_validation.test.ts +1 -1
- package/src/tool/beat-rate-converter/bibliography.ts +1 -1
- package/src/tool/beat-rate-converter/components/ConverterPanel.astro +57 -20
- package/src/tool/beat-rate-converter/i18n/en.ts +5 -5
- package/src/tool/crown-reference-guide/bibliography.ts +3 -3
- package/src/tool/crown-reference-guide/i18n/de.ts +37 -29
- package/src/tool/crown-reference-guide/i18n/en.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/es.ts +36 -28
- package/src/tool/crown-reference-guide/i18n/fr.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/id.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/it.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/ja.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/ko.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/nl.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/pl.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/pt.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/ru.ts +41 -33
- package/src/tool/crown-reference-guide/i18n/sv.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/tr.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/zh.ts +37 -29
- package/src/tool/demagnetizing-timer/components/TimerPanel.astro +45 -17
- package/src/tool/demagnetizing-timer/i18n/de.ts +3 -3
- package/src/tool/demagnetizing-timer/i18n/en.ts +2 -2
- package/src/tool/demagnetizing-timer/i18n/es.ts +2 -2
- package/src/tool/demagnetizing-timer/i18n/fr.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/id.ts +2 -2
- package/src/tool/demagnetizing-timer/i18n/it.ts +2 -2
- package/src/tool/demagnetizing-timer/i18n/ja.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/ko.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/nl.ts +2 -2
- package/src/tool/demagnetizing-timer/i18n/pl.ts +3 -3
- package/src/tool/demagnetizing-timer/i18n/pt.ts +2 -2
- package/src/tool/demagnetizing-timer/i18n/ru.ts +10 -10
- package/src/tool/demagnetizing-timer/i18n/sv.ts +2 -2
- package/src/tool/demagnetizing-timer/i18n/tr.ts +2 -2
- package/src/tool/demagnetizing-timer/i18n/zh.ts +1 -1
- package/src/tool/lume-color-simulator/bibliography.astro +16 -0
- package/src/tool/lume-color-simulator/bibliography.ts +16 -0
- package/src/tool/lume-color-simulator/client.ts +186 -0
- package/src/tool/lume-color-simulator/component.astro +17 -0
- package/src/tool/lume-color-simulator/components/LumePanel.astro +98 -0
- package/src/tool/lume-color-simulator/entry.ts +57 -0
- package/src/tool/lume-color-simulator/i18n/de.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/en.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/es.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/fr.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/id.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/it.ts +175 -0
- package/src/tool/lume-color-simulator/i18n/ja.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/ko.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/nl.ts +175 -0
- package/src/tool/lume-color-simulator/i18n/pl.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/pt.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/ru.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/sv.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/tr.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/zh.ts +174 -0
- package/src/tool/lume-color-simulator/index.ts +11 -0
- package/src/tool/lume-color-simulator/lume-color-simulator.css +208 -0
- package/src/tool/lume-color-simulator/seo.astro +16 -0
- package/src/tool/moon-phase-visualizer/bibliography.astro +16 -0
- package/src/tool/moon-phase-visualizer/bibliography.ts +16 -0
- package/src/tool/moon-phase-visualizer/client.ts +243 -0
- package/src/tool/moon-phase-visualizer/component.astro +17 -0
- package/src/tool/moon-phase-visualizer/components/MoonPanel.astro +63 -0
- package/src/tool/moon-phase-visualizer/entry.ts +51 -0
- package/src/tool/moon-phase-visualizer/i18n/de.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/en.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/es.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/fr.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/id.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/it.ts +176 -0
- package/src/tool/moon-phase-visualizer/i18n/ja.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/ko.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/nl.ts +176 -0
- package/src/tool/moon-phase-visualizer/i18n/pl.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/pt.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/ru.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/sv.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/tr.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/zh.ts +175 -0
- package/src/tool/moon-phase-visualizer/index.ts +11 -0
- package/src/tool/moon-phase-visualizer/moon-phase-visualizer.css +216 -0
- package/src/tool/moon-phase-visualizer/seo.astro +16 -0
- package/src/tool/power-reserve-estimator/bibliography.ts +2 -2
- package/src/tool/power-reserve-estimator/components/EstimatorPanel.astro +146 -39
- package/src/tool/power-reserve-estimator/i18n/de.ts +2 -2
- package/src/tool/power-reserve-estimator/i18n/en.ts +3 -3
- package/src/tool/power-reserve-estimator/i18n/es.ts +2 -2
- package/src/tool/power-reserve-estimator/i18n/fr.ts +2 -2
- package/src/tool/power-reserve-estimator/i18n/id.ts +2 -2
- package/src/tool/power-reserve-estimator/i18n/it.ts +2 -2
- package/src/tool/power-reserve-estimator/i18n/nl.ts +2 -2
- package/src/tool/power-reserve-estimator/i18n/pt.ts +2 -2
- package/src/tool/strap-taper-calculator/i18n/en.ts +2 -2
- package/src/tool/strap-taper-calculator/i18n/ru.ts +4 -4
- package/src/tool/tachymeter-calculator/bibliography.astro +16 -0
- package/src/tool/tachymeter-calculator/bibliography.ts +16 -0
- package/src/tool/tachymeter-calculator/client.ts +180 -0
- package/src/tool/tachymeter-calculator/component.astro +15 -0
- package/src/tool/tachymeter-calculator/components/CalculatorPanel.astro +121 -0
- package/src/tool/tachymeter-calculator/entry.ts +43 -0
- package/src/tool/tachymeter-calculator/i18n/de.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/en.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/es.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/fr.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/id.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/it.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/ja.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/ko.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/nl.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/pl.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/pt.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/ru.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/sv.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/tr.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/zh.ts +172 -0
- package/src/tool/tachymeter-calculator/index.ts +11 -0
- package/src/tool/tachymeter-calculator/seo.astro +16 -0
- package/src/tool/tachymeter-calculator/tachymeter-calculator.css +492 -0
- package/src/tool/tachymeter-calculator/utils.ts +10 -0
- package/src/tool/watch-accuracy-tracker/i18n/pl.ts +1 -1
- package/src/tool/watch-accuracy-tracker/i18n/ru.ts +6 -6
- package/src/tool/watch-savings-planner/i18n/en.ts +5 -5
- package/src/tool/watch-size-comparator/bibliography.astro +16 -0
- package/src/tool/watch-size-comparator/bibliography.ts +16 -0
- package/src/tool/watch-size-comparator/client.ts +287 -0
- package/src/tool/watch-size-comparator/component.astro +17 -0
- package/src/tool/watch-size-comparator/components/WatchForm.astro +121 -0
- package/src/tool/watch-size-comparator/drawing/index.ts +79 -0
- package/src/tool/watch-size-comparator/drawing/measures.ts +57 -0
- package/src/tool/watch-size-comparator/drawing/utils.ts +37 -0
- package/src/tool/watch-size-comparator/drawing/watch.ts +78 -0
- package/src/tool/watch-size-comparator/entry.ts +62 -0
- package/src/tool/watch-size-comparator/i18n/de.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/en.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/es.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/fr.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/id.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/it.ts +190 -0
- package/src/tool/watch-size-comparator/i18n/ja.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/ko.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/nl.ts +190 -0
- package/src/tool/watch-size-comparator/i18n/pl.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/pt.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/ru.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/sv.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/tr.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/zh.ts +189 -0
- package/src/tool/watch-size-comparator/index.ts +11 -0
- package/src/tool/watch-size-comparator/seo.astro +16 -0
- package/src/tool/watch-size-comparator/watch-size-comparator.css +373 -0
- package/src/tool/water-resistance-converter/bibliography.ts +2 -2
- package/src/tool/water-resistance-converter/i18n/de.ts +5 -5
- package/src/tool/water-resistance-converter/i18n/en.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/es.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/fr.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/id.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/it.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/ja.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/ko.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/nl.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/pl.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/pt.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/ru.ts +8 -8
- package/src/tool/water-resistance-converter/i18n/sv.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/tr.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/zh.ts +3 -3
- package/src/tool/wrist-presence-calculator/i18n/de.ts +1 -1
- package/src/tool/wrist-presence-calculator/i18n/fr.ts +1 -1
- package/src/tool/wrist-presence-calculator/i18n/pl.ts +1 -1
- package/src/tool/wrist-presence-calculator/i18n/pt.ts +1 -1
- package/src/tool/wrist-presence-calculator/i18n/ru.ts +21 -21
- package/src/tool/wrist-presence-calculator/i18n/sv.ts +1 -1
- package/src/tools.ts +8 -0
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { TachymeterCalculatorUI } from '../entry';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
4
|
+
|
|
5
|
+
export const content: ToolLocaleContent<TachymeterCalculatorUI> = {
|
|
6
|
+
slug: 'tachymeter-calculator',
|
|
7
|
+
title: 'Tachymeter Calculator: Speed from Elapsed Time',
|
|
8
|
+
description: 'Calculate speed from elapsed time using the tachymeter formula. Works with any chronograph watch with a tachymeter bezel scale.',
|
|
9
|
+
ui: {
|
|
10
|
+
title: 'Tachymeter Calculator',
|
|
11
|
+
timeLabel: 'Elapsed Time (seconds)',
|
|
12
|
+
timeHelp: 'Time measured over 1 km or 1 mile',
|
|
13
|
+
speedResult: 'Speed',
|
|
14
|
+
bezelReading: 'Bezel Reading',
|
|
15
|
+
presetLabel: 'Preset Scenario',
|
|
16
|
+
selectPreset: 'Select a scenario',
|
|
17
|
+
customPreset: 'Custom',
|
|
18
|
+
seconds: 's',
|
|
19
|
+
kmh: 'km/h',
|
|
20
|
+
mph: 'mph',
|
|
21
|
+
exampleStep1: 'Start the chronograph when the object passes the starting point.',
|
|
22
|
+
exampleStep2: 'Stop it after 1 km. The tachymeter scale shows the speed.',
|
|
23
|
+
tipTitle: 'Tip',
|
|
24
|
+
tipContent: 'At 36 seconds the bezel reads 100. Faster times (shorter elapsed) point to higher speeds on the tachymeter scale.',
|
|
25
|
+
},
|
|
26
|
+
seo: [
|
|
27
|
+
{ type: 'title', text: 'Tachymeter Calculator-Convert Elapsed Time to Speed', level: 2 },
|
|
28
|
+
{ type: 'paragraph', html: 'A tachymeter is a scale on a watch bezel or dial that converts elapsed time into speed. It is typically used with a chronograph: start the timer when the object passes a reference point, stop it after 1 km (or 1 mile), and read the speed from the scale. This calculator does the math for you.' },
|
|
29
|
+
{ type: 'title', text: 'How a Tachymeter Works', level: 3 },
|
|
30
|
+
{
|
|
31
|
+
type: 'glossary', items: [
|
|
32
|
+
{ term: 'Formula', definition: 'Speed = 3,600 ÷ elapsed time in seconds. The constant 3,600 represents seconds per hour.' },
|
|
33
|
+
{ term: 'The Scale', definition: 'Tachymeter bezels are marked from 60 (at the 3 o\'clock position) up to 400 or 500 (near 12 o\'clock). Faster speeds align with shorter elapsed times.' },
|
|
34
|
+
{ term: 'Base Distance', definition: 'Standard tachymeters are calibrated for 1 km or 1 mile. For other distances, divide the reading accordingly.' },
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
{ type: 'title', text: 'Common Tachymeter Measurements', level: 3 },
|
|
38
|
+
{
|
|
39
|
+
type: 'table', headers: ['Elapsed Time', 'Speed', 'Scenario'], rows: [
|
|
40
|
+
['10 s', '360 km/h', 'Bullet train / race car'],
|
|
41
|
+
['12 s', '300 km/h', 'Private jet takeoff'],
|
|
42
|
+
['20 s', '180 km/h', 'Sports car on highway'],
|
|
43
|
+
['30 s', '120 km/h', 'Car on motorway'],
|
|
44
|
+
['36 s', '100 km/h', 'Car on highway (standard reference)'],
|
|
45
|
+
['45 s', '80 km/h', 'Car on urban road'],
|
|
46
|
+
['60 s', '60 km/h', 'City driving'],
|
|
47
|
+
['90 s', '40 km/h', 'Cycling'],
|
|
48
|
+
['120 s', '30 km/h', 'Jogging'],
|
|
49
|
+
['240 s', '15 km/h', 'Running'],
|
|
50
|
+
['480 s', '7.5 km/h', 'Walking'],
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
{ type: 'title', text: 'Beyond the Standard Scale', level: 3 },
|
|
54
|
+
{ type: 'paragraph', html: 'If your tachymeter bezel only goes up to 400 but your elapsed time is under 9 seconds, you can still use it. Simply use a longer base distance. For example, if you travel 2 km in 18 seconds, halve the bezel reading. Conversely, for slow speeds (over 60 seconds), use a shorter base distance (e.g., 0.5 km) and multiply by 2.' },
|
|
55
|
+
{ type: 'diagnostic', variant: 'info', title: 'Tachymeter Compatibility', icon: 'mdi:information', badge: 'NOTE', html: 'Not all chronographs have a tachymeter bezel. Some watches place the tachymeter scale on the dial rehaut or on the outer chapter ring. Digital watches may include a tachymeter function in the chronograph mode. The formula always works regardless of the physical scale.' },
|
|
56
|
+
],
|
|
57
|
+
faq: [
|
|
58
|
+
{
|
|
59
|
+
question: 'How do I use a tachymeter bezel on my watch?',
|
|
60
|
+
answer: 'Start the chronograph at a reference point (e.g., a highway marker). Stop it after exactly 1 km (or 1 mile). The seconds hand points to the speed on the bezel scale. For example, if it took 36 seconds to travel 1 km, the hand points to 100, meaning 100 km/h.',
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
question: 'What if my elapsed time is faster than the bezel can read?',
|
|
64
|
+
answer: 'Some tachymeters only go up to 400 or 500. If you complete 1 km in under 9 seconds, use a longer base distance. Travel 2 km and divide the bezel reading by 2, or travel 3 km and divide by 3.',
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
question: 'What if my elapsed time is slower than the bezel can read?',
|
|
68
|
+
answer: 'Use a shorter base distance. For example, if it takes 90 seconds to travel 1 km, travel 0.5 km instead. Read the bezel and multiply by 2. The standard tachymeter scale covers times from about 7 to 60 seconds.',
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
question: 'Can I use a tachymeter for things other than speed?',
|
|
72
|
+
answer: 'Yes. The tachymeter measures any rate per hour. For example, measure how long it takes to complete a task and the scale shows how many you can do per hour. In manufacturing, a 30-second task means 120 units per hour.',
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
question: 'Do all tachymeters use the same scale?',
|
|
76
|
+
answer: 'Most use the standard logarithmic scale based on the formula 3,600 ÷ seconds. However, some vintage watches or brands may have variations. The physical scale may also be limited by the watch\'s minute track and bezel markings.',
|
|
77
|
+
},
|
|
78
|
+
],
|
|
79
|
+
bibliography,
|
|
80
|
+
howTo: [
|
|
81
|
+
{
|
|
82
|
+
name: 'Select a scenario or enter a custom time',
|
|
83
|
+
text: 'Choose from presets like Car, Cycling, or Running, or select Custom to enter any elapsed time in seconds.',
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
name: 'Read the speed result',
|
|
87
|
+
text: 'The calculator shows the speed in km/h and the equivalent tachymeter bezel reading.',
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
name: 'Apply to your chronograph',
|
|
91
|
+
text: 'Use the elapsed time to find the matching speed on your watch\'s tachymeter bezel.',
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
schemas: [
|
|
95
|
+
{
|
|
96
|
+
'@context': 'https://schema.org',
|
|
97
|
+
'@type': 'FAQPage',
|
|
98
|
+
'mainEntity': [
|
|
99
|
+
{
|
|
100
|
+
'@type': 'Question',
|
|
101
|
+
'name': 'How do I use a tachymeter bezel on my watch?',
|
|
102
|
+
'acceptedAnswer': {
|
|
103
|
+
'@type': 'Answer',
|
|
104
|
+
'text': 'Start the chronograph at a reference point. Stop it after exactly 1 km. The seconds hand points to the speed on the bezel scale. For example, 36 seconds = 100 km/h.',
|
|
105
|
+
},
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
'@type': 'Question',
|
|
109
|
+
'name': 'What if my elapsed time is faster than the bezel can read?',
|
|
110
|
+
'acceptedAnswer': {
|
|
111
|
+
'@type': 'Answer',
|
|
112
|
+
'text': 'Use a longer base distance. Travel 2 km and divide the bezel reading by 2, or travel 3 km and divide by 3.',
|
|
113
|
+
},
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
'@type': 'Question',
|
|
117
|
+
'name': 'What if my elapsed time is slower than the bezel can read?',
|
|
118
|
+
'acceptedAnswer': {
|
|
119
|
+
'@type': 'Answer',
|
|
120
|
+
'text': 'Use a shorter base distance. Travel 0.5 km instead. Read the bezel and multiply by 2.',
|
|
121
|
+
},
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
'@type': 'Question',
|
|
125
|
+
'name': 'Can I use a tachymeter for things other than speed?',
|
|
126
|
+
'acceptedAnswer': {
|
|
127
|
+
'@type': 'Answer',
|
|
128
|
+
'text': 'Yes. The tachymeter measures any rate per hour. Measure how long it takes to complete a task and the scale shows how many you can do per hour.',
|
|
129
|
+
},
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
'@type': 'Question',
|
|
133
|
+
'name': 'Do all tachymeters use the same scale?',
|
|
134
|
+
'acceptedAnswer': {
|
|
135
|
+
'@type': 'Answer',
|
|
136
|
+
'text': 'Most use the standard logarithmic scale based on the formula 3,600 ÷ seconds. Some vintage watches may have variations.',
|
|
137
|
+
},
|
|
138
|
+
},
|
|
139
|
+
],
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
'@context': 'https://schema.org',
|
|
143
|
+
'@type': 'SoftwareApplication',
|
|
144
|
+
'name': 'Tachymeter Calculator',
|
|
145
|
+
'operatingSystem': 'All',
|
|
146
|
+
'applicationCategory': 'UtilitiesApplication',
|
|
147
|
+
'browserRequirements': 'Requires HTML5. Requires JavaScript.',
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
'@context': 'https://schema.org',
|
|
151
|
+
'@type': 'HowTo',
|
|
152
|
+
'name': 'How to calculate speed using a tachymeter',
|
|
153
|
+
'step': [
|
|
154
|
+
{
|
|
155
|
+
'@type': 'HowToStep',
|
|
156
|
+
'name': 'Select a scenario or custom time',
|
|
157
|
+
'text': 'Choose from presets like Car, Cycling, or Running, or select Custom to enter any elapsed time in seconds.',
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
'@type': 'HowToStep',
|
|
161
|
+
'name': 'Read the speed result',
|
|
162
|
+
'text': 'The calculator shows the speed in km/h and the equivalent tachymeter bezel reading.',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
'@type': 'HowToStep',
|
|
166
|
+
'name': 'Apply to your chronograph',
|
|
167
|
+
'text': 'Use the elapsed time to find the matching speed on your watch\'s tachymeter bezel.',
|
|
168
|
+
},
|
|
169
|
+
],
|
|
170
|
+
},
|
|
171
|
+
],
|
|
172
|
+
};
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { TachymeterCalculatorUI } from '../entry';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
4
|
+
|
|
5
|
+
export const content: ToolLocaleContent<TachymeterCalculatorUI> = {
|
|
6
|
+
slug: 'calculadora-taquimetrica',
|
|
7
|
+
title: 'Calculadora Taquimetrica: Velocidad desde tiempo transcurrido',
|
|
8
|
+
description: 'Calcula la velocidad a partir del tiempo transcurrido usando la formula del taquimetro. Funciona con cualquier cronografo que tenga una escala taquimetrica en el bisel.',
|
|
9
|
+
ui: {
|
|
10
|
+
title: 'Calculadora Taquimetrica',
|
|
11
|
+
timeLabel: 'Tiempo Transcurrido (segundos)',
|
|
12
|
+
timeHelp: 'Tiempo medido en 1 km o 1 milla',
|
|
13
|
+
speedResult: 'Velocidad',
|
|
14
|
+
bezelReading: 'Lectura del Bisel',
|
|
15
|
+
presetLabel: 'Escenario Predefinido',
|
|
16
|
+
selectPreset: 'Selecciona un escenario',
|
|
17
|
+
customPreset: 'Personalizado',
|
|
18
|
+
seconds: 's',
|
|
19
|
+
kmh: 'km/h',
|
|
20
|
+
mph: 'mph',
|
|
21
|
+
exampleStep1: 'Pon en marcha el cronografo cuando el objeto pase por el punto de inicio.',
|
|
22
|
+
exampleStep2: 'Detenlo despues de 1 km. La escala taquimetrica muestra la velocidad.',
|
|
23
|
+
tipTitle: 'Consejo',
|
|
24
|
+
tipContent: 'A los 36 segundos el bisel marca 100. Tiempos mas rapidos (menor duracion) indican velocidades mas altas en la escala taquimetrica.',
|
|
25
|
+
},
|
|
26
|
+
seo: [
|
|
27
|
+
{ type: 'title', text: 'Calculadora Taquimetrica: Convierte tiempo transcurrido en velocidad', level: 2 },
|
|
28
|
+
{ type: 'paragraph', html: 'Un taquimetro es una escala en el bisel o la esfera de un reloj que convierte el tiempo transcurrido en velocidad. Se usa normalmente con un cronografo: inicia el temporizador cuando el objeto pasa por un punto de referencia, detenlo despues de 1 km (o 1 milla) y lee la velocidad en la escala. Esta calculadora hace las cuentas por ti.' },
|
|
29
|
+
{ type: 'title', text: 'Como funciona un Taquimetro', level: 3 },
|
|
30
|
+
{
|
|
31
|
+
type: 'glossary', items: [
|
|
32
|
+
{ term: 'Formula', definition: 'Velocidad = 3.600 ÷ tiempo transcurrido en segundos. La constante 3.600 representa los segundos por hora.' },
|
|
33
|
+
{ term: 'La Escala', definition: 'Los biseles taquimetricos estan marcados desde 60 (a las 3 en punto) hasta 400 o 500 (cerca de las 12 en punto). Las velocidades mas rapidas corresponden a tiempos transcurridos mas cortos.' },
|
|
34
|
+
{ term: 'Distancia Base', definition: 'Los taquimetros estandar estan calibrados para 1 km o 1 milla. Para otras distancias, divide la lectura en consecuencia.' },
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
{ type: 'title', text: 'Mediciones Taquimetricas Comunes', level: 3 },
|
|
38
|
+
{
|
|
39
|
+
type: 'table', headers: ['Tiempo Transcurrido', 'Velocidad', 'Escenario'], rows: [
|
|
40
|
+
['10 s', '360 km/h', 'Tren bala / coche de carreras'],
|
|
41
|
+
['12 s', '300 km/h', 'Despegue de avion privado'],
|
|
42
|
+
['20 s', '180 km/h', 'Deportivo en autopista'],
|
|
43
|
+
['30 s', '120 km/h', 'Coche en autovia'],
|
|
44
|
+
['36 s', '100 km/h', 'Coche en carretera (referencia estandar)'],
|
|
45
|
+
['45 s', '80 km/h', 'Coche en via urbana'],
|
|
46
|
+
['60 s', '60 km/h', 'Conduccion urbana'],
|
|
47
|
+
['90 s', '40 km/h', 'Ciclismo'],
|
|
48
|
+
['120 s', '30 km/h', 'Trotar'],
|
|
49
|
+
['240 s', '15 km/h', 'Correr'],
|
|
50
|
+
['480 s', '7.5 km/h', 'Caminar'],
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
{ type: 'title', text: 'Mas alla de la Escala Estandar', level: 3 },
|
|
54
|
+
{ type: 'paragraph', html: 'Si el bisel taquimetrico solo llega hasta 400 pero tu tiempo transcurrido es inferior a 9 segundos, aun puedes usarlo. Simplemente usa una distancia base mayor. Por ejemplo, si recorres 2 km en 18 segundos, divide la lectura del bisel entre 2. Por el contrario, para velocidades lentas (mas de 60 segundos), usa una distancia base mas corta (p. ej., 0.5 km) y multiplica por 2.' },
|
|
55
|
+
{ type: 'diagnostic', variant: 'info', title: 'Compatibilidad del Taquimetro', icon: 'mdi:information', badge: 'NOTA', html: 'No todos los cronografos tienen un bisel taquimetrico. Algunos relojes colocan la escala taquimetrica en el rehaut de la esfera o en el anillo exterior. Los relojes digitales pueden incluir una funcion taquimetrica en el modo cronografo. La formula siempre funciona independientemente de la escala fisica.' },
|
|
56
|
+
],
|
|
57
|
+
faq: [
|
|
58
|
+
{
|
|
59
|
+
question: 'Como se usa un bisel taquimetrico en mi reloj?',
|
|
60
|
+
answer: 'Pon en marcha el cronografo en un punto de referencia (p. ej., un hito de carretera). Detenlo despues de exactamente 1 km (o 1 milla). La manecilla de segundos apunta a la velocidad en la escala del bisel. Por ejemplo, si tardaste 36 segundos en recorrer 1 km, la manecilla apunta a 100, lo que significa 100 km/h.',
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
question: 'Que pasa si mi tiempo transcurrido es mas rapido de lo que el bisel puede leer?',
|
|
64
|
+
answer: 'Algunos taquimetros solo llegan hasta 400 o 500. Si recorres 1 km en menos de 9 segundos, usa una distancia base mayor. Recorre 2 km y divide la lectura del bisel entre 2, o recorre 3 km y divide entre 3.',
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
question: 'Que pasa si mi tiempo transcurrido es mas lento de lo que el bisel puede leer?',
|
|
68
|
+
answer: 'Usa una distancia base mas corta. Por ejemplo, si tardas 90 segundos en recorrer 1 km, recorre 0.5 km en su lugar. Lee el bisel y multiplica por 2. La escala taquimetrica estandar cubre tiempos de aproximadamente 7 a 60 segundos.',
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
question: 'Puedo usar un taquimetro para algo mas que la velocidad?',
|
|
72
|
+
answer: 'Si. El taquimetro mide cualquier tasa por hora. Por ejemplo, mide cuanto tiempo se tarda en completar una tarea y la escala muestra cuantas puedes hacer por hora. En fabricacion, una tarea de 30 segundos significa 120 unidades por hora.',
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
question: 'Todos los taquimetros usan la misma escala?',
|
|
76
|
+
answer: 'La mayoria usa la escala logaritmica estandar basada en la formula 3.600 ÷ segundos. Sin embargo, algunos relojes antiguos o marcas pueden tener variaciones. La escala fisica tambien puede estar limitada por el minutero y las marcas del bisel.',
|
|
77
|
+
},
|
|
78
|
+
],
|
|
79
|
+
bibliography,
|
|
80
|
+
howTo: [
|
|
81
|
+
{
|
|
82
|
+
name: 'Selecciona un escenario o ingresa un tiempo personalizado',
|
|
83
|
+
text: 'Elige entre opciones predefinidas como Coche, Ciclismo o Correr, o selecciona Personalizado para ingresar cualquier tiempo transcurrido en segundos.',
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
name: 'Lee el resultado de velocidad',
|
|
87
|
+
text: 'La calculadora muestra la velocidad en km/h y la lectura equivalente en el bisel taquimetrico.',
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
name: 'Aplica a tu cronografo',
|
|
91
|
+
text: 'Usa el tiempo transcurrido para encontrar la velocidad correspondiente en el bisel taquimetrico de tu reloj.',
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
schemas: [
|
|
95
|
+
{
|
|
96
|
+
'@context': 'https://schema.org',
|
|
97
|
+
'@type': 'FAQPage',
|
|
98
|
+
'mainEntity': [
|
|
99
|
+
{
|
|
100
|
+
'@type': 'Question',
|
|
101
|
+
'name': 'Como se usa un bisel taquimetrico en mi reloj?',
|
|
102
|
+
'acceptedAnswer': {
|
|
103
|
+
'@type': 'Answer',
|
|
104
|
+
'text': 'Pon en marcha el cronografo en un punto de referencia. Detenlo despues de exactamente 1 km. La manecilla de segundos apunta a la velocidad en la escala del bisel. Por ejemplo, 36 segundos = 100 km/h.',
|
|
105
|
+
},
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
'@type': 'Question',
|
|
109
|
+
'name': 'Que pasa si mi tiempo transcurrido es mas rapido de lo que el bisel puede leer?',
|
|
110
|
+
'acceptedAnswer': {
|
|
111
|
+
'@type': 'Answer',
|
|
112
|
+
'text': 'Usa una distancia base mayor. Recorre 2 km y divide la lectura del bisel entre 2, o recorre 3 km y divide entre 3.',
|
|
113
|
+
},
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
'@type': 'Question',
|
|
117
|
+
'name': 'Que pasa si mi tiempo transcurrido es mas lento de lo que el bisel puede leer?',
|
|
118
|
+
'acceptedAnswer': {
|
|
119
|
+
'@type': 'Answer',
|
|
120
|
+
'text': 'Usa una distancia base mas corta. Recorre 0.5 km en su lugar. Lee el bisel y multiplica por 2.',
|
|
121
|
+
},
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
'@type': 'Question',
|
|
125
|
+
'name': 'Puedo usar un taquimetro para algo mas que la velocidad?',
|
|
126
|
+
'acceptedAnswer': {
|
|
127
|
+
'@type': 'Answer',
|
|
128
|
+
'text': 'Si. El taquimetro mide cualquier tasa por hora. Mide cuanto tiempo se tarda en completar una tarea y la escala muestra cuantas puedes hacer por hora.',
|
|
129
|
+
},
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
'@type': 'Question',
|
|
133
|
+
'name': 'Todos los taquimetros usan la misma escala?',
|
|
134
|
+
'acceptedAnswer': {
|
|
135
|
+
'@type': 'Answer',
|
|
136
|
+
'text': 'La mayoria usa la escala logaritmica estandar basada en la formula 3.600 ÷ segundos. Algunos relojes antiguos pueden tener variaciones.',
|
|
137
|
+
},
|
|
138
|
+
},
|
|
139
|
+
],
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
'@context': 'https://schema.org',
|
|
143
|
+
'@type': 'SoftwareApplication',
|
|
144
|
+
'name': 'Calculadora Taquimetrica',
|
|
145
|
+
'operatingSystem': 'All',
|
|
146
|
+
'applicationCategory': 'UtilitiesApplication',
|
|
147
|
+
'browserRequirements': 'Requires HTML5. Requires JavaScript.',
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
'@context': 'https://schema.org',
|
|
151
|
+
'@type': 'HowTo',
|
|
152
|
+
'name': 'Como calcular la velocidad usando un taquimetro',
|
|
153
|
+
'step': [
|
|
154
|
+
{
|
|
155
|
+
'@type': 'HowToStep',
|
|
156
|
+
'name': 'Selecciona un escenario o tiempo personalizado',
|
|
157
|
+
'text': 'Elige entre opciones predefinidas como Coche, Ciclismo o Correr, o selecciona Personalizado para ingresar cualquier tiempo transcurrido en segundos.',
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
'@type': 'HowToStep',
|
|
161
|
+
'name': 'Lee el resultado de velocidad',
|
|
162
|
+
'text': 'La calculadora muestra la velocidad en km/h y la lectura equivalente en el bisel taquimetrico.',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
'@type': 'HowToStep',
|
|
166
|
+
'name': 'Aplica a tu cronografo',
|
|
167
|
+
'text': 'Usa el tiempo transcurrido para encontrar la velocidad correspondiente en el bisel taquimetrico de tu reloj.',
|
|
168
|
+
},
|
|
169
|
+
],
|
|
170
|
+
},
|
|
171
|
+
],
|
|
172
|
+
};
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { TachymeterCalculatorUI } from '../entry';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
4
|
+
|
|
5
|
+
export const content: ToolLocaleContent<TachymeterCalculatorUI> = {
|
|
6
|
+
slug: 'calculateur-tachymetre',
|
|
7
|
+
title: 'Calculateur Tachymetre: Vitesse depuis le temps ecoule',
|
|
8
|
+
description: 'Calculez la vitesse a partir du temps ecoule en utilisant la formule du tachymetre. Fonctionne avec tout chronographe possedant une echelle tachymetrique sur la lunette.',
|
|
9
|
+
ui: {
|
|
10
|
+
title: 'Calculateur Tachymetre',
|
|
11
|
+
timeLabel: 'Temps Ecoule (secondes)',
|
|
12
|
+
timeHelp: 'Temps mesure sur 1 km ou 1 mile',
|
|
13
|
+
speedResult: 'Vitesse',
|
|
14
|
+
bezelReading: 'Lecture de la Lunette',
|
|
15
|
+
presetLabel: 'Scenario Predefini',
|
|
16
|
+
selectPreset: 'Selectionnez un scenario',
|
|
17
|
+
customPreset: 'Personnalise',
|
|
18
|
+
seconds: 's',
|
|
19
|
+
kmh: 'km/h',
|
|
20
|
+
mph: 'mph',
|
|
21
|
+
exampleStep1: 'Lancez le chronographe lorsque l objet passe le point de depart.',
|
|
22
|
+
exampleStep2: 'Arretez-le apres 1 km. L echelle tachymetrique indique la vitesse.',
|
|
23
|
+
tipTitle: 'Astuce',
|
|
24
|
+
tipContent: 'A 36 secondes, la lunette indique 100. Des temps plus rapides (duree plus courte) correspondent a des vitesses plus elevees sur l echelle tachymetrique.',
|
|
25
|
+
},
|
|
26
|
+
seo: [
|
|
27
|
+
{ type: 'title', text: 'Calculateur Tachymetre: Convertissez le temps ecoule en vitesse', level: 2 },
|
|
28
|
+
{ type: 'paragraph', html: 'Un tachymetre est une echelle sur la lunette ou le cadran d une montre qui convertit le temps ecoule en vitesse. Il est generalement utilise avec un chronographe: lancez le minuteur lorsque l objet passe un point de reference, arretez-le apres 1 km (ou 1 mile) et lisez la vitesse sur l echelle. Ce calculateur effectue le calcul pour vous.' },
|
|
29
|
+
{ type: 'title', text: 'Comment fonctionne un Tachymetre', level: 3 },
|
|
30
|
+
{
|
|
31
|
+
type: 'glossary', items: [
|
|
32
|
+
{ term: 'Formule', definition: 'Vitesse = 3 600 ÷ temps ecoule en secondes. La constante 3 600 represente les secondes par heure.' },
|
|
33
|
+
{ term: 'L Echelle', definition: 'Les lunettes tachymetriques sont marquees de 60 (a 3 heures) jusqu a 400 ou 500 (pres de 12 heures). Les vitesses plus rapides correspondent a des temps ecoules plus courts.' },
|
|
34
|
+
{ term: 'Distance de Base', definition: 'Les tachymetres standard sont etalonnes pour 1 km ou 1 mile. Pour d autres distances, divisez la lecture en consequence.' },
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
{ type: 'title', text: 'Mesures Tachymetriques Courantes', level: 3 },
|
|
38
|
+
{
|
|
39
|
+
type: 'table', headers: ['Temps Ecoule', 'Vitesse', 'Scenario'], rows: [
|
|
40
|
+
['10 s', '360 km/h', 'Train a grande vitesse / voiture de course'],
|
|
41
|
+
['12 s', '300 km/h', 'Decollage d un jet prive'],
|
|
42
|
+
['20 s', '180 km/h', 'Voiture de sport sur autoroute'],
|
|
43
|
+
['30 s', '120 km/h', 'Voiture sur voie rapide'],
|
|
44
|
+
['36 s', '100 km/h', 'Voiture sur route (reference standard)'],
|
|
45
|
+
['45 s', '80 km/h', 'Voiture en zone urbaine'],
|
|
46
|
+
['60 s', '60 km/h', 'Conduite en ville'],
|
|
47
|
+
['90 s', '40 km/h', 'Cyclisme'],
|
|
48
|
+
['120 s', '30 km/h', 'Jogging'],
|
|
49
|
+
['240 s', '15 km/h', 'Course a pied'],
|
|
50
|
+
['480 s', '7.5 km/h', 'Marche'],
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
{ type: 'title', text: 'Au-dela de l Echelle Standard', level: 3 },
|
|
54
|
+
{ type: 'paragraph', html: 'Si votre lunette tachymetrique ne va que jusqu a 400 mais que votre temps ecoule est inferieur a 9 secondes, vous pouvez toujours l utiliser. Utilisez simplement une distance de base plus longue. Par exemple, si vous parcourez 2 km en 18 secondes, divisez la lecture de la lunette par 2. A l inverse, pour les vitesses lentes (plus de 60 secondes), utilisez une distance de base plus courte (p. ex., 0.5 km) et multipliez par 2.' },
|
|
55
|
+
{ type: 'diagnostic', variant: 'info', title: 'Compatibilite du Tachymetre', icon: 'mdi:information', badge: 'NOTE', html: 'Tous les chronographes n ont pas de lunette tachymetrique. Certaines montres placent l echelle tachymetrique sur le rehaut du cadran ou sur l anneau exterieur. Les montres numeriques peuvent inclure une fonction tachymetrique dans le mode chronographe. La formule fonctionne toujours independamment de l echelle physique.' },
|
|
56
|
+
],
|
|
57
|
+
faq: [
|
|
58
|
+
{
|
|
59
|
+
question: 'Comment utiliser une lunette tachymetrique sur ma montre?',
|
|
60
|
+
answer: 'Lancez le chronographe a un point de reference (p. ex., un bornier). Arretez-le apres exactement 1 km (ou 1 mile). L aiguille des secondes pointe vers la vitesse sur l echelle de la lunette. Par exemple, s il a fallu 36 secondes pour parcourir 1 km, l aiguille pointe vers 100, soit 100 km/h.',
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
question: 'Que faire si mon temps ecoule est plus rapide que ce que la lunette peut lire?',
|
|
64
|
+
answer: 'Certains tachymetres ne vont que jusqu a 400 ou 500. Si vous parcourez 1 km en moins de 9 secondes, utilisez une distance de base plus longue. Parcourez 2 km et divisez la lecture de la lunette par 2, ou parcourez 3 km et divisez par 3.',
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
question: 'Que faire si mon temps ecoule est plus lent que ce que la lunette peut lire?',
|
|
68
|
+
answer: 'Utilisez une distance de base plus courte. Par exemple, s il faut 90 secondes pour parcourir 1 km, parcourez 0.5 km a la place. Lisez la lunette et multipliez par 2. L echelle tachymetrique standard couvre des temps d environ 7 a 60 secondes.',
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
question: 'Puis-je utiliser un tachymetre pour autre chose que la vitesse?',
|
|
72
|
+
answer: 'Oui. Le tachymetre mesure tout taux horaire. Par exemple, mesurez le temps necessaire pour accomplir une tache et l echelle montre combien vous pouvez en faire par heure. Dans la fabrication, une tache de 30 secondes signifie 120 unites par heure.',
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
question: 'Tous les tachymetres utilisent-ils la meme echelle?',
|
|
76
|
+
answer: 'La plupart utilisent l echelle logarithmique standard basee sur la formule 3 600 ÷ secondes. Cependant, certaines montres anciennes ou marques peuvent avoir des variations. L echelle physique peut egalement etre limitee par le chemin des minutes et les marquages de la lunette.',
|
|
77
|
+
},
|
|
78
|
+
],
|
|
79
|
+
bibliography,
|
|
80
|
+
howTo: [
|
|
81
|
+
{
|
|
82
|
+
name: 'Selectionnez un scenario ou entrez un temps personnalise',
|
|
83
|
+
text: 'Choisissez parmi les options predefinies comme Voiture, Cyclisme ou Course a pied, ou selectionnez Personnalise pour entrer n importe quel temps ecoule en secondes.',
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
name: 'Lisez le resultat de vitesse',
|
|
87
|
+
text: 'Le calculateur affiche la vitesse en km/h et la lecture equivalente sur la lunette tachymetrique.',
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
name: 'Appliquez a votre chronographe',
|
|
91
|
+
text: 'Utilisez le temps ecoule pour trouver la vitesse correspondante sur la lunette tachymetrique de votre montre.',
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
schemas: [
|
|
95
|
+
{
|
|
96
|
+
'@context': 'https://schema.org',
|
|
97
|
+
'@type': 'FAQPage',
|
|
98
|
+
'mainEntity': [
|
|
99
|
+
{
|
|
100
|
+
'@type': 'Question',
|
|
101
|
+
'name': 'Comment utiliser une lunette tachymetrique sur ma montre?',
|
|
102
|
+
'acceptedAnswer': {
|
|
103
|
+
'@type': 'Answer',
|
|
104
|
+
'text': 'Lancez le chronographe a un point de reference. Arretez-le apres exactement 1 km. L aiguille des secondes pointe vers la vitesse sur l echelle de la lunette. Par exemple, 36 secondes = 100 km/h.',
|
|
105
|
+
},
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
'@type': 'Question',
|
|
109
|
+
'name': 'Que faire si mon temps ecoule est plus rapide que ce que la lunette peut lire?',
|
|
110
|
+
'acceptedAnswer': {
|
|
111
|
+
'@type': 'Answer',
|
|
112
|
+
'text': 'Utilisez une distance de base plus longue. Parcourez 2 km et divisez la lecture de la lunette par 2, ou parcourez 3 km et divisez par 3.',
|
|
113
|
+
},
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
'@type': 'Question',
|
|
117
|
+
'name': 'Que faire si mon temps ecoule est plus lent que ce que la lunette peut lire?',
|
|
118
|
+
'acceptedAnswer': {
|
|
119
|
+
'@type': 'Answer',
|
|
120
|
+
'text': 'Utilisez une distance de base plus courte. Parcourez 0.5 km a la place. Lisez la lunette et multipliez par 2.',
|
|
121
|
+
},
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
'@type': 'Question',
|
|
125
|
+
'name': 'Puis-je utiliser un tachymetre pour autre chose que la vitesse?',
|
|
126
|
+
'acceptedAnswer': {
|
|
127
|
+
'@type': 'Answer',
|
|
128
|
+
'text': 'Oui. Le tachymetre mesure tout taux horaire. Mesurez le temps necessaire pour accomplir une tache et l echelle montre combien vous pouvez en faire par heure.',
|
|
129
|
+
},
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
'@type': 'Question',
|
|
133
|
+
'name': 'Tous les tachymetres utilisent-ils la meme echelle?',
|
|
134
|
+
'acceptedAnswer': {
|
|
135
|
+
'@type': 'Answer',
|
|
136
|
+
'text': 'La plupart utilisent l echelle logarithmique standard basee sur la formule 3 600 ÷ secondes. Certaines montres anciennes peuvent avoir des variations.',
|
|
137
|
+
},
|
|
138
|
+
},
|
|
139
|
+
],
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
'@context': 'https://schema.org',
|
|
143
|
+
'@type': 'SoftwareApplication',
|
|
144
|
+
'name': 'Calculateur Tachymetre',
|
|
145
|
+
'operatingSystem': 'All',
|
|
146
|
+
'applicationCategory': 'UtilitiesApplication',
|
|
147
|
+
'browserRequirements': 'Requires HTML5. Requires JavaScript.',
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
'@context': 'https://schema.org',
|
|
151
|
+
'@type': 'HowTo',
|
|
152
|
+
'name': 'Comment calculer la vitesse avec un tachymetre',
|
|
153
|
+
'step': [
|
|
154
|
+
{
|
|
155
|
+
'@type': 'HowToStep',
|
|
156
|
+
'name': 'Selectionnez un scenario ou un temps personnalise',
|
|
157
|
+
'text': 'Choisissez parmi les options predefinies comme Voiture, Cyclisme ou Course a pied, ou selectionnez Personnalise pour entrer n importe quel temps ecoule en secondes.',
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
'@type': 'HowToStep',
|
|
161
|
+
'name': 'Lisez le resultat de vitesse',
|
|
162
|
+
'text': 'Le calculateur affiche la vitesse en km/h et la lecture equivalente sur la lunette tachymetrique.',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
'@type': 'HowToStep',
|
|
166
|
+
'name': 'Appliquez a votre chronographe',
|
|
167
|
+
'text': 'Utilisez le temps ecoule pour trouver la vitesse correspondante sur la lunette tachymetrique de votre montre.',
|
|
168
|
+
},
|
|
169
|
+
],
|
|
170
|
+
},
|
|
171
|
+
],
|
|
172
|
+
};
|