@panoramax/web-viewer 5.0.0-develop-b38b26f2 → 5.1.0-develop-7e1ad19c
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 +91 -91
- package/build/cjs/index_photoviewer.js.map +1 -1
- package/build/esm/components/core/Basic.js +1 -1
- package/build/esm/translations/pt_BR.json +4 -1
- package/build/esm/translations/tr.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__ = "7e1ad19";
|
|
13
13
|
const __PACKAGE_VERSION__ = "5.1.0";
|
|
14
14
|
const __PACKAGE_ISSUES_URL__ = "https://gitlab.com/panoramax/clients/web-viewer/-/work_items";
|
|
15
15
|
|
|
@@ -282,7 +282,10 @@
|
|
|
282
282
|
"filter_source_local": "Este servidor",
|
|
283
283
|
"filter_locked": "Filtro desativado",
|
|
284
284
|
"map_background_default": "Padrão",
|
|
285
|
-
"map_background_more": "Outros fundos…"
|
|
285
|
+
"map_background_more": "Outros fundos…",
|
|
286
|
+
"semantics_draw_invalid_annotation": "A área desenhada ultrapassa os limites da imagem. Certifique-se de desenhar dentro da área visível da imagem.",
|
|
287
|
+
"semantics_draw_unfinished_annotation": "A área desenhada ainda não está concluída. Certifique-se de que a área esteja bem posicionada antes de salvar.",
|
|
288
|
+
"error_pic_load": "Não é possível carregar a imagem no momento.\nVerifique sua conexão com a Internet. Se estiver conectado, certifique-se de que o ID da imagem é válido."
|
|
286
289
|
},
|
|
287
290
|
"psv": {
|
|
288
291
|
"ctrlZoom": "Use ctrl + rolagem para ampliar a imagem",
|
|
@@ -282,7 +282,8 @@
|
|
|
282
282
|
"map_background_default": "Varsayılan",
|
|
283
283
|
"map_background_more": "Diğer arka planlar...",
|
|
284
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."
|
|
285
|
+
"semantics_draw_unfinished_annotation": "Çizilen alan henüz tamamlanmadı. Kaydetmeden önce alanın doğru konumlandırıldığından emin olun.",
|
|
286
|
+
"error_pic_load": "Resim şu an yüklenemiyor.\nLütfen internet bağlantınızı kontrol edin. Bağlantınız varsa, resimdeki kimliğin geçerli olduğundan emin olun."
|
|
286
287
|
},
|
|
287
288
|
"maplibre": {
|
|
288
289
|
"GeolocateControl.FindMyLocation": "Konumu bul",
|
package/package.json
CHANGED