@jjlmoya/utils-chrono 1.2.0 → 1.4.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/ChronoCategorySEO.astro +9 -2
- 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 +6 -0
- package/src/entries.ts +10 -1
- package/src/index.ts +3 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- 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/i18n/de.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/en.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/es.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/fr.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/id.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/it.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/ja.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/ko.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/nl.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/pl.ts +2 -2
- package/src/tool/demagnetizing-timer/i18n/pt.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/ru.ts +7 -7
- package/src/tool/demagnetizing-timer/i18n/sv.ts +1 -1
- package/src/tool/demagnetizing-timer/i18n/tr.ts +1 -1
- 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/en.ts +3 -3
- package/src/tool/strap-taper-calculator/i18n/en.ts +2 -2
- package/src/tool/strap-taper-calculator/i18n/ru.ts +3 -3
- package/src/tool/watch-accuracy-tracker/i18n/ru.ts +2 -2
- 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/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 +5 -5
- package/src/tool/wrist-presence-calculator/i18n/sv.ts +1 -1
- package/src/tools.ts +6 -0
|
@@ -0,0 +1,373 @@
|
|
|
1
|
+
.tool-main-card {
|
|
2
|
+
background: var(--bg-surface);
|
|
3
|
+
border: 1px solid var(--border-color);
|
|
4
|
+
border-radius: 1.25rem;
|
|
5
|
+
max-width: 520px;
|
|
6
|
+
margin: 0 auto;
|
|
7
|
+
padding: 1.75rem;
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-direction: column;
|
|
10
|
+
gap: 1.5rem;
|
|
11
|
+
box-shadow: var(--shadow-base);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.comparator-panel {
|
|
15
|
+
display: flex;
|
|
16
|
+
flex-direction: column;
|
|
17
|
+
gap: 1.25rem;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.panel-section {
|
|
21
|
+
display: flex;
|
|
22
|
+
flex-direction: column;
|
|
23
|
+
gap: 0.5rem;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.section-label {
|
|
27
|
+
font-size: 0.75rem;
|
|
28
|
+
font-weight: 600;
|
|
29
|
+
color: var(--text-base);
|
|
30
|
+
opacity: 0.7;
|
|
31
|
+
text-transform: uppercase;
|
|
32
|
+
letter-spacing: 0.06em;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.watch-input-row {
|
|
36
|
+
display: flex;
|
|
37
|
+
gap: 0.5rem;
|
|
38
|
+
align-items: center;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.watch-input-row input {
|
|
42
|
+
flex: 1;
|
|
43
|
+
padding: 0.65rem 0.75rem;
|
|
44
|
+
background: var(--bg-page);
|
|
45
|
+
border: 1px solid var(--border-base);
|
|
46
|
+
border-radius: 0.75rem;
|
|
47
|
+
color: var(--text-base);
|
|
48
|
+
font-size: 0.875rem;
|
|
49
|
+
transition: border-color 0.2s;
|
|
50
|
+
box-sizing: border-box;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.watch-input-row input:focus {
|
|
54
|
+
outline: none;
|
|
55
|
+
border-color: var(--accent);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.btn-add {
|
|
59
|
+
padding: 0.6rem 1rem;
|
|
60
|
+
background: var(--accent);
|
|
61
|
+
color: var(--on-accent);
|
|
62
|
+
border: none;
|
|
63
|
+
border-radius: 0.75rem;
|
|
64
|
+
font-size: 0.8125rem;
|
|
65
|
+
font-weight: 700;
|
|
66
|
+
cursor: pointer;
|
|
67
|
+
transition: opacity 0.2s;
|
|
68
|
+
white-space: nowrap;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.btn-add:hover {
|
|
72
|
+
opacity: 0.85;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.dims-grid {
|
|
76
|
+
display: grid;
|
|
77
|
+
grid-template-columns: 1fr 1fr;
|
|
78
|
+
gap: 0.75rem;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.dim-field {
|
|
82
|
+
display: flex;
|
|
83
|
+
flex-direction: column;
|
|
84
|
+
gap: 0.25rem;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.dim-field label {
|
|
88
|
+
font-size: 0.65rem;
|
|
89
|
+
font-weight: 600;
|
|
90
|
+
color: var(--text-base);
|
|
91
|
+
opacity: 0.6;
|
|
92
|
+
text-transform: uppercase;
|
|
93
|
+
letter-spacing: 0.04em;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.dim-field input {
|
|
97
|
+
padding: 0.55rem 0.65rem;
|
|
98
|
+
background: var(--bg-page);
|
|
99
|
+
border: 1px solid var(--border-base);
|
|
100
|
+
border-radius: 0.6rem;
|
|
101
|
+
color: var(--text-base);
|
|
102
|
+
font-size: 0.875rem;
|
|
103
|
+
font-weight: 600;
|
|
104
|
+
transition: border-color 0.2s;
|
|
105
|
+
box-sizing: border-box;
|
|
106
|
+
-moz-appearance: textfield;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.dim-field input::-webkit-inner-spin-button,
|
|
110
|
+
.dim-field input::-webkit-outer-spin-button {
|
|
111
|
+
-webkit-appearance: none;
|
|
112
|
+
margin: 0;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.dim-field input:focus {
|
|
116
|
+
outline: none;
|
|
117
|
+
border-color: var(--accent);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.input-with-unit {
|
|
121
|
+
display: flex;
|
|
122
|
+
align-items: center;
|
|
123
|
+
gap: 0.4rem;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.input-with-unit input {
|
|
127
|
+
flex: 1;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.dim-unit {
|
|
131
|
+
font-size: 0.7rem;
|
|
132
|
+
font-weight: 700;
|
|
133
|
+
color: var(--text-base);
|
|
134
|
+
opacity: 0.45;
|
|
135
|
+
min-width: 1.5rem;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.wrist-row {
|
|
139
|
+
display: flex;
|
|
140
|
+
gap: 0.5rem;
|
|
141
|
+
align-items: center;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.wrist-row input {
|
|
145
|
+
flex: 1;
|
|
146
|
+
padding: 0.55rem 0.65rem;
|
|
147
|
+
background: var(--bg-page);
|
|
148
|
+
border: 1px solid var(--border-base);
|
|
149
|
+
border-radius: 0.6rem;
|
|
150
|
+
color: var(--text-base);
|
|
151
|
+
font-size: 0.875rem;
|
|
152
|
+
font-weight: 600;
|
|
153
|
+
transition: border-color 0.2s;
|
|
154
|
+
box-sizing: border-box;
|
|
155
|
+
-moz-appearance: textfield;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.wrist-row input:focus {
|
|
159
|
+
outline: none;
|
|
160
|
+
border-color: var(--accent);
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.unit-toggle {
|
|
164
|
+
display: flex;
|
|
165
|
+
background: var(--bg-muted);
|
|
166
|
+
border: 1px solid var(--border-color);
|
|
167
|
+
border-radius: 0.4rem;
|
|
168
|
+
padding: 0.1rem;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.unit-btn {
|
|
172
|
+
background: transparent;
|
|
173
|
+
border: none;
|
|
174
|
+
color: var(--text-muted);
|
|
175
|
+
font-size: 0.7rem;
|
|
176
|
+
font-weight: 700;
|
|
177
|
+
padding: 0.2rem 0.5rem;
|
|
178
|
+
border-radius: 0.25rem;
|
|
179
|
+
cursor: pointer;
|
|
180
|
+
transition: all 0.15s ease;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.unit-btn.active {
|
|
184
|
+
background: var(--accent);
|
|
185
|
+
color: var(--color-white);
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
/* Visualizer canvas */
|
|
189
|
+
.visualizer-wrapper {
|
|
190
|
+
display: flex;
|
|
191
|
+
flex-direction: column;
|
|
192
|
+
align-items: center;
|
|
193
|
+
gap: 0.5rem;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.visualizer-wrapper canvas {
|
|
197
|
+
max-width: 100%;
|
|
198
|
+
border-radius: 0.75rem;
|
|
199
|
+
background: var(--bg-page);
|
|
200
|
+
border: 1px solid var(--border-base);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
/* Watch list */
|
|
204
|
+
.watch-list {
|
|
205
|
+
display: flex;
|
|
206
|
+
flex-direction: column;
|
|
207
|
+
gap: 0.375rem;
|
|
208
|
+
max-height: 220px;
|
|
209
|
+
overflow-y: auto;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.watch-list-item {
|
|
213
|
+
display: flex;
|
|
214
|
+
align-items: center;
|
|
215
|
+
gap: 0.5rem;
|
|
216
|
+
padding: 0.5rem 0.625rem;
|
|
217
|
+
background: var(--bg-page);
|
|
218
|
+
border: 1px solid var(--border-base);
|
|
219
|
+
border-radius: 0.6rem;
|
|
220
|
+
cursor: pointer;
|
|
221
|
+
transition: all 0.2s;
|
|
222
|
+
font-size: 0.8125rem;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.watch-list-item:hover {
|
|
226
|
+
border-color: var(--accent);
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.watch-list-item.active {
|
|
230
|
+
border-color: var(--accent);
|
|
231
|
+
box-shadow: 0 0 0 1px var(--accent);
|
|
232
|
+
background: color-mix(in srgb, var(--accent) 8%, var(--bg-page));
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.watch-dot {
|
|
236
|
+
width: 0.5rem;
|
|
237
|
+
height: 0.5rem;
|
|
238
|
+
border-radius: 50%;
|
|
239
|
+
flex-shrink: 0;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.watch-name-label {
|
|
243
|
+
flex: 1;
|
|
244
|
+
font-weight: 600;
|
|
245
|
+
color: var(--text-base);
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.watch-dims-label {
|
|
249
|
+
font-size: 0.65rem;
|
|
250
|
+
color: var(--text-base);
|
|
251
|
+
opacity: 0.5;
|
|
252
|
+
font-variant-numeric: tabular-nums;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.watch-fit-badge {
|
|
256
|
+
font-size: 0.6rem;
|
|
257
|
+
font-weight: 700;
|
|
258
|
+
padding: 0.15rem 0.4rem;
|
|
259
|
+
border-radius: 0.3rem;
|
|
260
|
+
text-transform: uppercase;
|
|
261
|
+
letter-spacing: 0.03em;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.fit-excellent {
|
|
265
|
+
background: color-mix(in srgb, var(--fit-excellent) 20%, transparent);
|
|
266
|
+
color: var(--fit-excellent);
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.fit-good {
|
|
270
|
+
background: color-mix(in srgb, var(--fit-good) 20%, transparent);
|
|
271
|
+
color: var(--fit-good);
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.fit-borderline {
|
|
275
|
+
background: color-mix(in srgb, var(--fit-borderline) 20%, transparent);
|
|
276
|
+
color: var(--fit-borderline);
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.fit-large {
|
|
280
|
+
background: color-mix(in srgb, var(--fit-large) 20%, transparent);
|
|
281
|
+
color: var(--fit-large);
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.btn-remove {
|
|
285
|
+
background: none;
|
|
286
|
+
border: none;
|
|
287
|
+
color: var(--text-base);
|
|
288
|
+
opacity: 0.3;
|
|
289
|
+
cursor: pointer;
|
|
290
|
+
padding: 0.2rem;
|
|
291
|
+
border-radius: 0.3rem;
|
|
292
|
+
transition: opacity 0.2s;
|
|
293
|
+
display: flex;
|
|
294
|
+
align-items: center;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.btn-remove:hover {
|
|
298
|
+
opacity: 0.8;
|
|
299
|
+
background: color-mix(in srgb, var(--accent) 15%, transparent);
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
/* Legend */
|
|
303
|
+
.legend-row {
|
|
304
|
+
display: flex;
|
|
305
|
+
flex-wrap: wrap;
|
|
306
|
+
gap: 0.75rem;
|
|
307
|
+
padding: 0.5rem 0.75rem;
|
|
308
|
+
background: var(--bg-page);
|
|
309
|
+
border: 1px solid var(--border-base);
|
|
310
|
+
border-radius: 0.6rem;
|
|
311
|
+
font-size: 0.65rem;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.legend-item {
|
|
315
|
+
display: flex;
|
|
316
|
+
align-items: center;
|
|
317
|
+
gap: 0.3rem;
|
|
318
|
+
color: var(--text-base);
|
|
319
|
+
opacity: 0.7;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.legend-swatch {
|
|
323
|
+
width: 0.6rem;
|
|
324
|
+
height: 0.6rem;
|
|
325
|
+
border-radius: 50%;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
/* Empty state */
|
|
329
|
+
.empty-state {
|
|
330
|
+
text-align: center;
|
|
331
|
+
padding: 1.5rem 1rem;
|
|
332
|
+
color: var(--text-base);
|
|
333
|
+
opacity: 0.4;
|
|
334
|
+
font-size: 0.8125rem;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
/* Info box */
|
|
338
|
+
.info-box {
|
|
339
|
+
padding: 0.625rem 0.75rem;
|
|
340
|
+
background: color-mix(in srgb, var(--accent) 8%, var(--bg-page));
|
|
341
|
+
border: 1px solid color-mix(in srgb, var(--accent) 20%, var(--border-base));
|
|
342
|
+
border-radius: 0.6rem;
|
|
343
|
+
font-size: 0.7rem;
|
|
344
|
+
color: var(--text-base);
|
|
345
|
+
opacity: 0.75;
|
|
346
|
+
line-height: 1.45;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
.info-box strong {
|
|
350
|
+
opacity: 1;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
@media (max-width: 520px) {
|
|
354
|
+
:root {
|
|
355
|
+
--fit-excellent: #22c55e;
|
|
356
|
+
--fit-good: #86efac;
|
|
357
|
+
--fit-borderline: #facc15;
|
|
358
|
+
--fit-large: #ef4444;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.tool-main-card {
|
|
362
|
+
padding: 1rem;
|
|
363
|
+
}
|
|
364
|
+
.dims-grid {
|
|
365
|
+
grid-template-columns: 1fr;
|
|
366
|
+
}
|
|
367
|
+
.watch-input-row {
|
|
368
|
+
flex-direction: column;
|
|
369
|
+
}
|
|
370
|
+
.btn-add {
|
|
371
|
+
width: 100%;
|
|
372
|
+
}
|
|
373
|
+
}
|
|
@@ -2,11 +2,11 @@ import type { BibliographyEntry } from '../../types';
|
|
|
2
2
|
|
|
3
3
|
export const bibliography: BibliographyEntry[] = [
|
|
4
4
|
{
|
|
5
|
-
name: 'Watch Water Resistance Ratings Explained
|
|
5
|
+
name: 'Watch Water Resistance Ratings Explained-Crown & Caliber',
|
|
6
6
|
url: 'https://www.crownandcaliber.com/blogs/stories/watch-water-resistance-ratings',
|
|
7
7
|
},
|
|
8
8
|
{
|
|
9
|
-
name: 'Water Resistance in Watches
|
|
9
|
+
name: 'Water Resistance in Watches-ISO 6425 Standard',
|
|
10
10
|
url: 'https://en.wikipedia.org/wiki/Water_Resistance_Watch_ISO_6425',
|
|
11
11
|
},
|
|
12
12
|
{
|
|
@@ -4,7 +4,7 @@ import { bibliography } from '../bibliography';
|
|
|
4
4
|
|
|
5
5
|
export const content: ToolLocaleContent<WaterResistanceConverterUI> = {
|
|
6
6
|
slug: 'wasserdichtigkeit-umrechner',
|
|
7
|
-
title: 'Uhren Wasserdichtigkeit Umrechner
|
|
7
|
+
title: 'Uhren Wasserdichtigkeit Umrechner–Meter, ATM, Bar & Feet',
|
|
8
8
|
description: 'Rechnen Sie Wasserdichtigkeitsangaben von Uhren zwischen Metern, Feet, ATM und Bar um. Erfahren Sie, was jede Angabe für den Alltag, beim Schwimmen und Tauchen bedeutet.',
|
|
9
9
|
ui: {
|
|
10
10
|
title: 'Wasserdichtigkeit Umrechner',
|
|
@@ -33,19 +33,19 @@ export const content: ToolLocaleContent<WaterResistanceConverterUI> = {
|
|
|
33
33
|
tipContent: 'Wasserdichtigkeit lässt mit der Zeit nach. Dichtungen sollten jährlich geprüft und alle 3\u20135 Jahre ersetzt werden.',
|
|
34
34
|
},
|
|
35
35
|
seo: [
|
|
36
|
-
{ type: 'title', text: 'Uhren Wasserdichtigkeit Umrechner
|
|
36
|
+
{ type: 'title', text: 'Uhren Wasserdichtigkeit Umrechner-Meter, ATM, Bar & Feet verstehen', level: 2 },
|
|
37
37
|
{ type: 'paragraph', html: 'Eine Wasserdichtigkeitsangabe von 30 Metern bedeutet nicht, dass Sie 30 Meter tief tauchen können. Sie bedeutet, dass die Uhr Spritzer und leichten Regen aushält. Dieser Umrechner übersetzt zwischen <strong>Metern, Feet, Atmosphären (ATM) und Bar</strong> und zeigt Ihnen, was jede Angabe tatsächlich erlaubt.' },
|
|
38
38
|
{ type: 'title', text: 'Die Wahrheit über Wasserdichtigkeitsangaben', level: 3 },
|
|
39
39
|
{ type: 'paragraph', html: 'Die Wasserdichtigkeit von Uhren wird unter statischem Druck im Labor geprüft. Im echten Alltag erzeugen Armbewegungen, Tauchen und Temperaturwechsel einen weit höheren dynamischen Druck. Eine 30m / 3 ATM Uhr ist nur spritzwassergeschützt. Zum Schwimmen brauchen Sie mindestens 100m / 10 ATM. Für Sporttauchen sind 200m / 20 ATM der Standardeinstieg.' },
|
|
40
40
|
{ type: 'title', text: 'Warum Wasserdichtigkeit mit der Zeit nachlässt', level: 3 },
|
|
41
41
|
{ type: 'paragraph', html: 'Die Gummidichtungen und O-Ringe, die Ihre Uhr abdichten, trocknen aus, werden rissig und verlieren mit der Zeit an Elastizität. Hitze, UV-Licht und Chemikalien beschleunigen diesen Prozess. Eine Uhr, die einst bis 100m wasserdicht war, kann nach 5 Jahren ohne Wartung nur noch spritzwassergeschützt sein. Lassen Sie Ihre Dichtungen jährlich prüfen und alle 3 bis 5 Jahre ersetzen.' },
|
|
42
|
-
{ type: 'title', text: 'ISO 6425
|
|
42
|
+
{ type: 'title', text: 'ISO 6425-Der Standard für Taucheruhren', level: 3 },
|
|
43
43
|
{ type: 'paragraph', html: 'Damit eine Uhr als "Taucheruhr" bezeichnet werden darf, muss sie die ISO 6425 Norm erfüllen: mindestens 100m Wasserdichtigkeit, eine einseitig drehbare Lünette, leuchtende Markierungen und eine verschraubte Krone. Uhren, die diesen Standard erfüllen, werden 25% über der angegebenen Tiefe geprüft. Eine ISO geprüfte 200m Uhr wird bei 250m getestet.' },
|
|
44
44
|
],
|
|
45
45
|
faq: [
|
|
46
46
|
{
|
|
47
47
|
question: 'Kann ich mit einer 30 Meter wasserdichten Uhr schwimmen?',
|
|
48
|
-
answer: 'Nein. Eine 30m / 3 ATM Angabe bedeutet nur Spritzwasserschutz
|
|
48
|
+
answer: 'Nein. Eine 30m / 3 ATM Angabe bedeutet nur Spritzwasserschutz-Händewaschen, Regen und Schweiß. Beim Schwimmen entsteht dynamischer Druck, der den statischen Prüfdruck übersteigt. Fürs Schwimmen wählen Sie mindestens 100m / 10 ATM.',
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
question: 'Was ist der Unterschied zwischen ATM, Bar und Metern?',
|
|
@@ -85,7 +85,7 @@ export const content: ToolLocaleContent<WaterResistanceConverterUI> = {
|
|
|
85
85
|
'name': 'Kann ich mit einer 30 Meter wasserdichten Uhr schwimmen?',
|
|
86
86
|
'acceptedAnswer': {
|
|
87
87
|
'@type': 'Answer',
|
|
88
|
-
'text': 'Nein. Eine 30m / 3 ATM Angabe bedeutet nur Spritzwasserschutz
|
|
88
|
+
'text': 'Nein. Eine 30m / 3 ATM Angabe bedeutet nur Spritzwasserschutz-Händewaschen, Regen und Schweiß. Fürs Schwimmen wählen Sie mindestens 100m / 10 ATM.',
|
|
89
89
|
},
|
|
90
90
|
},
|
|
91
91
|
{
|
|
@@ -4,7 +4,7 @@ import { bibliography } from '../bibliography';
|
|
|
4
4
|
|
|
5
5
|
export const content: ToolLocaleContent<WaterResistanceConverterUI> = {
|
|
6
6
|
slug: 'water-resistance-converter',
|
|
7
|
-
title: 'Watch Water Resistance Converter
|
|
7
|
+
title: 'Watch Water Resistance Converter–Meters, ATM, Bar & Feet',
|
|
8
8
|
description: 'Convert watch water resistance ratings between meters, feet, ATM, and bar. See what each rating actually means for daily wear, swimming, and diving.',
|
|
9
9
|
ui: {
|
|
10
10
|
title: 'Water Resistance Converter',
|
|
@@ -33,19 +33,19 @@ export const content: ToolLocaleContent<WaterResistanceConverterUI> = {
|
|
|
33
33
|
tipContent: 'Water resistance degrades over time. Gaskets and seals should be tested yearly and replaced every 3\u20135 years.',
|
|
34
34
|
},
|
|
35
35
|
seo: [
|
|
36
|
-
{ type: 'title', text: 'Watch Water Resistance Converter
|
|
36
|
+
{ type: 'title', text: 'Watch Water Resistance Converter-Decoding Meters, ATM, Bar & Feet', level: 2 },
|
|
37
37
|
{ type: 'paragraph', html: 'A 30-meter water resistance rating does not mean you can dive to 30 meters. It means the watch can handle splashes and light rain. This converter translates between <strong>meters, feet, atmospheres (ATM), and bars</strong>, and tells you what each rating actually allows.' },
|
|
38
38
|
{ type: 'title', text: 'The Truth About Water Resistance Ratings', level: 3 },
|
|
39
|
-
{ type: 'paragraph', html: 'Watch water resistance is tested under static pressure in a lab. Real-world conditions
|
|
39
|
+
{ type: 'paragraph', html: 'Watch water resistance is tested under static pressure in a lab. Real-world conditions-moving your arm, diving, temperature changes-create dynamic pressure that is much higher. A 30m / 3 ATM watch is only splash resistant. For swimming, you need at least 100m / 10 ATM. For scuba diving, 200m / 20 ATM is the standard entry point.' },
|
|
40
40
|
{ type: 'title', text: 'Why Water Resistance Degrades Over Time', level: 3 },
|
|
41
41
|
{ type: 'paragraph', html: 'The rubber gaskets and O-rings that seal your watch dry out, crack, and compress over time. Heat, UV light, and chemicals accelerate this process. A watch that was once water resistant to 100m may only be splash resistant after 5 years without service. Have your seals tested annually and replaced every 3 to 5 years.' },
|
|
42
|
-
{ type: 'title', text: 'ISO 6425
|
|
42
|
+
{ type: 'title', text: 'ISO 6425-The Diver Watch Standard', level: 3 },
|
|
43
43
|
{ type: 'paragraph', html: 'For a watch to be called a "diver\'s watch," it must meet ISO 6425 standards: at least 100m water resistance, a unidirectional bezel, luminous markings, and a screw-down crown. Watches that meet this standard are tested 25% above their rated depth. A 200m ISO-rated watch is tested at 250m.' },
|
|
44
44
|
],
|
|
45
45
|
faq: [
|
|
46
46
|
{
|
|
47
47
|
question: 'Can I swim with a 30-meter water resistant watch?',
|
|
48
|
-
answer: 'No. A 30m / 3 ATM rating means splash resistance only
|
|
48
|
+
answer: 'No. A 30m / 3 ATM rating means splash resistance only-hand washing, rain, and sweat. Swimming creates dynamic pressure that exceeds the static test pressure. For swimming, choose at least 100m / 10 ATM.',
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
question: 'What is the difference between ATM, bar, and meters?',
|
|
@@ -85,7 +85,7 @@ export const content: ToolLocaleContent<WaterResistanceConverterUI> = {
|
|
|
85
85
|
'name': 'Can I swim with a 30-meter water resistant watch?',
|
|
86
86
|
'acceptedAnswer': {
|
|
87
87
|
'@type': 'Answer',
|
|
88
|
-
'text': 'No. A 30m / 3 ATM rating means splash resistance only
|
|
88
|
+
'text': 'No. A 30m / 3 ATM rating means splash resistance only-hand washing, rain, and sweat. For swimming, choose at least 100m / 10 ATM.',
|
|
89
89
|
},
|
|
90
90
|
},
|
|
91
91
|
{
|
|
@@ -4,7 +4,7 @@ import { bibliography } from '../bibliography';
|
|
|
4
4
|
|
|
5
5
|
export const content: ToolLocaleContent<WaterResistanceConverterUI> = {
|
|
6
6
|
slug: 'convertidor-resistencia-agua',
|
|
7
|
-
title: 'Convertidor de Resistencia al Agua de Relojes
|
|
7
|
+
title: 'Convertidor de Resistencia al Agua de Relojes–Metros, ATM, Bar & Pies',
|
|
8
8
|
description: 'Convierta las clasificaciones de resistencia al agua de relojes entre metros, pies, ATM y bar. Descubra lo que realmente significa cada clasificación para el uso diario, la natación y el buceo.',
|
|
9
9
|
ui: {
|
|
10
10
|
title: 'Convertidor de Resistencia al Agua',
|
|
@@ -33,19 +33,19 @@ export const content: ToolLocaleContent<WaterResistanceConverterUI> = {
|
|
|
33
33
|
tipContent: 'La resistencia al agua se degrada con el tiempo. Las juntas y sellos deben revisarse anualmente y reemplazarse cada 3\u20135 años.',
|
|
34
34
|
},
|
|
35
35
|
seo: [
|
|
36
|
-
{ type: 'title', text: 'Convertidor de Resistencia al Agua de Relojes
|
|
36
|
+
{ type: 'title', text: 'Convertidor de Resistencia al Agua de Relojes-Metros, ATM, Bar y Pies descifrados', level: 2 },
|
|
37
37
|
{ type: 'paragraph', html: 'Una clasificación de resistencia al agua de 30 metros no significa que pueda bucear a 30 metros. Significa que el reloj soporta salpicaduras y lluvia ligera. Este convertidor traduce entre <strong>metros, pies, atmósferas (ATM) y bares</strong>, y le indica qué permite realmente cada clasificación.' },
|
|
38
38
|
{ type: 'title', text: 'La Verdad Sobre las Clasificaciones de Resistencia al Agua', level: 3 },
|
|
39
|
-
{ type: 'paragraph', html: 'La resistencia al agua de los relojes se prueba bajo presión estática en un laboratorio. Las condiciones reales
|
|
39
|
+
{ type: 'paragraph', html: 'La resistencia al agua de los relojes se prueba bajo presión estática en un laboratorio. Las condiciones reales-mover el brazo, bucear, cambios de temperatura-generan una presión dinámica mucho mayor. Un reloj de 30m / 3 ATM solo es resistente a salpicaduras. Para nadar, necesita al menos 100m / 10 ATM. Para buceo con tanque, 200m / 20 ATM es el punto de entrada estándar.' },
|
|
40
40
|
{ type: 'title', text: 'Por Qué la Resistencia al Agua se Degrada con el Tiempo', level: 3 },
|
|
41
41
|
{ type: 'paragraph', html: 'Las juntas de goma y los anillos O que sellan su reloj se secan, agrietan y comprimen con el tiempo. El calor, la luz UV y los productos químicos aceleran este proceso. Un reloj que alguna vez fue resistente al agua hasta 100m puede ser solo resistente a salpicaduras después de 5 años sin mantenimiento. Haga revisar sus sellos anualmente y reemplácelos cada 3 a 5 años.' },
|
|
42
|
-
{ type: 'title', text: 'ISO 6425
|
|
42
|
+
{ type: 'title', text: 'ISO 6425-El Estándar de Relojes de Buceo', level: 3 },
|
|
43
43
|
{ type: 'paragraph', html: 'Para que un reloj se llame "reloj de buceo", debe cumplir con la norma ISO 6425: al menos 100m de resistencia al agua, un bisel unidireccional, marcas luminiscentes y una corona de rosca. Los relojes que cumplen este estándar se prueban al 25% por encima de su profundidad nominal. Un reloj con certificación ISO de 200m se prueba a 250m.' },
|
|
44
44
|
],
|
|
45
45
|
faq: [
|
|
46
46
|
{
|
|
47
47
|
question: '¿Puedo nadar con un reloj resistente al agua de 30 metros?',
|
|
48
|
-
answer: 'No. Una clasificación de 30m / 3 ATM significa solo resistencia a salpicaduras
|
|
48
|
+
answer: 'No. Una clasificación de 30m / 3 ATM significa solo resistencia a salpicaduras-lavado de manos, lluvia y sudor. Nadar genera presión dinámica que supera la presión de prueba estática. Para nadar, elija al menos 100m / 10 ATM.',
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
question: '¿Cuál es la diferencia entre ATM, bar y metros?',
|
|
@@ -85,7 +85,7 @@ export const content: ToolLocaleContent<WaterResistanceConverterUI> = {
|
|
|
85
85
|
'name': '¿Puedo nadar con un reloj resistente al agua de 30 metros?',
|
|
86
86
|
'acceptedAnswer': {
|
|
87
87
|
'@type': 'Answer',
|
|
88
|
-
'text': 'No. Una clasificación de 30m / 3 ATM significa solo resistencia a salpicaduras
|
|
88
|
+
'text': 'No. Una clasificación de 30m / 3 ATM significa solo resistencia a salpicaduras-lavado de manos, lluvia y sudor. Para nadar, elija al menos 100m / 10 ATM.',
|
|
89
89
|
},
|
|
90
90
|
},
|
|
91
91
|
{
|
|
@@ -4,7 +4,7 @@ import { bibliography } from '../bibliography';
|
|
|
4
4
|
|
|
5
5
|
export const content: ToolLocaleContent<WaterResistanceConverterUI> = {
|
|
6
6
|
slug: 'convertisseur-resistance-eau',
|
|
7
|
-
title: 'Convertisseur d\'Étanchéité de Montres
|
|
7
|
+
title: 'Convertisseur d\'Étanchéité de Montres-Mètres, ATM, Bar & Pieds',
|
|
8
8
|
description: 'Convertissez les indices d\'étanchéité des montres entre mètres, pieds, ATM et bar. Découvrez ce que chaque indice signifie réellement pour un usage quotidien, la natation et la plongée.',
|
|
9
9
|
ui: {
|
|
10
10
|
title: 'Convertisseur d\'Étanchéité',
|
|
@@ -33,19 +33,19 @@ export const content: ToolLocaleContent<WaterResistanceConverterUI> = {
|
|
|
33
33
|
tipContent: 'L\'étanchéité se dégrade avec le temps. Les joints doivent être vérifiés chaque année et remplacés tous les 3\u20135 ans.',
|
|
34
34
|
},
|
|
35
35
|
seo: [
|
|
36
|
-
{ type: 'title', text: 'Convertisseur d\'Étanchéité de Montres
|
|
36
|
+
{ type: 'title', text: 'Convertisseur d\'Étanchéité de Montres-Décoder les Mètres, ATM, Bar & Pieds', level: 2 },
|
|
37
37
|
{ type: 'paragraph', html: 'Un indice d\'étanchéité de 30 mètres ne signifie pas que vous pouvez plonger à 30 mètres. Cela signifie que la montresupport les éclaboussures et la pluie légère. Ce convertisseur traduit entre <strong>mètres, pieds, atmosphères (ATM) et bars</strong>, et vous indique ce que chaque indice autorise réellement.' },
|
|
38
38
|
{ type: 'title', text: 'La Vérité sur les Indices d\'Étanchéité', level: 3 },
|
|
39
|
-
{ type: 'paragraph', html: 'L\'étanchéité des montres est testée sous pression statique en laboratoire. Les conditions réelles
|
|
39
|
+
{ type: 'paragraph', html: 'L\'étanchéité des montres est testée sous pression statique en laboratoire. Les conditions réelles-bouger le bras, plonger, changements de température-créent une pression dynamique bien plus élevée. Une montre 30m / 3 ATM est seulement résistante aux éclaboussures. Pour nager, vous avez besoin d\'au moins 100m / 10 ATM. Pour la plongée sous-marine, 200m / 20 ATM est le seuil d\'entrée standard.' },
|
|
40
40
|
{ type: 'title', text: 'Pourquoi l\'Étanchéité se Détériore avec le Temps', level: 3 },
|
|
41
41
|
{ type: 'paragraph', html: 'Les joints en caoutchouc et les joints toriques qui scellent votre montresèchent, se fissurent et se compriment avec le temps. La chaleur, la lumière UV et les produits chimiques accélèrent ce processus. Une montre qui était autrefois étanche à 100m peut n\'être plus que résistante aux éclaboussures après 5 ans sans entretien. Faites vérifier vos joints chaque année et remplacez-les tous les 3 à 5 ans.' },
|
|
42
|
-
{ type: 'title', text: 'ISO 6425
|
|
42
|
+
{ type: 'title', text: 'ISO 6425-La Norme pour les Montres de Plongée', level: 3 },
|
|
43
43
|
{ type: 'paragraph', html: 'Pour qu\'une montre soit appelée "montre de plongée", elle doit répondre à la norme ISO 6425 : au moins 100m d\'étanchéité, une lunette unidirectionnelle, des marquages luminescents et une couronne vissée. Les montres conformes à cette norme sont testées 25% au-dessus de leur profondeur nominale. Une montre certifiée ISO de 200m est testée à 250m.' },
|
|
44
44
|
],
|
|
45
45
|
faq: [
|
|
46
46
|
{
|
|
47
47
|
question: 'Puis-je nager avec une montre étanche à 30 mètres ?',
|
|
48
|
-
answer: 'Non. Un indice de 30m / 3 ATM signifie uniquement une résistance aux éclaboussures
|
|
48
|
+
answer: 'Non. Un indice de 30m / 3 ATM signifie uniquement une résistance aux éclaboussures-lavage des mains, pluie et transpiration. La natation crée une pression dynamique qui dépasse la pression d\'essai statique. Pour nager, choisissez au moins 100m / 10 ATM.',
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
question: 'Quelle est la différence entre ATM, bar et mètres ?',
|
|
@@ -85,7 +85,7 @@ export const content: ToolLocaleContent<WaterResistanceConverterUI> = {
|
|
|
85
85
|
'name': 'Puis-je nager avec une montre étanche à 30 mètres ?',
|
|
86
86
|
'acceptedAnswer': {
|
|
87
87
|
'@type': 'Answer',
|
|
88
|
-
'text': 'Non. Un indice de 30m / 3 ATM signifie uniquement une résistance aux éclaboussures
|
|
88
|
+
'text': 'Non. Un indice de 30m / 3 ATM signifie uniquement une résistance aux éclaboussures-lavage des mains, pluie et transpiration. Pour nager, choisissez au moins 100m / 10 ATM.',
|
|
89
89
|
},
|
|
90
90
|
},
|
|
91
91
|
{
|
|
@@ -4,7 +4,7 @@ import { bibliography } from '../bibliography';
|
|
|
4
4
|
|
|
5
5
|
export const content: ToolLocaleContent<WaterResistanceConverterUI> = {
|
|
6
6
|
slug: 'konverter-ketahanan-air',
|
|
7
|
-
title: 'Konverter Ketahanan Air Jam Tangan
|
|
7
|
+
title: 'Konverter Ketahanan Air Jam Tangan–Meter, ATM, Bar & Kaki',
|
|
8
8
|
description: 'Konversikan peringkat ketahanan air jam tangan antara meter, kaki, ATM, dan bar. Lihat arti sebenarnya dari setiap peringkat untuk pemakaian sehari-hari, berenang, dan menyelam.',
|
|
9
9
|
ui: {
|
|
10
10
|
title: 'Konverter Ketahanan Air',
|
|
@@ -33,19 +33,19 @@ export const content: ToolLocaleContent<WaterResistanceConverterUI> = {
|
|
|
33
33
|
tipContent: 'Ketahanan air menurun seiring waktu. Gasket dan segel harus diuji setiap tahun dan diganti setiap 3\u20135 tahun.',
|
|
34
34
|
},
|
|
35
35
|
seo: [
|
|
36
|
-
{ type: 'title', text: 'Konverter Ketahanan Air Jam Tangan
|
|
36
|
+
{ type: 'title', text: 'Konverter Ketahanan Air Jam Tangan-Memahami Meter, ATM, Bar & Kaki', level: 2 },
|
|
37
37
|
{ type: 'paragraph', html: 'Peringkat ketahanan air 30 meter tidak berarti Anda dapat menyelam hingga 30 meter. Itu berarti jam tangan dapat menahan percikan air dan hujan ringan. Konverter ini menerjemahkan antara <strong>meter, kaki, atmosfer (ATM), dan bar</strong>, dan memberi tahu Anda apa yang sebenarnya diizinkan oleh setiap peringkat.' },
|
|
38
38
|
{ type: 'title', text: 'Kebenaran tentang Peringkat Ketahanan Air', level: 3 },
|
|
39
|
-
{ type: 'paragraph', html: 'Ketahanan air jam tangan diuji di bawah tekanan statis di laboratorium. Kondisi dunia nyata
|
|
39
|
+
{ type: 'paragraph', html: 'Ketahanan air jam tangan diuji di bawah tekanan statis di laboratorium. Kondisi dunia nyata-menggerakkan lengan, menyelam, perubahan suhu-menciptakan tekanan dinamis yang jauh lebih tinggi. Jam tangan 30m / 3 ATM hanya tahan percikan. Untuk berenang, Anda membutuhkan setidaknya 100m / 10 ATM. Untuk menyelam scuba, 200m / 20 ATM adalah titik masuk standar.' },
|
|
40
40
|
{ type: 'title', text: 'Mengapa Ketahanan Air Menurun Seiring Waktu', level: 3 },
|
|
41
41
|
{ type: 'paragraph', html: 'Gasket karet dan O-ring yang menyegel jam tangan Anda mengering, retak, dan terkompresi seiring waktu. Panas, sinar UV, dan bahan kimia mempercepat proses ini. Jam tangan yang dulunya tahan air hingga 100m mungkin hanya tahan percikan setelah 5 tahun tanpa perawatan. Uji segel Anda setiap tahun dan ganti setiap 3 hingga 5 tahun.' },
|
|
42
|
-
{ type: 'title', text: 'ISO 6425
|
|
42
|
+
{ type: 'title', text: 'ISO 6425-Standar Jam Tangan Selam', level: 3 },
|
|
43
43
|
{ type: 'paragraph', html: 'Agar jam tangan bisa disebut "jam tangan selam," jam tangan harus memenuhi standar ISO 6425: setidaknya 100m ketahanan air, bezel satu arah, tanda bercahaya, dan mahkota ulir. Jam tangan yang memenuhi standar ini diuji 25% di atas kedalaman teratanya. Jam tangan bersertifikasi ISO 200m diuji pada 250m.' },
|
|
44
44
|
],
|
|
45
45
|
faq: [
|
|
46
46
|
{
|
|
47
47
|
question: 'Bisakah saya berenang dengan jam tangan tahan air 30 meter?',
|
|
48
|
-
answer: 'Tidak. Peringkat 30m / 3 ATM berarti hanya tahan percikan
|
|
48
|
+
answer: 'Tidak. Peringkat 30m / 3 ATM berarti hanya tahan percikan-cuci tangan, hujan, dan keringat. Berenang menciptakan tekanan dinamis yang melebihi tekanan uji statis. Untuk berenang, pilih setidaknya 100m / 10 ATM.',
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
question: 'Apa perbedaan antara ATM, bar, dan meter?',
|
|
@@ -85,7 +85,7 @@ export const content: ToolLocaleContent<WaterResistanceConverterUI> = {
|
|
|
85
85
|
'name': 'Bisakah saya berenang dengan jam tangan tahan air 30 meter?',
|
|
86
86
|
'acceptedAnswer': {
|
|
87
87
|
'@type': 'Answer',
|
|
88
|
-
'text': 'Tidak. Peringkat 30m / 3 ATM berarti hanya tahan percikan
|
|
88
|
+
'text': 'Tidak. Peringkat 30m / 3 ATM berarti hanya tahan percikan-cuci tangan, hujan, dan keringat. Untuk berenang, pilih setidaknya 100m / 10 ATM.',
|
|
89
89
|
},
|
|
90
90
|
},
|
|
91
91
|
{
|
|
@@ -4,7 +4,7 @@ import { bibliography } from '../bibliography';
|
|
|
4
4
|
|
|
5
5
|
export const content: ToolLocaleContent<WaterResistanceConverterUI> = {
|
|
6
6
|
slug: 'convertitore-resistenza-acqua',
|
|
7
|
-
title: 'Convertitore di Resistenza all\'Acqua per Orologi
|
|
7
|
+
title: 'Convertitore di Resistenza all\'Acqua per Orologi-Metri, ATM, Bar & Piedi',
|
|
8
8
|
description: 'Converti i gradi di resistenza all\'acqua degli orologi tra metri, piedi, ATM e bar. Scopri cosa significa ogni grado per l\'uso quotidiano, il nuoto e le immersioni.',
|
|
9
9
|
ui: {
|
|
10
10
|
title: 'Convertitore di Resistenza all\'Acqua',
|
|
@@ -33,19 +33,19 @@ export const content: ToolLocaleContent<WaterResistanceConverterUI> = {
|
|
|
33
33
|
tipContent: 'La resistenza all\'acqua diminuisce nel tempo. Le guarnizioni devono essere controllate annualmente e sostituite ogni 3\u20135 anni.',
|
|
34
34
|
},
|
|
35
35
|
seo: [
|
|
36
|
-
{ type: 'title', text: 'Convertitore di Resistenza all\'Acqua per Orologi
|
|
36
|
+
{ type: 'title', text: 'Convertitore di Resistenza all\'Acqua per Orologi-Decodificare Metri, ATM, Bar & Piedi', level: 2 },
|
|
37
37
|
{ type: 'paragraph', html: 'Un grado di resistenza all\'acqua di 30 metri non significa che puoi immergerti a 30 metri. Significa che l\'orologio sopporta schizzi e pioggia leggera. Questo convertitore traduce tra <strong>metri, piedi, atmosfere (ATM) e bar</strong> e ti dice cosa ogni grado consente effettivamente.' },
|
|
38
38
|
{ type: 'title', text: 'La Verità sui Gradi di Resistenza all\'Acqua', level: 3 },
|
|
39
|
-
{ type: 'paragraph', html: 'La resistenza all\'acqua degli orologi viene testata in laboratorio sotto pressione statica. Le condizioni reali
|
|
39
|
+
{ type: 'paragraph', html: 'La resistenza all\'acqua degli orologi viene testata in laboratorio sotto pressione statica. Le condizioni reali-muovere il braccio, immergersi, sbalzi di temperatura-creano una pressione dinamica molto più elevata. Un orologio da 30m / 3 ATM è solo resistente agli schizzi. Per nuotare, serve almeno 100m / 10 ATM. Per le immersioni subacquee, 200m / 20 ATM è il punto di ingresso standard.' },
|
|
40
40
|
{ type: 'title', text: 'Perché la Resistenza all\'Acqua Diminuisce col Tempo', level: 3 },
|
|
41
41
|
{ type: 'paragraph', html: 'Le guarnizioni in gomma e gli O-ring che sigillano l\'orologio si seccano, si crepano e si comprimono col tempo. Calore, luce UV e sostanze chimiche accelerano questo processo. Un orologio un tempo resistente all\'acqua fino a 100m può diventare solo resistente agli schizzi dopo 5 anni senza manutenzione. Fai controllare le guarnizioni ogni anno e sostituiscile ogni 3-5 anni.' },
|
|
42
|
-
{ type: 'title', text: 'ISO 6425
|
|
42
|
+
{ type: 'title', text: 'ISO 6425-Lo Standard per Orologi Subacquei', level: 3 },
|
|
43
43
|
{ type: 'paragraph', html: 'Perché un orologio possa essere chiamato "orologio subacqueo," deve soddisfare gli standard ISO 6425: almeno 100m di resistenza all\'acqua, una lunetta unidirezionale, marcature luminescenti e una corona a vite. Gli orologi che soddisfano questo standard vengono testati al 25% oltre la profondità nominale. Un orologio con certificazione ISO da 200m viene testato a 250m.' },
|
|
44
44
|
],
|
|
45
45
|
faq: [
|
|
46
46
|
{
|
|
47
47
|
question: 'Posso nuotare con un orologio resistente all\'acqua fino a 30 metri?',
|
|
48
|
-
answer: 'No. Un grado di 30m / 3 ATM significa solo resistenza agli schizzi
|
|
48
|
+
answer: 'No. Un grado di 30m / 3 ATM significa solo resistenza agli schizzi-lavaggio mani, pioggia e sudore. Il nuoto crea una pressione dinamica che supera la pressione di prova statica. Per nuotare, scegli almeno 100m / 10 ATM.',
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
question: 'Qual è la differenza tra ATM, bar e metri?',
|
|
@@ -85,7 +85,7 @@ export const content: ToolLocaleContent<WaterResistanceConverterUI> = {
|
|
|
85
85
|
'name': 'Posso nuotare con un orologio resistente all\'acqua fino a 30 metri?',
|
|
86
86
|
'acceptedAnswer': {
|
|
87
87
|
'@type': 'Answer',
|
|
88
|
-
'text': 'No. Un grado di 30m / 3 ATM significa solo resistenza agli schizzi
|
|
88
|
+
'text': 'No. Un grado di 30m / 3 ATM significa solo resistenza agli schizzi-lavaggio mani, pioggia e sudore. Per nuotare, scegli almeno 100m / 10 ATM.',
|
|
89
89
|
},
|
|
90
90
|
},
|
|
91
91
|
{
|