@jjlmoya/utils-chrono 1.17.0 → 1.18.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 (221) hide show
  1. package/package.json +1 -1
  2. package/src/category/i18n/fr.ts +1 -1
  3. package/src/category/index.ts +2 -0
  4. package/src/entries.ts +4 -1
  5. package/src/index.ts +1 -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/moon-phase-visualizer/i18n/fr.ts +4 -4
  76. package/src/tool/moon-phase-visualizer/i18n/id.ts +4 -4
  77. package/src/tool/moon-phase-visualizer/i18n/it.ts +4 -4
  78. package/src/tool/moon-phase-visualizer/i18n/ja.ts +2 -2
  79. package/src/tool/moon-phase-visualizer/i18n/nl.ts +2 -2
  80. package/src/tool/moon-phase-visualizer/i18n/pt.ts +4 -4
  81. package/src/tool/moon-phase-visualizer/i18n/ru.ts +7 -7
  82. package/src/tool/moon-phase-visualizer/i18n/zh.ts +4 -4
  83. package/src/tool/perpetual-calendar/i18n/de.ts +1 -1
  84. package/src/tool/perpetual-calendar/i18n/en.ts +1 -1
  85. package/src/tool/perpetual-calendar/i18n/es.ts +1 -1
  86. package/src/tool/perpetual-calendar/i18n/fr.ts +1 -1
  87. package/src/tool/perpetual-calendar/i18n/id.ts +1 -1
  88. package/src/tool/perpetual-calendar/i18n/it.ts +1 -1
  89. package/src/tool/perpetual-calendar/i18n/ja.ts +1 -1
  90. package/src/tool/perpetual-calendar/i18n/ko.ts +1 -1
  91. package/src/tool/perpetual-calendar/i18n/nl.ts +1 -1
  92. package/src/tool/perpetual-calendar/i18n/pl.ts +1 -1
  93. package/src/tool/perpetual-calendar/i18n/pt.ts +1 -1
  94. package/src/tool/perpetual-calendar/i18n/ru.ts +2 -2
  95. package/src/tool/perpetual-calendar/i18n/sv.ts +1 -1
  96. package/src/tool/perpetual-calendar/i18n/tr.ts +1 -1
  97. package/src/tool/perpetual-calendar/i18n/zh.ts +1 -1
  98. package/src/tool/power-reserve-estimator/i18n/de.ts +26 -26
  99. package/src/tool/power-reserve-estimator/i18n/es.ts +22 -22
  100. package/src/tool/power-reserve-estimator/i18n/fr.ts +36 -36
  101. package/src/tool/power-reserve-estimator/i18n/id.ts +5 -5
  102. package/src/tool/power-reserve-estimator/i18n/it.ts +18 -18
  103. package/src/tool/power-reserve-estimator/i18n/ja.ts +3 -3
  104. package/src/tool/power-reserve-estimator/i18n/ko.ts +3 -3
  105. package/src/tool/power-reserve-estimator/i18n/nl.ts +7 -7
  106. package/src/tool/power-reserve-estimator/i18n/pl.ts +9 -9
  107. package/src/tool/power-reserve-estimator/i18n/pt.ts +25 -25
  108. package/src/tool/power-reserve-estimator/i18n/ru.ts +15 -15
  109. package/src/tool/power-reserve-estimator/i18n/sv.ts +7 -7
  110. package/src/tool/power-reserve-estimator/i18n/tr.ts +7 -7
  111. package/src/tool/power-reserve-estimator/i18n/zh.ts +7 -7
  112. package/src/tool/quartz-battery-health/bibliography.astro +16 -0
  113. package/src/tool/quartz-battery-health/bibliography.ts +16 -0
  114. package/src/tool/quartz-battery-health/client.ts +198 -0
  115. package/src/tool/quartz-battery-health/component.astro +15 -0
  116. package/src/tool/quartz-battery-health/components/BatteryHealthPanel.astro +163 -0
  117. package/src/tool/quartz-battery-health/entry.ts +57 -0
  118. package/src/tool/quartz-battery-health/i18n/de.ts +327 -0
  119. package/src/tool/quartz-battery-health/i18n/en.ts +327 -0
  120. package/src/tool/quartz-battery-health/i18n/es.ts +327 -0
  121. package/src/tool/quartz-battery-health/i18n/fr.ts +327 -0
  122. package/src/tool/quartz-battery-health/i18n/id.ts +326 -0
  123. package/src/tool/quartz-battery-health/i18n/it.ts +327 -0
  124. package/src/tool/quartz-battery-health/i18n/ja.ts +327 -0
  125. package/src/tool/quartz-battery-health/i18n/ko.ts +327 -0
  126. package/src/tool/quartz-battery-health/i18n/nl.ts +327 -0
  127. package/src/tool/quartz-battery-health/i18n/pl.ts +327 -0
  128. package/src/tool/quartz-battery-health/i18n/pt.ts +327 -0
  129. package/src/tool/quartz-battery-health/i18n/ru.ts +327 -0
  130. package/src/tool/quartz-battery-health/i18n/sv.ts +326 -0
  131. package/src/tool/quartz-battery-health/i18n/tr.ts +327 -0
  132. package/src/tool/quartz-battery-health/i18n/zh.ts +327 -0
  133. package/src/tool/quartz-battery-health/index.ts +11 -0
  134. package/src/tool/quartz-battery-health/quartz-battery-health.css +447 -0
  135. package/src/tool/quartz-battery-health/seo.astro +16 -0
  136. package/src/tool/service-interval-tracker/i18n/fr.ts +1 -1
  137. package/src/tool/sidereal-time-tracker/i18n/ru.ts +2 -2
  138. package/src/tool/strap-length-calculator/i18n/fr.ts +1 -1
  139. package/src/tool/strap-length-calculator/i18n/ru.ts +4 -4
  140. package/src/tool/strap-taper-calculator/i18n/de.ts +3 -3
  141. package/src/tool/strap-taper-calculator/i18n/en.ts +1 -1
  142. package/src/tool/strap-taper-calculator/i18n/es.ts +3 -3
  143. package/src/tool/strap-taper-calculator/i18n/fr.ts +4 -4
  144. package/src/tool/strap-taper-calculator/i18n/id.ts +3 -3
  145. package/src/tool/strap-taper-calculator/i18n/it.ts +3 -3
  146. package/src/tool/strap-taper-calculator/i18n/ja.ts +2 -2
  147. package/src/tool/strap-taper-calculator/i18n/ko.ts +2 -2
  148. package/src/tool/strap-taper-calculator/i18n/nl.ts +3 -3
  149. package/src/tool/strap-taper-calculator/i18n/pl.ts +3 -3
  150. package/src/tool/strap-taper-calculator/i18n/pt.ts +3 -3
  151. package/src/tool/strap-taper-calculator/i18n/ru.ts +2 -2
  152. package/src/tool/strap-taper-calculator/i18n/sv.ts +3 -3
  153. package/src/tool/strap-taper-calculator/i18n/tr.ts +3 -3
  154. package/src/tool/strap-taper-calculator/i18n/zh.ts +3 -3
  155. package/src/tool/tachymeter-calculator/i18n/ru.ts +6 -6
  156. package/src/tool/telemeter-calculator/i18n/ru.ts +3 -3
  157. package/src/tool/telemeter-calculator/i18n/zh.ts +2 -2
  158. package/src/tool/tourbillon-visualizer/i18n/de.ts +3 -3
  159. package/src/tool/tourbillon-visualizer/i18n/en.ts +3 -3
  160. package/src/tool/tourbillon-visualizer/i18n/es.ts +3 -3
  161. package/src/tool/tourbillon-visualizer/i18n/fr.ts +3 -3
  162. package/src/tool/tourbillon-visualizer/i18n/id.ts +3 -3
  163. package/src/tool/tourbillon-visualizer/i18n/it.ts +3 -3
  164. package/src/tool/tourbillon-visualizer/i18n/ja.ts +2 -2
  165. package/src/tool/tourbillon-visualizer/i18n/ko.ts +2 -2
  166. package/src/tool/tourbillon-visualizer/i18n/nl.ts +3 -3
  167. package/src/tool/tourbillon-visualizer/i18n/pl.ts +3 -3
  168. package/src/tool/tourbillon-visualizer/i18n/pt.ts +3 -3
  169. package/src/tool/tourbillon-visualizer/i18n/ru.ts +5 -5
  170. package/src/tool/tourbillon-visualizer/i18n/sv.ts +3 -3
  171. package/src/tool/tourbillon-visualizer/i18n/tr.ts +3 -3
  172. package/src/tool/tourbillon-visualizer/i18n/zh.ts +3 -3
  173. package/src/tool/watch-accuracy-tracker/i18n/fr.ts +1 -1
  174. package/src/tool/watch-accuracy-tracker/i18n/zh.ts +1 -1
  175. package/src/tool/watch-savings-planner/i18n/de.ts +25 -25
  176. package/src/tool/watch-savings-planner/i18n/es.ts +39 -39
  177. package/src/tool/watch-savings-planner/i18n/fr.ts +51 -51
  178. package/src/tool/watch-savings-planner/i18n/id.ts +5 -5
  179. package/src/tool/watch-savings-planner/i18n/it.ts +29 -29
  180. package/src/tool/watch-savings-planner/i18n/ja.ts +73 -73
  181. package/src/tool/watch-savings-planner/i18n/ko.ts +73 -73
  182. package/src/tool/watch-savings-planner/i18n/nl.ts +10 -10
  183. package/src/tool/watch-savings-planner/i18n/pl.ts +5 -5
  184. package/src/tool/watch-savings-planner/i18n/pt.ts +43 -43
  185. package/src/tool/watch-savings-planner/i18n/ru.ts +7 -7
  186. package/src/tool/watch-savings-planner/i18n/sv.ts +54 -54
  187. package/src/tool/watch-savings-planner/i18n/tr.ts +50 -50
  188. package/src/tool/watch-savings-planner/i18n/zh.ts +73 -73
  189. package/src/tool/watch-size-comparator/i18n/de.ts +2 -2
  190. package/src/tool/watch-size-comparator/i18n/en.ts +3 -3
  191. package/src/tool/watch-size-comparator/i18n/es.ts +1 -1
  192. package/src/tool/watch-size-comparator/i18n/fr.ts +10 -10
  193. package/src/tool/watch-size-comparator/i18n/id.ts +9 -9
  194. package/src/tool/watch-size-comparator/i18n/it.ts +8 -8
  195. package/src/tool/watch-size-comparator/i18n/ja.ts +6 -6
  196. package/src/tool/watch-size-comparator/i18n/nl.ts +7 -7
  197. package/src/tool/watch-size-comparator/i18n/pl.ts +2 -2
  198. package/src/tool/watch-size-comparator/i18n/pt.ts +9 -9
  199. package/src/tool/watch-size-comparator/i18n/ru.ts +16 -16
  200. package/src/tool/watch-size-comparator/i18n/tr.ts +1 -1
  201. package/src/tool/watch-size-comparator/i18n/zh.ts +5 -5
  202. package/src/tool/water-resistance-converter/i18n/de.ts +1 -1
  203. package/src/tool/water-resistance-converter/i18n/en.ts +1 -1
  204. package/src/tool/water-resistance-converter/i18n/es.ts +1 -1
  205. package/src/tool/water-resistance-converter/i18n/fr.ts +2 -2
  206. package/src/tool/water-resistance-converter/i18n/id.ts +1 -1
  207. package/src/tool/water-resistance-converter/i18n/it.ts +1 -1
  208. package/src/tool/water-resistance-converter/i18n/ja.ts +1 -1
  209. package/src/tool/water-resistance-converter/i18n/ko.ts +1 -1
  210. package/src/tool/water-resistance-converter/i18n/nl.ts +1 -1
  211. package/src/tool/water-resistance-converter/i18n/pl.ts +1 -1
  212. package/src/tool/water-resistance-converter/i18n/pt.ts +1 -1
  213. package/src/tool/water-resistance-converter/i18n/ru.ts +1 -1
  214. package/src/tool/water-resistance-converter/i18n/sv.ts +1 -1
  215. package/src/tool/water-resistance-converter/i18n/tr.ts +1 -1
  216. package/src/tool/water-resistance-converter/i18n/zh.ts +4 -4
  217. package/src/tool/wrist-presence-calculator/i18n/en.ts +1 -1
  218. package/src/tool/wrist-presence-calculator/i18n/fr.ts +5 -5
  219. package/src/tool/wrist-presence-calculator/i18n/id.ts +1 -1
  220. package/src/tool/wrist-presence-calculator/i18n/zh.ts +1 -1
  221. package/src/tools.ts +2 -0
