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

@ -47,7 +47,7 @@ assert(
);
```
新建的`p` 元素应包含 `kitty ipsum text` 的前面几个词。
你的 `p` 元素应包含 `kitty ipsum` 文本的前面几个词。
```js
assert.isTrue(/Purr\s+jump\s+eat/gi.test($('p').text()));

View File

@ -51,7 +51,7 @@ assert($('footer').length == 1);
assert($('a').eq(0).attr('href') == '#footer');
```
`a` 的内容文本应为 `Jump to Bottom`
`a` 标签不应有 `target` 属性
```js
assert(