@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: 'kalkulator-takimeter',
|
|
7
|
+
title: 'Kalkulator Takimeter: Kecepatan dari Waktu Tempuh',
|
|
8
|
+
description: 'Hitung kecepatan dari waktu tempuh menggunakan rumus takimeter. Berfungsi dengan jam kronograf apa pun yang memiliki skala bezel takimeter.',
|
|
9
|
+
ui: {
|
|
10
|
+
title: 'Kalkulator Takimeter',
|
|
11
|
+
timeLabel: 'Waktu Tempuh (detik)',
|
|
12
|
+
timeHelp: 'Waktu yang diukur dalam 1 km atau 1 mil',
|
|
13
|
+
speedResult: 'Kecepatan',
|
|
14
|
+
bezelReading: 'Pembacaan Bezel',
|
|
15
|
+
presetLabel: 'Skenario',
|
|
16
|
+
selectPreset: 'Pilih skenario',
|
|
17
|
+
customPreset: 'Kustom',
|
|
18
|
+
seconds: 'd',
|
|
19
|
+
kmh: 'km/jam',
|
|
20
|
+
mph: 'mpj',
|
|
21
|
+
exampleStep1: 'Mulai kronograf saat objek melewati titik awal.',
|
|
22
|
+
exampleStep2: 'Hentikan setelah 1 km. Skala takimeter menunjukkan kecepatan.',
|
|
23
|
+
tipTitle: 'Tips',
|
|
24
|
+
tipContent: 'Pada 36 detik, bezel menunjukkan angka 100. Waktu lebih cepat (durasi lebih pendek) menunjukkan kecepatan lebih tinggi pada skala takimeter.',
|
|
25
|
+
},
|
|
26
|
+
seo: [
|
|
27
|
+
{ type: 'title', text: 'Kalkulator Takimeter: Konversi Waktu Tempuh ke Kecepatan', level: 2 },
|
|
28
|
+
{ type: 'paragraph', html: 'Takimeter adalah skala pada bezel atau dial jam yang mengonversi waktu tempuh menjadi kecepatan. Biasanya digunakan dengan kronograf: mulai timer saat objek melewati titik referensi, hentikan setelah 1 km (atau 1 mil), dan baca kecepatan dari skala. Kalkulator ini melakukan perhitungan untuk Anda.' },
|
|
29
|
+
{ type: 'title', text: 'Cara Kerja Takimeter', level: 3 },
|
|
30
|
+
{
|
|
31
|
+
type: 'glossary', items: [
|
|
32
|
+
{ term: 'Rumus', definition: 'Kecepatan = 3.600 / waktu tempuh dalam detik. Konstanta 3.600 mewakili detik per jam.' },
|
|
33
|
+
{ term: 'Skala', definition: 'Bezel takimeter ditandai dari 60 (pada posisi pukul 3) hingga 400 atau 500 (dekat pukul 12). Kecepatan lebih tinggi sejajar dengan waktu tempuh yang lebih pendek.' },
|
|
34
|
+
{ term: 'Jarak Dasar', definition: 'Takimeter standar dikalibrasi untuk 1 km atau 1 mil. Untuk jarak lain, bagi pembacaan sesuai kebutuhan.' },
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
{ type: 'title', text: 'Pengukuran Takimeter Umum', level: 3 },
|
|
38
|
+
{
|
|
39
|
+
type: 'table', headers: ['Waktu Tempuh', 'Kecepatan', 'Skenario'], rows: [
|
|
40
|
+
['10 d', '360 km/jam', 'Kereta peluru / mobil balap'],
|
|
41
|
+
['12 d', '300 km/jam', 'Lepas landas jet pribadi'],
|
|
42
|
+
['20 d', '180 km/jam', 'Mobil sport di jalan raya'],
|
|
43
|
+
['30 d', '120 km/jam', 'Mobil di jalan tol'],
|
|
44
|
+
['36 d', '100 km/jam', 'Mobil di jalan raya (referensi standar)'],
|
|
45
|
+
['45 d', '80 km/jam', 'Mobil di jalan perkotaan'],
|
|
46
|
+
['60 d', '60 km/jam', 'Mengemudi di kota'],
|
|
47
|
+
['90 d', '40 km/jam', 'Bersepeda'],
|
|
48
|
+
['120 d', '30 km/jam', 'Joging'],
|
|
49
|
+
['240 d', '15 km/jam', 'Lari'],
|
|
50
|
+
['480 d', '7,5 km/jam', 'Berjalan'],
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
{ type: 'title', text: 'Melampaui Skala Standar', level: 3 },
|
|
54
|
+
{ type: 'paragraph', html: 'Jika bezel takimeter Anda hanya mencapai 400 tetapi waktu tempuh Anda di bawah 9 detik, Anda tetap bisa menggunakannya. Gunakan jarak dasar yang lebih panjang. Misalnya, jika Anda menempuh 2 km dalam 18 detik, bagi pembacaan bezel dengan 2. Sebaliknya, untuk kecepatan lambat (di atas 60 detik), gunakan jarak dasar yang lebih pendek (mis. 0,5 km) dan kalikan dengan 2.' },
|
|
55
|
+
{ type: 'diagnostic', variant: 'info', title: 'Kompatibilitas Takimeter', icon: 'mdi:information', badge: 'CATATAN', html: 'Tidak semua kronograf memiliki bezel takimeter. Beberapa jam menempatkan skala takimeter pada rehaut dial atau pada cincin bab terluar. Jam digital mungkin menyertakan fungsi takimeter dalam mode kronograf. Rumus ini selalu berfungsi terlepas dari skala fisiknya.' },
|
|
56
|
+
],
|
|
57
|
+
faq: [
|
|
58
|
+
{
|
|
59
|
+
question: 'Bagaimana cara menggunakan bezel takimeter pada jam tangan saya?',
|
|
60
|
+
answer: 'Mulai kronograf di titik referensi (misalnya, penanda jalan tol). Hentikan setelah tepat 1 km (atau 1 mil). Jarum detik menunjuk ke kecepatan pada skala bezel. Misalnya, jika butuh 36 detik untuk menempuh 1 km, jarum menunjuk ke 100, artinya 100 km/jam.',
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
question: 'Bagaimana jika waktu tempuh saya lebih cepat dari yang bisa dibaca bezel?',
|
|
64
|
+
answer: 'Beberapa takimeter hanya mencapai 400 atau 500. Jika Anda menempuh 1 km dalam waktu di bawah 9 detik, gunakan jarak dasar yang lebih panjang. Tempuh 2 km dan bagi pembacaan bezel dengan 2, atau tempuh 3 km dan bagi dengan 3.',
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
question: 'Bagaimana jika waktu tempuh saya lebih lambat dari yang bisa dibaca bezel?',
|
|
68
|
+
answer: 'Gunakan jarak dasar yang lebih pendek. Misalnya, jika butuh 90 detik untuk menempuh 1 km, tempuh 0,5 km saja. Baca bezel dan kalikan dengan 2. Skala takimeter standar mencakup waktu dari sekitar 7 hingga 60 detik.',
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
question: 'Bisakah takimeter digunakan untuk hal selain kecepatan?',
|
|
72
|
+
answer: 'Ya. Takimeter mengukur laju per jam apa pun. Misalnya, ukur berapa lama waktu yang dibutuhkan untuk menyelesaikan tugas dan skala menunjukkan berapa banyak yang dapat Anda lakukan per jam. Dalam manufaktur, tugas 30 detik berarti 120 unit per jam.',
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
question: 'Apakah semua takimeter menggunakan skala yang sama?',
|
|
76
|
+
answer: 'Kebanyakan menggunakan skala logaritmik standar berdasarkan rumus 3.600 / detik. Namun, beberapa jam vintage atau merek mungkin memiliki variasi. Skala fisik juga mungkin dibatasi oleh track menit dan tanda bezel jam.',
|
|
77
|
+
},
|
|
78
|
+
],
|
|
79
|
+
bibliography,
|
|
80
|
+
howTo: [
|
|
81
|
+
{
|
|
82
|
+
name: 'Pilih skenario atau masukkan waktu kustom',
|
|
83
|
+
text: 'Pilih dari skenario seperti Mobil, Bersepeda, atau Lari, atau pilih Kustom untuk memasukkan waktu tempuh dalam detik.',
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
name: 'Baca hasil kecepatan',
|
|
87
|
+
text: 'Kalkulator menunjukkan kecepatan dalam km/jam dan pembacaan bezel takimeter yang setara.',
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
name: 'Terapkan pada kronograf Anda',
|
|
91
|
+
text: 'Gunakan waktu tempuh untuk menemukan kecepatan yang sesuai pada bezel takimeter jam tangan Anda.',
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
schemas: [
|
|
95
|
+
{
|
|
96
|
+
'@context': 'https://schema.org',
|
|
97
|
+
'@type': 'FAQPage',
|
|
98
|
+
'mainEntity': [
|
|
99
|
+
{
|
|
100
|
+
'@type': 'Question',
|
|
101
|
+
'name': 'Bagaimana cara menggunakan bezel takimeter pada jam tangan saya?',
|
|
102
|
+
'acceptedAnswer': {
|
|
103
|
+
'@type': 'Answer',
|
|
104
|
+
'text': 'Mulai kronograf di titik referensi. Hentikan setelah tepat 1 km. Jarum detik menunjuk ke kecepatan pada skala bezel. Contoh: 36 detik = 100 km/jam.',
|
|
105
|
+
},
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
'@type': 'Question',
|
|
109
|
+
'name': 'Bagaimana jika waktu tempuh saya lebih cepat dari yang bisa dibaca bezel?',
|
|
110
|
+
'acceptedAnswer': {
|
|
111
|
+
'@type': 'Answer',
|
|
112
|
+
'text': 'Gunakan jarak dasar yang lebih panjang. Tempuh 2 km dan bagi pembacaan bezel dengan 2, atau tempuh 3 km dan bagi dengan 3.',
|
|
113
|
+
},
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
'@type': 'Question',
|
|
117
|
+
'name': 'Bagaimana jika waktu tempuh saya lebih lambat dari yang bisa dibaca bezel?',
|
|
118
|
+
'acceptedAnswer': {
|
|
119
|
+
'@type': 'Answer',
|
|
120
|
+
'text': 'Gunakan jarak dasar yang lebih pendek. Tempuh 0,5 km saja. Baca bezel dan kalikan dengan 2.',
|
|
121
|
+
},
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
'@type': 'Question',
|
|
125
|
+
'name': 'Bisakah takimeter digunakan untuk hal selain kecepatan?',
|
|
126
|
+
'acceptedAnswer': {
|
|
127
|
+
'@type': 'Answer',
|
|
128
|
+
'text': 'Ya. Takimeter mengukur laju per jam. Ukur waktu untuk menyelesaikan tugas dan skala menunjukkan berapa banyak per jam.',
|
|
129
|
+
},
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
'@type': 'Question',
|
|
133
|
+
'name': 'Apakah semua takimeter menggunakan skala yang sama?',
|
|
134
|
+
'acceptedAnswer': {
|
|
135
|
+
'@type': 'Answer',
|
|
136
|
+
'text': 'Kebanyakan menggunakan skala logaritmik standar berdasarkan rumus 3.600 / detik. Beberapa jam vintage mungkin memiliki variasi.',
|
|
137
|
+
},
|
|
138
|
+
},
|
|
139
|
+
],
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
'@context': 'https://schema.org',
|
|
143
|
+
'@type': 'SoftwareApplication',
|
|
144
|
+
'name': 'Kalkulator Takimeter',
|
|
145
|
+
'operatingSystem': 'All',
|
|
146
|
+
'applicationCategory': 'UtilitiesApplication',
|
|
147
|
+
'browserRequirements': 'Requires HTML5. Requires JavaScript.',
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
'@context': 'https://schema.org',
|
|
151
|
+
'@type': 'HowTo',
|
|
152
|
+
'name': 'Cara menghitung kecepatan menggunakan takimeter',
|
|
153
|
+
'step': [
|
|
154
|
+
{
|
|
155
|
+
'@type': 'HowToStep',
|
|
156
|
+
'name': 'Pilih skenario atau waktu kustom',
|
|
157
|
+
'text': 'Pilih dari skenario seperti Mobil, Bersepeda, atau Lari, atau pilih Kustom untuk memasukkan waktu tempuh dalam detik.',
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
'@type': 'HowToStep',
|
|
161
|
+
'name': 'Baca hasil kecepatan',
|
|
162
|
+
'text': 'Kalkulator menunjukkan kecepatan dalam km/jam dan pembacaan bezel takimeter yang setara.',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
'@type': 'HowToStep',
|
|
166
|
+
'name': 'Terapkan pada kronograf Anda',
|
|
167
|
+
'text': 'Gunakan waktu tempuh untuk menemukan kecepatan yang sesuai pada bezel takimeter jam tangan Anda.',
|
|
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: 'calcolatore-tachimetro',
|
|
7
|
+
title: 'Calcolatore Tachimetro: Velocita dal tempo trascorso',
|
|
8
|
+
description: 'Calcola la velocita dal tempo trascorso usando la formula del tachimetro. Funziona con qualsiasi cronografo dotato di scala tachimetrica sulla lunetta.',
|
|
9
|
+
ui: {
|
|
10
|
+
title: 'Calcolatore Tachimetro',
|
|
11
|
+
timeLabel: 'Tempo Trascorso (secondi)',
|
|
12
|
+
timeHelp: 'Tempo misurato su 1 km o 1 miglio',
|
|
13
|
+
speedResult: 'Velocita',
|
|
14
|
+
bezelReading: 'Lettura Lunetta',
|
|
15
|
+
presetLabel: 'Scenario Predefinito',
|
|
16
|
+
selectPreset: 'Seleziona uno scenario',
|
|
17
|
+
customPreset: 'Personalizzato',
|
|
18
|
+
seconds: 's',
|
|
19
|
+
kmh: 'km/h',
|
|
20
|
+
mph: 'mph',
|
|
21
|
+
exampleStep1: 'Avvia il cronografo quando l oggetto passa il punto di partenza.',
|
|
22
|
+
exampleStep2: 'Fermalo dopo 1 km. La scala tachimetrica mostra la velocita.',
|
|
23
|
+
tipTitle: 'Consiglio',
|
|
24
|
+
tipContent: 'A 36 secondi la lunetta segna 100. Tempi piu rapidi (durata minore) indicano velocita piu elevate sulla scala tachimetrica.',
|
|
25
|
+
},
|
|
26
|
+
seo: [
|
|
27
|
+
{ type: 'title', text: 'Calcolatore Tachimetro: Converti il tempo trascorso in velocita', level: 2 },
|
|
28
|
+
{ type: 'paragraph', html: 'Un tachimetro e una scala sulla lunetta o sul quadrante di un orologio che converte il tempo trascorso in velocita. Viene tipicamente usato con un cronografo: avvia il timer quando l oggetto passa un punto di riferimento, fermalo dopo 1 km (o 1 miglio) e leggi la velocita sulla scala. Questo calcolatore esegue il calcolo per te.' },
|
|
29
|
+
{ type: 'title', text: 'Come funziona un Tachimetro', level: 3 },
|
|
30
|
+
{
|
|
31
|
+
type: 'glossary', items: [
|
|
32
|
+
{ term: 'Formula', definition: 'Velocita = 3.600 ÷ tempo trascorso in secondi. La costante 3.600 rappresenta i secondi per ora.' },
|
|
33
|
+
{ term: 'La Scala', definition: 'Le lunette tachimetriche sono graduate da 60 (alle 3 in punto) fino a 400 o 500 (vicino alle 12 in punto). Velocita piu elevate corrispondono a tempi trascorsi piu brevi.' },
|
|
34
|
+
{ term: 'Distanza Base', definition: 'I tachimetri standard sono calibrati per 1 km o 1 miglio. Per altre distanze, dividi la lettura di conseguenza.' },
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
{ type: 'title', text: 'Misure Tachimetriche Comuni', level: 3 },
|
|
38
|
+
{
|
|
39
|
+
type: 'table', headers: ['Tempo Trascorso', 'Velocita', 'Scenario'], rows: [
|
|
40
|
+
['10 s', '360 km/h', 'Treno ad alta velocita / auto da corsa'],
|
|
41
|
+
['12 s', '300 km/h', 'Decollo di un jet privato'],
|
|
42
|
+
['20 s', '180 km/h', 'Auto sportiva in autostrada'],
|
|
43
|
+
['30 s', '120 km/h', 'Auto su superstrada'],
|
|
44
|
+
['36 s', '100 km/h', 'Auto in strada (riferimento standard)'],
|
|
45
|
+
['45 s', '80 km/h', 'Auto su strada urbana'],
|
|
46
|
+
['60 s', '60 km/h', 'Guida in citta'],
|
|
47
|
+
['90 s', '40 km/h', 'Ciclismo'],
|
|
48
|
+
['120 s', '30 km/h', 'Jogging'],
|
|
49
|
+
['240 s', '15 km/h', 'Corsa'],
|
|
50
|
+
['480 s', '7.5 km/h', 'Camminata'],
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
{ type: 'title', text: 'Oltre la Scala Standard', level: 3 },
|
|
54
|
+
{ type: 'paragraph', html: 'Se la tua lunetta tachimetrica arriva solo fino a 400 ma il tuo tempo trascorso e inferiore a 9 secondi, puoi comunque usarla. Usa semplicemente una distanza base piu lunga. Ad esempio, se percorri 2 km in 18 secondi, dimezza la lettura della lunetta. Al contrario, per velocita basse (oltre 60 secondi), usa una distanza base piu corta (es. 0.5 km) e moltiplica per 2.' },
|
|
55
|
+
{ type: 'diagnostic', variant: 'info', title: 'Compatibilita del Tachimetro', icon: 'mdi:information', badge: 'NOTA', html: 'Non tutti i cronografi hanno una lunetta tachimetrica. Alcuni orologi posizionano la scala tachimetrica sul rehaut del quadrante o sull anello esterno. Gli orologi digitali possono includere una funzione tachimetrica nella modalita cronografo. La formula funziona sempre indipendentemente dalla scala fisica.' },
|
|
56
|
+
],
|
|
57
|
+
faq: [
|
|
58
|
+
{
|
|
59
|
+
question: 'Come si usa una lunetta tachimetrica sul mio orologio?',
|
|
60
|
+
answer: 'Avvia il cronografo in un punto di riferimento (es. un cartello stradale). Fermalo dopo esattamente 1 km (o 1 miglio). La lancetta dei secondi punta alla velocita sulla scala della lunetta. Per esempio, se ci sono voluti 36 secondi per percorrere 1 km, la lancetta punta a 100, ovvero 100 km/h.',
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
question: 'Cosa succede se il mio tempo trascorso e piu veloce di quanto la lunetta possa leggere?',
|
|
64
|
+
answer: 'Alcuni tachimetri arrivano solo fino a 400 o 500. Se percorri 1 km in meno di 9 secondi, usa una distanza base piu lunga. Percorri 2 km e dividi la lettura della lunetta per 2, o percorri 3 km e dividi per 3.',
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
question: 'Cosa succede se il mio tempo trascorso e piu lento di quanto la lunetta possa leggere?',
|
|
68
|
+
answer: 'Usa una distanza base piu corta. Per esempio, se ci vogliono 90 secondi per percorrere 1 km, percorri 0.5 km invece. Leggi la lunetta e moltiplica per 2. La scala tachimetrica standard copre tempi da circa 7 a 60 secondi.',
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
question: 'Posso usare un tachimetro per qualcosa di diverso dalla velocita?',
|
|
72
|
+
answer: 'Si. Il tachimetro misura qualsiasi tasso orario. Per esempio, misura quanto tempo impieghi per completare un compito e la scala mostra quanti ne puoi fare all ora. Nella produzione, un compito di 30 secondi significa 120 unita all ora.',
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
question: 'Tutti i tachimetri usano la stessa scala?',
|
|
76
|
+
answer: 'La maggior parte usa la scala logaritmica standard basata sulla formula 3.600 ÷ secondi. Tuttavia, alcuni orologi vintage o marche possono avere variazioni. La scala fisica puo anche essere limitata dalla minuteria e dalle marcature della lunetta.',
|
|
77
|
+
},
|
|
78
|
+
],
|
|
79
|
+
bibliography,
|
|
80
|
+
howTo: [
|
|
81
|
+
{
|
|
82
|
+
name: 'Seleziona uno scenario o inserisci un tempo personalizzato',
|
|
83
|
+
text: 'Scegli tra opzioni predefinite come Auto, Ciclismo o Corsa, oppure seleziona Personalizzato per inserire qualsiasi tempo trascorso in secondi.',
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
name: 'Leggi il risultato della velocita',
|
|
87
|
+
text: 'Il calcolatore mostra la velocita in km/h e la lettura equivalente sulla lunetta tachimetrica.',
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
name: 'Applica al tuo cronografo',
|
|
91
|
+
text: 'Usa il tempo trascorso per trovare la velocita corrispondente sulla lunetta tachimetrica del tuo orologio.',
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
schemas: [
|
|
95
|
+
{
|
|
96
|
+
'@context': 'https://schema.org',
|
|
97
|
+
'@type': 'FAQPage',
|
|
98
|
+
'mainEntity': [
|
|
99
|
+
{
|
|
100
|
+
'@type': 'Question',
|
|
101
|
+
'name': 'Come si usa una lunetta tachimetrica sul mio orologio?',
|
|
102
|
+
'acceptedAnswer': {
|
|
103
|
+
'@type': 'Answer',
|
|
104
|
+
'text': 'Avvia il cronografo in un punto di riferimento. Fermalo dopo esattamente 1 km. La lancetta dei secondi punta alla velocita sulla scala della lunetta. Per esempio, 36 secondi = 100 km/h.',
|
|
105
|
+
},
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
'@type': 'Question',
|
|
109
|
+
'name': 'Cosa succede se il mio tempo trascorso e piu veloce di quanto la lunetta possa leggere?',
|
|
110
|
+
'acceptedAnswer': {
|
|
111
|
+
'@type': 'Answer',
|
|
112
|
+
'text': 'Usa una distanza base piu lunga. Percorri 2 km e dividi la lettura della lunetta per 2, o percorri 3 km e dividi per 3.',
|
|
113
|
+
},
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
'@type': 'Question',
|
|
117
|
+
'name': 'Cosa succede se il mio tempo trascorso e piu lento di quanto la lunetta possa leggere?',
|
|
118
|
+
'acceptedAnswer': {
|
|
119
|
+
'@type': 'Answer',
|
|
120
|
+
'text': 'Usa una distanza base piu corta. Percorri 0.5 km invece. Leggi la lunetta e moltiplica per 2.',
|
|
121
|
+
},
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
'@type': 'Question',
|
|
125
|
+
'name': 'Posso usare un tachimetro per qualcosa di diverso dalla velocita?',
|
|
126
|
+
'acceptedAnswer': {
|
|
127
|
+
'@type': 'Answer',
|
|
128
|
+
'text': 'Si. Il tachimetro misura qualsiasi tasso orario. Misura quanto tempo impieghi per completare un compito e la scala mostra quanti ne puoi fare all ora.',
|
|
129
|
+
},
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
'@type': 'Question',
|
|
133
|
+
'name': 'Tutti i tachimetri usano la stessa scala?',
|
|
134
|
+
'acceptedAnswer': {
|
|
135
|
+
'@type': 'Answer',
|
|
136
|
+
'text': 'La maggior parte usa la scala logaritmica standard basata sulla formula 3.600 ÷ secondi. Alcuni orologi vintage possono avere variazioni.',
|
|
137
|
+
},
|
|
138
|
+
},
|
|
139
|
+
],
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
'@context': 'https://schema.org',
|
|
143
|
+
'@type': 'SoftwareApplication',
|
|
144
|
+
'name': 'Calcolatore Tachimetro',
|
|
145
|
+
'operatingSystem': 'All',
|
|
146
|
+
'applicationCategory': 'UtilitiesApplication',
|
|
147
|
+
'browserRequirements': 'Requires HTML5. Requires JavaScript.',
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
'@context': 'https://schema.org',
|
|
151
|
+
'@type': 'HowTo',
|
|
152
|
+
'name': 'Come calcolare la velocita usando un tachimetro',
|
|
153
|
+
'step': [
|
|
154
|
+
{
|
|
155
|
+
'@type': 'HowToStep',
|
|
156
|
+
'name': 'Seleziona uno scenario o tempo personalizzato',
|
|
157
|
+
'text': 'Scegli tra opzioni predefinite come Auto, Ciclismo o Corsa, oppure seleziona Personalizzato per inserire qualsiasi tempo trascorso in secondi.',
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
'@type': 'HowToStep',
|
|
161
|
+
'name': 'Leggi il risultato della velocita',
|
|
162
|
+
'text': 'Il calcolatore mostra la velocita in km/h e la lettura equivalente sulla lunetta tachimetrica.',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
'@type': 'HowToStep',
|
|
166
|
+
'name': 'Applica al tuo cronografo',
|
|
167
|
+
'text': 'Usa il tempo trascorso per trovare la velocita corrispondente sulla lunetta tachimetrica del tuo orologio.',
|
|
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: 'tachymeter-calculator',
|
|
7
|
+
title: 'Takimeta Keisanki: Keika jikan kara sokudo o keisan',
|
|
8
|
+
description: 'タキメーターの計算式を使って経過時間から速度を算出します。タキメーターベゼルスケールを備えたあらゆるクロノグラフ時計に対応。',
|
|
9
|
+
ui: {
|
|
10
|
+
title: 'タキメーター計算機',
|
|
11
|
+
timeLabel: '経過時間(秒)',
|
|
12
|
+
timeHelp: '1 kmまたは1マイルの計測時間',
|
|
13
|
+
speedResult: '速度',
|
|
14
|
+
bezelReading: 'ベゼル表示値',
|
|
15
|
+
presetLabel: 'プリセットシナリオ',
|
|
16
|
+
selectPreset: 'シナリオを選択',
|
|
17
|
+
customPreset: 'カスタム',
|
|
18
|
+
seconds: '秒',
|
|
19
|
+
kmh: 'km/h',
|
|
20
|
+
mph: 'mph',
|
|
21
|
+
exampleStep1: '物体が通過点を通過したらクロノグラフをスタートします。',
|
|
22
|
+
exampleStep2: '1 km後にストップ。タキメータースケールが速度を示します。',
|
|
23
|
+
tipTitle: 'ヒント',
|
|
24
|
+
tipContent: '36秒でベゼルは100を示します。より速い時間(経過時間が短い)ほどタキメータースケール上の速度は大きくなります。',
|
|
25
|
+
},
|
|
26
|
+
seo: [
|
|
27
|
+
{ type: 'title', text: 'タキメーター計算機: 経過時間から速度を計算', level: 2 },
|
|
28
|
+
{ type: 'paragraph', html: 'タキメーターは時計のベゼルや文字盤に刻まれた目盛りで、経過時間を速度に換算するものです。通常はクロノグラフと組み合わせて使用します。物体が基準点を通過したらタイマーをスタートし、1 km(または1マイル)後にストップして目盛りから速度を読み取ります。この計算機が計算を代行します。' },
|
|
29
|
+
{ type: 'title', text: 'タキメーターの仕組み', level: 3 },
|
|
30
|
+
{
|
|
31
|
+
type: 'glossary', items: [
|
|
32
|
+
{ term: '計算式', definition: '速度 = 3,600 ÷ 経過時間(秒)。定数3,600は1時間あたりの秒数です。' },
|
|
33
|
+
{ term: '目盛り', definition: 'タキメーターベゼルは60(3時位置)から400〜500(12時付近)まで刻まれています。速度が速いほど経過時間は短くなります。' },
|
|
34
|
+
{ term: '基準距離', definition: '標準的なタキメーターは1 kmまたは1マイルで校正されています。他の距離の場合は読み値を比例配分してください。' },
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
{ type: 'title', text: '一般的なタキメーター計測値', level: 3 },
|
|
38
|
+
{
|
|
39
|
+
type: 'table', headers: ['経過時間', '速度', 'シナリオ'], rows: [
|
|
40
|
+
['10秒', '360 km/h', '新幹線 / レーシングカー'],
|
|
41
|
+
['12秒', '300 km/h', 'プライベートジェット離陸'],
|
|
42
|
+
['20秒', '180 km/h', '高速道路のスポーツカー'],
|
|
43
|
+
['30秒', '120 km/h', '高速道路の乗用車'],
|
|
44
|
+
['36秒', '100 km/h', '一般道の乗用車(標準基準)'],
|
|
45
|
+
['45秒', '80 km/h', '市街地の乗用車'],
|
|
46
|
+
['60秒', '60 km/h', '市街地走行'],
|
|
47
|
+
['90秒', '40 km/h', 'サイクリング'],
|
|
48
|
+
['120秒', '30 km/h', 'ジョギング'],
|
|
49
|
+
['240秒', '15 km/h', 'ランニング'],
|
|
50
|
+
['480秒', '7.5 km/h', 'ウォーキング'],
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
{ type: 'title', text: '標準スケールを超えて', level: 3 },
|
|
54
|
+
{ type: 'paragraph', html: 'タキメーターベゼルが400までしかなく、経過時間が9秒未満の場合でも使用できます。より長い基準距離を使うだけです。例えば、2 kmを18秒で走行した場合、ベゼルの読み値を半分にします。逆に低速(60秒以上)の場合は、より短い基準距離(例:0.5 km)を使用し、読み値を2倍にします。' },
|
|
55
|
+
{ type: 'diagnostic', variant: 'info', title: 'タキメーターの互換性', icon: 'mdi:information', badge: '注記', html: 'すべてのクロノグラフにタキメーターベゼルが付いているわけではありません。文字盤の内側や外周にタキメータースケールが配置されている時計もあります。デジタル時計ではクロノグラフモードにタキメーター機能が搭載されている場合があります。計算式は物理的なスケールの有無にかかわらず常に機能します。' },
|
|
56
|
+
],
|
|
57
|
+
faq: [
|
|
58
|
+
{
|
|
59
|
+
question: '時計のタキメーターベゼルはどのように使うのですか?',
|
|
60
|
+
answer: '基準点(高速道路の標識など)でクロノグラフをスタートし、正確に1 km(または1マイル)後にストップします。秒針がベゼル目盛り上の速度を指します。例えば1 kmを36秒で走行した場合、針は100を指し、時速100 kmを意味します。',
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
question: '経過時間がベゼルの読み取り範囲より短い場合はどうすればいいですか?',
|
|
64
|
+
answer: '一部のタキメーターは400または500までしかありません。9秒未満で1 kmを走行する場合は、より長い基準距離を使用します。2 km走行してベゼルの読み値を2で割るか、3 km走行して3で割ります。',
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
question: '経過時間がベゼルの読み取り範囲より長い場合はどうすればいいですか?',
|
|
68
|
+
answer: 'より短い基準距離を使用します。例えば1 kmに90秒かかる場合、代わりに0.5 kmで計測します。ベゼルを読み取り、2倍します。標準的なタキメータースケールは約7秒から60秒の時間に対応しています。',
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
question: 'タキメーターは速度以外にも使えますか?',
|
|
72
|
+
answer: 'はい。タキメーターは1時間あたりの率を測定します。例えば、ある作業の完了時間を計測すると、目盛りは1時間あたりの完了数を示します。製造業では30秒の作業は1時間あたり120ユニットを意味します。',
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
question: 'すべてのタキメーターは同じ目盛りを使用していますか?',
|
|
76
|
+
answer: 'ほとんどのタキメーターは3,600 ÷ 秒という計算式に基づく標準的な対数目盛りを使用しています。ただし一部のビンテージ時計やブランドではバリエーションがある場合があります。物理的な目盛りは時計の分表示やベゼルの刻印によって制限されることもあります。',
|
|
77
|
+
},
|
|
78
|
+
],
|
|
79
|
+
bibliography,
|
|
80
|
+
howTo: [
|
|
81
|
+
{
|
|
82
|
+
name: 'シナリオを選ぶかカスタム時間を入力',
|
|
83
|
+
text: '自動車、サイクリング、ランニングなどのプリセットから選ぶか、カスタムを選択して任意の経過時間(秒)を入力します。',
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
name: '速度の結果を確認',
|
|
87
|
+
text: '計算機が速度(km/h)とそれに相当するタキメーターベゼルの読み値を表示します。',
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
name: 'クロノグラフに適用',
|
|
91
|
+
text: '経過時間を使って、時計のタキメーターベゼルで対応する速度を見つけます。',
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
schemas: [
|
|
95
|
+
{
|
|
96
|
+
'@context': 'https://schema.org',
|
|
97
|
+
'@type': 'FAQPage',
|
|
98
|
+
'mainEntity': [
|
|
99
|
+
{
|
|
100
|
+
'@type': 'Question',
|
|
101
|
+
'name': '時計のタキメーターベゼルはどのように使うのですか?',
|
|
102
|
+
'acceptedAnswer': {
|
|
103
|
+
'@type': 'Answer',
|
|
104
|
+
'text': '基準点でクロノグラフをスタートし、正確に1 km後にストップします。秒針がベゼル目盛り上の速度を指します。例:36秒 = 100 km/h。',
|
|
105
|
+
},
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
'@type': 'Question',
|
|
109
|
+
'name': '経過時間がベゼルの読み取り範囲より短い場合はどうすればいいですか?',
|
|
110
|
+
'acceptedAnswer': {
|
|
111
|
+
'@type': 'Answer',
|
|
112
|
+
'text': 'より長い基準距離を使用します。2 km走行してベゼルの読み値を2で割るか、3 km走行して3で割ります。',
|
|
113
|
+
},
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
'@type': 'Question',
|
|
117
|
+
'name': '経過時間がベゼルの読み取り範囲より長い場合はどうすればいいですか?',
|
|
118
|
+
'acceptedAnswer': {
|
|
119
|
+
'@type': 'Answer',
|
|
120
|
+
'text': 'より短い基準距離を使用します。0.5 kmで計測し、ベゼルを読み取って2倍します。',
|
|
121
|
+
},
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
'@type': 'Question',
|
|
125
|
+
'name': 'タキメーターは速度以外にも使えますか?',
|
|
126
|
+
'acceptedAnswer': {
|
|
127
|
+
'@type': 'Answer',
|
|
128
|
+
'text': 'はい。タキメーターは1時間あたりの率を測定します。作業時間を計測すると、目盛りは1時間あたりの完了数を示します。',
|
|
129
|
+
},
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
'@type': 'Question',
|
|
133
|
+
'name': 'すべてのタキメーターは同じ目盛りを使用していますか?',
|
|
134
|
+
'acceptedAnswer': {
|
|
135
|
+
'@type': 'Answer',
|
|
136
|
+
'text': 'ほとんどのタキメーターは3,600 ÷ 秒の標準的な対数目盛りを使用しています。一部のビンテージ時計ではバリエーションがあります。',
|
|
137
|
+
},
|
|
138
|
+
},
|
|
139
|
+
],
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
'@context': 'https://schema.org',
|
|
143
|
+
'@type': 'SoftwareApplication',
|
|
144
|
+
'name': 'タキメーター計算機',
|
|
145
|
+
'operatingSystem': 'All',
|
|
146
|
+
'applicationCategory': 'UtilitiesApplication',
|
|
147
|
+
'browserRequirements': 'Requires HTML5. Requires JavaScript.',
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
'@context': 'https://schema.org',
|
|
151
|
+
'@type': 'HowTo',
|
|
152
|
+
'name': 'タキメーターを使って速度を計算する方法',
|
|
153
|
+
'step': [
|
|
154
|
+
{
|
|
155
|
+
'@type': 'HowToStep',
|
|
156
|
+
'name': 'シナリオを選ぶかカスタム時間を入力',
|
|
157
|
+
'text': '自動車、サイクリング、ランニングなどのプリセットから選ぶか、カスタムを選択して任意の経過時間(秒)を入力します。',
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
'@type': 'HowToStep',
|
|
161
|
+
'name': '速度の結果を確認',
|
|
162
|
+
'text': '計算機が速度(km/h)とそれに相当するタキメーターベゼルの読み値を表示します。',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
'@type': 'HowToStep',
|
|
166
|
+
'name': 'クロノグラフに適用',
|
|
167
|
+
'text': '経過時間を使って、時計のタキメーターベゼルで対応する速度を見つけます。',
|
|
168
|
+
},
|
|
169
|
+
],
|
|
170
|
+
},
|
|
171
|
+
],
|
|
172
|
+
};
|