chore: manual translations (#42811)

This commit is contained in:
Nicholas Carrigan (he/him)
2021-07-09 21:23:54 -07:00
committed by GitHub
parent a3395269a0
commit c4fd49e5b7
806 changed files with 8935 additions and 4378 deletions

View File

@ -36,7 +36,7 @@ El elemento `div` con clase `cyan` debe tener un `background-color` cian.
assert($('.cyan').css('background-color') == 'rgb(0, 255, 255)');
```
El elemento `div` con clase `raspberry` debe tener un `background-color` naranja.
El elemento `div` con clase `raspberry` debe tener un `background-color` frambuesa.
```js
assert($('.raspberry').css('background-color') == 'rgb(255, 0, 127)');