@@ -4,7 +4,7 @@ import { bibliography } from '../bibliography';
4
4
 
5
5
  export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
6
6
  slug: 'simulyator-tsveta-lyuminofora',
7
- title: 'Симулятор цвета люминофора визуализатор свечения часов',
7
+ title: 'Симулятор цвета люминофора: визуализатор свечения часов',
8
8
  description: 'Визуализируйте разные цвета люминофора в реальном времени. Сравнивайте C1, C3, BGW9, LumiNova и другие типы при разной яркости освещения.',
9
9
  ui: {
10
10
  title: 'Симулятор цвета люминофора',
@@ -37,8 +37,8 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
37
37
  tipContent: 'Яркость люминофора зависит от качества пигмента и того, сколько света он поглотил. BGW9 светится голубовато-белым и является самым ярким, тогда как винтажный люминофор даёт тёплое, приглушённое свечение.',
38
38
  },
39
39
  seo: [
40
- { type: 'title', text: 'Симулятор свечения циферблата визуализатор люминофора в реальном времени', level: 2 },
41
- { type: 'paragraph', html: 'Люминофор один из самых личных аспектов в коллекционировании часов. Вам ближе классическое зелёное свечение <strong>C1 Super-LumiNova</strong> или ледяной голубой <strong>BGW9</strong>? Этот симулятор покажет, как каждый тип люминофора выглядит при разной яркости от полного дневного света до кромешной тьмы с точными значениями <strong>HEX и RGB</strong> для каждого оттенка.' },
40
+ { type: 'title', text: 'Симулятор свечения циферблата - визуализатор люминофора в реальном времени', level: 2 },
41
+ { type: 'paragraph', html: 'Люминофор - один из самых личных аспектов в коллекционировании часов. Вам ближе классическое зелёное свечение <strong>C1 Super-LumiNova</strong> или ледяной голубой <strong>BGW9</strong>? Этот симулятор покажет, как каждый тип люминофора выглядит при разной яркости - от полного дневного света до кромешной тьмы - с точными значениями <strong>HEX и RGB</strong> для каждого оттенка.' },
42
42
  { type: 'title', text: 'Сравнение типов Super-LumiNova', level: 3 },
43
43
  {
44
44
  type: 'table', headers: ['Тип', 'Цвет днём', 'Цвет свечения', 'Яркость', 'Для каких часов'], rows: [
@@ -52,7 +52,7 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
52
52
  ['Зелёный', 'Ярко-зелёный', 'Зелёный', 'Высокая', 'Часы в военном стиле'],
53
53
  ]
54
54
  },
55
- { type: 'title', text: 'C1 vs C3 vs BGW9 что выбрать?', level: 3 },
55
+ { type: 'title', text: 'C1 vs C3 vs BGW9 - что выбрать?', level: 3 },
56
56
  {
57
57
  type: 'comparative', columns: 2, items: [
58
58
  { title: 'C1 Классический зелёный', icon: 'mdi:lightbulb-on', description: 'Оригинальная формула Super-LumiNova. Светится зелёным со средней яркостью. Надёжный, классический выбор, подходящий к любому стилю часов.', points: ['Средняя яркость, видимость 4-6 ч', 'Зелёное свечение, тёплый оттенок', 'Самая доступная формула', 'Часто встречается в начальном сегменте'], highlight: false },
@@ -65,34 +65,34 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
65
65
  { title: 'Винтаж в стиле радия', icon: 'mdi:fire', description: 'Тёплый бежево-кремовый оттенок, имитирующий люминофор 1960-х годов. Намеренно более тусклый ради аутентичности. Свечение тёплое, тонкое и красиво стареет.', points: ['Низкая яркость, видимость 2-4 ч', 'Тёплый кремовый до тусклого янтарного', 'Состаренный вид без радиоактивности', 'Популярен в репликах ретро-моделей'], highlight: false },
66
66
  ]
67
67
  },
68
- { type: 'diagnostic', variant: 'info', title: 'Яркость не главное', icon: 'mdi:palette', html: 'Самый яркий люминофор (C3) не всегда лучший выбор. <strong>BGW9</strong> жертвует небольшую разницу в яркости ради более нейтрального, современного вида, который многим коллекционерам нравится больше. <strong>Винтажный люминофор</strong> ставит историческую достоверность выше производительности. Выбирайте исходя из того, что для вас важнее: <strong>максимальное свечение, современная эстетика или историческая аутентичность.</strong>' },
68
+ { type: 'diagnostic', variant: 'info', title: 'Яркость: не главное', icon: 'mdi:palette', html: 'Самый яркий люминофор (C3) не всегда лучший выбор. <strong>BGW9</strong> жертвует небольшую разницу в яркости ради более нейтрального, современного вида, который многим коллекционерам нравится больше. <strong>Винтажный люминофор</strong> ставит историческую достоверность выше производительности. Выбирайте исходя из того, что для вас важнее: <strong>максимальное свечение, современная эстетика или историческая аутентичность.</strong>' },
69
69
  { type: 'title', text: 'Как работает люминофор: наука свечения', level: 3 },
70
70
  {
71
71
  type: 'glossary', items: [
72
72
  { term: 'Super-LumiNova', definition: 'Фотолюминесцентный пигмент на основе алюмината стронция. Поглощает ультрафиолетовый и видимый свет и переизлучает его в виде свечения. Не радиоактивен и безопасен. Первоначально разработан компанией Nemoto & Co. в 1993 году.' },
73
73
  { term: 'Время зарядки', definition: 'Длительность светового воздействия, необходимая для насыщения люминофора. Полная зарядка занимает 10-30 минут под прямыми солнечными лучами или УФ-лампой. Чем дольше зарядка, тем ярче и дольше свечение.' },
74
- { term: 'Длительность свечения', definition: 'Как долго люминофор остаётся видимым после зарядки. Качественный Super-LumiNova светится 6-12 часов. Самый яркий период первые 30 минут после зарядки.' },
74
+ { term: 'Длительность свечения', definition: 'Как долго люминофор остаётся видимым после зарядки. Качественный Super-LumiNova светится 6-12 часов. Самый яркий период - первые 30 минут после зарядки.' },
75
75
  { term: 'Класс пигмента', definition: 'Качество кристаллов алюмината стронция. Пигменты высшего класса (C3, BGW9) используют более крупные однородные кристаллы для более яркого и долгого свечения. Пигменты низшего класса (LumiNova) используют более мелкие кристаллы и светят тусклее.' },
76
76
  ]
77
77
  },
78
78
  {
79
79
  type: 'summary', title: 'Краткий гайд по выбору люминофора', items: [
80
80
  'Для максимальной читаемости в темноте: выбирайте C3 (самый яркий зелёный) или BGW9 (самый яркий голубовато-белый).',
81
- 'Для современного люксового вида: BGW9 текущий фаворит среди премиальных брендов.',
81
+ 'Для современного люксового вида: BGW9 - текущий фаворит среди премиальных брендов.',
82
82
  'Для винтажных и ретро-моделей: используйте Vintage или Orange для исторической достоверности.',
83
- 'C1 универсал: хорошая яркость, классический зелёный, доступная цена.',
84
- 'Цвет люминофора днём и цвет свечения сильно отличаются используйте симулятор, чтобы сравнить оба режима.',
83
+ 'C1 - универсал: хорошая яркость, классический зелёный, доступная цена.',
84
+ 'Цвет люминофора днём и цвет свечения сильно отличаются - используйте симулятор, чтобы сравнить оба режима.',
85
85
  ]
86
86
  },
87
87
  ],
