chore(i18n,learn): processed translations (#49053)

This commit is contained in:
camperbot
2023-01-17 20:15:16 +05:30
committed by GitHub
parent 30eb3e541f
commit ced07aef3b
146 changed files with 314 additions and 314 deletions

View File

@@ -22,17 +22,17 @@ const myVar = 12 - 6;
现在,变量 `myVar` 的值为 `6`
# --instructions--
改变数字`0`让变量 difference 的值为 `12`
改变数字 `0` 让变量 difference 的值为 `12`
# --hints--
The variable `difference` should be equal to `12`.
变量 `difference` 的值应该为 `12`
```js
assert(difference === 12);
```
You should only subtract one number from `45`.
你只能从 `45` 中减去一个数。
```js
assert(/difference=45-33;?/.test(__helpers.removeWhiteSpace(code)));