From 1ab257a5be6be0dc8e085c820c1e705cbd847dd2 Mon Sep 17 00:00:00 2001 From: fustyles <34397289+fustyles@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:37:10 +0800 Subject: [PATCH] Update zh-hans.js --- SpBlocklyJS/googlemap_20241226/zh-hans.js | 1 + 1 file changed, 1 insertion(+) diff --git a/SpBlocklyJS/googlemap_20241226/zh-hans.js b/SpBlocklyJS/googlemap_20241226/zh-hans.js index 19bdc88f6e..01ffba9814 100644 --- a/SpBlocklyJS/googlemap_20241226/zh-hans.js +++ b/SpBlocklyJS/googlemap_20241226/zh-hans.js @@ -15,6 +15,7 @@ Blockly.Msg["GOOGLEMAP_TITLE"] = "名称"; Blockly.Msg["GOOGLEMAP_CONTENT"] = "内容"; Blockly.Msg["GOOGLEMAP_POINTID"] = "标记代码"; Blockly.Msg["GOOGLEMAP_POINT_UPDATE_CONTENT"] = "更新内容"; +Blockly.Msg["GOOGLEMAP_POINT_UPDATE_CONTENT_HEADER"] = "更新标头内容"; Blockly.Msg["GOOGLEMAP_POINT_UPDATE_LATITUDE"] = "更新纬度"; Blockly.Msg["GOOGLEMAP_POINT_UPDATE_LONGITUDE"] = "更新经度"; Blockly.Msg["GOOGLEMAP_POINT_UPDATE_POSITION"] = "更新纬度,经度";