@jjlmoya/utils-chrono 1.17.0 → 1.19.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/fr.ts +1 -1
- package/src/category/index.ts +4 -0
- package/src/entries.ts +7 -1
- package/src/index.ts +2 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/no_en_dash.test.ts +40 -6
- package/src/tests/title_quality.test.ts +2 -2
- package/src/tests/tool_validation.test.ts +1 -1
- package/src/tool/beat-rate-converter/i18n/de.ts +30 -30
- package/src/tool/beat-rate-converter/i18n/es.ts +33 -33
- package/src/tool/beat-rate-converter/i18n/fr.ts +45 -45
- package/src/tool/beat-rate-converter/i18n/id.ts +6 -6
- package/src/tool/beat-rate-converter/i18n/it.ts +28 -28
- package/src/tool/beat-rate-converter/i18n/ja.ts +56 -56
- package/src/tool/beat-rate-converter/i18n/ko.ts +56 -56
- package/src/tool/beat-rate-converter/i18n/nl.ts +14 -14
- package/src/tool/beat-rate-converter/i18n/pl.ts +48 -48
- package/src/tool/beat-rate-converter/i18n/pt.ts +30 -30
- package/src/tool/beat-rate-converter/i18n/ru.ts +56 -56
- package/src/tool/beat-rate-converter/i18n/sv.ts +44 -44
- package/src/tool/beat-rate-converter/i18n/tr.ts +51 -51
- package/src/tool/beat-rate-converter/i18n/zh.ts +56 -56
- package/src/tool/crown-reference-guide/i18n/de.ts +9 -9
- package/src/tool/crown-reference-guide/i18n/en.ts +8 -8
- package/src/tool/crown-reference-guide/i18n/es.ts +10 -10
- package/src/tool/crown-reference-guide/i18n/fr.ts +18 -18
- package/src/tool/crown-reference-guide/i18n/id.ts +9 -9
- package/src/tool/crown-reference-guide/i18n/it.ts +9 -9
- package/src/tool/crown-reference-guide/i18n/nl.ts +8 -8
- package/src/tool/crown-reference-guide/i18n/pl.ts +8 -8
- package/src/tool/crown-reference-guide/i18n/pt.ts +8 -8
- package/src/tool/crown-reference-guide/i18n/ru.ts +8 -8
- package/src/tool/crown-reference-guide/i18n/sv.ts +8 -8
- package/src/tool/crown-reference-guide/i18n/tr.ts +8 -8
- package/src/tool/crown-reference-guide/i18n/zh.ts +9 -9
- package/src/tool/demagnetizing-timer/i18n/fr.ts +1 -1
- package/src/tool/gear-train-explorer/i18n/de.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/en.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/es.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/fr.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/id.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/it.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/ja.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/ko.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/nl.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/pl.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/pt.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/ru.ts +6 -6
- package/src/tool/gear-train-explorer/i18n/sv.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/tr.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/zh.ts +2 -2
- package/src/tool/gmt-world-timer/i18n/en.ts +7 -7
- package/src/tool/gmt-world-timer/i18n/es.ts +8 -8
- package/src/tool/gmt-world-timer/i18n/fr.ts +12 -12
- package/src/tool/gmt-world-timer/i18n/id.ts +7 -7
- package/src/tool/gmt-world-timer/i18n/it.ts +8 -8
- package/src/tool/gmt-world-timer/i18n/ja.ts +5 -5
- package/src/tool/gmt-world-timer/i18n/ko.ts +5 -5
- package/src/tool/gmt-world-timer/i18n/nl.ts +7 -7
- package/src/tool/gmt-world-timer/i18n/pl.ts +7 -7
- package/src/tool/gmt-world-timer/i18n/pt.ts +7 -7
- package/src/tool/gmt-world-timer/i18n/ru.ts +11 -11
- package/src/tool/gmt-world-timer/i18n/sv.ts +7 -7
- package/src/tool/gmt-world-timer/i18n/tr.ts +6 -6
- package/src/tool/gmt-world-timer/i18n/zh.ts +6 -6
- package/src/tool/lume-color-simulator/i18n/fr.ts +4 -4
- package/src/tool/lume-color-simulator/i18n/id.ts +5 -5
- package/src/tool/lume-color-simulator/i18n/it.ts +4 -4
- package/src/tool/lume-color-simulator/i18n/ja.ts +5 -5
- package/src/tool/lume-color-simulator/i18n/nl.ts +2 -2
- package/src/tool/lume-color-simulator/i18n/pt.ts +5 -5
- package/src/tool/lume-color-simulator/i18n/ru.ts +14 -14
- package/src/tool/lume-color-simulator/i18n/zh.ts +4 -4
- package/src/tool/mainspring-finder/bibliography.astro +16 -0
- package/src/tool/mainspring-finder/bibliography.ts +16 -0
- package/src/tool/mainspring-finder/client.ts +89 -0
- package/src/tool/mainspring-finder/component.astro +72 -0
- package/src/tool/mainspring-finder/entry.ts +50 -0
- package/src/tool/mainspring-finder/helpers.ts +52 -0
- package/src/tool/mainspring-finder/i18n/de.ts +212 -0
- package/src/tool/mainspring-finder/i18n/en.ts +212 -0
- package/src/tool/mainspring-finder/i18n/es.ts +212 -0
- package/src/tool/mainspring-finder/i18n/fr.ts +212 -0
- package/src/tool/mainspring-finder/i18n/id.ts +212 -0
- package/src/tool/mainspring-finder/i18n/it.ts +212 -0
- package/src/tool/mainspring-finder/i18n/ja.ts +212 -0
- package/src/tool/mainspring-finder/i18n/ko.ts +212 -0
- package/src/tool/mainspring-finder/i18n/nl.ts +212 -0
- package/src/tool/mainspring-finder/i18n/pl.ts +212 -0
- package/src/tool/mainspring-finder/i18n/pt.ts +212 -0
- package/src/tool/mainspring-finder/i18n/ru.ts +212 -0
- package/src/tool/mainspring-finder/i18n/sv.ts +212 -0
- package/src/tool/mainspring-finder/i18n/tr.ts +212 -0
- package/src/tool/mainspring-finder/i18n/zh.ts +212 -0
- package/src/tool/mainspring-finder/index.ts +11 -0
- package/src/tool/mainspring-finder/mainspring-finder.css +242 -0
- package/src/tool/mainspring-finder/seo.astro +16 -0
- package/src/tool/moon-phase-visualizer/i18n/fr.ts +4 -4
- package/src/tool/moon-phase-visualizer/i18n/id.ts +4 -4
- package/src/tool/moon-phase-visualizer/i18n/it.ts +4 -4
- package/src/tool/moon-phase-visualizer/i18n/ja.ts +2 -2
- package/src/tool/moon-phase-visualizer/i18n/nl.ts +2 -2
- package/src/tool/moon-phase-visualizer/i18n/pt.ts +4 -4
- package/src/tool/moon-phase-visualizer/i18n/ru.ts +7 -7
- package/src/tool/moon-phase-visualizer/i18n/zh.ts +4 -4
- package/src/tool/perpetual-calendar/i18n/de.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/en.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/es.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/fr.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/id.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/it.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/ja.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/ko.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/nl.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/pl.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/pt.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/ru.ts +2 -2
- package/src/tool/perpetual-calendar/i18n/sv.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/tr.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/zh.ts +1 -1
- package/src/tool/power-reserve-estimator/i18n/de.ts +26 -26
- package/src/tool/power-reserve-estimator/i18n/es.ts +22 -22
- package/src/tool/power-reserve-estimator/i18n/fr.ts +36 -36
- package/src/tool/power-reserve-estimator/i18n/id.ts +5 -5
- package/src/tool/power-reserve-estimator/i18n/it.ts +18 -18
- package/src/tool/power-reserve-estimator/i18n/ja.ts +3 -3
- package/src/tool/power-reserve-estimator/i18n/ko.ts +3 -3
- package/src/tool/power-reserve-estimator/i18n/nl.ts +7 -7
- package/src/tool/power-reserve-estimator/i18n/pl.ts +9 -9
- package/src/tool/power-reserve-estimator/i18n/pt.ts +25 -25
- package/src/tool/power-reserve-estimator/i18n/ru.ts +15 -15
- package/src/tool/power-reserve-estimator/i18n/sv.ts +7 -7
- package/src/tool/power-reserve-estimator/i18n/tr.ts +7 -7
- package/src/tool/power-reserve-estimator/i18n/zh.ts +7 -7
- package/src/tool/quartz-battery-health/bibliography.astro +16 -0
- package/src/tool/quartz-battery-health/bibliography.ts +16 -0
- package/src/tool/quartz-battery-health/client.ts +198 -0
- package/src/tool/quartz-battery-health/component.astro +15 -0
- package/src/tool/quartz-battery-health/components/BatteryHealthPanel.astro +163 -0
- package/src/tool/quartz-battery-health/entry.ts +57 -0
- package/src/tool/quartz-battery-health/i18n/de.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/en.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/es.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/fr.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/id.ts +326 -0
- package/src/tool/quartz-battery-health/i18n/it.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/ja.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/ko.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/nl.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/pl.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/pt.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/ru.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/sv.ts +326 -0
- package/src/tool/quartz-battery-health/i18n/tr.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/zh.ts +327 -0
- package/src/tool/quartz-battery-health/index.ts +11 -0
- package/src/tool/quartz-battery-health/quartz-battery-health.css +447 -0
- package/src/tool/quartz-battery-health/seo.astro +16 -0
- package/src/tool/service-interval-tracker/i18n/fr.ts +1 -1
- package/src/tool/sidereal-time-tracker/i18n/ru.ts +2 -2
- package/src/tool/strap-length-calculator/i18n/fr.ts +1 -1
- package/src/tool/strap-length-calculator/i18n/ru.ts +4 -4
- package/src/tool/strap-taper-calculator/i18n/de.ts +3 -3
- package/src/tool/strap-taper-calculator/i18n/en.ts +1 -1
- package/src/tool/strap-taper-calculator/i18n/es.ts +3 -3
- package/src/tool/strap-taper-calculator/i18n/fr.ts +4 -4
- package/src/tool/strap-taper-calculator/i18n/id.ts +3 -3
- package/src/tool/strap-taper-calculator/i18n/it.ts +3 -3
- package/src/tool/strap-taper-calculator/i18n/ja.ts +2 -2
- package/src/tool/strap-taper-calculator/i18n/ko.ts +2 -2
- package/src/tool/strap-taper-calculator/i18n/nl.ts +3 -3
- package/src/tool/strap-taper-calculator/i18n/pl.ts +3 -3
- package/src/tool/strap-taper-calculator/i18n/pt.ts +3 -3
- package/src/tool/strap-taper-calculator/i18n/ru.ts +2 -2
- package/src/tool/strap-taper-calculator/i18n/sv.ts +3 -3
- package/src/tool/strap-taper-calculator/i18n/tr.ts +3 -3
- package/src/tool/strap-taper-calculator/i18n/zh.ts +3 -3
- package/src/tool/tachymeter-calculator/i18n/ru.ts +6 -6
- package/src/tool/telemeter-calculator/i18n/ru.ts +3 -3
- package/src/tool/telemeter-calculator/i18n/zh.ts +2 -2
- package/src/tool/tourbillon-visualizer/i18n/de.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/en.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/es.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/fr.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/id.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/it.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/ja.ts +2 -2
- package/src/tool/tourbillon-visualizer/i18n/ko.ts +2 -2
- package/src/tool/tourbillon-visualizer/i18n/nl.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/pl.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/pt.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/ru.ts +5 -5
- package/src/tool/tourbillon-visualizer/i18n/sv.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/tr.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/zh.ts +3 -3
- package/src/tool/watch-accuracy-tracker/i18n/fr.ts +1 -1
- package/src/tool/watch-accuracy-tracker/i18n/zh.ts +1 -1
- package/src/tool/watch-savings-planner/i18n/de.ts +25 -25
- package/src/tool/watch-savings-planner/i18n/es.ts +39 -39
- package/src/tool/watch-savings-planner/i18n/fr.ts +51 -51
- package/src/tool/watch-savings-planner/i18n/id.ts +5 -5
- package/src/tool/watch-savings-planner/i18n/it.ts +29 -29
- package/src/tool/watch-savings-planner/i18n/ja.ts +73 -73
- package/src/tool/watch-savings-planner/i18n/ko.ts +73 -73
- package/src/tool/watch-savings-planner/i18n/nl.ts +10 -10
- package/src/tool/watch-savings-planner/i18n/pl.ts +5 -5
- package/src/tool/watch-savings-planner/i18n/pt.ts +43 -43
- package/src/tool/watch-savings-planner/i18n/ru.ts +7 -7
- package/src/tool/watch-savings-planner/i18n/sv.ts +54 -54
- package/src/tool/watch-savings-planner/i18n/tr.ts +50 -50
- package/src/tool/watch-savings-planner/i18n/zh.ts +73 -73
- package/src/tool/watch-size-comparator/i18n/de.ts +2 -2
- package/src/tool/watch-size-comparator/i18n/en.ts +3 -3
- package/src/tool/watch-size-comparator/i18n/es.ts +1 -1
- package/src/tool/watch-size-comparator/i18n/fr.ts +10 -10
- package/src/tool/watch-size-comparator/i18n/id.ts +9 -9
- package/src/tool/watch-size-comparator/i18n/it.ts +8 -8
- package/src/tool/watch-size-comparator/i18n/ja.ts +6 -6
- package/src/tool/watch-size-comparator/i18n/nl.ts +7 -7
- package/src/tool/watch-size-comparator/i18n/pl.ts +2 -2
- package/src/tool/watch-size-comparator/i18n/pt.ts +9 -9
- package/src/tool/watch-size-comparator/i18n/ru.ts +16 -16
- package/src/tool/watch-size-comparator/i18n/tr.ts +1 -1
- package/src/tool/watch-size-comparator/i18n/zh.ts +5 -5
- package/src/tool/water-resistance-converter/i18n/de.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/en.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/es.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/fr.ts +2 -2
- package/src/tool/water-resistance-converter/i18n/id.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/it.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/ja.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/ko.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/nl.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/pl.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/pt.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/ru.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/sv.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/tr.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/zh.ts +4 -4
- package/src/tool/wrist-presence-calculator/i18n/en.ts +1 -1
- package/src/tool/wrist-presence-calculator/i18n/fr.ts +5 -5
- package/src/tool/wrist-presence-calculator/i18n/id.ts +1 -1
- package/src/tool/wrist-presence-calculator/i18n/zh.ts +1 -1
- package/src/tools.ts +4 -0
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { QuartzBatteryHealthUI } from '../entry';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
4
|
+
|
|
5
|
+
export const content: ToolLocaleContent<QuartzBatteryHealthUI> = {
|
|
6
|
+
slug: 'quartz-battery-health',
|
|
7
|
+
title: 'クォーツ電池残量チェッカー',
|
|
8
|
+
description: 'セルの容量(mAh)とキャリバーの消費電力(µA)を入力して、クォーツムーブメントの理論上の電池寿命を計算します。オプションで設置日を設定すると、交換時期の目安を表示します。',
|
|
9
|
+
ui: {
|
|
10
|
+
title: 'クォーツ電池残量チェッカー',
|
|
11
|
+
batteryLabel: '電池セル',
|
|
12
|
+
selectBattery: '電池を選択',
|
|
13
|
+
customBattery: 'カスタム',
|
|
14
|
+
capacityLabel: '容量',
|
|
15
|
+
capacityUnit: 'mAh',
|
|
16
|
+
consumptionLabel: '消費電力',
|
|
17
|
+
consumptionUnit: 'µA',
|
|
18
|
+
installDateLabel: '設置日',
|
|
19
|
+
installDateHint: '任意',
|
|
20
|
+
monthLabel: '月',
|
|
21
|
+
yearLabel: '年',
|
|
22
|
+
calculate: '計算',
|
|
23
|
+
resultLabel: '推定寿命',
|
|
24
|
+
theoreticalLife: '理論寿命',
|
|
25
|
+
yearsLabel: '年',
|
|
26
|
+
monthsLabel: 'ヶ月',
|
|
27
|
+
daysLabel: '日',
|
|
28
|
+
changeDateLabel: '交換目安日',
|
|
29
|
+
noDateHint: '設置日を入力すると交換目安日を表示します',
|
|
30
|
+
healthLabel: '状態',
|
|
31
|
+
healthGood: '良好',
|
|
32
|
+
healthModerate: '注意',
|
|
33
|
+
healthCritical: '危険',
|
|
34
|
+
step1: '一般的な電池を選ぶか、カスタムを選択して容量を入力します。',
|
|
35
|
+
step2: 'キャリバーの消費電力をマイクロアンペア(µA)で入力します。',
|
|
36
|
+
step3: '必要に応じて設置日を追加し、計算ボタンを押します。',
|
|
37
|
+
tipTitle: 'ヒント',
|
|
38
|
+
tipContent: '必ず公式のキャリバーデータシートに記載された消費電力値を使用してください。実際の寿命は温度や負荷の変動により、理論値より10~20%短くなることがあります。',
|
|
39
|
+
},
|
|
40
|
+
seo: [
|
|
41
|
+
{ type: 'title', text: 'クォーツ電池残量チェッカー - 腕時計の電池はあとどれくらい持つ?', level: 2 },
|
|
42
|
+
{
|
|
43
|
+
type: 'stats',
|
|
44
|
+
items: [
|
|
45
|
+
{ value: '1.0~2.5 µA', label: '標準3針の消費電流' },
|
|
46
|
+
{ value: '18~55 mAh', label: '一般的なセル容量' },
|
|
47
|
+
{ value: '2.5~4.5年', label: '標準的な電池寿命' },
|
|
48
|
+
],
|
|
49
|
+
columns: 3,
|
|
50
|
+
},
|
|
51
|
+
{ type: 'paragraph', html: 'クォーツ時計の針が止まるのはいつか知りたいですか?<strong>クォーツ電池残量チェッカー</strong>は、セル容量(mAh)とムーブメントの平均消費電力(µA)を比較することで、あらゆるクォーツムーブメントの電池の残り寿命を推定します。スイスのETA、日本のMiyota、Seiko、Ronda、中国のDGムーブメントを問わず、このツールは年、月、日単位で理論上の寿命を計算し、設置月と年を入力すれば正確な交換日まで予測できます。' },
|
|
52
|
+
{ type: 'title', text: 'クォーツ電池寿命の計算方法 - 推定の背後にある計算式', level: 3 },
|
|
53
|
+
{ type: 'paragraph', html: '電池寿命はシンプルな電気の公式に従います:<strong>寿命(時間)=(セル容量mAh × 1000)÷ 消費電流µA</strong>。その結果を24で割ると日数、365.25で割ると年数が得られます。例えば、標準的な<strong>SR920SW(371)セル(40 mAh)</strong>が<strong>1.5 µA</strong>を消費するムーブメントを駆動する場合、理論上は約<strong>3年</strong>持続します。消費電力を1.0 µAに減らせば同じセルで4.5年以上に延びます。2.5 µAに増やすと電池寿命は2年未満に低下します。メンテナンス間隔を計画する際には、マイクロアンペアのわずかな差が重要です。' },
|
|
54
|
+
{ type: 'title', text: '最も一般的なクォーツ時計用電池の種類とその容量', level: 3 },
|
|
55
|
+
{
|
|
56
|
+
type: 'table',
|
|
57
|
+
headers: ['セル型番', '一般コード', '容量', '主な用途'],
|
|
58
|
+
rows: [
|
|
59
|
+
['SR621SW', '364', '18 mAh', '薄型ドレスウォッチ'],
|
|
60
|
+
['SR626SW', '377', '27 mAh', '中型クォーツモデル'],
|
|
61
|
+
['SR920SW', '371', '40 mAh', 'クロノグラフ・多機能'],
|
|
62
|
+
['SR936SW', '394', '55 mAh', '大型アナログデジタルハイブリッド'],
|
|
63
|
+
['CR2025', '-', '165 mAh', '高消費LEDモジュール'],
|
|
64
|
+
],
|
|
65
|
+
},
|
|
66
|
+
{ type: 'tip', title: '純正仕様に合わせる', html: '誤ったセルタイプを選択すると、電池寿命が<strong>40%</strong>も短くなることがあります。交換前に必ず元の電池の型番を確認してください。数値コードはサイズを示しています。例えば<strong>SR936SW</strong>は直径9.5mm、厚さ3.6mmです。' },
|
|
67
|
+
{ type: 'title', text: '公式キャリバー消費電力値を使用すべき理由', level: 3 },
|
|
68
|
+
{ type: 'paragraph', html: 'ムーブメントメーカーである<strong>ETA、Ronda、Miyota、Seiko、ISA</strong>は、製造するすべてのキャリバーの公式技術データシートを公開しています。これらのデータシートには、管理された温度(通常22°C)と標準的な針トルク負荷における<strong>平均消費電流</strong>が記載されています。実際の消費電力が2.5 µAであるのに1.0 µAと推測すると、電池寿命を100%以上過大評価する可能性があります。必ずメーカーサイトから公式PDFをダウンロードするか、専門データベースでキャリバー型番を確認して実際の消費電力を入手してください。' },
|
|
69
|
+
{
|
|
70
|
+
type: 'diagnostic',
|
|
71
|
+
variant: 'warning',
|
|
72
|
+
title: '電池の液漏れはムーブメントを破壊する可能性があります',
|
|
73
|
+
html: '消耗した酸化銀電池は<strong>水酸化カリウム</strong>を漏洩し、接点バネ、回路基板のパターン、さらにはステッピングモーターコイルを腐食させる可能性があります。ツールの推定残り寿命が<strong>6ヶ月未満</strong>の場合は、次の定期点検時に電池交換を予定してください。特に<strong>1970年代~1980年代のビンテージクォーツ時計</strong>に注意してください。元の電池は数十年間にわたるケース内での経年劣化により、液漏れのリスクがはるかに高くなっています。',
|
|
74
|
+
},
|
|
75
|
+
{ type: 'title', text: '理論値と実際の電池寿命の差を生む要因', level: 3 },
|
|
76
|
+
{
|
|
77
|
+
type: 'list',
|
|
78
|
+
items: [
|
|
79
|
+
'<strong>温度の極端な変化</strong> - 日光の当たるダッシュボードに置かれた時計は、消費電流が30%増加することがあります',
|
|
80
|
+
'<strong>寿命検出回路</strong> - 2秒おきの秒針動作インジケーターは作動中に余分な電力を消費します',
|
|
81
|
+
'<strong>クロノグラフやアラームの使用</strong> - 瞬間的な電流スパイクが時間とともに蓄積されます',
|
|
82
|
+
'<strong>機械的摩擦</strong> - 経年劣化や汚れによる歯車列の抵抗増加がステッピングモーターに必要なトルクを増大させます',
|
|
83
|
+
'<strong>磁界</strong> - 磁気への曝露はモーターのトルク要求を高め、セルをより速く消耗させます',
|
|
84
|
+
],
|
|
85
|
+
},
|
|
86
|
+
{ type: 'paragraph', html: '実際には、理論計算よりも<strong>10~20%短い寿命</strong>になると予想してください。高精度温度補償型クォーツムーブメントでは消費電力の変動は少ないですが、標準的なクォーツはこれらの環境要因に顕著に影響を受けます。' },
|
|
87
|
+
{ type: 'title', text: 'クォーツ時計に正しい交換用電池を見つける方法', level: 3 },
|
|
88
|
+
{
|
|
89
|
+
type: 'glossary',
|
|
90
|
+
items: [
|
|
91
|
+
{ term: 'SR(酸化銀)', definition: 'SR(例:SR920SW)と刻印されたセルは、寿命を通じて安定した1.55Vの出力を提供し、クォーツ発振器の精度を維持します。品質の高いクォーツ時計の標準です。' },
|
|
92
|
+
{ term: 'LR(アルカリ)', definition: 'LR(例:LR41)と刻印されたセルは電圧が徐々に低下し、時計が遅れたり早期に停止する原因となります。SRセルの代替として推奨されません。' },
|
|
93
|
+
{ term: 'CR(リチウム)', definition: 'CR(例:CR2025)と刻印されたセルは3.0Vを供給し、LEDバックライト、大型LCD、または複数のコンプリケーションを備えた高消費モジュールで使用されます。' },
|
|
94
|
+
{ term: '数値コード', definition: '4桁の数字は物理的なサイズを示します:最初の2桁は直径(mm)、最後の2桁は厚さ(0.1mm単位)です。SR936SW = Ø9.5mm × 3.6mm。' },
|
|
95
|
+
],
|
|
96
|
+
},
|
|
97
|
+
{ type: 'title', text: '標準クォーツ vs ソーラー vs キネティック - 技術による計算式の違い', level: 3 },
|
|
98
|
+
{
|
|
99
|
+
type: 'comparative',
|
|
100
|
+
items: [
|
|
101
|
+
{
|
|
102
|
+
title: '標準クォーツ',
|
|
103
|
+
description: '交換可能な酸化銀またはリチウム一次電池を使用します。電池寿命は容量と消費電力のみに依存します。この計算機はこのタイプ向けに設計されています。',
|
|
104
|
+
highlight: true,
|
|
105
|
+
points: [
|
|
106
|
+
'交換可能な一次電池',
|
|
107
|
+
'寿命 = 容量 ÷ 消費電力',
|
|
108
|
+
'予測可能な交換スケジュール',
|
|
109
|
+
'手頃な電池交換コスト',
|
|
110
|
+
],
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
title: 'ソーラー&キネティック',
|
|
114
|
+
description: 'ソーラー式時計は光電池を使用してリチウムイオン蓄電池を充電します。キネティック式時計はローター駆動のマイクロ発電機を使用してコンデンサーを充電します。',
|
|
115
|
+
points: [
|
|
116
|
+
'充電可能な蓄電方式',
|
|
117
|
+
'寿命は充電サイクルに依存',
|
|
118
|
+
'時間経過によるコンデンサーの劣化',
|
|
119
|
+
'この計算機では使用できません',
|
|
120
|
+
],
|
|
121
|
+
},
|
|
122
|
+
],
|
|
123
|
+
columns: 2,
|
|
124
|
+
},
|
|
125
|
+
{ type: 'paragraph', html: 'メーカーが謳う<strong>「10年電池寿命」</strong>は、通常、非常に低消費電力のムーブメント(約0.5~0.8 µA)と大容量セル(165 mAhのCR2025以上)を組み合わせた場合に基づいています。標準的なアナログクォーツ時計で、小型の酸化銀セル(<strong>SR626SW、27 mAh</strong>)と一般的な1.5 µAのムーブメントの場合、実際の寿命は<strong>2.5~3年</strong>程度です。マーケティング表示を信用するのではなく、必ずこの計算機で確認してください。' },
|
|
126
|
+
{
|
|
127
|
+
type: 'tip',
|
|
128
|
+
title: '事後対応ではなく事前対応で交換する',
|
|
129
|
+
html: '秒針が<strong>2秒または4秒間隔</strong>で跳ねるようになったら、ムーブメントが低電圧により省電力モードに入ったことを示しています。電池の残り寿命は約<strong>2~4週間</strong>です。液漏れによる損傷を防ぐため、すぐに交換してください。',
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'summary',
|
|
133
|
+
title: 'クォーツ時計の電池残量管理における重要ポイント',
|
|
134
|
+
items: [
|
|
135
|
+
'メーカーデータシートの公式キャリバー消費電力値を使用すること - 推測値は寿命を100%以上過大評価する可能性があります',
|
|
136
|
+
'元のセルタイプと完全に一致させること:SR、LR、CRの化学式は互換性がありません',
|
|
137
|
+
'ツールが残り寿命6ヶ月未満と表示したら、液漏れを防ぐために電池を交換すること',
|
|
138
|
+
'実際の電池寿命は温度、摩擦、使用状況により、理論値よりも通常10~20%短くなります',
|
|
139
|
+
'この計算機は交換可能な一次電池を使用する標準クォーツムーブメント向けであり、ソーラー式やキネティック式時計には対応していません',
|
|
140
|
+
],
|
|
141
|
+
},
|
|
142
|
+
],
|
|
143
|
+
faq: [
|
|
144
|
+
{
|
|
145
|
+
question: '理論上の電池寿命推定の精度はどのくらいですか?',
|
|
146
|
+
answer: '計算は容量を消費電力で割るという電気的な理想値に基づいています。実際の使用条件では、温度変化、寿命検出回路、経年劣化した潤滑剤による機械的抵抗、クロノグラフやアラーム機能の追加負荷により、10~20%短くなることが予想されます。この推定値は信頼できる上限値であり、正確な予測ではありません。',
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
question: 'クォーツキャリバーの正確な消費電力値はどこで確認できますか?',
|
|
150
|
+
answer: 'ETA、Ronda、Miyota、Seiko、ISAなどのムーブメントメーカーの公式技術データシートには、平均消費電流がマイクロアンペア(µA)で記載されています。キャリバー型番に続けて「データシート」または「技術仕様」で検索してください。Ranfft、17jewels、Watch-Wikiなどの専門データベースも、時計コミュニティから提供された消費電力値を公開しています。',
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
question: '「µA」とは何ですか?なぜ重要ですか?',
|
|
154
|
+
answer: 'µAはマイクロアンペア、すなわち100万分の1アンペアを表します。ムーブメントが電池から消費する電流を測定します。標準的なアナログクォーツ3針ムーブメントは1.0~2.5 µAを消費します。クロノグラフや多機能モジュールは3.0~6.0 µAを消費することがあります。電流が高いほど、同じセル容量での電池寿命は短くなります。',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
question: 'このツールはソーラー式やキネティック式時計にも使えますか?',
|
|
158
|
+
answer: 'いいえ。ソーラー式時計(Eco-Drive、ソーラー、光発電)は光電池を使用して充電式バッテリーを充電します。キネティック式やAuto-Quartz式時計はローターとマイクロ発電機を使用してコンデンサーを充電します。どちらの技術も一次使い捨てセルに依存しないため、容量対消費電力のモデルは適用できません。この計算機は、交換可能な酸化銀、アルカリ、またはリチウムセルを使用する標準クォーツムーブメントにのみ使用してください。',
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
question: '電池が完全に切れる前に交換すべきですか?',
|
|
162
|
+
answer: 'はい。酸化銀電池やアルカリ電池は完全に放電すると水酸化カリウムを漏洩し、接点バネ、PCBパターン、ステッピングモーターコイルを損傷する可能性があります。完全放電前の交換を強く推奨します。ツールが残り推定寿命6ヶ月未満を表示した場合は、できるだけ早く電池交換を計画してください。',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
question: '元の電池より容量が大きい、または小さい電池を使用するとどうなりますか?',
|
|
166
|
+
answer: '高容量セル(例:SR920SW 40 mAhの代わりにSR936SW 55 mAh)を使用すると電池寿命は延びますが、物理的に収まらない可能性があります。セルは元の直径と厚さに完全に一致している必要があり、適切な接点バネの圧力を維持するために重要です。低容量セルを使用すると電池寿命が短くなり、セルが小さすぎると断続的な接触不良を引き起こす可能性があります。必ず同じ型番、または同じサイズファミリーの文書化された同等品と交換してください。',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
question: '時計の電池が酸化銀かアルカリかはどうやって見分けますか?',
|
|
170
|
+
answer: '酸化銀セルはSR(例:SR920SW)と刻印されており、寿命を通じて安定した1.55Vの出力を提供し、クォーツ発振器の精度を維持します。アルカリセルはLR(例:LR41)と刻印されており、電圧が徐々に低下し、時計が遅れたり早期に停止する原因となります。ほとんどの高品質時計ブランドは酸化銀を指定しています。時計が元からSRを使用していた場合は、LRではなく必ずSRと交換してください。',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
question: '秒針が2秒おきに跳ねるのは電池切れの兆候ですか?',
|
|
174
|
+
answer: 'はい。クォーツムーブメントが電池電圧の低下を検出すると、省電力モードに入り、秒針が2秒または4秒間隔で跳ねるようになります。これが寿命末期を示すインジケーターです。この動作が見られたら、電池の残り寿命は約2~4週間です。液漏れを防ぐため、すぐに交換してください。',
|
|
175
|
+
},
|
|
176
|
+
],
|
|
177
|
+
bibliography,
|
|
178
|
+
howTo: [
|
|
179
|
+
{
|
|
180
|
+
name: '電池セルを選択またはカスタマイズする',
|
|
181
|
+
text: 'ドロップダウンリストから一般的な酸化銀セルを選択します。SR621SW、SR626SW、SR920SW、SR936SWなどが公式容量とともにプリセットされています。該当するセルがない場合はカスタムを選択し、電池ラベルまたはメーカーデータシートに記載された正確な容量(mAh)を入力します。',
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
name: 'ムーブメントの消費電力を入力する',
|
|
185
|
+
text: '公式技術文書からキャリバーの平均消費電流を確認します。値をマイクロアンペア(µA)で消費電力フィールドに入力します。ほとんどの3針ムーブメントは1.0~2.5 µAを使用します。クロノグラフや多機能モジュールは最大6.0 µAになることがあります。',
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
name: '設置月と年を追加する(任意)',
|
|
189
|
+
text: '電池を最後に設置した日付を覚えている、または記録している場合は、月を選択して年を入力します。ツールはこの日付を使用して推定交換日を計算し、残りの電池残量をパーセンテージで表示します。',
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
name: '理論上の寿命を確認する',
|
|
193
|
+
text: '結果カードには、推定される総電池寿命が年、月、残り日数で表示されます。これは外部要因による電池容量の低下がない理想的な条件下での最大寿命です。',
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
name: '健全性ステータスと交換日を確認する',
|
|
197
|
+
text: '設置日が入力されている場合、ゲージは残りの電池寿命に比例して表示されます。緑色の「良好」は残り50%以上を示します。黄色の「注意」は20~50%の間です。赤色の「危険」は20%未満です。正確な推奨交換日はゲージの下に表示されます。',
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
name: '入力を調整して再計算する',
|
|
201
|
+
text: '電池モデル、消費電力値、設置日のいずれかを変更すると、結果が自動的に更新されます。これを使用して異なる電池タイプを比較したり、コレクション内の複数の時計の交換スケジュールを計画したりできます。',
|
|
202
|
+
},
|
|
203
|
+
],
|
|
204
|
+
schemas: [
|
|
205
|
+
{
|
|
206
|
+
'@context': 'https://schema.org',
|
|
207
|
+
'@type': 'FAQPage',
|
|
208
|
+
'mainEntity': [
|
|
209
|
+
{
|
|
210
|
+
'@type': 'Question',
|
|
211
|
+
'name': '理論上の電池寿命推定の精度はどのくらいですか?',
|
|
212
|
+
'acceptedAnswer': {
|
|
213
|
+
'@type': 'Answer',
|
|
214
|
+
'text': '計算は容量を消費電力で割るという電気的な理想値に基づいています。実際の使用条件では、温度変化、寿命検出回路、経年劣化した潤滑剤による機械的抵抗、クロノグラフやアラーム機能の追加負荷により、10~20%短くなることが予想されます。この推定値は信頼できる上限値であり、正確な予測ではありません。',
|
|
215
|
+
},
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
'@type': 'Question',
|
|
219
|
+
'name': 'クォーツキャリバーの正確な消費電力値はどこで確認できますか?',
|
|
220
|
+
'acceptedAnswer': {
|
|
221
|
+
'@type': 'Answer',
|
|
222
|
+
'text': 'ETA、Ronda、Miyota、Seiko、ISAなどのムーブメントメーカーの公式技術データシートには、平均消費電流がマイクロアンペア(µA)で記載されています。キャリバー型番に続けてデータシートまたは技術仕様で検索してください。Ranfftや17jewelsなどの専門データベースも、コミュニティから提供された消費電力値を公開しています。',
|
|
223
|
+
},
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
'@type': 'Question',
|
|
227
|
+
'name': 'µAとは何ですか?なぜ重要ですか?',
|
|
228
|
+
'acceptedAnswer': {
|
|
229
|
+
'@type': 'Answer',
|
|
230
|
+
'text': 'µAはマイクロアンペア、すなわち100万分の1アンペアを表します。ムーブメントが電池から消費する電流を測定します。標準的なアナログクォーツ3針ムーブメントは1.0~2.5 µAを消費します。クロノグラフや多機能モジュールは3.0~6.0 µAを消費することがあります。電流が高いほど、同じセル容量での電池寿命は短くなります。',
|
|
231
|
+
},
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
'@type': 'Question',
|
|
235
|
+
'name': 'このツールはソーラー式やキネティック式時計にも使えますか?',
|
|
236
|
+
'acceptedAnswer': {
|
|
237
|
+
'@type': 'Answer',
|
|
238
|
+
'text': 'いいえ。ソーラー式時計は光電池を使用して充電式バッテリーを充電します。キネティック式時計はローターとマイクロ発電機を使用してコンデンサーを充電します。どちらの技術も一次使い捨てセルに依存しないため、容量対消費電力のモデルは適用できません。この計算機は、交換可能な酸化銀、アルカリ、またはリチウムセルを使用する標準クォーツムーブメントにのみ使用してください。',
|
|
239
|
+
},
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
'@type': 'Question',
|
|
243
|
+
'name': '電池が完全に切れる前に交換すべきですか?',
|
|
244
|
+
'acceptedAnswer': {
|
|
245
|
+
'@type': 'Answer',
|
|
246
|
+
'text': 'はい。酸化銀電池やアルカリ電池は完全に放電すると水酸化カリウムを漏洩し、接点バネ、PCBパターン、ステッピングモーターコイルを損傷する可能性があります。完全放電前の交換を強く推奨します。ツールが残り推定寿命6ヶ月未満を表示した場合は、できるだけ早く電池交換を計画してください。',
|
|
247
|
+
},
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
'@type': 'Question',
|
|
251
|
+
'name': '時計の電池が酸化銀かアルカリかはどうやって見分けますか?',
|
|
252
|
+
'acceptedAnswer': {
|
|
253
|
+
'@type': 'Answer',
|
|
254
|
+
'text': '酸化銀セルはSR(例:SR920SW)と刻印されており、寿命を通じて安定した1.55Vの出力を提供します。アルカリセルはLR(例:LR41)と刻印されており、電圧が徐々に低下します。ほとんどの高品質時計ブランドは酸化銀を指定しています。SRは必ずSRと交換し、LRは使用しないでください。',
|
|
255
|
+
},
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
'@type': 'Question',
|
|
259
|
+
'name': '秒針が2秒おきに跳ねるのは電池切れの兆候ですか?',
|
|
260
|
+
'acceptedAnswer': {
|
|
261
|
+
'@type': 'Answer',
|
|
262
|
+
'text': 'はい。クォーツムーブメントが電池電圧の低下を検出すると、省電力モードに入り、秒針が2秒または4秒間隔で跳ねるようになります。これが寿命末期を示すインジケーターです。この動作が見られたら、電池の残り寿命は約2~4週間です。液漏れを防ぐため、すぐに交換してください。',
|
|
263
|
+
},
|
|
264
|
+
},
|
|
265
|
+
],
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
'@context': 'https://schema.org',
|
|
269
|
+
'@type': 'SoftwareApplication',
|
|
270
|
+
'name': 'Quartz Battery Health Checker',
|
|
271
|
+
'operatingSystem': 'All',
|
|
272
|
+
'applicationCategory': 'UtilitiesApplication',
|
|
273
|
+
'applicationSubCategory': 'Watch Battery Life Calculator',
|
|
274
|
+
'description': 'Calculate the theoretical battery life of any quartz watch movement by entering cell capacity (mAh) and caliber power consumption (µA). Estimates replacement date when installation month and year are provided.',
|
|
275
|
+
'softwareVersion': '1.0',
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
'@context': 'https://schema.org',
|
|
279
|
+
'@type': 'TechArticle',
|
|
280
|
+
'name': 'Quartz watch battery life calculation - capacity vs consumption explained',
|
|
281
|
+
'proficiencyLevel': 'Beginner',
|
|
282
|
+
'abstract': 'Learn how to estimate the battery life of a quartz watch movement using the cell capacity in mAh and the movement power consumption in µA. Understand the formula, the effect of temperature and load, and when to schedule a replacement.',
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
'@context': 'https://schema.org',
|
|
286
|
+
'@type': 'HowTo',
|
|
287
|
+
'name': 'How to estimate quartz watch battery life',
|
|
288
|
+
'description': 'A step-by-step guide to using the Quartz Battery Health Checker to determine the remaining life of any quartz watch battery and plan its replacement date.',
|
|
289
|
+
'step': [
|
|
290
|
+
{
|
|
291
|
+
'@type': 'HowToStep',
|
|
292
|
+
'name': 'Select or customise the battery cell',
|
|
293
|
+
'text': 'Choose a common silver-oxide cell from the dropdown list - SR621SW, SR626SW, SR920SW, SR936SW and others are preloaded with their official capacities. If your cell is not listed, select Custom and type its exact capacity in mAh.',
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
'@type': 'HowToStep',
|
|
297
|
+
'name': 'Enter the movement power consumption',
|
|
298
|
+
'text': 'Locate the average current consumption for your caliber from the official technical documentation. Type the value in microamperes (µA) into the consumption field.',
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
'@type': 'HowToStep',
|
|
302
|
+
'name': 'Add the installation month and year',
|
|
303
|
+
'text': 'If you know when the battery was installed, select the month and enter the year. The tool calculates the estimated replacement date and shows the remaining battery health as a percentage.',
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
'@type': 'HowToStep',
|
|
307
|
+
'name': 'Read the theoretical lifespan',
|
|
308
|
+
'text': 'The result card shows the total estimated battery life in years, months, and remaining days. This is the maximum life under ideal conditions.',
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
'@type': 'HowToStep',
|
|
312
|
+
'name': 'Check health status and replacement date',
|
|
313
|
+
'text': 'When an installation date is provided, the gauge shows remaining life. Green means more than 50 % remains. Yellow means 20 to 50 %. Red means less than 20 %. The recommended replacement date is shown below.',
|
|
314
|
+
},
|
|
315
|
+
],
|
|
316
|
+
'totalTime': 'PT1M',
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
'@context': 'https://schema.org',
|
|
320
|
+
'@type': 'Product',
|
|
321
|
+
'name': 'Quartz Battery Health Checker',
|
|
322
|
+
'description': 'An online tool for estimating quartz watch battery life based on cell capacity and movement power consumption.',
|
|
323
|
+
'category': 'Watch Battery Calculator',
|
|
324
|
+
'audience': { '@type': 'Audience', 'audienceType': 'Watch enthusiasts and repair technicians' },
|
|
325
|
+
},
|
|
326
|
+
],
|
|
327
|
+
};
|