@panoramax/web-viewer 5.0.0-develop-9c5ea808 → 5.0.0-develop-025b014a
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.
|
@@ -9,7 +9,7 @@ import BasicStyles from "./Basic.css" with { type: "css" };
|
|
|
9
9
|
document.adoptedStyleSheets.push(AtkinsonStyles);
|
|
10
10
|
document.adoptedStyleSheets.push(BasicStyles);
|
|
11
11
|
|
|
12
|
-
const __COMMIT_HASH__ = "
|
|
12
|
+
const __COMMIT_HASH__ = "025b014";
|
|
13
13
|
const __PACKAGE_VERSION__ = "5.0.0";
|
|
14
14
|
const __PACKAGE_ISSUES_URL__ = "https://gitlab.com/panoramax/clients/web-viewer/-/work_items";
|
|
15
15
|
|
|
@@ -289,7 +289,8 @@
|
|
|
289
289
|
"map_background_more": "Weitere Hintergründe...",
|
|
290
290
|
"map_background_default": "Standard",
|
|
291
291
|
"semantics_draw_unfinished_annotation": "Der gezeichnete Bereich ist noch nicht fertig. Vergewissere dich vor dem Speichern, dass der Bereich richtig positioniert ist.",
|
|
292
|
-
"semantics_draw_invalid_annotation": "Der gezeichnete Bereich reicht über den Bildrand hinaus. Bitte achte darauf, innerhalb des sichtbaren Bildbereichs zu zeichnen."
|
|
292
|
+
"semantics_draw_invalid_annotation": "Der gezeichnete Bereich reicht über den Bildrand hinaus. Bitte achte darauf, innerhalb des sichtbaren Bildbereichs zu zeichnen.",
|
|
293
|
+
"error_pic_load": "Das Bild kann derzeit nicht geladen werden.\nBitte überprüfe deine Internetverbindung. Wenn du verbunden bist, vergewissere dich, dass die Bild-ID gültig ist."
|
|
293
294
|
},
|
|
294
295
|
"psv": {
|
|
295
296
|
"twoFingers": "Nutze zwei Finger zum Navigieren",
|
package/package.json
CHANGED