Skip to content

Commit 1ad77b0

Browse files
authored
chore(i18n,learn): processed translations (#182)
1 parent 6f8f568 commit 1ad77b0

File tree

1,122 files changed

+15482
-5662
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,122 files changed

+15482
-5662
lines changed

curriculum/challenges/chinese-traditional/01-responsive-web-design/basic-html-and-html5/turn-an-image-into-a-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can make elements into links by nesting them within an `a` element.
1414
如果我們要把圖片嵌套進 `a` 元素, 這是一個示例:
1515

1616
```html
17-
<a href="#"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="Three kittens running towards the camera."></a>
17+
<a href="#"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
1818
```
1919

2020
如果把 `a``href` 屬性值設置爲 `#`,創建的是一個死鏈接(不跳轉到其他畫面)。

curriculum/challenges/chinese-traditional/03-front-end-development-libraries/bootstrap/add-font-awesome-icons-to-all-of-our-buttons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ assert.isTrue(
7979
<a href="#"><img class="img-responsive thick-green-border" src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
8080
</div>
8181
</div>
82-
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Three kittens running towards the camera.">
82+
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Tuxedo cats running on dirt ground.">
8383
<div class="row">
8484
<div class="col-xs-4">
8585
<button class="btn btn-block btn-primary"><i class="fas fa-thumbs-up"></i> Like</button>
@@ -141,7 +141,7 @@ assert.isTrue(
141141
<a href="#"><img class="img-responsive thick-green-border" src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
142142
</div>
143143
</div>
144-
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Three kittens running towards the camera.">
144+
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Tuxedo cats running on dirt ground.">
145145
<div class="row">
146146
<div class="col-xs-4">
147147
<button class="btn btn-block btn-primary"><i class="fas fa-thumbs-up"></i> Like</button>

curriculum/challenges/chinese-traditional/03-front-end-development-libraries/bootstrap/add-font-awesome-icons-to-our-buttons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ assert.match(code, /(<\/i>|<\/span>)\s*Like\s*<\/button>/g);
9797
<a href="#"><img class="img-responsive thick-green-border" src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
9898
</div>
9999
</div>
100-
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Three kittens running towards the camera.">
100+
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Tuxedo cats running on dirt ground.">
101101
<div class="row">
102102
<div class="col-xs-4">
103103
<button class="btn btn-block btn-primary">Like</button>
@@ -159,7 +159,7 @@ assert.match(code, /(<\/i>|<\/span>)\s*Like\s*<\/button>/g);
159159
<a href="#"><img class="img-responsive thick-green-border" src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
160160
</div>
161161
</div>
162-
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Three kittens running towards the camera.">
162+
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Tuxedo cats running on dirt ground.">
163163
<div class="row">
164164
<div class="col-xs-4">
165165
<button class="btn btn-block btn-primary"><i class="fas fa-thumbs-up"></i> Like</button>

curriculum/challenges/chinese-traditional/03-front-end-development-libraries/bootstrap/call-out-optional-actions-with-btn-info.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ assert.equal(code.match(/<\/button>/g)?.length,code.match(/<button/g)?.length);
8484

8585
<a href="#"><img class="smaller-image thick-green-border" src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
8686

87-
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Three kittens running towards the camera.">
87+
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Tuxedo cats running on dirt ground.">
8888
<button class="btn btn-block btn-primary">Like</button>
8989
<p>Things cats love:</p>
9090
<ul>
@@ -147,7 +147,7 @@ assert.equal(code.match(/<\/button>/g)?.length,code.match(/<button/g)?.length);
147147

148148
<a href="#"><img class="smaller-image thick-green-border" src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
149149

150-
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Three kittens running towards the camera.">
150+
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Tuxedo cats running on dirt ground.">
151151
<button class="btn btn-block btn-primary">Like</button>
152152
<button class="btn btn-block btn-info">Info</button>
153153

curriculum/challenges/chinese-traditional/03-front-end-development-libraries/bootstrap/center-text-with-bootstrap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ assert.isTrue(document.querySelector('h2')?.classList?.contains('red-text'));
6969

7070
<a href="#"><img class="smaller-image thick-green-border" src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
7171

72-
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Three kittens running towards the camera.">
72+
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Tuxedo cats running on dirt ground.">
7373
<p>Things cats love:</p>
7474
<ul>
7575
<li>catnip</li>
@@ -131,7 +131,7 @@ assert.isTrue(document.querySelector('h2')?.classList?.contains('red-text'));
131131

132132
<a href="#"><img class="smaller-image thick-green-border" src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
133133

134-
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Three kittens running towards the camera.">
134+
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Tuxedo cats running on dirt ground.">
135135
<p>Things cats love:</p>
136136
<ul>
137137
<li>catnip</li>

curriculum/challenges/chinese-traditional/03-front-end-development-libraries/bootstrap/create-a-block-element-bootstrap-button.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ assert.equal(code.match(/<\/button>/g).length, code.match(/<button/g).length);
9494

9595
<a href="#"><img class="smaller-image thick-green-border" src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
9696

97-
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Three kittens running towards the camera.">
97+
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Tuxedo cats running on dirt ground.">
9898
<button class="btn btn-default">Like</button>
9999
<p>Things cats love:</p>
100100
<ul>
@@ -157,7 +157,7 @@ assert.equal(code.match(/<\/button>/g).length, code.match(/<button/g).length);
157157

158158
<a href="#"><img class="smaller-image thick-green-border" src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
159159

160-
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Three kittens running towards the camera.">
160+
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Tuxedo cats running on dirt ground.">
161161
<button class="btn btn-block btn-default">Like</button>
162162
<p>Things cats love:</p>
163163
<ul>

curriculum/challenges/chinese-traditional/03-front-end-development-libraries/bootstrap/create-a-bootstrap-button.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ assert.equal(code.match(/<\/button>/g).length ,code.match(/<button/g).length);
7575

7676
<a href="#"><img class="smaller-image thick-green-border" src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
7777

78-
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Three kittens running towards the camera.">
78+
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Tuxedo cats running on dirt ground.">
7979

8080
<p>Things cats love:</p>
8181
<ul>
@@ -142,7 +142,7 @@ assert.equal(code.match(/<\/button>/g).length ,code.match(/<button/g).length);
142142

143143
<a href="#"><img class="smaller-image thick-green-border" src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
144144

145-
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Three kittens running towards the camera.">
145+
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Tuxedo cats running on dirt ground.">
146146

147147
<!-- ADD Bootstrap Styled Button -->
148148
<button class="btn btn-default">Like</button>

curriculum/challenges/chinese-traditional/03-front-end-development-libraries/bootstrap/create-a-custom-heading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ assert.equal(code.match(/<\/div>/g).length,code.match(/<div/g).length);
8282

8383
<a href="#"><img class="img-responsive thick-green-border" src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
8484

85-
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Three kittens running towards the camera.">
85+
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Tuxedo cats running on dirt ground.">
8686
<div class="row">
8787
<div class="col-xs-4">
8888
<button class="btn btn-block btn-primary">Like</button>
@@ -145,7 +145,7 @@ assert.equal(code.match(/<\/div>/g).length,code.match(/<div/g).length);
145145
<a href="#"><img class="img-responsive thick-green-border" src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
146146
</div>
147147
</div>
148-
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Three kittens running towards the camera.">
148+
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Tuxedo cats running on dirt ground.">
149149
<div class="row">
150150
<div class="col-xs-4">
151151
<button class="btn btn-block btn-primary">Like</button>

curriculum/challenges/chinese-traditional/03-front-end-development-libraries/bootstrap/ditch-custom-css-for-bootstrap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ assert.lengthOf(document.querySelectorAll('.img-responsive'),2);
9191

9292
<a href="#"><img class="smaller-image thick-green-border" src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
9393

94-
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Three kittens running towards the camera.">
94+
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Tuxedo cats running on dirt ground.">
9595
<div class="row">
9696
<div class="col-xs-4">
9797
<button class="btn btn-block btn-primary">Like</button>
@@ -149,7 +149,7 @@ assert.lengthOf(document.querySelectorAll('.img-responsive'),2);
149149

150150
<a href="#"><img class="img-responsive thick-green-border" src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
151151

152-
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Three kittens running towards the camera.">
152+
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Tuxedo cats running on dirt ground.">
153153
<div class="row">
154154
<div class="col-xs-4">
155155
<button class="btn btn-block btn-primary">Like</button>

curriculum/challenges/chinese-traditional/03-front-end-development-libraries/bootstrap/line-up-form-elements-responsively-with-bootstrap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ assert.equal(code.match(/<\/div>/g).length,code.match(/<div/g).length);
8282
<a href="#"><img class="img-responsive thick-green-border" src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
8383
</div>
8484
</div>
85-
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Three kittens running towards the camera.">
85+
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Tuxedo cats running on dirt ground.">
8686
<div class="row">
8787
<div class="col-xs-4">
8888
<button class="btn btn-block btn-primary"><i class="fa fa-thumbs-up"></i> Like</button>
@@ -159,7 +159,7 @@ assert.equal(code.match(/<\/div>/g).length,code.match(/<div/g).length);
159159
<a href="#"><img class="img-responsive thick-green-border" src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
160160
</div>
161161
</div>
162-
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Three kittens running towards the camera.">
162+
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive" alt="Tuxedo cats running on dirt ground.">
163163
<div class="row">
164164
<div class="col-xs-4">
165165
<button class="btn btn-block btn-primary"><i class="fa fa-thumbs-up"></i> Like</button>

0 commit comments

Comments
 (0)