Skip to content

Commit

Permalink
Update zh-hans.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Jan 28, 2025
1 parent d230eda commit 2d1c320
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GameElements_20190131/blockly/msg/blocks/zh-hans.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ Blockly.Msg.ONCLICK_LISTENER = "开始侦测大量点击状态(表格、画布
Blockly.Msg.ONCLICK = "取得点击状态";
Blockly.Msg.MOUSE_COORDINATE_GET = "取得滑鼠座标";
Blockly.Msg.DOCUMENT_TIMER = "计时器 间隔时间(ms)";
Blockly.Msg.DOCUMENT_TIMER_ONCE = "计时器 间隔时间(ms)后执行一次";
Blockly.Msg.DOCUMENT_TIMER_REPEAT = "后重复执行";
Blockly.Msg.DOCUMENT_TIMER_ONCE = "后执行一次";
Blockly.Msg.DOCUMENT_TIMER_STOP = "停止计时器";
Blockly.Msg.PROPERTY = "属性";
Blockly.Msg.TEXT_TO_NUMBER = "文字转数字";
Expand Down

0 comments on commit 2d1c320

Please sign in to comment.