From 090146f9e09b2e88b0c9b85deb015ada7c9bdae7 Mon Sep 17 00:00:00 2001 From: fustyles <34397289+fustyles@users.noreply.github.com> Date: Sat, 28 Dec 2024 23:54:51 +0800 Subject: [PATCH] Update zh-hant.js --- SpBlocklyJS/googlemap_20241226/zh-hant.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpBlocklyJS/googlemap_20241226/zh-hant.js b/SpBlocklyJS/googlemap_20241226/zh-hant.js index 3979ffd268..e5839909ee 100644 --- a/SpBlocklyJS/googlemap_20241226/zh-hant.js +++ b/SpBlocklyJS/googlemap_20241226/zh-hant.js @@ -19,7 +19,7 @@ Blockly.Msg["GOOGLEMAP_POINT_UPDATE_LATITUDE"] = "更新緯度"; Blockly.Msg["GOOGLEMAP_POINT_UPDATE_LONGITUDE"] = "更新經度"; Blockly.Msg["GOOGLEMAP_POINT_UPDATE_POSITION"] = "更新緯度,經度"; Blockly.Msg["GOOGLEMAP_POINT_UPDATE_TITLE"] = "更新名稱"; -Blockly.Msg["GOOGLEMAP_POINT_UPDATE_ZOOM"] = "更新範圍縮放值"; +Blockly.Msg["GOOGLEMAP_MAP_UPDATE_ZOOM"] = "更新範圍縮放值"; Blockly.Msg["GOOGLEMAP_POINT_OPEN_CONTENT"] = "開啟內容"; Blockly.Msg["GOOGLEMAP_POINT_CLOSE_CONTENT"] = "關閉內容"; Blockly.Msg["GOOGLEMAP_POINT_CLEAR"] = "清除所有位置標記";