@rr0/ufoathome 0.60.1 → 0.61.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/README.md +2 -2
- package/dist-embed-scene/UfoMessages_fr-CnenjNH2.js +1 -0
- package/dist-embed-scene/rr0-scene.mjs +98 -70
- package/dist-embed-sighting/UfoMessages_fr-CnenjNH2.js +1 -0
- package/dist-embed-sighting/rr0-sighting.mjs +121 -93
- package/dist-embed-sighting-editor/SightingEditorMessages_fr-DbiJQm_H.js +1 -0
- package/dist-embed-sighting-editor/UfoMessages_fr-CnenjNH2.js +1 -0
- package/dist-embed-sighting-editor/rr0-sighting-editor.mjs +123 -96
- package/package.json +1 -1
- package/dist-embed-scene/UfoMessages_fr-DacU0rOw.js +0 -1
- package/dist-embed-sighting/UfoMessages_fr-DacU0rOw.js +0 -1
- package/dist-embed-sighting-editor/SightingEditorMessages_fr-7Bondssn.js +0 -1
- package/dist-embed-sighting-editor/UfoMessages_fr-DacU0rOw.js +0 -1
package/README.md
CHANGED
|
@@ -156,7 +156,7 @@ more recent edit is the one that wins rather than being silently outranked). Wat
|
|
|
156
156
|
author (e.g. a quick mouse drag) — drag the seek bar directly to skip ahead. The start/end labels around the seek
|
|
157
157
|
bar show real clock times when `time` has an hour (e.g. `02:45` → `02:50`); otherwise they show `0:00` → the
|
|
158
158
|
duration actually available (the declared one if known, else the recording's own length). Playback loops by
|
|
159
|
-
default
|
|
159
|
+
default; a page that wants it to play once and stop sets `autoReplayEnabled = false` (there is no button for it).
|
|
160
160
|
|
|
161
161
|
Clicking anywhere on the canvas also toggles Play/Pause (not just the button), and DOUBLE-clicking it toggles
|
|
162
162
|
fullscreen — both matching common video-player UX. A double-click is two clicks first, so click-to-play has
|
|
@@ -168,7 +168,7 @@ While playing, the toolbar and the fullscreen button (top-right, semi-transparen
|
|
|
168
168
|
only reappear on hover — always shown while paused/stopped. The fullscreen button uses the standard Fullscreen API
|
|
169
169
|
(`requestFullscreen`/`exitFullscreen`); exiting with Escape is native browser behavior, nothing custom.
|
|
170
170
|
|
|
171
|
-
Labels (Play/Pause,
|
|
171
|
+
Labels (Play/Pause, Current position, Duration, Fullscreen) are translated (English/French) by
|
|
172
172
|
detection, falling back to English — there's no language-picker UI, and there deliberately isn't one. What is
|
|
173
173
|
detected is the **host page's own declared language first** (the nearest `lang` attribute, so `<html lang="fr">`
|
|
174
174
|
gets French labels), then `navigator.languages` — see `HostLocale.preferencesFor`. A page states what language its
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const e={play:"Lecture",pause:"Pause",noDuration:"Aucune durée d'observation",currentPosition:"Position actuelle",duration:"Durée",switchToElapsed:"cliquer pour afficher la durée écoulée",switchToClockTime:"cliquer pour afficher l'heure de l'observation",fullscreen:"Plein écran",exitFullscreen:"Quitter le plein écran",showWitnessMap:"Voir où était le témoin",hideWitnessMap:"Masquer où était le témoin",mapImageryUnavailable:"Vue aérienne indisponible",showReferences:"Voir les photos des lieux",hideReferences:"Masquer les photos des lieux",referenceOpacity:"Opacité des photos",showMilestones:"Voir les moments du récit",hideMilestones:"Masquer les moments du récit",witnessHere:"Le témoin, ici",decorHere:"Élément de décor"};export{e as ufoMessages_fr};
|