@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
|
@@ -41,44 +41,52 @@ export const content: ToolLocaleContent<CrownReferenceGuideUI> = {
|
|
|
41
41
|
noteTitle: 'Not',
|
|
42
42
|
},
|
|
43
43
|
seo: [
|
|
44
|
-
{ type: 'title', text: 'Saat Kurma Kolu Konumları Kılavuzu
|
|
45
|
-
{ type: 'paragraph', html: 'Kurma kolu, sizinle saatinizin hareketi arasındaki tek fiziksel arayüzdür. Yanlış kullanım
|
|
44
|
+
{ type: 'title', text: 'Saat Kurma Kolu Konumları Kılavuzu-ğru Kurma, Tarih ve Saat Ayarı', level: 2 },
|
|
45
|
+
{ type: 'paragraph', html: 'Kurma kolu, sizinle saatinizin hareketi arasındaki tek fiziksel arayüzdür. Yanlış kullanım-riye doğru kurma, gece yarısı tarih ayarı veya çok sert çekme-m-nizmaya zarar verebilir. Bu kılavuz, <strong>ETA, Sellita, Miyota, Seiko ve Unitas</strong> kalibreleri için her kurma kolu konumunu ayrıntılı olarak açıklar, böylece asla tahmin etmek zorunda kalmazsınız.' },
|
|
46
46
|
{ type: 'title', text: 'Kurma Kolu Konumlarına Genel Bakış', level: 3 },
|
|
47
|
-
{
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
47
|
+
{
|
|
48
|
+
type: 'glossary', items: [
|
|
49
|
+
{ term: 'Konum 0 (Dinlenme)', definition: 'Kurma kolu itilmiş veya vidalanmış durumda. Saat normal çalışır. Hiçbir işlev devrede değildir. Ayar yaptıktan sonra her zaman buraya dönün.' },
|
|
50
|
+
{ term: 'Konum 1 (Kurma)', definition: 'İlk çekme veya sökülmüş durum. Ana yayı kurmak için saat yönünde çevirin. Çoğu otomatik saat rotorla da kurulur.' },
|
|
51
|
+
{ term: 'Konum 2 (Tarih Hızlı Ayarı)', definition: 'İkinci çekme. Tarihi ilerletmek için saat yönünde çevirin. Tarih mekanizması devredeyken 21.00\u201303.00 arasında kullanmaktan kaçının.' },
|
|
52
|
+
{ term: 'Konum 3 (Saat Ayarı)', definition: 'Üçüncü çekme. Hassas hizalama için saniye kolu durur (durdurma). Saati ayarlamak için serbestçe döndürün. Çoğu modern otomatik saatte bulunur.' },
|
|
53
|
+
]
|
|
54
|
+
},
|
|
53
55
|
|
|
54
56
|
{ type: 'title', text: 'Hareket Karşılaştırması: Kurma Kolu Özellikleri', level: 3 },
|
|
55
|
-
{
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
57
|
+
{
|
|
58
|
+
type: 'table', headers: ['Hareket', 'Konumlar', 'Durdurma', 'Hızlı Ayar', 'Kurma Yönü'], rows: [
|
|
59
|
+
['ETA 2824-2 / SW200', '3 (0,1,2,3)', 'Var', 'Tarih (SY)', 'SY'],
|
|
60
|
+
['ETA 2892-A2 / SW300', '3 (0,1,2,3)', 'Var', 'Tarih (SY)', 'SY'],
|
|
61
|
+
['Valjoux 7750 / SW500', '3 (0,1,2,3)', 'Var', 'Tarih (SY)', 'SY'],
|
|
62
|
+
['Miyota 8215', '2 (0,1,3)', 'Yok', 'Yok', 'SY'],
|
|
63
|
+
['Miyota 9015', '3 (0,1,2,3)', 'Var', 'Tarih (SY)', 'SY'],
|
|
64
|
+
['Seiko NH35 / 4R35', '3 (0,1,2,3)', 'Var', 'Tarih (SY)', 'SY'],
|
|
65
|
+
['Seiko 6R35', '3 (0,1,2,3)', 'Var', 'Tarih (SY)', 'SY'],
|
|
66
|
+
['Unitas 6497/6498', '1 (0,1,3)', 'Yok', 'Yok', 'SY'],
|
|
67
|
+
]
|
|
68
|
+
},
|
|
65
69
|
|
|
66
70
|
{ type: 'diagnostic', variant: 'warning', title: 'Yaygın Kurma Kolu Hataları', icon: 'mdi:alert', badge: 'YAPMAYIN', html: 'Tarih tekeri devredeyken <strong>21.00 ile 03.00 arasında</strong> asla hızlı tarih ayarı yapmayın. Bu, dişleri kırabilir ve tam hareket servisi gerektirebilir. Bu aralıkta tarih değiştirmeniz gerekiyorsa, önce saati 03.00\'ün ötesine ilerletin, tarihi ayarlayın, ardından doğru saate geri dönün.' },
|
|
67
71
|
|
|
68
72
|
{ type: 'tip', title: 'Vidalı Kurma Kolları', html: 'Dalış saatleri ve spor saatlerinde su geçirmezlik için genellikle vidalı kurma kolları bulunur. <strong>Çekmeden önce her zaman sökün</strong>. Kurma kolu dışarı fırlayana kadar saat yönünün tersine çevirin, ardından istediğiniz konuma çekin. Ayar yaptıktan sonra itin, ardından hafifçe bastırarak saat yönünde sıkın. <strong>Aşırı sıkmayın.</strong>' },
|
|
69
73
|
|
|
70
|
-
{
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
+
{
|
|
75
|
+
type: 'comparative', columns: 2, items: [
|
|
76
|
+
{ title: 'Standart Kurma Kolu', icon: 'mdi:crown', description: 'Çoğu elbise saati ve günlük otomatik saatte bulunan itmeli-çekmeli kurma kolu. 2\u20134 konum. Su geçirmezlik tipik olarak 30\u2013100m.', points: ['Anında erişim, sökme gerektirmez', 'Sınırlı su geçirmezlik', 'ETA, Miyota, Seiko\'da yaygın'] },
|
|
77
|
+
{ title: 'Vidalı Kurma Kolu', icon: 'mdi:lock', description: 'Kasa tüpüne vidalanan dişli kurma kolu. Dalış saatleri ve alet saatlerinde standarttır. Su geçirmezlik 200m+.', points: ['Üstün su geçirmezlik', 'Kullanmadan önce sökülmeli', 'Rolex, Omega, Seiko Prospex\'te yaygın'], highlight: true },
|
|
78
|
+
]
|
|
79
|
+
},
|
|
74
80
|
|
|
75
|
-
{
|
|
76
|
-
'
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
81
|
+
{
|
|
82
|
+
type: 'summary', title: 'Hızlı Başvuru', items: [
|
|
83
|
+
'Her zaman saat yönünde kurun-rs yönde kurma kaydırmalı kavramayı çalıştırır ancak kurma yapmaz.',
|
|
84
|
+
'Vidalı kurma kolunuz varsa, herhangi bir konuma çekmeden önce sökün.',
|
|
85
|
+
'21.00 ile 03.00 arasında hızlı tarih ayarı yapmaktan kaçının. Gerekirse önce saati 03.00\'ün ötesine ilerletin.',
|
|
86
|
+
'Elle kurulan hareketlerin (ör. Unitas 6498) daha az konumu vardır. Saat ayarı yapmadan önce tamamen kurun.',
|
|
87
|
+
'Durdurmasız hareketler (ör. Miyota 8215) farklı bir teknik gerektirir: hedef dakikayı geçip döndürün, ardından yavaşça geri getirin.',
|
|
88
|
+
]
|
|
89
|
+
},
|
|
82
90
|
],
|
|
83
91
|
faq: [
|
|
84
92
|
{
|
|
@@ -99,7 +107,7 @@ export const content: ToolLocaleContent<CrownReferenceGuideUI> = {
|
|
|
99
107
|
},
|
|
100
108
|
{
|
|
101
109
|
question: 'Saatimi tamamen kurmak için kaç tur gerektiğini nasıl anlarım?',
|
|
102
|
-
answer: 'Çoğu otomatik hareket, tam duruştan 30\u201340 tam kurma kolu dönüşü gerektirir. Elle kurulan hareketler değişir: Unitas 6498 yaklaşık 30\u201335 tur, 70 saat rezervli Seiko 6R35 ise 50\u201360 tur gerektirir. Sert bir direnç hissettiğinizde durun
|
|
110
|
+
answer: 'Çoğu otomatik hareket, tam duruştan 30\u201340 tam kurma kolu dönüşü gerektirir. Elle kurulan hareketler değişir: Unitas 6498 yaklaşık 30\u201335 tur, 70 saat rezervli Seiko 6R35 ise 50\u201360 tur gerektirir. Sert bir direnç hissettiğinizde durun-rlamak ana yaya zarar verebilir.',
|
|
103
111
|
},
|
|
104
112
|
],
|
|
105
113
|
bibliography,
|
|
@@ -41,44 +41,52 @@ export const content: ToolLocaleContent<CrownReferenceGuideUI> = {
|
|
|
41
41
|
noteTitle: '注意',
|
|
42
42
|
},
|
|
43
43
|
seo: [
|
|
44
|
-
{ type: 'title', text: '
|
|
44
|
+
{ type: 'title', text: '手表表冠位置指南-正确上链、设置日期和时间', level: 2 },
|
|
45
45
|
{ type: 'paragraph', html: '表冠是您与手表机芯之间唯一的物理接口。错误操作——反向旋转、在午夜设置日期、或用力过猛——都可能损坏机芯。本指南详细解析了<strong>ETA、Sellita、Miyota、Seiko和Unitas</strong>等机芯的每个表冠位置,让您再也不用猜测。' },
|
|
46
46
|
{ type: 'title', text: '表冠位置一览', level: 3 },
|
|
47
|
-
{
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
47
|
+
{
|
|
48
|
+
type: 'glossary', items: [
|
|
49
|
+
{ term: '位置0(静止)', definition: '表冠推入或旋入。手表正常运行。无功能启用。设置后务必回到此位置。' },
|
|
50
|
+
{ term: '位置1(上链)', definition: '第一次拉出或旋松状态。顺时针转动以给发条上链。大多数自动机芯也可通过自动陀上链。' },
|
|
51
|
+
{ term: '位置2(日期快调)', definition: '第二次拉出。顺时针转动以推进日期。在日期机构啮合的晚上9点到凌晨3点之间避免使用。' },
|
|
52
|
+
{ term: '位置3(时间设置)', definition: '第三次拉出。秒针停止(停秒)以实现精确对时。自由转动以设置时间。大多数现代自动机芯均具备此功能。' },
|
|
53
|
+
]
|
|
54
|
+
},
|
|
53
55
|
|
|
54
56
|
{ type: 'title', text: '机芯对比:表冠功能', level: 3 },
|
|
55
|
-
{
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
57
|
+
{
|
|
58
|
+
type: 'table', headers: ['机芯', '档位', '停秒', '快调', '上链方向'], rows: [
|
|
59
|
+
['ETA 2824-2 / SW200', '3 (0,1,2,3)', '有', '日期(顺时针)', '顺时针'],
|
|
60
|
+
['ETA 2892-A2 / SW300', '3 (0,1,2,3)', '有', '日期(顺时针)', '顺时针'],
|
|
61
|
+
['Valjoux 7750 / SW500', '3 (0,1,2,3)', '有', '日期(顺时针)', '顺时针'],
|
|
62
|
+
['Miyota 8215', '2 (0,1,3)', '无', '无', '顺时针'],
|
|
63
|
+
['Miyota 9015', '3 (0,1,2,3)', '有', '日期(顺时针)', '顺时针'],
|
|
64
|
+
['Seiko NH35 / 4R35', '3 (0,1,2,3)', '有', '日期(顺时针)', '顺时针'],
|
|
65
|
+
['Seiko 6R35', '3 (0,1,2,3)', '有', '日期(顺时针)', '顺时针'],
|
|
66
|
+
['Unitas 6497/6498', '1 (0,1,3)', '无', '无', '顺时针'],
|
|
67
|
+
]
|
|
68
|
+
},
|
|
65
69
|
|
|
66
70
|
{ type: 'diagnostic', variant: 'warning', title: '常见表冠操作误区', icon: 'mdi:alert', badge: '禁止', html: '切勿在日期轮啮合的<strong>晚上9点到凌晨3点</strong>之间快调日期。这可能导致轮齿损坏,需要全面维修机芯。如果必须在此时间段内更改日期,请先将时间调至凌晨3点之后,设置日期,然后调回正确时间。' },
|
|
67
71
|
|
|
68
72
|
{ type: 'tip', title: '旋入式表冠', html: '潜水表和运动表通常采用旋入式表冠以实现防水。<strong>拉出前务必先逆时针旋松</strong>。逆时针转动直到表冠弹出,然后拉出到所需位置。设置完成后,推入表冠,然后轻压并顺时针旋紧。<strong>切勿过紧。</strong>' },
|
|
69
73
|
|
|
70
|
-
{
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
+
{
|
|
75
|
+
type: 'comparative', columns: 2, items: [
|
|
76
|
+
{ title: '标准表冠', icon: 'mdi:crown', description: '大多数正装表和日常自动表采用的推拉式表冠。2\u20134个档位。防水性通常为30\u2013100米。', points: ['直接操作,无需旋松', '防水性能有限', '常见于ETA、Miyota、Seiko机芯'] },
|
|
77
|
+
{ title: '旋入式表冠', icon: 'mdi:lock', description: '带有螺纹,可旋入表壳的表冠。潜水表和工具表的标准配置。防水性200米以上。', points: ['出色的防水性能', '使用前必须旋松', '常见于Rolex、Omega、Seiko Prospex'], highlight: true },
|
|
78
|
+
]
|
|
79
|
+
},
|
|
74
80
|
|
|
75
|
-
{
|
|
76
|
-
'
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
81
|
+
{
|
|
82
|
+
type: 'summary', title: '快速参考', items: [
|
|
83
|
+
'始终顺时针上链-旋转只会启动滑动离合,不会上链。',
|
|
84
|
+
'如果手表配备旋入式表冠,请在拉出到任何位置之前先将其旋松。',
|
|
85
|
+
'避免在晚上9点到凌晨3点之间快调日期。如需调整,先将时间调至凌晨3点之后。',
|
|
86
|
+
'手动上链机芯(例如Unitas 6498)档位较少。设置时间前请先完全上链。',
|
|
87
|
+
'无停秒功能的机芯(例如Miyota 8215)需要不同技巧:超过目标分钟,然后缓慢回调。',
|
|
88
|
+
]
|
|
89
|
+
},
|
|
82
90
|
],
|
|
83
91
|
faq: [
|
|
84
92
|
{
|
|
@@ -99,7 +107,7 @@ export const content: ToolLocaleContent<CrownReferenceGuideUI> = {
|
|
|
99
107
|
},
|
|
100
108
|
{
|
|
101
109
|
question: '如何知道上满链需要多少圈?',
|
|
102
|
-
answer: '大多数自动机芯从完全静止状态需要30\u201340整圈表冠旋转。手动上链机芯则各不相同:Unitas 6498约需30\u201335圈,而具有70小时动储的Seiko 6R35需要50\u201360
|
|
110
|
+
answer: '大多数自动机芯从完全静止状态需要30\u201340整圈表冠旋转。手动上链机芯则各不相同:Unitas 6498约需30\u201335圈,而具有70小时动储的Seiko 6R35需要50\u201360圈。当感到明显的阻力时停止-继续可能会损坏发条。',
|
|
103
111
|
},
|
|
104
112
|
],
|
|
105
113
|
bibliography,
|
|
@@ -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,19 +26,19 @@ 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
|
},
|
|
33
33
|
seo: [
|
|
34
|
-
{ type: 'title', text: 'Uhren-Entmagnetisierungs-Timer
|
|
34
|
+
{ type: 'title', text: 'Uhren-Entmagnetisierungs-Timer-äzises Timing für die DIY-Entmagnetisierung', level: 2 },
|
|
35
35
|
{ type: 'paragraph', html: 'Die Entmagnetisierung einer Uhr erfordert präzises Timing beim Tastendruck. Die meisten DIY-Entmagnetisierer erzeugen ein abklingendes magnetisches Wechselfeld, und der ideale Puls dauert zwischen <strong>1 und 3 Sekunden</strong>. Zu kurz und das Feld neutralisiert die Magnetisierung nicht; zu lang und Sie riskieren eine Sättigung des Werks.' },
|
|
36
36
|
{ type: 'title', text: 'Warum das Timing bei der Uhren-Entmagnetisierung entscheidend ist', level: 3 },
|
|
37
37
|
{ type: 'paragraph', html: 'Wenn Sie die Taste am Entmagnetisierer drücken, entsteht im Inneren der Spule ein magnetisches Wechselfeld. Das Feld oszilliert mit der Netzfrequenz (50/60 Hz) und klingt beim Loslassen ab. Ziel ist es, die Uhr <strong>gerade lange genug</strong> diesem abklingenden Feld auszusetzen, um die magnetischen Domänen in der Spirale und anderen Stahlkomponenten zu randomisieren. Ein Puls von 1 bis 3 Sekunden ist für die meisten Werke ideal.' },
|
|
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,12 +26,12 @@ 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
|
},
|
|
33
33
|
seo: [
|
|
34
|
-
{ type: 'title', text: 'Watch Demagnetizing Timer
|
|
34
|
+
{ type: 'title', text: 'Watch Demagnetizing Timer-ecise Pulse Timing for DIY Demagnetization', level: 2 },
|
|
35
35
|
{ type: 'paragraph', html: 'Demagnetizing a watch requires exact button-press timing. Most DIY demagnetizers work by generating a decaying alternating magnetic field, and the ideal pulse lasts between <strong>1 and 3 seconds</strong>. Hold it too short and the field won\'t neutralize the magnetization; hold it too long and you risk saturating the movement.' },
|
|
36
36
|
{ type: 'title', text: 'Why Timing Matters for Watch Demagnetization', level: 3 },
|
|
37
37
|
{ type: 'paragraph', html: 'When you press the button on a demagnetizer, an alternating magnetic field is created inside the coil. The field oscillates at mains frequency (50/60 Hz) and decays when you release. The goal is to subject the watch to this decaying field for <strong>just long enough</strong> to randomize the magnetic domains in the hairspring and other steel components. A 1-to-3-second pulse is the sweet spot for most movements.' },
|
|
@@ -26,12 +26,12 @@ 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
|
},
|
|
33
33
|
seo: [
|
|
34
|
-
{ type: 'title', text: 'Temporizador de Desmagnetización
|
|
34
|
+
{ type: 'title', text: 'Temporizador de Desmagnetización-ming Preciso para Desmagnetización Casera', level: 2 },
|
|
35
35
|
{ type: 'paragraph', html: 'Desmagnetizar un reloj requiere una sincronización exacta del botón. La mayoría de los desmagnetizadores caseros funcionan generando un campo magnético alterno decreciente, y el pulso ideal dura entre <strong>1 y 3 segundos</strong>. Si lo mantienes muy poco, el campo no neutralizará la magnetización; si lo mantienes demasiado, corres el riesgo de saturar el movimiento.' },
|
|
36
36
|
{ type: 'title', text: 'Por qué es importante el tiempo en la desmagnetización', level: 3 },
|
|
37
37
|
{ type: 'paragraph', html: 'Al presionar el botón del desmagnetizador, se crea un campo magnético alterno dentro de la bobina. El campo oscila a la frecuencia de red (50/60 Hz) y se desvanece al soltar el botón. El objetivo es exponer el reloj a este campo decreciente <strong>el tiempo justo</strong> para aleatorizar los dominios magnéticos del espiral y otros componentes de acero. Un pulso de 1 a 3 segundos es el punto óptimo para la mayoría de los movimientos.' },
|
|
@@ -31,7 +31,7 @@ export const content: ToolLocaleContent<DemagnetizingTimerUI> = {
|
|
|
31
31
|
tipContent: 'Gardez la montre à au moins 1 mètre du démagnétiseur lorsqu\'il est allumé pour éviter une re-magnétisation.',
|
|
32
32
|
},
|
|
33
33
|
seo: [
|
|
34
|
-
{ type: 'title', text: 'Minuteur de Démagnétisation de Montre
|
|
34
|
+
{ type: 'title', text: 'Minuteur de Démagnétisation de Montre-ronométrage Précis pour le DIY', level: 2 },
|
|
35
35
|
{ type: 'paragraph', html: 'Démagnétiser une montre nécessite un timing précis du bouton. La plupart des démagnétiseurs DIY fonctionnent en générant un champ magnétique alternatif décroissant, et l\'impulsion idéale dure entre <strong>1 et 3 secondes</strong>. Trop courte et le champ ne neutralise pas la magnétisation ; trop longue et vous risquez de saturer le mouvement.' },
|
|
36
36
|
{ type: 'title', text: 'Pourquoi le timing est crucial pour la démagnétisation', level: 3 },
|
|
37
37
|
{ type: 'paragraph', html: 'Lorsque vous appuyez sur le bouton du démagnétiseur, un champ magnétique alternatif est créé à l\'intérieur de la bobine. Le champ oscille à la fréquence du secteur (50/60 Hz) et s\'atténue lorsque vous relâchez. L\'objectif est d\'exposer la montre à ce champ décroissant <strong>juste assez longtemps</strong> pour randomiser les domaines magnétiques du spiral et des autres composants en acier. Une impulsion de 1 à 3 secondes est le point idéal pour la plupart des mouvements.' },
|
|
@@ -26,12 +26,12 @@ 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
|
},
|
|
33
33
|
seo: [
|
|
34
|
-
{ type: 'title', text: 'Timer Demagnetisasi Jam Tangan
|
|
34
|
+
{ type: 'title', text: 'Timer Demagnetisasi Jam Tangan-ktu Pulsa Presisi untuk Demagnetisasi DIY', level: 2 },
|
|
35
35
|
{ type: 'paragraph', html: 'Mendemagnetisasi jam tangan memerlukan waktu tekan tombol yang tepat. Sebagian besar demagnetizer DIY bekerja dengan menghasilkan medan magnet bolak-balik yang meluruh, dan pulsa ideal berlangsung antara <strong>1 dan 3 detik</strong>. Terlalu pendek dan medan tidak akan menetralkan magnetisasi; terlalu lama dan Anda berisiko menjenuhkan pergerakan.' },
|
|
36
36
|
{ type: 'title', text: 'Mengapa Waktu Penting untuk Demagnetisasi Jam Tangan', level: 3 },
|
|
37
37
|
{ type: 'paragraph', html: 'Saat Anda menekan tombol pada demagnetizer, medan magnet bolak-balik tercipta di dalam kumparan. Medan berosilasi pada frekuensi listrik (50/60 Hz) dan meluruh saat Anda melepaskan. Tujuannya adalah untuk menjadarkan jam tangan pada medan yang meluruh ini <strong>cukup lama</strong> untuk mengacak domain magnetik pada hairspring dan komponen baja lainnya. Pulsa 1 hingga 3 detik adalah titik optimal untuk sebagian besar pergerakan.' },
|
|
@@ -26,12 +26,12 @@ 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
|
},
|
|
33
33
|
seo: [
|
|
34
|
-
{ type: 'title', text: 'Timer per Smagnetizzazione Orologi
|
|
34
|
+
{ type: 'title', text: 'Timer per Smagnetizzazione Orologi-mpismo Preciso per la Smagnetizzazione Fai-da-Té', level: 2 },
|
|
35
35
|
{ type: 'paragraph', html: 'Smagnetizzare un orologio richiede un tempismo esatto nella pressione del pulsante. La maggior parte degli smagnetizzatori fai-da-te funziona generando un campo magnetico alternato decrescente, e l\'impulso ideale dura tra <strong>1 e 3 secondi</strong>. Se lo tieni troppo poco, il campo non neutralizza la magnetizzazione; se lo tieni troppo a lungo, rischi di saturare il movimento.' },
|
|
36
36
|
{ type: 'title', text: 'Perché il tempismo è importante per la smagnetizzazione', level: 3 },
|
|
37
37
|
{ type: 'paragraph', html: 'Quando premi il pulsante dello smagnetizzatore, all\'interno della bobina si crea un campo magnetico alternato. Il campo oscilla alla frequenza di rete (50/60 Hz) e decade quando rilasci. L\'obiettivo è esporre l\'orologio a questo campo decrescente <strong>per il tempo giusto</strong> per randomizzare i domini magnetici dello spirale e degli altri componenti in acciaio. Un impulso da 1 a 3 secondi è il punto ottimale per la maggior parte dei movimenti.' },
|
|
@@ -31,7 +31,7 @@ export const content: ToolLocaleContent<DemagnetizingTimerUI> = {
|
|
|
31
31
|
tipContent: '再磁化を防ぐため、電源オンの脱磁器から時計を少なくとも1メートル離してください。',
|
|
32
32
|
},
|
|
33
33
|
seo: [
|
|
34
|
-
{ type: 'title', text: '
|
|
34
|
+
{ type: 'title', text: '時計脱磁タイマー-Y脱磁のための正確なパルスタイミング', level: 2 },
|
|
35
35
|
{ type: 'paragraph', html: '時計の脱磁には正確なボタン押しのタイミングが必要です。ほとんどのDIY脱磁器は減衰する交流磁場を生成することで動作し、理想的なパルスは<strong>1~3秒</strong>です。短すぎると磁場が磁化を中和できず、長すぎるとムーブメントが飽和するリスクがあります。' },
|
|
36
36
|
{ type: 'title', text: '時計脱磁においてタイミングが重要な理由', level: 3 },
|
|
37
37
|
{ type: 'paragraph', html: '脱磁器のボタンを押すと、コイル内部に交流磁場が発生します。磁場は商用周波数(50/60 Hz)で振動し、ボタンを離すと減衰します。目的は、ヒゲゼンマイやその他の鋼製部品の磁区をランダム化するために、この減衰磁場に時計を<strong>ちょうどよい時間</strong>さらすことです。1~3秒のパルスがほとんどのムーブメントにとって最適です。' },
|
|
@@ -31,7 +31,7 @@ export const content: ToolLocaleContent<DemagnetizingTimerUI> = {
|
|
|
31
31
|
tipContent: '재자기화를 방지하려면 전원이 켜진 자기제거기에서 시계를 최소 1미터 이상 떨어뜨려 두세요.',
|
|
32
32
|
},
|
|
33
33
|
seo: [
|
|
34
|
-
{ type: 'title', text: '시계 자기제거
|
|
34
|
+
{ type: 'title', text: '시계 자기제거 타이머-Y 자기제거를 위한 정확한 펄스 타이밍', level: 2 },
|
|
35
35
|
{ type: 'paragraph', html: '시계를 자기제거하려면 정확한 버튼 누름 타이밍이 필요합니다. 대부분의 DIY 자기제거기는 감쇠하는 교류 자기장을 생성하여 작동하며, 이상적인 펄스는 <strong>1~3초</strong>입니다. 너무 짧으면 자기장이 자성을 중화하지 못하고, 너무 길면 무브먼트가 포화될 위험이 있습니다.' },
|
|
36
36
|
{ type: 'title', text: '시계 자기제거에서 타이밍이 중요한 이유', level: 3 },
|
|
37
37
|
{ type: 'paragraph', html: '자기제거기의 버튼을 누르면 코일 내부에 교류 자기장이 생성됩니다. 자기장은 상용 주파수(50/60 Hz)로 진동하다가 버튼을 놓으면 감쇠합니다. 목표는 헤어스프링과 기타 강철 부품의 자기 도메인을 무작위화하기 위해 이 감쇠 자기장에 시계를 <strong>적당한 시간</strong> 동안 노출시키는 것입니다. 1~3초의 펄스가 대부분의 무브먼트에 최적입니다.' },
|
|
@@ -26,12 +26,12 @@ 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
|
},
|
|
33
33
|
seo: [
|
|
34
|
-
{ type: 'title', text: 'Horloge Ontmagnetisering Timer
|
|
34
|
+
{ type: 'title', text: 'Horloge Ontmagnetisering Timer-ecieze Puls Timing voor DIY', level: 2 },
|
|
35
35
|
{ type: 'paragraph', html: 'Het ontmagnetiseren van een horloge vereist exacte timing van de knopdruk. De meeste DIY-ontmagnetiseerders werken door een afnemend wisselend magnetisch veld te genereren, en de ideale puls duurt tussen <strong>1 en 3 seconden</strong>. Te kort en het veld neutraliseert de magnetisatie niet; te lang en u riskeert verzadiging van het uurwerk.' },
|
|
36
36
|
{ type: 'title', text: 'Waarom timing belangrijk is bij horloge-ontmagnetisering', level: 3 },
|
|
37
37
|
{ type: 'paragraph', html: 'Wanneer u op de knop van een ontmagnetiseerder drukt, ontstaat er een wisselend magnetisch veld in de spoel. Het veld oscilleert op de netfrequentie (50/60 Hz) en neemt af wanneer u loslaat. Het doel is om het horloge <strong>net lang genoeg</strong> aan dit afnemende veld bloot te stellen om de magnetische domeinen in de haarveer en andere stalen componenten te randomiseren. Een puls van 1 tot 3 seconden is de sweet spot voor de meeste uurwerken.' },
|
|
@@ -26,13 +26,13 @@ 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
|
},
|
|
33
33
|
seo: [
|
|
34
|
-
{ type: 'title', text: 'Timer do Odmagnesowywania Zegarków
|
|
35
|
-
{ type: 'paragraph', html: 'Odmagnesowanie zegarka wymaga dokładnego czasu naciśnięcia przycisku. Większość domowych odmagnesowaczy działa poprzez generowanie zanikającego zmiennego pola magnetycznego, a idealny impuls trwa od <strong>1 do 3 sekund</strong>. Zbyt krótko
|
|
34
|
+
{ type: 'title', text: 'Timer do Odmagnesowywania Zegarków-ecyzyjny Czas Impulsu dla DIY', level: 2 },
|
|
35
|
+
{ type: 'paragraph', html: 'Odmagnesowanie zegarka wymaga dokładnego czasu naciśnięcia przycisku. Większość domowych odmagnesowaczy działa poprzez generowanie zanikającego zmiennego pola magnetycznego, a idealny impuls trwa od <strong>1 do 3 sekund</strong>. Zbyt krótko-le nie zneutralizuje namagnesowania; zbyt długo-r-kujesz nasycenie mechanizmu.' },
|
|
36
36
|
{ type: 'title', text: 'Dlaczego czas ma znaczenie przy odmagnesowywaniu', level: 3 },
|
|
37
37
|
{ type: 'paragraph', html: 'Po naciśnięciu przycisku odmagnesowacza wewnątrz cewki tworzy się zmienne pole magnetyczne. Pole oscyluje z częstotliwością sieciową (50/60 Hz) i zanika po puszczeniu przycisku. Celem jest wystawienie zegarka na to zanikające pole <strong>wystarczająco długo</strong>, aby zrandomizować domeny magnetyczne w sprężynie włosowej i innych stalowych elementach. Impuls od 1 do 3 sekund to optymalny czas dla większości mechanizmów.' },
|
|
38
38
|
{ type: 'title', text: 'Jak działa odmagnesowacz', level: 3 },
|
|
@@ -26,12 +26,12 @@ 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
|
},
|
|
33
33
|
seo: [
|
|
34
|
-
{ type: 'title', text: 'Temporizador de Desmagnetização
|
|
34
|
+
{ type: 'title', text: 'Temporizador de Desmagnetização-mpo Preciso para Desmagnetização Caseira', level: 2 },
|
|
35
35
|
{ type: 'paragraph', html: 'Desmagnetizar um relógio exige um tempo exato de pressionamento do botão. A maioria dos desmagnetizadores caseiros funciona gerando um campo magnético alternado decrescente, e o pulso ideal dura entre <strong>1 e 3 segundos</strong>. Segurar por pouco tempo e o campo não neutraliza a magnetização; segurar por muito tempo e você corre o risco de saturar o movimento.' },
|
|
36
36
|
{ type: 'title', text: 'Por que o tempo é importante na desmagnetização', level: 3 },
|
|
37
37
|
{ type: 'paragraph', html: 'Ao pressionar o botão do desmagnetizador, um campo magnético alternado é criado dentro da bobina. O campo oscila na frequência da rede (50/60 Hz) e decai quando você solta. O objetivo é expor o relógio a este campo decrescente <strong>pelo tempo certo</strong> para randomizar os domínios magnéticos da mola espiral e outros componentes de aço. Um pulso de 1 a 3 segundos é o ponto ideal para a maioria dos movimentos.' },
|
|
@@ -26,28 +26,28 @@ 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
|
},
|
|
33
33
|
seo: [
|
|
34
|
-
{ type: 'title', text: 'Таймер размагничивания
|
|
35
|
-
{ type: 'paragraph', html: 'Размагничивание часов требует точного времени нажатия кнопки. Большинство бытовых размагничивателей работают, создавая затухающее переменное магнитное поле, и идеальный импульс длится от <strong>1 до 3 секунд</strong>. Слишком короткое
|
|
34
|
+
{ type: 'title', text: 'Таймер размагничивания часов-чное время импульса для самостоятельного размагничивания', level: 2 },
|
|
35
|
+
{ type: 'paragraph', html: 'Размагничивание часов требует точного времени нажатия кнопки. Большинство бытовых размагничивателей работают, создавая затухающее переменное магнитное поле, и идеальный импульс длится от <strong>1 до 3 секунд</strong>. Слишком короткое нажатие-поле не нейтрализует намагниченность; слишком долгое-в-искуете насытить механизм.' },
|
|
36
36
|
{ type: 'title', text: 'Почему время имеет значение при размагничивании часов', level: 3 },
|
|
37
|
-
{ type: 'paragraph', html: 'При нажатии кнопки размагничивателя внутри катушки создаётся переменное магнитное поле. Поле колеблется с частотой сети (50/60 Гц) и затухает при отпускании.
|
|
37
|
+
{ type: 'paragraph', html: 'При нажатии кнопки размагничивателя внутри катушки создаётся переменное магнитное поле. Поле колеблется с частотой сети (50/60 Гц) и затухает при отпускании. Цель-двергнуть часы воздействию этого затухающего поля <strong>достаточно долго</strong>, чтобы рандомизировать магнитные домены в волосковой пружине и других стальных компонентах. Импульс от 1 до 3 секунд является оптимальным для большинства механизмов.' },
|
|
38
38
|
{ type: 'title', text: 'Как работает размагничиватель', level: 3 },
|
|
39
|
-
{ type: 'paragraph', html: '
|
|
39
|
+
{ type: 'paragraph', html: 'Размагничиватель-о, по сути, катушка с проводом, которая при включении создаёт сильное переменное магнитное поле. Помещение намагниченных часов в это поле заставляет их внутренние магнитные домены быстро переключаться. Когда поле резко убирается (отпусканием кнопки), домены стабилизируются в случайном порядке, эффективно обнуляя суммарную намагниченность.' },
|
|
40
40
|
{ type: 'title', text: 'Признаки того, что ваши часы нуждаются в размагничивании', level: 3 },
|
|
41
|
-
{ type: 'paragraph', html: 'К распространённым симптомам намагниченных часов относятся: уход вперёд на несколько минут в день, нестабильный ход в разных положениях, слышимое ускорение тиканья и в крайних случаях полная остановка часов. Если ваши автоматические часы вдруг начинают спешить, причиной часто является намагниченность, и
|
|
41
|
+
{ type: 'paragraph', html: 'К распространённым симптомам намагниченных часов относятся: уход вперёд на несколько минут в день, нестабильный ход в разных положениях, слышимое ускорение тиканья и в крайних случаях полная остановка часов. Если ваши автоматические часы вдруг начинают спешить, причиной часто является намагниченность, и размагничивание-остое решение.' },
|
|
42
42
|
],
|
|
43
43
|
faq: [
|
|
44
44
|
{
|
|
45
45
|
question: 'Как долго нужно нажимать кнопку размагничивателя?',
|
|
46
|
-
answer: 'Рекомендуемая длительность
|
|
46
|
+
answer: 'Рекомендуемая длительность импульса- 1 до 3 секунд. Начните с 1 секунды и увеличьте при необходимости. Слишком длинные импульсы могут перегреть катушку и не улучшают результат.',
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
question: 'Можно ли размагничивать часы несколько раз?',
|
|
50
|
-
answer: 'Да. Повторите процесс 2
|
|
50
|
+
answer: 'Да. Повторите процесс 2-3 раза, каждый раз поворачивая часы на 90 градусов. Это обеспечивает воздействие переменного поля на все оси. Риска чрезмерного размагничивания нет.',
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
question: 'Действует ли размагничивание на кварцевые часы?',
|
|
@@ -83,7 +83,7 @@ export const content: ToolLocaleContent<DemagnetizingTimerUI> = {
|
|
|
83
83
|
'name': 'Как долго нужно нажимать кнопку размагничивателя?',
|
|
84
84
|
'acceptedAnswer': {
|
|
85
85
|
'@type': 'Answer',
|
|
86
|
-
'text': 'Рекомендуемая длительность
|
|
86
|
+
'text': 'Рекомендуемая длительность импульса- 1 до 3 секунд. Начните с 1 секунды и увеличьте при необходимости. Слишком длинные импульсы могут перегреть катушку и не улучшают результат.',
|
|
87
87
|
},
|
|
88
88
|
},
|
|
89
89
|
{
|
|
@@ -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
|
{
|