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

This commit is contained in:
camperbot
2022-02-14 22:20:30 +05:30
committed by GitHub
parent ad7c9af5bd
commit bcc2a4971e
2 changed files with 4 additions and 4 deletions

View File

@ -21,11 +21,11 @@ dashedName: link-to-internal-sections-of-a-page-with-anchor-elements
<h2 id="contacts-header">Contacts</h2> <h2 id="contacts-header">Contacts</h2>
``` ```
當用戶點擊 `Contacts` 鏈接,可以訪問網頁中帶有 **Contacts** 標題元素的部分。 當用戶點擊 `Contacts` 鏈接時,他們將被帶到帶有 **Contacts** 標題元素的網頁部分。
# --instructions-- # --instructions--
通過修改 `href` 屬性值爲 `"#footer"`,同時修改文本 `cat photos``Jump to Bottom`,來更改外部鏈接爲內部鏈接。 通過修改 `href` 屬性值爲 `#footer`,同時修改文本 `cat photos``Jump to Bottom`,來更改外部鏈接爲內部鏈接。
從錨點標籤中刪除 `target="_blank"` 屬性,因爲這會導致鏈接文檔在新窗口標籤中打開。 從錨點標籤中刪除 `target="_blank"` 屬性,因爲這會導致鏈接文檔在新窗口標籤中打開。

View File

@ -21,11 +21,11 @@ dashedName: link-to-internal-sections-of-a-page-with-anchor-elements
<h2 id="contacts-header">Contacts</h2> <h2 id="contacts-header">Contacts</h2>
``` ```
当用户点击 `Contacts` 链接,可以访问网页中带有 **Contacts** 标题元素的部分。 当用户点击 `Contacts` 链接时,他们将被带到带有 **Contacts** 标题元素的网页部分。
# --instructions-- # --instructions--
通过修改 `href` 属性值为 `"#footer"`,同时修改文本 `cat photos``Jump to Bottom`,来更改外部链接为内部链接。 通过修改 `href` 属性值为 `#footer`,同时修改文本 `cat photos``Jump to Bottom`,来更改外部链接为内部链接。
从锚点标签中删除 `target="_blank"` 属性,因为这会导致链接文档在新窗口标签中打开。 从锚点标签中删除 `target="_blank"` 属性,因为这会导致链接文档在新窗口标签中打开。