@jjlmoya/utils-chrono 1.4.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/category/index.ts +4 -0
- package/src/entries.ts +7 -1
- package/src/index.ts +2 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/no_en_dash.test.ts +41 -0
- package/src/tests/tool_validation.test.ts +1 -1
- package/src/tool/beat-rate-converter/i18n/en.ts +1 -1
- package/src/tool/demagnetizing-timer/components/TimerPanel.astro +45 -17
- package/src/tool/demagnetizing-timer/i18n/de.ts +2 -2
- package/src/tool/demagnetizing-timer/i18n/en.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/es.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/id.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/it.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/nl.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/pl.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/pt.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/ru.ts +3 -3
- package/src/tool/demagnetizing-timer/i18n/sv.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/tr.ts +1 -1
- package/src/tool/lume-color-simulator/i18n/de.ts +13 -13
- package/src/tool/lume-color-simulator/i18n/en.ts +8 -8
- package/src/tool/lume-color-simulator/i18n/es.ts +7 -7
- package/src/tool/lume-color-simulator/i18n/fr.ts +4 -4
- package/src/tool/lume-color-simulator/i18n/id.ts +7 -7
- package/src/tool/lume-color-simulator/i18n/it.ts +7 -7
- package/src/tool/lume-color-simulator/i18n/ko.ts +3 -3
- package/src/tool/lume-color-simulator/i18n/nl.ts +8 -8
- package/src/tool/lume-color-simulator/i18n/pl.ts +13 -13
- package/src/tool/lume-color-simulator/i18n/pt.ts +4 -4
- package/src/tool/lume-color-simulator/i18n/ru.ts +8 -8
- package/src/tool/lume-color-simulator/i18n/sv.ts +16 -16
- package/src/tool/lume-color-simulator/i18n/tr.ts +8 -8
- package/src/tool/lume-color-simulator/i18n/zh.ts +7 -7
- package/src/tool/moon-phase-visualizer/i18n/de.ts +10 -10
- package/src/tool/moon-phase-visualizer/i18n/en.ts +6 -6
- package/src/tool/moon-phase-visualizer/i18n/es.ts +4 -4
- package/src/tool/moon-phase-visualizer/i18n/fr.ts +4 -4
- package/src/tool/moon-phase-visualizer/i18n/id.ts +4 -4
- package/src/tool/moon-phase-visualizer/i18n/it.ts +4 -4
- package/src/tool/moon-phase-visualizer/i18n/ko.ts +2 -2
- package/src/tool/moon-phase-visualizer/i18n/nl.ts +6 -6
- package/src/tool/moon-phase-visualizer/i18n/pl.ts +9 -9
- package/src/tool/moon-phase-visualizer/i18n/pt.ts +4 -4
- package/src/tool/moon-phase-visualizer/i18n/ru.ts +4 -4
- package/src/tool/moon-phase-visualizer/i18n/sv.ts +10 -10
- package/src/tool/moon-phase-visualizer/i18n/tr.ts +6 -6
- package/src/tool/moon-phase-visualizer/i18n/zh.ts +4 -4
- package/src/tool/power-reserve-estimator/i18n/de.ts +2 -2
- package/src/tool/power-reserve-estimator/i18n/es.ts +2 -2
- package/src/tool/power-reserve-estimator/i18n/fr.ts +2 -2
- package/src/tool/power-reserve-estimator/i18n/id.ts +2 -2
- package/src/tool/power-reserve-estimator/i18n/it.ts +2 -2
- package/src/tool/power-reserve-estimator/i18n/nl.ts +2 -2
- package/src/tool/power-reserve-estimator/i18n/pt.ts +2 -2
- package/src/tool/service-interval-tracker/bibliography.astro +16 -0
- package/src/tool/service-interval-tracker/bibliography.ts +12 -0
- package/src/tool/service-interval-tracker/client.ts +233 -0
- package/src/tool/service-interval-tracker/component.astro +50 -0
- package/src/tool/service-interval-tracker/components/AddEditModal.astro +75 -0
- package/src/tool/service-interval-tracker/components/DashboardHeader.astro +14 -0
- package/src/tool/service-interval-tracker/components/EmptyState.astro +26 -0
- package/src/tool/service-interval-tracker/entry.ts +56 -0
- package/src/tool/service-interval-tracker/helpers.ts +82 -0
- package/src/tool/service-interval-tracker/i18n/de.ts +117 -0
- package/src/tool/service-interval-tracker/i18n/en.ts +170 -0
- package/src/tool/service-interval-tracker/i18n/es.ts +117 -0
- package/src/tool/service-interval-tracker/i18n/fr.ts +98 -0
- package/src/tool/service-interval-tracker/i18n/id.ts +89 -0
- package/src/tool/service-interval-tracker/i18n/it.ts +88 -0
- package/src/tool/service-interval-tracker/i18n/ja.ts +88 -0
- package/src/tool/service-interval-tracker/i18n/ko.ts +88 -0
- package/src/tool/service-interval-tracker/i18n/nl.ts +88 -0
- package/src/tool/service-interval-tracker/i18n/pl.ts +88 -0
- package/src/tool/service-interval-tracker/i18n/pt.ts +88 -0
- package/src/tool/service-interval-tracker/i18n/ru.ts +88 -0
- package/src/tool/service-interval-tracker/i18n/sv.ts +88 -0
- package/src/tool/service-interval-tracker/i18n/tr.ts +88 -0
- package/src/tool/service-interval-tracker/i18n/zh.ts +88 -0
- package/src/tool/service-interval-tracker/index.ts +11 -0
- package/src/tool/service-interval-tracker/renderer.ts +91 -0
- package/src/tool/service-interval-tracker/seo.astro +16 -0
- package/src/tool/service-interval-tracker/service-interval-tracker.css +767 -0
- package/src/tool/service-interval-tracker/utils.ts +58 -0
- package/src/tool/strap-taper-calculator/i18n/ru.ts +1 -1
- package/src/tool/tachymeter-calculator/bibliography.astro +16 -0
- package/src/tool/tachymeter-calculator/bibliography.ts +16 -0
- package/src/tool/tachymeter-calculator/client.ts +180 -0
- package/src/tool/tachymeter-calculator/component.astro +15 -0
- package/src/tool/tachymeter-calculator/components/CalculatorPanel.astro +121 -0
- package/src/tool/tachymeter-calculator/entry.ts +43 -0
- package/src/tool/tachymeter-calculator/i18n/de.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/en.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/es.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/fr.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/id.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/it.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/ja.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/ko.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/nl.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/pl.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/pt.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/ru.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/sv.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/tr.ts +172 -0
- package/src/tool/tachymeter-calculator/i18n/zh.ts +172 -0
- package/src/tool/tachymeter-calculator/index.ts +11 -0
- package/src/tool/tachymeter-calculator/seo.astro +16 -0
- package/src/tool/tachymeter-calculator/tachymeter-calculator.css +492 -0
- package/src/tool/tachymeter-calculator/utils.ts +10 -0
- package/src/tool/watch-accuracy-tracker/i18n/pl.ts +1 -1
- package/src/tool/watch-accuracy-tracker/i18n/ru.ts +4 -4
- package/src/tool/watch-savings-planner/i18n/en.ts +3 -3
- package/src/tool/watch-size-comparator/i18n/de.ts +30 -30
- package/src/tool/watch-size-comparator/i18n/en.ts +20 -20
- package/src/tool/watch-size-comparator/i18n/es.ts +16 -16
- package/src/tool/watch-size-comparator/i18n/fr.ts +18 -18
- package/src/tool/watch-size-comparator/i18n/id.ts +18 -18
- package/src/tool/watch-size-comparator/i18n/it.ts +18 -18
- package/src/tool/watch-size-comparator/i18n/ko.ts +11 -11
- package/src/tool/watch-size-comparator/i18n/nl.ts +20 -20
- package/src/tool/watch-size-comparator/i18n/pl.ts +27 -27
- package/src/tool/watch-size-comparator/i18n/pt.ts +17 -17
- package/src/tool/watch-size-comparator/i18n/ru.ts +18 -18
- package/src/tool/watch-size-comparator/i18n/sv.ts +29 -29
- package/src/tool/watch-size-comparator/i18n/tr.ts +20 -20
- package/src/tool/watch-size-comparator/i18n/zh.ts +17 -17
- package/src/tool/water-resistance-converter/i18n/de.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/en.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/es.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/id.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/ja.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/ko.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/nl.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/pl.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/pt.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/ru.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/sv.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/tr.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/zh.ts +1 -1
- package/src/tool/wrist-presence-calculator/i18n/de.ts +1 -1
- package/src/tool/wrist-presence-calculator/i18n/ru.ts +18 -18
- package/src/tools.ts +4 -0
package/package.json
CHANGED
package/src/category/index.ts
CHANGED
|
@@ -10,6 +10,8 @@ import { strapTaperCalculator } from '../tool/strap-taper-calculator/entry';
|
|
|
10
10
|
import { watchSizeComparator } from '../tool/watch-size-comparator/entry';
|
|
11
11
|
import { lumeColorSimulator } from '../tool/lume-color-simulator/entry';
|
|
12
12
|
import { moonPhaseVisualizer } from '../tool/moon-phase-visualizer/entry';
|
|
13
|
+
import { tachymeterCalculator } from '../tool/tachymeter-calculator/entry';
|
|
14
|
+
import { serviceIntervalTracker } from '../tool/service-interval-tracker/entry';
|
|
13
15
|
|
|
14
16
|
export const chronoCategory: ChronoCategoryEntry = {
|
|
15
17
|
icon: 'mdi:clock-outline',
|
|
@@ -25,6 +27,8 @@ export const chronoCategory: ChronoCategoryEntry = {
|
|
|
25
27
|
watchSizeComparator,
|
|
26
28
|
lumeColorSimulator,
|
|
27
29
|
moonPhaseVisualizer,
|
|
30
|
+
tachymeterCalculator,
|
|
31
|
+
serviceIntervalTracker,
|
|
28
32
|
],
|
|
29
33
|
i18n: {
|
|
30
34
|
de: () => import('./i18n/de').then((m) => m.content),
|
package/src/entries.ts
CHANGED
|
@@ -22,6 +22,10 @@ export { lumeColorSimulator } from './tool/lume-color-simulator/entry';
|
|
|
22
22
|
export type { LumeColorSimulatorUI, LumeColorSimulatorLocaleContent } from './tool/lume-color-simulator/entry';
|
|
23
23
|
export { moonPhaseVisualizer } from './tool/moon-phase-visualizer/entry';
|
|
24
24
|
export type { MoonPhaseVisualizerUI, MoonPhaseVisualizerLocaleContent } from './tool/moon-phase-visualizer/entry';
|
|
25
|
+
export { tachymeterCalculator } from './tool/tachymeter-calculator/entry';
|
|
26
|
+
export type { TachymeterCalculatorUI, TachymeterCalculatorLocaleContent } from './tool/tachymeter-calculator/entry';
|
|
27
|
+
export { serviceIntervalTracker } from './tool/service-interval-tracker/entry';
|
|
28
|
+
export type { ServiceIntervalTrackerUI, ServiceIntervalTrackerLocaleContent } from './tool/service-interval-tracker/entry';
|
|
25
29
|
export { chronoCategory } from './category';
|
|
26
30
|
|
|
27
31
|
import { watchAccuracyTracker } from './tool/watch-accuracy-tracker/entry';
|
|
@@ -36,6 +40,8 @@ import { strapTaperCalculator } from './tool/strap-taper-calculator/entry';
|
|
|
36
40
|
import { watchSizeComparator } from './tool/watch-size-comparator/entry';
|
|
37
41
|
import { lumeColorSimulator } from './tool/lume-color-simulator/entry';
|
|
38
42
|
import { moonPhaseVisualizer } from './tool/moon-phase-visualizer/entry';
|
|
43
|
+
import { tachymeterCalculator } from './tool/tachymeter-calculator/entry';
|
|
44
|
+
import { serviceIntervalTracker } from './tool/service-interval-tracker/entry';
|
|
39
45
|
|
|
40
|
-
export const ALL_ENTRIES = [watchAccuracyTracker, wristPresenceCalculator, demagnetizingTimer, watchSavingsPlanner, crownReferenceGuide, powerReserveEstimator, beatRateConverter, waterResistanceConverter, strapTaperCalculator, watchSizeComparator, lumeColorSimulator, moonPhaseVisualizer];
|
|
46
|
+
export const ALL_ENTRIES = [watchAccuracyTracker, wristPresenceCalculator, demagnetizingTimer, watchSavingsPlanner, crownReferenceGuide, powerReserveEstimator, beatRateConverter, waterResistanceConverter, strapTaperCalculator, watchSizeComparator, lumeColorSimulator, moonPhaseVisualizer, tachymeterCalculator, serviceIntervalTracker];
|
|
41
47
|
|
package/src/index.ts
CHANGED
|
@@ -12,6 +12,8 @@ export { strapTaperCalculator, STRAP_TAPER_CALCULATOR_TOOL } from './tool/strap-
|
|
|
12
12
|
export { watchSizeComparator, WATCH_SIZE_COMPARATOR_TOOL } from './tool/watch-size-comparator';
|
|
13
13
|
export { lumeColorSimulator, LUME_COLOR_SIMULATOR_TOOL } from './tool/lume-color-simulator';
|
|
14
14
|
export { moonPhaseVisualizer, MOON_PHASE_VISUALIZER_TOOL } from './tool/moon-phase-visualizer';
|
|
15
|
+
export { tachymeterCalculator, TACHYMETER_CALCULATOR_TOOL } from './tool/tachymeter-calculator';
|
|
16
|
+
export { serviceIntervalTracker, SERVICE_INTERVAL_TRACKER_TOOL } from './tool/service-interval-tracker';
|
|
15
17
|
|
|
16
18
|
export type {
|
|
17
19
|
KnownLocale,
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { describe, it, expect } from 'vitest';
|
|
2
|
+
import fs from 'node:fs';
|
|
3
|
+
import path from 'node:path';
|
|
4
|
+
|
|
5
|
+
function getFiles(dir: string): string[] {
|
|
6
|
+
const results: string[] = [];
|
|
7
|
+
if (!fs.existsSync(dir)) {
|
|
8
|
+
return results;
|
|
9
|
+
}
|
|
10
|
+
const list = fs.readdirSync(dir);
|
|
11
|
+
for (const file of list) {
|
|
12
|
+
const fullPath = path.join(dir, file);
|
|
13
|
+
const stat = fs.statSync(fullPath);
|
|
14
|
+
if (stat && stat.isDirectory()) {
|
|
15
|
+
if (file !== 'tests' && file !== 'node_modules' && file !== '.astro') {
|
|
16
|
+
results.push(...getFiles(fullPath));
|
|
17
|
+
}
|
|
18
|
+
} else {
|
|
19
|
+
results.push(fullPath);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
return results;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
const srcDir = path.join(process.cwd(), 'src');
|
|
26
|
+
const scriptsDir = path.join(process.cwd(), 'scripts');
|
|
27
|
+
const filesToTest = [
|
|
28
|
+
...getFiles(srcDir),
|
|
29
|
+
...getFiles(scriptsDir),
|
|
30
|
+
];
|
|
31
|
+
|
|
32
|
+
describe('En-Dash Character Validation', () => {
|
|
33
|
+
filesToTest.forEach((filePath) => {
|
|
34
|
+
const relativePath = path.relative(process.cwd(), filePath);
|
|
35
|
+
it(`should not contain en-dash in ${relativePath}`, () => {
|
|
36
|
+
const content = fs.readFileSync(filePath, 'utf-8');
|
|
37
|
+
const hasEnDash = content.includes('\u2013') || content.includes('–');
|
|
38
|
+
expect(hasEnDash).toBe(false);
|
|
39
|
+
});
|
|
40
|
+
});
|
|
41
|
+
});
|
|
@@ -4,7 +4,7 @@ import { bibliography } from '../bibliography';
|
|
|
4
4
|
|
|
5
5
|
export const content: ToolLocaleContent<BeatRateConverterUI> = {
|
|
6
6
|
slug: 'beat-rate-converter',
|
|
7
|
-
title: 'Watch Beat Rate Converter
|
|
7
|
+
title: 'Watch Beat Rate Converter: H to Hz & s/d Calculator',
|
|
8
8
|
description: 'Convert vibrations per hour (VPH) to Hertz, ticks per second, and calculate the daily rate impact of a single lost tick. Works with ETA, Sellita, Miyota, Seiko, Rolex, Omega, and Zenith calibers.',
|
|
9
9
|
ui: {
|
|
10
10
|
title: 'Beat Rate Converter',
|
|
@@ -14,43 +14,56 @@ const { labels } = Astro.props;
|
|
|
14
14
|
<svg class="timer-svg" viewBox="0 0 120 120">
|
|
15
15
|
<defs>
|
|
16
16
|
<filter id="glow">
|
|
17
|
-
<feGaussianBlur stdDeviation="2.5" result="blur"
|
|
17
|
+
<feGaussianBlur stdDeviation="2.5" result="blur"></feGaussianBlur>
|
|
18
18
|
<feMerge>
|
|
19
|
-
<feMergeNode in="blur"
|
|
20
|
-
<feMergeNode in="SourceGraphic"
|
|
19
|
+
<feMergeNode in="blur"></feMergeNode>
|
|
20
|
+
<feMergeNode in="SourceGraphic"></feMergeNode>
|
|
21
21
|
</feMerge>
|
|
22
22
|
</filter>
|
|
23
23
|
</defs>
|
|
24
|
-
<circle class="timer-bg-ring" cx="60" cy="60" r="52"
|
|
25
|
-
<circle
|
|
26
|
-
|
|
24
|
+
<circle class="timer-bg-ring" cx="60" cy="60" r="52"></circle>
|
|
25
|
+
<circle
|
|
26
|
+
class="timer-progress-ring"
|
|
27
|
+
id="timer-progress-ring"
|
|
28
|
+
cx="60"
|
|
29
|
+
cy="60"
|
|
30
|
+
r="52"
|
|
31
|
+
stroke-dasharray="326.73"
|
|
32
|
+
stroke-dashoffset="0"
|
|
33
|
+
filter="url(#glow)"></circle>
|
|
27
34
|
</svg>
|
|
28
35
|
<div class="timer-text" id="timer-text">
|
|
29
36
|
<span class="timer-value" id="timer-value">0.0</span>
|
|
30
|
-
<span class="timer-unit" id="timer-unit">{labels.seconds || "s"}</span
|
|
37
|
+
<span class="timer-unit" id="timer-unit">{labels.seconds || "s"}</span
|
|
38
|
+
>
|
|
31
39
|
</div>
|
|
32
40
|
<div class="timer-glow-ring" id="timer-glow-ring"></div>
|
|
33
41
|
</div>
|
|
34
42
|
</div>
|
|
35
|
-
<div class="timer-status-pill" id="timer-status">
|
|
43
|
+
<div class="timer-status-pill" id="timer-status">
|
|
44
|
+
{labels.ready || "Ready"}
|
|
45
|
+
</div>
|
|
36
46
|
</div>
|
|
37
47
|
|
|
38
48
|
<div class="timer-controls">
|
|
39
49
|
<button type="button" class="timer-btn start-btn" id="start-btn">
|
|
40
50
|
<svg class="btn-icon" viewBox="0 0 24 24" width="18" height="18">
|
|
41
|
-
<path d="M8 5v14l11-7z" fill="currentColor"
|
|
51
|
+
<path d="M8 5v14l11-7z" fill="currentColor"></path>
|
|
42
52
|
</svg>
|
|
43
53
|
{labels.startButton || "Start"}
|
|
44
54
|
</button>
|
|
45
55
|
<button type="button" class="timer-btn stop-btn" id="stop-btn" disabled>
|
|
46
56
|
<svg class="btn-icon" viewBox="0 0 24 24" width="18" height="18">
|
|
47
|
-
<rect x="6" y="6" width="12" height="12" rx="1" fill="currentColor"
|
|
57
|
+
<rect x="6" y="6" width="12" height="12" rx="1" fill="currentColor"
|
|
58
|
+
></rect>
|
|
48
59
|
</svg>
|
|
49
60
|
{labels.stopButton || "Stop"}
|
|
50
61
|
</button>
|
|
51
62
|
<button type="button" class="timer-btn reset-btn" id="reset-btn">
|
|
52
63
|
<svg class="btn-icon" viewBox="0 0 24 24" width="18" height="18">
|
|
53
|
-
<path
|
|
64
|
+
<path
|
|
65
|
+
d="M17.65 6.35A7.958 7.958 0 0012 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08A5.99 5.99 0 0112 18c-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z"
|
|
66
|
+
fill="currentColor"></path>
|
|
54
67
|
</svg>
|
|
55
68
|
</button>
|
|
56
69
|
</div>
|
|
@@ -67,26 +80,41 @@ const { labels } = Astro.props;
|
|
|
67
80
|
<div class="steps-section">
|
|
68
81
|
<div class="step-row">
|
|
69
82
|
<div class="step-marker">1</div>
|
|
70
|
-
<span class="step-text"
|
|
83
|
+
<span class="step-text"
|
|
84
|
+
>{labels.step1 || "Place watch on demagnetizer."}</span
|
|
85
|
+
>
|
|
71
86
|
</div>
|
|
72
87
|
<div class="step-row">
|
|
73
88
|
<div class="step-marker">2</div>
|
|
74
|
-
<span class="step-text"
|
|
89
|
+
<span class="step-text"
|
|
90
|
+
>{labels.step2 || "Press Start, hold button for set duration."}</span
|
|
91
|
+
>
|
|
75
92
|
</div>
|
|
76
93
|
<div class="step-row">
|
|
77
94
|
<div class="step-marker">3</div>
|
|
78
|
-
<span class="step-text"
|
|
95
|
+
<span class="step-text"
|
|
96
|
+
>{labels.step3 || "Release button, move watch away slowly."}</span
|
|
97
|
+
>
|
|
79
98
|
</div>
|
|
80
99
|
<div class="step-row">
|
|
81
100
|
<div class="step-marker">4</div>
|
|
82
|
-
<span class="step-text"
|
|
101
|
+
<span class="step-text"
|
|
102
|
+
>{labels.step4 || "Repeat 2-3 times, rotating the watch."}</span
|
|
103
|
+
>
|
|
83
104
|
</div>
|
|
84
105
|
</div>
|
|
85
106
|
|
|
86
107
|
<div class="tip-row">
|
|
87
108
|
<svg class="tip-icon" viewBox="0 0 24 24" width="16" height="16">
|
|
88
|
-
<path
|
|
109
|
+
<path
|
|
110
|
+
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"
|
|
111
|
+
fill="currentColor"></path>
|
|
89
112
|
</svg>
|
|
90
|
-
<span class="tip-text"
|
|
113
|
+
<span class="tip-text"
|
|
114
|
+
>{
|
|
115
|
+
labels.tipContent ||
|
|
116
|
+
"Keep the watch at least 1 meter away when powered on."
|
|
117
|
+
}</span
|
|
118
|
+
>
|
|
91
119
|
</div>
|
|
92
120
|
</div>
|
|
@@ -26,7 +26,7 @@ export const content: ToolLocaleContent<DemagnetizingTimerUI> = {
|
|
|
26
26
|
step1: 'Legen Sie die Uhr auf die Entmagnetisierer-Plattform.',
|
|
27
27
|
step2: 'Drücken Sie Start und halten Sie die Entmagnetisierer-Taste für die eingestellte Dauer gedrückt.',
|
|
28
28
|
step3: 'Lassen Sie die Taste los und bewegen Sie die Uhr langsam weg.',
|
|
29
|
-
step4: 'Wiederholen Sie den Vorgang 2
|
|
29
|
+
step4: 'Wiederholen Sie den Vorgang 2-3 Mal und drehen Sie die Uhr dabei jeweils.',
|
|
30
30
|
tipTitle: 'Tipp',
|
|
31
31
|
tipContent: 'Halten Sie die Uhr mindestens 1 Meter vom Entmagnetisierer entfernt, wenn er eingeschaltet ist, um eine erneute Magnetisierung zu vermeiden.',
|
|
32
32
|
},
|
|
@@ -38,7 +38,7 @@ export const content: ToolLocaleContent<DemagnetizingTimerUI> = {
|
|
|
38
38
|
{ type: 'title', text: 'Wie ein Entmagnetisierer funktioniert', level: 3 },
|
|
39
39
|
{ type: 'paragraph', html: 'Ein Entmagnetisierer ist im Wesentlichen eine Drahtspule, die bei Bestromung ein starkes magnetisches Wechselfeld erzeugt. Wird eine magnetisierte Uhr in dieses Feld gelegt, kippen ihre internen magnetischen Domänen schnell hin und her. Wird das Feld abrupt abgeschaltet (durch Loslassen der Taste), setzen sich die Domänen in einem zufälligen Muster fest und heben die Nettomagnetisierung effektiv auf.' },
|
|
40
40
|
{ type: 'title', text: 'Anzeichen, dass Ihre Uhr entmagnetisiert werden muss', level: 3 },
|
|
41
|
-
{ type: 'paragraph', html: 'Häufige Symptome einer magnetisierten Uhr sind: tägliches Vorlaufen um mehrere Minuten, inkonsistenter Gang in verschiedenen Positionen, ein hörbar schnelleres Tickgeräusch und in extremen Fällen ein völliger Stillstand. Wenn Ihre Automatikuhr plötzlich schnell läuft, ist oft eine Magnetisierung die Ursache
|
|
41
|
+
{ type: 'paragraph', html: 'Häufige Symptome einer magnetisierten Uhr sind: tägliches Vorlaufen um mehrere Minuten, inkonsistenter Gang in verschiedenen Positionen, ein hörbar schnelleres Tickgeräusch und in extremen Fällen ein völliger Stillstand. Wenn Ihre Automatikuhr plötzlich schnell läuft, ist oft eine Magnetisierung die Ursache - und die Entmagnetisierung eine einfache Lösung.' },
|
|
42
42
|
],
|
|
43
43
|
faq: [
|
|
44
44
|
{
|
|
@@ -26,7 +26,7 @@ export const content: ToolLocaleContent<DemagnetizingTimerUI> = {
|
|
|
26
26
|
step1: 'Place the watch on the demagnetizer platform.',
|
|
27
27
|
step2: 'Press Start and hold the demagnetizer button for the set duration.',
|
|
28
28
|
step3: 'Release the button and slowly move the watch away.',
|
|
29
|
-
step4: 'Repeat 2
|
|
29
|
+
step4: 'Repeat 2-3 times if needed, rotating the watch each time.',
|
|
30
30
|
tipTitle: 'Tip',
|
|
31
31
|
tipContent: 'Keep the watch at least 1 meter away from the demagnetizer when powered on to avoid re-magnetization.',
|
|
32
32
|
},
|
|
@@ -26,7 +26,7 @@ export const content: ToolLocaleContent<DemagnetizingTimerUI> = {
|
|
|
26
26
|
step1: 'Coloca el reloj sobre la plataforma del desmagnetizador.',
|
|
27
27
|
step2: 'Presiona Inicio y mantén el botón del desmagnetizador durante el tiempo configurado.',
|
|
28
28
|
step3: 'Suelta el botón y aleja el reloj lentamente.',
|
|
29
|
-
step4: 'Repite 2
|
|
29
|
+
step4: 'Repite 2-3 veces si es necesario, girando el reloj cada vez.',
|
|
30
30
|
tipTitle: 'Consejo',
|
|
31
31
|
tipContent: 'Mantén el reloj al menos 1 metro de distancia del desmagnetizador encendido para evitar re-imantación.',
|
|
32
32
|
},
|
|
@@ -26,7 +26,7 @@ export const content: ToolLocaleContent<DemagnetizingTimerUI> = {
|
|
|
26
26
|
step1: 'Tempatkan jam tangan di atas platform demagnetizer.',
|
|
27
27
|
step2: 'Tekan Mulai dan tahan tombol demagnetizer selama durasi yang ditentukan.',
|
|
28
28
|
step3: 'Lepaskan tombol dan perlahan jauhkan jam tangan.',
|
|
29
|
-
step4: 'Ulangi 2
|
|
29
|
+
step4: 'Ulangi 2-3 kali jika perlu, putar jam tangan setiap kali.',
|
|
30
30
|
tipTitle: 'Tips',
|
|
31
31
|
tipContent: 'Jaga jarak jam tangan minimal 1 meter dari demagnetizer saat menyala untuk menghindari magnetisasi ulang.',
|
|
32
32
|
},
|
|
@@ -26,7 +26,7 @@ export const content: ToolLocaleContent<DemagnetizingTimerUI> = {
|
|
|
26
26
|
step1: 'Posiziona l\'orologio sulla piattaforma dello smagnetizzatore.',
|
|
27
27
|
step2: 'Premi Avvia e tieni premuto il pulsante dello smagnetizzatore per la durata impostata.',
|
|
28
28
|
step3: 'Rilascia il pulsante e allontana lentamente l\'orologio.',
|
|
29
|
-
step4: 'Ripeti 2
|
|
29
|
+
step4: 'Ripeti 2-3 volte se necessario, ruotando l\'orologio ogni volta.',
|
|
30
30
|
tipTitle: 'Consiglio',
|
|
31
31
|
tipContent: 'Tieni l\'orologio ad almeno 1 metro di distanza dallo smagnetizzatore acceso per evitare una nuova magnetizzazione.',
|
|
32
32
|
},
|
|
@@ -26,7 +26,7 @@ export const content: ToolLocaleContent<DemagnetizingTimerUI> = {
|
|
|
26
26
|
step1: 'Plaats het horloge op het ontmagnetiseerplatform.',
|
|
27
27
|
step2: 'Druk op Start en houd de ontmagnetiseerknop ingedrukt voor de ingestelde duur.',
|
|
28
28
|
step3: 'Laat de knop los en beweeg het horloge langzaam weg.',
|
|
29
|
-
step4: 'Herhaal 2
|
|
29
|
+
step4: 'Herhaal 2-3 keer indien nodig, draai het horloge elke keer.',
|
|
30
30
|
tipTitle: 'Tip',
|
|
31
31
|
tipContent: 'Houd het horloge minstens 1 meter verwijderd van de ingeschakelde ontmagnetiseerder om her-magnetisatie te voorkomen.',
|
|
32
32
|
},
|
|
@@ -26,7 +26,7 @@ export const content: ToolLocaleContent<DemagnetizingTimerUI> = {
|
|
|
26
26
|
step1: 'Umieść zegarek na platformie odmagnesowacza.',
|
|
27
27
|
step2: 'Naciśnij Start i przytrzymaj przycisk odmagnesowacza przez ustawiony czas.',
|
|
28
28
|
step3: 'Puść przycisk i powoli odsuń zegarek.',
|
|
29
|
-
step4: 'Powtórz 2
|
|
29
|
+
step4: 'Powtórz 2-3 razy, jeśli potrzeba, obracając za każdym razem zegarek.',
|
|
30
30
|
tipTitle: 'Wskazówka',
|
|
31
31
|
tipContent: 'Trzymaj zegarek co najmniej 1 metr od włączonego odmagnesowacza, aby uniknąć ponownego namagnesowania.',
|
|
32
32
|
},
|
|
@@ -26,7 +26,7 @@ export const content: ToolLocaleContent<DemagnetizingTimerUI> = {
|
|
|
26
26
|
step1: 'Coloque o relógio na plataforma do desmagnetizador.',
|
|
27
27
|
step2: 'Pressione Iniciar e segure o botão do desmagnetizador pela duração definida.',
|
|
28
28
|
step3: 'Solte o botão e afaste lentamente o relógio.',
|
|
29
|
-
step4: 'Repita 2
|
|
29
|
+
step4: 'Repita 2-3 vezes se necessário, girando o relógio a cada vez.',
|
|
30
30
|
tipTitle: 'Dica',
|
|
31
31
|
tipContent: 'Mantenha o relógio a pelo menos 1 metro de distância do desmagnetizador ligado para evitar remagnetização.',
|
|
32
32
|
},
|
|
@@ -26,7 +26,7 @@ export const content: ToolLocaleContent<DemagnetizingTimerUI> = {
|
|
|
26
26
|
step1: 'Поместите часы на платформу размагничивателя.',
|
|
27
27
|
step2: 'Нажмите Старт и удерживайте кнопку размагничивателя в течение заданного времени.',
|
|
28
28
|
step3: 'Отпустите кнопку и медленно отодвиньте часы.',
|
|
29
|
-
step4: 'При необходимости повторите 2
|
|
29
|
+
step4: 'При необходимости повторите 2-3 раза, каждый раз поворачивая часы.',
|
|
30
30
|
tipTitle: 'Совет',
|
|
31
31
|
tipContent: 'Держите часы на расстоянии не менее 1 метра от включённого размагничивателя, чтобы избежать повторного намагничивания.',
|
|
32
32
|
},
|
|
@@ -47,7 +47,7 @@ export const content: ToolLocaleContent<DemagnetizingTimerUI> = {
|
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
question: 'Можно ли размагничивать часы несколько раз?',
|
|
50
|
-
answer: 'Да. Повторите процесс 2
|
|
50
|
+
answer: 'Да. Повторите процесс 2-3 раза, каждый раз поворачивая часы на 90 градусов. Это обеспечивает воздействие переменного поля на все оси. Риска чрезмерного размагничивания нет.',
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
question: 'Действует ли размагничивание на кварцевые часы?',
|
|
@@ -91,7 +91,7 @@ export const content: ToolLocaleContent<DemagnetizingTimerUI> = {
|
|
|
91
91
|
'name': 'Можно ли размагничивать часы несколько раз?',
|
|
92
92
|
'acceptedAnswer': {
|
|
93
93
|
'@type': 'Answer',
|
|
94
|
-
'text': 'Да. Повторите процесс 2
|
|
94
|
+
'text': 'Да. Повторите процесс 2-3 раза, каждый раз поворачивая часы на 90 градусов. Это обеспечивает воздействие переменного поля на все оси. Риска чрезмерного размагничивания нет.',
|
|
95
95
|
},
|
|
96
96
|
},
|
|
97
97
|
{
|
|
@@ -26,7 +26,7 @@ export const content: ToolLocaleContent<DemagnetizingTimerUI> = {
|
|
|
26
26
|
step1: 'Placera klockan på avmagnetiseringsplattformen.',
|
|
27
27
|
step2: 'Tryck på Starta och håll avmagnetiseringsknappen intryckt under den inställda tiden.',
|
|
28
28
|
step3: 'Släpp knappen och flytta långsamt bort klockan.',
|
|
29
|
-
step4: 'Upprepa 2
|
|
29
|
+
step4: 'Upprepa 2-3 gånger om det behövs, vrid klockan varje gång.',
|
|
30
30
|
tipTitle: 'Tips',
|
|
31
31
|
tipContent: 'Håll klockan minst 1 meter från den påslagna avmagnetiseraren för att undvika återmagnetisering.',
|
|
32
32
|
},
|
|
@@ -26,7 +26,7 @@ export const content: ToolLocaleContent<DemagnetizingTimerUI> = {
|
|
|
26
26
|
step1: 'Saati demanyetizatör platformuna yerleştirin.',
|
|
27
27
|
step2: 'Başlat\'a basın ve demanyetizatör düğmesini ayarlanan süre boyunca basılı tutun.',
|
|
28
28
|
step3: 'Düğmeyi bırakın ve saati yavaşça uzaklaştırın.',
|
|
29
|
-
step4: 'Gerekirse 2
|
|
29
|
+
step4: 'Gerekirse 2-3 kez tekrarlayın, her seferinde saati döndürün.',
|
|
30
30
|
tipTitle: 'İpucu',
|
|
31
31
|
tipContent: 'Yeniden mıknatıslanmayı önlemek için saati, güç açıkken demanyetizatörden en az 1 metre uzakta tutun.',
|
|
32
32
|
},
|
|
@@ -4,10 +4,10 @@ import { bibliography } from '../bibliography';
|
|
|
4
4
|
|
|
5
5
|
export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
|
|
6
6
|
slug: 'leuchtfarben-simulator',
|
|
7
|
-
title: 'Leuchtfarben
|
|
7
|
+
title: 'Leuchtfarben Simulator: Zifferblatt Leuchten visualisieren',
|
|
8
8
|
description: 'Verschaffe dir einen visuellen Eindruck verschiedener Leuchtfarben in Echtzeit. Vergleiche C1, C3, BGW9, LumiNova und mehr bei unterschiedlicher Umgebungshelligkeit.',
|
|
9
9
|
ui: {
|
|
10
|
-
title: 'Leuchtfarben
|
|
10
|
+
title: 'Leuchtfarben Simulator',
|
|
11
11
|
lumeType: 'Leuchttyp',
|
|
12
12
|
brightness: 'Umgebungshelligkeit',
|
|
13
13
|
dark: 'Dunkel',
|
|
@@ -37,8 +37,8 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
|
|
|
37
37
|
tipContent: 'Die Leuchtkraft hängt von der Pigmentqualität und der aufgenommenen Lichtmenge ab. BGW9 leuchtet blau-weiß und ist am hellsten, während Vintage-Leuchten einen warmen, gedimmten Schein abgeben.',
|
|
38
38
|
},
|
|
39
39
|
seo: [
|
|
40
|
-
{ type: 'title', text: 'Uhren-Leuchtfarben-Simulator
|
|
41
|
-
{ type: 'paragraph', html: 'Die Leuchtfarbe ist eine der persönlichsten Entscheidungen beim Uhrensammeln. Bevorzugst du das klassische grüne Leuchten von <strong>C1 Super-LumiNova</strong> oder das eisige Blau von <strong>BGW9</strong>? Dieser Simulator zeigt dir, wie jeder Leuchttyp bei verschiedenen Helligkeitsstufen aussieht
|
|
40
|
+
{ type: 'title', text: 'Uhren-Leuchtfarben-Simulator - Echtzeit-Leuchtkraft-Visualisierung', level: 2 },
|
|
41
|
+
{ type: 'paragraph', html: 'Die Leuchtfarbe ist eine der persönlichsten Entscheidungen beim Uhrensammeln. Bevorzugst du das klassische grüne Leuchten von <strong>C1 Super-LumiNova</strong> oder das eisige Blau von <strong>BGW9</strong>? Dieser Simulator zeigt dir, wie jeder Leuchttyp bei verschiedenen Helligkeitsstufen aussieht - von vollem Tageslicht bis zur tiefsten Dunkelheit, mit exakten <strong>HEX- und RGB-Werten</strong> für jeden Farbton.' },
|
|
42
42
|
{ type: 'title', text: 'Super-LumiNova-Typen im Vergleich', level: 3 },
|
|
43
43
|
{
|
|
44
44
|
type: 'table', headers: ['Typ', 'Tagesfarbe', 'Leuchtfarbe', 'Helligkeit', 'Geeignet für'], rows: [
|
|
@@ -52,17 +52,17 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
|
|
|
52
52
|
['Grün', 'Hellgrün', 'Grün', 'Hell', 'Militärische Uhren'],
|
|
53
53
|
]
|
|
54
54
|
},
|
|
55
|
-
{ type: 'title', text: 'C1 vs. C3 vs. BGW9
|
|
55
|
+
{ type: 'title', text: 'C1 vs. C3 vs. BGW9 - Welchen solltest du wählen?', level: 3 },
|
|
56
56
|
{
|
|
57
57
|
type: 'comparative', columns: 2, items: [
|
|
58
|
-
{ title: 'C1 Klassisches Grün', icon: 'mdi:lightbulb-on', description: 'Die ursprüngliche Super-LumiNova-Formulierung. Leuchtet grün mit mittlerer Helligkeit. Eine sichere, klassische Wahl, die zu jedem Uhrenstil passt.', points: ['Mittlere Helligkeit, 4
|
|
59
|
-
{ title: 'C3 Super
|
|
58
|
+
{ title: 'C1 Klassisches Grün', icon: 'mdi:lightbulb-on', description: 'Die ursprüngliche Super-LumiNova-Formulierung. Leuchtet grün mit mittlerer Helligkeit. Eine sichere, klassische Wahl, die zu jedem Uhrenstil passt.', points: ['Mittlere Helligkeit, 4-6 h sichtbar', 'Grünes Leuchten, warmer Ton', 'Günstigste Formulierung', 'Häufig in Einsteigeruhren'], highlight: false },
|
|
59
|
+
{ title: 'C3 Super Gruen', icon: 'mdi:lightning-bolt', description: 'Das hellste grüne Leuchtmittel. Wird in professionellen Taucheruhren verwendet, bei denen die Ablesbarkeit unter Wasser entscheidend ist. Maximale Leuchtkraft bei minimaler Aufladung.', points: ['Höchste Helligkeit, 8-12 h sichtbar', 'Gelbgrün bei Tageslicht', 'Bevorzugt von Seiko, Citizen, Omega', 'Am besten für Lesbarkeit bei wenig Licht'], highlight: true },
|
|
60
60
|
]
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
type: 'comparative', columns: 2, items: [
|
|
64
|
-
{ title: 'BGW9 Eisblau', icon: 'mdi:snowflake', description: 'Leuchtet blau-weiß statt grün. Etwas weniger hell als C3, aber wegen seiner klaren, modernen Ästhetik geschätzt. Beliebt in luxuriösen Sportuhren.', points: ['Hohe Helligkeit, 6
|
|
65
|
-
{ title: 'Vintage
|
|
64
|
+
{ title: 'BGW9 Eisblau', icon: 'mdi:snowflake', description: 'Leuchtet blau-weiß statt grün. Etwas weniger hell als C3, aber wegen seiner klaren, modernen Ästhetik geschätzt. Beliebt in luxuriösen Sportuhren.', points: ['Hohe Helligkeit, 6-10 h sichtbar', 'Blau-weißes Leuchten, neutraler Ton', 'Klare, moderne Optik bei Tageslicht', 'Verwendet von Tudor, Grand Seiko, Omega'], highlight: true },
|
|
65
|
+
{ title: 'Vintage Radium Stil', icon: 'mdi:fire', description: 'Warmer Beige-/Cremeton, der an das Radium-Leuchten der 1960er Jahre erinnert. Absichtlich gedimmter für die authentische Optik. Das Leuchten ist warm, dezent und altert wunderschön.', points: ['Niedrige Helligkeit, 2-4 h sichtbar', 'Warmes Creme bis gedämpftes Bernstein', 'Gealtertes Aussehen ohne Radioaktivität', 'Beliebt in Heritage-Neuauflagen'], highlight: false },
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
68
|
{ type: 'diagnostic', variant: 'info', title: 'Helligkeit ist nicht alles', icon: 'mdi:palette', html: 'Das hellste Leuchtmittel (C3) ist nicht immer die beste Wahl. <strong>BGW9</strong> tauscht einen kleinen Helligkeitsunterschied gegen einen neutraleren, moderneren Look, den viele Sammler bevorzugen. <strong>Vintage-Leuchten</strong> stellen die epochengerechte Optik über die Leistung. Entscheide dich danach, was dir am wichtigsten ist: <strong>maximale Leuchtkraft, moderne Ästhetik oder Heritage-Authentizität.</strong>' },
|
|
@@ -70,8 +70,8 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
|
|
|
70
70
|
{
|
|
71
71
|
type: 'glossary', items: [
|
|
72
72
|
{ term: 'Super-LumiNova', definition: 'Ein photolumineszierendes Pigment auf Strontiumaluminat-Basis. Es absorbiert UV- und sichtbares Licht und gibt es als Leuchten wieder. Nicht radioaktiv und unbedenklich. Ursprünglich 1993 von Nemoto & Co. entwickelt.' },
|
|
73
|
-
{ term: 'Aufladezeit', definition: 'Die Dauer der Lichteinwirkung, die nötig ist, um das Leuchtpigment zu sättigen. Eine vollständige Aufladung dauert 10
|
|
74
|
-
{ term: 'Leuchtdauer', definition: 'Wie lange das Leuchten nach dem Aufladen sichtbar bleibt. Hochwertiges Super-LumiNova leuchtet 6
|
|
73
|
+
{ term: 'Aufladezeit', definition: 'Die Dauer der Lichteinwirkung, die nötig ist, um das Leuchtpigment zu sättigen. Eine vollständige Aufladung dauert 10-30 Minuten unter direktem Sonnenlicht oder UV. Längere Aufladung = längeres und helleres Leuchten.' },
|
|
74
|
+
{ term: 'Leuchtdauer', definition: 'Wie lange das Leuchten nach dem Aufladen sichtbar bleibt. Hochwertiges Super-LumiNova leuchtet 6-12 Stunden sichtbar. Die hellste Phase sind die ersten 30 Minuten nach dem Aufladen.' },
|
|
75
75
|
{ term: 'Pigmentqualität', definition: 'Die Qualität der Strontiumaluminat-Kristalle. Hochwertigere Pigmente (C3, BGW9) verwenden größere, gleichmäßigere Kristalle für ein helleres und längeres Leuchten. Niedrigere Qualitätsstufen (LumiNova) verwenden kleinere Kristalle und sind dunkler.' },
|
|
76
76
|
]
|
|
77
77
|
},
|
|
@@ -81,7 +81,7 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
|
|
|
81
81
|
'Für einen modernen Luxus-Look: BGW9 ist der aktuelle Favorit unter den High-End-Uhrenmarken.',
|
|
82
82
|
'Für Vintage-/Heritage-Bauten: Verwende Vintage oder Orange für epochengerechte Wärme.',
|
|
83
83
|
'C1 ist der Allrounder: gute Helligkeit, klassisches Grün, erschwinglich.',
|
|
84
|
-
'Die Leuchtfarbe bei Tageslicht unterscheidet sich deutlich von der Leuchtfarbe
|
|
84
|
+
'Die Leuchtfarbe bei Tageslicht unterscheidet sich deutlich von der Leuchtfarbe - nutze den Simulator, um beide zu vergleichen.',
|
|
85
85
|
]
|
|
86
86
|
},
|
|
87
87
|
],
|
|
@@ -100,7 +100,7 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
|
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
question: 'Wie lange hält Leuchtfarbe?',
|
|
103
|
-
answer: 'Nach vollständiger Aufladung unter hellem Licht leuchtet hochwertiges Super-LumiNova 6
|
|
103
|
+
answer: 'Nach vollständiger Aufladung unter hellem Licht leuchtet hochwertiges Super-LumiNova 6-12 Stunden sichtbar. Die hellste Phase sind die ersten 30 Minuten.',
|
|
104
104
|
},
|
|
105
105
|
],
|
|
106
106
|
bibliography,
|
|
@@ -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: 'Lume Color Simulator
|
|
7
|
+
title: 'Lume Color Simulator: Watch Lume Visualizer',
|
|
8
8
|
description: 'Visualize different lume colors in real time. Compare C1, C3, BGW9, LumiNova, and more across ambient brightness levels.',
|
|
9
9
|
ui: {
|
|
10
10
|
title: 'Lume Color Simulator',
|
|
@@ -55,14 +55,14 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
|
|
|
55
55
|
{ type: 'title', text: 'C1 vs C3 vs BGW9-Which Should You Choose?', level: 3 },
|
|
56
56
|
{
|
|
57
57
|
type: 'comparative', columns: 2, items: [
|
|
58
|
-
{ title: 'C1 Classic Green', icon: 'mdi:lightbulb-on', description: 'The original Super-LumiNova formulation. Glows green with medium brightness. A safe, classic choice that works with any watch style.', points: ['Medium brightness, 4
|
|
59
|
-
{ title: 'C3 Super Green', icon: 'mdi:lightning-bolt', description: 'The brightest green lume available. Used in professional dive watches where legibility underwater is critical. Maximum glow from minimum charge.', points: ['Highest brightness, 8
|
|
58
|
+
{ title: 'C1 Classic Green', icon: 'mdi:lightbulb-on', description: 'The original Super-LumiNova formulation. Glows green with medium brightness. A safe, classic choice that works with any watch style.', points: ['Medium brightness, 4-6h visibility', 'Green glow, warm tone', 'Most affordable formulation', 'Common in entry-level watches'], highlight: false },
|
|
59
|
+
{ title: 'C3 Super Green', icon: 'mdi:lightning-bolt', description: 'The brightest green lume available. Used in professional dive watches where legibility underwater is critical. Maximum glow from minimum charge.', points: ['Highest brightness, 8-12h visibility', 'Yellow-green in daylight', 'Preferred by Seiko, Citizen, Omega', 'Best for low-light readability'], highlight: true },
|
|
60
60
|
]
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
type: 'comparative', columns: 2, items: [
|
|
64
|
-
{ title: 'BGW9 Ice Blue', icon: 'mdi:snowflake', description: 'Glows blue-white instead of green. Slightly less bright than C3 but preferred for its clean, modern aesthetic. Popular in luxury sports watches.', points: ['High brightness, 6
|
|
65
|
-
{ title: 'Vintage Radium
|
|
64
|
+
{ title: 'BGW9 Ice Blue', icon: 'mdi:snowflake', description: 'Glows blue-white instead of green. Slightly less bright than C3 but preferred for its clean, modern aesthetic. Popular in luxury sports watches.', points: ['High brightness, 6-10h visibility', 'Blue-white glow, neutral tone', 'Clean, modern look in daylight', 'Used by Tudor, Grand Seiko, Omega'], highlight: true },
|
|
65
|
+
{ title: 'Vintage Radium Style', icon: 'mdi:fire', description: 'Warm beige/cream tone that mimics 1960s radium lume. Intentionally dimmer for aesthetic authenticity. The glow is warm, subtle, and ages beautifully.', points: ['Low brightness, 2-4h visibility', 'Warm cream to dim amber', 'Aged appearance without radioactivity', 'Popular in heritage reissues'], highlight: false },
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
68
|
{ type: 'diagnostic', variant: 'info', title: 'Brightness Is Not Everything', icon: 'mdi:palette', html: 'The brightest lume (C3) is not always the best choice. <strong>BGW9</strong> trades a small brightness difference for a more neutral, modern look that many collectors prefer. <strong>Vintage lume</strong> prioritises period-correct aesthetics over performance. Choose based on what matters most to you: <strong>maximum glow, modern aesthetics, or heritage authenticity.</strong>' },
|
|
@@ -70,8 +70,8 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
|
|
|
70
70
|
{
|
|
71
71
|
type: 'glossary', items: [
|
|
72
72
|
{ term: 'Super-LumiNova', definition: 'A strontium aluminate-based photoluminescent pigment. It absorbs UV and visible light and re-emits it as a glow. Non-radioactive and safe. Originally developed by Nemoto & Co. in 1993.' },
|
|
73
|
-
{ term: 'Charge Time', definition: 'The duration of light exposure needed to saturate the lume pigment. A full charge takes 10
|
|
74
|
-
{ term: 'Glow Duration', definition: 'How long the lume remains visible after charging. Quality Super-LumiNova glows visibly for 6
|
|
73
|
+
{ term: 'Charge Time', definition: 'The duration of light exposure needed to saturate the lume pigment. A full charge takes 10-30 minutes under direct sunlight or UV. Longer charge = longer and brighter glow.' },
|
|
74
|
+
{ term: 'Glow Duration', definition: 'How long the lume remains visible after charging. Quality Super-LumiNova glows visibly for 6-12 hours. The brightest period is the first 30 minutes after charging.' },
|
|
75
75
|
{ term: 'Pigment Grade', definition: 'The quality of the strontium aluminate crystals. Higher-grade pigments (C3, BGW9) use larger, more uniform crystals for brighter and longer glow. Lower grades (LumiNova) use smaller crystals and are dimmer.' },
|
|
76
76
|
]
|
|
77
77
|
},
|
|
@@ -100,7 +100,7 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
|
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
question: 'How long does lume last?',
|
|
103
|
-
answer: 'After a full charge under bright light, quality Super-LumiNova glows visibly for 6
|
|
103
|
+
answer: 'After a full charge under bright light, quality Super-LumiNova glows visibly for 6-12 hours. The brightest period is the first 30 minutes.',
|
|
104
104
|
},
|
|
105
105
|
],
|
|
106
106
|
bibliography,
|
|
@@ -55,14 +55,14 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
|
|
|
55
55
|
{ type: 'title', text: 'C1 vs C3 vs BGW9: ¿cuál elegir?', level: 3 },
|
|
56
56
|
{
|
|
57
57
|
type: 'comparative', columns: 2, items: [
|
|
58
|
-
{ title: 'C1 Verde Clásico', icon: 'mdi:lightbulb-on', description: 'La formulación original de Super-LumiNova. Brilla en verde con brillo medio. Una elección clásica y segura que funciona con cualquier estilo de reloj.', points: ['Brillo medio, visibilidad 4
|
|
59
|
-
{ title: 'C3 Super Verde', icon: 'mdi:lightning-bolt', description: 'El lume verde más brillante disponible. Se usa en relojes de buceo profesionales donde la legibilidad bajo el agua es crítica. Máximo brillo con mínima carga.', points: ['Máximo brillo, visibilidad 8
|
|
58
|
+
{ title: 'C1 Verde Clásico', icon: 'mdi:lightbulb-on', description: 'La formulación original de Super-LumiNova. Brilla en verde con brillo medio. Una elección clásica y segura que funciona con cualquier estilo de reloj.', points: ['Brillo medio, visibilidad 4-6 h', 'Brillo verde, tono cálido', 'La formulación más económica', 'Común en relojes de gama básica'], highlight: false },
|
|
59
|
+
{ title: 'C3 Super Verde', icon: 'mdi:lightning-bolt', description: 'El lume verde más brillante disponible. Se usa en relojes de buceo profesionales donde la legibilidad bajo el agua es crítica. Máximo brillo con mínima carga.', points: ['Máximo brillo, visibilidad 8-12 h', 'Amarillo-verde a la luz del día', 'Preferido por Seiko, Citizen, Omega', 'Ideal para leer en poca luz'], highlight: true },
|
|
60
60
|
]
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
type: 'comparative', columns: 2, items: [
|
|
64
|
-
{ title: 'BGW9 Azul Hielo', icon: 'mdi:snowflake', description: 'Brilla en azul-blancuzco en lugar de verde. Ligeramente menos brillante que el C3, pero preferido por su estética limpia y moderna. Popular en relojes deportivos de lujo.', points: ['Brillo alto, visibilidad 6
|
|
65
|
-
{ title: 'Vintage Estilo Radio', icon: 'mdi:fire', description: 'Tono beige/crema cálido que imita el lume de radio de los años 60. Intencionadamente más tenue por autenticidad estética. El brillo es cálido, sutil y envejece con elegancia.', points: ['Brillo bajo, visibilidad 2
|
|
64
|
+
{ title: 'BGW9 Azul Hielo', icon: 'mdi:snowflake', description: 'Brilla en azul-blancuzco en lugar de verde. Ligeramente menos brillante que el C3, pero preferido por su estética limpia y moderna. Popular en relojes deportivos de lujo.', points: ['Brillo alto, visibilidad 6-10 h', 'Brillo azul-blancuzco, tono neutro', 'Look limpio y moderno a la luz del día', 'Usado por Tudor, Grand Seiko, Omega'], highlight: true },
|
|
65
|
+
{ title: 'Vintage Estilo Radio', icon: 'mdi:fire', description: 'Tono beige/crema cálido que imita el lume de radio de los años 60. Intencionadamente más tenue por autenticidad estética. El brillo es cálido, sutil y envejece con elegancia.', points: ['Brillo bajo, visibilidad 2-4 h', 'Crema cálido a ámbar tenue', 'Aspecto envejecido sin radiactividad', 'Popular en reediciones heritage'], highlight: false },
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
68
|
{ type: 'diagnostic', variant: 'info', title: 'El Brillo No Lo Es Todo', icon: 'mdi:palette', html: 'El lume más brillante (C3) no siempre es la mejor opción. El <strong>BGW9</strong> sacrifica un poco de brillo por un aspecto más neutro y moderno que muchos coleccionistas prefieren. El <strong>lume vintage</strong> prioriza la estética de época sobre el rendimiento. Elige según lo que más te importe: <strong>máximo brillo, estética moderna o autenticidad heritage.</strong>' },
|
|
@@ -70,8 +70,8 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
|
|
|
70
70
|
{
|
|
71
71
|
type: 'glossary', items: [
|
|
72
72
|
{ term: 'Super-LumiNova', definition: 'Pigmento fotoluminiscente a base de aluminato de estroncio. Absorbe luz UV y visible y la reemite en forma de brillo. No radiactivo y seguro. Desarrollado originalmente por Nemoto & Co. en 1993.' },
|
|
73
|
-
{ term: 'Tiempo de Carga', definition: 'El tiempo de exposición a la luz necesario para saturar el pigmento de lume. Una carga completa tarda 10
|
|
74
|
-
{ term: 'Duración del Brillo', definition: 'Cuánto tiempo sigue siendo visible el lume después de cargarlo. Un Super-LumiNova de calidad brilla visiblemente durante 6
|
|
73
|
+
{ term: 'Tiempo de Carga', definition: 'El tiempo de exposición a la luz necesario para saturar el pigmento de lume. Una carga completa tarda 10-30 minutos bajo luz solar directa o UV. A más carga, más brillo y duración.' },
|
|
74
|
+
{ term: 'Duración del Brillo', definition: 'Cuánto tiempo sigue siendo visible el lume después de cargarlo. Un Super-LumiNova de calidad brilla visiblemente durante 6-12 horas. El periodo más brillante es la primera media hora tras la carga.' },
|
|
75
75
|
{ term: 'Grado del Pigmento', definition: 'La calidad de los cristales de aluminato de estroncio. Los pigmentos de mayor calidad (C3, BGW9) usan cristales más grandes y uniformes para un brillo más intenso y prolongado. Los grados inferiores (LumiNova) usan cristales más pequeños y son más tenues.' },
|
|
76
76
|
]
|
|
77
77
|
},
|
|
@@ -100,7 +100,7 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
|
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
question: '¿Cuánto dura el lume?',
|
|
103
|
-
answer: 'Tras una carga completa bajo luz brillante, el Super-LumiNova de calidad brilla visiblemente durante 6
|
|
103
|
+
answer: 'Tras una carga completa bajo luz brillante, el Super-LumiNova de calidad brilla visiblemente durante 6-12 horas. El periodo más brillante son los primeros 30 minutos.',
|
|
104
104
|
},
|
|
105
105
|
],
|
|
106
106
|
bibliography,
|
|
@@ -55,14 +55,14 @@ export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
|
|
|
55
55
|
{ type: 'title', text: 'C1 vs C3 vs BGW9 — Lequel Choisir ?', level: 3 },
|
|
56
56
|
{
|
|
57
57
|
type: 'comparative', columns: 2, items: [
|
|
58
|
-
{ title: 'C1 Vert Classique', icon: 'mdi:lightbulb-on', description: 'La formulation originale Super-LumiNova. Brille en vert avec une luminosité moyenne. Un choix classique et sûr qui fonctionne avec tous les styles de montres.', points: ['Luminosité moyenne, visibilité 4
|
|
59
|
-
{ title: 'C3 Super Vert', icon: 'mdi:lightning-bolt', description: 'Le lume vert le plus lumineux disponible. Utilisé dans les montres de plongée professionnelles où la lisibilité sous l\'eau est cruciale. Lueur maximale pour une charge minimale.', points: ['Luminosité maximale, visibilité 8
|
|
58
|
+
{ title: 'C1 Vert Classique', icon: 'mdi:lightbulb-on', description: 'La formulation originale Super-LumiNova. Brille en vert avec une luminosité moyenne. Un choix classique et sûr qui fonctionne avec tous les styles de montres.', points: ['Luminosité moyenne, visibilité 4-6 h', 'Lueur verte, ton chaud', 'Formulation la plus abordable', 'Courante dans les montres d\'entrée de gamme'], highlight: false },
|
|
59
|
+
{ title: 'C3 Super Vert', icon: 'mdi:lightning-bolt', description: 'Le lume vert le plus lumineux disponible. Utilisé dans les montres de plongée professionnelles où la lisibilité sous l\'eau est cruciale. Lueur maximale pour une charge minimale.', points: ['Luminosité maximale, visibilité 8-12 h', 'Jaune-vert à la lumière du jour', 'Préféré par Seiko, Citizen, Omega', 'Meilleur pour la lisibilité en faible luminosité'], highlight: true },
|
|
60
60
|
]
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
type: 'comparative', columns: 2, items: [
|
|
64
|
-
{ title: 'BGW9 Bleu Glacé', icon: 'mdi:snowflake', description: 'Brille en bleu-blanc plutôt qu\'en vert. Légèrement moins lumineux que le C3 mais préféré pour son esthétique propre et moderne. Populaire dans les montres sport de luxe.', points: ['Luminosité élevée, visibilité 6
|
|
65
|
-
{ title: 'Vintage Style Radium', icon: 'mdi:fire', description: 'Ton beige/crème chaud qui imite le lume au radium des années 1960. Volontairement plus tamisé pour l\'authenticité esthétique. La lueur est chaude, subtile et vieillit magnifiquement.', points: ['Faible luminosité, visibilité 2
|
|
64
|
+
{ title: 'BGW9 Bleu Glacé', icon: 'mdi:snowflake', description: 'Brille en bleu-blanc plutôt qu\'en vert. Légèrement moins lumineux que le C3 mais préféré pour son esthétique propre et moderne. Populaire dans les montres sport de luxe.', points: ['Luminosité élevée, visibilité 6-10 h', 'Lueur bleu-blanc, ton neutre', 'Look propre et moderne de jour', 'Utilisé par Tudor, Grand Seiko, Omega'], highlight: true },
|
|
65
|
+
{ title: 'Vintage Style Radium', icon: 'mdi:fire', description: 'Ton beige/crème chaud qui imite le lume au radium des années 1960. Volontairement plus tamisé pour l\'authenticité esthétique. La lueur est chaude, subtile et vieillit magnifiquement.', points: ['Faible luminosité, visibilité 2-4 h', 'Crème chaud à ambre tamisé', 'Aspect vieilli sans radioactivité', 'Populaire dans les rééditions heritage'], highlight: false },
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
68
|
{ type: 'diagnostic', variant: 'info', title: 'La Luminosité n\'est Pas Tout', icon: 'mdi:palette', html: 'Le lume le plus lumineux (C3) n\'est pas toujours le meilleur choix. Le <strong>BGW9</strong> échange une petite différence de luminosité contre un look plus neutre et moderne que de nombreux collectionneurs préfèrent. Le <strong>lume vintage</strong> privilégie l\'esthétique d\'époque à la performance. Choisissez selon ce qui compte le plus pour vous : <strong>lueur maximale, esthétique moderne ou authenticité patrimoniale.</strong>' },
|