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

This commit is contained in:
camperbot
2022-10-26 20:51:22 +01:00
committed by GitHub
parent 2496369a57
commit d2eddd791f
355 changed files with 659 additions and 659 deletions

View File

@@ -24,7 +24,7 @@ Korrigiere die beiden Rechtschreibfehler im Code, damit die Berechnung des `netW
assert(netWorkingCapital === 2);
```
Es sollten keine falsch geschriebenen Variablen im Code vorkommen.
There should be no instances of misspelled variables in the code.
```js
assert(!code.match(/recievables/g));
@@ -36,7 +36,7 @@ Die Variable `receivables` sollte im Code richtig deklariert und verwendet werde
assert(code.match(/receivables/g).length == 2);
```
Es sollten keine falsch geschriebenen Variablen im Code vorkommen.
There should be no instances of misspelled variables in the code.
```js
assert(!code.match(/payable;/g));