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 = {