@panoramax/web-viewer 4.3.0-develop-a661fc60 → 4.3.0-develop-dc64c5ba
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/index.js +2 -2
- package/build/index.js.map +1 -1
- package/build/photoviewer.js +2 -2
- package/build/photoviewer.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/zh_Hant.json +17 -5
package/package.json
CHANGED
|
@@ -170,11 +170,11 @@
|
|
|
170
170
|
"filter_user_mypics": "我的相片",
|
|
171
171
|
"filter_date_1month": "1 個月",
|
|
172
172
|
"filter_date_1year": "1 年",
|
|
173
|
-
"qualityscore_doc_2": "
|
|
173
|
+
"qualityscore_doc_2": "分數以字母表示:",
|
|
174
174
|
"qualityscore_doc_link": "深入了解品質分數",
|
|
175
175
|
"qualityscore_title": "關於品質分數",
|
|
176
|
-
"qualityscore_doc_1": "
|
|
177
|
-
"qualityscore_doc_3": "
|
|
176
|
+
"qualityscore_doc_1": "我們為每張相片計算品質分數。",
|
|
177
|
+
"qualityscore_doc_3": "A 為最佳等級,E 為最差等級。",
|
|
178
178
|
"minimize_short": "隱藏",
|
|
179
179
|
"metadata_general_instance": "來源執行個體",
|
|
180
180
|
"metadata_general_copy_picid": "複製相片 ID",
|
|
@@ -215,7 +215,8 @@
|
|
|
215
215
|
"semantics_wikidata_properties": {
|
|
216
216
|
"P31": "隸屬於",
|
|
217
217
|
"P279": "上級分類",
|
|
218
|
-
"P361": "所屬實體"
|
|
218
|
+
"P361": "所屬實體",
|
|
219
|
+
"P180": "描繪"
|
|
219
220
|
},
|
|
220
221
|
"panoramax": "Panoramax",
|
|
221
222
|
"semantics_editor_example": "key=value\nprefix|key=value",
|
|
@@ -258,7 +259,18 @@
|
|
|
258
259
|
"semantics_download": "下載",
|
|
259
260
|
"semantics_download_title": "下載標籤",
|
|
260
261
|
"semantics_download_info": "所有語義資料 (標籤) 皆為開放資料,您可以免費下載和使用。",
|
|
261
|
-
"semantics_download_cta": "下載開放資料"
|
|
262
|
+
"semantics_download_cta": "下載開放資料",
|
|
263
|
+
"semantics_copy": "複製屬性",
|
|
264
|
+
"semantics_value_show_osm": "在 OpenStreetMap 上查看",
|
|
265
|
+
"filter_gps_precision_help": "深入了解定位精確度",
|
|
266
|
+
"filter_gps_precision_help_1": "每張相片有定位精確度資訊,這對應於拍照時的 GPS 精確度。",
|
|
267
|
+
"filter_gps_precision_help_2": "精確度用星號表示:",
|
|
268
|
+
"filter_gps_precision_help_3": "「5⭐」表示非常精確 (<= {p5}m),「1⭐」表示非常不精確 (> {p1}m) 或未知。",
|
|
269
|
+
"filter_gps_precision_help_4": "RTK GPS 的會得到「5⭐」等級,像 GoPro Max 這樣的運動相機會得到「3⭐」,而地下停車場中的智慧型手機 GPS 會得到「1⭐」。",
|
|
270
|
+
"qualityscore_doc_4": "此分數根據以下因素計算得出:",
|
|
271
|
+
"qualityscore_doc_41": "GPS 精確度",
|
|
272
|
+
"qualityscore_doc_42": "相片解析度",
|
|
273
|
+
"qualityscore_doc_5": "專業設備會得到 A 等、360° 運動相機 B 等、智慧型手機則會介於 C 和 E 之間。"
|
|
262
274
|
},
|
|
263
275
|
"map": {
|
|
264
276
|
"loading": "正在載入…",
|