chore(i18n,docs): update translations (#44282)

This commit is contained in:
camperbot
2021-11-27 12:18:33 -08:00
committed by GitHub
parent e8be711b6f
commit 0b7170852f
10 changed files with 148 additions and 73 deletions

View File

@@ -64,10 +64,13 @@ Testes para executar o código do usuário, em par com o markdown e bloco de có
Código para o teste um
```
Mais instruções em sintaxe markdown
If you want dynamic output based on the user's code, --fcc-expected-- and --fcc-actual-- will be replaced with the expected and actual values of the test's assertion. Take care if you have multiple assertions since the first failing assertion will determine the values of --fcc-expected-- and --fcc-actual--.
```js
Mais código
assert.equal(
'isso substituirá --fcc-actual--',
'isso substituirá --fcc-expected--'
);
```
# --seed--