@jjlmoya/utils-chrono 1.17.0 → 1.19.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/fr.ts +1 -1
- package/src/category/index.ts +4 -0
- package/src/entries.ts +7 -1
- package/src/index.ts +2 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/no_en_dash.test.ts +40 -6
- package/src/tests/title_quality.test.ts +2 -2
- package/src/tests/tool_validation.test.ts +1 -1
- package/src/tool/beat-rate-converter/i18n/de.ts +30 -30
- package/src/tool/beat-rate-converter/i18n/es.ts +33 -33
- package/src/tool/beat-rate-converter/i18n/fr.ts +45 -45
- package/src/tool/beat-rate-converter/i18n/id.ts +6 -6
- package/src/tool/beat-rate-converter/i18n/it.ts +28 -28
- package/src/tool/beat-rate-converter/i18n/ja.ts +56 -56
- package/src/tool/beat-rate-converter/i18n/ko.ts +56 -56
- package/src/tool/beat-rate-converter/i18n/nl.ts +14 -14
- package/src/tool/beat-rate-converter/i18n/pl.ts +48 -48
- package/src/tool/beat-rate-converter/i18n/pt.ts +30 -30
- package/src/tool/beat-rate-converter/i18n/ru.ts +56 -56
- package/src/tool/beat-rate-converter/i18n/sv.ts +44 -44
- package/src/tool/beat-rate-converter/i18n/tr.ts +51 -51
- package/src/tool/beat-rate-converter/i18n/zh.ts +56 -56
- package/src/tool/crown-reference-guide/i18n/de.ts +9 -9
- package/src/tool/crown-reference-guide/i18n/en.ts +8 -8
- package/src/tool/crown-reference-guide/i18n/es.ts +10 -10
- package/src/tool/crown-reference-guide/i18n/fr.ts +18 -18
- package/src/tool/crown-reference-guide/i18n/id.ts +9 -9
- package/src/tool/crown-reference-guide/i18n/it.ts +9 -9
- package/src/tool/crown-reference-guide/i18n/nl.ts +8 -8
- package/src/tool/crown-reference-guide/i18n/pl.ts +8 -8
- package/src/tool/crown-reference-guide/i18n/pt.ts +8 -8
- package/src/tool/crown-reference-guide/i18n/ru.ts +8 -8
- package/src/tool/crown-reference-guide/i18n/sv.ts +8 -8
- package/src/tool/crown-reference-guide/i18n/tr.ts +8 -8
- package/src/tool/crown-reference-guide/i18n/zh.ts +9 -9
- package/src/tool/demagnetizing-timer/i18n/fr.ts +1 -1
- package/src/tool/gear-train-explorer/i18n/de.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/en.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/es.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/fr.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/id.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/it.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/ja.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/ko.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/nl.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/pl.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/pt.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/ru.ts +6 -6
- package/src/tool/gear-train-explorer/i18n/sv.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/tr.ts +2 -2
- package/src/tool/gear-train-explorer/i18n/zh.ts +2 -2
- package/src/tool/gmt-world-timer/i18n/en.ts +7 -7
- package/src/tool/gmt-world-timer/i18n/es.ts +8 -8
- package/src/tool/gmt-world-timer/i18n/fr.ts +12 -12
- package/src/tool/gmt-world-timer/i18n/id.ts +7 -7
- package/src/tool/gmt-world-timer/i18n/it.ts +8 -8
- package/src/tool/gmt-world-timer/i18n/ja.ts +5 -5
- package/src/tool/gmt-world-timer/i18n/ko.ts +5 -5
- package/src/tool/gmt-world-timer/i18n/nl.ts +7 -7
- package/src/tool/gmt-world-timer/i18n/pl.ts +7 -7
- package/src/tool/gmt-world-timer/i18n/pt.ts +7 -7
- package/src/tool/gmt-world-timer/i18n/ru.ts +11 -11
- package/src/tool/gmt-world-timer/i18n/sv.ts +7 -7
- package/src/tool/gmt-world-timer/i18n/tr.ts +6 -6
- package/src/tool/gmt-world-timer/i18n/zh.ts +6 -6
- package/src/tool/lume-color-simulator/i18n/fr.ts +4 -4
- package/src/tool/lume-color-simulator/i18n/id.ts +5 -5
- package/src/tool/lume-color-simulator/i18n/it.ts +4 -4
- package/src/tool/lume-color-simulator/i18n/ja.ts +5 -5
- package/src/tool/lume-color-simulator/i18n/nl.ts +2 -2
- package/src/tool/lume-color-simulator/i18n/pt.ts +5 -5
- package/src/tool/lume-color-simulator/i18n/ru.ts +14 -14
- package/src/tool/lume-color-simulator/i18n/zh.ts +4 -4
- package/src/tool/mainspring-finder/bibliography.astro +16 -0
- package/src/tool/mainspring-finder/bibliography.ts +16 -0
- package/src/tool/mainspring-finder/client.ts +89 -0
- package/src/tool/mainspring-finder/component.astro +72 -0
- package/src/tool/mainspring-finder/entry.ts +50 -0
- package/src/tool/mainspring-finder/helpers.ts +52 -0
- package/src/tool/mainspring-finder/i18n/de.ts +212 -0
- package/src/tool/mainspring-finder/i18n/en.ts +212 -0
- package/src/tool/mainspring-finder/i18n/es.ts +212 -0
- package/src/tool/mainspring-finder/i18n/fr.ts +212 -0
- package/src/tool/mainspring-finder/i18n/id.ts +212 -0
- package/src/tool/mainspring-finder/i18n/it.ts +212 -0
- package/src/tool/mainspring-finder/i18n/ja.ts +212 -0
- package/src/tool/mainspring-finder/i18n/ko.ts +212 -0
- package/src/tool/mainspring-finder/i18n/nl.ts +212 -0
- package/src/tool/mainspring-finder/i18n/pl.ts +212 -0
- package/src/tool/mainspring-finder/i18n/pt.ts +212 -0
- package/src/tool/mainspring-finder/i18n/ru.ts +212 -0
- package/src/tool/mainspring-finder/i18n/sv.ts +212 -0
- package/src/tool/mainspring-finder/i18n/tr.ts +212 -0
- package/src/tool/mainspring-finder/i18n/zh.ts +212 -0
- package/src/tool/mainspring-finder/index.ts +11 -0
- package/src/tool/mainspring-finder/mainspring-finder.css +242 -0
- package/src/tool/mainspring-finder/seo.astro +16 -0
- package/src/tool/moon-phase-visualizer/i18n/fr.ts +4 -4
- package/src/tool/moon-phase-visualizer/i18n/id.ts +4 -4
- package/src/tool/moon-phase-visualizer/i18n/it.ts +4 -4
- package/src/tool/moon-phase-visualizer/i18n/ja.ts +2 -2
- package/src/tool/moon-phase-visualizer/i18n/nl.ts +2 -2
- package/src/tool/moon-phase-visualizer/i18n/pt.ts +4 -4
- package/src/tool/moon-phase-visualizer/i18n/ru.ts +7 -7
- package/src/tool/moon-phase-visualizer/i18n/zh.ts +4 -4
- package/src/tool/perpetual-calendar/i18n/de.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/en.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/es.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/fr.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/id.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/it.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/ja.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/ko.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/nl.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/pl.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/pt.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/ru.ts +2 -2
- package/src/tool/perpetual-calendar/i18n/sv.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/tr.ts +1 -1
- package/src/tool/perpetual-calendar/i18n/zh.ts +1 -1
- package/src/tool/power-reserve-estimator/i18n/de.ts +26 -26
- package/src/tool/power-reserve-estimator/i18n/es.ts +22 -22
- package/src/tool/power-reserve-estimator/i18n/fr.ts +36 -36
- package/src/tool/power-reserve-estimator/i18n/id.ts +5 -5
- package/src/tool/power-reserve-estimator/i18n/it.ts +18 -18
- package/src/tool/power-reserve-estimator/i18n/ja.ts +3 -3
- package/src/tool/power-reserve-estimator/i18n/ko.ts +3 -3
- package/src/tool/power-reserve-estimator/i18n/nl.ts +7 -7
- package/src/tool/power-reserve-estimator/i18n/pl.ts +9 -9
- package/src/tool/power-reserve-estimator/i18n/pt.ts +25 -25
- package/src/tool/power-reserve-estimator/i18n/ru.ts +15 -15
- package/src/tool/power-reserve-estimator/i18n/sv.ts +7 -7
- package/src/tool/power-reserve-estimator/i18n/tr.ts +7 -7
- package/src/tool/power-reserve-estimator/i18n/zh.ts +7 -7
- package/src/tool/quartz-battery-health/bibliography.astro +16 -0
- package/src/tool/quartz-battery-health/bibliography.ts +16 -0
- package/src/tool/quartz-battery-health/client.ts +198 -0
- package/src/tool/quartz-battery-health/component.astro +15 -0
- package/src/tool/quartz-battery-health/components/BatteryHealthPanel.astro +163 -0
- package/src/tool/quartz-battery-health/entry.ts +57 -0
- package/src/tool/quartz-battery-health/i18n/de.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/en.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/es.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/fr.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/id.ts +326 -0
- package/src/tool/quartz-battery-health/i18n/it.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/ja.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/ko.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/nl.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/pl.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/pt.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/ru.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/sv.ts +326 -0
- package/src/tool/quartz-battery-health/i18n/tr.ts +327 -0
- package/src/tool/quartz-battery-health/i18n/zh.ts +327 -0
- package/src/tool/quartz-battery-health/index.ts +11 -0
- package/src/tool/quartz-battery-health/quartz-battery-health.css +447 -0
- package/src/tool/quartz-battery-health/seo.astro +16 -0
- package/src/tool/service-interval-tracker/i18n/fr.ts +1 -1
- package/src/tool/sidereal-time-tracker/i18n/ru.ts +2 -2
- package/src/tool/strap-length-calculator/i18n/fr.ts +1 -1
- package/src/tool/strap-length-calculator/i18n/ru.ts +4 -4
- package/src/tool/strap-taper-calculator/i18n/de.ts +3 -3
- package/src/tool/strap-taper-calculator/i18n/en.ts +1 -1
- package/src/tool/strap-taper-calculator/i18n/es.ts +3 -3
- package/src/tool/strap-taper-calculator/i18n/fr.ts +4 -4
- package/src/tool/strap-taper-calculator/i18n/id.ts +3 -3
- package/src/tool/strap-taper-calculator/i18n/it.ts +3 -3
- package/src/tool/strap-taper-calculator/i18n/ja.ts +2 -2
- package/src/tool/strap-taper-calculator/i18n/ko.ts +2 -2
- package/src/tool/strap-taper-calculator/i18n/nl.ts +3 -3
- package/src/tool/strap-taper-calculator/i18n/pl.ts +3 -3
- package/src/tool/strap-taper-calculator/i18n/pt.ts +3 -3
- package/src/tool/strap-taper-calculator/i18n/ru.ts +2 -2
- package/src/tool/strap-taper-calculator/i18n/sv.ts +3 -3
- package/src/tool/strap-taper-calculator/i18n/tr.ts +3 -3
- package/src/tool/strap-taper-calculator/i18n/zh.ts +3 -3
- package/src/tool/tachymeter-calculator/i18n/ru.ts +6 -6
- package/src/tool/telemeter-calculator/i18n/ru.ts +3 -3
- package/src/tool/telemeter-calculator/i18n/zh.ts +2 -2
- package/src/tool/tourbillon-visualizer/i18n/de.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/en.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/es.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/fr.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/id.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/it.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/ja.ts +2 -2
- package/src/tool/tourbillon-visualizer/i18n/ko.ts +2 -2
- package/src/tool/tourbillon-visualizer/i18n/nl.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/pl.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/pt.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/ru.ts +5 -5
- package/src/tool/tourbillon-visualizer/i18n/sv.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/tr.ts +3 -3
- package/src/tool/tourbillon-visualizer/i18n/zh.ts +3 -3
- package/src/tool/watch-accuracy-tracker/i18n/fr.ts +1 -1
- package/src/tool/watch-accuracy-tracker/i18n/zh.ts +1 -1
- package/src/tool/watch-savings-planner/i18n/de.ts +25 -25
- package/src/tool/watch-savings-planner/i18n/es.ts +39 -39
- package/src/tool/watch-savings-planner/i18n/fr.ts +51 -51
- package/src/tool/watch-savings-planner/i18n/id.ts +5 -5
- package/src/tool/watch-savings-planner/i18n/it.ts +29 -29
- package/src/tool/watch-savings-planner/i18n/ja.ts +73 -73
- package/src/tool/watch-savings-planner/i18n/ko.ts +73 -73
- package/src/tool/watch-savings-planner/i18n/nl.ts +10 -10
- package/src/tool/watch-savings-planner/i18n/pl.ts +5 -5
- package/src/tool/watch-savings-planner/i18n/pt.ts +43 -43
- package/src/tool/watch-savings-planner/i18n/ru.ts +7 -7
- package/src/tool/watch-savings-planner/i18n/sv.ts +54 -54
- package/src/tool/watch-savings-planner/i18n/tr.ts +50 -50
- package/src/tool/watch-savings-planner/i18n/zh.ts +73 -73
- package/src/tool/watch-size-comparator/i18n/de.ts +2 -2
- package/src/tool/watch-size-comparator/i18n/en.ts +3 -3
- package/src/tool/watch-size-comparator/i18n/es.ts +1 -1
- package/src/tool/watch-size-comparator/i18n/fr.ts +10 -10
- package/src/tool/watch-size-comparator/i18n/id.ts +9 -9
- package/src/tool/watch-size-comparator/i18n/it.ts +8 -8
- package/src/tool/watch-size-comparator/i18n/ja.ts +6 -6
- package/src/tool/watch-size-comparator/i18n/nl.ts +7 -7
- package/src/tool/watch-size-comparator/i18n/pl.ts +2 -2
- package/src/tool/watch-size-comparator/i18n/pt.ts +9 -9
- package/src/tool/watch-size-comparator/i18n/ru.ts +16 -16
- package/src/tool/watch-size-comparator/i18n/tr.ts +1 -1
- package/src/tool/watch-size-comparator/i18n/zh.ts +5 -5
- package/src/tool/water-resistance-converter/i18n/de.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/en.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/es.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/fr.ts +2 -2
- package/src/tool/water-resistance-converter/i18n/id.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/it.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/ja.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/ko.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/nl.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/pl.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/pt.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/ru.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/sv.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/tr.ts +1 -1
- package/src/tool/water-resistance-converter/i18n/zh.ts +4 -4
- package/src/tool/wrist-presence-calculator/i18n/en.ts +1 -1
- package/src/tool/wrist-presence-calculator/i18n/fr.ts +5 -5
- package/src/tool/wrist-presence-calculator/i18n/id.ts +1 -1
- package/src/tool/wrist-presence-calculator/i18n/zh.ts +1 -1
- package/src/tools.ts +4 -0
|
@@ -4,80 +4,80 @@ import { bibliography } from '../bibliography';
|
|
|
4
4
|
|
|
5
5
|
export const content: ToolLocaleContent<PowerReserveEstimatorUI> = {
|
|
6
6
|
slug: 'estimateur-reserve-de-marche',
|
|
7
|
-
title: 'Estimateur de
|
|
8
|
-
description: 'Estimez la
|
|
7
|
+
title: 'Estimateur de Réserve de Marche',
|
|
8
|
+
description: 'Estimez la réserve de marche restante de votre montre en fonction des tours de couronne et des heures de port. Compatible avec les calibres populaires ETA, Sellita, Miyota, Seiko et Rolex.',
|
|
9
9
|
ui: {
|
|
10
|
-
title: 'Estimateur de
|
|
10
|
+
title: 'Estimateur de Réserve de Marche',
|
|
11
11
|
movementLabel: 'Calibre',
|
|
12
|
-
selectMovement: '
|
|
13
|
-
customMovement: '
|
|
12
|
+
selectMovement: 'Sélectionner un calibre',
|
|
13
|
+
customMovement: 'Personnalisé',
|
|
14
14
|
turnsLabel: 'Tours de Couronne',
|
|
15
15
|
hoursLabel: 'Temps de Port',
|
|
16
16
|
turnsInput: 'Tours',
|
|
17
17
|
hoursInput: 'Heures',
|
|
18
|
-
activityLabel: '
|
|
18
|
+
activityLabel: 'Activité',
|
|
19
19
|
activityLow: 'Bureau',
|
|
20
20
|
activityMedium: 'Marche',
|
|
21
21
|
activityHigh: 'Actif',
|
|
22
22
|
calculate: 'Calculer',
|
|
23
|
-
reserveRemaining: '
|
|
23
|
+
reserveRemaining: 'Réserve Restante',
|
|
24
24
|
hoursRemaining: 'Restant',
|
|
25
25
|
chargePercent: 'Charge',
|
|
26
|
-
resultLabel: '
|
|
27
|
-
stopTimeLabel: 'Fonctionne jusqu\'
|
|
28
|
-
powerReserveHours: '
|
|
29
|
-
fullWindTurns: 'Tours jusqu\'
|
|
30
|
-
step1: '
|
|
26
|
+
resultLabel: 'Réserve Estimée',
|
|
27
|
+
stopTimeLabel: 'Fonctionne jusqu\'à',
|
|
28
|
+
powerReserveHours: 'Réserve (h)',
|
|
29
|
+
fullWindTurns: 'Tours jusqu\'à plein',
|
|
30
|
+
step1: 'Sélectionnez votre calibre dans le menu déroulant.',
|
|
31
31
|
step2: 'Entrez les tours de couronne et les heures de port.',
|
|
32
|
-
step3: 'Appuyez sur Calculer pour voir votre
|
|
32
|
+
step3: 'Appuyez sur Calculer pour voir votre réserve.',
|
|
33
33
|
tipTitle: 'Astuce',
|
|
34
|
-
tipContent: 'Les mouvements
|
|
34
|
+
tipContent: 'Les mouvements à remontage manuel ne se chargent que lorsque vous tournez la couronne. Les mouvements automatiques se chargent également lorsque vous portez la montre.',
|
|
35
35
|
},
|
|
36
36
|
seo: [
|
|
37
|
-
{ type: 'title', text: 'Estimateur de
|
|
38
|
-
{ type: 'paragraph', html: 'Vous vous demandez combien d\
|
|
39
|
-
{ type: 'title', text: 'Comment fonctionne la
|
|
40
|
-
{ type: 'paragraph', html: 'La
|
|
37
|
+
{ type: 'title', text: 'Estimateur de Réserve de Marche - Quelle réserve reste-t-il à votre mouvement ?', level: 2 },
|
|
38
|
+
{ type: 'paragraph', html: 'Vous vous demandez combien d\'énergie il reste à votre montre mécanique ? Que vous ayez remonté la couronne ce matin ou porté la montre toute la journée, cet estimateur vous indique le niveau de charge approximatif et les heures restantes pour les calibres populaires comme <strong>ETA, Sellita, Miyota, Seiko et Rolex</strong>.' },
|
|
39
|
+
{ type: 'title', text: 'Comment fonctionne la réserve de marche d\'une montre mécanique', level: 3 },
|
|
40
|
+
{ type: 'paragraph', html: 'La réserve de marche est la quantité d\'énergie emmagasinée dans le ressort moteur. Lorsque vous remontez la couronne, vous tendez le ressort et stockez de l\'énergie potentielle. Un rotor automatique tend également le ressort lorsque vous portez la montre. L\'énergie se dissipe ensuite à un rythme régulier - généralement 2-3 % par heure - jusqu\'à ce que la montre s\'arrête.' },
|
|
41
41
|
{ type: 'title', text: 'Remontage manuel vs. Charge par rotor', level: 3 },
|
|
42
|
-
{ type: 'paragraph', html: 'Le remontage manuel via la couronne est le moyen le plus efficace de charger une montre
|
|
43
|
-
{ type: 'title', text: 'Pourquoi l\
|
|
44
|
-
{ type: 'paragraph', html: '
|
|
42
|
+
{ type: 'paragraph', html: 'Le remontage manuel via la couronne est le moyen le plus efficace de charger une montre : chaque tour complet ajoute une quantité d\'énergie prévisible, généralement environ 2,5 % de la réserve totale. Le port de la montre charge plus lentement et dépend de votre niveau d\'activité : un employé de bureau peut charger 4-6 % par heure, tandis qu\'une personne active peut charger 8-10 %. Cet estimateur utilise une moyenne prudente.' },
|
|
43
|
+
{ type: 'title', text: 'Pourquoi l\'estimation de la réserve de marche est importante', level: 3 },
|
|
44
|
+
{ type: 'paragraph', html: 'Connaître le niveau de charge de votre montre permet d\'éviter les arrêts inattendus. Si la montre s\'arrête pendant la nuit, elle a peut-être besoin de plus de remontage avant le coucher, ou pas assez de temps de port. Utilisez cet outil pour comprendre vos habitudes de charge et garder votre automatique en marche.' },
|
|
45
45
|
],
|
|
46
46
|
faq: [
|
|
47
47
|
{
|
|
48
|
-
question: 'Combien un tour de couronne charge-t-il la montre
|
|
49
|
-
answer: 'Cela
|
|
48
|
+
question: 'Combien un tour de couronne charge-t-il la montre ?',
|
|
49
|
+
answer: 'Cela dépend du calibre. La plupart des calibres automatiques atteignent le plein remontage en 30-40 tours, donc chaque tour ajoute environ 2,5-3,3 % de la réserve totale. Les mouvements à remontage manuel comme l\'Unitas 6498 nécessitent également environ 35 tours pour un plein remontage.',
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
|
-
question: 'Porter la montre la charge-t-il autant que le remontage
|
|
53
|
-
answer: 'Le port charge plus lentement et de
|
|
52
|
+
question: 'Porter la montre la charge-t-il autant que le remontage ?',
|
|
53
|
+
answer: 'Le port charge plus lentement et de manière variable. Au bureau, vous pouvez charger 4-6 % par heure via le rotor. En mouvement actif (marche, sport), cela peut atteindre 8-10 % par heure. Le remontage manuel est plus rapide et plus prévisible.',
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
question: 'Quelle
|
|
57
|
-
answer: 'La consommation est constante
|
|
56
|
+
question: 'Quelle réserve une montre perd-elle par heure ?',
|
|
57
|
+
answer: 'La consommation est constante : divisez 100 par la réserve de marche en heures. Un calibre de 38 heures perd environ 2,6 % par heure, un 42 heures perd 2,4 % et un 70 heures perd environ 1,4 % par heure.',
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
|
-
question: 'Puis-je trop remonter ma montre
|
|
61
|
-
answer: 'Les mouvements automatiques modernes sont
|
|
60
|
+
question: 'Puis-je trop remonter ma montre ?',
|
|
61
|
+
answer: 'Les mouvements automatiques modernes sont équipés d\'un embrayage à friction qui empêche le surremontage. Une fois le ressort moteur complètement tendu, les tours supplémentaires glissent simplement. Les mouvements à remontage manuel ont également une butée, mais forcer au-delà peut endommager le ressort moteur.',
|
|
62
62
|
},
|
|
63
63
|
],
|
|
64
64
|
bibliography,
|
|
65
65
|
howTo: [
|
|
66
66
|
{
|
|
67
|
-
name: '
|
|
68
|
-
text: 'Choisissez le calibre de votre montre dans le menu
|
|
67
|
+
name: 'Sélectionnez votre calibre',
|
|
68
|
+
text: 'Choisissez le calibre de votre montre dans le menu déroulant. S\'il n\'apparaît pas, sélectionnez Personnalisé et saisissez sa réserve de marche et ses tours jusqu\'à plein.',
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
|
-
name: 'Saisissez vos
|
|
72
|
-
text: 'Indiquez combien de tours de couronne vous avez
|
|
71
|
+
name: 'Saisissez vos données',
|
|
72
|
+
text: 'Indiquez combien de tours de couronne vous avez effectués ou combien d\'heures vous avez porté la montre aujourd\'hui. Vous pouvez remplir les deux pour une estimation combinée.',
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
name: 'Calculer',
|
|
76
|
-
text: 'Appuyez sur le bouton Calculer. Le
|
|
76
|
+
text: 'Appuyez sur le bouton Calculer. Le résultat affiche le pourcentage de charge estimé et les heures restantes de réserve de marche.',
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
name: 'Ajustez vos habitudes',
|
|
80
|
-
text: 'Utilisez les
|
|
80
|
+
text: 'Utilisez les résultats pour décider si vous devez remonter davantage avant le coucher ou porter la montre plus longtemps dans la journée pour qu\'elle continue de fonctionner.',
|
|
81
81
|
},
|
|
82
82
|
],
|
|
83
83
|
schemas: [
|
|
@@ -106,7 +106,7 @@ export const content: ToolLocaleContent<PowerReserveEstimatorUI> = {
|
|
|
106
106
|
'name': 'Quelle réserve une montre perd-elle par heure ?',
|
|
107
107
|
'acceptedAnswer': {
|
|
108
108
|
'@type': 'Answer',
|
|
109
|
-
'text': 'La consommation est constante
|
|
109
|
+
'text': 'La consommation est constante: divisez 100 par la réserve de marche en heures. Un calibre de 38 heures perd environ 2,6 % par heure, un 42 heures perd 2,4 % et un 70 heures perd environ 1,4 % par heure.',
|
|
110
110
|
},
|
|
111
111
|
},
|
|
112
112
|
{
|
|
@@ -34,23 +34,23 @@ export const content: ToolLocaleContent<PowerReserveEstimatorUI> = {
|
|
|
34
34
|
tipContent: 'Mesin manual hanya terisi saat Anda memutar mahkota. Mesin otomatis juga terisi saat Anda memakainya.',
|
|
35
35
|
},
|
|
36
36
|
seo: [
|
|
37
|
-
{ type: 'title', text: 'Estimator Cadangan Daya Arloji
|
|
37
|
+
{ type: 'title', text: 'Estimator Cadangan Daya Arloji - Berapa Sisa Cadangan Mesin Anda?', level: 2 },
|
|
38
38
|
{ type: 'paragraph', html: 'Penasaran berapa banyak daya yang tersisa di arloji mekanik Anda? Baik Anda memutar mahkota pagi ini atau memakainya sepanjang hari, estimator ini memberi tahu perkiraan level pengisian dan jam tersisa untuk kaliber populer seperti <strong>ETA, Sellita, Miyota, Seiko, dan Rolex</strong>.' },
|
|
39
39
|
{ type: 'title', text: 'Bagaimana Cadangan Daya Bekerja pada Arloji Mekanik', level: 3 },
|
|
40
|
-
{ type: 'paragraph', html: 'Cadangan daya adalah jumlah energi yang tersimpan di pegas utama. Saat Anda memutar mahkota, Anda mengencangkan pegas utama, menyimpan energi potensial. Rotor otomatis juga mengencangkan pegas utama saat Anda memakai arloji. Energi kemudian terkuras pada tingkat yang stabil
|
|
40
|
+
{ type: 'paragraph', html: 'Cadangan daya adalah jumlah energi yang tersimpan di pegas utama. Saat Anda memutar mahkota, Anda mengencangkan pegas utama, menyimpan energi potensial. Rotor otomatis juga mengencangkan pegas utama saat Anda memakai arloji. Energi kemudian terkuras pada tingkat yang stabil - biasanya 2-3% per jam - hingga arloji berhenti.' },
|
|
41
41
|
{ type: 'title', text: 'Putaran Mahkota vs. Pengisian Rotor', level: 3 },
|
|
42
|
-
{ type: 'paragraph', html: 'Pengisian manual melalui mahkota adalah cara paling efisien untuk mengisi arloji
|
|
42
|
+
{ type: 'paragraph', html: 'Pengisian manual melalui mahkota adalah cara paling efisien untuk mengisi arloji - setiap putaran penuh menambah jumlah energi yang dapat diprediksi, biasanya sekitar 2,5% dari total cadangan. Memakai arloji mengisi lebih lambat dan tergantung pada tingkat aktivitas Anda: pekerja kantoran mungkin mengisi 4-6% per jam, sementara orang yang aktif mungkin mengisi 8-10%. Estimator ini menggunakan rata-rata konservatif.' },
|
|
43
43
|
{ type: 'title', text: 'Mengapa Perkiraan Cadangan Daya Penting', level: 3 },
|
|
44
44
|
{ type: 'paragraph', html: 'Mengetahui level pengisian arloji Anda membantu menghindari berhenti yang tidak terduga. Arloji yang mati di malam hari mungkin perlu lebih banyak putaran sebelum tidur, atau mungkin tidak cukup dipakai. Gunakan alat ini untuk memahami kebiasaan pengisian Anda dan menjaga arloji otomatis tetap berjalan.' },
|
|
45
45
|
],
|
|
46
46
|
faq: [
|
|
47
47
|
{
|
|
48
48
|
question: 'Berapa banyak satu putaran mahkota mengisi arloji?',
|
|
49
|
-
answer: 'Tergantung pada mesinnya. Sebagian besar kaliber otomatis mencapai pengisian penuh dalam 30
|
|
49
|
+
answer: 'Tergantung pada mesinnya. Sebagian besar kaliber otomatis mencapai pengisian penuh dalam 30-40 putaran, jadi setiap putaran menambah sekitar 2,5-3,3% dari total cadangan. Mesin manual seperti Unitas 6498 juga membutuhkan sekitar 35 putaran untuk pengisian penuh.',
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
question: 'Apakah memakai arloji mengisinya sama seperti memutar?',
|
|
53
|
-
answer: 'Memakai mengisi lebih lambat dan bervariasi. Di pekerjaan meja, Anda mungkin mengisi 4
|
|
53
|
+
answer: 'Memakai mengisi lebih lambat dan bervariasi. Di pekerjaan meja, Anda mungkin mengisi 4-6% per jam melalui rotor. Saat bergerak aktif (jalan, olahraga), bisa mencapai 8-10% per jam. Memutar dengan tangan lebih cepat dan lebih dapat diprediksi.',
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
question: 'Berapa banyak cadangan yang hilang per jam?',
|
|
@@ -5,7 +5,7 @@ import { bibliography } from '../bibliography';
|
|
|
5
5
|
export const content: ToolLocaleContent<PowerReserveEstimatorUI> = {
|
|
6
6
|
slug: 'calcolatore-riserva-carica',
|
|
7
7
|
title: 'Calcolatore Riserva di Carica',
|
|
8
|
-
description: 'Stima la riserva di carica residua del tuo orologio in base ai giri di corona e alle ore di utilizzo. Funziona con i calibri
|
|
8
|
+
description: 'Stima la riserva di carica residua del tuo orologio in base ai giri di corona e alle ore di utilizzo. Funziona con i calibri più diffusi ETA, Sellita, Miyota, Seiko e Rolex.',
|
|
9
9
|
ui: {
|
|
10
10
|
title: 'Calcolatore Riserva di Carica',
|
|
11
11
|
movementLabel: 'Movimento',
|
|
@@ -15,7 +15,7 @@ export const content: ToolLocaleContent<PowerReserveEstimatorUI> = {
|
|
|
15
15
|
hoursLabel: 'Ore di Utilizzo',
|
|
16
16
|
turnsInput: 'Giri',
|
|
17
17
|
hoursInput: 'Ore',
|
|
18
|
-
activityLabel: '
|
|
18
|
+
activityLabel: 'Attività',
|
|
19
19
|
activityLow: 'Scrivania',
|
|
20
20
|
activityMedium: 'Cammino',
|
|
21
21
|
activityHigh: 'Attivo',
|
|
@@ -34,42 +34,42 @@ export const content: ToolLocaleContent<PowerReserveEstimatorUI> = {
|
|
|
34
34
|
tipContent: 'I movimenti a carica manuale si caricano solo quando giri la corona. I movimenti automatici si caricano anche mentre li indossi.',
|
|
35
35
|
},
|
|
36
36
|
seo: [
|
|
37
|
-
{ type: 'title', text: 'Calcolatore Riserva di Carica
|
|
38
|
-
{ type: 'paragraph', html: 'Ti chiedi quanta energia rimane al tuo orologio meccanico? Che tu abbia caricato la corona stamattina o indossato l\
|
|
37
|
+
{ type: 'title', text: 'Calcolatore Riserva di Carica - Quanta riserva ha ancora il tuo movimento?', level: 2 },
|
|
38
|
+
{ type: 'paragraph', html: 'Ti chiedi quanta energia rimane al tuo orologio meccanico? Che tu abbia caricato la corona stamattina o indossato l\'orologio tutto il giorno, questo calcolatore ti indica il livello di carica approssimativo e le ore residue per calibri popolari come <strong>ETA, Sellita, Miyota, Seiko e Rolex</strong>.' },
|
|
39
39
|
{ type: 'title', text: 'Come funziona la riserva di carica in un orologio meccanico', level: 3 },
|
|
40
|
-
{ type: 'paragraph', html: 'La riserva di carica
|
|
40
|
+
{ type: 'paragraph', html: 'La riserva di carica è la quantità di energia immagazzinata nella molla motrice. Quando carichi la corona, tendi la molla, immagazzinando energia potenziale. Un rotore automatico tende la molla anche mentre indossi l\'orologio. L\'energia si scarica a un ritmo costante - tipicamente 2-3% all\'ora - fino a quando l\'orologio si ferma.' },
|
|
41
41
|
{ type: 'title', text: 'Carica manuale vs. Carica tramite rotore', level: 3 },
|
|
42
|
-
{ type: 'paragraph', html: 'La carica manuale tramite corona
|
|
43
|
-
{ type: 'title', text: '
|
|
44
|
-
{ type: 'paragraph', html: 'Conoscere il livello di carica del tuo orologio aiuta a evitare arresti imprevisti. Un orologio che si ferma durante la notte potrebbe aver bisogno di
|
|
42
|
+
{ type: 'paragraph', html: 'La carica manuale tramite corona è il metodo più efficiente per caricare un orologio - ogni giro completo aggiunge una quantità prevedibile di energia, solitamente circa il 2,5% della riserva totale. Indossare l\'orologio carica più lentamente e dipende dal tuo livello di attività: un impiegato d\'ufficio può caricare il 4-6% all\'ora, mentre una persona attiva può arrivare all\'8-10%. Questo calcolatore utilizza una media prudenziale.' },
|
|
43
|
+
{ type: 'title', text: 'Perché stimare la riserva di carica è importante', level: 3 },
|
|
44
|
+
{ type: 'paragraph', html: 'Conoscere il livello di carica del tuo orologio aiuta a evitare arresti imprevisti. Un orologio che si ferma durante la notte potrebbe aver bisogno di più carica prima di andare a letto, o potrebbe non essere indossato abbastanza. Usa questo strumento per capire le tue abitudini di carica e mantenere il tuo automatico in funzione.' },
|
|
45
45
|
],
|
|
46
46
|
faq: [
|
|
47
47
|
{
|
|
48
|
-
question: 'Quanto carica un giro di corona l\
|
|
49
|
-
answer: 'Dipende dal movimento. La maggior parte dei calibri automatici raggiunge la carica completa in 30
|
|
48
|
+
question: 'Quanto carica un giro di corona l\'orologio?',
|
|
49
|
+
answer: 'Dipende dal movimento. La maggior parte dei calibri automatici raggiunge la carica completa in 30-40 giri, quindi ogni giro aggiunge circa il 2,5-3,3% della riserva totale. I movimenti a carica manuale come l\'Unitas 6498 necessitano di circa 35 giri per una carica completa.',
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
|
-
question: 'Indossare l\
|
|
53
|
-
answer: 'Indossarlo carica
|
|
52
|
+
question: 'Indossare l\'orologio lo carica quanto la carica manuale?',
|
|
53
|
+
answer: 'Indossarlo carica più lentamente e in modo variabile. In un lavoro d\'ufficio, puoi caricare il 4-6% all\'ora tramite il rotore. Durante movimento attivo (camminare, sport), può raggiungere l\'8-10% all\'ora. La carica a mano è più veloce e prevedibile.',
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
question: 'Quanta riserva perde un orologio all\
|
|
57
|
-
answer: 'Il consumo
|
|
56
|
+
question: 'Quanta riserva perde un orologio all\'ora?',
|
|
57
|
+
answer: 'Il consumo è costante: dividi 100 per la riserva di carica in ore. Un movimento da 38 ore perde circa il 2,6% all\'ora, uno da 42 ore perde il 2,4% e uno da 70 ore perde circa l\'1,4% all\'ora.',
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
60
|
question: 'Posso sovraccaricare il mio orologio?',
|
|
61
|
-
answer: 'I movimenti automatici moderni hanno un meccanismo a frizione che impedisce il sovraccarico. Una volta che la molla motrice
|
|
61
|
+
answer: 'I movimenti automatici moderni hanno un meccanismo a frizione che impedisce il sovraccarico. Una volta che la molla motrice è completamente carica, i giri aggiuntivi slittano semplicemente. Anche i movimenti a carica manuale hanno un arresto, ma forzare oltre il limite può danneggiare la molla motrice.',
|
|
62
62
|
},
|
|
63
63
|
],
|
|
64
64
|
bibliography,
|
|
65
65
|
howTo: [
|
|
66
66
|
{
|
|
67
67
|
name: 'Seleziona il tuo movimento',
|
|
68
|
-
text: 'Scegli il calibro del tuo orologio dal menu a tendina. Se non
|
|
68
|
+
text: 'Scegli il calibro del tuo orologio dal menu a tendina. Se non è elencato, seleziona Personalizzato e inserisci la sua riserva di carica e i giri a carica piena.',
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
name: 'Inserisci i dati',
|
|
72
|
-
text: 'Inserisci quanti giri di corona hai effettuato o per quante ore hai indossato l\
|
|
72
|
+
text: 'Inserisci quanti giri di corona hai effettuato o per quante ore hai indossato l\'orologio oggi. Puoi compilare entrambi per una stima combinata.',
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
name: 'Calcola',
|
|
@@ -77,7 +77,7 @@ export const content: ToolLocaleContent<PowerReserveEstimatorUI> = {
|
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
name: 'Regola le tue abitudini',
|
|
80
|
-
text: 'Usa i risultati per decidere se hai bisogno di
|
|
80
|
+
text: 'Usa i risultati per decidere se hai bisogno di più carica prima di dormire o di più ore di utilizzo durante il giorno per mantenere l\'orologio in funzione.',
|
|
81
81
|
},
|
|
82
82
|
],
|
|
83
83
|
schemas: [
|
|
@@ -34,12 +34,12 @@ export const content: ToolLocaleContent<PowerReserveEstimatorUI> = {
|
|
|
34
34
|
tipContent: '手巻きムーブメントはりゅうずを回したときだけ充電されます。自動巻きムーブメントは装着中も充電されます。',
|
|
35
35
|
},
|
|
36
36
|
seo: [
|
|
37
|
-
{ type: 'title', text: '
|
|
37
|
+
{ type: 'title', text: '腕時計パワーリザーブ見積もり-あなたのムーブメントに残っている駆動力は?', level: 2 },
|
|
38
38
|
{ type: 'paragraph', html: '機械式時計にどれだけのパワーが残っているか気になりませんか?朝りゅうずを巻いた場合でも、一日中装着した場合でも、この見積もりツールが <strong>ETA、Sellita、Miyota、Seiko、Rolex</strong> などの人気キャリバーのおおよその充電率と残り時間を教えてくれます。' },
|
|
39
39
|
{ type: 'title', text: '機械式時計におけるパワーリザーブの仕組み', level: 3 },
|
|
40
|
-
{ type: 'paragraph', html: '
|
|
40
|
+
{ type: 'paragraph', html: 'パワーリザーブとは、ゼンマイに蓄えられたエネルギーの量です。りゅうずを巻くとゼンマイが締まり、位置エネルギーが蓄えられます。自動巻きのローターも時計を装着している間にゼンマイを巻き上げます。その後、エネルギーは一定の割合-通常は毎時2~3%-で消費され、時計が停止します。' },
|
|
41
41
|
{ type: 'title', text: 'りゅうず巻きとローター充電の違い', level: 3 },
|
|
42
|
-
{ type: 'paragraph', html: '
|
|
42
|
+
{ type: 'paragraph', html: 'りゅうずによる手巻きは時計を充電する最も効率的な方法です-毎回転あたり予測可能な量のエネルギーが加わり、通常は総パワーリザーブの約2.5%です。装着中の充電はよりゆっくりで、活動量に依存します。オフィスワーカーなら毎時4~6%、アクティブな人なら毎時8~10%ほど充電されます。この見積もりツールでは控えめな平均値を用いています。' },
|
|
43
43
|
{ type: 'title', text: 'パワーリザーブ見積もりが重要な理由', level: 3 },
|
|
44
44
|
{ type: 'paragraph', html: '時計の充電状態を知っておくと、予期せぬ停止を防げます。夜間に時計が止まってしまう場合は、就寝前にもっと巻く必要があるか、十分な装着時間が取れていない可能性があります。このツールを使って充電習慣を把握し、自動巻き時計を動かし続けましょう。' },
|
|
45
45
|
],
|
|
@@ -34,12 +34,12 @@ export const content: ToolLocaleContent<PowerReserveEstimatorUI> = {
|
|
|
34
34
|
tipContent: '수동 와인딩 무브먼트는 크라운을 돌릴 때만 충전됩니다. 오토매틱 무브먼트는 착용 중에도 충전됩니다.',
|
|
35
35
|
},
|
|
36
36
|
seo: [
|
|
37
|
-
{ type: 'title', text: '시계 파워 리저브
|
|
37
|
+
{ type: 'title', text: '시계 파워 리저브 추정기-내 무브먼트의 잔여 동력은 얼마나 남았을까?', level: 2 },
|
|
38
38
|
{ type: 'paragraph', html: '기계식 시계에 얼마나 많은 동력이 남아 있는지 궁금하신가요? 오늘 아침 크라운을 감았든, 하루 종일 착용했든, 이 추정기는 <strong>ETA, Sellita, Miyota, Seiko, Rolex</strong> 같은 인기 칼리버의 대략적인 충전율과 잔여 시간을 알려줍니다.' },
|
|
39
39
|
{ type: 'title', text: '기계식 시계에서 파워 리저브의 원리', level: 3 },
|
|
40
|
-
{ type: 'paragraph', html: '파워 리저브는 태엽에 저장된 에너지의 양입니다. 크라운을 감으면 태엽이 조여지면서 위치 에너지가 저장됩니다. 오토매틱 로터도 시계를 착용하는 동안 태엽을 감아줍니다. 저장된 에너지는 일정한
|
|
40
|
+
{ type: 'paragraph', html: '파워 리저브는 태엽에 저장된 에너지의 양입니다. 크라운을 감으면 태엽이 조여지면서 위치 에너지가 저장됩니다. 오토매틱 로터도 시계를 착용하는 동안 태엽을 감아줍니다. 저장된 에너지는 일정한 비율-보통 시간당 2~3%-로 소비되다가 시계가 멈춥니다.' },
|
|
41
41
|
{ type: 'title', text: '크라운 와인딩과 로터 충전의 차이', level: 3 },
|
|
42
|
-
{ type: 'paragraph', html: '크라운을 통한 수동 와인딩이 시계를 충전하는 가장 효율적인
|
|
42
|
+
{ type: 'paragraph', html: '크라운을 통한 수동 와인딩이 시계를 충전하는 가장 효율적인 방법입니다-회전당 예측 가능한 양의 에너지가 추가되며, 보통 전체 파워 리저브의 약 2.5%입니다. 착용 중 충전은 더 느리고 활동량에 따라 달라집니다. 사무직 근무자는 시간당 4~6%, 활동적인 사람은 시간당 8~10%까지 충전할 수 있습니다. 이 추정기는 보수적인 평균값을 사용합니다.' },
|
|
43
43
|
{ type: 'title', text: '파워 리저브 추정이 중요한 이유', level: 3 },
|
|
44
44
|
{ type: 'paragraph', html: '시계의 충전 상태를 알면 예상치 못한 정지를 방지할 수 있습니다. 밤새 시계가 멈춘다면 취침 전에 더 감아야 하거나 충분한 착용 시간을 확보하지 못한 것일 수 있습니다. 이 도구를 사용해 충전 습관을 이해하고 오토매틱 시계를 계속 작동시키세요.' },
|
|
45
45
|
],
|
|
@@ -34,23 +34,23 @@ export const content: ToolLocaleContent<PowerReserveEstimatorUI> = {
|
|
|
34
34
|
tipContent: 'Handopwinduurwerken laden alleen wanneer u de kroon draait. Automatische uurwerken laden ook terwijl u ze draagt.',
|
|
35
35
|
},
|
|
36
36
|
seo: [
|
|
37
|
-
{ type: 'title', text: 'Gangreserve Schatter
|
|
37
|
+
{ type: 'title', text: 'Gangreserve Schatter - Hoeveel reserve heeft uw uurwerk nog?', level: 2 },
|
|
38
38
|
{ type: 'paragraph', html: 'Benieuwd hoeveel energie uw mechanische horloge nog heeft? Of u nu vanochtend de kroon hebt opgewonden of het horloge de hele dag hebt gedragen, deze schatter vertelt u het geschatte laadniveau en de resterende uren voor populaire kalibers zoals <strong>ETA, Sellita, Miyota, Seiko en Rolex</strong>.' },
|
|
39
39
|
{ type: 'title', text: 'Hoe gangreserve werkt in een mechanisch horloge', level: 3 },
|
|
40
|
-
{ type: 'paragraph', html: 'De gangreserve is de hoeveelheid energie die is opgeslagen in de drijfveer. Wanneer u de kroon opwindt, spant u de drijfveer en slaat u
|
|
40
|
+
{ type: 'paragraph', html: 'De gangreserve is de hoeveelheid energie die is opgeslagen in de drijfveer. Wanneer u de kroon opwindt, spant u de drijfveer en slaat u potentiële energie op. Een automatische rotor spant de drijfveer ook terwijl u het horloge draagt. De energie ontlaadt vervolgens in een constant tempo - meestal 2-3% per uur - totdat het horloge stopt.' },
|
|
41
41
|
{ type: 'title', text: 'Kroonopwinden vs. Rotorladen', level: 3 },
|
|
42
|
-
{ type: 'paragraph', html: 'Handmatig opwinden via de kroon is de meest
|
|
42
|
+
{ type: 'paragraph', html: 'Handmatig opwinden via de kroon is de meest efficiënte manier om een horloge te laden - elke volledige draai voegt een voorspelbare hoeveelheid energie toe, doorgaans ongeveer 2,5% van de totale reserve. Het dragen van het horloge laadt langzamer en hangt af van uw activiteitenniveau: een kantoormedewerker kan 4-6% per uur laden, terwijl iemand die actief is 8-10% kan laden. Deze schatter gebruikt een conservatief gemiddelde.' },
|
|
43
43
|
{ type: 'title', text: 'Waarom gangreserve schatten belangrijk is', level: 3 },
|
|
44
|
-
{ type: 'paragraph', html: 'Het kennen van het laadniveau van uw horloge helpt onverwachte stilstanden te voorkomen. Een horloge dat \
|
|
44
|
+
{ type: 'paragraph', html: 'Het kennen van het laadniveau van uw horloge helpt onverwachte stilstanden te voorkomen. Een horloge dat \'s nachts stopt, heeft mogelijk meer winding nodig voor het slapengaan of krijgt niet genoeg draagtijd. Gebruik deze tool om uw oplaadgewoonten te begrijpen en uw automatische horloge draaiende te houden.' },
|
|
45
45
|
],
|
|
46
46
|
faq: [
|
|
47
47
|
{
|
|
48
|
-
question: 'Hoeveel laadt
|
|
49
|
-
answer: 'Dat hangt af van het uurwerk. De meeste automatische kalibers bereiken een volle winding in 30
|
|
48
|
+
question: 'Hoeveel laadt één kroondraai het horloge?',
|
|
49
|
+
answer: 'Dat hangt af van het uurwerk. De meeste automatische kalibers bereiken een volle winding in 30-40 draaien, dus elke draai voegt ongeveer 2,5-3,3% van de totale reserve toe. Handopwinduurwerken zoals de Unitas 6498 hebben ook ongeveer 35 draaien nodig voor een volle winding.',
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
question: 'Laadt het dragen van het horloge evenveel als opwinden?',
|
|
53
|
-
answer: 'Dragen laadt langzamer en wisselender. Op kantoor laadt u ongeveer 4
|
|
53
|
+
answer: 'Dragen laadt langzamer en wisselender. Op kantoor laadt u ongeveer 4-6% per uur via de rotor. Bij actieve beweging (wandelen, sport) kan het 8-10% per uur bereiken. Handmatig opwinden is sneller en voorspelbaarder.',
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
question: 'Hoeveel reserve verliest een horloge per uur?',
|
|
@@ -34,23 +34,23 @@ export const content: ToolLocaleContent<PowerReserveEstimatorUI> = {
|
|
|
34
34
|
tipContent: 'Mechanizmy ręczne ładują się tylko podczas kręcenia koronką. Mechanizmy automatyczne ładują się również podczas noszenia.',
|
|
35
35
|
},
|
|
36
36
|
seo: [
|
|
37
|
-
{ type: 'title', text: 'Szacowanie rezerwy chodu zegarka
|
|
37
|
+
{ type: 'title', text: 'Szacowanie rezerwy chodu zegarka - ile energii pozostało w Twoim mechanizmie?', level: 2 },
|
|
38
38
|
{ type: 'paragraph', html: 'Zastanawiasz się, ile energii zostało w Twoim zegarku mechanicznym? Niezależnie od tego, czy nakręciłeś koronkę dziś rano, czy nosisz go cały dzień, ten kalkulator poda przybliżony poziom naładowania i pozostały czas dla popularnych kalibrów takich jak <strong>ETA, Sellita, Miyota, Seiko i Rolex</strong>.' },
|
|
39
39
|
{ type: 'title', text: 'Jak działa rezerwa chodu w zegarku mechanicznym', level: 3 },
|
|
40
|
-
{ type: 'paragraph', html: 'Rezerwa chodu to ilość energii zgromadzonej w sprężynie napędowej. Kręcąc koronką, napinasz sprężynę, magazynując energię potencjalną. Automatyczny rotor również napina sprężynę, gdy nosisz zegarek. Energia uwalnia się w stałym tempie
|
|
40
|
+
{ type: 'paragraph', html: 'Rezerwa chodu to ilość energii zgromadzonej w sprężynie napędowej. Kręcąc koronką, napinasz sprężynę, magazynując energię potencjalną. Automatyczny rotor również napina sprężynę, gdy nosisz zegarek. Energia uwalnia się w stałym tempie - zazwyczaj 2-3% na godzinę - aż do zatrzymania zegarka.' },
|
|
41
41
|
{ type: 'title', text: 'Nakręcanie koronką a ładowanie rotorem', level: 3 },
|
|
42
|
-
{ type: 'paragraph', html: 'Ręczne nakręcanie koronką to najefektywniejszy sposób ładowania zegarka
|
|
42
|
+
{ type: 'paragraph', html: 'Ręczne nakręcanie koronką to najefektywniejszy sposób ładowania zegarka - każdy pełny obrót dodaje przewidywalną ilość energii, zwykle około 2,5% całkowitej rezerwy. Noszenie zegarka ładuje wolniej i zależy od poziomu aktywności: pracownik biurowy może ładować 4-6% na godzinę, a osoba aktywna 8-10%. Ten kalkulator używa konserwatywnej średniej.' },
|
|
43
43
|
{ type: 'title', text: 'Dlaczego szacowanie rezerwy chodu jest ważne', level: 3 },
|
|
44
44
|
{ type: 'paragraph', html: 'Znajomość poziomu naładowania zegarka pomaga uniknąć niespodziewanego zatrzymania. Jeśli zegarek staje w nocy, może wymagać dłuższego nakręcania przed snem lub nie jest noszony wystarczająco długo. Użyj tego narzędzia, aby zrozumieć swoje nawyki ładowania i utrzymać automat w ruchu.' },
|
|
45
45
|
],
|
|
46
46
|
faq: [
|
|
47
47
|
{
|
|
48
48
|
question: 'Ile ładuje jeden obrót koronki?',
|
|
49
|
-
answer: 'To zależy od mechanizmu. Większość automatycznych kalibrów osiąga pełny naciąg po 30
|
|
49
|
+
answer: 'To zależy od mechanizmu. Większość automatycznych kalibrów osiąga pełny naciąg po 30-40 obrotach, więc każdy obrót dodaje około 2,5-3,3% całkowitej rezerwy. Mechanizmy ręczne, takie jak Unitas 6498, również potrzebują około 35 obrotów do pełnego naciągu.',
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
question: 'Czy noszenie zegarka ładuje go tak samo jak nakręcanie?',
|
|
53
|
-
answer: 'Noszenie ładuje wolniej i bardziej zmiennie. Przy pracy biurowej możesz ładować 4
|
|
53
|
+
answer: 'Noszenie ładuje wolniej i bardziej zmiennie. Przy pracy biurowej możesz ładować 4-6% na godzinę przez rotor. Podczas aktywnego ruchu (spacer, sport) może to osiągnąć 8-10% na godzinę. Ręczne nakręcanie jest szybsze i bardziej przewidywalne.',
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
question: 'Ile rezerwy traci zegarek na godzinę?',
|
|
@@ -65,7 +65,7 @@ export const content: ToolLocaleContent<PowerReserveEstimatorUI> = {
|
|
|
65
65
|
howTo: [
|
|
66
66
|
{
|
|
67
67
|
name: 'Wybierz mechanizm',
|
|
68
|
-
text: 'Wybierz kaliber swojego zegarka z rozwijanej listy. Jeśli nie ma go na liście, wybierz
|
|
68
|
+
text: 'Wybierz kaliber swojego zegarka z rozwijanej listy. Jeśli nie ma go na liście, wybierz "Własny" i podaj jego rezerwę chodu oraz liczbę obrotów do pełna.',
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
name: 'Wprowadź dane',
|
|
@@ -90,7 +90,7 @@ export const content: ToolLocaleContent<PowerReserveEstimatorUI> = {
|
|
|
90
90
|
'name': 'Ile ładuje jeden obrót koronki?',
|
|
91
91
|
'acceptedAnswer': {
|
|
92
92
|
'@type': 'Answer',
|
|
93
|
-
'text': 'To zależy od mechanizmu. Większość automatycznych kalibrów osiąga pełny naciąg po 30
|
|
93
|
+
'text': 'To zależy od mechanizmu. Większość automatycznych kalibrów osiąga pełny naciąg po 30-40 obrotach, więc każdy obrót dodaje około 2,5-3,3% całkowitej rezerwy. Mechanizmy ręczne, takie jak Unitas 6498, również potrzebują około 35 obrotów do pełnego naciągu.',
|
|
94
94
|
},
|
|
95
95
|
},
|
|
96
96
|
{
|
|
@@ -98,7 +98,7 @@ export const content: ToolLocaleContent<PowerReserveEstimatorUI> = {
|
|
|
98
98
|
'name': 'Czy noszenie zegarka ładuje go tak samo jak nakręcanie?',
|
|
99
99
|
'acceptedAnswer': {
|
|
100
100
|
'@type': 'Answer',
|
|
101
|
-
'text': 'Noszenie ładuje wolniej i bardziej zmiennie. Przy pracy biurowej możesz ładować 4
|
|
101
|
+
'text': 'Noszenie ładuje wolniej i bardziej zmiennie. Przy pracy biurowej możesz ładować 4-6% na godzinę przez rotor. Podczas aktywnego ruchu może to osiągnąć 8-10% na godzinę. Ręczne nakręcanie jest szybsze i bardziej przewidywalne.',
|
|
102
102
|
},
|
|
103
103
|
},
|
|
104
104
|
{
|
|
@@ -135,7 +135,7 @@ export const content: ToolLocaleContent<PowerReserveEstimatorUI> = {
|
|
|
135
135
|
{
|
|
136
136
|
'@type': 'HowToStep',
|
|
137
137
|
'name': 'Wybierz mechanizm',
|
|
138
|
-
'text': 'Wybierz kaliber swojego zegarka z rozwijanej listy. Jeśli nie ma go na liście, wybierz
|
|
138
|
+
'text': 'Wybierz kaliber swojego zegarka z rozwijanej listy. Jeśli nie ma go na liście, wybierz "Własny" i podaj jego rezerwę chodu oraz liczbę obrotów do pełna.',
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
'@type': 'HowToStep',
|
|
@@ -5,7 +5,7 @@ import { bibliography } from '../bibliography';
|
|
|
5
5
|
export const content: ToolLocaleContent<PowerReserveEstimatorUI> = {
|
|
6
6
|
slug: 'estimador-reserva-de-carga',
|
|
7
7
|
title: 'Estimador de Reserva de Carga',
|
|
8
|
-
description: 'Estime a reserva de carga restante do seu
|
|
8
|
+
description: 'Estime a reserva de carga restante do seu relógio com base nas voltas da coroa e horas de uso. Funciona com calibres populares ETA, Sellita, Miyota, Seiko e Rolex.',
|
|
9
9
|
ui: {
|
|
10
10
|
title: 'Estimador de Reserva de Carga',
|
|
11
11
|
movementLabel: 'Calibre',
|
|
@@ -16,7 +16,7 @@ export const content: ToolLocaleContent<PowerReserveEstimatorUI> = {
|
|
|
16
16
|
turnsInput: 'Voltas',
|
|
17
17
|
hoursInput: 'Horas',
|
|
18
18
|
activityLabel: 'Atividade',
|
|
19
|
-
activityLow: '
|
|
19
|
+
activityLow: 'Escritório',
|
|
20
20
|
activityMedium: 'Caminhar',
|
|
21
21
|
activityHigh: 'Ativo',
|
|
22
22
|
calculate: 'Calcular',
|
|
@@ -24,60 +24,60 @@ export const content: ToolLocaleContent<PowerReserveEstimatorUI> = {
|
|
|
24
24
|
hoursRemaining: 'Restante',
|
|
25
25
|
chargePercent: 'Carga',
|
|
26
26
|
resultLabel: 'Reserva Estimada',
|
|
27
|
-
stopTimeLabel: 'Funciona
|
|
27
|
+
stopTimeLabel: 'Funciona até',
|
|
28
28
|
powerReserveHours: 'Reserva (h)',
|
|
29
29
|
fullWindTurns: 'Voltas p/ carga total',
|
|
30
|
-
step1: 'Selecione o calibre do seu
|
|
30
|
+
step1: 'Selecione o calibre do seu relógio no menu suspenso.',
|
|
31
31
|
step2: 'Insira as voltas da coroa e as horas de uso.',
|
|
32
32
|
step3: 'Pressione Calcular para ver sua reserva.',
|
|
33
33
|
tipTitle: 'Dica',
|
|
34
|
-
tipContent: 'Movimentos de corda manual
|
|
34
|
+
tipContent: 'Movimentos de corda manual só carregam quando você gira a coroa. Movimentos automáticos também carregam enquanto usados.',
|
|
35
35
|
},
|
|
36
36
|
seo: [
|
|
37
|
-
{ type: 'title', text: 'Estimador de Reserva de Carga
|
|
38
|
-
{ type: 'paragraph', html: 'Quer saber quanta energia ainda resta no seu
|
|
39
|
-
{ type: 'title', text: 'Como a reserva de carga funciona em um
|
|
40
|
-
{ type: 'paragraph', html: 'A reserva de carga
|
|
37
|
+
{ type: 'title', text: 'Estimador de Reserva de Carga - Quanta reserva seu movimento ainda tem?', level: 2 },
|
|
38
|
+
{ type: 'paragraph', html: 'Quer saber quanta energia ainda resta no seu relógio mecânico? Quer você tenha dado corda nesta manhã ou usado o relógio o dia inteiro, este estimador informa o nível aproximado de carga e as horas restantes para calibres populares como <strong>ETA, Sellita, Miyota, Seiko e Rolex</strong>.' },
|
|
39
|
+
{ type: 'title', text: 'Como a reserva de carga funciona em um relógio mecânico', level: 3 },
|
|
40
|
+
{ type: 'paragraph', html: 'A reserva de carga é a quantidade de energia armazenada na mola real. Ao girar a coroa, você tensiona a mola real, armazenando energia potencial. Um rotor automático também tensiona a mola enquanto você usa o relógio. A energia é drenada a uma taxa constante - geralmente 2-3% por hora - até o relógio parar.' },
|
|
41
41
|
{ type: 'title', text: 'Corda manual vs. Carga por rotor', level: 3 },
|
|
42
|
-
{ type: 'paragraph', html: 'A corda manual pela coroa
|
|
43
|
-
{ type: 'title', text: 'Por que estimar a reserva de carga
|
|
44
|
-
{ type: 'paragraph', html: 'Conhecer o
|
|
42
|
+
{ type: 'paragraph', html: 'A corda manual pela coroa é a forma mais eficiente de carregar um relógio - cada volta completa adiciona uma quantidade previsível de energia, normalmente cerca de 2,5% da reserva total. Usar o relógio carrega mais lentamente e depende do seu nível de atividade: um trabalhador de escritório pode carregar 4-6% por hora, enquanto uma pessoa ativa pode carregar 8-10%. Este estimador usa uma média conservadora.' },
|
|
43
|
+
{ type: 'title', text: 'Por que estimar a reserva de carga é importante', level: 3 },
|
|
44
|
+
{ type: 'paragraph', html: 'Conhecer o nível de carga do seu relógio ajuda a evitar paradas inesperadas. Um relógio que para durante a noite pode precisar de mais corda antes de dormir, ou não estar recebendo uso suficiente. Use esta ferramenta para entender seus hábitos de carga e manter seu automático funcionando.' },
|
|
45
45
|
],
|
|
46
46
|
faq: [
|
|
47
47
|
{
|
|
48
|
-
question: 'Quanto uma volta da coroa carrega o
|
|
49
|
-
answer: 'Depende do calibre. A maioria dos calibres
|
|
48
|
+
question: 'Quanto uma volta da coroa carrega o relógio?',
|
|
49
|
+
answer: 'Depende do calibre. A maioria dos calibres automáticos atinge a carga total em 30-40 voltas, então cada volta adiciona cerca de 2,5-3,3% da reserva total. Movimentos de corda manual como o Unitas 6498 também precisam de cerca de 35 voltas para uma carga completa.',
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
|
-
question: 'Usar o
|
|
53
|
-
answer: 'Usar carrega mais lentamente e de forma
|
|
52
|
+
question: 'Usar o relógio carrega tanto quanto dar corda?',
|
|
53
|
+
answer: 'Usar carrega mais lentamente e de forma variável. No escritório, você pode carregar 4-6% por hora pelo rotor. Durante movimento ativo (caminhar, esportes), pode chegar a 8-10% por hora. Dar corda manualmente é mais rápido e previsível.',
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
question: 'Quanta reserva um
|
|
57
|
-
answer: 'O consumo
|
|
56
|
+
question: 'Quanta reserva um relógio perde por hora?',
|
|
57
|
+
answer: 'O consumo é constante: divida 100 pela reserva de carga em horas. Um calibre de 38 horas perde cerca de 2,6% por hora, um de 42 horas perde 2,4% e um de 70 horas perde cerca de 1,4% por hora.',
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
|
-
question: 'Posso dar corda demais no meu
|
|
61
|
-
answer: 'Movimentos
|
|
60
|
+
question: 'Posso dar corda demais no meu relógio?',
|
|
61
|
+
answer: 'Movimentos automáticos modernos possuem uma embreagem deslizante que evita o excesso de carga. Assim que a mola real está completamente tensionada, as voltas adicionais simplesmente patinam. Movimentos de corda manual também têm um mecanismo de parada, mas forçar além do limite pode danificar a mola real.',
|
|
62
62
|
},
|
|
63
63
|
],
|
|
64
64
|
bibliography,
|
|
65
65
|
howTo: [
|
|
66
66
|
{
|
|
67
67
|
name: 'Selecione seu calibre',
|
|
68
|
-
text: 'Escolha o calibre do seu
|
|
68
|
+
text: 'Escolha o calibre do seu relógio no menu suspenso. Se não estiver listado, selecione Personalizado e insira a reserva de carga e as voltas para carga total.',
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
name: 'Insira seus dados',
|
|
72
|
-
text: 'Digite quantas voltas da coroa
|
|
72
|
+
text: 'Digite quantas voltas da coroa você deu ou quantas horas usou o relógio hoje. Você pode preencher ambos para uma estimativa combinada.',
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
name: 'Calcular',
|
|
76
|
-
text: 'Pressione o
|
|
76
|
+
text: 'Pressione o botão Calcular. O resultado mostra a porcentagem de carga estimada e as horas restantes de reserva de carga.',
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
|
-
name: 'Ajuste seus
|
|
80
|
-
text: 'Use os resultados para decidir se precisa de mais corda antes de dormir ou de mais tempo de uso durante o dia para manter o
|
|
79
|
+
name: 'Ajuste seus hábitos',
|
|
80
|
+
text: 'Use os resultados para decidir se precisa de mais corda antes de dormir ou de mais tempo de uso durante o dia para manter o relógio funcionando.',
|
|
81
81
|
},
|
|
82
82
|
],
|
|
83
83
|
schemas: [
|