@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.
Files changed (245) hide show
  1. package/package.json +1 -1
  2. package/src/category/i18n/fr.ts +1 -1
  3. package/src/category/index.ts +4 -0
  4. package/src/entries.ts +7 -1
  5. package/src/index.ts +2 -0
  6. package/src/tests/locale_completeness.test.ts +1 -1
  7. package/src/tests/no_en_dash.test.ts +40 -6
  8. package/src/tests/title_quality.test.ts +2 -2
  9. package/src/tests/tool_validation.test.ts +1 -1
  10. package/src/tool/beat-rate-converter/i18n/de.ts +30 -30
  11. package/src/tool/beat-rate-converter/i18n/es.ts +33 -33
  12. package/src/tool/beat-rate-converter/i18n/fr.ts +45 -45
  13. package/src/tool/beat-rate-converter/i18n/id.ts +6 -6
  14. package/src/tool/beat-rate-converter/i18n/it.ts +28 -28
  15. package/src/tool/beat-rate-converter/i18n/ja.ts +56 -56
  16. package/src/tool/beat-rate-converter/i18n/ko.ts +56 -56
  17. package/src/tool/beat-rate-converter/i18n/nl.ts +14 -14
  18. package/src/tool/beat-rate-converter/i18n/pl.ts +48 -48
  19. package/src/tool/beat-rate-converter/i18n/pt.ts +30 -30
  20. package/src/tool/beat-rate-converter/i18n/ru.ts +56 -56
  21. package/src/tool/beat-rate-converter/i18n/sv.ts +44 -44
  22. package/src/tool/beat-rate-converter/i18n/tr.ts +51 -51
  23. package/src/tool/beat-rate-converter/i18n/zh.ts +56 -56
  24. package/src/tool/crown-reference-guide/i18n/de.ts +9 -9
  25. package/src/tool/crown-reference-guide/i18n/en.ts +8 -8
  26. package/src/tool/crown-reference-guide/i18n/es.ts +10 -10
  27. package/src/tool/crown-reference-guide/i18n/fr.ts +18 -18
  28. package/src/tool/crown-reference-guide/i18n/id.ts +9 -9
  29. package/src/tool/crown-reference-guide/i18n/it.ts +9 -9
  30. package/src/tool/crown-reference-guide/i18n/nl.ts +8 -8
  31. package/src/tool/crown-reference-guide/i18n/pl.ts +8 -8
  32. package/src/tool/crown-reference-guide/i18n/pt.ts +8 -8
  33. package/src/tool/crown-reference-guide/i18n/ru.ts +8 -8
  34. package/src/tool/crown-reference-guide/i18n/sv.ts +8 -8
  35. package/src/tool/crown-reference-guide/i18n/tr.ts +8 -8
  36. package/src/tool/crown-reference-guide/i18n/zh.ts +9 -9
  37. package/src/tool/demagnetizing-timer/i18n/fr.ts +1 -1
  38. package/src/tool/gear-train-explorer/i18n/de.ts +2 -2
  39. package/src/tool/gear-train-explorer/i18n/en.ts +2 -2
  40. package/src/tool/gear-train-explorer/i18n/es.ts +2 -2
  41. package/src/tool/gear-train-explorer/i18n/fr.ts +2 -2
  42. package/src/tool/gear-train-explorer/i18n/id.ts +2 -2
  43. package/src/tool/gear-train-explorer/i18n/it.ts +2 -2
  44. package/src/tool/gear-train-explorer/i18n/ja.ts +2 -2
  45. package/src/tool/gear-train-explorer/i18n/ko.ts +2 -2
  46. package/src/tool/gear-train-explorer/i18n/nl.ts +2 -2
  47. package/src/tool/gear-train-explorer/i18n/pl.ts +2 -2
  48. package/src/tool/gear-train-explorer/i18n/pt.ts +2 -2
  49. package/src/tool/gear-train-explorer/i18n/ru.ts +6 -6
  50. package/src/tool/gear-train-explorer/i18n/sv.ts +2 -2
  51. package/src/tool/gear-train-explorer/i18n/tr.ts +2 -2
  52. package/src/tool/gear-train-explorer/i18n/zh.ts +2 -2
  53. package/src/tool/gmt-world-timer/i18n/en.ts +7 -7
  54. package/src/tool/gmt-world-timer/i18n/es.ts +8 -8
  55. package/src/tool/gmt-world-timer/i18n/fr.ts +12 -12
  56. package/src/tool/gmt-world-timer/i18n/id.ts +7 -7
  57. package/src/tool/gmt-world-timer/i18n/it.ts +8 -8
  58. package/src/tool/gmt-world-timer/i18n/ja.ts +5 -5
  59. package/src/tool/gmt-world-timer/i18n/ko.ts +5 -5
  60. package/src/tool/gmt-world-timer/i18n/nl.ts +7 -7
  61. package/src/tool/gmt-world-timer/i18n/pl.ts +7 -7
  62. package/src/tool/gmt-world-timer/i18n/pt.ts +7 -7
  63. package/src/tool/gmt-world-timer/i18n/ru.ts +11 -11
  64. package/src/tool/gmt-world-timer/i18n/sv.ts +7 -7
  65. package/src/tool/gmt-world-timer/i18n/tr.ts +6 -6
  66. package/src/tool/gmt-world-timer/i18n/zh.ts +6 -6
  67. package/src/tool/lume-color-simulator/i18n/fr.ts +4 -4
  68. package/src/tool/lume-color-simulator/i18n/id.ts +5 -5
  69. package/src/tool/lume-color-simulator/i18n/it.ts +4 -4
  70. package/src/tool/lume-color-simulator/i18n/ja.ts +5 -5
  71. package/src/tool/lume-color-simulator/i18n/nl.ts +2 -2
  72. package/src/tool/lume-color-simulator/i18n/pt.ts +5 -5
  73. package/src/tool/lume-color-simulator/i18n/ru.ts +14 -14
  74. package/src/tool/lume-color-simulator/i18n/zh.ts +4 -4
  75. package/src/tool/mainspring-finder/bibliography.astro +16 -0
  76. package/src/tool/mainspring-finder/bibliography.ts +16 -0
  77. package/src/tool/mainspring-finder/client.ts +89 -0
  78. package/src/tool/mainspring-finder/component.astro +72 -0
  79. package/src/tool/mainspring-finder/entry.ts +50 -0
  80. package/src/tool/mainspring-finder/helpers.ts +52 -0
  81. package/src/tool/mainspring-finder/i18n/de.ts +212 -0
  82. package/src/tool/mainspring-finder/i18n/en.ts +212 -0
  83. package/src/tool/mainspring-finder/i18n/es.ts +212 -0
  84. package/src/tool/mainspring-finder/i18n/fr.ts +212 -0
  85. package/src/tool/mainspring-finder/i18n/id.ts +212 -0
  86. package/src/tool/mainspring-finder/i18n/it.ts +212 -0
  87. package/src/tool/mainspring-finder/i18n/ja.ts +212 -0
  88. package/src/tool/mainspring-finder/i18n/ko.ts +212 -0
  89. package/src/tool/mainspring-finder/i18n/nl.ts +212 -0
  90. package/src/tool/mainspring-finder/i18n/pl.ts +212 -0
  91. package/src/tool/mainspring-finder/i18n/pt.ts +212 -0
  92. package/src/tool/mainspring-finder/i18n/ru.ts +212 -0
  93. package/src/tool/mainspring-finder/i18n/sv.ts +212 -0
  94. package/src/tool/mainspring-finder/i18n/tr.ts +212 -0
  95. package/src/tool/mainspring-finder/i18n/zh.ts +212 -0
  96. package/src/tool/mainspring-finder/index.ts +11 -0
  97. package/src/tool/mainspring-finder/mainspring-finder.css +242 -0
  98. package/src/tool/mainspring-finder/seo.astro +16 -0
  99. package/src/tool/moon-phase-visualizer/i18n/fr.ts +4 -4
  100. package/src/tool/moon-phase-visualizer/i18n/id.ts +4 -4
  101. package/src/tool/moon-phase-visualizer/i18n/it.ts +4 -4
  102. package/src/tool/moon-phase-visualizer/i18n/ja.ts +2 -2
  103. package/src/tool/moon-phase-visualizer/i18n/nl.ts +2 -2
  104. package/src/tool/moon-phase-visualizer/i18n/pt.ts +4 -4
  105. package/src/tool/moon-phase-visualizer/i18n/ru.ts +7 -7
  106. package/src/tool/moon-phase-visualizer/i18n/zh.ts +4 -4
  107. package/src/tool/perpetual-calendar/i18n/de.ts +1 -1
  108. package/src/tool/perpetual-calendar/i18n/en.ts +1 -1
  109. package/src/tool/perpetual-calendar/i18n/es.ts +1 -1
  110. package/src/tool/perpetual-calendar/i18n/fr.ts +1 -1
  111. package/src/tool/perpetual-calendar/i18n/id.ts +1 -1
  112. package/src/tool/perpetual-calendar/i18n/it.ts +1 -1
  113. package/src/tool/perpetual-calendar/i18n/ja.ts +1 -1
  114. package/src/tool/perpetual-calendar/i18n/ko.ts +1 -1
  115. package/src/tool/perpetual-calendar/i18n/nl.ts +1 -1
  116. package/src/tool/perpetual-calendar/i18n/pl.ts +1 -1
  117. package/src/tool/perpetual-calendar/i18n/pt.ts +1 -1
  118. package/src/tool/perpetual-calendar/i18n/ru.ts +2 -2
  119. package/src/tool/perpetual-calendar/i18n/sv.ts +1 -1
  120. package/src/tool/perpetual-calendar/i18n/tr.ts +1 -1
  121. package/src/tool/perpetual-calendar/i18n/zh.ts +1 -1
  122. package/src/tool/power-reserve-estimator/i18n/de.ts +26 -26
  123. package/src/tool/power-reserve-estimator/i18n/es.ts +22 -22
  124. package/src/tool/power-reserve-estimator/i18n/fr.ts +36 -36
  125. package/src/tool/power-reserve-estimator/i18n/id.ts +5 -5
  126. package/src/tool/power-reserve-estimator/i18n/it.ts +18 -18
  127. package/src/tool/power-reserve-estimator/i18n/ja.ts +3 -3
  128. package/src/tool/power-reserve-estimator/i18n/ko.ts +3 -3
  129. package/src/tool/power-reserve-estimator/i18n/nl.ts +7 -7
  130. package/src/tool/power-reserve-estimator/i18n/pl.ts +9 -9
  131. package/src/tool/power-reserve-estimator/i18n/pt.ts +25 -25
  132. package/src/tool/power-reserve-estimator/i18n/ru.ts +15 -15
  133. package/src/tool/power-reserve-estimator/i18n/sv.ts +7 -7
  134. package/src/tool/power-reserve-estimator/i18n/tr.ts +7 -7
  135. package/src/tool/power-reserve-estimator/i18n/zh.ts +7 -7
  136. package/src/tool/quartz-battery-health/bibliography.astro +16 -0
  137. package/src/tool/quartz-battery-health/bibliography.ts +16 -0
  138. package/src/tool/quartz-battery-health/client.ts +198 -0
  139. package/src/tool/quartz-battery-health/component.astro +15 -0
  140. package/src/tool/quartz-battery-health/components/BatteryHealthPanel.astro +163 -0
  141. package/src/tool/quartz-battery-health/entry.ts +57 -0
  142. package/src/tool/quartz-battery-health/i18n/de.ts +327 -0
  143. package/src/tool/quartz-battery-health/i18n/en.ts +327 -0
  144. package/src/tool/quartz-battery-health/i18n/es.ts +327 -0
  145. package/src/tool/quartz-battery-health/i18n/fr.ts +327 -0
  146. package/src/tool/quartz-battery-health/i18n/id.ts +326 -0
  147. package/src/tool/quartz-battery-health/i18n/it.ts +327 -0
  148. package/src/tool/quartz-battery-health/i18n/ja.ts +327 -0
  149. package/src/tool/quartz-battery-health/i18n/ko.ts +327 -0
  150. package/src/tool/quartz-battery-health/i18n/nl.ts +327 -0
  151. package/src/tool/quartz-battery-health/i18n/pl.ts +327 -0
  152. package/src/tool/quartz-battery-health/i18n/pt.ts +327 -0
  153. package/src/tool/quartz-battery-health/i18n/ru.ts +327 -0
  154. package/src/tool/quartz-battery-health/i18n/sv.ts +326 -0
  155. package/src/tool/quartz-battery-health/i18n/tr.ts +327 -0
  156. package/src/tool/quartz-battery-health/i18n/zh.ts +327 -0
  157. package/src/tool/quartz-battery-health/index.ts +11 -0
  158. package/src/tool/quartz-battery-health/quartz-battery-health.css +447 -0
  159. package/src/tool/quartz-battery-health/seo.astro +16 -0
  160. package/src/tool/service-interval-tracker/i18n/fr.ts +1 -1
  161. package/src/tool/sidereal-time-tracker/i18n/ru.ts +2 -2
  162. package/src/tool/strap-length-calculator/i18n/fr.ts +1 -1
  163. package/src/tool/strap-length-calculator/i18n/ru.ts +4 -4
  164. package/src/tool/strap-taper-calculator/i18n/de.ts +3 -3
  165. package/src/tool/strap-taper-calculator/i18n/en.ts +1 -1
  166. package/src/tool/strap-taper-calculator/i18n/es.ts +3 -3
  167. package/src/tool/strap-taper-calculator/i18n/fr.ts +4 -4
  168. package/src/tool/strap-taper-calculator/i18n/id.ts +3 -3
  169. package/src/tool/strap-taper-calculator/i18n/it.ts +3 -3
  170. package/src/tool/strap-taper-calculator/i18n/ja.ts +2 -2
  171. package/src/tool/strap-taper-calculator/i18n/ko.ts +2 -2
  172. package/src/tool/strap-taper-calculator/i18n/nl.ts +3 -3
  173. package/src/tool/strap-taper-calculator/i18n/pl.ts +3 -3
  174. package/src/tool/strap-taper-calculator/i18n/pt.ts +3 -3
  175. package/src/tool/strap-taper-calculator/i18n/ru.ts +2 -2
  176. package/src/tool/strap-taper-calculator/i18n/sv.ts +3 -3
  177. package/src/tool/strap-taper-calculator/i18n/tr.ts +3 -3
  178. package/src/tool/strap-taper-calculator/i18n/zh.ts +3 -3
  179. package/src/tool/tachymeter-calculator/i18n/ru.ts +6 -6
  180. package/src/tool/telemeter-calculator/i18n/ru.ts +3 -3
  181. package/src/tool/telemeter-calculator/i18n/zh.ts +2 -2
  182. package/src/tool/tourbillon-visualizer/i18n/de.ts +3 -3
  183. package/src/tool/tourbillon-visualizer/i18n/en.ts +3 -3
  184. package/src/tool/tourbillon-visualizer/i18n/es.ts +3 -3
  185. package/src/tool/tourbillon-visualizer/i18n/fr.ts +3 -3
  186. package/src/tool/tourbillon-visualizer/i18n/id.ts +3 -3
  187. package/src/tool/tourbillon-visualizer/i18n/it.ts +3 -3
  188. package/src/tool/tourbillon-visualizer/i18n/ja.ts +2 -2
  189. package/src/tool/tourbillon-visualizer/i18n/ko.ts +2 -2
  190. package/src/tool/tourbillon-visualizer/i18n/nl.ts +3 -3
  191. package/src/tool/tourbillon-visualizer/i18n/pl.ts +3 -3
  192. package/src/tool/tourbillon-visualizer/i18n/pt.ts +3 -3
  193. package/src/tool/tourbillon-visualizer/i18n/ru.ts +5 -5
  194. package/src/tool/tourbillon-visualizer/i18n/sv.ts +3 -3
  195. package/src/tool/tourbillon-visualizer/i18n/tr.ts +3 -3
  196. package/src/tool/tourbillon-visualizer/i18n/zh.ts +3 -3
  197. package/src/tool/watch-accuracy-tracker/i18n/fr.ts +1 -1
  198. package/src/tool/watch-accuracy-tracker/i18n/zh.ts +1 -1
  199. package/src/tool/watch-savings-planner/i18n/de.ts +25 -25
  200. package/src/tool/watch-savings-planner/i18n/es.ts +39 -39
  201. package/src/tool/watch-savings-planner/i18n/fr.ts +51 -51
  202. package/src/tool/watch-savings-planner/i18n/id.ts +5 -5
  203. package/src/tool/watch-savings-planner/i18n/it.ts +29 -29
  204. package/src/tool/watch-savings-planner/i18n/ja.ts +73 -73
  205. package/src/tool/watch-savings-planner/i18n/ko.ts +73 -73
  206. package/src/tool/watch-savings-planner/i18n/nl.ts +10 -10
  207. package/src/tool/watch-savings-planner/i18n/pl.ts +5 -5
  208. package/src/tool/watch-savings-planner/i18n/pt.ts +43 -43
  209. package/src/tool/watch-savings-planner/i18n/ru.ts +7 -7
  210. package/src/tool/watch-savings-planner/i18n/sv.ts +54 -54
  211. package/src/tool/watch-savings-planner/i18n/tr.ts +50 -50
  212. package/src/tool/watch-savings-planner/i18n/zh.ts +73 -73
  213. package/src/tool/watch-size-comparator/i18n/de.ts +2 -2
  214. package/src/tool/watch-size-comparator/i18n/en.ts +3 -3
  215. package/src/tool/watch-size-comparator/i18n/es.ts +1 -1
  216. package/src/tool/watch-size-comparator/i18n/fr.ts +10 -10
  217. package/src/tool/watch-size-comparator/i18n/id.ts +9 -9
  218. package/src/tool/watch-size-comparator/i18n/it.ts +8 -8
  219. package/src/tool/watch-size-comparator/i18n/ja.ts +6 -6
  220. package/src/tool/watch-size-comparator/i18n/nl.ts +7 -7
  221. package/src/tool/watch-size-comparator/i18n/pl.ts +2 -2
  222. package/src/tool/watch-size-comparator/i18n/pt.ts +9 -9
  223. package/src/tool/watch-size-comparator/i18n/ru.ts +16 -16
  224. package/src/tool/watch-size-comparator/i18n/tr.ts +1 -1
  225. package/src/tool/watch-size-comparator/i18n/zh.ts +5 -5
  226. package/src/tool/water-resistance-converter/i18n/de.ts +1 -1
  227. package/src/tool/water-resistance-converter/i18n/en.ts +1 -1
  228. package/src/tool/water-resistance-converter/i18n/es.ts +1 -1
  229. package/src/tool/water-resistance-converter/i18n/fr.ts +2 -2
  230. package/src/tool/water-resistance-converter/i18n/id.ts +1 -1
  231. package/src/tool/water-resistance-converter/i18n/it.ts +1 -1
  232. package/src/tool/water-resistance-converter/i18n/ja.ts +1 -1
  233. package/src/tool/water-resistance-converter/i18n/ko.ts +1 -1
  234. package/src/tool/water-resistance-converter/i18n/nl.ts +1 -1
  235. package/src/tool/water-resistance-converter/i18n/pl.ts +1 -1
  236. package/src/tool/water-resistance-converter/i18n/pt.ts +1 -1
  237. package/src/tool/water-resistance-converter/i18n/ru.ts +1 -1
  238. package/src/tool/water-resistance-converter/i18n/sv.ts +1 -1
  239. package/src/tool/water-resistance-converter/i18n/tr.ts +1 -1
  240. package/src/tool/water-resistance-converter/i18n/zh.ts +4 -4
  241. package/src/tool/wrist-presence-calculator/i18n/en.ts +1 -1
  242. package/src/tool/wrist-presence-calculator/i18n/fr.ts +5 -5
  243. package/src/tool/wrist-presence-calculator/i18n/id.ts +1 -1
  244. package/src/tool/wrist-presence-calculator/i18n/zh.ts +1 -1
  245. 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: 'Quartz Battery Health Checker',
