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

@ -8,7 +8,7 @@ dashedName: define-an-action-creator
# --description--
创建 action 后要将 action 发送到 Redux store以便它可以更新其状态。 在 Redux 中,可以定义动作创建器来完成此任务, action creator 只是一个返回动作的 JavaScript 函数 换句话说action creator 创建表示动作事件的对象。
创建 action 后要将 action 发送到 Redux store以便它可以更新其状态。 在 Redux 中,可以定义动作创建器来完成此任务, action creator 只是一个返回动作的 JavaScript 函数 换句话说action creator 创建表示动作事件的对象。
# --instructions--