@rr0/ufoathome 0.6.1 → 0.8.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 +18 -15
- package/dist-embed/UfoMessages_fr-NZrwNFCQ.js +1 -0
- package/dist-embed/UfoRecorderMessages_fr-C5AJBWFA.js +1 -0
- package/dist-embed/rr0-ufo-recorder.mjs +263 -181
- package/dist-embed-eyewitness/EyewitnessMessages_fr-DRWDa8m_.js +1 -0
- package/dist-embed-eyewitness/UfoMessages_fr-NZrwNFCQ.js +1 -0
- package/dist-embed-eyewitness/rr0-eyewitness.mjs +67 -30
- package/dist-embed-scene/UfoMessages_fr-NZrwNFCQ.js +1 -0
- package/dist-embed-scene/rr0-scene.mjs +5 -1
- package/dist-embed-ufo/UfoMessages_fr-NZrwNFCQ.js +1 -0
- package/dist-embed-ufo/rr0-ufo.mjs +5 -1
- package/package.json +1 -1
- package/dist-embed/UfoMessages_fr-COCxf8Q_.js +0 -1
- package/dist-embed/UfoRecorderMessages_fr-DDDvsOhq.js +0 -1
- package/dist-embed-eyewitness/EyewitnessMessages_fr-DrCqtB3O.js +0 -1
- package/dist-embed-eyewitness/UfoMessages_fr-COCxf8Q_.js +0 -1
- package/dist-embed-scene/UfoMessages_fr-COCxf8Q_.js +0 -1
- package/dist-embed-ufo/UfoMessages_fr-COCxf8Q_.js +0 -1
package/README.md
CHANGED
|
@@ -221,21 +221,24 @@ block) — likely means unrelated recordings got listed together by mistake.
|
|
|
221
221
|
| `witnessUrls` | property (get/set) | The manifest as a plain array of URLs, for programmatic use instead of `src` |
|
|
222
222
|
| `loadFromSrc(url)` | method (async) | What the `src` attribute triggers internally; can be called directly too |
|
|
223
223
|
|
|
224
|
-
A toolbar row sits above the scene
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
224
|
+
A toolbar row sits above the scene: a "Testimony by <witness>" sentence on the left, and a round "?" info
|
|
225
|
+
button on the right. The witness portion is plain text for a single witness (a one-option `<select>` would be
|
|
226
|
+
pointless); once there's more than one, it becomes the live `<select>` instead — but the sentence itself, and the
|
|
227
|
+
info button, stay visible either way. The first witness loads automatically once the list is known; switching the
|
|
228
|
+
selector loads that witness's already-fetched recording into the nested `<rr0-scene>` (no re-fetch). Setting
|
|
229
|
+
`witnessUrls` again (e.g. a manifest refresh) keeps the current selection if that witness is still present, instead
|
|
230
|
+
of resetting back to the first.
|
|
231
|
+
|
|
232
|
+
Clicking "?" opens a panel, anchored to the button as a floating overlay (it never shifts the canvas below it).
|
|
233
|
+
Its main content is the currently-selected witness's observation metadata (date, location, case id — whichever are
|
|
234
|
+
actually present in that witness's own `sighting.json`; the witness's own name isn't repeated here, since it's
|
|
235
|
+
already in the toolbar's testimony line). Below that, a smaller footer row holds the app's own name/version on the
|
|
236
|
+
left, linking to [ufoathome.org](https://ufoathome.org), and a "Credits" link on the right that reveals third-party
|
|
237
|
+
credits on click (the live terrain imagery attribution, once a real relief patch has resolved, plus the bundled
|
|
238
|
+
thunder sound's own required attribution — see [`CREDITS.md`](CREDITS.md)).
|
|
239
|
+
|
|
240
|
+
All of this component's own labels (Testimony by, About, Close, Observation/Date/Location/Case, Credits) are
|
|
241
|
+
translated (English/French) the same way as `<rr0-ufo>`'s own labels.
|
|
239
242
|
|
|
240
243
|
## Data format
|
|
241
244
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const e={play:"Lecture",pause:"Pause",noDuration:"Aucune durée d'observation",autoReplay:"Lecture automatique",currentPosition:"Position actuelle",duration:"Durée",fullscreen:"Plein écran",exitFullscreen:"Quitter le plein écran"};export{e as ufoMessages_fr};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const e={oval:"Ovale",saucer:"Soucoupe",triangle:"Triangle",color:"Couleur",transparency:"Transparence",halo:"Halo",shape:"Forme",addShape:"Ajouter une forme",deleteShape:"Supprimer la forme",bringToFront:"Placer devant",sendToBack:"Placer derrière",contextMenuDelete:"Supprimer",confirmDeleteShape:"Supprimer {name} ? Cette action est irréversible.",onlyOneShape:"Il n'y a qu'une seule forme",alreadyAtFront:"Cette forme est déjà la plus en avant",alreadyAtBack:"Cette forme est déjà la plus en arrière",samplingRate:"Fréquence d'échantillonnage (ms)",duration:"Durée (s)",durationPlaceholder:"durée de l'enregistrement",export:"Exporter le JSON",record:"Enregistrer",stop:"Arrêter",latitude:"Latitude",longitude:"Longitude",heading:"Orientation (°)",headingPlaceholder:"inconnu",pitch:"Inclinaison (°)",observationTime:"Début de l'observation (optionnel)",yearPlaceholder:"année",monthPlaceholder:"mois",dayPlaceholder:"jour",hourPlaceholder:"heure",minutePlaceholder:"min",weather:"Météo",cloudCover:"Couverture nuageuse",cloudDarkness:"Obscurité des nuages",precipitationType:"Précipitations",precipitationNone:"Aucune",precipitationRain:"Pluie",precipitationSnow:"Neige",precipitationHail:"Grêle",precipitationIntensity:"Intensité",windDirection:"Direction du vent (°)",windSpeed:"Force du vent",lightning:"Éclairs"};export{e as ufoRecorderMessages_fr};
|