8
+ description: 'Calculate the theoretical battery life of a quartz movement by entering the cell capacity (mAh) and the caliber power consumption (µA). Optionally set the installation date to estimate the replacement date.',
9
+ ui: {
10
+ title: 'Quartz Battery Health Checker',
11
+ batteryLabel: 'Battery Cell',
12
+ selectBattery: 'Select battery',
13
+ customBattery: 'Custom',
14
+ capacityLabel: 'Capacity',
15
+ capacityUnit: 'mAh',
16
+ consumptionLabel: 'Consumption',
17
+ consumptionUnit: 'µA',
18
+ installDateLabel: 'Installed on',
19
+ installDateHint: 'Optional',
20
+ monthLabel: 'Month',
21
+ yearLabel: 'Year',
22
+ calculate: 'Calculate',
23
+ resultLabel: 'Estimated Life',
24
+ theoreticalLife: 'Theoretical life',
25
+ yearsLabel: 'years',
26
+ monthsLabel: 'months',
27
+ daysLabel: 'days',
28
+ changeDateLabel: 'Replace by',
29
+ noDateHint: 'Enter install date to see replacement date',
30
+ healthLabel: 'Status',
31
+ healthGood: 'Good',
32
+ healthModerate: 'Moderate',
33
+ healthCritical: 'Critical',
34
+ step1: 'Choose a common battery or select Custom to enter capacity.',
35
+ step2: 'Enter the caliber power consumption in microamperes (µA).',
36
+ step3: 'Optionally add the installation date, then press Calculate.',
37
+ tipTitle: 'Tip',
38
+ tipContent: 'Always use the consumption value from the official caliber datasheet. Real-world life can be 10-20 % shorter due to temperature and load variations.',
39
+ },
40
+ seo: [
41
+ { type: 'title', text: 'Quartz Battery Health Checker - How long will your watch battery last?', level: 2 },
42
+ {
43
+ type: 'stats',
44
+ items: [
45
+ { value: '1.0-2.5 µA', label: 'Typical 3-hand draw' },
46
+ { value: '18-55 mAh', label: 'Common cell capacity' },
47
+ { value: '2.5-4.5 yr', label: 'Usual battery life' },
48
+ ],
49
+ columns: 3,
50
+ },
51
+ { type: 'paragraph', html: 'Wondering when your quartz watch will stop ticking? The <strong>Quartz Battery Health Checker</strong> helps you estimate the remaining life of any quartz movement battery by comparing the cell capacity (measured in mAh) against the movement average power consumption (measured in microamperes, µA). Whether you own a Swiss ETA, a Japanese Miyota, a Seiko, a Ronda, or a Chinese DG movement, this tool calculates the theoretical lifespan in years, months, and days - and can even predict the exact replacement date if you enter the installation month and year.' },
52
+ { type: 'title', text: 'How quartz battery life is calculated - the math behind the estimate', level: 3 },
53
+ { type: 'paragraph', html: 'Battery life follows a simple electrical formula: <strong>Life (hours) = (Cell capacity in mAh × 1000) ÷ Current consumption in µA</strong>. Dividing that result by 24 gives you days, and by 365.25 gives you years. For example, a standard <strong>SR920SW (371) cell with 40 mAh</strong> powering a movement that draws <strong>1.5 µA</strong> will theoretically last around <strong>3 years</strong>. Reduce the consumption to 1.0 µA and the same cell stretches past 4.5 years. Increase it to 2.5 µA and the battery life drops to under 2 years. Every fraction of a microampere matters when you are planning your service intervals.' },
54
+ { type: 'title', text: 'Most common quartz watch battery types and their capacities', level: 3 },
55
+ {
56
+ type: 'table',
57
+ headers: ['Cell Reference', 'Common Code', 'Capacity', 'Typical Use'],
58
+ rows: [
59
+ ['SR621SW', '364', '18 mAh', 'Thin dress watches'],
60
+ ['SR626SW', '377', '27 mAh', 'Mid-size quartz models'],
61
+ ['SR920SW', '371', '40 mAh', 'Chronographs & multifunction'],
62
+ ['SR936SW', '394', '55 mAh', 'Large analog-digital hybrids'],
63
+ ['CR2025', ' - ', '165 mAh', 'High-drain LED modules'],
64
+ ],
65
+ },
66
+ { type: 'tip', title: 'Match the original specification', html: 'Selecting the wrong cell type can reduce battery life by up to <strong>40 %</strong>. Always cross-reference the original battery reference number before installing a replacement. The numerical code tells you the dimensions - for example, <strong>SR936SW</strong> is 9.5 mm in diameter and 3.6 mm thick.' },
67
+ { type: 'title', text: 'Why you should always use official caliber consumption values', level: 3 },
68
+ { type: 'paragraph', html: 'Movement manufacturers like <strong>ETA, Ronda, Miyota, Seiko, and ISA</strong> publish official technical datasheets for every caliber they produce. These datasheets list the <strong>average current consumption</strong> under controlled temperature (usually 22 °C) and with a standard hand torque load. Using a guessed value of 1.0 µA when your movement actually draws 2.5 µA can overestimate battery life by more than 100 %. Always download the official PDF from the manufacturer website or check the caliber reference on specialised databases to obtain the real consumption figure.' },
69
+ {
70
+ type: 'diagnostic',
71
+ variant: 'warning',
72
+ title: 'Battery leakage can destroy your watch movement',
73
+ html: 'An exhausted silver-oxide battery can <strong>leak potassium hydroxide</strong>, which corrodes the contact springs, the circuit board traces, and even the stepper motor coil. If the tool estimates less than <strong>6 months of remaining life</strong>, schedule a battery change during your next routine check. Pay special attention to <strong>vintage quartz watches from the 1970s and 1980s</strong> - their original batteries are far more prone to leakage after decades inside the case.',
74
+ },
75
+ { type: 'title', text: 'Factors that reduce real-world battery life vs the theoretical estimate', level: 3 },
76
+ {
77
+ type: 'list',
78
+ items: [
79
+ '<strong>Temperature extremes</strong> - a watch left on a sunny dashboard can see 30 % higher current draw',
80
+ '<strong>End-of-life detection circuits</strong> - the two-second tick indicator consumes extra power once activated',
81
+ '<strong>Chronograph or alarm usage</strong> - momentary current spikes that add up over time',
82
+ '<strong>Mechanical friction</strong> - aged or dirty gear trains increase the torque the stepper motor needs',
83
+ '<strong>Magnetic fields</strong> - exposure increases motor torque requirements, draining the cell faster',
84
+ ],
85
+ },
86
+ { type: 'paragraph', html: 'In practice you can expect <strong>10 to 20 % shorter life</strong> than the theoretical calculation. For high-accuracy thermocompensated quartz movements the consumption varies less, but standard quartz is notably sensitive to these environmental factors.' },
87
+ { type: 'title', text: 'How to find the right battery replacement for your quartz watch', level: 3 },
88
+ {
89
+ type: 'glossary',
90
+ items: [
91
+ { term: 'SR (Silver-Oxide)', definition: 'Cells stamped with SR (e.g. SR920SW) provide a stable 1.55 V output throughout their life, keeping the quartz oscillator accurate. This is the standard for quality quartz watches.' },
92
+ { term: 'LR (Alkaline)', definition: 'Cells stamped with LR (e.g. LR41) have a gradually declining voltage, which can cause the watch to run slow or stop prematurely. Not recommended as a replacement for SR cells.' },
93
+ { term: 'CR (Lithium)', definition: 'Cells stamped with CR (e.g. CR2025) deliver 3.0 V and are used in high-drain modules with LED backlights, large LCDs, or multiple complications.' },
94
+ { term: 'Numerical Code', definition: 'The four digits encode physical size: the first two digits are the diameter in millimetres and the last two are the thickness in tenths of a millimetre. SR936SW = Ø9.5 mm × 3.6 mm.' },
95
+ ],
96
+ },
97
+ { type: 'title', text: 'Standard quartz vs solar vs kinetic - how the technology changes the equation', level: 3 },
98
+ {
99
+ type: 'comparative',
100
+ items: [
101
+ {
102
+ title: 'Standard Quartz',
103
+ description: 'Uses a replaceable silver-oxide or lithium primary cell. Battery life depends purely on capacity vs consumption. This is what this calculator is designed for.',
104
+ highlight: true,
105
+ points: [
106
+ 'Replaceable primary cell',
107
+ 'Life = capacity ÷ consumption',
108
+ 'Predictable replacement schedule',
109
+ 'Affordable battery changes',
110
+ ],
111
+ },
112
+ {
113
+ title: 'Solar & Kinetic',
114
+ description: 'Solar watches use photovoltaic cells to recharge a lithium-ion accumulator. Kinetic watches use a rotor-driven micro-generator to charge a capacitor.',
115
+ points: [
116
+ 'Rechargeable energy storage',
117
+ 'Life depends on charge cycles',
118
+ 'Capacitor degradation over time',
119
+ 'Not compatible with this calculator',
120
+ ],
121
+ },
122
+ ],
123
+ columns: 2,
124
+ },
125
+ { type: 'paragraph', html: 'Manufacturer claims of <strong>"10-year battery life"</strong> are usually based on very low consumption movements (around 0.5 to 0.8 µA) paired with large-capacity cells (165 mAh CR2025 or larger). In a standard analog quartz watch with a small silver-oxide cell like the <strong>SR626SW (27 mAh)</strong> and a typical 1.5 µA movement, the real life is closer to <strong>2.5 - 3 years</strong>. Always verify with this calculator rather than trusting marketing labels.' },
126
+ {
127
+ type: 'tip',
128
+ title: 'Replace proactively, not reactively',
129
+ html: 'When you see the second hand jumping in <strong>2-second or 4-second intervals</strong>, the movement has entered power-saving mode due to low voltage. The battery has approximately <strong>2 to 4 weeks</strong> of remaining life. Replace it immediately to avoid leakage damage.',
130
+ },
131
+ {
132
+ type: 'summary',
133
+ title: 'Key takeaways for quartz watch battery health',
134
+ items: [
135
+ 'Use the official caliber consumption value from the manufacturer datasheet - a guessed value can overestimate life by over 100 %',
136
+ 'Match the original cell type exactly: SR, LR, and CR chemistries are not interchangeable',
137
+ 'Replace the battery when the tool shows less than 6 months of remaining life to prevent leakage',
138
+ 'Real-world battery life is typically 10-20 % shorter than the theoretical ideal due to temperature, friction, and usage',
139
+ 'This calculator is designed for standard quartz movements with replaceable primary cells - not for solar or kinetic watches',
140
+ ],
141
+ },
142
+ ],
143
+ faq: [
144
+ {
145
+ question: 'How accurate is the theoretical battery life estimate?',
146
+ answer: 'The calculation is an electrical ideal based on capacity divided by consumption. In real-world conditions you can expect 10 to 20 % shorter life due to temperature variation, end-of-life detection circuits, mechanical drag from aged lubricants, and the extra load of chronograph or alarm functions. The estimate is a reliable upper bound, not a exact prediction.',
147
+ },
148
+ {
149
+ question: 'Where do I find the exact power consumption value for my quartz caliber?',
150
+ answer: 'Official technical datasheets from ETA, Ronda, Miyota, Seiko, ISA, and other movement manufacturers list the average current consumption in microamperes (µA). Search for the caliber reference number followed by "datasheet" or "technical specification". Specialized databases like Ranfft, 17jewels, and Watch-Wiki also publish consumption figures contributed by the watch community.',
151
+ },
152
+ {
153
+ question: 'What does "µA" mean and why is it important?',
154
+ answer: 'µA stands for microampere, or one-millionth of an ampere. It measures the electrical current the movement draws from the battery. A typical analog quartz three-hand movement draws between 1.0 and 2.5 µA. Chronographs and multifunction modules can draw 3.0 to 6.0 µA. The higher the current, the shorter the battery life for a given cell capacity.',
155
+ },
156
+ {
157
+ question: 'Can I use this tool for solar-powered or kinetic watches?',
158
+ answer: 'No. Solar watches (Eco-Drive, Solar, Light-Powered) use photovoltaic cells to charge a rechargeable battery. Kinetic and Auto-Quartz watches use a rotor and micro-generator to charge a capacitor. Neither technology relies on a primary disposable cell, so the capacity-vs-consumption model does not apply. Use this calculator only for standard quartz movements with replaceable silver-oxide, alkaline, or lithium cells.',
159
+ },
160
+ {
161
+ question: 'Should I replace the battery before it dies completely?',
162
+ answer: 'Yes. Silver-oxide and alkaline batteries can leak potassium hydroxide when fully depleted, damaging the contact springs, PCB traces, and the stepper motor coil. Replacement before complete discharge is strongly recommended. If the tool shows less than 6 months of estimated life remaining, schedule a battery change as soon as practical.',
163
+ },
164
+ {
165
+ question: 'What happens if I use a battery with higher or lower capacity than the original?',
166
+ answer: 'Using a higher-capacity cell (e.g. SR936SW 55 mAh instead of SR920SW 40 mAh) will extend battery life but may not fit physically - the cell must match the original diameter and thickness exactly to maintain proper contact spring pressure. Using a lower-capacity cell shortens battery life and may cause intermittent contact if the cell is undersized. Always replace with the exact same reference number or a documented equivalent from the same size family.',
167
+ },
168
+ {
169
+ question: 'How do I know if the battery in my watch is silver-oxide or alkaline?',
170
+ answer: 'Silver-oxide cells are stamped with SR (e.g. SR920SW) and provide a stable 1.55 V output throughout their life, which keeps the quartz oscillator accurate. Alkaline cells are stamped with LR (e.g. LR41) and have a gradually declining voltage, which can cause the watch to run slow or stop prematurely. Most quality watch brands specify silver-oxide. If your watch originally used SR, always replace with SR, not LR.',
171
+ },
172
+ {
173
+ question: 'Does the second hand jumping every two seconds mean the battery is dying?',
174
+ answer: 'Yes. When the quartz movement detects that the battery voltage is too low to reliably drive the stepper motor, it enters a power-saving mode where the second hand jumps in 2-second or 4-second intervals. This is the end-of-life indicator. When you see this behaviour, the battery has approximately 2 to 4 weeks of remaining life and should be replaced immediately to avoid leakage.',
175
+ },
176
+ ],
177
+ bibliography,
178
+ howTo: [
179
+ {
180
+ name: 'Select or customise the battery cell',
181
+ 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 as printed on the battery label or listed in the manufacturer datasheet.',
182
+ },
183
+ {
184
+ name: 'Enter the movement power consumption',
185
+ text: 'Locate the average current consumption for your caliber in the official technical documentation. Type the value in microamperes (µA) into the consumption field. Most three-hand movements use 1.0 to 2.5 µA. Chronographs and multifunction modules can go up to 6.0 µA.',
186
+ },
187
+ {
188
+ name: 'Add the installation month and year (optional)',
189
+ text: 'If you remember or have recorded when the battery was last installed, select the month and enter the year. The tool will use this date to calculate the estimated replacement date and show the remaining battery health as a percentage.',
190
+ },
191
+ {
192
+ name: 'Read the theoretical lifespan',
193
+ text: 'The result card shows the total estimated battery life in years, months, and remaining days. This is the maximum life under ideal conditions assuming no external factors reduce the battery capacity.',
194
+ },
195
+ {
196
+ name: 'Check the health status and replacement date',
197
+ text: 'When an installation date is provided, the gauge fills proportionally to the remaining battery life. A green "Good" badge means more than 50 % life remains. Yellow "Moderate" means between 20 and 50 %. Red "Critical" means less than 20 %. The exact recommended replacement date is shown below the gauge.',
198
+ },
199
+ {
200
+ name: 'Adjust inputs and recalculate',
201
+ text: 'Change any input - battery model, consumption value, or installation date - and the result updates automatically. Use this to compare different battery types or to plan replacement schedules for multiple watches in your collection.',
202
+ },
203
+ ],
204
+ schemas: [
205
+ {
206
+ '@context': 'https://schema.org',
207
+ '@type': 'FAQPage',
208
+ 'mainEntity': [
209
+ {
210
+ '@type': 'Question',
211
+ 'name': 'How accurate is the theoretical battery life estimate?',
212
+ 'acceptedAnswer': {
213
+ '@type': 'Answer',
214
+ 'text': 'The calculation is an electrical ideal based on capacity divided by consumption. In real-world conditions you can expect 10 to 20 % shorter life due to temperature variation, end-of-life detection circuits, mechanical drag from aged lubricants, and the extra load of chronograph or alarm functions. The estimate is a reliable upper bound, not an exact prediction.',
215
+ },
216
+ },
217
+ {
218
+ '@type': 'Question',
219
+ 'name': 'Where do I find the exact power consumption value for my quartz caliber?',
220
+ 'acceptedAnswer': {
221
+ '@type': 'Answer',
222
+ 'text': 'Official technical datasheets from ETA, Ronda, Miyota, Seiko, ISA, and other movement manufacturers list the average current consumption in microamperes (µA). Search for the caliber reference number followed by datasheet or technical specification. Specialised databases like Ranfft and 17jewels also publish community-contributed consumption figures.',
223
+ },
224
+ },
225
+ {
226
+ '@type': 'Question',
227
+ 'name': 'What does µA mean and why is it important?',
228
+ 'acceptedAnswer': {
229
+ '@type': 'Answer',
230
+ 'text': 'µA stands for microampere, or one-millionth of an ampere. It measures the electrical current the movement draws from the battery. A typical analog quartz three-hand movement draws between 1.0 and 2.5 µA. Chronographs and multifunction modules can draw 3.0 to 6.0 µA. The higher the current, the shorter the battery life for a given cell capacity.',
231
+ },
232
+ },
233
+ {
234
+ '@type': 'Question',
235
+ 'name': 'Can I use this tool for solar-powered or kinetic watches?',
236
+ 'acceptedAnswer': {
237
+ '@type': 'Answer',
238
+ 'text': 'No. Solar watches use photovoltaic cells to charge a rechargeable battery. Kinetic watches use a rotor and micro-generator to charge a capacitor. Neither technology relies on a primary disposable cell, so the capacity-vs-consumption model does not apply. Use this calculator only for standard quartz movements with replaceable silver-oxide, alkaline, or lithium cells.',
239
+ },
240
+ },
241
+ {
242
+ '@type': 'Question',
243
+ 'name': 'Should I replace the battery before it dies completely?',
244
+ 'acceptedAnswer': {
245
+ '@type': 'Answer',
246
+ 'text': 'Yes. Silver-oxide and alkaline batteries can leak potassium hydroxide when fully depleted, damaging the contact springs, PCB traces, and the stepper motor coil. Replacement before complete discharge is strongly recommended. If the tool shows less than 6 months of estimated life remaining, schedule a battery change as soon as practical.',
247
+ },
248
+ },
249
+ {
250
+ '@type': 'Question',
251
+ 'name': 'How do I know if the battery in my watch is silver-oxide or alkaline?',
252
+ 'acceptedAnswer': {
253
+ '@type': 'Answer',
254
+ 'text': 'Silver-oxide cells are stamped with SR (e.g. SR920SW) and provide a stable 1.55 V output throughout their life. Alkaline cells are stamped with LR (e.g. LR41) and have a gradually declining voltage. Most quality watch brands specify silver-oxide. Always replace SR with SR, not LR.',
255
+ },
256
+ },
257
+ {
258
+ '@type': 'Question',
259
+ 'name': 'Does the second hand jumping every two seconds mean the battery is dying?',
260
+ 'acceptedAnswer': {
261
+ '@type': 'Answer',
262
+ 'text': 'Yes. When the quartz movement detects low battery voltage, it enters power-saving mode where the second hand jumps in 2-second or 4-second intervals. This is the end-of-life indicator. When you see this behaviour, the battery has approximately 2 to 4 weeks of remaining life and should be replaced immediately to avoid leakage.',
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
+ };