Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Sep 29, 2023
1 parent 1d878c9 commit 02ac3e5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion GameElements_20190131/blockly/msg/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ MSG.catGameElements_sub22 = "Password";
MSG.catGameElements_sub23 = "Form";
MSG.catGameElements_sub24 = "Video";
MSG.catGameElements_sub25 = "Font";
MSG.catGameElements_sub26 = "Span";
MSG.catGameElements_sub26 = "Span";
MSG.catGameElements_sub27 = "Fetch";
5 changes: 3 additions & 2 deletions GameElements_20190131/blockly/msg/zh-hans.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MSG.catGameElements_sub12 = "连结";
MSG.catGameElements_sub13 = "选项按钮";
MSG.catGameElements_sub14 = "核取方块";
MSG.catGameElements_sub15 = "区块文字栏位";
MSG.catGameElements_sub16 = "AJAX";
MSG.catGameElements_sub16 = "Ajax";
MSG.catGameElements_sub17 = "数字栏位";
MSG.catGameElements_sub18 = "日期栏位";
MSG.catGameElements_sub19 = "时间栏位";
Expand All @@ -24,4 +24,5 @@ MSG.catGameElements_sub22 = "密码栏位";
MSG.catGameElements_sub23 = "表单";
MSG.catGameElements_sub24 = "视讯媒体";
MSG.catGameElements_sub25 = "字型";
MSG.catGameElements_sub26 = "行内容器";
MSG.catGameElements_sub26 = "行内容器";
MSG.catGameElements_sub27 = "Fetch";
5 changes: 3 additions & 2 deletions GameElements_20190131/blockly/msg/zh-hant.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MSG.catGameElements_sub12 = "連結";
MSG.catGameElements_sub13 = "選項按鈕";
MSG.catGameElements_sub14 = "核取方塊";
MSG.catGameElements_sub15 = "區塊文字欄位";
MSG.catGameElements_sub16 = "AJAX";
MSG.catGameElements_sub16 = "Ajax";
MSG.catGameElements_sub17 = "數字欄位";
MSG.catGameElements_sub18 = "日期欄位";
MSG.catGameElements_sub19 = "時間欄位";
Expand All @@ -24,4 +24,5 @@ MSG.catGameElements_sub22 = "密碼欄位";
MSG.catGameElements_sub23 = "表單";
MSG.catGameElements_sub24 = "視訊媒體";
MSG.catGameElements_sub25 = "字型";
MSG.catGameElements_sub26 = "行內容器";
MSG.catGameElements_sub26 = "行內容器";
MSG.catGameElements_sub27 = "Fetch";
2 changes: 1 addition & 1 deletion GameElements_20190131/blockly/toolbox.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3637,7 +3637,7 @@
</value>
</block>
</category>
<category id="catGameElements_sub15" colour="120">
<category id="catGameElements_sub27" colour="120">
<block type="fetch_get">
<value name="id_">
<block type="text">
Expand Down

0 comments on commit 02ac3e5

Please sign in to comment.