@panoramax/web-viewer 5.0.0-develop-a2982572 → 5.0.0-develop-d7206514
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__ = "d720651";
|
|
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
|
|
|
@@ -281,7 +281,9 @@
|
|
|
281
281
|
"visibility_title_logged-only": "Samo osobe s računom mogu vijeti ovu sliku",
|
|
282
282
|
"visibility_owner-only": "Skirveno",
|
|
283
283
|
"visibility_title_owner-only": "Samo ti možeš vidjeti ovu sliku",
|
|
284
|
-
"report_auth": "Ovaj izvještaj će biti poslan upotrebom tvog računa \"{a}\""
|
|
284
|
+
"report_auth": "Ovaj izvještaj će biti poslan upotrebom tvog računa \"{a}\"",
|
|
285
|
+
"semantics_draw_invalid_annotation": "Nacrtano područje prelazi granice slike. Obavezno crtaj unutar vidljive slike.",
|
|
286
|
+
"semantics_draw_unfinished_annotation": "Nacrtano područje je nedovršeno. Provjeri je li područje dobro pozicionirano prije spremanja."
|
|
285
287
|
},
|
|
286
288
|
"map": {
|
|
287
289
|
"thumbnail": "Sličica lebdeće slike",
|
package/package.json
CHANGED