chore(i18n,learn): processed translations (#45504)

This commit is contained in:
camperbot
2022-03-23 19:52:04 +05:30
committed by GitHub
parent dbb7f309a7
commit 3add6077ad
162 changed files with 2383 additions and 826 deletions

View File

@ -11,7 +11,7 @@ dashedName: check-radio-buttons-and-checkboxes-by-default
`checked` 屬性把第一個複選框和單選按鈕都設置爲默認選中。
在一個 input 元素裏面添加 `checked` 這個詞,即可實現。 例如:
爲此,只需將單詞 `checked` 添加到 `input` 元素的內部。 例如:
```html
<input type="radio" name="test-name" checked>

View File

@ -43,7 +43,7 @@ assert($('p').length === 0);
assert(code.match(/[^fc]-->/g).length > 1);
```
不要更改 `h1` 元素`h2` 元素`p` 元素的順序。
不要更改 `h1``h2``p` 元素的順序。
```js
assert(

View File

@ -9,7 +9,7 @@ dashedName: inform-with-the-paragraph-element
# --description--
`p` 元素是網站上段落文本使用的元素。 `p` 是“paragraph段落”的縮寫。
`p` 元素是網站上段落文本的首選元素。 `p` 是“paragraph段落”的縮寫。
你可以像這樣創建一個段落: