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

This commit is contained in:
camperbot
2023-01-12 02:28:37 +05:30
committed by GitHub
parent 46d4591803
commit 4ca379f53b
56 changed files with 186 additions and 186 deletions

View File

@@ -26,13 +26,13 @@ const myVar = 12 - 6;
# --hints--
変数 `difference` は 12 に等しくなる必要があります。
The variable `difference` should be equal to `12`.
```js
assert(difference === 12);
```
45 から 1 つの数値だけを引いてください。
You should only subtract one number from `45`.
```js
assert(/difference=45-33;?/.test(__helpers.removeWhiteSpace(code)));