chore(i18n,curriculum): update translations (#43500)

This commit is contained in:
camperbot
2021-09-21 08:09:14 -07:00
committed by GitHub
parent 128d7a509d
commit b681dbfabe
8 changed files with 48 additions and 48 deletions

View File

@ -45,7 +45,7 @@ assert(alphabetRegexV2.global);
assert(/\\w/.test(alphabetRegexV2.source));
```
你的正则表达式应该在 `The five boxing wizards jump quickly.` 中匹配到 31 个字母数字字符。
你的正则表达式应该在 `The five boxing wizards jump quickly.` 中匹配到 31 个字母数字字符。
```js
assert(
@ -53,7 +53,7 @@ assert(
);
```
你的正则表达式应该在 `Pack my box with five dozen liquor jugs.` 中匹配到 32 个字母数字字符。
你的正则表达式应该在 `Pack my box with five dozen liquor jugs.` 中匹配到 32 个字母数字字符。
```js
assert(
@ -62,7 +62,7 @@ assert(
);
```
你的正则表达式应该在 `How vexingly quick daft zebras jump!` 中匹配到 30 个字母数字字符。
你的正则表达式应该在 `How vexingly quick daft zebras jump!` 中匹配到 30 个字母数字字符。
```js
assert(