@panoramax/web-viewer 3.1.0-develop-6b1b342b → 3.1.1-develop-5214442e

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panoramax/web-viewer",
3
- "version": "3.1.0-develop-6b1b342b",
3
+ "version": "3.1.1-develop-5214442e",
4
4
  "description": "Panoramax web viewer for geolocated pictures",
5
5
  "main": "build/index.js",
6
6
  "author": "Panoramax team",
@@ -120,7 +120,17 @@
120
120
  "show_psv": "顯示相片檢視器",
121
121
  "zoom": "縮放",
122
122
  "zoomIn": "拉近",
123
- "zoomOut": "拉遠"
123
+ "zoomOut": "拉遠",
124
+ "report_submit": "送出",
125
+ "report_email": "您的 email",
126
+ "report_nature_label": "問題的類型",
127
+ "report_nature": {
128
+ "": "選擇問題的類型…"
129
+ },
130
+ "share_embed_docs": "深入了解嵌入設定值",
131
+ "error_retry": "請稍後再試",
132
+ "error_click": "點擊以繼續",
133
+ "legend_title": "顯示相片的詳細資料"
124
134
  },
125
135
  "map": {
126
136
  "loading": "正在載入…",
@@ -132,5 +142,9 @@
132
142
  "ctrlZoom": "使用 CTRL + 滑鼠滾輪縮放圖片",
133
143
  "loadError": "無法載入全景圖",
134
144
  "twoFingers": "使用雙指移動"
145
+ },
146
+ "maplibre": {
147
+ "GeolocateControl.FindMyLocation": "尋找我的位置",
148
+ "GeolocateControl.LocationNotAvailable": "無法使用位置資訊"
135
149
  }
136
150
  }