@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 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, holding a witness `<select>` and a round "?" info button. The `<select>` itself
225
- is hidden when there's nothing to actually choose between (0 or 1 witness), but the row and the info button —
226
- stay reachable even for a single witness. The first witness loads automatically once the list is known; switching
227
- the selector loads that witness's already-fetched recording into the nested `<rr0-scene>` (no re-fetch). Setting
228
- `witnessUrls` again (e.g. a manifest refresh) keeps the current selection if that witness is still present,
229
- instead of resetting back to the first.
230
-
231
- Clicking "?" opens a panel with three sections: the app's own name/version, linking to
232
- [ufoathome.org](https://ufoathome.org); the currently-selected witness's observation metadata (date, location,
233
- witness name, case id whichever are actually present in that witness's own `sighting.json`); and third-party
234
- credits (the live terrain imagery attribution, once a real relief patch has resolved, plus the bundled thunder
235
- sound's own required attribution see [`CREDITS.md`](CREDITS.md)).
236
-
237
- All of this component's own labels (Witness, About, Close, Observation/Date/Location/Case, Credits) are translated
238
- (English/French) the same way as `<rr0-ufo>`'s own labels.
224
+ A toolbar row sits above the scene: a "Testimony by &lt;witness&gt;" 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};