@jjlmoya/utils-chrono 1.4.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/package.json +1 -1
  2. package/src/category/index.ts +2 -0
  3. package/src/entries.ts +4 -1
  4. package/src/index.ts +1 -0
  5. package/src/tests/locale_completeness.test.ts +1 -1
  6. package/src/tests/no_en_dash.test.ts +41 -0
  7. package/src/tests/tool_validation.test.ts +1 -1
  8. package/src/tool/beat-rate-converter/i18n/en.ts +1 -1
  9. package/src/tool/demagnetizing-timer/components/TimerPanel.astro +45 -17
  10. package/src/tool/demagnetizing-timer/i18n/de.ts +2 -2
  11. package/src/tool/demagnetizing-timer/i18n/en.ts +1 -1
  12. package/src/tool/demagnetizing-timer/i18n/es.ts +1 -1
  13. package/src/tool/demagnetizing-timer/i18n/id.ts +1 -1
  14. package/src/tool/demagnetizing-timer/i18n/it.ts +1 -1
  15. package/src/tool/demagnetizing-timer/i18n/nl.ts +1 -1
  16. package/src/tool/demagnetizing-timer/i18n/pl.ts +1 -1
  17. package/src/tool/demagnetizing-timer/i18n/pt.ts +1 -1
  18. package/src/tool/demagnetizing-timer/i18n/ru.ts +3 -3
  19. package/src/tool/demagnetizing-timer/i18n/sv.ts +1 -1
  20. package/src/tool/demagnetizing-timer/i18n/tr.ts +1 -1
  21. package/src/tool/lume-color-simulator/i18n/de.ts +13 -13
  22. package/src/tool/lume-color-simulator/i18n/en.ts +8 -8
  23. package/src/tool/lume-color-simulator/i18n/es.ts +7 -7
  24. package/src/tool/lume-color-simulator/i18n/fr.ts +4 -4
  25. package/src/tool/lume-color-simulator/i18n/id.ts +7 -7
  26. package/src/tool/lume-color-simulator/i18n/it.ts +7 -7
  27. package/src/tool/lume-color-simulator/i18n/ko.ts +3 -3
  28. package/src/tool/lume-color-simulator/i18n/nl.ts +8 -8
  29. package/src/tool/lume-color-simulator/i18n/pl.ts +13 -13
  30. package/src/tool/lume-color-simulator/i18n/pt.ts +4 -4
  31. package/src/tool/lume-color-simulator/i18n/ru.ts +8 -8
  32. package/src/tool/lume-color-simulator/i18n/sv.ts +16 -16
  33. package/src/tool/lume-color-simulator/i18n/tr.ts +8 -8
  34. package/src/tool/lume-color-simulator/i18n/zh.ts +7 -7
  35. package/src/tool/moon-phase-visualizer/i18n/de.ts +10 -10
  36. package/src/tool/moon-phase-visualizer/i18n/en.ts +6 -6
  37. package/src/tool/moon-phase-visualizer/i18n/es.ts +4 -4
  38. package/src/tool/moon-phase-visualizer/i18n/fr.ts +4 -4
  39. package/src/tool/moon-phase-visualizer/i18n/id.ts +4 -4
  40. package/src/tool/moon-phase-visualizer/i18n/it.ts +4 -4
  41. package/src/tool/moon-phase-visualizer/i18n/ko.ts +2 -2
  42. package/src/tool/moon-phase-visualizer/i18n/nl.ts +6 -6
  43. package/src/tool/moon-phase-visualizer/i18n/pl.ts +9 -9
  44. package/src/tool/moon-phase-visualizer/i18n/pt.ts +4 -4
  45. package/src/tool/moon-phase-visualizer/i18n/ru.ts +4 -4
  46. package/src/tool/moon-phase-visualizer/i18n/sv.ts +10 -10
  47. package/src/tool/moon-phase-visualizer/i18n/tr.ts +6 -6
  48. package/src/tool/moon-phase-visualizer/i18n/zh.ts +4 -4
  49. package/src/tool/power-reserve-estimator/i18n/de.ts +2 -2
  50. package/src/tool/power-reserve-estimator/i18n/es.ts +2 -2
  51. package/src/tool/power-reserve-estimator/i18n/fr.ts +2 -2
  52. package/src/tool/power-reserve-estimator/i18n/id.ts +2 -2
  53. package/src/tool/power-reserve-estimator/i18n/it.ts +2 -2
  54. package/src/tool/power-reserve-estimator/i18n/nl.ts +2 -2
  55. package/src/tool/power-reserve-estimator/i18n/pt.ts +2 -2
  56. package/src/tool/strap-taper-calculator/i18n/ru.ts +1 -1
  57. package/src/tool/tachymeter-calculator/bibliography.astro +16 -0
  58. package/src/tool/tachymeter-calculator/bibliography.ts +16 -0
  59. package/src/tool/tachymeter-calculator/client.ts +180 -0
  60. package/src/tool/tachymeter-calculator/component.astro +15 -0
  61. package/src/tool/tachymeter-calculator/components/CalculatorPanel.astro +121 -0
  62. package/src/tool/tachymeter-calculator/entry.ts +43 -0
  63. package/src/tool/tachymeter-calculator/i18n/de.ts +172 -0
  64. package/src/tool/tachymeter-calculator/i18n/en.ts +172 -0
  65. package/src/tool/tachymeter-calculator/i18n/es.ts +172 -0
  66. package/src/tool/tachymeter-calculator/i18n/fr.ts +172 -0
  67. package/src/tool/tachymeter-calculator/i18n/id.ts +172 -0
  68. package/src/tool/tachymeter-calculator/i18n/it.ts +172 -0
  69. package/src/tool/tachymeter-calculator/i18n/ja.ts +172 -0
  70. package/src/tool/tachymeter-calculator/i18n/ko.ts +172 -0
  71. package/src/tool/tachymeter-calculator/i18n/nl.ts +172 -0
  72. package/src/tool/tachymeter-calculator/i18n/pl.ts +172 -0
  73. package/src/tool/tachymeter-calculator/i18n/pt.ts +172 -0
  74. package/src/tool/tachymeter-calculator/i18n/ru.ts +172 -0
  75. package/src/tool/tachymeter-calculator/i18n/sv.ts +172 -0
  76. package/src/tool/tachymeter-calculator/i18n/tr.ts +172 -0
  77. package/src/tool/tachymeter-calculator/i18n/zh.ts +172 -0
  78. package/src/tool/tachymeter-calculator/index.ts +11 -0
  79. package/src/tool/tachymeter-calculator/seo.astro +16 -0
  80. package/src/tool/tachymeter-calculator/tachymeter-calculator.css +492 -0
  81. package/src/tool/tachymeter-calculator/utils.ts +10 -0
  82. package/src/tool/watch-accuracy-tracker/i18n/pl.ts +1 -1
  83. package/src/tool/watch-accuracy-tracker/i18n/ru.ts +4 -4
  84. package/src/tool/watch-savings-planner/i18n/en.ts +3 -3
  85. package/src/tool/watch-size-comparator/i18n/de.ts +30 -30
  86. package/src/tool/watch-size-comparator/i18n/en.ts +20 -20
  87. package/src/tool/watch-size-comparator/i18n/es.ts +16 -16
  88. package/src/tool/watch-size-comparator/i18n/fr.ts +18 -18
  89. package/src/tool/watch-size-comparator/i18n/id.ts +18 -18
  90. package/src/tool/watch-size-comparator/i18n/it.ts +18 -18
  91. package/src/tool/watch-size-comparator/i18n/ko.ts +11 -11
  92. package/src/tool/watch-size-comparator/i18n/nl.ts +20 -20
  93. package/src/tool/watch-size-comparator/i18n/pl.ts +27 -27
  94. package/src/tool/watch-size-comparator/i18n/pt.ts +17 -17
  95. package/src/tool/watch-size-comparator/i18n/ru.ts +18 -18
  96. package/src/tool/watch-size-comparator/i18n/sv.ts +29 -29
  97. package/src/tool/watch-size-comparator/i18n/tr.ts +20 -20
  98. package/src/tool/watch-size-comparator/i18n/zh.ts +17 -17
  99. package/src/tool/water-resistance-converter/i18n/de.ts +1 -1
  100. package/src/tool/water-resistance-converter/i18n/en.ts +1 -1
  101. package/src/tool/water-resistance-converter/i18n/es.ts +1 -1
  102. package/src/tool/water-resistance-converter/i18n/id.ts +1 -1
  103. package/src/tool/water-resistance-converter/i18n/ja.ts +1 -1
  104. package/src/tool/water-resistance-converter/i18n/ko.ts +1 -1
  105. package/src/tool/water-resistance-converter/i18n/nl.ts +1 -1
  106. package/src/tool/water-resistance-converter/i18n/pl.ts +1 -1
  107. package/src/tool/water-resistance-converter/i18n/pt.ts +1 -1
  108. package/src/tool/water-resistance-converter/i18n/ru.ts +1 -1
  109. package/src/tool/water-resistance-converter/i18n/sv.ts +1 -1
  110. package/src/tool/water-resistance-converter/i18n/tr.ts +1 -1
  111. package/src/tool/water-resistance-converter/i18n/zh.ts +1 -1
  112. package/src/tool/wrist-presence-calculator/i18n/de.ts +1 -1
  113. package/src/tool/wrist-presence-calculator/i18n/ru.ts +18 -18
  114. package/src/tools.ts +2 -0