88
88
  faq: [
89
89
  {
90
90
  question: 'Какой люминофор самый яркий?',
91
- answer: 'C3 Super-LumiNova самая яркая зелёная формула. BGW9 самая яркая голубовато-белая. Обе значительно ярче C1 или стандартного LumiNova.',
91
+ answer: 'C3 Super-LumiNova - самая яркая зелёная формула. BGW9 - самая яркая голубовато-белая. Обе значительно ярче C1 или стандартного LumiNova.',
92
92
  },
93
93
  {
94
94
  question: 'Что такое люминофор BGW9?',
95
- answer: 'BGW9 это разновидность Super-LumiNova, которая светится голубовато-белым вместо зелёного. Немного уступает C3 по яркости, но многие ценят его за чистый, современный вид.',
95
+ answer: 'BGW9 - это разновидность Super-LumiNova, которая светится голубовато-белым вместо зелёного. Немного уступает C3 по яркости, но многие ценят его за чистый, современный вид.',
96
96
  },
97
97
  {
98
98
  question: 'Светится ли винтажный люминофор?',
@@ -100,7 +100,7 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
100
100
  },
101
101
  {
102
102
  question: 'Как долго держится люминофор?',
103
- answer: 'После полной зарядки под ярким светом качественный Super-LumiNova остаётся видимым 6-12 часов. Самый яркий период первые 30 минут.',
103
+ answer: 'После полной зарядки под ярким светом качественный Super-LumiNova остаётся видимым 6-12 часов. Самый яркий период - первые 30 минут.',
104
104
  },
105
105
  ],
106
106
  bibliography,
@@ -126,12 +126,12 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
126
126
  {
127
127
  '@type': 'Question',
128
128
  'name': 'Какой люминофор самый яркий?',
129
- 'acceptedAnswer': { '@type': 'Answer', 'text': 'C3 Super-LumiNova самый яркий зелёный. BGW9 самый яркий голубовато-белый.' },
129
+ 'acceptedAnswer': { '@type': 'Answer', 'text': 'C3 Super-LumiNova - самый яркий зелёный. BGW9 - самый яркий голубовато-белый.' },
130
130
  },
131
131
  {
132
132
  '@type': 'Question',
133
133
  'name': 'Что такое люминофор BGW9?',
134
- 'acceptedAnswer': { '@type': 'Answer', 'text': 'BGW9 это разновидность Super-LumiNova, которая светится голубовато-белым вместо зелёного.' },
134
+ 'acceptedAnswer': { '@type': 'Answer', 'text': 'BGW9 - это разновидность Super-LumiNova, которая светится голубовато-белым вместо зелёного.' },
135
135
  },
136
136
  {
137
137
  '@type': 'Question',
@@ -4,7 +4,7 @@ import { bibliography } from '../bibliography';
4
4
 
5
5
  export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
6
6
  slug: 'lume-color-simulator',
7
- title: '夜光颜色模拟器 手表夜光效果在线预览',
7
+ title: '夜光颜色模拟器: 手表夜光效果在线预览',
8
8
  description: '实时预览不同夜光颜色的效果。对比 C1、C3、BGW9、LumiNova 等多种夜光在不同环境亮度下的表现。',
9
9
  ui: {
10
10
  title: '夜光颜色模拟器',
@@ -37,7 +37,7 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
37
37
  tipContent: '夜光亮度取决于颜料品质和吸收光量的多少。BGW9 发出蓝白色光,亮度最高;而复古夜光呈暖色,亮度较暗。',
38
38
  },
39
39
  seo: [
40
- { type: 'title', text: '手表夜光颜色模拟器 实时发光效果预览', level: 2 },
40
+ { type: 'title', text: '手表夜光颜色模拟器 - 实时发光效果预览', level: 2 },
41
41
  { type: 'paragraph', html: '夜光是手表收藏中最个性化的选择之一。你偏爱 <strong>C1 Super-LumiNova</strong> 的经典绿色光芒,还是 <strong>BGW9</strong> 的冰蓝色调?本模拟器展示每种夜光类型在从日光到全黑不同亮度等级下的表现,并提供每种颜色的精确 <strong>HEX 和 RGB 值</strong>。' },
42
42
  { type: 'title', text: 'Super-LumiNova 类型对比', level: 3 },
43
43
  {
@@ -52,7 +52,7 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
52
52
  ['Green', '亮绿色', '绿色', '高', '军表风格手表'],
53
53
  ]
54
54
  },
55
- { type: 'title', text: 'C1 vs C3 vs BGW9 该如何选择?', level: 3 },
55
+ { type: 'title', text: 'C1 vs C3 vs BGW9 - 该如何选择?', level: 3 },
56
56
  {
57
57
  type: 'comparative', columns: 2, items: [
58
58
  { title: 'C1 经典绿色', icon: 'mdi:lightbulb-on', description: 'Super-LumiNova 最早期的配方。发出中等亮度的绿色荧光。安全经典,适合任何手表风格。', points: ['中等亮度,可见 4-6 小时', '绿色发光,暖色调', '最经济的配方', '常见于入门级手表'], highlight: false },
@@ -81,7 +81,7 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
81
81
  '追求现代豪华质感:BGW9 是目前高端手表品牌中的热门之选。',
82
82
  '追求复古/复刻风格:使用 Vintage 或 Orange 以获得时代准确的温暖色调。',
83
83
  'C1 是万金油:亮度不错、经典绿色、价格实惠。',
84
- '夜光在日光下的颜色与发光颜色差异很大——使用模拟器同时对比两者。',
84
+ '夜光在日光下的颜色与发光颜色差异很大-使用模拟器同时对比两者。',
85
85
  ]
86
86
  },
87
87
  ],
@@ -4,7 +4,7 @@ import { bibliography } from '../bibliography';
4
4
 
5
5
  export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
6
6
  slug: 'visualiseur-de-phase-lunaire',
7
- title: 'Visualiseur de Phase Lunaire Calendrier Lunaire & Outil pour Montre à Phases',
7
+ title: 'Visualiseur de Phase Lunaire: Calendrier Lunaire & Outil pour Montre à Phases',
8
8
  description: 'Visualisez la phase lunaire actuelle, son illumination, son âge ainsi que les prochaines pleines et nouvelles lunes. Idéal pour régler le quantième lunaire de votre montre.',
9
9
  ui: {
10
10
  title: 'Visualiseur de Phase Lunaire',
@@ -31,8 +31,8 @@ export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
31
31
  day: 'jour',
32
32
  },
