Skip to content

Commit

Permalink
🤖 Automatically update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
boryanagoncharenko authored and actions-user committed Nov 26, 2024
1 parent db6435b commit 3048308
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions grammars/keywords-zh_Hans.lark
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ _LENGTH: "长度" | "length"
_COLOR : ("颜色" | "color") _SPACE?
_PRESSED: ("按下" | "pressed") _SPACE?
clear: ("清除" | "clear") _SPACE?
TRUE: ("true" | "True" | "true" | "True") _SPACE?
FALSE: ("false" | "False" | "false" | "False") _SPACE?
TRUE: ("真的" | "真的" | "true" | "True") _SPACE?
FALSE: ("错的" | "错的" | "false" | "False") _SPACE?
8 changes: 4 additions & 4 deletions highlighting/highlighting-trad.json
Original file line number Diff line number Diff line change
Expand Up @@ -3422,8 +3422,8 @@
"DIGIT": "0123456789"
},
"zh_Hans": {
"False": "False",
"True": "True",
"False": "错的|False",
"True": "真的|True",
"add": "加|add",
"and": "并且|and",
"ask": "提问|ask",
Expand All @@ -3440,7 +3440,7 @@
"echo": "回声|echo",
"elif": "否则如果|elif",
"else": "否则|else",
"false": "false",
"false": "错的|false",
"for": "取|for",
"forward": "向前|forward",
"from": "从|from",
Expand Down Expand Up @@ -3472,7 +3472,7 @@
"times": "次|times",
"to": "到|to",
"to_list": "到|to",
"true": "true",
"true": "真的|true",
"turn": "旋转|turn",
"while": "当|while",
"white": "白色|white",
Expand Down
8 changes: 4 additions & 4 deletions static/js/appbundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -100244,8 +100244,8 @@ def note_with_error(value, err):
DIGIT: "0123456789"
};
var zh_Hans = {
False: "False",
True: "True",
False: "\u9519\u7684|False",
True: "\u771F\u7684|True",
add: "\u52A0|add",
and: "\u5E76\u4E14|and",
ask: "\u63D0\u95EE|ask",
Expand All @@ -100262,7 +100262,7 @@ def note_with_error(value, err):
echo: "\u56DE\u58F0|echo",
elif: "\u5426\u5219\u5982\u679C|elif",
else: "\u5426\u5219|else",
false: "false",
false: "\u9519\u7684|false",
for: "\u53D6|for",
forward: "\u5411\u524D|forward",
from: "\u4ECE|from",
Expand Down Expand Up @@ -100294,7 +100294,7 @@ def note_with_error(value, err):
times: "\u6B21|times",
to: "\u5230|to",
to_list: "\u5230|to",
true: "true",
true: "\u771F\u7684|true",
turn: "\u65CB\u8F6C|turn",
while: "\u5F53|while",
white: "\u767D\u8272|white",
Expand Down
1 change: 1 addition & 0 deletions translations/zh_Hans/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2373,3 +2373,4 @@ msgstr "你的程序"

#~ msgid "Output"
#~ msgstr ""

0 comments on commit 3048308

Please sign in to comment.