@@ -4,10 +4,10 @@ import { bibliography } from '../bibliography';
4
4
 
5
5
  export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
6
6
  slug: 'uhrengroen-vergleich',
7
- title: 'Uhrengrößen–Vergleich Visuelle Passform für dein Handgelenk',
8
- description: 'Vergleiche Uhrengehäusegrößen visuell. Gib Durchmesser, Lug-to-Lug und Handgelenkumfang ein, um zu sehen, wie eine Uhr passt bevor du kaufst.',
7
+ title: 'Uhrengroessen Vergleich: Visuelle Passform fuer dein Handgelenk',
8
+ description: 'Vergleiche Uhrengehäusegrößen visuell. Gib Durchmesser, Lug-to-Lug und Handgelenkumfang ein, um zu sehen, wie eine Uhr passt - bevor du kaufst.',
9
9
  ui: {
10
- title: 'Uhrengrößen–Vergleich',
10
+ title: 'Uhrengroessen Vergleich',
11
11
  addWatch: 'Uhr hinzufügen',
12
12
  watchName: 'Uhrenname',
13
13
  watchNamePlaceholder: 'z. B. Rolex Submariner',
@@ -31,10 +31,10 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
31
31
  nameRequired: 'Gib einen Uhrennamen ein',
32
32
  watchTooLarge: 'Uhr ragt über das Handgelenk hinaus',
33
33
  l2lExceedsWrist: 'Lug-to-Lug überschreitet die Handgelenkbreite',
34
- excellentDesc: 'Proportional die Laschen bleiben gut innerhalb deines Handgelenks.',
35
- goodDesc: 'Gute Passform übersteht leicht, bleibt aber bequem.',
36
- borderlineDesc: 'Grenzwertig die Laschen nähern sich dem Rand deines Handgelenks.',
37
- largeDesc: 'Zu groß die Laschen überstehen wahrscheinlich dein Handgelenk.',
34
+ excellentDesc: 'Proportional - die Laschen bleiben gut innerhalb deines Handgelenks.',
35
+ goodDesc: 'Gute Passform - übersteht leicht, bleibt aber bequem.',
36
+ borderlineDesc: 'Grenzwertig - die Laschen nähern sich dem Rand deines Handgelenks.',
37
+ largeDesc: 'Zu groß - die Laschen überstehen wahrscheinlich dein Handgelenk.',
38
38
  fitsWell: 'Passt gut',
39
39
  slightlyLarge: 'Etwas groß',
40
40
  tooLarge: 'Zu groß',
@@ -42,28 +42,28 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
42
42
  estimateNote: 'Gib Maße ein und füge eine Uhr hinzu, um zu sehen, wie sie an deinem Handgelenk wirkt.',
43
43
  },
44
44
  seo: [
45
- { type: 'title', text: 'Uhrengrößen-Vergleich Visuelle Passform für dein Handgelenk', level: 2 },
46
- { type: 'paragraph', html: 'Du möchtest wissen, ob eine <strong>42-mm-Uhr</strong> an dein <strong>17-cm-Handgelenk</strong> passt? Oder ob 48 mm Lug-to-Lug überstehen? Der Uhrengrößen-Vergleich liefert dir die Antwort visuell. Gib Gehäusedurchmesser, Lug-to-Lug, Höhe und Handgelenkumfang ein das Tool zeichnet die Uhr maßstabsgetreu und färbt die Passform von <span style="color:#22c55e">grün (hervorragend)</span> bis <span style="color:#ef4444">rot (zu groß)</span>. Funktioniert in <strong>metrischen und imperialen</strong> Einheiten.' },
45
+ { type: 'title', text: 'Uhrengroessen Vergleich: Visuelle Passform fuer dein Handgelenk', level: 2 },
46
+ { type: 'paragraph', html: 'Du möchtest wissen, ob eine <strong>42-mm-Uhr</strong> an dein <strong>17-cm-Handgelenk</strong> passt? Oder ob 48 mm Lug-to-Lug überstehen? Der Uhrengrößen-Vergleich liefert dir die Antwort visuell. Gib Gehäusedurchmesser, Lug-to-Lug, Höhe und Handgelenkumfang ein - das Tool zeichnet die Uhr maßstabsgetreu und färbt die Passform von <span style="color:#22c55e">grün (hervorragend)</span> bis <span style="color:#ef4444">rot (zu groß)</span>. Funktioniert in <strong>metrischen und imperialen</strong> Einheiten.' },
47
47
  { type: 'title', text: 'Glossar zur Uhrengröße', level: 3 },
48
48
  {
49
49
  type: 'glossary', items: [
50
- { term: 'Gehäusedurchmesser', definition: 'Die Breite des Uhrengehäuses, gemessen über das Zifferblatt, ohne Krone. Typischer Bereich: 3446 mm. Das am häufigsten genannte Maß, aber nicht der einzige Passformfaktor.' },
50
+ { term: 'Gehäusedurchmesser', definition: 'Die Breite des Uhrengehäuses, gemessen über das Zifferblatt, ohne Krone. Typischer Bereich: 34-46 mm. Das am häufigsten genannte Maß, aber nicht der einzige Passformfaktor.' },
51
51
  { term: 'Lug-to-Lug (L2L)', definition: 'Der Abstand zwischen den oberen und unteren Laschen, an denen das Armband befestigt wird. Er bestimmt, ob die Uhr über das Handgelenk übersteht. Eine 40-mm-Uhr mit 50 mm L2L trägt sich größer als eine 42-mm-Uhr mit 46 mm L2L.' },
52
- { term: 'Flache Handgelenkbreite', definition: 'Die Breite der oberen Fläche deines Handgelenks, im Gegensatz zum Umfang. Ungefähr Handgelenkumfang / π minus 24 cm. Dies ist die Maßeinheit, auf der deine Uhr tatsächlich aufliegt.' },
53
- { term: 'Gehäuse-Handgelenk-Verhältnis', definition: 'Gehäusedurchmesser geteilt durch Handgelenkbreite. Ein Verhältnis von 0,60,75 (6075 %) gilt als klassische proportionale Passform.' },
52
+ { term: 'Flache Handgelenkbreite', definition: 'Die Breite der oberen Fläche deines Handgelenks, im Gegensatz zum Umfang. Ungefähr Handgelenkumfang / π minus 2-4 cm. Dies ist die Maßeinheit, auf der deine Uhr tatsächlich aufliegt.' },
53
+ { term: 'Gehäuse-Handgelenk-Verhältnis', definition: 'Gehäusedurchmesser geteilt durch Handgelenkbreite. Ein Verhältnis von 0,6-0,75 (60-75 %) gilt als klassische proportionale Passform.' },
54
54
  ]
55
55
  },
56
56
 
57
57
  { type: 'title', text: 'Welche Uhrengröße passt an mein Handgelenk?', level: 3 },
58
58
  {
59
59
  type: 'table', headers: ['Handgelenkumfang', 'Flache Breite (ca.)', 'Idealer Gehäusedurchmesser', 'Max. Lug-to-Lug', 'Geeignet für'], rows: [
60
- ['1415 cm (5,55,9 in)', '3842 mm', '3034 mm', '3842 mm', 'Vintage- und Dress-Watches'],
61
- ['1516 cm (5,96,3 in)', '4044 mm', '3436 mm', '4044 mm', 'Klassische kleinere Uhren'],
62
- ['1617 cm (6,36,7 in)', '4246 mm', '3639 mm', '4246 mm', 'Alltagstaugliche Allrounder'],
63
- ['1718 cm (6,77,1 in)', '4448 mm', '3842 mm', '4448 mm', 'Ideale Größe für die meisten Marken'],
64
- ['1819 cm (7,17,5 in)', '4650 mm', '4044 mm', '4650 mm', 'Taucheruhren & GMTs'],
65
- ['1920 cm (7,57,9 in)', '4852 mm', '4246 mm', '4852 mm', 'Tool- und Pilotenuhren'],
66
- ['2021 cm (7,98,3 in)', '5054 mm', '4448 mm', '5054 mm', 'Übergroße & Fliegeruhren'],
60
+ ['14-15 cm (5,5-5,9 in)', '38-42 mm', '30-34 mm', '38-42 mm', 'Vintage- und Dress-Watches'],
61
+ ['15-16 cm (5,9-6,3 in)', '40-44 mm', '34-36 mm', '40-44 mm', 'Klassische kleinere Uhren'],
62
+ ['16-17 cm (6,3-6,7 in)', '42-46 mm', '36-39 mm', '42-46 mm', 'Alltagstaugliche Allrounder'],
63
+ ['17-18 cm (6,7-7,1 in)', '44-48 mm', '38-42 mm', '44-48 mm', 'Ideale Größe für die meisten Marken'],
64
+ ['18-19 cm (7,1-7,5 in)', '46-50 mm', '40-44 mm', '46-50 mm', 'Taucheruhren & GMTs'],
65
+ ['19-20 cm (7,5-7,9 in)', '48-52 mm', '42-46 mm', '48-52 mm', 'Tool- und Pilotenuhren'],
66
+ ['20-21 cm (7,9-8,3 in)', '50-54 mm', '44-48 mm', '50-54 mm', 'Übergroße & Fliegeruhren'],
67
67
  ]
68
68
  },
69
69
 
@@ -72,20 +72,20 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
72
72
  type: 'list', items: [
73
73
  'Wickle ein flexibles Maßband um dein Handgelenk, direkt hinter dem Handgelenkknochen (Processus styloideus ulnae). Es sollte eng anliegen, aber nicht einschnüren.',
74
74
  'Wenn du kein Maßband hast, nimm eine Schnur oder ein Kabel, markiere die Überlappung und miss sie mit einem Lineal.',
75
- 'Notiere das Maß in Zentimetern oder Zoll. Der durchschnittliche männliche Handgelenkumfang beträgt 1719 cm (6,77,5 Zoll), der weibliche 1416 cm (5,56,3 Zoll).',
76
- 'Um deine flache Handgelenkbreite zu schätzen, ziehe 24 cm vom Umfang ab oder nutze die automatische Schätzung des Tools.',
75
+ 'Notiere das Maß in Zentimetern oder Zoll. Der durchschnittliche männliche Handgelenkumfang beträgt 17-19 cm (6,7-7,5 Zoll), der weibliche 14-16 cm (5,5-6,3 Zoll).',
76
+ 'Um deine flache Handgelenkbreite zu schätzen, ziehe 2-4 cm vom Umfang ab oder nutze die automatische Schätzung des Tools.',
77
77
  ]
78
78
  },
