@jjlmoya/utils-chrono 1.3.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.
- package/package.json +1 -1
- package/src/category/i18n/de.ts +11 -9
- package/src/category/i18n/en.ts +11 -9
- package/src/category/i18n/fr.ts +11 -9
- package/src/category/i18n/id.ts +11 -9
- package/src/category/i18n/it.ts +11 -9
- package/src/category/i18n/ja.ts +11 -9
- package/src/category/i18n/ko.ts +11 -9
- package/src/category/i18n/nl.ts +11 -9
- package/src/category/i18n/pl.ts +11 -9
- package/src/category/i18n/pt.ts +11 -9
- package/src/category/i18n/ru.ts +11 -9
- package/src/category/i18n/sv.ts +11 -9
- package/src/category/i18n/tr.ts +11 -9
- package/src/category/i18n/zh.ts +11 -9
- package/src/category/index.ts +8 -0
- package/src/entries.ts +13 -1
- package/src/index.ts +4 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/no_en_dash.test.ts +41 -0
- package/src/tests/no_h1_in_components.test.ts +1 -1
- package/src/tests/tool_validation.test.ts +1 -1
- package/src/tool/beat-rate-converter/bibliography.ts +1 -1
- package/src/tool/beat-rate-converter/components/ConverterPanel.astro +57 -20
- package/src/tool/beat-rate-converter/i18n/en.ts +5 -5
- package/src/tool/crown-reference-guide/bibliography.ts +3 -3
- package/src/tool/crown-reference-guide/i18n/de.ts +37 -29
- package/src/tool/crown-reference-guide/i18n/en.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/es.ts +36 -28
- package/src/tool/crown-reference-guide/i18n/fr.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/id.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/it.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/ja.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/ko.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/nl.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/pl.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/pt.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/ru.ts +41 -33
- package/src/tool/crown-reference-guide/i18n/sv.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/tr.ts +38 -30
- package/src/tool/crown-reference-guide/i18n/zh.ts +37 -29
- package/src/tool/demagnetizing-timer/components/TimerPanel.astro +45 -17
- package/src/tool/demagnetizing-timer/i18n/de.ts +3 -3
- package/src/tool/demagnetizing-timer/i18n/en.ts +2 -2
- package/src/tool/demagnetizing-timer/i18n/es.ts +2 -2
- package/src/tool/demagnetizing-timer/i18n/fr.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/id.ts +2 -2
- package/src/tool/demagnetizing-timer/i18n/it.ts +2 -2
- package/src/tool/demagnetizing-timer/i18n/ja.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/ko.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/nl.ts +2 -2
- package/src/tool/demagnetizing-timer/i18n/pl.ts +3 -3
- package/src/tool/demagnetizing-timer/i18n/pt.ts +2 -2
- package/src/tool/demagnetizing-timer/i18n/ru.ts +10 -10
- package/src/tool/demagnetizing-timer/i18n/sv.ts +2 -2
- package/src/tool/demagnetizing-timer/i18n/tr.ts +2 -2
- package/src/tool/demagnetizing-timer/i18n/zh.ts +1 -1
- package/src/tool/lume-color-simulator/bibliography.astro +16 -0
- package/src/tool/lume-color-simulator/bibliography.ts +16 -0
- package/src/tool/lume-color-simulator/client.ts +186 -0
- package/src/tool/lume-color-simulator/component.astro +17 -0
- package/src/tool/lume-color-simulator/components/LumePanel.astro +98 -0
- package/src/tool/lume-color-simulator/entry.ts +57 -0
- package/src/tool/lume-color-simulator/i18n/de.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/en.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/es.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/fr.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/id.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/it.ts +175 -0
- package/src/tool/lume-color-simulator/i18n/ja.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/ko.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/nl.ts +175 -0
- package/src/tool/lume-color-simulator/i18n/pl.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/pt.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/ru.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/sv.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/tr.ts +174 -0
- package/src/tool/lume-color-simulator/i18n/zh.ts +174 -0
- package/src/tool/lume-color-simulator/index.ts +11 -0
- package/src/tool/lume-color-simulator/lume-color-simulator.css +208 -0
- package/src/tool/lume-color-simulator/seo.astro +16 -0
- package/src/tool/moon-phase-visualizer/bibliography.astro +16 -0
- package/src/tool/moon-phase-visualizer/bibliography.ts +16 -0
- package/src/tool/moon-phase-visualizer/client.ts +243 -0
- package/src/tool/moon-phase-visualizer/component.astro +17 -0
- package/src/tool/moon-phase-visualizer/components/MoonPanel.astro +63 -0
- package/src/tool/moon-phase-visualizer/entry.ts +51 -0
- package/src/tool/moon-phase-visualizer/i18n/de.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/en.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/es.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/fr.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/id.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/it.ts +176 -0
- package/src/tool/moon-phase-visualizer/i18n/ja.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/ko.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/nl.ts +176 -0
- package/src/tool/moon-phase-visualizer/i18n/pl.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/pt.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/ru.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/sv.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/tr.ts +175 -0
- package/src/tool/moon-phase-visualizer/i18n/zh.ts +175 -0
- package/src/tool/moon-phase-visualizer/index.ts +11 -0
- package/src/tool/moon-phase-visualizer/moon-phase-visualizer.css +216 -0
- package/src/tool/moon-phase-visualizer/seo.astro +16 -0
- package/src/tool/power-reserve-estimator/bibliography.ts +2 -2
- package/src/tool/power-reserve-estimator/components/EstimatorPanel.astro +146 -39
- package/src/tool/power-reserve-estimator/i18n/de.ts +2 -2
- package/src/tool/power-reserve-estimator/i18n/en.ts +3 -3
- 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/strap-taper-calculator/i18n/en.ts +2 -2
- package/src/tool/strap-taper-calculator/i18n/ru.ts +4 -4
- 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 +6 -6
- package/src/tool/watch-savings-planner/i18n/en.ts +5 -5
- package/src/tool/watch-size-comparator/bibliography.astro +16 -0
- package/src/tool/watch-size-comparator/bibliography.ts +16 -0
- package/src/tool/watch-size-comparator/client.ts +287 -0
- package/src/tool/watch-size-comparator/component.astro +17 -0
- package/src/tool/watch-size-comparator/components/WatchForm.astro +121 -0
- package/src/tool/watch-size-comparator/drawing/index.ts +79 -0
- package/src/tool/watch-size-comparator/drawing/measures.ts +57 -0
- package/src/tool/watch-size-comparator/drawing/utils.ts +37 -0
- package/src/tool/watch-size-comparator/drawing/watch.ts +78 -0
- package/src/tool/watch-size-comparator/entry.ts +62 -0
- package/src/tool/watch-size-comparator/i18n/de.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/en.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/es.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/fr.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/id.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/it.ts +190 -0
- package/src/tool/watch-size-comparator/i18n/ja.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/ko.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/nl.ts +190 -0
- package/src/tool/watch-size-comparator/i18n/pl.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/pt.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/ru.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/sv.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/tr.ts +189 -0
- package/src/tool/watch-size-comparator/i18n/zh.ts +189 -0
- package/src/tool/watch-size-comparator/index.ts +11 -0
- package/src/tool/watch-size-comparator/seo.astro +16 -0
- package/src/tool/watch-size-comparator/watch-size-comparator.css +373 -0
- package/src/tool/water-resistance-converter/bibliography.ts +2 -2
- package/src/tool/water-resistance-converter/i18n/de.ts +5 -5
- package/src/tool/water-resistance-converter/i18n/en.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/es.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/fr.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/id.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/it.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/ja.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/ko.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/nl.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/pl.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/pt.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/ru.ts +8 -8
- package/src/tool/water-resistance-converter/i18n/sv.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/tr.ts +6 -6
- package/src/tool/water-resistance-converter/i18n/zh.ts +3 -3
- package/src/tool/wrist-presence-calculator/i18n/de.ts +1 -1
- package/src/tool/wrist-presence-calculator/i18n/fr.ts +1 -1
- package/src/tool/wrist-presence-calculator/i18n/pl.ts +1 -1
- package/src/tool/wrist-presence-calculator/i18n/pt.ts +1 -1
- package/src/tool/wrist-presence-calculator/i18n/ru.ts +21 -21
- package/src/tool/wrist-presence-calculator/i18n/sv.ts +1 -1
- package/src/tools.ts +8 -0
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { LumeColorSimulatorUI } from '../entry';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
4
|
+
|
|
5
|
+
export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
|
|
6
|
+
slug: 'simulator-warna-lume',
|
|
7
|
+
title: 'Lume Color Simulator—Visualisator Cahaya Arloji',
|
|
8
|
+
description: 'Visualisasikan berbagai warna lume secara real-time. Bandingkan C1, C3, BGW9, LumiNova, dan lainnya di berbagai tingkat kecerahan lingkungan.',
|
|
9
|
+
ui: {
|
|
10
|
+
title: 'Simulator Warna Lume',
|
|
11
|
+
lumeType: 'Jenis Lume',
|
|
12
|
+
brightness: 'Kecerahan Lingkungan',
|
|
13
|
+
dark: 'Gelap',
|
|
14
|
+
light: 'Terang',
|
|
15
|
+
color: 'Warna',
|
|
16
|
+
hex: 'HEX',
|
|
17
|
+
rgb: 'RGB',
|
|
18
|
+
type: 'Jenis',
|
|
19
|
+
description: 'Deskripsi',
|
|
20
|
+
c1Name: 'C1',
|
|
21
|
+
c1Desc: 'Hijau (klasik)',
|
|
22
|
+
c3Name: 'C3',
|
|
23
|
+
c3Desc: 'Super Hijau',
|
|
24
|
+
bgw9Name: 'BGW9',
|
|
25
|
+
bgw9Desc: 'Biru Es',
|
|
26
|
+
lumiNovaName: 'LumiNova',
|
|
27
|
+
lumiNovaDesc: 'Putih Hangat',
|
|
28
|
+
vintageName: 'Vintage',
|
|
29
|
+
vintageDesc: 'Radium Tua',
|
|
30
|
+
orangeName: 'Orange',
|
|
31
|
+
orangeDesc: 'Orange Penyelam',
|
|
32
|
+
blueName: 'Biru',
|
|
33
|
+
blueDesc: 'Biru Tua',
|
|
34
|
+
greenName: 'Hijau',
|
|
35
|
+
greenDesc: 'Hijau Neon',
|
|
36
|
+
tipTitle: 'Tips',
|
|
37
|
+
tipContent: 'Kecerahan lume tergantung pada kualitas pigmen dan seberapa banyak cahaya yang diserapnya. BGW9 bersinar biru-putih dan yang paling terang, sedangkan lume vintage memiliki cahaya hangat yang redup.',
|
|
38
|
+
},
|
|
39
|
+
seo: [
|
|
40
|
+
{ type: 'title', text: 'Simulator Warna Lume Arloji—Visualisator Cahaya Real-Time', level: 2 },
|
|
41
|
+
{ type: 'paragraph', html: 'Lume adalah salah satu pilihan paling personal dalam koleksi arloji. Apakah Anda lebih suka cahaya hijau klasik dari <strong>C1 Super-LumiNova</strong> atau biru es dari <strong>BGW9</strong>? Simulator ini menunjukkan bagaimana setiap jenis lume tampak di berbagai tingkat kecerahan—dari siang bolong hingga gelap gulita—lengkap dengan <strong>nilai HEX dan RGB</strong> yang akurat untuk setiap corak.' },
|
|
42
|
+
{ type: 'title', text: 'Perbandingan Jenis Super-LumiNova', level: 3 },
|
|
43
|
+
{
|
|
44
|
+
type: 'table', headers: ['Jenis', 'Warna Siang', 'Warna Cahaya', 'Kecerahan', 'Terbaik Untuk'], rows: [
|
|
45
|
+
['C1', 'Hijau muda', 'Hijau', 'Sedang', 'Arloji dress, estetika asli'],
|
|
46
|
+
['C3', 'Kuning-hijau', 'Hijau terang', 'Tertinggi', 'Arloji selam, arloji alat'],
|
|
47
|
+
['BGW9', 'Putih pudar', 'Biru es', 'Tinggi', 'Arloji olahraga modern, tampilan bersih'],
|
|
48
|
+
['LumiNova', 'Krem hangat', 'Putih hangat', 'Rendah-sedang', 'Lume ramah anggaran'],
|
|
49
|
+
['Vintage', 'Krem / cokelat', 'Hangat redup', 'Rendah', 'Arloji bergaya heritage'],
|
|
50
|
+
['Orange', 'Orange', 'Orange', 'Sedang', 'Aksen penyelam, selam retro'],
|
|
51
|
+
['Biru', 'Biru muda', 'Biru', 'Sedang', 'Dial desainer, arloji fashion'],
|
|
52
|
+
['Hijau', 'Hijau terang', 'Hijau', 'Tinggi', 'Arloji bergaya militer'],
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
{ type: 'title', text: 'C1 vs C3 vs BGW9—Mana yang Harus Dipilih?', level: 3 },
|
|
56
|
+
{
|
|
57
|
+
type: 'comparative', columns: 2, items: [
|
|
58
|
+
{ title: 'C1 Hijau Klasik', icon: 'mdi:lightbulb-on', description: 'Formulasi Super-LumiNova asli. Bersinar hijau dengan kecerahan sedang. Pilihan klasik yang aman dan cocok dengan gaya arloji apa pun.', points: ['Kecerahan sedang, visibilitas 4-6 jam', 'Cahaya hijau, nada hangat', 'Formulasi paling terjangkau', 'Umum di arloji kelas pemula'], highlight: false },
|
|
59
|
+
{ title: 'C3 Super Hijau', icon: 'mdi:lightning-bolt', description: 'Lume hijau paling terang yang tersedia. Digunakan di arloji selam profesional yang mengutamakan keterbacaan di bawah air. Cahaya maksimal dari pengisian minimal.', points: ['Kecerahan tertinggi, visibilitas 8-12 jam', 'Kuning-hijau di siang hari', 'Disukai Seiko, Citizen, Omega', 'Terbaik untuk keterbacaan minim cahaya'], highlight: true },
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
type: 'comparative', columns: 2, items: [
|
|
64
|
+
{ title: 'BGW9 Biru Es', icon: 'mdi:snowflake', description: 'Bersinar biru-putih, bukan hijau. Sedikit kurang terang dibanding C3 namun lebih disukai karena estetikanya yang bersih dan modern. Populer di arloji olahraga mewah.', points: ['Kecerahan tinggi, visibilitas 6-10 jam', 'Cahaya biru-putih, nada netral', 'Tampilan bersih dan modern di siang hari', 'Digunakan oleh Tudor, Grand Seiko, Omega'], highlight: true },
|
|
65
|
+
{ title: 'Vintage Gaya Radium', icon: 'mdi:fire', description: 'Nada krem kecoklatan hangat yang meniru lume radium tahun 1960-an. Sengaja dibuat lebih redup demi keaslian estetika. Cahayanya hangat, halus, dan menua dengan indah.', points: ['Kecerahan rendah, visibilitas 2-4 jam', 'Krem hangat hingga amber redup', 'Tampilan tua tanpa radioaktivitas', 'Populer di reissue heritage'], highlight: false },
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
{ type: 'diagnostic', variant: 'info', title: 'Kecerahan Bukan Segalanya', icon: 'mdi:palette', html: 'Lume paling terang (C3) tidak selalu yang terbaik. <strong>BGW9</strong> mengorbankan sedikit perbedaan kecerahan demi tampilan yang lebih netral dan modern yang disukai banyak kolektor. <strong>Lume vintage</strong> mengutamakan estetika period-correct di atas performa. Pilih berdasarkan yang paling penting bagi Anda: <strong>cahaya maksimal, estetika modern, atau keaslian heritage.</strong>' },
|
|
69
|
+
{ type: 'title', text: 'Cara Kerja Lume: Ilmu di Balik Cahaya', level: 3 },
|
|
70
|
+
{
|
|
71
|
+
type: 'glossary', items: [
|
|
72
|
+
{ term: 'Super-LumiNova', definition: 'Pigmen fotoluminesen berbasis strontium aluminat. Menyerap sinar UV dan cahaya tampak lalu memancarkannya kembali sebagai cahaya. Tidak radioaktif dan aman. Dikembangkan oleh Nemoto & Co. pada tahun 1993.' },
|
|
73
|
+
{ term: 'Waktu Pengisian', definition: 'Durasi paparan cahaya yang diperlukan untuk menjenuhkan pigmen lume. Pengisian penuh membutuhkan 10-30 menit di bawah sinar matahari langsung atau UV. Semakin lama pengisian = semakin panjang dan terang cahayanya.' },
|
|
74
|
+
{ term: 'Durasi Cahaya', definition: 'Berapa lama lume tetap terlihat setelah diisi. Super-LumiNova berkualitas bersinar terlihat selama 6-12 jam. Periode paling terang adalah 30 menit pertama setelah pengisian.' },
|
|
75
|
+
{ term: 'Kelas Pigmen', definition: 'Kualitas kristal strontium aluminat. Pigmen kelas lebih tinggi (C3, BGW9) menggunakan kristal yang lebih besar dan seragam untuk cahaya yang lebih terang dan tahan lama. Kelas lebih rendah (LumiNova) menggunakan kristal lebih kecil dan lebih redup.' },
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
type: 'summary', title: 'Panduan Cepat Pemilihan Lume', items: [
|
|
80
|
+
'Untuk keterbacaan maksimal dalam gelap: pilih C3 (hijau paling terang) atau BGW9 (biru-putih paling terang).',
|
|
81
|
+
'Untuk tampilan mewah modern: BGW9 adalah favorit terkini di antara merek arloji kelas atas.',
|
|
82
|
+
'Untuk bangunan vintage/heritage: gunakan Vintage atau Orange untuk kehangatan period-correct.',
|
|
83
|
+
'C1 adalah serba-bisa: kecerahan bagus, hijau klasik, terjangkau.',
|
|
84
|
+
'Warna lume di siang hari sangat berbeda dari warna cahayanya—gunakan simulator untuk membandingkan keduanya.',
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
],
|
|
88
|
+
faq: [
|
|
89
|
+
{
|
|
90
|
+
question: 'Lume mana yang paling terang?',
|
|
91
|
+
answer: 'C3 Super-LumiNova adalah formulasi hijau paling terang. BGW9 adalah biru-putih paling terang. Keduanya jauh lebih terang dibanding C1 atau LumiNova standar.',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
question: 'Apa itu lume BGW9?',
|
|
95
|
+
answer: 'BGW9 adalah varian Super-LumiNova yang bersinar biru-putih, bukan hijau. Sedikit kurang terang dibanding C3 tetapi lebih disukai banyak orang karena tampilannya yang bersih dan modern.',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
question: 'Apakah lume vintage bersinar?',
|
|
99
|
+
answer: 'Lume gaya vintage modern (krem/hangat) bersinar tetapi sengaja dibuat lebih redup untuk meniru radium tua. Konsekuensinya adalah keaslian estetika dibandingkan kecerahan maksimal.',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
question: 'Berapa lama lume bertahan?',
|
|
103
|
+
answer: 'Setelah pengisian penuh di bawah cahaya terang, Super-LumiNova berkualitas bersinar terlihat selama 6-12 jam. Periode paling terang adalah 30 menit pertama.',
|
|
104
|
+
},
|
|
105
|
+
],
|
|
106
|
+
bibliography,
|
|
107
|
+
howTo: [
|
|
108
|
+
{
|
|
109
|
+
name: 'Pilih jenis lume',
|
|
110
|
+
text: 'Pilih dari preset C1, C3, BGW9, LumiNova, Vintage, Orange, Biru, atau Hijau.',
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
name: 'Sesuaikan kecerahan',
|
|
114
|
+
text: 'Geser kontrol kecerahan lingkungan dari siang (kiri) ke malam (kanan) untuk melihat perilaku lume.',
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
name: 'Baca spesifikasinya',
|
|
118
|
+
text: 'Kartu informasi menampilkan nilai HEX dan RGB yang tepat dari warna saat ini.',
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
schemas: [
|
|
122
|
+
{
|
|
123
|
+
'@context': 'https://schema.org',
|
|
124
|
+
'@type': 'FAQPage',
|
|
125
|
+
'mainEntity': [
|
|
126
|
+
{
|
|
127
|
+
'@type': 'Question',
|
|
128
|
+
'name': 'Lume mana yang paling terang?',
|
|
129
|
+
'acceptedAnswer': { '@type': 'Answer', 'text': 'C3 Super-LumiNova adalah hijau paling terang. BGW9 adalah biru-putih paling terang.' },
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
'@type': 'Question',
|
|
133
|
+
'name': 'Apa itu lume BGW9?',
|
|
134
|
+
'acceptedAnswer': { '@type': 'Answer', 'text': 'BGW9 adalah varian Super-LumiNova yang bersinar biru-putih, bukan hijau.' },
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
'@type': 'Question',
|
|
138
|
+
'name': 'Apakah lume vintage bersinar?',
|
|
139
|
+
'acceptedAnswer': { '@type': 'Answer', 'text': 'Lume gaya vintage modern bersinar tetapi sengaja dibuat lebih redup untuk meniru radium tua.' },
|
|
140
|
+
},
|
|
141
|
+
],
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
'@context': 'https://schema.org',
|
|
145
|
+
'@type': 'SoftwareApplication',
|
|
146
|
+
'name': 'Lume Color Simulator',
|
|
147
|
+
'operatingSystem': 'All',
|
|
148
|
+
'applicationCategory': 'UtilitiesApplication',
|
|
149
|
+
'browserRequirements': 'Requires HTML5. Requires JavaScript.',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
'@context': 'https://schema.org',
|
|
153
|
+
'@type': 'HowTo',
|
|
154
|
+
'name': 'Cara mensimulasikan warna lume',
|
|
155
|
+
'step': [
|
|
156
|
+
{
|
|
157
|
+
'@type': 'HowToStep',
|
|
158
|
+
'name': 'Pilih jenis lume',
|
|
159
|
+
'text': 'Pilih dari C1, C3, BGW9, LumiNova, atau preset lainnya.',
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
'@type': 'HowToStep',
|
|
163
|
+
'name': 'Sesuaikan kecerahan',
|
|
164
|
+
'text': 'Geser kecerahan dari siang ke malam untuk melihat perilaku lume.',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
'@type': 'HowToStep',
|
|
168
|
+
'name': 'Baca spesifikasinya',
|
|
169
|
+
'text': 'Kartu informasi menampilkan nilai HEX dan RGB warna saat ini.',
|
|
170
|
+
},
|
|
171
|
+
],
|
|
172
|
+
},
|
|
173
|
+
],
|
|
174
|
+
};
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { LumeColorSimulatorUI } from '../entry';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
4
|
+
|
|
5
|
+
export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
|
|
6
|
+
slug: 'simulatore-colore-lume',
|
|
7
|
+
title: 'Lume Color Simulator — Visualizzatore di Lume per Orologi',
|
|
8
|
+
description: 'Visualizza diversi colori di lume in tempo reale. Confronta C1, C3, BGW9, LumiNova e altri su vari livelli di luminosità ambientale.',
|
|
9
|
+
ui: {
|
|
10
|
+
title: 'Lume Color Simulator',
|
|
11
|
+
lumeType: 'Tipo di Lume',
|
|
12
|
+
brightness: 'Luminosità Ambientale',
|
|
13
|
+
dark: 'Buio',
|
|
14
|
+
light: 'Luce',
|
|
15
|
+
color: 'Colore',
|
|
16
|
+
hex: 'HEX',
|
|
17
|
+
rgb: 'RGB',
|
|
18
|
+
type: 'Tipo',
|
|
19
|
+
description: 'Descrizione',
|
|
20
|
+
c1Name: 'C1',
|
|
21
|
+
c1Desc: 'Verde (classico)',
|
|
22
|
+
c3Name: 'C3',
|
|
23
|
+
c3Desc: 'Super Verde',
|
|
24
|
+
bgw9Name: 'BGW9',
|
|
25
|
+
bgw9Desc: 'Bianco Ghiaccio',
|
|
26
|
+
lumiNovaName: 'LumiNova',
|
|
27
|
+
lumiNovaDesc: 'Bianco Caldo',
|
|
28
|
+
vintageName: 'Vintage',
|
|
29
|
+
vintageDesc: 'Radio Invecchiato',
|
|
30
|
+
orangeName: 'Arancione',
|
|
31
|
+
orangeDesc: 'Arancione Sub',
|
|
32
|
+
blueName: 'Blu',
|
|
33
|
+
blueDesc: 'Blu Profondo',
|
|
34
|
+
greenName: 'Verde',
|
|
35
|
+
greenDesc: 'Verde Neon',
|
|
36
|
+
tipTitle: 'Consiglio',
|
|
37
|
+
tipContent: 'La luminosità del lume dipende dalla qualità del pigmento e da quanta luce ha assorbito. Il BGW9 brilla di un bianco-blu ed è il più luminoso, mentre il lume vintage ha un bagliore caldo e tenue.',
|
|
38
|
+
},
|
|
39
|
+
seo: [
|
|
40
|
+
{ type: 'title', text: 'Simulatore Colori Lume Orologi — Visualizzatore Bagliore in Tempo Reale', level: 2 },
|
|
41
|
+
{ type: 'paragraph', html: 'Il lume è una delle scelte più personali nel collezionismo di orologi. Preferisci il classico bagliore verde del <strong>C1 Super-LumiNova</strong> o il bianco ghiaccio del <strong>BGW9</strong>? Questo simulatore ti mostra l\'aspetto di ogni tipo di lume a diversi livelli di luminosità, dalla piena luce del giorno al buio completo, con i valori esatti <strong>HEX e RGB</strong> per ogni tonalità.' },
|
|
42
|
+
{ type: 'title', text: 'Confronto tra i Tipi di Super-LumiNova', level: 3 },
|
|
43
|
+
{
|
|
44
|
+
type: 'table', headers: ['Tipo', 'Colore di Giorno', 'Colore del Bagliore', 'Luminosità', 'Ideale Per'], rows: [
|
|
45
|
+
['C1', 'Verde chiaro', 'Verde', 'Media', 'Orologi da vestito, estetica originale'],
|
|
46
|
+
['C3', 'Giallo-verde', 'Verde brillante', 'Altissima', 'Orologi subacquei, tool watch'],
|
|
47
|
+
['BGW9', 'Bianco sporco', 'Bianco ghiaccio', 'Alta', 'Sportivi moderni, look pulito'],
|
|
48
|
+
['LumiNova', 'Beige caldo', 'Bianco caldo', 'Bassa-media', 'Lume economico'],
|
|
49
|
+
['Vintage', 'Crema / marrone chiaro', 'Caldo tenue', 'Bassa', 'Orologi in stile heritage'],
|
|
50
|
+
['Arancione', 'Arancione', 'Arancione', 'Media', 'Accenti subacquei, sub retrò'],
|
|
51
|
+
['Blu', 'Azzurro', 'Blu', 'Media', 'Quadranti di design, moda'],
|
|
52
|
+
['Verde', 'Verde brillante', 'Verde', 'Alta', 'Orologi in stile militare'],
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
{ type: 'title', text: 'C1 vs C3 vs BGW9 — Quale Scegliere?', level: 3 },
|
|
56
|
+
{
|
|
57
|
+
type: 'comparative', columns: 2, items: [
|
|
58
|
+
{ title: 'C1 Verde Classico', icon: 'mdi:lightbulb-on', description: 'La formulazione originale Super-LumiNova. Illumina in verde con luminosità media. Una scelta classica e sicura che funziona con qualsiasi stile di orologio.', points: ['Luminosità media, visibilità 4-6 h', 'Bagliore verde, tonalità calda', 'Formulazione più economica', 'Comune negli orologi entry-level'], highlight: false },
|
|
59
|
+
{ title: 'C3 Super Verde', icon: 'mdi:lightning-bolt', description: 'Il lume verde più luminoso disponibile. Usato negli orologi subacquei professionisti dove la leggibilità sott\'acqua è fondamentale. Massimo bagliore con minima carica.', points: ['Luminosità altissima, visibilità 8-12 h', 'Giallo-verde alla luce del giorno', 'Preferito da Seiko, Citizen, Omega', 'Ideale per leggibilità al buio'], highlight: true },
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
type: 'comparative', columns: 2, items: [
|
|
64
|
+
{ title: 'BGW9 Bianco Ghiaccio', icon: 'mdi:snowflake', description: 'Illumina in bianco-blu invece che verde. Leggermente meno brillante del C3 ma apprezzato per il suo aspetto pulito e moderno. Popolare negli sportivi di lusso.', points: ['Luminosità alta, visibilità 6-10 h', 'Bagliore bianco-blu, tonalità neutra', 'Look pulito e moderno alla luce del giorno', 'Usato da Tudor, Grand Seiko, Omega'], highlight: true },
|
|
65
|
+
{ title: 'Vintage Stile Radio', icon: 'mdi:fire', description: 'Tonalità beige/crema calda che imita il lume al radio degli anni \'60. Volutamente più spento per autenticità estetica. Il bagliore è caldo, sottile e invecchia splendidamente.', points: ['Luminosità bassa, visibilità 2-4 h', 'Dal crema caldo all\'ambra spenta', 'Aspetto invecchiato senza radioattività', 'Popolare nelle riedizioni heritage'], highlight: false },
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
{ type: 'diagnostic', variant: 'info', title: 'La Luminosità Non è Tutto', icon: 'mdi:palette', html: 'Il lume più brillante (C3) non è sempre la scelta migliore. Il <strong>BGW9</strong> sacrifica una piccola differenza di luminosità per un look più neutro e moderno che molti collezionisti preferiscono. Il <strong>lume vintage</strong> privilegia l\'estetica d\'epoca rispetto alle prestazioni. Scegli in base a ciò che conta di più per te: <strong>massimo bagliore, estetica moderna o autenticità heritage.</strong>' },
|
|
69
|
+
{ type: 'title', text: 'Come Funziona il Lume: La Scienza Dietro il Bagliore', level: 3 },
|
|
70
|
+
{
|
|
71
|
+
type: 'glossary', items: [
|
|
72
|
+
{ term: 'Super-LumiNova', definition: 'Un pigmento fotoluminescente a base di alluminato di stronzio. Assorbe la luce UV e visibile e la riemette sotto forma di bagliore. Non radioattivo e sicuro. Sviluppato originariamente da Nemoto & Co. nel 1993.' },
|
|
73
|
+
{ term: 'Tempo di Carica', definition: 'La durata dell\'esposizione alla luce necessaria per saturare il pigmento. Una carica completa richiede 10-30 minuti sotto luce solare diretta o UV. Più carica = bagliore più lungo e luminoso.' },
|
|
74
|
+
{ term: 'Durata del Bagliore', definition: 'Per quanto tempo il lume rimane visibile dopo la carica. Il Super-LumiNova di qualità brilla visibilmente per 6-12 ore. Il periodo più luminoso sono i primi 30 minuti dopo la carica.' },
|
|
75
|
+
{ term: 'Grado del Pigmento', definition: 'La qualità dei cristalli di alluminato di stronzio. I pigmenti di grado superiore (C3, BGW9) usano cristalli più grandi e uniformi per un bagliore più luminoso e duraturo. I gradi inferiori (LumiNova) usano cristalli più piccoli e sono più spenti.' },
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
type: 'summary', title: 'Guida Rapida alla Scelta del Lume', items: [
|
|
80
|
+
'Per la massima leggibilità al buio: scegli C3 (verde più brillante) o BGW9 (bianco-blu più brillante).',
|
|
81
|
+
'Per un look moderno e di lusso: BGW9 è il preferito attuale tra i brand di alta gamma.',
|
|
82
|
+
'Per costruzioni vintage/heritage: usa Vintage o Arancione per un calore d\'epoca.',
|
|
83
|
+
'C1 è il tuttofare: buona luminosità, verde classico, economico.',
|
|
84
|
+
'Il colore del lume alla luce del giorno è molto diverso dal colore del bagliore — usa il simulatore per confrontarli entrambi.',
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
],
|
|
88
|
+
faq: [
|
|
89
|
+
{
|
|
90
|
+
question: 'Quale lume è il più luminoso?',
|
|
91
|
+
answer: 'Il C3 Super-LumiNova è la formulazione verde più brillante. Il BGW9 è il bianco-blu più brillante. Entrambi sono significativamente più luminosi del C1 o del LumiNova standard.',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
question: 'Cos\'è il lume BGW9?',
|
|
95
|
+
answer: 'Il BGW9 è una variante del Super-LumiNova che brilla in bianco-blu invece che verde. È leggermente meno luminoso del C3 ma preferito da molti per il suo aspetto pulito e moderno.',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
question: 'Il lume vintage si illumina?',
|
|
99
|
+
answer: 'Il lume vintage moderno (beige/caldo) si illumina ma è volutamente più spento per imitare il radio invecchiato. Il compromesso è l\'autenticità estetica a scapito della luminosità massima.',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
question: 'Quanto dura il lume?',
|
|
103
|
+
answer: 'Dopo una carica completa sotto luce intensa, il Super-LumiNova di qualità brilla visibilmente per 6-12 ore. Il periodo più luminoso sono i primi 30 minuti.',
|
|
104
|
+
},
|
|
105
|
+
],
|
|
106
|
+
bibliography,
|
|
107
|
+
howTo: [
|
|
108
|
+
{
|
|
109
|
+
name: 'Seleziona un tipo di lume',
|
|
110
|
+
text: 'Scegli tra i preset C1, C3, BGW9, LumiNova, Vintage, Arancione, Blu o Verde.',
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
name: 'Regola la luminosità',
|
|
114
|
+
text: 'Trascina il controllo della luminosità ambientale dal giorno (sinistra) alla notte (destra) per vedere come si comporta il lume.',
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
name: 'Leggi le specifiche',
|
|
118
|
+
text: 'La scheda informativa mostra i valori HEX e RGB esatti del colore corrente.',
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
schemas: [
|
|
122
|
+
{
|
|
123
|
+
'@context': 'https://schema.org',
|
|
124
|
+
'@type': 'FAQPage',
|
|
125
|
+
'mainEntity': [
|
|
126
|
+
{
|
|
127
|
+
'@type': 'Question',
|
|
128
|
+
'name': 'Quale lume è il più luminoso?',
|
|
129
|
+
'acceptedAnswer': { '@type': 'Answer', 'text': 'Il C3 Super-LumiNova è il verde più brillante. Il BGW9 è il bianco-blu più brillante.' },
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
'@type': 'Question',
|
|
133
|
+
'name': 'Cos\'è il lume BGW9?',
|
|
134
|
+
'acceptedAnswer': { '@type': 'Answer', 'text': 'Il BGW9 è una variante del Super-LumiNova che brilla in bianco-blu invece che verde.' },
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
'@type': 'Question',
|
|
138
|
+
'name': 'Il lume vintage si illumina?',
|
|
139
|
+
'acceptedAnswer': { '@type': 'Answer', 'text': 'Il lume vintage moderno si illumina ma è volutamente più spento per imitare il radio invecchiato.' },
|
|
140
|
+
},
|
|
141
|
+
],
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
'@context': 'https://schema.org',
|
|
145
|
+
'@type': 'SoftwareApplication',
|
|
146
|
+
'name': 'Lume Color Simulator',
|
|
147
|
+
'operatingSystem': 'All',
|
|
148
|
+
'applicationCategory': 'UtilitiesApplication',
|
|
149
|
+
'browserRequirements': 'Requires HTML5. Requires JavaScript.',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
'@context': 'https://schema.org',
|
|
153
|
+
'@type': 'HowTo',
|
|
154
|
+
'name': 'Come simulare i colori del lume',
|
|
155
|
+
'step': [
|
|
156
|
+
{
|
|
157
|
+
'@type': 'HowToStep',
|
|
158
|
+
'name': 'Seleziona un tipo di lume',
|
|
159
|
+
'text': 'Scegli tra i preset C1, C3, BGW9, LumiNova o altri.',
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
'@type': 'HowToStep',
|
|
163
|
+
'name': 'Regola la luminosità',
|
|
164
|
+
'text': 'Trascina la luminosità dal giorno alla notte per vedere il comportamento del lume.',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
'@type': 'HowToStep',
|
|
168
|
+
'name': 'Leggi le specifiche',
|
|
169
|
+
'text': 'La scheda informativa mostra i valori HEX e RGB del colore corrente.',
|
|
170
|
+
},
|
|
171
|
+
],
|
|
172
|
+
},
|
|
173
|
+
],
|
|
174
|
+
};
|
|
175
|
+
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { LumeColorSimulatorUI } from '../entry';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
4
|
+
|
|
5
|
+
export const content: ToolLocaleContent<LumeColorSimulatorUI> = {
|
|
6
|
+
slug: 'lume-color-simulator',
|
|
7
|
+
title: 'ルミカラーシミュレーター—腕時計ルミ発色ビジュアライザー',
|
|
8
|
+
description: 'ルミカラーをリアルタイムで比較。C1、C3、BGW9、LumiNovaなど、さまざまな夜光塗料の発色を明るさ別にシミュレーションします。',
|
|
9
|
+
ui: {
|
|
10
|
+
title: 'ルミカラーシミュレーター',
|
|
11
|
+
lumeType: 'ルミタイプ',
|
|
12
|
+
brightness: '周囲の明るさ',
|
|
13
|
+
dark: '暗い',
|
|
14
|
+
light: '明るい',
|
|
15
|
+
color: '色',
|
|
16
|
+
hex: 'HEX',
|
|
17
|
+
rgb: 'RGB',
|
|
18
|
+
type: 'タイプ',
|
|
19
|
+
description: '説明',
|
|
20
|
+
c1Name: 'C1',
|
|
21
|
+
c1Desc: 'グリーン(クラシック)',
|
|
22
|
+
c3Name: 'C3',
|
|
23
|
+
c3Desc: 'スーパーグリーン',
|
|
24
|
+
bgw9Name: 'BGW9',
|
|
25
|
+
bgw9Desc: 'アイスブルー',
|
|
26
|
+
lumiNovaName: 'LumiNova',
|
|
27
|
+
lumiNovaDesc: 'ウォームホワイト',
|
|
28
|
+
vintageName: 'ビンテージ',
|
|
29
|
+
vintageDesc: 'エイジドラジウム',
|
|
30
|
+
orangeName: 'オレンジ',
|
|
31
|
+
orangeDesc: 'ダイバーオレンジ',
|
|
32
|
+
blueName: 'ブルー',
|
|
33
|
+
blueDesc: 'ディープブルー',
|
|
34
|
+
greenName: 'グリーン',
|
|
35
|
+
greenDesc: 'ネオングリーン',
|
|
36
|
+
tipTitle: 'ヒント',
|
|
37
|
+
tipContent: 'ルミの明るさは、色素の品質と吸収した光の量に依存します。BGW9は青白く発光し最も明るく、ビンテージルミは暖かくほのかな光を放ちます。',
|
|
38
|
+
},
|
|
39
|
+
seo: [
|
|
40
|
+
{ type: 'title', text: '腕時計ルミカラーシミュレーター—リアルタイム発色比較ツール', level: 2 },
|
|
41
|
+
{ type: 'paragraph', html: 'ルミは腕時計収集家にとって最もこだわりのある要素のひとつです。<strong>C1スーパールミノバ</strong>のクラシックなグリーングローと<strong>BGW9</strong>のアイスブルー、どちらが好みですか?このシミュレーターでは、各ルミタイプが昼光から完全な暗闇まで、明るさのレベルごとにどのように見えるかを、正確な<strong>HEX値とRGB値</strong>とともに表示します。' },
|
|
42
|
+
{ type: 'title', text: 'スーパールミノバの種類比較', level: 3 },
|
|
43
|
+
{
|
|
44
|
+
type: 'table', headers: ['タイプ', '昼間の色', '発光色', '明るさ', 'おすすめ'], rows: [
|
|
45
|
+
['C1', 'ライトグリーン', 'グリーン', '中', 'ドレスウォッチ、オリジナル風'],
|
|
46
|
+
['C3', 'イエローグリーン', 'ブライトグリーン', '最高', 'ダイバーズウォッチ、ツールウォッチ'],
|
|
47
|
+
['BGW9', 'オフホワイト', 'アイスブルー', '高', 'モダンスポーツウォッチ、クリーンな見た目'],
|
|
48
|
+
['LumiNova', 'ウォームベージュ', 'ウォームホワイト', '低〜中', 'コスパ重視のルミ'],
|
|
49
|
+
['ビンテージ', 'クリーム/タン', '暖かくほのか', '低', 'ヘリテージスタイルの腕時計'],
|
|
50
|
+
['オレンジ', 'オレンジ', 'オレンジ', '中', 'ダイバーアクセント、レトロダイバー'],
|
|
51
|
+
['ブルー', 'ライトブルー', 'ブルー', '中', 'デザイナーダイヤル、ファッションウォッチ'],
|
|
52
|
+
['グリーン', 'ブライトグリーン', 'グリーン', '高', 'ミリタリースタイルの腕時計'],
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
{ type: 'title', text: 'C1 vs C3 vs BGW9—どれを選ぶべき?', level: 3 },
|
|
56
|
+
{
|
|
57
|
+
type: 'comparative', columns: 2, items: [
|
|
58
|
+
{ title: 'C1 クラシックグリーン', icon: 'mdi:lightbulb-on', description: 'オリジナルのスーパールミノバ処方。グリーンに発光し、明るさは中程度。どんな腕時計にも合う安心のクラシックチョイス。', points: ['中程度の明るさ、4〜6時間視認可能', 'グリーングロー、暖かい色調', '最も手頃な処方', 'エントリーレベルの腕時計に普及'], highlight: false },
|
|
59
|
+
{ title: 'C3 スーパーグリーン', icon: 'mdi:lightning-bolt', description: '入手可能な中で最も明るいグリーンルミ。水中での視認性が求められるプロ仕様のダイバーズウォッチに使用。最小限の充電で最大の輝き。', points: ['最高の明るさ、8〜12時間視認可能', '昼間はイエローグリーン', 'セイコー、シチズン、オメガに採用', '暗所での視認性に最適'], highlight: true },
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
type: 'comparative', columns: 2, items: [
|
|
64
|
+
{ title: 'BGW9 アイスブルー', icon: 'mdi:snowflake', description: 'グリーンではなくブルーホワイトに発光。C3よりやや暗いが、クリーンでモダンな見た目が好まれている。高級スポーツウォッチに人気。', points: ['高輝度、6〜10時間視認可能', 'ブルーホワイトグロー、ニュートラルな色調', '昼間はクリーンでモダンな見た目', 'チュードル、グランドセイコー、オメガに採用'], highlight: true },
|
|
65
|
+
{ title: 'ビンテージ ラジウム調', icon: 'mdi:fire', description: '1960年代のラジウムルミを再現したウォームベージュ/クリーム色。見た目の再現性を優先し、意図的に暗め。暖かく繊細な輝きで、経年変化も美しい。', points: ['低輝度、2〜4時間視認可能', 'ウォームクリームから淡い琥珀色', '放射性物質を使わずに経年変化を再現', 'ヘリテージ復刻モデルに人気'], highlight: false },
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
{ type: 'diagnostic', variant: 'info', title: '明るさだけが全てではない', icon: 'mdi:palette', html: '最も明るいルミ(C3)が常に最良の選択とは限りません。<strong>BGW9</strong>はわずかな明るさの差と引き換えに、多くのコレクターが好むニュートラルでモダンな見た目を提供します。<strong>ビンテージルミ</strong>は性能よりも時代に合った風合いを優先します。自分にとって何が一番大事か—<strong>最大の輝き、モダンな美しさ、それともヘリテージの風格</strong>—で選びましょう。' },
|
|
69
|
+
{ type: 'title', text: 'ルミの発光メカニズム', level: 3 },
|
|
70
|
+
{
|
|
71
|
+
type: 'glossary', items: [
|
|
72
|
+
{ term: 'スーパールミノバ', definition: 'ストロンチウムアルミン酸塩を基盤とした蓄光顔料。紫外線や可視光を吸収し、蓄えたエネルギーを発光として放出します。非放射性で安全。1993年に根本特殊化学が開発。' },
|
|
73
|
+
{ term: '充電時間', definition: 'ルミ顔料を飽和させるのに必要な光照射時間。直射日光またはUV下で10〜30分で満充電。充電時間が長いほど、より長く明るく発光します。' },
|
|
74
|
+
{ term: '発光持続時間', definition: '充電後にルミが視認できる時間。高品質のスーパールミノバは6〜12時間発光し続けます。最も明るいのは充電後30分間です。' },
|
|
75
|
+
{ term: '顔料グレード', definition: 'ストロンチウムアルミン酸塩の結晶品質。高グレードの顔料(C3、BGW9)はより大きく均一な結晶を使用し、明るく長い発光を実現。低グレード(LumiNova)は小さい結晶を使用し、輝きは控えめです。' },
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
type: 'summary', title: 'ルミ選びクイックガイド', items: [
|
|
80
|
+
'暗闇での視認性を重視するなら:C3(最輝度グリーン)かBGW9(最輝度ブルーホワイト)を選びましょう。',
|
|
81
|
+
'モダンで高級感のある見た目なら:BGW9が現在ハイエンドブランドで人気です。',
|
|
82
|
+
'ビンテージ/ヘリテージ風なら:ビンテージかオレンジで時代に合った温かみを。',
|
|
83
|
+
'C1はオールラウンダー:十分な明るさ、クラシックなグリーン、手頃な価格帯。',
|
|
84
|
+
'昼間の発色と夜間のグローカラーは大きく異なります—シミュレーターで両方を比較してみましょう。',
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
],
|
|
88
|
+
faq: [
|
|
89
|
+
{
|
|
90
|
+
question: '一番明るいルミはどれ?',
|
|
91
|
+
answer: 'C3スーパールミノバが最も明るいグリーン処方です。BGW9は最も明るいブルーホワイト。どちらもC1や標準のLumiNovaより大幅に明るいです。',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
question: 'BGW9ルミって何?',
|
|
95
|
+
answer: 'BGW9はスーパールミノバの一種で、グリーンではなくブルーホワイトに発光します。C3よりやや暗いですが、クリーンでモダンな外観から多くの人に好まれています。',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
question: 'ビンテージルミは光るの?',
|
|
99
|
+
answer: '現代のビンテージスタイルルミ(ベージュ/ウォーム調)も発光しますが、経年変化したラジウムを再現するために意図的に暗くなっています。最大輝度よりも風合いを優先した選択です。',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
question: 'ルミの発光はどのくらい持続する?',
|
|
103
|
+
answer: '明るい光で満充電した後、高品質のスーパールミノバは6〜12時間視認可能です。最も明るいのは最初の30分間です。',
|
|
104
|
+
},
|
|
105
|
+
],
|
|
106
|
+
bibliography,
|
|
107
|
+
howTo: [
|
|
108
|
+
{
|
|
109
|
+
name: 'ルミタイプを選択',
|
|
110
|
+
text: 'C1、C3、BGW9、LumiNova、ビンテージ、オレンジ、ブルー、グリーンから選べます。',
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
name: '明るさを調整',
|
|
114
|
+
text: 'スライダーで周囲の明るさを昼(左)から夜(右)まで調整し、ルミの発色変化を確認します。',
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
name: 'スペックを確認',
|
|
118
|
+
text: '情報カードに現在の色の正確なHEX値とRGB値が表示されます。',
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
schemas: [
|
|
122
|
+
{
|
|
123
|
+
'@context': 'https://schema.org',
|
|
124
|
+
'@type': 'FAQPage',
|
|
125
|
+
'mainEntity': [
|
|
126
|
+
{
|
|
127
|
+
'@type': 'Question',
|
|
128
|
+
'name': '一番明るいルミはどれ?',
|
|
129
|
+
'acceptedAnswer': { '@type': 'Answer', 'text': 'C3スーパールミノバが最も明るいグリーン。BGW9が最も明るいブルーホワイトです。' },
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
'@type': 'Question',
|
|
133
|
+
'name': 'BGW9ルミって何?',
|
|
134
|
+
'acceptedAnswer': { '@type': 'Answer', 'text': 'BGW9はスーパールミノバの一種で、グリーンではなくブルーホワイトに発光します。' },
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
'@type': 'Question',
|
|
138
|
+
'name': 'ビンテージルミは光るの?',
|
|
139
|
+
'acceptedAnswer': { '@type': 'Answer', 'text': '現代のビンテージスタイルルミは発光しますが、経年変化したラジウムを再現するため意図的に暗くなっています。' },
|
|
140
|
+
},
|
|
141
|
+
],
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
'@context': 'https://schema.org',
|
|
145
|
+
'@type': 'SoftwareApplication',
|
|
146
|
+
'name': 'ルミカラーシミュレーター',
|
|
147
|
+
'operatingSystem': 'All',
|
|
148
|
+
'applicationCategory': 'UtilitiesApplication',
|
|
149
|
+
'browserRequirements': 'HTML5対応。JavaScript必須。',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
'@context': 'https://schema.org',
|
|
153
|
+
'@type': 'HowTo',
|
|
154
|
+
'name': 'ルミカラーのシミュレーション方法',
|
|
155
|
+
'step': [
|
|
156
|
+
{
|
|
157
|
+
'@type': 'HowToStep',
|
|
158
|
+
'name': 'ルミタイプを選択',
|
|
159
|
+
'text': 'C1、C3、BGW9、LumiNovaなどからプリセットを選びます。',
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
'@type': 'HowToStep',
|
|
163
|
+
'name': '明るさを調整',
|
|
164
|
+
'text': 'スライダーで昼から夜まで調整し、ルミの発色を確認します。',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
'@type': 'HowToStep',
|
|
168
|
+
'name': 'スペックを確認',
|
|
169
|
+
'text': '情報カードに現在の色のHEX値とRGB値が表示されます。',
|
|
170
|
+
},
|
|
171
|
+
],
|
|
172
|
+
},
|
|
173
|
+
],
|
|
174
|
+
};
|