Skip to content

Commit

Permalink
Update simple Chinese translation
Browse files Browse the repository at this point in the history
  • Loading branch information
heku committed Apr 6, 2024
1 parent 0480283 commit d24b901
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/sly/i18n/translations/zh-Hans.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
# Unexpected tokens
#
UnexpectedTokenExpecting=意外的 "{0}" ({1}). 期望为 {2}.
UnexpectedTokenExpecting=意外的 {1} ('{0}'). 期望为 {2}.
UnexpectedEosExpecting=意外的流结尾. 期望为 {0}.
UnexpectedToken=意外的 "{0}" ({1}).
UnexpectedToken=意外的 {0} {1}.
UnexpectedEos=意外的流结尾.

#
Expand Down Expand Up @@ -34,6 +34,7 @@ CharEscapeCharMustBe1Char=词素错误 {0} : CharToken 词素转义符 <{1}>
CharEscapeCharCannotBeLetterOrDigit=词素错误 {0} : CharToken 词素转义符 <{1}> 不能以字母或数字开头.
SugarTokenCannotStartWithLetter=词素错误 {0} : SugarToken 词素 <{1}> 不能以字母开头.
CannotUseExplicitTokensWithRegexLexer=显式的 Tokens 不能和 Regex 词法分析器一起使用. 请改用 Generic 词法分析器.
ManyLexemWithSamelabel=多个词素使用了相同的标签 ({0}). 这可能会导致不准确的错误消息.

##############################################
#
Expand Down

0 comments on commit d24b901

Please sign in to comment.