Skip to content

Commit

Permalink
Update zh-hant.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Dec 30, 2024
1 parent bd11820 commit 65919e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SpBlocklyJS/googlemap_20241226/zh-hant.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Blockly.Msg["GOOGLEMAP_LOADED"] = "初始化完成後執行";
Blockly.Msg["GOOGLEMAP_APIKEY"] = "金鑰";
Blockly.Msg["GOOGLEMAP_ADDMAP"] = "新增地圖";
Blockly.Msg["GOOGLEMAP_ADDSTREETVIEW"] = "新增街景圖";
Blockly.Msg["GOOGLEMAP_HEADING"] = "視線方位角";
Blockly.Msg["GOOGLEMAP_PITCH"] = "視線傾斜角";
Blockly.Msg["GOOGLEMAP_HEADING"] = "視線方位角(0~360)";
Blockly.Msg["GOOGLEMAP_PITCH"] = "視線傾斜角(-90~90)";
Blockly.Msg["GOOGLEMAP_LATITUDE_CENTER"] = "中心緯度";
Blockly.Msg["GOOGLEMAP_LONGITUDE_CENTER"] = "中心經度";
Blockly.Msg["GOOGLEMAP_CENTERMAP"] = "設定地圖中心位置";
Expand Down

0 comments on commit 65919e8

Please sign in to comment.