@panoramax/web-viewer 5.1.0-develop-7e1ad19c → 5.1.0

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__ = "7e1ad19";
12
+ const __COMMIT_HASH__ = "b38b26f";
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,10 +282,7 @@
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…",
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."
285
+ "map_background_more": "Outros fundos…"
289
286
  },
290
287
  "psv": {
291
288
  "ctrlZoom": "Use ctrl + rolagem para ampliar a imagem",
@@ -282,8 +282,7 @@
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.",
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."
285
+ "semantics_draw_unfinished_annotation": "Çizilen alan henüz tamamlanmadı. Kaydetmeden önce alanın doğru konumlandırıldığından emin olun."
287
286
  },
288
287
  "maplibre": {
289
288
  "GeolocateControl.FindMyLocation": "Konumu bul",
package/package.json CHANGED
@@ -1,13 +1,11 @@
1
1
  {
2
2
  "name": "@panoramax/web-viewer",
3
- "version": "5.1.0-develop-7e1ad19c",
3
+ "version": "5.1.0",
4
4
  "description": "Panoramax web viewer for geolocated pictures",
5
5
  "main": "./build/cjs/index.js",
6
6
  "module": "./build/esm/index.js",
7
7
  "type": "module",
8
- "files": [
9
- "build"
10
- ],
8
+ "files": ["build"],
11
9
  "exports": {
12
10
  ".": {
13
11
  "import": "./build/esm/index.js",