79
79
 
80
- { type: 'diagnostic', variant: 'info', title: 'LugtoLug ist die echte Passformgrenze', icon: 'mdi:ruler', html: 'Die meisten achten auf den <strong>Gehäusedurchmesser</strong>, aber das <strong>Lug-to-Lug</strong> entscheidet, ob eine Uhr an dein Handgelenk passt. Eine Uhr mit 48 mm L2L auf einem 55 mm flachen Handgelenk (17 cm Umfang) nimmt 87 % der Handgelenkbreite ein. Ab 65 % beginnen die Laschen, sich dem Rand deines Handgelenks zu nähern. <strong>Prüfe immer zuerst das L2L.</strong>' },
80
+ { type: 'diagnostic', variant: 'info', title: 'Lug to Lug ist die echte Passformgrenze', icon: 'mdi:ruler', html: 'Die meisten achten auf den <strong>Gehäusedurchmesser</strong>, aber das <strong>Lug-to-Lug</strong> entscheidet, ob eine Uhr an dein Handgelenk passt. Eine Uhr mit 48 mm L2L auf einem 55 mm flachen Handgelenk (17 cm Umfang) nimmt 87 % der Handgelenkbreite ein. Ab 65 % beginnen die Laschen, sich dem Rand deines Handgelenks zu nähern. <strong>Prüfe immer zuerst das L2L.</strong>' },
81
81
 
82
- { type: 'tip', title: 'CM oder Zoll? Nimm, was du kennst', html: 'Das Tool unterstützt jetzt sowohl metrische als auch imperiale Einheiten. Miss dein Handgelenk in dem System, das du täglich verwendest. Gehäusemaße von Uhren sind <strong>immer in Millimetern</strong> (selbst in den USA), daher bleiben Durchmesser und L2L in mm nur die Handgelenkmessung wechselt. Das entspricht der Praxis der Uhrenindustrie.' },
82
+ { type: 'tip', title: 'CM oder Zoll? Nimm, was du kennst', html: 'Das Tool unterstützt jetzt sowohl metrische als auch imperiale Einheiten. Miss dein Handgelenk in dem System, das du täglich verwendest. Gehäusemaße von Uhren sind <strong>immer in Millimetern</strong> (selbst in den USA), daher bleiben Durchmesser und L2L in mm - nur die Handgelenkmessung wechselt. Das entspricht der Praxis der Uhrenindustrie.' },
83
83
 
84
84
  {
85
- type: 'summary', title: 'Kurze PassformCheckliste vor dem Kauf', items: [
85
+ type: 'summary', title: 'Kurze Passform Checkliste vor dem Kauf', items: [
86
86
  'Miss deinen Handgelenkumfang und gib ihn ins Tool ein.',
87
- 'Schlag das Lug-to-Lug der Uhr nach nicht nur den Gehäusedurchmesser.',
88
- 'Die Uhr sollte 6075 % deiner flachen Handgelenkbreite einnehmen für eine klassische Passform.',
87
+ 'Schlag das Lug-to-Lug der Uhr nach - nicht nur den Gehäusedurchmesser.',
88
+ 'Die Uhr sollte 60-75 % deiner flachen Handgelenkbreite einnehmen für eine klassische Passform.',
89
89
  'Wenn die Laschen über deine Handgelenksränder überstehen, wird sich die Uhr unabhängig vom Durchmesser zu groß anfühlen.',
90
90
  'Nutze das Tool, um mehrere Uhren direkt miteinander zu vergleichen, bevor du eine Kaufentscheidung triffst.',
91
91
  ]
@@ -94,7 +94,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
94
94
  faq: [
95
95
  {
96
96
  question: 'Wie messe ich mein Handgelenk für eine Uhr?',
97
- answer: 'Verwende ein flexibles Maßband um den Handgelenkknochen. Alternativ wickelst du eine Schnur, markierst die Überlappung und misst sie mit einem Lineal. Der Durchschnitt liegt bei 1719 cm für Männer, 1416 cm für Frauen.',
97
+ answer: 'Verwende ein flexibles Maßband um den Handgelenkknochen. Alternativ wickelst du eine Schnur, markierst die Überlappung und misst sie mit einem Lineal. Der Durchschnitt liegt bei 17-19 cm für Männer, 14-16 cm für Frauen.',
98
98
  },
99
99
  {
100
100
  question: 'Was ist Lug-to-Lug und warum ist es wichtig?',
@@ -102,7 +102,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
102
102
  },
103
103
  {
104
104
  question: 'Welche Uhrengröße passt an ein 17-cm-Handgelenk?',
105
- answer: 'Ein 17-cm-Handgelenk (≈55 mm flache Breite) trägt bequem Uhren mit 3642 mm Durchmesser und 4450 mm Lug-to-Lug. Der Sweet Spot liegt bei 3840 mm mit 4648 mm L2L.',
105
+ answer: 'Ein 17-cm-Handgelenk (≈55 mm flache Breite) trägt bequem Uhren mit 36-42 mm Durchmesser und 44-50 mm Lug-to-Lug. Der Sweet Spot liegt bei 38-40 mm mit 46-48 mm L2L.',
106
106
  },
107
107
  ],
108
108
  bibliography,
@@ -134,7 +134,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
134
134
  'name': 'Wie messe ich mein Handgelenk für eine Uhr?',
135
135
  'acceptedAnswer': {
136
136
  '@type': 'Answer',
137
- 'text': 'Verwende ein flexibles Maßband um den Handgelenkknochen. Der Durchschnitt liegt bei 1719 cm für Männer, 1416 cm für Frauen.',
137
+ 'text': 'Verwende ein flexibles Maßband um den Handgelenkknochen. Der Durchschnitt liegt bei 17-19 cm für Männer, 14-16 cm für Frauen.',
138
138
  },
139
139
  },
140
140
  {
@@ -150,7 +150,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
150
150
  'name': 'Welche Uhrengröße passt an ein 17-cm-Handgelenk?',
151
151
  'acceptedAnswer': {
152
152
  '@type': 'Answer',
153
- 'text': 'Ein 17-cm-Handgelenk passt zu 3642 mm Durchmesser mit 4450 mm Lug-to-Lug. Der Sweet Spot liegt bei 3840 mm mit 4648 mm L2L.',
153
+ 'text': 'Ein 17-cm-Handgelenk passt zu 36-42 mm Durchmesser mit 44-50 mm Lug-to-Lug. Der Sweet Spot liegt bei 38-40 mm mit 46-48 mm L2L.',
154
154
  },
155
155
  },
156
156
  ],
