Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/localization/zh-cn/learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"examples.questionMark.description": "请编写表达式,用 `?` 表示字母 `n` 在文本中是可选的,使 `a` 和 `an` 都可以匹配到。",

"examples.quantifier.title": "练习:大括号 - 1",
"examples.quantifier.description": "用 `{}` 编写表达式,匹配文本中的 `4` 位阿拉伯数字。",
"examples.quantifier.description": "用 `{}` 编写表达式,匹配文本中,位数为 `4` 的阿拉伯数字。",

"examples.quantifierMin.title": "练习:大括号 - 2",
"examples.quantifierMin.description": "用 `{}` 编写表达式,匹配文本中,位数至少为 `2` 的阿拉伯数字。",
Expand Down