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

This commit is contained in:
camperbot
2021-10-18 08:17:43 -07:00
committed by GitHub
parent e8e64318b3
commit 0654bd92b0
67 changed files with 513 additions and 402 deletions

View File

@ -35,6 +35,18 @@ assert($('input[type="radio"]').prop('checked'));
assert($('input[type="checkbox"]').prop('checked'));
```
不应该更改 `Indoor` 标签的内部文本。
```js
assert.equal(document.querySelector('label[for="indoor"]')?.innerText?.trim(), 'Indoor');
```
不应该更改 `Loving` 标签的内部文本。
```js
assert.equal(document.querySelector('label[for="loving"]')?.innerText?.trim(), 'Loving');
```
# --seed--
## --seed-contents--

View File

@ -60,7 +60,7 @@ assert(
);
```
`footer` 元素的 `id` 属性值应为 `footer`
`a` 元素的文本应该是 “Jump to Bottom”
```js
assert(