@@ -4,7 +4,7 @@ import { bibliography } from '../bibliography';
4
4
 
5
5
  export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
6
6
  slug: 'watch-size-comparator',
7
- title: 'Watch Size ComparatorVisual Fit on Your Wrist',
7
+ title: 'Watch Size Comparator: Visual Fit on Your Wrist',
8
8
  description: 'Compare watch case sizes visually. Enter diameter, lug-to-lug, and wrist size to see how a watch fits before you buy.',
9
9
  ui: {
10
10
  title: 'Watch Size Comparator',
@@ -42,28 +42,28 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
42
42
  estimateNote: 'Enter dimensions and add a watch to see how it fits your wrist.',
43
43
  },
44
44
  seo: [
45
- { type: 'title', text: 'Watch Size Comparator-Visual Fit on Your Wrist', level: 2 },
45
+ { type: 'title', text: 'Watch Size Comparator: Visual Fit on Your Wrist', level: 2 },
46
46
  { type: 'paragraph', html: 'Wondering if a <strong>42mm watch</strong> will fit your <strong>17cm wrist</strong>? Or whether that 48mm lug-to-lug will overhang? The Watch Size Comparator gives you a visual answer. Enter your case diameter, lug-to-lug, thickness, and wrist size—the tool draws the watch to scale and colors the fit from <span style="color:#22c55e">green (excellent)</span> to <span style="color:#ef4444">red (too large)</span>. Works in both <strong>metric and imperial</strong> units.' },
47
47
  { type: 'title', text: 'Watch Size Glossary', level: 3 },
48
48
  {
49
49
  type: 'glossary', items: [
50
- { term: 'Case Diameter', definition: 'The width of the watch case measured across the dial, excluding the crown. Typical range: 3446mm. The most commonly quoted size, but not the only fit factor.' },
50
+ { term: 'Case Diameter', definition: 'The width of the watch case measured across the dial, excluding the crown. Typical range: 34-46mm. The most commonly quoted size, but not the only fit factor.' },
51
51
  { term: 'Lug-to-Lug (L2L)', definition: 'The distance between the top and bottom lugs where the strap attaches. This determines whether the watch overhangs your wrist. A 40mm watch with 50mm L2L wears larger than a 42mm with 46mm L2L.' },
52
- { term: 'Flat Wrist Width', definition: 'The width of the top surface of your wrist, as opposed to its circumference. Roughly wrist circumference / π minus 24cm. This is the dimension your watch actually sits on.' },
53
- { term: 'Case-to-Wrist Ratio', definition: 'Case diameter divided by wrist width. A ratio of 0.60.75 (6075%) is considered the classic proportional fit.' },
52
+ { term: 'Flat Wrist Width', definition: 'The width of the top surface of your wrist, as opposed to its circumference. Roughly wrist circumference / π minus 2-4cm. This is the dimension your watch actually sits on.' },
53
+ { term: 'Case-to-Wrist Ratio', definition: 'Case diameter divided by wrist width. A ratio of 0.6-0.75 (60-75%) is considered the classic proportional fit.' },
54
54
  ]
55
55
  },
56
56
 
57
57
  { type: 'title', text: 'What Size Watch Fits My Wrist?', level: 3 },
58
58
  {
59
59
  type: 'table', headers: ['Wrist Circumference', 'Flat Width (approx.)', 'Ideal Case Diameter', 'Max Lug-to-Lug', 'Best For'], rows: [
60
- ['1415 cm (5.55.9 in)', '3842 mm', '3034 mm', '3842 mm', 'Vintage & dress watches'],
61
- ['1516 cm (5.96.3 in)', '4044 mm', '3436 mm', '4044 mm', 'Small classic watches'],
62
- ['1617 cm (6.36.7 in)', '4246 mm', '3639 mm', '4246 mm', 'Everyday versatile size'],
63
- ['1718 cm (6.77.1 in)', '4448 mm', '3842 mm', '4448 mm', 'Sweet spot for most brands'],
64
- ['1819 cm (7.17.5 in)', '4650 mm', '4044 mm', '4650 mm', 'Dive watches & GMTs'],
65
- ['1920 cm (7.57.9 in)', '4852 mm', '4246 mm', '4852 mm', 'Tool & pilot watches'],
66
- ['2021 cm (7.98.3 in)', '5054 mm', '4448 mm', '5054 mm', 'Oversized & flieger watches'],
60
+ ['14-15 cm (5.5-5.9 in)', '38-42 mm', '30-34 mm', '38-42 mm', 'Vintage & dress watches'],
61
+ ['15-16 cm (5.9-6.3 in)', '40-44 mm', '34-36 mm', '40-44 mm', 'Small classic watches'],
62
+ ['16-17 cm (6.3-6.7 in)', '42-46 mm', '36-39 mm', '42-46 mm', 'Everyday versatile size'],
63
+ ['17-18 cm (6.7-7.1 in)', '44-48 mm', '38-42 mm', '44-48 mm', 'Sweet spot for most brands'],
64
+ ['18-19 cm (7.1-7.5 in)', '46-50 mm', '40-44 mm', '46-50 mm', 'Dive watches & GMTs'],
65
+ ['19-20 cm (7.5-7.9 in)', '48-52 mm', '42-46 mm', '48-52 mm', 'Tool & pilot watches'],
66
+ ['20-21 cm (7.9-8.3 in)', '50-54 mm', '44-48 mm', '50-54 mm', 'Oversized & flieger watches'],
67
67
  ]
68
68
  },
69
69
 
@@ -72,12 +72,12 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
72
72
  type: 'list', items: [
73
73
  'Wrap a flexible tape measure around your wrist just behind the wrist bone (ulnar styloid). It should be snug but not tight.',
74
74
  'If you don\'t have a tape, use a string or a cable, mark the overlap, then measure it against a ruler.',
75
- 'Write down the measurement in centimeters or inches. Average male wrists are 1719cm (6.77.5in); average female wrists are 1416cm (5.56.3in).',
76
- 'To estimate your flat wrist width, subtract 24cm from the circumference or use the tool\'s auto-estimate feature.',
75
+ 'Write down the measurement in centimeters or inches. Average male wrists are 17-19cm (6.7-7.5in); average female wrists are 14-16cm (5.5-6.3in).',
76
+ 'To estimate your flat wrist width, subtract 2-4cm from the circumference or use the tool\'s auto-estimate feature.',
77
77
  ]
78
78
  },
79
79
 
80
- { type: 'diagnostic', variant: 'info', title: 'LugtoLug Is the Real Fit Limit', icon: 'mdi:ruler', html: 'Most people focus on <strong>case diameter</strong>, but <strong>lug-to-lug</strong> is what determines if a watch fits your wrist. A watch with 48mm L2L on a 55mm flat wrist (17cm circumference) takes up 87% of the wrist width. Above 65% the lugs start to approach the edge of your wrist. <strong>Always check L2L first.</strong>' },
80
+ { type: 'diagnostic', variant: 'info', title: 'Lug to Lug Is the Real Fit Limit', icon: 'mdi:ruler', html: 'Most people focus on <strong>case diameter</strong>, but <strong>lug-to-lug</strong> is what determines if a watch fits your wrist. A watch with 48mm L2L on a 55mm flat wrist (17cm circumference) takes up 87% of the wrist width. Above 65% the lugs start to approach the edge of your wrist. <strong>Always check L2L first.</strong>' },
81
81
 
