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(