@panoramax/web-viewer 5.1.2-develop-cbc20696 → 5.1.2-develop-49a5d569

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__ = "cbc2069";
12
+ const __COMMIT_HASH__ = "49a5d56";
13
13
  const __PACKAGE_VERSION__ = "5.1.2";
14
14
  const __PACKAGE_ISSUES_URL__ = "https://gitlab.com/panoramax/clients/web-viewer/-/work_items";
15
15
 
@@ -297,7 +297,8 @@
297
297
  "delete_picture_warn": "⚠️ Achtung: Dadurch wird das Bild endgültig gelöscht.\nBist du sicher, dass du dieses Bild vollständig löschen möchtest?",
298
298
  "delete_picture_ok": "Das Bild wurde erfolgreich gelöscht",
299
299
  "delete_picture_error": "Beim Versuch, das Bild zu löschen, ist ein Fehler aufgetreten:\n{e}",
300
- "semantics_empty": "Es wurden keine Tags definiert"
300
+ "semantics_empty": "Es wurden keine Tags definiert",
301
+ "metadata_general_title": "Titel"
301
302
  },
302
303
  "psv": {
303
304
  "twoFingers": "Nutze zwei Finger zum Navigieren",
@@ -292,7 +292,8 @@
292
292
  "delete_picture_ok": "A foto foi excluída com sucesso",
293
293
  "delete_picture_error": "Ocorreu um erro ao tentar excluir a imagem:\n{e}",
294
294
  "semantics_empty": "Nenhuma etiqueta definida",
295
- "delete_picture_warn": "⚠️ Atenção: isso exclui a imagem de forma definitiva.\nTem certeza de que deseja excluir completamente esta imagem?"
295
+ "delete_picture_warn": "⚠️ Atenção: isso exclui a imagem de forma definitiva.\nTem certeza de que deseja excluir completamente esta imagem?",
296
+ "metadata_general_title": "Título"
296
297
  },
297
298
  "psv": {
298
299
  "ctrlZoom": "Use ctrl + rolagem para ampliar a imagem",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panoramax/web-viewer",
3
- "version": "5.1.2-develop-cbc20696",
3
+ "version": "5.1.2-develop-49a5d569",
4
4
  "description": "Panoramax web viewer for geolocated pictures",
5
5
  "main": "./build/cjs/index.js",
6
6
  "module": "./build/esm/index.js",