From 0432ec995fcdff44828c8feac9196b4190729bec Mon Sep 17 00:00:00 2001 From: camperbot Date: Sun, 7 Mar 2021 09:15:14 -0700 Subject: [PATCH] chore(i18n,learn): processed translations (#41387) * chore(i8n,learn): processed translations * fix: remove extra space Co-authored-by: Nicholas Carrigan (he/him) Co-authored-by: Crowdin Bot Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Co-authored-by: Nicholas Carrigan (he/him) --- .../use-a-css-class-to-style-an-element.md | 4 +-- .../multiply-two-decimals-with-javascript.md | 2 +- .../build-a-random-quote-machine.md | 36 +++++++++---------- .../use-the-spread-operator-on-arrays.md | 16 ++++----- .../redux/write-a-counter-with-redux.md | 18 +++++----- ...yle-until-a-condition-is-met-with-while.md | 28 +++++++-------- .../sass/create-reusable-css-with-mixins.md | 24 ++++++------- ...ne-set-of-css-styles-to-another-element.md | 16 ++++----- .../sass/nest-css-with-sass.md | 12 +++---- ...tyles-into-smaller-chunks-with-partials.md | 16 ++++----- .../sass/store-data-with-sass-variables.md | 25 +++++++------ .../use-each-to-map-over-items-in-a-list.md | 18 +++++----- .../sass/use-for-to-create-a-sass-loop.md | 28 +++++++-------- ...if-and-else-to-add-logic-to-your-styles.md | 20 +++++------ .../divide-the-grid-into-an-area-template.md | 4 +-- .../iterate-with-javascript-for-loops.md | 26 +++++++------- .../iterate-with-javascript-while-loops.md | 16 ++++----- .../local-scope-and-functions.md | 20 +++++------ .../logical-order-in-if-else-statements.md | 28 ++++++++------- .../manipulate-arrays-with-pop.md | 22 ++++++------ .../manipulate-arrays-with-push.md | 16 ++++----- .../manipulate-arrays-with-shift.md | 17 ++++----- .../manipulating-complex-objects.md | 31 ++++++++-------- .../modify-array-data-with-indexes.md | 19 +++++----- .../multiply-two-decimals-with-javascript.md | 12 +++---- .../multiply-two-numbers-with-javascript.md | 4 ++- .../basic-javascript/nesting-for-loops.md | 14 ++++---- ...sing-values-to-functions-with-arguments.md | 20 ++++++----- .../practice-comparing-different-values.md | 32 ++++++++--------- .../basic-javascript/profile-lookup.md | 26 +++++++------- 30 files changed, 289 insertions(+), 281 deletions(-) diff --git a/curriculum/challenges/chinese/01-responsive-web-design/basic-css/use-a-css-class-to-style-an-element.md b/curriculum/challenges/chinese/01-responsive-web-design/basic-css/use-a-css-class-to-style-an-element.md index 3d240ff13c..3f60f23b2b 100644 --- a/curriculum/challenges/chinese/01-responsive-web-design/basic-css/use-a-css-class-to-style-an-element.md +++ b/curriculum/challenges/chinese/01-responsive-web-design/basic-css/use-a-css-class-to-style-an-element.md @@ -21,13 +21,13 @@ CSS 的 class 具有可重用性,可应用于各种 HTML 元素。 ``` -可以看到,我们在 `