chore(i8n,learn): processed translations (#41350)
* chore(i8n,learn): processed translations * fix: restore deleted test * fix: revert casing change Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
committed by
GitHub
parent
8e4ada8f2d
commit
aff0ea700d
@ -13,7 +13,7 @@ dashedName: create-texture-by-adding-a-subtle-pattern-as-a-background-image
|
||||
|
||||
# --instructions--
|
||||
|
||||
选取 `body` 元素,并设置整个页面的 `background` 为 url `https://i.imgur.com/MJAkxbh.png` 的图片。
|
||||
选取 `body` 元素,并设置整个页面的 `background` 为 url `https://cdn-media-1.freecodecamp.org/imgr/MJAkxbh.png` 的图片。
|
||||
|
||||
# --hints--
|
||||
|
||||
|
@ -16,7 +16,7 @@ dashedName: learn-about-tertiary-colors
|
||||
|
||||
下面是使用分裂补色搭配法创建的三个颜色:
|
||||
|
||||
<table class='table table-striped'><thead><tr><th>颜色</th><th>HEX 颜色码</th></tr></thead><thead></thead><tbody><tr><td>橙色</td><td>#FF7D00</td></tr><tr><td>蓝绿色</td><td>#00FFFF</td></tr><tr><td>树莓红</td><td>#FF007D</td></tr></tbody></table>
|
||||
<table class='table table-striped'><thead><tr><th>颜色</th><th>HEX 颜色码</th></tr></thead><thead></thead><tbody><tr><td>橙色</td><td>#FF7F00</td></tr><tr><td>蓝绿色</td><td>#00FFFF</td></tr><tr><td>树莓红</td><td>#FF007F</td></tr></tbody></table>
|
||||
|
||||
# --instructions--
|
||||
|
||||
|
@ -9,13 +9,11 @@ dashedName: use-the-u-tag-to-underline-text
|
||||
|
||||
# --description--
|
||||
|
||||
你可以使用 `u` 标签来给文字添加下划线。下划线通常用来表示重要内容或需要记忆的内容。添加了 `u` 标签后,浏览器会自动给元素添加这段样式:`text-decoration: underline;`。
|
||||
你可以使用 `u` 标签来给文字添加下划线。 下划线通常用来表示重要内容或需要记忆的内容。 添加了 `u` 标签后,浏览器会自动给元素添加这段样式:`text-decoration: underline;`。
|
||||
|
||||
# --instructions--
|
||||
|
||||
给 `Ph.D. students` 添加 `u` 标签。
|
||||
|
||||
**注意:**当 `u` 标签可能会被混淆为链接时,避免使用它。锚标签也有默认下划线格式。
|
||||
**注意:** 如果使用 `u` 标签添加下划线,可能混淆文本和链接,则应避免使用它。 锚标签也有默认的下划线格式。
|
||||
|
||||
# --hints--
|
||||
|
||||
@ -109,12 +107,12 @@ assert($('u').text() === 'Ph.D. students');
|
||||
<div class="cardContent">
|
||||
<div class="cardText">
|
||||
<h4>Google</h4>
|
||||
<p>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</p>
|
||||
<p>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D.
|
||||
students</u> at <strong>Stanford University</strong>.</p>
|
||||
</div>
|
||||
<div class="cardLinks">
|
||||
<div class="cardLinks">
|
||||
<a href="https://en.wikipedia.org/wiki/Larry_Page" target="_blank" class="links">Larry Page</a><br><br>
|
||||
<a href="https://en.wikipedia.org/wiki/Sergey_Brin" target="_blank" class="links">Sergey Brin</a>
|
||||
</div>
|
||||
<a href="https://en.wikipedia.org/wiki/Sergey_Brin" target="_blank" class="links">Sergey Brin</a>
|
||||
</div>
|
||||
</div>
|
||||
```
|
||||
|
Reference in New Issue
Block a user