82
82
  { type: 'tip', title: 'CM or Inches? Use What You Know', html: 'The tool now supports both metric and imperial. Measure your wrist in whatever system you use daily. Watch case dimensions are <strong>always in millimeters</strong> (even in the US), so diameters and L2L stay in mm—only the wrist measurement toggles. This matches how the watch industry works.' },
83
83
 
@@ -85,7 +85,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
85
85
  type: 'summary', title: 'Quick Fit Checklist Before You Buy', items: [
86
86
  'Measure your wrist circumference and enter it in the tool.',
87
87
  'Look up the watch\'s lug-to-lug—not just the case diameter.',
88
- 'The watch should take up 6075% of your flat wrist width for a classic fit.',
88
+ 'The watch should take up 60-75% of your flat wrist width for a classic fit.',
89
89
  'If the lugs overhang your wrist edges, the watch will feel too large regardless of diameter.',
90
90
  'Use the tool to compare multiple watches side by side before making a purchase decision.',
91
91
  ]
@@ -94,7 +94,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
94
94
  faq: [
95
95
  {
96
96
  question: 'How do I measure my wrist for a watch?',
97
- answer: 'Use a flexible tape measure around the wrist bone. Alternatively, wrap a string, mark the overlap, and measure it with a ruler. Average is 1719cm for men, 1416cm for women.',
97
+ answer: 'Use a flexible tape measure around the wrist bone. Alternatively, wrap a string, mark the overlap, and measure it with a ruler. Average is 17-19cm for men, 14-16cm for women.',
98
98
  },
99
99
  {
100
100
  question: 'What is lug-to-lug and why does it matter?',
@@ -102,7 +102,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
102
102
  },
103
103
  {
104
104
  question: 'What size watch fits a 17cm wrist?',
105
- answer: 'A 17cm wrist (≈55mm flat width) comfortably fits watches with 3642mm diameter and 4450mm lug-to-lug. The sweet spot is 3840mm with 4648mm L2L.',
105
+ answer: 'A 17cm wrist (≈55mm flat width) comfortably fits watches with 36-42mm diameter and 44-50mm lug-to-lug. The sweet spot is 38-40mm with 46-48mm L2L.',
106
106
  },
107
107
  ],
108
108
  bibliography,
@@ -134,7 +134,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
134
134
  'name': 'How do I measure my wrist for a watch?',
135
135
  'acceptedAnswer': {
136
136
  '@type': 'Answer',
137
- 'text': 'Use a flexible tape measure around the wrist bone. Average is 1719cm for men, 1416cm for women.',
137
+ 'text': 'Use a flexible tape measure around the wrist bone. Average is 17-19cm for men, 14-16cm for women.',
138
138
  },
139
139
  },
140
140
  {
@@ -150,7 +150,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
150
150
  'name': 'What size watch fits a 17cm wrist?',
151
151
  'acceptedAnswer': {
152
152
  '@type': 'Answer',
153
- 'text': 'A 17cm wrist fits 3642mm diameter with 4450mm lug-to-lug. Sweet spot is 3840mm with 4648mm L2L.',
153
+ 'text': 'A 17cm wrist fits 36-42mm diameter with 44-50mm lug-to-lug. Sweet spot is 38-40mm with 46-48mm L2L.',
154
154
  },
155
155
  },
156
156
  ],
@@ -47,23 +47,23 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
47
47
  { type: 'title', text: 'Glosario de Tamaños de Reloj', level: 3 },
48
48
  {
49
49
  type: 'glossary', items: [
50
- { term: 'Diámetro de Caja', definition: 'La anchura de la caja del reloj medida a través de la esfera, excluyendo la corona. Rango típico: 3446 mm. Es la medida más mencionada, pero no el único factor de ajuste.' },
50
+ { term: 'Diámetro de Caja', definition: 'La anchura de la caja del reloj medida a través de la esfera, excluyendo la corona. Rango típico: 34-46 mm. Es la medida más mencionada, pero no el único factor de ajuste.' },
51
51
  { term: 'Ancho entre Asas (L2L)', definition: 'La distancia entre las asas superior e inferior donde se engancha la correa. Determina si el reloj sobresale de tu muñeca. Un reloj de 40 mm con 50 mm L2L se ve más grande que uno de 42 mm con 46 mm L2L.' },
52
- { term: 'Anchura Plana de Muñeca', definition: 'La anchura de la superficie superior de tu muñeca, a diferencia de su perímetro. Aproximadamente: perímetro de muñeca / π menos 24 cm. Es la dimensión sobre la que realmente se asienta el reloj.' },
53
- { term: 'Relación Caja-Muñeca', definition: 'Diámetro de caja dividido por anchura de muñeca. Una relación de 0.60.75 (6075 %) se considera el ajuste proporcional clásico.' },
52
+ { term: 'Anchura Plana de Muñeca', definition: 'La anchura de la superficie superior de tu muñeca, a diferencia de su perímetro. Aproximadamente: perímetro de muñeca / π menos 2-4 cm. Es la dimensión sobre la que realmente se asienta el reloj.' },
53
+ { term: 'Relación Caja-Muñeca', definition: 'Diámetro de caja dividido por anchura de muñeca. Una relación de 0.6-0.75 (60-75 %) se considera el ajuste proporcional clásico.' },
54
54
  ]
55
55
  },
56
56
 
57
57
  { type: 'title', text: '¿Qué Tamaño de Reloj se Adapta a Mi Muñeca?', level: 3 },
58
58
  {
59
59
  type: 'table', headers: ['Perímetro de Muñeca', 'Anchura Plana (aprox.)', 'Diámetro Ideal de Caja', 'Ancho Asas Máximo', 'Ideal Para'], rows: [
60
- ['1415 cm (5.55.9 in)', '3842 mm', '3034 mm', '3842 mm', 'Relojes vintage y de vestir'],
61
- ['1516 cm (5.96.3 in)', '4044 mm', '3436 mm', '4044 mm', 'Relojes clásicos pequeños'],
62
- ['1617 cm (6.36.7 in)', '4246 mm', '3639 mm', '4246 mm', 'Talla versátil de uso diario'],
63
- ['1718 cm (6.77.1 in)', '4448 mm', '3842 mm', '4448 mm', 'Punto óptimo para la mayoría de marcas'],
64
- ['1819 cm (7.17.5 in)', '4650 mm', '4044 mm', '4650 mm', 'Relojes de buceo y GMT'],
65
- ['1920 cm (7.57.9 in)', '4852 mm', '4246 mm', '4852 mm', 'Relojes herramienta y piloto'],
66
- ['2021 cm (7.98.3 in)', '5054 mm', '4448 mm', '5054 mm', 'Relojes sobredimensionados y flieger'],
60
+ ['14-15 cm (5.5-5.9 in)', '38-42 mm', '30-34 mm', '38-42 mm', 'Relojes vintage y de vestir'],
61
+ ['15-16 cm (5.9-6.3 in)', '40-44 mm', '34-36 mm', '40-44 mm', 'Relojes clásicos pequeños'],
62
+ ['16-17 cm (6.3-6.7 in)', '42-46 mm', '36-39 mm', '42-46 mm', 'Talla versátil de uso diario'],
63
+ ['17-18 cm (6.7-7.1 in)', '44-48 mm', '38-42 mm', '44-48 mm', 'Punto óptimo para la mayoría de marcas'],
64
+ ['18-19 cm (7.1-7.5 in)', '46-50 mm', '40-44 mm', '46-50 mm', 'Relojes de buceo y GMT'],
65
+ ['19-20 cm (7.5-7.9 in)', '48-52 mm', '42-46 mm', '48-52 mm', 'Relojes herramienta y piloto'],
66
+ ['20-21 cm (7.9-8.3 in)', '50-54 mm', '44-48 mm', '50-54 mm', 'Relojes sobredimensionados y flieger'],
67
67
  ]
68
68
  },
69
69
 
@@ -72,8 +72,8 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
72
72
  type: 'list', items: [
73
73
  'Envuelve una cinta métrica flexible alrededor de tu muñeca justo detrás del hueso (estiloides cubital). Debe quedar ajustada, no apretada.',
74
74
  'Si no tienes cinta, usa un cordel o un cable, marca la superposición y luego mide con una regla.',
75
- 'Anota la medida en centímetros o pulgadas. La media en muñecas masculinas es 1719 cm (6.77.5 in); en femeninas, 1416 cm (5.56.3 in).',
76
- 'Para estimar la anchura plana de tu muñeca, resta 24 cm del perímetro o usa la estimación automática de la herramienta.',
75
+ 'Anota la medida en centímetros o pulgadas. La media en muñecas masculinas es 17-19 cm (6.7-7.5 in); en femeninas, 14-16 cm (5.5-6.3 in).',
76
+ 'Para estimar la anchura plana de tu muñeca, resta 2-4 cm del perímetro o usa la estimación automática de la herramienta.',
77
77
  ]
