@panoramax/web-viewer 5.0.0-develop-d3350629 → 5.0.0-develop-a52cb723
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__ = "a52cb72";
|
|
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
|
|
|
@@ -282,7 +282,9 @@
|
|
|
282
282
|
"filter_source_local": "Denne server",
|
|
283
283
|
"filter_locked": "Filter deaktiveret",
|
|
284
284
|
"map_background_more": "Andre baggrunde...",
|
|
285
|
-
"map_background_default": "Standard"
|
|
285
|
+
"map_background_default": "Standard",
|
|
286
|
+
"semantics_draw_invalid_annotation": "Det tegnede område går ud over billedets grænser. Sørg for at tegne inden for det synlige billede.",
|
|
287
|
+
"semantics_draw_unfinished_annotation": "Det tegnede område er ikke færdigt. Sørg for, at området er placeret korrekt, inden du gemmer."
|
|
286
288
|
},
|
|
287
289
|
"psv": {
|
|
288
290
|
"loadError": "Panoramaet kan ikke indlæses",
|
package/package.json
CHANGED