@panoramax/web-viewer 5.0.0-develop-44a3a7e4 → 5.0.0-develop-a2982572
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__ = "a298257";
|
|
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
|
|
|
@@ -280,7 +280,9 @@
|
|
|
280
280
|
"filter_source_local": "Bu sunucu",
|
|
281
281
|
"filter_locked": "Filtre devre dışı bırakıldı",
|
|
282
282
|
"map_background_default": "Varsayılan",
|
|
283
|
-
"map_background_more": "Diğer arka planlar..."
|
|
283
|
+
"map_background_more": "Diğer arka planlar...",
|
|
284
|
+
"semantics_draw_invalid_annotation": "Çizilen alan, resmin sınırlarını aşıyor. Lütfen görünür resim alanı içinde çizim yapmaya özen gösterin.",
|
|
285
|
+
"semantics_draw_unfinished_annotation": "Çizilen alan henüz tamamlanmadı. Kaydetmeden önce alanın doğru konumlandırıldığından emin olun."
|
|
284
286
|
},
|
|
285
287
|
"maplibre": {
|
|
286
288
|
"GeolocateControl.FindMyLocation": "Konumu bul",
|
package/package.json
CHANGED