78
78
  },
79
79
 
@@ -94,7 +94,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
94
94
  faq: [
95
95
  {
96
96
  question: '¿Cómo mido mi muñeca para un reloj?',
97
- answer: 'Usa una cinta métrica flexible alrededor del hueso de la muñeca. Otra opción: enrolla un cordel, marca la superposición y mide con una regla. La media es 1719 cm en hombres y 1416 cm en mujeres.',
97
+ answer: 'Usa una cinta métrica flexible alrededor del hueso de la muñeca. Otra opción: enrolla un cordel, marca la superposición y mide con una regla. La media es 17-19 cm en hombres y 14-16 cm en mujeres.',
98
98
  },
99
99
  {
100
100
  question: '¿Qué es el ancho entre asas y por qué importa?',
@@ -102,7 +102,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
102
102
  },
103
103
  {
104
104
  question: '¿Qué tamaño de reloj le queda a una muñeca de 17 cm?',
105
- answer: 'Una muñeca de 17 cm (≈55 mm planos) admite cómodamente relojes de 3642 mm de diámetro y 4450 mm L2L. El punto óptimo es 3840 mm con 4648 mm L2L.',
105
+ answer: 'Una muñeca de 17 cm (≈55 mm planos) admite cómodamente relojes de 36-42 mm de diámetro y 44-50 mm L2L. El punto óptimo es 38-40 mm con 46-48 mm L2L.',
106
106
  },
107
107
  ],
108
108
  bibliography,
@@ -134,7 +134,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
134
134
  'name': '¿Cómo mido mi muñeca para un reloj?',
135
135
  'acceptedAnswer': {
136
136
  '@type': 'Answer',
137
- 'text': 'Usa una cinta métrica flexible alrededor del hueso de la muñeca. La media es 1719 cm para hombres y 1416 cm para mujeres.',
137
+ 'text': 'Usa una cinta métrica flexible alrededor del hueso de la muñeca. La media es 17-19 cm para hombres y 14-16 cm para mujeres.',
138
138
  },
139
139
  },
140
140
  {
@@ -150,7 +150,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
150
150
  'name': '¿Qué tamaño de reloj le queda a una muñeca de 17 cm?',
151
151
  'acceptedAnswer': {
152
152
  '@type': 'Answer',
153
- 'text': 'Una muñeca de 17 cm admite relojes de 3642 mm de diámetro con 4450 mm L2L. El punto óptimo es 3840 mm con 4648 mm L2L.',
153
+ 'text': 'Una muñeca de 17 cm admite relojes de 36-42 mm de diámetro con 44-50 mm L2L. El punto óptimo es 38-40 mm con 46-48 mm L2L.',
154
154
  },
155
155
  },
156
156
  ],
@@ -47,23 +47,23 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
47
47
  { type: 'title', text: 'Glossaire des Tailles de Montre', level: 3 },
48
48
  {
49
49
  type: 'glossary', items: [
50
- { term: 'Diamètre du boîtier', definition: 'La largeur du boîtier mesurée en travers du cadran, excluant la couronne. Plage typique&nbsp;: 3446 mm. La mesure la plus couramment citée, mais pas le seul facteur d\'ajustement.' },
50
+ { term: 'Diamètre du boîtier', definition: 'La largeur du boîtier mesurée en travers du cadran, excluant la couronne. Plage typique&nbsp;: 34-46 mm. La mesure la plus couramment citée, mais pas le seul facteur d\'ajustement.' },
51
51
  { term: 'Corne-à-Corne (CàC)', definition: 'La distance entre les cornes supérieure et inférieure où s\'attache le bracelet. Cela détermine si la montre dépasse du poignet. Une montre de 40 mm avec une CàC de 50 mm porte plus grand qu\'une 42 mm avec une CàC de 46 mm.' },
52
- { term: 'Largeur plate du poignet', definition: 'La largeur de la surface supérieure de votre poignet, par opposition à sa circonférence. Approximativement circonférence du poignet / π moins 24 cm. C\'est la dimension sur laquelle repose réellement votre montre.' },
53
- { term: 'Rapport boîtier-poignet', definition: 'Diamètre du boîtier divisé par la largeur du poignet. Un rapport de 0,60,75 (6075 %) est considéré comme l\'ajustement proportionné classique.' },
52
+ { term: 'Largeur plate du poignet', definition: 'La largeur de la surface supérieure de votre poignet, par opposition à sa circonférence. Approximativement circonférence du poignet / π moins 2-4 cm. C\'est la dimension sur laquelle repose réellement votre montre.' },
53
+ { term: 'Rapport boîtier-poignet', definition: 'Diamètre du boîtier divisé par la largeur du poignet. Un rapport de 0,6-0,75 (60-75 %) est considéré comme l\'ajustement proportionné classique.' },
54
54
  ]
55
55
  },
56
56
 
57
57
  { type: 'title', text: 'Quelle Taille de Montre pour Mon Poignet&nbsp;?', level: 3 },
58
58
  {
59
59
  type: 'table', headers: ['Tour de poignet', 'Largeur plate (approx.)', 'Diamètre idéal', 'Corne-à-Corne max', 'Idéal pour'], rows: [
60
- ['1415 cm (5,55,9 in)', '3842 mm', '3034 mm', '3842 mm', 'Montres vintage & habillées'],
61
- ['1516 cm (5,96,3 in)', '4044 mm', '3436 mm', '4044 mm', 'Petites montres classiques'],
62
- ['1617 cm (6,36,7 in)', '4246 mm', '3639 mm', '4246 mm', 'Taille polyvalente quotidienne'],
63
- ['1718 cm (6,77,1 in)', '4448 mm', '3842 mm', '4448 mm', 'Le point idéal pour la plupart des marques'],
64
- ['1819 cm (7,17,5 in)', '4650 mm', '4044 mm', '4650 mm', 'Montres de plongée & GMT'],
65
- ['1920 cm (7,57,9 in)', '4852 mm', '4246 mm', '4852 mm', 'Montres outils & pilotes'],
66
- ['2021 cm (7,98,3 in)', '5054 mm', '4448 mm', '5054 mm', 'Montres oversized & flieger'],
60
+ ['14-15 cm (5,5-5,9 in)', '38-42 mm', '30-34 mm', '38-42 mm', 'Montres vintage & habillées'],
61
+ ['15-16 cm (5,9-6,3 in)', '40-44 mm', '34-36 mm', '40-44 mm', 'Petites montres classiques'],
62
+ ['16-17 cm (6,3-6,7 in)', '42-46 mm', '36-39 mm', '42-46 mm', 'Taille polyvalente quotidienne'],
63
+ ['17-18 cm (6,7-7,1 in)', '44-48 mm', '38-42 mm', '44-48 mm', 'Le point idéal pour la plupart des marques'],
64
+ ['18-19 cm (7,1-7,5 in)', '46-50 mm', '40-44 mm', '46-50 mm', 'Montres de plongée & GMT'],
65
+ ['19-20 cm (7,5-7,9 in)', '48-52 mm', '42-46 mm', '48-52 mm', 'Montres outils & pilotes'],
66
+ ['20-21 cm (7,9-8,3 in)', '50-54 mm', '44-48 mm', '50-54 mm', 'Montres oversized & flieger'],
67
67
  ]
68
68
  },
69
69
 
@@ -72,12 +72,12 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
72
72
  type: 'list', items: [
73
73
  'Enroulez un mètre ruban flexible autour de votre poignet juste derrière l\'os du poignet (styloïde cubitale). Il doit être ajusté mais pas serré.',
74
74
  'Si vous n\'avez pas de mètre, utilisez une ficelle ou un câble, marquez le chevauchement, puis mesurez-le contre une règle.',
75
- 'Notez la mesure en centimètres ou en pouces. Les poignets masculins moyens mesurent 1719 cm (6,77,5 in) ; les poignets féminins moyens 1416 cm (5,56,3 in).',
76
- 'Pour estimer la largeur plate de votre poignet, soustrayez 24 cm de la circonférence ou utilisez la fonction d\'estimation automatique de l\'outil.',
75
+ 'Notez la mesure en centimètres ou en pouces. Les poignets masculins moyens mesurent 17-19 cm (6,7-7,5 in) ; les poignets féminins moyens 14-16 cm (5,5-6,3 in).',
76
+ 'Pour estimer la largeur plate de votre poignet, soustrayez 2-4 cm de la circonférence ou utilisez la fonction d\'estimation automatique de l\'outil.',
77
77
  ]
