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

This commit is contained in:
camperbot
2021-08-31 09:47:25 -07:00
committed by GitHub
parent 61b390d075
commit 374876325e
62 changed files with 232 additions and 238 deletions

View File

@@ -11,8 +11,6 @@ dashedName: move-a-relatively-positioned-element-with-css-offsets
CSS 裏面的 `top``bottom``left``right` 定義了元素在相應方位的偏移距離。 元素將從當前位置向屬性相反的方向偏移。 就像你在上一個挑戰看到的,`top` 屬性使 `h2` 向下移動。 同樣,使用 `left` 將項目移動到右邊。
<img src='https://i.imgur.com/eWWi3gZ.gif' alt='' />
# --instructions--
請通過 CSS 屬性把 `h2` 向上移動 10 像素,向右移動 15 像素。

View File

@@ -46,7 +46,7 @@ Here's a <a href="https://www.freecodecamp.org" target="_blank">link to www.free
# --instructions--
創建一個新的段落 `p` 元素來包裹 `a` 元素。 新段落應有文本 `View more cat photos`,其中 `cat photos` 是一個鏈接,其餘是純文本。
創建一個新的段落 `p` 元素來包裹 `a` 元素。 不要創建一個新的錨點標籤。 新段落應有文本 `View more cat photos`,其中 `cat photos` 是一個鏈接,其餘是純文本。
# --hints--

View File

@@ -27,7 +27,7 @@ dashedName: use-the-value-attribute-with-radio-buttons-and-checkboxes
# --instructions--
給每一個 `radio``checkbox` 輸入框添加 `value` 屬性。 使用輸入標籤文本,小寫形式,作爲屬性值。
給每一個 `radio``checkbox` 輸入框添加 `value` 屬性。 不要創建任何新的 radio 或 checkbox 元素。 輸入標籤文本使用小寫字母作爲屬性值。
# --hints--