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

This commit is contained in:
camperbot
2021-09-18 11:22:53 -07:00
committed by GitHub
parent 81d48b26ad
commit 15be1fe6bb
164 changed files with 1081 additions and 372 deletions

View File

@ -18,7 +18,7 @@ dashedName: connect-redux-to-the-messages-app
# --hints--
`AppWrapper` 应渲染该页面上。
`AppWrapper`渲染该页面上。
```js
assert(
@ -29,7 +29,7 @@ assert(
);
```
`Presentational` 组件应该渲染到页面上
`Presentational` 应该渲染到页面上.
```js
assert(
@ -70,7 +70,7 @@ assert(
);
```
`Presentational` 组件应接收创建 action 的函数 `submitMessage` 属性。
`Presentational` 组件应接收创建 action 的函数 `submitMessage` 属性。
```js
assert(