78
78
  },
79
79
 
80
- { type: 'diagnostic', variant: 'info', title: 'La Corne–à–Corne est la Véritable Limite', icon: 'mdi:ruler', html: 'La plupart des gens se concentrent sur le <strong>diamètre du boîtier</strong>, mais c\'est la <strong>corne-à-corne</strong> qui détermine si une montre vous va. Une montre avec une CàC de 48 mm sur un poignet plat de 55 mm (17 cm de tour) occupe 87 % de la largeur du poignet. Au-delà de 65 %, les cornes commencent à approcher du bord du poignet. <strong>Vérifiez toujours la CàC en premier.</strong>' },
80
+ { type: 'diagnostic', variant: 'info', title: 'La Corne a Corne est la Veritable Limite', icon: 'mdi:ruler', html: 'La plupart des gens se concentrent sur le <strong>diamètre du boîtier</strong>, mais c\'est la <strong>corne-à-corne</strong> qui détermine si une montre vous va. Une montre avec une CàC de 48 mm sur un poignet plat de 55 mm (17 cm de tour) occupe 87 % de la largeur du poignet. Au-delà de 65 %, les cornes commencent à approcher du bord du poignet. <strong>Vérifiez toujours la CàC en premier.</strong>' },
81
81
 
82
82
  { type: 'tip', title: 'cm ou Pouces&nbsp;? Utilisez Ce Que Vous Connaissez', html: 'L\'outil prend désormais en charge les unités métriques et impériales. Mesurez votre poignet dans le système que vous utilisez au quotidien. Les dimensions des boîtiers de montres sont <strong>toujours en millimètres</strong> (même aux États-Unis), donc les diamètres et la CàC restent en mm — seule la mesure du poignet change. Cela correspond au fonctionnement de l\'industrie horlogère.' },
83
83
 
@@ -85,7 +85,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
85
85
  type: 'summary', title: 'Checklist Rapide Avant d\'Acheter', items: [
86
86
  'Mesurez votre tour de poignet et saisissez-le dans l\'outil.',
87
87
  'Consultez la corne-à-corne de la montre — pas seulement le diamètre du boîtier.',
88
- 'La montre devrait occuper 6075 % de la largeur plate de votre poignet pour un ajustement classique.',
88
+ 'La montre devrait occuper 60-75 % de la largeur plate de votre poignet pour un ajustement classique.',
89
89
  'Si les cornes dépassent des bords de votre poignet, la montre semblera trop grande quel que soit le diamètre.',
90
90
  'Utilisez l\'outil pour comparer plusieurs montres côte à côte avant de prendre une décision d\'achat.',
91
91
  ]
@@ -94,7 +94,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
94
94
  faq: [
95
95
  {
96
96
  question: 'Comment mesurer mon poignet pour une montre&nbsp;?',
97
- answer: 'Utilisez un mètre ruban flexible autour de l\'os du poignet. Vous pouvez aussi enrouler une ficelle, marquer le chevauchement et le mesurer avec une règle. La moyenne est de 1719 cm pour les hommes, 1416 cm pour les femmes.',
97
+ answer: 'Utilisez un mètre ruban flexible autour de l\'os du poignet. Vous pouvez aussi enrouler une ficelle, marquer le chevauchement et le mesurer avec une règle. La moyenne est de 17-19 cm pour les hommes, 14-16 cm pour les femmes.',
98
98
  },
99
99
  {
100
100
  question: 'Qu\'est-ce que la corne-à-corne et pourquoi est-ce important&nbsp;?',
@@ -102,7 +102,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
102
102
  },
103
103
  {
104
104
  question: 'Quelle taille de montre pour un poignet de 17 cm&nbsp;?',
105
- answer: 'Un poignet de 17 cm (≈55 mm de largeur plate) accueille confortablement des montres de 3642 mm de diamètre avec une corne-à-corne de 4450 mm. Le point idéal est 3840 mm avec une CàC de 4648 mm.',
105
+ answer: 'Un poignet de 17 cm (≈55 mm de largeur plate) accueille confortablement des montres de 36-42 mm de diamètre avec une corne-à-corne de 44-50 mm. Le point idéal est 38-40 mm avec une CàC de 46-48 mm.',
106
106
  },
107
107
  ],
108
108
  bibliography,
@@ -134,7 +134,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
134
134
  'name': 'Comment mesurer mon poignet pour une montre&nbsp;?',
135
135
  'acceptedAnswer': {
136
136
  '@type': 'Answer',
137
- 'text': 'Utilisez un mètre ruban flexible autour de l\'os du poignet. La moyenne est de 1719 cm pour les hommes, 1416 cm pour les femmes.',
137
+ 'text': 'Utilisez un mètre ruban flexible autour de l\'os du poignet. La moyenne est de 17-19 cm pour les hommes, 14-16 cm pour les femmes.',
138
138
  },
139
139
  },
140
140
  {
@@ -150,7 +150,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
150
150
  'name': 'Quelle taille de montre pour un poignet de 17 cm&nbsp;?',
151
151
  'acceptedAnswer': {
152
152
  '@type': 'Answer',
153
- 'text': 'Un poignet de 17 cm accueille des montres de 3642 mm de diamètre avec une corne-à-corne de 4450 mm. Le point idéal est 3840 mm avec une CàC de 4648 mm.',
153
+ 'text': 'Un poignet de 17 cm accueille des montres de 36-42 mm de diamètre avec une corne-à-corne de 44-50 mm. Le point idéal est 38-40 mm avec une CàC de 46-48 mm.',
154
154
  },
155
155
  },
156
156
  ],
@@ -47,23 +47,23 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
47
47
  { type: 'title', text: 'Glosarium Ukuran Arloji', level: 3 },
48
48
  {
49
49
  type: 'glossary', items: [
50
- { term: 'Diameter Casing', definition: 'Lebar casing arloji yang diukur melintasi dial, tidak termasuk mahkota. Kisaran umum: 3446mm. Ukuran yang paling sering disebut, tapi bukan satu-satunya faktor kesesuaian.' },
50
+ { term: 'Diameter Casing', definition: 'Lebar casing arloji yang diukur melintasi dial, tidak termasuk mahkota. Kisaran umum: 34-46mm. Ukuran yang paling sering disebut, tapi bukan satu-satunya faktor kesesuaian.' },
51
51
  { term: 'Lug-to-Lug (L2L)', definition: 'Jarak antara lug atas dan bawah tempat tali dipasang. Ini menentukan apakah arloji menggantung di pergelangan. Arloji 40mm dengan L2L 50mm terkesan lebih besar daripada arloji 42mm dengan L2L 46mm.' },
52
- { term: 'Lebar Pergelangan Datar', definition: 'Lebar permukaan atas pergelangan, bukan kelilingnya. Kira-kira keliling pergelangan / π dikurangi 24cm. Ini dimensi yang sebenarnya ditempati arloji.' },
53
- { term: 'Rasio Casing terhadap Pergelangan', definition: 'Diameter casing dibagi lebar pergelangan. Rasio 0,60,75 (6075%) dianggap sebagai kesesuaian proporsional klasik.' },
52
+ { term: 'Lebar Pergelangan Datar', definition: 'Lebar permukaan atas pergelangan, bukan kelilingnya. Kira-kira keliling pergelangan / π dikurangi 2-4cm. Ini dimensi yang sebenarnya ditempati arloji.' },
53
+ { term: 'Rasio Casing terhadap Pergelangan', definition: 'Diameter casing dibagi lebar pergelangan. Rasio 0,6-0,75 (60-75%) dianggap sebagai kesesuaian proporsional klasik.' },
54
54
  ]
55
55
  },
56
56
 
57
57
  { type: 'title', text: 'Ukuran Arloji Apa yang Cocok untuk Pergelangan Saya?', level: 3 },
