chore(i18n,curriculum): update translations (#43089)

This commit is contained in:
camperbot
2021-08-02 23:05:44 +09:00
committed by GitHub
parent 3350cb4522
commit 6b82f3831c
123 changed files with 1300 additions and 1301 deletions

View File

@ -29,13 +29,13 @@ O elemento `form` precisa ter um elemento `button` dentro dele.
assert($('form').children('button').length > 0);
```
O botão enviar deve ter o atributo `type` definido como `submit`.
O botão de envio deve ter o atributo `type` definido como `submit`.
```js
assert($('button').attr('type') === 'submit');
```
O botão enviar deve ter apenas o texto `Submit`.
O botão de envio deve ter apenas o texto `Submit`.
```js
assert(