@panoramax/web-viewer 5.1.2-develop-6893639a → 5.1.2-develop-e2cd020e
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__ = "e2cd020";
|
|
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
|
|
|
@@ -290,7 +290,8 @@
|
|
|
290
290
|
"delete_picture": "Sil",
|
|
291
291
|
"delete_picture_warn": "⚠️ Dikkat: Bu işlem görüntüyü kalıcı olarak siler.\nBu görüntüyü tamamen silmek istediğinizden emin misiniz?",
|
|
292
292
|
"delete_picture_ok": "Resim başarıyla silindi",
|
|
293
|
-
"delete_picture_error": "Resim silinmeye çalışılırken bir hata oluştu:\n{e}"
|
|
293
|
+
"delete_picture_error": "Resim silinmeye çalışılırken bir hata oluştu:\n{e}",
|
|
294
|
+
"metadata_general_title": "Başlık"
|
|
294
295
|
},
|
|
295
296
|
"maplibre": {
|
|
296
297
|
"GeolocateControl.FindMyLocation": "Konumu bul",
|
package/package.json
CHANGED