58
58
  {
59
59
  type: 'table', headers: ['Keliling Pergelangan', 'Lebar Datar (approx.)', 'Diameter Casing Ideal', 'Lug-to-Lug Maks.', 'Terbaik Untuk'], rows: [
60
- ['1415 cm (5,55,9 inci)', '3842 mm', '3034 mm', '3842 mm', 'Arloji vintage & dress'],
61
- ['1516 cm (5,96,3 inci)', '4044 mm', '3436 mm', '4044 mm', 'Arloji klasik kecil'],
62
- ['1617 cm (6,36,7 inci)', '4246 mm', '3639 mm', '4246 mm', 'Ukuran serbaguna sehari-hari'],
63
- ['1718 cm (6,77,1 inci)', '4448 mm', '3842 mm', '4448 mm', 'Titik manis sebagian besar merek'],
64
- ['1819 cm (7,17,5 inci)', '4650 mm', '4044 mm', '4650 mm', 'Arloji selam & GMT'],
65
- ['1920 cm (7,57,9 inci)', '4852 mm', '4246 mm', '4852 mm', 'Arloji pilot & tool'],
66
- ['2021 cm (7,98,3 inci)', '5054 mm', '4448 mm', '5054 mm', 'Arloji oversized & flieger'],
60
+ ['14-15 cm (5,5-5,9 inci)', '38-42 mm', '30-34 mm', '38-42 mm', 'Arloji vintage & dress'],
61
+ ['15-16 cm (5,9-6,3 inci)', '40-44 mm', '34-36 mm', '40-44 mm', 'Arloji klasik kecil'],
62
+ ['16-17 cm (6,3-6,7 inci)', '42-46 mm', '36-39 mm', '42-46 mm', 'Ukuran serbaguna sehari-hari'],
63
+ ['17-18 cm (6,7-7,1 inci)', '44-48 mm', '38-42 mm', '44-48 mm', 'Titik manis sebagian besar merek'],
64
+ ['18-19 cm (7,1-7,5 inci)', '46-50 mm', '40-44 mm', '46-50 mm', 'Arloji selam & GMT'],
65
+ ['19-20 cm (7,5-7,9 inci)', '48-52 mm', '42-46 mm', '48-52 mm', 'Arloji pilot & tool'],
66
+ ['20-21 cm (7,9-8,3 inci)', '50-54 mm', '44-48 mm', '50-54 mm', 'Arloji oversized & flieger'],
67
67
  ]
68
68
  },
69
69
 
@@ -72,12 +72,12 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
72
72
  type: 'list', items: [
73
73
  'Lilitkan meteran kain di pergelangan tepat di belakang tulang pergelangan (ulnar styloid). Harus pas namun tidak ketat.',
74
74
  'Jika tidak punya meteran, gunakan tali atau kabel, tandai pertemuannya, lalu ukur dengan penggaris.',
75
- 'Catat ukurannya dalam sentimeter atau inci. Rata-rata pergelangan pria 1719cm (6,77,5 inci); rata-rata wanita 1416cm (5,56,3 inci).',
76
- 'Untuk memperkirakan lebar pergelangan datar, kurangi 24cm dari keliling atau gunakan fitur estimasi otomatis alat ini.',
75
+ 'Catat ukurannya dalam sentimeter atau inci. Rata-rata pergelangan pria 17-19cm (6,7-7,5 inci); rata-rata wanita 14-16cm (5,5-6,3 inci).',
76
+ 'Untuk memperkirakan lebar pergelangan datar, kurangi 2-4cm dari keliling atau gunakan fitur estimasi otomatis alat ini.',
77
77
  ]
78
78
  },
79
79
 
80
- { type: 'diagnostic', variant: 'info', title: 'LugtoLug adalah Batas Kesesuaian Sesungguhnya', icon: 'mdi:ruler', html: 'Kebanyakan orang fokus pada <strong>diameter casing</strong>, namun <strong>lug-to-lug</strong> yang menentukan apakah arloji cocok di pergelangan. Arloji dengan L2L 48mm di pergelangan datar 55mm (keliling 17cm) memakan 87% lebar pergelangan. Di atas 65%, lug mulai mendekati tepi pergelangan. <strong>Selalu periksa L2L terlebih dahulu.</strong>' },
80
+ { type: 'diagnostic', variant: 'info', title: 'Lug to Lug adalah Batas Kesesuaian Sesungguhnya', icon: 'mdi:ruler', html: 'Kebanyakan orang fokus pada <strong>diameter casing</strong>, namun <strong>lug-to-lug</strong> yang menentukan apakah arloji cocok di pergelangan. Arloji dengan L2L 48mm di pergelangan datar 55mm (keliling 17cm) memakan 87% lebar pergelangan. Di atas 65%, lug mulai mendekati tepi pergelangan. <strong>Selalu periksa L2L terlebih dahulu.</strong>' },
81
81
 
82
82
  { type: 'tip', title: 'CM atau Inci? Pakai yang Anda Kenali', html: 'Alat ini sekarang mendukung satuan metrik dan imperial. Ukur pergelangan dalam sistem yang Anda pakai sehari-hari. Dimensi casing arloji <strong>selalu dalam milimeter</strong> (bahkan di AS), jadi diameter dan L2L tetap dalam mm—hanya ukuran pergelangan yang bisa diubah. Ini sesuai dengan standar industri arloji.' },
83
83
 
@@ -85,7 +85,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
85
85
  type: 'summary', title: 'Daftar Periksa Cepat Sebelum Membeli', items: [
86
86
  'Ukur keliling pergelangan dan masukkan ke alat ini.',
87
87
  'Cari tahu lug-to-lug arloji—bukan hanya diameter casing.',
88
- 'Arloji sebaiknya memenuhi 6075% lebar pergelangan datar untuk kesesuaian klasik.',
88
+ 'Arloji sebaiknya memenuhi 60-75% lebar pergelangan datar untuk kesesuaian klasik.',
89
89
  'Jika lug menggantung di tepi pergelangan, arloji akan terasa terlalu besar, terlepas dari diameternya.',
90
90
  'Gunakan alat ini untuk membandingkan beberapa arloji berdampingan sebelum memutuskan pembelian.',
91
91
  ]
@@ -94,7 +94,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
94
94
  faq: [
95
95
  {
96
96
  question: 'Bagaimana cara mengukur pergelangan untuk arloji?',
97
- answer: 'Gunakan meteran kain di sekitar tulang pergelangan. Alternatifnya, lilitkan tali, tandai pertemuannya, lalu ukur dengan penggaris. Rata-rata 1719cm untuk pria, 1416cm untuk wanita.',
97
+ answer: 'Gunakan meteran kain di sekitar tulang pergelangan. Alternatifnya, lilitkan tali, tandai pertemuannya, lalu ukur dengan penggaris. Rata-rata 17-19cm untuk pria, 14-16cm untuk wanita.',
98
98
  },
99
99
  {
100
100
  question: 'Apa itu lug-to-lug dan mengapa penting?',
@@ -102,7 +102,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
102
102
  },
103
103
  {
104
104
  question: 'Ukuran arloji apa yang cocok untuk pergelangan 17cm?',
105
- answer: 'Pergelangan 17cm (≈55mm lebar datar) cocok untuk arloji dengan diameter 3642mm dan lug-to-lug 4450mm. Titik manisnya adalah 3840mm dengan L2L 4648mm.',
105
+ answer: 'Pergelangan 17cm (≈55mm lebar datar) cocok untuk arloji dengan diameter 36-42mm dan lug-to-lug 44-50mm. Titik manisnya adalah 38-40mm dengan L2L 46-48mm.',
106
106
  },
107
107
  ],
108
108
  bibliography,
@@ -134,7 +134,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
134
134
  'name': 'Bagaimana cara mengukur pergelangan untuk arloji?',
135
135
  'acceptedAnswer': {
136
136
  '@type': 'Answer',
137
- 'text': 'Gunakan meteran kain di sekitar tulang pergelangan. Rata-rata 1719cm untuk pria, 1416cm untuk wanita.',
137
+ 'text': 'Gunakan meteran kain di sekitar tulang pergelangan. Rata-rata 17-19cm untuk pria, 14-16cm untuk wanita.',
138
138
  },
139
139
  },
140
140
  {
@@ -150,7 +150,7 @@ export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
150
150
  'name': 'Ukuran arloji apa yang cocok untuk pergelangan 17cm?',
151
151
  'acceptedAnswer': {
152
152
  '@type': 'Answer',
153
- 'text': 'Pergelangan 17cm cocok untuk diameter 3642mm dengan lug-to-lug 4450mm. Titik manis 3840mm dengan L2L 4648mm.',
153
+ 'text': 'Pergelangan 17cm cocok untuk diameter 36-42mm dengan lug-to-lug 44-50mm. Titik manis 38-40mm dengan L2L 46-48mm.',
154
154
  },
155
155
  },
156
156
  ],