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

This commit is contained in:
camperbot
2021-09-22 08:34:59 -07:00
committed by GitHub
parent 05efb067a1
commit 2012ad3035
258 changed files with 680 additions and 678 deletions

View File

@ -26,7 +26,7 @@ var cat = {
};
```
这个示例中,所有属性都被纯属为字符串,`name``legs``tails`。 然而,你也可以使用数字作为属性。 你甚至可以省略单字字符串属性中的引号,如下所示:
示例中,所有属性都存储为字符串,`name``legs``tails`。 然而,你也可以使用数字作为属性。 你甚至可以省略单字字符串属性中的引号,如下所示:
```js
var anotherObject = {