@panoramax/web-viewer 5.2.0-develop-0b952141 → 5.2.0-develop-bfbbbc04
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__ = "bfbbbc0";
|
|
13
13
|
const __PACKAGE_VERSION__ = "5.2.0";
|
|
14
14
|
const __PACKAGE_ISSUES_URL__ = "https://gitlab.com/panoramax/clients/web-viewer/-/work_items";
|
|
15
15
|
|
|
@@ -291,7 +291,8 @@
|
|
|
291
291
|
"delete_picture_warn": "⚠️Oprez: ovo trajno briše sliku. \nJesti li siguran da želiš potpuno izbrisati ovu sliku?",
|
|
292
292
|
"delete_picture_ok": "Slika je uspješno obrisana",
|
|
293
293
|
"delete_picture_error": "Došlo je do pogreške prilikom pokušaja brisanja slike:\n{e}",
|
|
294
|
-
"semantics_empty": "Nema definiranih oznaka"
|
|
294
|
+
"semantics_empty": "Nema definiranih oznaka",
|
|
295
|
+
"metadata_general_title": "Naslov"
|
|
295
296
|
},
|
|
296
297
|
"map": {
|
|
297
298
|
"thumbnail": "Sličica lebdeće slike",
|
package/package.json
CHANGED