33
33
  seo: [
34
- { type: 'title', text: 'Visualiseur de Phase Lunaire Outil Lunaire & Guide de Réglage', level: 2 },
35
- { type: 'paragraph', html: 'Le Visualiseur de Phase Lunaire affiche la <strong>phase lunaire actuelle</strong> avec un rendu réaliste de la lune. Consultez le <strong>pourcentage d\'illumination, l\'âge lunaire, les jours avant la prochaine pleine lune et la prochaine nouvelle lune</strong>. Conçu pour les passionnés de montres qui doivent régler précisément leur quantième lunaire fonctionne aussi comme calendrier lunaire général pour n\'importe quelle date passée ou future.' },
34
+ { type: 'title', text: 'Visualiseur de Phase Lunaire - Outil Lunaire & Guide de Réglage', level: 2 },
35
+ { type: 'paragraph', html: 'Le Visualiseur de Phase Lunaire affiche la <strong>phase lunaire actuelle</strong> avec un rendu réaliste de la lune. Consultez le <strong>pourcentage d\'illumination, l\'âge lunaire, les jours avant la prochaine pleine lune et la prochaine nouvelle lune</strong>. Conçu pour les passionnés de montres qui doivent régler précisément leur quantième lunaire - fonctionne aussi comme calendrier lunaire général pour n\'importe quelle date passée ou future.' },
36
36
  { type: 'title', text: 'Glossaire des Phases Lunaires', level: 3 },
37
37
  {
38
38
  type: 'glossary', items: [
@@ -66,7 +66,7 @@ export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
66
66
  ['Haute précision', 'Train d\'engrenages', '~1 jour tous les 100+ ans', '100+ ans', 'Patek Philippe, A. Lange & Söhne'],
67
67
  ]
68
68
  },
69
- { type: 'tip', title: 'Lecture du Disque Lunaire', html: 'Sur la plupart des montres à phases de lune, le disque lunaire représente <strong>deux lunes</strong> opposées. Chaque pleine lune s\'aligne avec l\'ouverture centrale-haut. Après un cycle complet (29,5 jours), la deuxième lune prend le relais. C\'est pourquoi un engrenage à 59 dents fonctionne&nbsp;: il effectue une rotation complète en 59 jours exactement deux cycles lunaires.' },
69
+ { type: 'tip', title: 'Lecture du Disque Lunaire', html: 'Sur la plupart des montres à phases de lune, le disque lunaire représente <strong>deux lunes</strong> opposées. Chaque pleine lune s\'aligne avec l\'ouverture centrale-haut. Après un cycle complet (29,5 jours), la deuxième lune prend le relais. C\'est pourquoi un engrenage à 59 dents fonctionne&nbsp;: il effectue une rotation complète en 59 jours - exactement deux cycles lunaires.' },
70
70
  {
71
71
  type: 'summary', title: 'Référence Rapide', items: [
72
72
  'Le cycle lunaire (synodique) est exactement de 29,53058867 jours. L\'outil utilise cette valeur pour une précision maximale.',
@@ -4,7 +4,7 @@ import { bibliography } from '../bibliography';
4
4
 
5
5
  export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
6
6
  slug: 'visualisator-fase-bulan',
7
- title: 'Moon Phase VisualizerKalender Lunar & Alat Komplikasi Arloji',
7
+ title: 'Moon Phase Visualizer Kalender Lunar & Alat Komplikasi Arloji',
8
8
  description: 'Visualisasikan fase bulan saat ini, iluminasi, usia bulan, serta bulan purnama dan bulan baru mendatang. Sempurna untuk menyetel komplikasi fase bulan arloji Anda.',
9
9
  ui: {
10
10
  title: 'Visualisator Fase Bulan',
@@ -31,8 +31,8 @@ export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
31
31
  day: 'hari',
32
32
  },
33
33
  seo: [
34
- { type: 'title', text: 'Moon Phase VisualizerAlat Fase Bulan & Panduan Setting Arloji', level: 2 },
35
- { type: 'paragraph', html: 'Moon Phase Visualizer menampilkan <strong>fase bulan terkini</strong> dengan rendering realistis. Lihat <strong>persentase iluminasi, usia bulan, hari menuju bulan purnama berikutnya, dan bulan baru berikutnya</strong>. Dirancang bagi penggemar arloji yang perlu menyetel komplikasi fase bulan secara akuratjuga berfungsi sebagai kalender lunar umum untuk tanggal kapan pun, masa lalu maupun masa depan.' },
34
+ { type: 'title', text: 'Moon Phase Visualizer-Alat Fase Bulan & Panduan Setting Arloji', level: 2 },
35
+ { type: 'paragraph', html: 'Moon Phase Visualizer menampilkan <strong>fase bulan terkini</strong> dengan rendering realistis. Lihat <strong>persentase iluminasi, usia bulan, hari menuju bulan purnama berikutnya, dan bulan baru berikutnya</strong>. Dirancang bagi penggemar arloji yang perlu menyetel komplikasi fase bulan secara akurat-juga berfungsi sebagai kalender lunar umum untuk tanggal kapan pun, masa lalu maupun masa depan.' },
36
36
  { type: 'title', text: 'Glosarium Fase Bulan', level: 3 },
37
37
  {
38
38
  type: 'glossary', items: [
@@ -66,7 +66,7 @@ export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
66
66
  ['Akurasi Tinggi', 'Rangkaian gigi', '~1 hari per 100+ tahun', '100+ tahun', 'Patek Philippe, A. Lange & Söhne'],
67
67
  ]
68
68
  },
69
- { type: 'tip', title: 'Membaca Piringan Bulan', html: 'Pada sebagian besar arloji fase bulan, piringan bulan menampilkan <strong>dua bulan</strong> yang saling berseberangan. Setiap bulan purnama sejajar dengan bukaan tengah atas. Setelah satu siklus penuh (29,5 hari), bulan kedua mengambil tempatnya. Inilah sebabnya roda gigi 59-gigi berfungsi: ia menyelesaikan satu putaran penuh dalam 59 haritepatnya dua siklus lunar.' },
69
+ { type: 'tip', title: 'Membaca Piringan Bulan', html: 'Pada sebagian besar arloji fase bulan, piringan bulan menampilkan <strong>dua bulan</strong> yang saling berseberangan. Setiap bulan purnama sejajar dengan bukaan tengah atas. Setelah satu siklus penuh (29,5 hari), bulan kedua mengambil tempatnya. Inilah sebabnya roda gigi 59-gigi berfungsi: ia menyelesaikan satu putaran penuh dalam 59 hari-tepatnya dua siklus lunar.' },
70
70
  {
71
71
  type: 'summary', title: 'Referensi Cepat', items: [
72
72
  'Siklus lunar (sinodik) tepat 29,53058867 hari. Alat ini menggunakan nilai tersebut untuk akurasi maksimal.',
@@ -4,7 +4,7 @@ import { bibliography } from '../bibliography';
4
4
 
5
5
  export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
6
6
  slug: 'visualizzatore-fase-lunare',
7
- title: 'Moon Phase Visualizer Calendario Lunare e Impostazione Complicazione Orologio',
7
+ title: 'Moon Phase Visualizer: Calendario Lunare e Impostazione Complicazione Orologio',
8
8
  description: 'Visualizza la fase lunare corrente, illuminazione, età e le prossime lune piene e nuove. Perfetto per regolare la complicazione della fase lunare del tuo orologio.',
9
9
  ui: {
10
10
  title: 'Moon Phase Visualizer',
@@ -31,8 +31,8 @@ export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
31
31
  day: 'giorno',
32
32
  },
33
33
  seo: [
34
- { type: 'title', text: 'Visualizzatore Fase Lunare Calendario Lunare e Guida Impostazione Orologio', level: 2 },
35
- { type: 'paragraph', html: 'Il Moon Phase Visualizer mostra la <strong>fase lunare corrente</strong> con un rendering realistico della luna. Consulta <strong>percentuale di illuminazione, età lunare, giorni alla prossima luna piena e alla prossima luna nuova</strong>. Progettato per gli appassionati di orologi che devono impostare con precisione la complicazione della fase lunare funziona anche come calendario lunare generale per qualsiasi data passata o futura.' },
34
+ { type: 'title', text: 'Visualizzatore Fase Lunare - Calendario Lunare e Guida Impostazione Orologio', level: 2 },
35
+ { type: 'paragraph', html: 'Il Moon Phase Visualizer mostra la <strong>fase lunare corrente</strong> con un rendering realistico della luna. Consulta <strong>percentuale di illuminazione, età lunare, giorni alla prossima luna piena e alla prossima luna nuova</strong>. Progettato per gli appassionati di orologi che devono impostare con precisione la complicazione della fase lunare - funziona anche come calendario lunare generale per qualsiasi data passata o futura.' },
36
36
  { type: 'title', text: 'Glossario delle Fasi Lunari', level: 3 },
37
37
  {
38
38
  type: 'glossary', items: [
@@ -66,7 +66,7 @@ export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
66
66
  ['Alta Precisione', 'Tren d\'ingranaggi', '~1 giorno ogni 100+ anni', '100+ anni', 'Patek Philippe, A. Lange & Söhne'],
67
67
  ]
68
68
  },
69
- { type: 'tip', title: 'Leggere il Disco Lunare', html: 'Sulla maggior parte degli orologi con fase lunare, il disco mostra <strong>due lune</strong> opposte tra loro. Ogni luna piena si allinea con l\'apertura centrale in alto. Dopo un ciclo completo (29,5 giorni), la seconda luna prende il suo posto. Ecco perché funziona un ingranaggio a 59 denti: completa una rotazione intera in 59 giorni esattamente due cicli lunari.' },
69
+ { type: 'tip', title: 'Leggere il Disco Lunare', html: 'Sulla maggior parte degli orologi con fase lunare, il disco mostra <strong>due lune</strong> opposte tra loro. Ogni luna piena si allinea con l\'apertura centrale in alto. Dopo un ciclo completo (29,5 giorni), la seconda luna prende il suo posto. Ecco perché funziona un ingranaggio a 59 denti: completa una rotazione intera in 59 giorni - esattamente due cicli lunari.' },
70
70
  {
71
71
  type: 'summary', title: 'Riferimento Rapido', items: [
72
72
  'Il ciclo lunare (sinodico) è esattamente di 29,53058867 giorni. Lo strumento usa questo valore per la massima precisione.',
@@ -4,7 +4,7 @@ import { bibliography } from '../bibliography';
4
4
 
5
5
  export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
6
6
  slug: 'moon-phase-visualizer',
7
- title: 'ムーンフェイズビジュアライザー—月相カレンダー&腕時計ムーンフェイズ設定ツール',
7
+ title: 'ムーンフェイズビジュアライザー 月相カレンダー&腕時計ムーンフェイズ設定ツール',
8
8
  description: '現在の月相、照度、月齢、次の満月・新月をビジュアル表示。腕時計のムーンフェイズ複雑機構の設定に最適です。',
9
9
  ui: {
10
10
  title: 'ムーンフェイズビジュアライザー',
@@ -31,7 +31,7 @@ export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
31
31
  day: '日',
32
32
  },
33
33
  seo: [
34
- { type: 'title', text: 'ムーンフェイズビジュアライザー—月相確認ツール&腕時計設定ガイド', level: 2 },
34
+ { type: 'title', text: 'ムーンフェイズビジュアライザー-月相確認ツール&腕時計設定ガイド', level: 2 },
35
35
  { type: 'paragraph', html: 'ムーンフェイズビジュアライザーは、<strong>現在の月相</strong>をリアルな描画で表示します。<strong>照度、月齢、次の満月・新月までの日数</strong>も確認可能。ムーンフェイズ複雑機構を正確に設定したい腕時計愛好家に最適なツールです。過去や未来の任意の日付でも月相を確認できます。' },
36
36
  { type: 'title', text: '月相用語集', level: 3 },
37
37
  {
@@ -32,7 +32,7 @@ export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
32
32
  },
33
33
  seo: [
34
34
  { type: 'title', text: 'Moon Phase Visualizer: maanfase tool en horloge instelgids', level: 2 },
35
- { type: 'paragraph', html: 'De Moon Phase Visualizer toont de <strong>huidige maanfase</strong> met een realistische weergave van de maan. Zie <strong>verlichtingspercentage, maanouderdom, dagen tot volgende volle maan en volgende nieuwe maan</strong>. Ontworpen voor horlogeliefhebbers die hun maanfasecomplicatie nauwkeurig moeten instellenwerkt ook als algemene maankalender voor elke datum in het verleden of de toekomst.' },
35
+ { type: 'paragraph', html: 'De Moon Phase Visualizer toont de <strong>huidige maanfase</strong> met een realistische weergave van de maan. Zie <strong>verlichtingspercentage, maanouderdom, dagen tot volgende volle maan en volgende nieuwe maan</strong>. Ontworpen voor horlogeliefhebbers die hun maanfasecomplicatie nauwkeurig moeten instellen-werkt ook als algemene maankalender voor elke datum in het verleden of de toekomst.' },
36
36
  { type: 'title', text: 'Maanfase woordenlijst', level: 3 },
37
37
  {
38
38
  type: 'glossary', items: [
@@ -66,7 +66,7 @@ export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
66
66
  ['Hoge precisie', 'Tandwieltrein', '~1 dag per 100+ jaar', '100+ jaar', 'Patek Philippe, A. Lange & Söhne'],
67
67
  ]
68
68
  },
69
- { type: 'tip', title: 'De maanschijf lezen', html: 'Bij de meeste maanfasehorloges toont de maanschijf <strong>twee manen</strong> tegenover elkaar. Elke volle maan staat gelijk met de middenboven opening. Na één volledige cyclus (29,5 dagen) neemt de tweede maan zijn plaats in. Dit is waarom een 59-tands versnelling werkt: deze voltooit één volledige rotatie in 59 dagenprecies twee maancycli.' },
69
+ { type: 'tip', title: 'De maanschijf lezen', html: 'Bij de meeste maanfasehorloges toont de maanschijf <strong>twee manen</strong> tegenover elkaar. Elke volle maan staat gelijk met de middenboven opening. Na één volledige cyclus (29,5 dagen) neemt de tweede maan zijn plaats in. Dit is waarom een 59-tands versnelling werkt: deze voltooit één volledige rotatie in 59 dagen-precies twee maancycli.' },
70
70
  {
71
71
  type: 'summary', title: 'Snelle referentie', items: [
72
72
  'De maancyclus (synodisch) is exact 29,53058867 dagen. De tool gebruikt deze waarde voor maximale nauwkeurigheid.',
@@ -4,7 +4,7 @@ import { bibliography } from '../bibliography';
4
4
 
5
5
  export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
6
6
  slug: 'visualizador-de-fases-da-lua',
7
- title: 'Visualizador de Fases da Lua Calendário Lunar e Ajuste de Relógio',
7
+ title: 'Visualizador de Fases da Lua: Calendário Lunar e Ajuste de Relógio',
8
8
  description: 'Visualize a fase lunar atual, iluminação, idade da lua e as próximas luas cheia e nova. Perfeito para acertar o mostrador de fases da lua do seu relógio.',
9
9
  ui: {
10
10
  title: 'Visualizador de Fases da Lua',
@@ -31,8 +31,8 @@ export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
31
31
  day: 'dia',
32
32
  },
33
33
  seo: [
34
- { type: 'title', text: 'Visualizador de Fases da Lua Ferramenta Lunar e Guia de Ajuste de Relógio', level: 2 },
35
- { type: 'paragraph', html: 'O Visualizador de Fases da Lua mostra a <strong>fase lunar atual</strong> com uma representação realista da lua. Veja a <strong>porcentagem de iluminação, idade da lua, dias até a próxima lua cheia e a próxima lua nova</strong>. Projetado para entusiastas de relógios que precisam acertar o mostrador de fases da lua com precisão também funciona como calendário lunar para qualquer data passada ou futura.' },
34
+ { type: 'title', text: 'Visualizador de Fases da Lua - Ferramenta Lunar e Guia de Ajuste de Relógio', level: 2 },
35
+ { type: 'paragraph', html: 'O Visualizador de Fases da Lua mostra a <strong>fase lunar atual</strong> com uma representação realista da lua. Veja a <strong>porcentagem de iluminação, idade da lua, dias até a próxima lua cheia e a próxima lua nova</strong>. Projetado para entusiastas de relógios que precisam acertar o mostrador de fases da lua com precisão - também funciona como calendário lunar para qualquer data passada ou futura.' },
36
36
  { type: 'title', text: 'Glossário de Fases da Lua', level: 3 },
37
37
  {
38
38
  type: 'glossary', items: [
@@ -66,7 +66,7 @@ export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
66
66
  ['Alta Precisão', 'Trem de engrenagens', '~1 dia a cada 100+ anos', '100+ anos', 'Patek Philippe, A. Lange & Söhne'],
67
67
  ]
68
68
  },
69
- { type: 'tip', title: 'Lendo o Disco Lunar', html: 'Na maioria dos relógios com fases da lua, o disco mostra <strong>duas luas</strong> opostas uma à outra. Cada lua cheia se alinha com a abertura central no topo. Após um ciclo completo (29,5 dias), a segunda lua toma seu lugar. É por isso que uma engrenagem de 59 dentes funciona: ela completa uma rotação inteira em 59 dias exatamente dois ciclos lunares.' },
69
+ { type: 'tip', title: 'Lendo o Disco Lunar', html: 'Na maioria dos relógios com fases da lua, o disco mostra <strong>duas luas</strong> opostas uma à outra. Cada lua cheia se alinha com a abertura central no topo. Após um ciclo completo (29,5 dias), a segunda lua toma seu lugar. É por isso que uma engrenagem de 59 dentes funciona: ela completa uma rotação inteira em 59 dias - exatamente dois ciclos lunares.' },
70
70
  {
71
71
  type: 'summary', title: 'Referência Rápida', items: [
72
72
  'O ciclo lunar (sinódico) tem exatamente 29,53058867 dias. A ferramenta usa esse valor para máxima precisão.',
@@ -4,7 +4,7 @@ import { bibliography } from '../bibliography';
4
4
 
5
5
  export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
6
6
  slug: 'vizualizator-faz-luny',
7
- title: 'Визуализатор фаз Луны лунный календарь и настройка усложнения часов',
7
+ title: 'Визуализатор фаз Луны: лунный календарь и настройка усложнения часов',
8
8
  description: 'Визуализируйте текущую фазу Луны, освещённость, возраст и даты ближайших полнолуний и новолуний. Идеально для настройки лунного усложнения на часах.',
9
9
  ui: {
10
10
  title: 'Визуализатор фаз Луны',
@@ -31,8 +31,8 @@ export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
31
31
  day: 'день',
32
32
  },
33
33
  seo: [
34
- { type: 'title', text: 'Визуализатор фаз Луны лунный календарь и руководство по настройке часов', level: 2 },
35
- { type: 'paragraph', html: 'Визуализатор фаз Луны показывает <strong>текущую лунную фазу</strong> с реалистичным изображением спутника. Вы видите <strong>процент освещённости, возраст Луны, количество дней до следующего полнолуния и новолуния</strong>. Создан для энтузиастов часов, которым нужно точно настроить лунное усложнение, а также работает как универсальный лунный календарь на любую дату в прошлом или будущем.' },
34
+ { type: 'title', text: 'Визуализатор фаз Луны - лунный календарь и руководство по настройке часов', level: 2 },
35
+ { type: 'paragraph', html: 'Визуализатор фаз Луны показывает <strong>текущую лунную фазу</strong> с реалистичным изображением спутника. Вы видите <strong>процент освещённости, возраст Луны, количество дней до следующего полнолуния и новолуния</strong>. Создан для энтузиастов часов, которым нужно точно настроить лунное усложнение, - а также работает как универсальный лунный календарь на любую дату в прошлом или будущем.' },
36
36
  { type: 'title', text: 'Глоссарий фаз Луны', level: 3 },
37
37
  {
38
38
  type: 'glossary', items: [
@@ -52,7 +52,7 @@ export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
52
52
  'С помощью этого инструмента узнайте точную фазу Луны на сегодня. Запомните название фазы и её внешний вид.',
53
53
  'На часах вытяните заводную головку в положение настройки лунного календаря (обычно позиция 2 или 3).',
54
54
  'Вращайте головку, пока лунный диск не покажет ту же фазу, что и в инструменте. Индикатор полнолуния обычно находится в центре верхней части диска.',
55
- 'Избегайте настройки лунного календаря между 21:00 и 3:00 в это время задействован механизм смены даты, который можно повредить.',
55
+ 'Избегайте настройки лунного календаря между 21:00 и 3:00 - в это время задействован механизм смены даты, который можно повредить.',
56
56
  'В большинстве механических часов используется 59-зубчатое колесо, приблизительно соответствующее двум лунным циклам (59 дней). Погрешность составляет около одного дня за 2 года.',
57
57
  'Для высокой точности некоторые часы (Patek Philippe, A. Lange & Söhne) используют колёса с точностью до одного дня за 100+ лет.',
58
58
  ]
@@ -66,7 +66,7 @@ export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
66
66
  ['Высокоточный', 'Поезд колёс', '~1 день за 100+ лет', '100+ лет', 'Patek Philippe, A. Lange & Söhne'],
67
67
  ]
68
68
  },
69
- { type: 'tip', title: 'Как читать лунный диск', html: 'На большинстве часов с лунным календарём на диске изображены <strong>две Луны</strong> напротив друг друга. Каждое полнолуние совмещается с верхним центральным окном. Через один полный цикл (29,5 дня) вторую Луну занимает её место. Именно поэтому используется 59-зубчатое колесо: оно совершает полный оборот за 59 дней ровно два лунных цикла.' },
69
+ { type: 'tip', title: 'Как читать лунный диск', html: 'На большинстве часов с лунным календарём на диске изображены <strong>две Луны</strong> напротив друг друга. Каждое полнолуние совмещается с верхним центральным окном. Через один полный цикл (29,5 дня) вторую Луну занимает её место. Именно поэтому используется 59-зубчатое колесо: оно совершает полный оборот за 59 дней - ровно два лунных цикла.' },
70
70
  {
71
71
  type: 'summary', title: 'Краткая справка', items: [
72
72
  'Лунный (синодический) цикл составляет ровно 29,53058867 дня. Инструмент использует это значение для максимальной точности.',
@@ -88,7 +88,7 @@ export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
88
88
  },
89
89
  {
90
90
  question: 'В чём разница между синодическим и сидерическим месяцем?',
91
- answer: 'Сидерический месяц (27,3 дня) это орбита Луны относительно звёзд. Синодический (29,53 дня) время между одинаковыми фазами, именно его отслеживают лунные календари в часах.',
91
+ answer: 'Сидерический месяц (27,3 дня) - это орбита Луны относительно звёзд. Синодический (29,53 дня) - время между одинаковыми фазами, именно его отслеживают лунные календари в часах.',
92
92
  },
93
93
  ],
94
94
  bibliography,
@@ -136,7 +136,7 @@ export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
136
136
  'name': 'В чём разница между синодическим и сидерическим месяцем?',
137
137
  'acceptedAnswer': {
138
138
  '@type': 'Answer',
139
- 'text': 'Сидерический месяц (27,3 дня) это орбита Луны относительно звёзд. Синодический (29,53 дня) время между одинаковыми фазами, именно его отслеживают лунные календари в часах.',
139
+ 'text': 'Сидерический месяц (27,3 дня) - это орбита Луны относительно звёзд. Синодический (29,53 дня) - время между одинаковыми фазами, именно его отслеживают лунные календари в часах.',
140
140
  },
141
141
  },
142
142
  ],
@@ -4,7 +4,7 @@ import { bibliography } from '../bibliography';
4
4
 
5
5
  export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
6
6
  slug: 'moon-phase-visualizer',
7
- title: '月相可视化工具 nar 日历与手表月相调校工具',
7
+ title: '月相可视化工具: nar 日历与手表月相调校工具',
8
8
  description: '实时查看当前月相、照亮率、月龄以及下次满月和新月。调校手表月相功能的理想工具。',
9
9
  ui: {
10
10
  title: '月相可视化工具',
@@ -31,8 +31,8 @@ export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
31
31
  day: '天',
32
32
  },
33
33
  seo: [
34
- { type: 'title', text: '月相可视化工具 月相查询与手表调校指南', level: 2 },
35
- { type: 'paragraph', html: '月相可视化工具以逼真的月球渲染效果展示 <strong>当前月相</strong>。查看 <strong>照亮率百分比、月龄、距离下次满月的天数以及下次新月</strong>。专为需要精确调校月相功能的手表爱好者设计——同时也适用于查询过去或未来任何日期的通用月历。' },
34
+ { type: 'title', text: '月相可视化工具 - 月相查询与手表调校指南', level: 2 },
35
+ { type: 'paragraph', html: '月相可视化工具以逼真的月球渲染效果展示 <strong>当前月相</strong>。查看 <strong>照亮率百分比、月龄、距离下次满月的天数以及下次新月</strong>。专为需要精确调校月相功能的手表爱好者设计-同时也适用于查询过去或未来任何日期的通用月历。' },
36
36
  { type: 'title', text: '月相术语表', level: 3 },
37
37
  {
38
38
  type: 'glossary', items: [
@@ -66,7 +66,7 @@ export const content: ToolLocaleContent<MoonPhaseVisualizerUI> = {
66
66
  ['高精度', '齿轮系', '约每 100+ 年偏差 1 天', '100+ 年', '百达翡丽、朗格'],
67
67
  ]
68
68
  },
69
- { type: 'tip', title: '看懂月相盘', html: '大多数月相表的月相盘上有 <strong>两个月亮</strong> 相对排列。每个满月对准中央顶部的窗口。经过一个完整周期(29.5 天)后,第二个月亮接替位置。这就是 59 齿齿轮的运作原理:它每 59 天转完一整圈——正好是两个太阴月周期。' },
69
+ { type: 'tip', title: '看懂月相盘', html: '大多数月相表的月相盘上有 <strong>两个月亮</strong> 相对排列。每个满月对准中央顶部的窗口。经过一个完整周期(29.5 天)后,第二个月亮接替位置。这就是 59 齿齿轮的运作原理:它每 59 天转完一整圈-正好是两个太阴月周期。' },
70
70
  {
71
71
  type: 'summary', title: '快速参考', items: [
72
72
  '太阴(朔望)周期精确为 29.53058867 天。本工具使用该数值以获得最高精度。',
@@ -63,7 +63,7 @@ export const content: ToolLocaleContent<PerpetualCalendarUI> = {
63
63
  },
64
64
  seo: [
65
65
  { type: 'title', text: 'Ewiger Kalender Simulator: Interaktive Uhrenkomplikation', level: 2 },
66
- { type: 'paragraph', html: 'Der <strong>ewige Kalender</strong> ist eine der prestigeträchtigsten Komplikationen der Haute Horlogerie. Dieser interaktive Simulator visualisiert, wie ein mechanischer ewiger Kalender Datum, Wochentag, Monat, Schaltjahr und Mondphase verfolgt jahrzehntelang ohne manuelle Korrektur. Erkunden Sie das 48-Monats-Getriebeprogramm, sehen Sie wie Februar-Übergänge funktionieren und verstehen Sie die in diesen Meisterwerken der Mikromechanik integrierte gregorianische Kalenderlogik.' },
66
+ { type: 'paragraph', html: 'Der <strong>ewige Kalender</strong> ist eine der prestigeträchtigsten Komplikationen der Haute Horlogerie. Dieser interaktive Simulator visualisiert, wie ein mechanischer ewiger Kalender Datum, Wochentag, Monat, Schaltjahr und Mondphase verfolgt - jahrzehntelang ohne manuelle Korrektur. Erkunden Sie das 48-Monats-Getriebeprogramm, sehen Sie wie Februar-Übergänge funktionieren und verstehen Sie die in diesen Meisterwerken der Mikromechanik integrierte gregorianische Kalenderlogik.' },
67
67
  { type: 'title', text: 'Wie ein ewiger Kalender funktioniert', level: 3 },
68
68
  { type: 'paragraph', html: 'Ein mechanischer ewiger Kalender verwendet ein <strong>Programmräderwerk</strong> mit Kerben unterschiedlicher Tiefe, die die verschiedenen Monatslängen repräsentieren. Ein Abtasthebel fällt in jede Kerbe; eine tiefere Kerbe signalisiert einen kurzen Monat (28-29 Tage) und löst den Mechanismus aus, nach der korrekten Anzahl von Tagen auf den 1. des nächsten Monats vorzuspringen. Ein <strong>48-Monats-Getriebe</strong> bewältigt den 4-Jahres-Schaltjahrzyklus mit einer zusätzlichen Kerbe für den 29. Februar. Das Programm weiß, dass Jahrhundertjahre (z.B. 2100) das Schaltjahr auslassen, es sei denn, sie sind durch 400 teilbar.' },
69
69
  { type: 'title', text: 'Vergleich: Ewiger vs. Jahreskalender', level: 3 },
@@ -63,7 +63,7 @@ export const content: ToolLocaleContent<PerpetualCalendarUI> = {
63
63
  },
64
64
  seo: [
65
65
  { type: 'title', text: 'Perpetual Calendar Simulator: Interactive Watch Complication', level: 2 },
66
- { type: 'paragraph', html: 'The <strong>perpetual calendar</strong> is one of the most prestigious complications in haute horlogerie. This interactive simulator visualizes how a mechanical perpetual calendar tracks date, day, month, leap year, and moon phase all without manual correction for decades. Explore the 48-month gear program, see how February transitions work, and understand the gregorian calendar logic built into these masterpieces of micro-mechanics.' },
66
+ { type: 'paragraph', html: 'The <strong>perpetual calendar</strong> is one of the most prestigious complications in haute horlogerie. This interactive simulator visualizes how a mechanical perpetual calendar tracks date, day, month, leap year, and moon phase - all without manual correction for decades. Explore the 48-month gear program, see how February transitions work, and understand the gregorian calendar logic built into these masterpieces of micro-mechanics.' },
67
67
  { type: 'title', text: 'How a Perpetual Calendar Works', level: 3 },
68
68
  { type: 'paragraph', html: 'A mechanical perpetual calendar uses a <strong>program wheel</strong> with notches of different depths representing months of different lengths. A sensing lever drops into each notch; a deeper notch signals a short month (28-29 days), triggering the mechanism to advance to the 1st of the next month after the correct number of days. A <strong>48-month gear</strong> handles the 4-year leap year cycle, with an extra notch for February 29th. The program knows that century years (e.g., 2100) skip leap year unless divisible by 400.' },
69
69
  { type: 'title', text: 'Calendar Logic Reference', level: 3 },
@@ -63,7 +63,7 @@ export const content: ToolLocaleContent<PerpetualCalendarUI> = {
63
63
  },
64
64
  seo: [
65
65
  { type: 'title', text: 'Simulador de Calendario Perpetuo: Complicación Interactiva', level: 2 },
66
- { type: 'paragraph', html: 'El <strong>calendario perpetuo</strong> es una de las complicaciones más prestigiosas de la alta relojería. Este simulador interactivo visualiza cómo un calendario perpetuo mecánico rastrea fecha, día, mes, año bisiesto y fase lunar todo sin corrección manual durante décadas. Explore el programa de engranaje de 48 meses, vea cómo funcionan las transiciones de febrero y entienda la lógica del calendario gregoriano incorporada en estas obras maestras de la micromecánica.' },
66
+ { type: 'paragraph', html: 'El <strong>calendario perpetuo</strong> es una de las complicaciones más prestigiosas de la alta relojería. Este simulador interactivo visualiza cómo un calendario perpetuo mecánico rastrea fecha, día, mes, año bisiesto y fase lunar - todo sin corrección manual durante décadas. Explore el programa de engranaje de 48 meses, vea cómo funcionan las transiciones de febrero y entienda la lógica del calendario gregoriano incorporada en estas obras maestras de la micromecánica.' },
67
67
  { type: 'title', text: 'Cómo funciona un calendario perpetuo', level: 3 },
68
68
  { type: 'paragraph', html: 'Un calendario perpetuo mecánico utiliza una <strong>rueda de programa</strong> con muescas de diferentes profundidades que representan los meses de distintas duraciones. Un brazo sensor cae en cada muesca; una muesca más profunda señala un mes corto (28-29 días), activando el mecanismo para avanzar al 1 del mes siguiente después del número correcto de días. Un <strong>engranaje de 48 meses</strong> maneja el ciclo de 4 años bisiestos, con una muesca extra para el 29 de febrero. El programa sabe que los años centenarios (ej. 2100) omiten el año bisiesto a menos que sean divisibles por 400.' },
69
69
  { type: 'title', text: 'Comparación: Calendario Perpetuo vs Anual', level: 3 },
@@ -63,7 +63,7 @@ export const content: ToolLocaleContent<PerpetualCalendarUI> = {
63
63
  },
64
64
  seo: [
65
65
  { type: 'title', text: 'Simulateur de Calendrier Perpétuel: Complication Interactif', level: 2 },
66
- { type: 'paragraph', html: 'Le <strong>calendrier perpétuel</strong> est l\'une des complications les plus prestigieuses de la haute horlogerie. Ce simulateur interactif visualise comment un calendrier perpétuel mécanique suit la date, le jour, le mois, l\'année bissextile et la phase lunaire sans correction manuelle pendant des décennies. Explorez le programme d\'engrenage de 48 mois, voyez comment fonctionnent les transitions de février et comprenez la logique du calendrier grégorien intégrée dans ces chefs-d\'œuvre de micromécanique.' },
66
+ { type: 'paragraph', html: 'Le <strong>calendrier perpétuel</strong> est l\'une des complications les plus prestigieuses de la haute horlogerie. Ce simulateur interactif visualise comment un calendrier perpétuel mécanique suit la date, le jour, le mois, l\'année bissextile et la phase lunaire - sans correction manuelle pendant des décennies. Explorez le programme d\'engrenage de 48 mois, voyez comment fonctionnent les transitions de février et comprenez la logique du calendrier grégorien intégrée dans ces chefs-d\'œuvre de micromécanique.' },
67
67
  { type: 'title', text: 'Comment fonctionne un calendrier perpétuel', level: 3 },
68
68
  { type: 'paragraph', html: 'Un calendrier perpétuel mécanique utilise une <strong>roue de programme</strong> avec des encoches de différentes profondeurs représentant les mois de différentes longueurs. Un levier de détection tombe dans chaque encoche; une encoche plus profonde signale un mois court (28-29 jours), déclenchant le mécanisme pour avancer au 1er du mois suivant après le nombre correct de jours. Un <strong>engrenage de 48 mois</strong> gère le cycle de 4 ans des années bissextiles, avec une encoche supplémentaire pour le 29 février. Le programme sait que les années séculaires (ex. 2100) sautent l\'année bissextile sauf si elles sont divisibles par 400.' },
69
69
  { type: 'title', text: 'Comparaison: Calendrier Perpétuel vs Annuel', level: 3 },
@@ -63,7 +63,7 @@ export const content: ToolLocaleContent<PerpetualCalendarUI> = {
63
63
  },
64
64
  seo: [
65
65
  { type: 'title', text: 'Simulator Kalender Abadi: Komplikasi Interaktif', level: 2 },
66
- { type: 'paragraph', html: '<strong>Kalender abadi</strong> adalah salah satu komplikasi paling prestisius dalam haute horlogerie. Simulator interaktif ini memvisualisasikan bagaimana kalender abadi mekanis melacak tanggal, hari, bulan, tahun kabisat, dan fase bulan tanpa koreksi manual selama puluhan tahun. Jelajahi program roda gigi 48 bulan, lihat bagaimana transisi Februari bekerja, dan pahami logika kalender Gregorian yang tertanam dalam mahakarya mikromekanik ini.' },
66
+ { type: 'paragraph', html: '<strong>Kalender abadi</strong> adalah salah satu komplikasi paling prestisius dalam haute horlogerie. Simulator interaktif ini memvisualisasikan bagaimana kalender abadi mekanis melacak tanggal, hari, bulan, tahun kabisat, dan fase bulan - tanpa koreksi manual selama puluhan tahun. Jelajahi program roda gigi 48 bulan, lihat bagaimana transisi Februari bekerja, dan pahami logika kalender Gregorian yang tertanam dalam mahakarya mikromekanik ini.' },
67
67
  { type: 'title', text: 'Cara kerja kalender abadi', level: 3 },
68
68
  { type: 'paragraph', html: 'Kalender abadi mekanis menggunakan <strong>roda program</strong> dengan lekukan kedalaman berbeda yang mewakili bulan dengan panjang berbeda. Lengan sensor jatuh ke setiap lekukan; lekukan yang lebih dalam menandakan bulan pendek (28-29 hari), memicu mekanisme untuk melompat ke tanggal 1 bulan berikutnya setelah jumlah hari yang benar. <strong>Roda gigi 48 bulan</strong> menangani siklus 4 tahun kabisat, dengan lekukan tambahan untuk 29 Februari. Program tahu bahwa tahun abad (mis. 2100) melewatkan tahun kabisat kecuali habis dibagi 400.' },
69
69
  { type: 'title', text: 'Perbandingan: Kalender Abadi vs Tahunan', level: 3 },
@@ -63,7 +63,7 @@ export const content: ToolLocaleContent<PerpetualCalendarUI> = {
63
63
  },
64
64
  seo: [
65
65
  { type: 'title', text: 'Simulatore di Calendario Perpetuo: Complicazione Interattiva', level: 2 },
66
- { type: 'paragraph', html: 'Il <strong>calendario perpetuo</strong> è una delle complicazioni più prestigiose dell\'alta orologeria. Questo simulatore interattivo visualizza come un calendario perpetuo meccanico tiene traccia di data, giorno, mese, anno bisestile e fase lunare senza correzione manuale per decenni. Esplora il programma ad ingranaggio di 48 mesi, vedi come funzionano le transizioni di febbraio e comprendi la logica del calendario gregoriano incorporata in questi capolavori di micromeccanica.' },
66
+ { type: 'paragraph', html: 'Il <strong>calendario perpetuo</strong> è una delle complicazioni più prestigiose dell\'alta orologeria. Questo simulatore interattivo visualizza come un calendario perpetuo meccanico tiene traccia di data, giorno, mese, anno bisestile e fase lunare - senza correzione manuale per decenni. Esplora il programma ad ingranaggio di 48 mesi, vedi come funzionano le transizioni di febbraio e comprendi la logica del calendario gregoriano incorporata in questi capolavori di micromeccanica.' },
67
67
  { type: 'title', text: 'Come funziona un calendario perpetuo', level: 3 },
68
68
  { type: 'paragraph', html: 'Un calendario perpetuo meccanico utilizza una <strong>ruota programma</strong> con tacche di diverse profondità che rappresentano i mesi di diversa lunghezza. Un leva sensore cade in ogni tacca; una tacca più profonda segnala un mese corto (28-29 giorni), attivando il meccanismo per avanzare al 1 del mese successivo dopo il numero corretto di giorni. Un <strong>ingranaggio di 48 mesi</strong> gestisce il ciclo di 4 anni bisestili, con una tacca extra per il 29 febbraio. Il programma sa che gli anni secolari (es. 2100) saltano l\'anno bisestile a meno che non siano divisibili per 400.' },
69
69
  { type: 'title', text: 'Confronto: Calendario Perpetuo vs Annuale', level: 3 },
@@ -63,7 +63,7 @@ export const content: ToolLocaleContent<PerpetualCalendarUI> = {
63
63
  },
64
64
  seo: [
65
65
  { type: 'title', text: '永久カレンダーシミュレーター:インタラクティブコンプリケーション', level: 2 },
66
- { type: 'paragraph', html: '<strong>永久カレンダー</strong>は、オートオルロジュリーで最も権威のあるコンプリケーションの一つです。このインタラクティブシミュレーターは、機械式永久カレンダーが日付、曜日、月、うるう年、月齢をどのように追跡するかを視覚化します 何十年もの間、手動修正なしで。48ヶ月の歯車プログラムを探求し、2月の遷移がどのように機能するかを見て、これらのマイクロメカニクスの傑作に組み込まれたグレゴリオ暦のロジックを理解してください。' },
66
+ { type: 'paragraph', html: '<strong>永久カレンダー</strong>は、オートオルロジュリーで最も権威のあるコンプリケーションの一つです。このインタラクティブシミュレーターは、機械式永久カレンダーが日付、曜日、月、うるう年、月齢をどのように追跡するかを視覚化します - 何十年もの間、手動修正なしで。48ヶ月の歯車プログラムを探求し、2月の遷移がどのように機能するかを見て、これらのマイクロメカニクスの傑作に組み込まれたグレゴリオ暦のロジックを理解してください。' },
67
67
  { type: 'title', text: '永久カレンダーの仕組み', level: 3 },
68
68
  { type: 'paragraph', html: '機械式永久カレンダーは、異なる長さの月を表す異なる深さのノッチを持つ<strong>プログラムホイール</strong>を使用します。感知レバーが各ノッチに落ちます。深いノッチは短い月(28-29日)を示し、正しい日数後に機構を次の月の1日に進めるトリガーとなります。<strong>48ヶ月歯車</strong>は、4年のうるう年サイクルを処理し、2月29日分の追加ノッチがあります。プログラムは、世紀年(例:2100年)が400で割り切れない限りうるう年をスキップすることを認識しています。' },
69
69
  { type: 'title', text: '比較:永久カレンダー vs 年次カレンダー', level: 3 },
@@ -63,7 +63,7 @@ export const content: ToolLocaleContent<PerpetualCalendarUI> = {
63
63
  },
64
64
  seo: [
65
65
  { type: 'title', text: '퍼페추얼 캘린더 시뮬레이터: 대화형 컴플리케이션', level: 2 },
66
- { type: 'paragraph', html: '<strong>퍼페추얼 캘린더</strong>는 오트 오를로주리에서 가장 권위 있는 컴플리케이션 중 하나입니다. 이 대화형 시뮬레이터는 기계식 퍼페추얼 캘린더가 날짜, 요일, 월, 윤년, 월령을 어떻게 추적하는지 시각화합니다 수십 년 동안 수동 수정 없이. 48개월 기어 프로그램을 탐험하고, 2월 전환이 어떻게 작동하는지 확인하며, 이 마이크로메카닉 걸작에 내장된 그레고리력 로직을 이해하세요.' },
66
+ { type: 'paragraph', html: '<strong>퍼페추얼 캘린더</strong>는 오트 오를로주리에서 가장 권위 있는 컴플리케이션 중 하나입니다. 이 대화형 시뮬레이터는 기계식 퍼페추얼 캘린더가 날짜, 요일, 월, 윤년, 월령을 어떻게 추적하는지 시각화합니다 - 수십 년 동안 수동 수정 없이. 48개월 기어 프로그램을 탐험하고, 2월 전환이 어떻게 작동하는지 확인하며, 이 마이크로메카닉 걸작에 내장된 그레고리력 로직을 이해하세요.' },
67
67
  { type: 'title', text: '퍼페추얼 캘린더의 작동 방식', level: 3 },
68
68
  { type: 'paragraph', html: '기계식 퍼페추얼 캘린더는 다양한 길이의 달을 나타내는 다양한 깊이의 노치가 있는 <strong>프로그램 휠</strong>을 사용합니다. 감지 레버가 각 노치에 떨어집니다. 더 깊은 노치는 짧은 달(28-29일)을 알리며, 정확한 일수 후에 메커니즘이 다음 달 1일로 점프하도록 트리거합니다. <strong>48개월 기어</strong>는 2월 29일을 위한 추가 노치와 함께 4년 윤년 주기를 처리합니다. 프로그램은 세기년(예: 2100년)이 400으로 나누어 떨어지지 않으면 윤년을 건너뛴다는 것을 알고 있습니다.' },
69
69
  { type: 'title', text: '비교: 퍼페추얼 vs 애뉴얼 캘린더', level: 3 },
@@ -63,7 +63,7 @@ export const content: ToolLocaleContent<PerpetualCalendarUI> = {
63
63
  },
64
64
  seo: [
65
65
  { type: 'title', text: 'Eeuwigdurende Kalender Simulator: Interactieve Complicatie', level: 2 },
66
- { type: 'paragraph', html: 'De <strong>eeuwigdurende kalender</strong> is een van de meest prestigieuze complicaties in de haute horlogerie. Deze interactieve simulator visualiseert hoe een mechanische eeuwigdurende kalender datum, dag, maand, schrikkeljaar en maanfase bijhoudt decennialang zonder handmatige correctie. Verken het 48-maanden tandwielprogramma, zie hoe februari-overgangen werken en begrijp de gregoriaanse kalenderlogica die in deze meesterwerken van micromechanica is ingebouwd.' },
66
+ { type: 'paragraph', html: 'De <strong>eeuwigdurende kalender</strong> is een van de meest prestigieuze complicaties in de haute horlogerie. Deze interactieve simulator visualiseert hoe een mechanische eeuwigdurende kalender datum, dag, maand, schrikkeljaar en maanfase bijhoudt - decennialang zonder handmatige correctie. Verken het 48-maanden tandwielprogramma, zie hoe februari-overgangen werken en begrijp de gregoriaanse kalenderlogica die in deze meesterwerken van micromechanica is ingebouwd.' },
67
67
  { type: 'title', text: 'Hoe een eeuwigdurende kalender werkt', level: 3 },
68
68
  { type: 'paragraph', html: 'Een mechanische eeuwigdurende kalender gebruikt een <strong>programmawiel</strong> met inkepingen van verschillende dieptes die maanden van verschillende lengtes vertegenwoordigen. Een voelhefboom valt in elke inkeping; een diepere inkeping signaleert een korte maand (28-29 dagen), waardoor het mechanisme na het juiste aantal dagen naar de 1e van de volgende maand springt. Een <strong>48-maanden tandwiel</strong> verwerkt de 4-jaarlijkse schrikkeljaarcyclus, met een extra inkeping voor 29 februari. Het programma weet dat eeuwjaren (bijv. 2100) het schrikkeljaar overslaan tenzij ze deelbaar zijn door 400.' },
69
69
  { type: 'title', text: 'Vergelijking: Eeuwigdurend vs Jaarkalender', level: 3 },
@@ -63,7 +63,7 @@ export const content: ToolLocaleContent<PerpetualCalendarUI> = {
63
63
  },
64
64
  seo: [
65
65
  { type: 'title', text: 'Symulator Wiecznego Kalendarza: Interaktywna Komplikacja', level: 2 },
66
- { type: 'paragraph', html: '<strong>Wieczny kalendarz</strong> to jedna z najbardziej prestiżowych komplikacji w haute horlogerie. Ten interaktywny symulator wizualizuje, jak mechaniczny wieczny kalendarz śledzi datę, dzień, miesiąc, rok przestępny i fazę księżyca bez ręcznej korekty przez dziesięciolecia. Poznaj 48-miesięczny program przekładni, zobacz jak działają lutowe przejścia i zrozum logikę kalendarza gregoriańskiego wbudowaną w te arcydzieła mikromechaniki.' },
66
+ { type: 'paragraph', html: '<strong>Wieczny kalendarz</strong> to jedna z najbardziej prestiżowych komplikacji w haute horlogerie. Ten interaktywny symulator wizualizuje, jak mechaniczny wieczny kalendarz śledzi datę, dzień, miesiąc, rok przestępny i fazę księżyca - bez ręcznej korekty przez dziesięciolecia. Poznaj 48-miesięczny program przekładni, zobacz jak działają lutowe przejścia i zrozum logikę kalendarza gregoriańskiego wbudowaną w te arcydzieła mikromechaniki.' },
67
67
  { type: 'title', text: 'Jak działa wieczny kalendarz', level: 3 },
68
68
  { type: 'paragraph', html: 'Mechaniczny wieczny kalendarz używa <strong>koła programowego</strong> z wycięciami o różnej głębokości reprezentującymi miesiące o różnej długości. Czujnik opada w każde wycięcie; głębsze wycięcie sygnalizuje krótki miesiąc (28-29 dni), uruchamiając mechanizm do przeskoczenia na 1. dzień następnego miesiąca po odpowiedniej liczbie dni. <strong>48-miesięczne koło zębate</strong> obsługuje 4-letni cykl lat przestępnych, z dodatkowym wycięciem na 29 lutego. Program wie, że lata stulecia (np. 2100) pomijają rok przestępny, chyba że są podzielne przez 400.' },
69
69
  { type: 'title', text: 'Porównanie: Wieczny vs Roczny Kalendarz', level: 3 },
@@ -63,7 +63,7 @@ export const content: ToolLocaleContent<PerpetualCalendarUI> = {
63
63
  },
64
64
  seo: [
65
65
  { type: 'title', text: 'Simulador de Calendário Perpétuo: Complicação Interativa', level: 2 },
66
- { type: 'paragraph', html: 'O <strong>calendário perpétuo</strong> é uma das complicações mais prestigiadas da alta relojoaria. Este simulador interativo visualiza como um calendário perpétuo mecânico rastreia data, dia, mês, ano bissexto e fase lunar sem correção manual por décadas. Explore o programa de engrenagem de 48 meses, veja como funcionam as transições de fevereiro e entenda a lógica do calendário gregoriano incorporada nessas obras-primas da micromecânica.' },
66
+ { type: 'paragraph', html: 'O <strong>calendário perpétuo</strong> é uma das complicações mais prestigiadas da alta relojoaria. Este simulador interativo visualiza como um calendário perpétuo mecânico rastreia data, dia, mês, ano bissexto e fase lunar - sem correção manual por décadas. Explore o programa de engrenagem de 48 meses, veja como funcionam as transições de fevereiro e entenda a lógica do calendário gregoriano incorporada nessas obras-primas da micromecânica.' },
67
67
  { type: 'title', text: 'Como funciona um calendário perpétuo', level: 3 },
68
68
  { type: 'paragraph', html: 'Um calendário perpétuo mecânico usa uma <strong>roda de programa</strong> com entalhes de diferentes profundidades representando meses de diferentes durações. Uma alavanca de sensoriamento cai em cada entalhe; um entalhe mais profundo sinaliza um mês curto (28-29 dias), acionando o mecanismo para avançar ao 1º do mês seguinte após o número correto de dias. Uma <strong>engrenagem de 48 meses</strong> lida com o ciclo de 4 anos bissextos, com um entalhe extra para 29 de fevereiro. O programa sabe que anos centenários (ex. 2100) pulam o ano bissexto a menos que sejam divisíveis por 400.' },
69
69
  { type: 'title', text: 'Comparação: Calendário Perpétuo vs Anual', level: 3 },
@@ -6,7 +6,7 @@ import { buildSchemas } from '../helpers';
6
6
  const faq = [
7
7
  {
8
8
  question: 'Что такое вечный календарь в часах?',
9
- answer: 'Вечный календарь это механическая часовая complication, которая автоматически отображает правильную дату, день недели, месяц и фазу луны, учитывая месяцы разной длины и високосные годы. Он запрограммирован быть точным до 2100 года (следующего столетнего года, не делящегося на 400).',
9
+ answer: 'Вечный календарь - это механическая часовая complication, которая автоматически отображает правильную дату, день недели, месяц и фазу луны, учитывая месяцы разной длины и високосные годы. Он запрограммирован быть точным до 2100 года (следующего столетнего года, не делящегося на 400).',
10
10
  },
11
11
  {
12
12
  question: 'Как вечный календарь узнает високосные годы?',
@@ -63,7 +63,7 @@ export const content: ToolLocaleContent<PerpetualCalendarUI> = {
63
63
  },
64
64
  seo: [
65
65
  { type: 'title', text: 'Симулятор вечного календаря: интерактивная complication', level: 2 },
66
- { type: 'paragraph', html: '<strong>Вечный календарь</strong> одна из самых престижных complications в haute horlogerie. Этот интерактивный симулятор визуализирует, как механический вечный календарь отслеживает дату, день, месяц, високосный год и фазу луны без ручной коррекции десятилетиями. Исследуйте 48-месячную зубчатую программу, увидьте, как работают февральские переходы, и поймите логику григорианского календаря, встроенную в эти шедевры микромеханики.' },
66
+ { type: 'paragraph', html: '<strong>Вечный календарь</strong> - одна из самых престижных complications в haute horlogerie. Этот интерактивный симулятор визуализирует, как механический вечный календарь отслеживает дату, день, месяц, високосный год и фазу луны - без ручной коррекции десятилетиями. Исследуйте 48-месячную зубчатую программу, увидьте, как работают февральские переходы, и поймите логику григорианского календаря, встроенную в эти шедевры микромеханики.' },
67
67
  { type: 'title', text: 'Как работает вечный календарь', level: 3 },
68
68
  { type: 'paragraph', html: 'Механический вечный календарь использует <strong>программное колесо</strong> с выемками разной глубины, представляющими месяцы разной длины. Чувствительный рычаг падает в каждую выемку; более глубокая выемка сигнализирует о коротком месяце (28-29 дней), запуская механизм для перехода на 1-е число следующего месяца после правильного количества дней. <strong>48-месячная шестерня</strong> обрабатывает 4-летний цикл високосных годов с дополнительной выемкой для 29 февраля. Программа знает, что столетние годы (например, 2100) пропускают високосный год, если только они не делятся на 400.' },
69
69
  { type: 'title', text: 'Сравнение: Вечный vs Годовой календарь', level: 3 },