@panoramax/web-viewer 5.0.0-develop-21ea7f3c → 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.
- package/build/cjs/index.js +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index_photoviewer.js +2 -2
- package/build/cjs/index_photoviewer.js.map +1 -1
- package/build/esm/components/core/Basic.js +1 -1
- package/build/esm/translations/de.json +2 -1
- package/build/esm/translations/hr.json +2 -1
- package/package.json +1 -1
|
@@ -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",
|
|
@@ -283,7 +283,8 @@
|
|
|
283
283
|
"visibility_title_owner-only": "Samo ti možeš vidjeti ovu sliku",
|
|
284
284
|
"report_auth": "Ovaj izvještaj će biti poslan upotrebom tvog računa \"{a}\"",
|
|
285
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."
|
|
286
|
+
"semantics_draw_unfinished_annotation": "Nacrtano područje je nedovršeno. Provjeri je li područje dobro pozicionirano prije spremanja.",
|
|
287
|
+
"error_pic_load": "Slika se trenutno ne može učitati. \nMolim provjeri svoju internetsku vezu. Ako si povezan, provjeri je li slikovni ID valjan."
|
|
287
288
|
},
|
|
288
289
|
"map": {
|
|
289
290
|
"thumbnail": "Sličica lebdeće slike",
|
package/package.json
CHANGED