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

This commit is contained in:
camperbot
2023-01-12 23:11:48 +05:30
committed by GitHub
parent 2fb992919a
commit 14b8e8d537
116 changed files with 359 additions and 350 deletions

View File

@@ -26,13 +26,13 @@ Modifica lo `0` in modo che la differenza sia `12`.
# --hints--
The variable `difference` should be equal to `12`.
La variabile `difference` dovrebbe essere uguale a `12`.
```js
assert(difference === 12);
```
You should only subtract one number from `45`.
Devi solo sottrarre un numero da `45`.
```js
assert(/difference=45-33;?/.test(__helpers.removeWhiteSpace(code)));