@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,189 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WatchSizeComparatorUI } from '../entry';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
4
|
+
|
|
5
|
+
export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
|
|
6
|
+
slug: 'watch-size-comparator',
|
|
7
|
+
title: '腕時計サイズ比較ツール—手首に合うサイズを視覚的に確認',
|
|
8
|
+
description: '腕時計のケースサイズを視覚的に比較。直径、ラグ間距離、手首サイズを入力して、購入前にフィット感を確認できます。',
|
|
9
|
+
ui: {
|
|
10
|
+
title: '腕時計サイズ比較ツール',
|
|
11
|
+
addWatch: '腕時計を追加',
|
|
12
|
+
watchName: '腕時計名',
|
|
13
|
+
watchNamePlaceholder: '例:ロレックス サブマリーナー',
|
|
14
|
+
caseDiameter: 'ケース直径',
|
|
15
|
+
lugToLug: 'ラグ間距離',
|
|
16
|
+
thickness: '厚み',
|
|
17
|
+
wristSize: '手首サイズ',
|
|
18
|
+
wristSizePlaceholder: '例:17',
|
|
19
|
+
mm: 'mm',
|
|
20
|
+
cm: 'cm',
|
|
21
|
+
unitCm: 'CM',
|
|
22
|
+
unitInches: 'IN',
|
|
23
|
+
remove: '削除',
|
|
24
|
+
yourWatches: 'あなたの腕時計',
|
|
25
|
+
fitLegend: 'フィット凡例',
|
|
26
|
+
excellentFit: '最適',
|
|
27
|
+
goodFit: '良好',
|
|
28
|
+
borderlineFit: 'やや大きい',
|
|
29
|
+
largeFit: '大きすぎる',
|
|
30
|
+
wristCurve: '手首',
|
|
31
|
+
nameRequired: '腕時計名を入力してください',
|
|
32
|
+
watchTooLarge: '腕時計が手首からはみ出しています',
|
|
33
|
+
l2lExceedsWrist: 'ラグ間距離が手首幅を超えています',
|
|
34
|
+
excellentDesc: 'バランス良好—ラグ間距離が手首にしっかり収まります。',
|
|
35
|
+
goodDesc: '良好—ややはみ出しますが、着用感は快適です。',
|
|
36
|
+
borderlineDesc: 'ギリギリ—ラグが手首の端に近づいています。',
|
|
37
|
+
largeDesc: '大きすぎる—ラグが手首からはみ出しそうです。',
|
|
38
|
+
fitsWell: 'フィット良好',
|
|
39
|
+
slightlyLarge: 'やや大きい',
|
|
40
|
+
tooLarge: '大きすぎる',
|
|
41
|
+
source: 'サイズガイド',
|
|
42
|
+
estimateNote: '各サイズを入力して腕時計を追加すると、手首へのフィット感がわかります。',
|
|
43
|
+
},
|
|
44
|
+
seo: [
|
|
45
|
+
{ type: 'title', text: '腕時計サイズ比較ツール—手首に合うサイズを視覚的に確認', level: 2 },
|
|
46
|
+
{ type: 'paragraph', html: '<strong>42mmの腕時計</strong>が<strong>17cmの手首</strong>に合うか気になったことはありませんか?48mmのラグ間距離でははみ出してしまうでしょうか?腕時計サイズ比較ツールなら、視覚的に答えがわかります。ケース直径、ラグ間距離、厚み、手首サイズを入力するだけで、ツールが実寸で描画し、フィット感を<span style="color:#22c55e">緑(最適)</span>から<span style="color:#ef4444">赤(大きすぎる)</span>まで色分け。メートル法とヤード・ポンド法の両方に対応しています。' },
|
|
47
|
+
{ type: 'title', text: '腕時計サイズ用語集', level: 3 },
|
|
48
|
+
{
|
|
49
|
+
type: 'glossary', items: [
|
|
50
|
+
{ term: 'ケース直径', definition: '文字盤を挟むケースの幅(竜頭を除く)。一般的な範囲は34〜46mm。最もよく使われるサイズ表記ですが、フィット感を決める唯一の要素ではありません。' },
|
|
51
|
+
{ term: 'ラグ間距離(L2L)', definition: 'ストラップが取り付けられる上部と下部のラグの間の距離。腕時計が手首からはみ出すかどうかを決定します。40mmケースでもL2Lが50mmなら、42mmケースでL2Lが46mmのものより大きく見えます。' },
|
|
52
|
+
{ term: '手首平幅', definition: '手首の上面の幅(周囲長ではなく)。おおよそ手首周囲長÷πから2〜4cm引いた値。腕時計が実際に載る面の寸法です。' },
|
|
53
|
+
{ term: 'ケース対手首比', definition: 'ケース直径を手首幅で割った値。0.6〜0.75(60〜75%)がクラシックなバランスの良いフィットとされています。' },
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
|
|
57
|
+
{ type: 'title', text: 'どのサイズの腕時計が私の手首に合うのか?', level: 3 },
|
|
58
|
+
{
|
|
59
|
+
type: 'table', headers: ['手首周囲長', '平幅(目安)', '理想のケース直径', '最大ラグ間距離', 'おすすめ'], rows: [
|
|
60
|
+
['14〜15 cm', '38〜42 mm', '30〜34 mm', '38〜42 mm', 'ヴィンテージ&ドレスウォッチ'],
|
|
61
|
+
['15〜16 cm', '40〜44 mm', '34〜36 mm', '40〜44 mm', 'スモールクラシックウォッチ'],
|
|
62
|
+
['16〜17 cm', '42〜46 mm', '36〜39 mm', '42〜46 mm', 'デイリーユースの万能サイズ'],
|
|
63
|
+
['17〜18 cm', '44〜48 mm', '38〜42 mm', '44〜48 mm', '多くのブランドに合うスイートスポット'],
|
|
64
|
+
['18〜19 cm', '46〜50 mm', '40〜44 mm', '46〜50 mm', 'ダイバーズウォッチ&GMT'],
|
|
65
|
+
['19〜20 cm', '48〜52 mm', '42〜46 mm', '48〜52 mm', 'ツールウォッチ&パイロットウォッチ'],
|
|
66
|
+
['20〜21 cm', '50〜54 mm', '44〜48 mm', '50〜54 mm', 'オーバーサイズ&フリーガーウォッチ'],
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
|
|
70
|
+
{ type: 'title', text: '手首の測り方', level: 3 },
|
|
71
|
+
{
|
|
72
|
+
type: 'list', items: [
|
|
73
|
+
'柔らかいメジャーを手首の骨(尺骨茎状突起)のすぐ後ろに巻きます。きつすぎず、緩すぎず、ぴったりと巻いてください。',
|
|
74
|
+
'メジャーがない場合は、紐やケーブルを使って一周し、重なった位置を印にしておいてから定規で測ります。',
|
|
75
|
+
'測定値をセンチまたはインチで記録します。平均的な男性の手首は17〜19cm、女性は14〜16cmです。',
|
|
76
|
+
'手首の平幅を推定するには、周囲長から2〜4cm引くか、ツールの自動推定機能を使ってください。',
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
|
|
80
|
+
{ type: 'diagnostic', variant: 'info', title: 'ラグ間距離こそが本当の着用限界', icon: 'mdi:ruler', html: '多くの人は<strong>ケース直径</strong>に注目しますが、実際に手首に合うかどうかを決めるのは<strong>ラグ間距離</strong>です。55mmの平幅(手首周囲17cm)にL2Lが48mmの腕時計は、手首幅の87%を占めます。65%を超えるとラグが手首の端に近づき始めます。<strong>まずはL2Lを確認しましょう。</strong>' },
|
|
81
|
+
|
|
82
|
+
{ type: 'tip', title: 'CMとインチ、使い慣れた単位で', html: 'ツールはメートル法とヤード・ポンド法の両方に対応しています。日常使っている単位で手首を測ってください。ケースサイズは<strong>常にミリメートル表記</strong>(アメリカでも同様)なので、直径とL2Lはmmのまま、手首の測定だけ切り替わります。これは業界標準に合わせた設計です。' },
|
|
83
|
+
|
|
84
|
+
{
|
|
85
|
+
type: 'summary', title: '購入前クイックチェックリスト', items: [
|
|
86
|
+
'手首の周囲長を測ってツールに入力しましょう。',
|
|
87
|
+
'ケース直径だけでなく、ラグ間距離も確認してください。',
|
|
88
|
+
'クラシックなフィット感なら、手首平幅の60〜75%を目安に。',
|
|
89
|
+
'ラグが手首の端からはみ出す場合、直径に関わらず大きく感じます。',
|
|
90
|
+
'購入前に複数の腕時計をツールで並べて比較してみましょう。',
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
faq: [
|
|
95
|
+
{
|
|
96
|
+
question: '腕時計のサイズを合わせるための手首の測り方は?',
|
|
97
|
+
answer: '柔らかいメジャーを手首の骨の周りに巻いて測ります。なければ紐を使って一周し、重なった位置を定規で測ってください。平均は男性17〜19cm、女性14〜16cmです。',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
question: 'ラグ間距離とは?なぜ重要なの?',
|
|
101
|
+
answer: 'ラグ間距離は上部と下部のラグの間の距離です。腕時計が手首からはみ出すかどうかを決める重要な寸法です。17cmの手首(平幅約55mm)に48mmのL2Lだと占有率87%でバランスが良く、65%を超えるとはみ出し始めます。',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
question: '17cmの手首に合う腕時計のサイズは?',
|
|
105
|
+
answer: '17cmの手首(平幅約55mm)には、直径36〜42mm、ラグ間距離44〜50mmの腕時計が快適にフィットします。スイートスポットは38〜40mmでL2Lが46〜48mmです。',
|
|
106
|
+
},
|
|
107
|
+
],
|
|
108
|
+
bibliography,
|
|
109
|
+
howTo: [
|
|
110
|
+
{
|
|
111
|
+
name: '手首サイズを入力',
|
|
112
|
+
text: '手首の周囲長をセンチメートルで入力します。ツールが手首のシルエットを表示します。',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
name: '腕時計のスペックを入力',
|
|
116
|
+
text: 'ケース直径、ラグ間距離、厚みをミリメートルで入力します。',
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
name: '追加して比較',
|
|
120
|
+
text: '「腕時計を追加」をクリックして保存。複数の腕時計を追加して、クリックで切り替えながらフィット感を比較できます。',
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
name: '色で判定',
|
|
124
|
+
text: '緑=最適、黄=ギリギリ、赤=大きすぎる、の3段階です。',
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
schemas: [
|
|
128
|
+
{
|
|
129
|
+
'@context': 'https://schema.org',
|
|
130
|
+
'@type': 'FAQPage',
|
|
131
|
+
'mainEntity': [
|
|
132
|
+
{
|
|
133
|
+
'@type': 'Question',
|
|
134
|
+
'name': '腕時計のサイズを合わせるための手首の測り方は?',
|
|
135
|
+
'acceptedAnswer': {
|
|
136
|
+
'@type': 'Answer',
|
|
137
|
+
'text': '柔らかいメジャーを手首の骨の周りに巻いて測ります。平均は男性17〜19cm、女性14〜16cmです。',
|
|
138
|
+
},
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
'@type': 'Question',
|
|
142
|
+
'name': 'ラグ間距離とは?なぜ重要なの?',
|
|
143
|
+
'acceptedAnswer': {
|
|
144
|
+
'@type': 'Answer',
|
|
145
|
+
'text': 'ラグ間距離は上部と下部のラグの間の距離で、腕時計が手首からはみ出すかどうかを決めます。',
|
|
146
|
+
},
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
'@type': 'Question',
|
|
150
|
+
'name': '17cmの手首に合う腕時計のサイズは?',
|
|
151
|
+
'acceptedAnswer': {
|
|
152
|
+
'@type': 'Answer',
|
|
153
|
+
'text': '17cmの手首には直径36〜42mm、ラグ間距離44〜50mmが快適にフィットします。スイートスポットは38〜40mmでL2Lが46〜48mmです。',
|
|
154
|
+
},
|
|
155
|
+
},
|
|
156
|
+
],
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
'@context': 'https://schema.org',
|
|
160
|
+
'@type': 'SoftwareApplication',
|
|
161
|
+
'name': '腕時計サイズ比較ツール',
|
|
162
|
+
'operatingSystem': 'All',
|
|
163
|
+
'applicationCategory': 'UtilitiesApplication',
|
|
164
|
+
'browserRequirements': 'HTML5対応。JavaScript必須。',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
'@context': 'https://schema.org',
|
|
168
|
+
'@type': 'HowTo',
|
|
169
|
+
'name': '腕時計サイズの比較方法',
|
|
170
|
+
'step': [
|
|
171
|
+
{
|
|
172
|
+
'@type': 'HowToStep',
|
|
173
|
+
'name': '手首サイズを入力',
|
|
174
|
+
'text': '手首の周囲長をセンチメートルで入力します。',
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
'@type': 'HowToStep',
|
|
178
|
+
'name': '腕時計のスペックを入力',
|
|
179
|
+
'text': 'ケース直径、ラグ間距離、厚みを入力します。',
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
'@type': 'HowToStep',
|
|
183
|
+
'name': '追加して比較',
|
|
184
|
+
'text': '「腕時計を追加」をクリックして保存。複数の腕時計を追加して比較します。',
|
|
185
|
+
},
|
|
186
|
+
],
|
|
187
|
+
},
|
|
188
|
+
],
|
|
189
|
+
};
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WatchSizeComparatorUI } from '../entry';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
4
|
+
|
|
5
|
+
export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
|
|
6
|
+
slug: 'watch-size-comparator',
|
|
7
|
+
title: '시계 사이즈 비교기: 손목 핏을 시각적으로 확인하세요',
|
|
8
|
+
description: '시계 케이스 사이즈를 시각적으로 비교해보세요. 직경, 러그 투 러그, 손목 둘레를 입력하면 구매 전에 착용감을 확인할 수 있습니다.',
|
|
9
|
+
ui: {
|
|
10
|
+
title: '시계 사이즈 비교기',
|
|
11
|
+
addWatch: '시계 추가',
|
|
12
|
+
watchName: '시계 이름',
|
|
13
|
+
watchNamePlaceholder: '예: 롤렉스 서브마리너',
|
|
14
|
+
caseDiameter: '케이스 직경',
|
|
15
|
+
lugToLug: '러그 투 러그',
|
|
16
|
+
thickness: '두께',
|
|
17
|
+
wristSize: '손목 둘레',
|
|
18
|
+
wristSizePlaceholder: '예: 17',
|
|
19
|
+
mm: 'mm',
|
|
20
|
+
cm: 'cm',
|
|
21
|
+
unitCm: 'CM',
|
|
22
|
+
unitInches: 'IN',
|
|
23
|
+
remove: '삭제',
|
|
24
|
+
yourWatches: '내 시계',
|
|
25
|
+
fitLegend: '착용감 범례',
|
|
26
|
+
excellentFit: '최적',
|
|
27
|
+
goodFit: '양호',
|
|
28
|
+
borderlineFit: '애매함',
|
|
29
|
+
largeFit: '너무 큼',
|
|
30
|
+
wristCurve: '손목',
|
|
31
|
+
nameRequired: '시계 이름을 입력하세요',
|
|
32
|
+
watchTooLarge: '시계가 손목보다 큽니다',
|
|
33
|
+
l2lExceedsWrist: '러그 투 러그가 손목 너비를 초과합니다',
|
|
34
|
+
excellentDesc: '비율이 적절합니다. 러그 투 러그가 손목 안쪽에 안정적으로 위치해요.',
|
|
35
|
+
goodDesc: '양호한 착용감입니다. 살짝 넘치지만 편안해요.',
|
|
36
|
+
borderlineDesc: '애매해요. 러그가 손목 가장자리에 가깝습니다.',
|
|
37
|
+
largeDesc: '너무 커요. 러그가 손목을 넘어갈 가능성이 높습니다.',
|
|
38
|
+
fitsWell: '잘 맞아요',
|
|
39
|
+
slightlyLarge: '약간 커요',
|
|
40
|
+
tooLarge: '너무 커요',
|
|
41
|
+
source: '사이즈 가이드',
|
|
42
|
+
estimateNote: '치수를 입력하고 시계를 추가하면 손목에 어떻게 맞는지 확인할 수 있어요.',
|
|
43
|
+
},
|
|
44
|
+
seo: [
|
|
45
|
+
{ type: 'title', text: '시계 사이즈 비교기: 손목 핏을 시각적으로 확인하세요', level: 2 },
|
|
46
|
+
{ type: 'paragraph', html: '<strong>42mm 시계</strong>가 <strong>17cm 손목</strong>에 맞을지 궁금하신가요? 48mm 러그 투 러그는 삐져나오지 않을까요? 시계 사이즈 비교기가 시각적인 답을 알려드립니다. 케이스 직경, 러그 투 러그, 두께, 손목 둘레를 입력하면 시계를 실물 크기로 그리고 <span style="color:#22c55e">초록색(최적)</span>부터 <span style="color:#ef4444">빨간색(너무 큼)</span>까지 색상으로 착용감을 표시해요. <strong>미터법과 야드파운드법</strong>을 모두 지원합니다.' },
|
|
47
|
+
{ type: 'title', text: '시계 사이즈 용어 설명', level: 3 },
|
|
48
|
+
{
|
|
49
|
+
type: 'glossary', items: [
|
|
50
|
+
{ term: '케이스 직경', definition: '크라운을 제외한 시계 케이스의 가로 너비입니다. 보통 34~46mm 범위예요. 가장 흔히 언급되는 사이즈이지만, 착용감을 결정하는 유일한 요소는 아닙니다.' },
|
|
51
|
+
{ term: '러그 투 러그(L2L)', definition: '스트랩이 연결되는 위아래 러그 사이의 거리예요. 시계가 손목에서 삐져나오는지를 결정합니다. 40mm 시계도 L2L이 50mm이면 46mm L2L의 42mm 시계보다 더 크게 보일 수 있어요.' },
|
|
52
|
+
{ term: '손목 평평한 너비', definition: '손목 둘레가 아니라 윗면의 너비입니다. 대략 손목 둘레 ÷ π에서 2~4cm를 뺀 값이에요. 시계가 실제로 얹히는 면적입니다.' },
|
|
53
|
+
{ term: '케이스-손목 비율', definition: '케이스 직경을 손목 너비로 나눈 값입니다. 0.6~0.75(60~75%) 비율이 고전적인 적정 착용감으로 여겨져요.' },
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
|
|
57
|
+
{ type: 'title', text: '내 손목에는 몇 mm 시계가 어울릴까?', level: 3 },
|
|
58
|
+
{
|
|
59
|
+
type: 'table', headers: ['손목 둘레', '평평한 너비(약)', '적정 케이스 직경', '최대 러그 투 러그', '추천 용도'], rows: [
|
|
60
|
+
['14-15 cm (5.5-5.9 in)', '38-42 mm', '30-34 mm', '38-42 mm', '빈티지 & 드레스 워치'],
|
|
61
|
+
['15-16 cm (5.9-6.3 in)', '40-44 mm', '34-36 mm', '40-44 mm', '작은 클래식 시계'],
|
|
62
|
+
['16-17 cm (6.3-6.7 in)', '42-46 mm', '36-39 mm', '42-46 mm', '데일리 활용도 높은 사이즈'],
|
|
63
|
+
['17-18 cm (6.7-7.1 in)', '44-48 mm', '38-42 mm', '44-48 mm', '대부분 브랜드의 표준'],
|
|
64
|
+
['18-19 cm (7.1-7.5 in)', '46-50 mm', '40-44 mm', '46-50 mm', '다이버 워치 & GMT'],
|
|
65
|
+
['19-20 cm (7.5-7.9 in)', '48-52 mm', '42-46 mm', '48-52 mm', '툴 & 파일럿 워치'],
|
|
66
|
+
['20-21 cm (7.9-8.3 in)', '50-54 mm', '44-48 mm', '50-54 mm', '오버사이즈 & 플리거 워치'],
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
|
|
70
|
+
{ type: 'title', text: '시계 착용을 위한 손목 측정 방법', level: 3 },
|
|
71
|
+
{
|
|
72
|
+
type: 'list', items: [
|
|
73
|
+
'손목뼈(척골 경상돌기) 바로 뒤에 줄자를 감으세요. 편안하게 밀착되어야 하지만 조이지는 않아야 해요.',
|
|
74
|
+
'줄자가 없다면 실이나 케이블을 이용해 겹친 부분을 표시한 뒤 자로 재면 됩니다.',
|
|
75
|
+
'센티미터 또는 인치로 기록하세요. 평균 남성 손목은 17~19cm(6.7~7.5in), 평균 여성 손목은 14~16cm(5.5~6.3in)예요.',
|
|
76
|
+
'평평한 손목 너비를 추정하려면 둘레에서 2~4cm를 빼거나 이 도구의 자동 추정 기능을 사용해보세요.',
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
|
|
80
|
+
{ type: 'diagnostic', variant: 'info', title: '러그 투 러그가 진짜 착용감을 결정합니다', icon: 'mdi:ruler', html: '대부분 <strong>케이스 직경</strong>에 집중하지만, 시계가 손목에 맞는지는 <strong>러그 투 러그</strong>가 결정합니다. 55mm 평평한 손목(17cm 둘레)에 48mm L2L 시계는 손목 너비의 87%를 차지해요. 65%를 넘으면 러그가 손목 가장자리에 닿기 시작합니다. <strong>항상 L2L을 먼저 확인하세요.</strong>' },
|
|
81
|
+
|
|
82
|
+
{ type: 'tip', title: 'CM 아니면 인치? 익숙한 단위를 사용하세요', html: '이제 미터법과 야드파운드법을 모두 지원합니다. 평소 쓰는 단위로 손목을 측정하세요. 시계 케이스 치수는 <strong>항상 밀리미터</strong>이므로(미국에서도 마찬가지), 직경과 L2L은 mm로 유지되고 손목 측정값만 바뀝니다. 시계 업계의 실제 방식과 동일해요.' },
|
|
83
|
+
|
|
84
|
+
{
|
|
85
|
+
type: 'summary', title: '구매 전 체크리스트', items: [
|
|
86
|
+
'손목 둘레를 측정해서 도구에 입력하세요.',
|
|
87
|
+
'케이스 직경뿐만 아니라 러그 투 러그도 확인하세요.',
|
|
88
|
+
'클래식한 착용감을 원한다면 시계가 손목 평평한 너비의 60~75%를 차지해야 해요.',
|
|
89
|
+
'러그가 손목 가장자리를 넘으면 직경과 관계없이 시계가 너무 크게 느껴집니다.',
|
|
90
|
+
'구매 전에 여러 시계를 나란히 비교해보세요.',
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
faq: [
|
|
95
|
+
{
|
|
96
|
+
question: '시계 착용을 위해 손목을 어떻게 측정하나요?',
|
|
97
|
+
answer: '손목뼈 주변에 줄자를 감아 측정하세요. 줄자가 없다면 실을 감고 겹친 부분을 표시한 뒤 자로 재면 됩니다. 남성 평균 17~19cm, 여성 평균 14~16cm예요.',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
question: '러그 투 러그가 무엇이고 왜 중요한가요?',
|
|
101
|
+
answer: '러그 투 러그는 위아래 러그 사이의 거리로, 시계가 손목에서 삐져나오는지를 결정합니다. 17cm 손목(약 55mm 평평한 너비)에 48mm 러그 투 러그는 87%로 적절합니다. 65%를 넘으면 삐져나오기 시작해요.',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
question: '17cm 손목에는 몇 mm 시계가 어울리나요?',
|
|
105
|
+
answer: '17cm 손목(약 55mm 평평한 너비)에는 직경 36~42mm, 러그 투 러그 44~50mm 시계가 편안하게 맞습니다. 가장 이상적인 조합은 38~40mm에 46~48mm L2L이에요.',
|
|
106
|
+
},
|
|
107
|
+
],
|
|
108
|
+
bibliography,
|
|
109
|
+
howTo: [
|
|
110
|
+
{
|
|
111
|
+
name: '손목 둘레 입력하기',
|
|
112
|
+
text: '손목 둘레를 센티미터로 입력하세요. 도구가 손목 실루엣을 시각적으로 업데이트해요.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
name: '시계 치수 입력하기',
|
|
116
|
+
text: '케이스 직경, 러그 투 러그, 두께를 밀리미터 단위로 입력하세요.',
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
name: '추가하고 비교하기',
|
|
120
|
+
text: '"시계 추가"를 클릭하면 저장됩니다. 여러 시계를 추가하고 클릭해서 착용감을 비교해보세요.',
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
name: '색상 확인하기',
|
|
124
|
+
text: '초록색 = 최적, 노란색 = 애매함, 빨간색 = 손목에 너무 큼.',
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
schemas: [
|
|
128
|
+
{
|
|
129
|
+
'@context': 'https://schema.org',
|
|
130
|
+
'@type': 'FAQPage',
|
|
131
|
+
'mainEntity': [
|
|
132
|
+
{
|
|
133
|
+
'@type': 'Question',
|
|
134
|
+
'name': 'How do I measure my wrist for a watch?',
|
|
135
|
+
'acceptedAnswer': {
|
|
136
|
+
'@type': 'Answer',
|
|
137
|
+
'text': 'Use a flexible tape measure around the wrist bone. Average is 17-19cm for men, 14-16cm for women.',
|
|
138
|
+
},
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
'@type': 'Question',
|
|
142
|
+
'name': 'What is lug-to-lug and why does it matter?',
|
|
143
|
+
'acceptedAnswer': {
|
|
144
|
+
'@type': 'Answer',
|
|
145
|
+
'text': 'Lug-to-lug is the distance between top and bottom lugs. It determines if the watch overhangs your wrist.',
|
|
146
|
+
},
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
'@type': 'Question',
|
|
150
|
+
'name': 'What size watch fits a 17cm wrist?',
|
|
151
|
+
'acceptedAnswer': {
|
|
152
|
+
'@type': 'Answer',
|
|
153
|
+
'text': 'A 17cm wrist fits 36-42mm diameter with 44-50mm lug-to-lug. Sweet spot is 38-40mm with 46-48mm L2L.',
|
|
154
|
+
},
|
|
155
|
+
},
|
|
156
|
+
],
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
'@context': 'https://schema.org',
|
|
160
|
+
'@type': 'SoftwareApplication',
|
|
161
|
+
'name': 'Watch Size Comparator',
|
|
162
|
+
'operatingSystem': 'All',
|
|
163
|
+
'applicationCategory': 'UtilitiesApplication',
|
|
164
|
+
'browserRequirements': 'Requires HTML5. Requires JavaScript.',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
'@context': 'https://schema.org',
|
|
168
|
+
'@type': 'HowTo',
|
|
169
|
+
'name': 'How to compare watch sizes',
|
|
170
|
+
'step': [
|
|
171
|
+
{
|
|
172
|
+
'@type': 'HowToStep',
|
|
173
|
+
'name': 'Enter your wrist size',
|
|
174
|
+
'text': 'Type your wrist circumference in centimeters.',
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
'@type': 'HowToStep',
|
|
178
|
+
'name': 'Enter watch dimensions',
|
|
179
|
+
'text': 'Input case diameter, lug-to-lug, and thickness.',
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
'@type': 'HowToStep',
|
|
183
|
+
'name': 'Add and compare',
|
|
184
|
+
'text': 'Click Add Watch to save it. Add multiple watches to compare.',
|
|
185
|
+
},
|
|
186
|
+
],
|
|
187
|
+
},
|
|
188
|
+
],
|
|
189
|
+
};
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WatchSizeComparatorUI } from '../entry';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
4
|
+
|
|
5
|
+
export const content: ToolLocaleContent<WatchSizeComparatorUI> = {
|
|
6
|
+
slug: 'vergelijk-horlogematen',
|
|
7
|
+
title: 'Watch Size Comparator: visuele pasvorm op uw pols',
|
|
8
|
+
description: 'Vergelijk horlogekasten visueel. Voer diameter, lug-to-lug en polsmaat in om te zien hoe een horloge past voordat u koopt.',
|
|
9
|
+
ui: {
|
|
10
|
+
title: 'Watch Size Comparator',
|
|
11
|
+
addWatch: 'Horloge toevoegen',
|
|
12
|
+
watchName: 'Horlogenaam',
|
|
13
|
+
watchNamePlaceholder: 'bijv. Rolex Submariner',
|
|
14
|
+
caseDiameter: 'Kastdiameter',
|
|
15
|
+
lugToLug: 'Lug-to-Lug',
|
|
16
|
+
thickness: 'Dikte',
|
|
17
|
+
wristSize: 'Polsmaat',
|
|
18
|
+
wristSizePlaceholder: 'bijv. 17',
|
|
19
|
+
mm: 'mm',
|
|
20
|
+
cm: 'cm',
|
|
21
|
+
unitCm: 'CM',
|
|
22
|
+
unitInches: 'IN',
|
|
23
|
+
remove: 'Verwijderen',
|
|
24
|
+
yourWatches: 'Uw horloges',
|
|
25
|
+
fitLegend: 'Pasvorm legenda',
|
|
26
|
+
excellentFit: 'Uitstekend',
|
|
27
|
+
goodFit: 'Goed',
|
|
28
|
+
borderlineFit: 'Op het randje',
|
|
29
|
+
largeFit: 'Te groot',
|
|
30
|
+
wristCurve: 'pols',
|
|
31
|
+
nameRequired: 'Voer een horlogenaam in',
|
|
32
|
+
watchTooLarge: 'Horloge steekt voorbij de pols',
|
|
33
|
+
l2lExceedsWrist: 'Lug-to-lug overschrijdt polsbreedte',
|
|
34
|
+
excellentDesc: 'Proportioneel—lug-to-lug blijft ruim binnen uw pols.',
|
|
35
|
+
goodDesc: 'Goede pasvorm—steekt iets uit maar blijft comfortabel.',
|
|
36
|
+
borderlineDesc: 'Op het randje—lugs naderen de rand van uw pols.',
|
|
37
|
+
largeDesc: 'Te groot—lugs steken vermoedelijk over uw pols.',
|
|
38
|
+
fitsWell: 'Past goed',
|
|
39
|
+
slightlyLarge: 'Iets groot',
|
|
40
|
+
tooLarge: 'Te groot',
|
|
41
|
+
source: 'Maatgids',
|
|
42
|
+
estimateNote: 'Voer afmetingen in en voeg een horloge toe om te zien hoe het op uw pols past.',
|
|
43
|
+
},
|
|
44
|
+
seo: [
|
|
45
|
+
{ type: 'title', text: 'Watch Size Comparator: visuele pasvorm op uw pols', level: 2 },
|
|
46
|
+
{ type: 'paragraph', html: 'Benieuwd of een <strong>42mm horloge</strong> op uw <strong>17cm pols</strong> past? Of of die 48mm lug-to-lug oversteekt? De Watch Size Comparator geeft u een visueel antwoord. Voer uw kastdiameter, lug-to-lug, dikte en polsmaat in—de tool tekent het horloge op schaal en kleurt de pasvorm van <span style="color:#22c55e">groen (uitstekend)</span> tot <span style="color:#ef4444">rood (te groot)</span>. Werkt in zowel <strong>metrische als imperiale</strong> eenheden.' },
|
|
47
|
+
{ type: 'title', text: 'Horlogemaat woordenlijst', level: 3 },
|
|
48
|
+
{
|
|
49
|
+
type: 'glossary', items: [
|
|
50
|
+
{ term: 'Kastdiameter', definition: 'De breedte van de horlogekast gemeten over de wijzerplaat, exclusief de kroon. Typisch bereik: 34-46mm. De meest genoemde maat, maar niet de enige pasvormfactor.' },
|
|
51
|
+
{ term: 'Lug-to-Lug (L2L)', definition: 'De afstand tussen de bovenste en onderste lugs waar de band bevestigd wordt. Dit bepaalt of het horloge over uw pols steekt. Een 40mm horloge met 50mm L2L draagt groter dan een 42mm met 46mm L2L.' },
|
|
52
|
+
{ term: 'Platte polsbreedte', definition: 'De breedte van het bovenoppervlak van uw pols, in tegenstelling tot de omtrek. Ongeveer polsomtrek / π min 2-4cm. Dit is de maat waar uw horloge feitelijk op rust.' },
|
|
53
|
+
{ term: 'Kast-polssverhouding', definition: 'Kastdiameter gedeeld door polsbreedte. Een verhouding van 0,6-0,75 (60-75%) wordt beschouwd als de klassieke proportionele pasvorm.' },
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
|
|
57
|
+
{ type: 'title', text: 'Welk horlogeformaat past op mijn pols?', level: 3 },
|
|
58
|
+
{
|
|
59
|
+
type: 'table', headers: ['Polsomtrek', 'Platte breedte (bij benadering)', 'Ideale kastdiameter', 'Max. lug-to-lug', 'Geschikt voor'], rows: [
|
|
60
|
+
['14-15 cm (5.5-5.9 in)', '38-42 mm', '30-34 mm', '38-42 mm', 'Vintage & dress horloges'],
|
|
61
|
+
['15-16 cm (5.9-6.3 in)', '40-44 mm', '34-36 mm', '40-44 mm', 'Kleine klassieke horloges'],
|
|
62
|
+
['16-17 cm (6.3-6.7 in)', '42-46 mm', '36-39 mm', '42-46 mm', 'Dagelijks veelzijdig formaat'],
|
|
63
|
+
['17-18 cm (6.7-7.1 in)', '44-48 mm', '38-42 mm', '44-48 mm', 'Gouden midden voor de meeste merken'],
|
|
64
|
+
['18-19 cm (7.1-7.5 in)', '46-50 mm', '40-44 mm', '46-50 mm', 'Duikhorloges & GMTs'],
|
|
65
|
+
['19-20 cm (7.5-7.9 in)', '48-52 mm', '42-46 mm', '48-52 mm', 'Gereedschap & pilotenhorloges'],
|
|
66
|
+
['20-21 cm (7.9-8.3 in)', '50-54 mm', '44-48 mm', '50-54 mm', 'Oversized & flieger horloges'],
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
|
|
70
|
+
{ type: 'title', text: 'Hoe meet u uw pols voor een horloge', level: 3 },
|
|
71
|
+
{
|
|
72
|
+
type: 'list', items: [
|
|
73
|
+
'Wik een flexibel meetlint om uw pols, net achter het polsbotje (ulnair styloïd). Het moet strak zitten maar niet knellen.',
|
|
74
|
+
'Als u geen lint hebt, gebruik dan een touwtje of een kabel, markeer de overlapping en meet deze met een liniaal.',
|
|
75
|
+
'Noteer de meting in centimeters of inches. Gemiddelde mannenpolsen zijn 17-19cm (6,7-7,5in); gemiddelde vrouwenpolsen zijn 14-16cm (5,5-6,3in).',
|
|
76
|
+
'Om uw platte polsbreedte te schatten, trekt u 2-4cm van de omtrek af of gebruikt u de automatische schattingsfunctie van de tool.',
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
|
|
80
|
+
{ type: 'diagnostic', variant: 'info', title: 'Lug to lug is de echte pasvormbeperking', icon: 'mdi:ruler', html: 'De meeste mensen letten op de <strong>kastdiameter</strong>, maar <strong>lug-to-lug</strong> bepaalt of een horloge op uw pols past. Een horloge met 48mm L2L op een 55mm platte pols (17cm omtrek) neemt 87% van de polsbreedte in. Boven 65% beginnen de lugs de rand van uw pols te naderen. <strong>Controleer altijd eerst de L2L.</strong>' },
|
|
81
|
+
|
|
82
|
+
{ type: 'tip', title: 'CM of inches? Gebruik wat u kent', html: 'De tool ondersteunt nu zowel metrisch als imperiaal. Meet uw pols in het systeem dat u dagelijks gebruikt. Horlogekastafmetingen zijn <strong>altijd in millimeters</strong> (zelfs in de VS), dus diameters en L2L blijven in mm—alleen de polsmeting schakelt. Dit sluit aan bij hoe de horloge-industrie werkt.' },
|
|
83
|
+
|
|
84
|
+
{
|
|
85
|
+
type: 'summary', title: 'Snelle pasvormchecklist voor aankoop', items: [
|
|
86
|
+
'Meet uw polsomtrek en voer deze in de tool in.',
|
|
87
|
+
'Zoek de lug-to-lug van het horloge op—niet alleen de kastdiameter.',
|
|
88
|
+
'Het horloge moet 60-75% van uw platte polsbreedte innemen voor een klassieke pasvorm.',
|
|
89
|
+
'Als de lugs over de rand van uw pols steken, voelt het horloge te groot aan, ongeacht de diameter.',
|
|
90
|
+
'Gebruik de tool om meerdere horloges naast elkaar te vergelijken voordat u een aankoopbeslissing neemt.',
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
faq: [
|
|
95
|
+
{
|
|
96
|
+
question: 'Hoe meet ik mijn pols voor een horloge?',
|
|
97
|
+
answer: 'Gebruik een flexibel meetlint rond het polsbot. Of wikkel een touwtje, markeer de overlapping en meet het met een liniaal. Gemiddeld is 17-19cm voor mannen, 14-16cm voor vrouwen.',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
question: 'Wat is lug-to-lug en waarom is het belangrijk?',
|
|
101
|
+
answer: 'Lug-to-lug is de afstand tussen de bovenste en onderste lugs. Het bepaalt of het horloge over uw pols steekt. Een horloge met 48mm lug-to-lug op een 17cm pols (≈55mm platte breedte) is proportioneel op 87%. Boven 65% begint het over te steken.',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
question: 'Welk horlogeformaat past op een 17cm pols?',
|
|
105
|
+
answer: 'Een 17cm pols (≈55mm platte breedte) past comfortabel bij horloges met 36-42mm diameter en 44-50mm lug-to-lug. Het gouden midden is 38-40mm met 46-48mm L2L.',
|
|
106
|
+
},
|
|
107
|
+
],
|
|
108
|
+
bibliography,
|
|
109
|
+
howTo: [
|
|
110
|
+
{
|
|
111
|
+
name: 'Voer uw polsmaat in',
|
|
112
|
+
text: 'Typ uw polsomtrek in centimeters. De tool werkt de visuele polssilhouet bij.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
name: 'Voer horlogeafmetingen in',
|
|
116
|
+
text: 'Voer kastdiameter, lug-to-lug en dikte in millimeters in.',
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
name: 'Toevoegen en vergelijken',
|
|
120
|
+
text: 'Klik op "Horloge toevoegen" om op te slaan. Voeg meerdere horloges toe en klik ertussen om pasvormen te vergelijken.',
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
name: 'Lees de kleur',
|
|
124
|
+
text: 'Groen = uitstekend, geel = op het randje, rood = te groot voor uw pols.',
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
schemas: [
|
|
128
|
+
{
|
|
129
|
+
'@context': 'https://schema.org',
|
|
130
|
+
'@type': 'FAQPage',
|
|
131
|
+
'mainEntity': [
|
|
132
|
+
{
|
|
133
|
+
'@type': 'Question',
|
|
134
|
+
'name': 'Hoe meet ik mijn pols voor een horloge?',
|
|
135
|
+
'acceptedAnswer': {
|
|
136
|
+
'@type': 'Answer',
|
|
137
|
+
'text': 'Gebruik een flexibel meetlint rond het polsbot. Gemiddeld is 17-19cm voor mannen, 14-16cm voor vrouwen.',
|
|
138
|
+
},
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
'@type': 'Question',
|
|
142
|
+
'name': 'Wat is lug-to-lug en waarom is het belangrijk?',
|
|
143
|
+
'acceptedAnswer': {
|
|
144
|
+
'@type': 'Answer',
|
|
145
|
+
'text': 'Lug-to-lug is de afstand tussen bovenste en onderste lugs. Het bepaalt of het horloge over uw pols steekt.',
|
|
146
|
+
},
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
'@type': 'Question',
|
|
150
|
+
'name': 'Welk horlogeformaat past op een 17cm pols?',
|
|
151
|
+
'acceptedAnswer': {
|
|
152
|
+
'@type': 'Answer',
|
|
153
|
+
'text': 'Een 17cm pols past bij 36-42mm diameter met 44-50mm lug-to-lug. Het gouden midden is 38-40mm met 46-48mm L2L.',
|
|
154
|
+
},
|
|
155
|
+
},
|
|
156
|
+
],
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
'@context': 'https://schema.org',
|
|
160
|
+
'@type': 'SoftwareApplication',
|
|
161
|
+
'name': 'Watch Size Comparator',
|
|
162
|
+
'operatingSystem': 'All',
|
|
163
|
+
'applicationCategory': 'UtilitiesApplication',
|
|
164
|
+
'browserRequirements': 'Requires HTML5. Requires JavaScript.',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
'@context': 'https://schema.org',
|
|
168
|
+
'@type': 'HowTo',
|
|
169
|
+
'name': 'Hoe horlogeformaten vergelijken',
|
|
170
|
+
'step': [
|
|
171
|
+
{
|
|
172
|
+
'@type': 'HowToStep',
|
|
173
|
+
'name': 'Voer uw polsmaat in',
|
|
174
|
+
'text': 'Typ uw polsomtrek in centimeters.',
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
'@type': 'HowToStep',
|
|
178
|
+
'name': 'Voer horlogeafmetingen in',
|
|
179
|
+
'text': 'Voer kastdiameter, lug-to-lug en dikte in.',
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
'@type': 'HowToStep',
|
|
183
|
+
'name': 'Toevoegen en vergelijken',
|
|
184
|
+
'text': 'Klik op Horloge toevoegen om op te slaan. Voeg meerdere horloges toe om te vergelijken.',
|
|
185
|
+
},
|
|
186
|
+
],
|
|
187
|
+
},
|
|
188
|
+
],
|
|
189
|
+
};
|
|
190
|
+
|