Skip to content

Commit

Permalink
Clarify tip
Browse files Browse the repository at this point in the history
  • Loading branch information
AllThingsSmitty committed Feb 27, 2019
1 parent 5c45b2c commit 7fdbb9f
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Instead of putting on the border...
}
```

Sure, you can use `.nav li + li`, but with `:not()` the intent is very clear and the CSS selector defines the border the way a human would describe it.
Hier definiert der CSS-Selektor die Grenze so, wie ein Mensch sie beschreiben würde.

#### [Demo](http://codepen.io/AllThingsSmitty/pen/LkymvO)

Expand Down
3 changes: 2 additions & 1 deletion translations/es-ES/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ En lugar de poner en el borde...
}

```
Claro, se puede usar `.nav li + li`, pero con `:not()` la intención es muy clara y el selector CSS define los bordes de la forma en que un ser humano lo describiría.

El selector CSS define los bordes de la forma en que un ser humano lo describiría.

#### [Demo](http://codepen.io/AllThingsSmitty/pen/LkymvO)

Expand Down
2 changes: 1 addition & 1 deletion translations/fr-FR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Au lieu de mettre à l'encadrement...
}
```

Bien sûr, vous pouvez utiliser `.nav li + li`, mais avec `:not()` l'intention est très claire et le sélecteur CSS définit l'encadrement de la façon dont un être humain le décrirait.
Le sélecteur CSS définit la frontière comme un humain la décrirait.

#### [Démo](http://codepen.io/AllThingsSmitty/pen/LkymvO)

Expand Down
2 changes: 1 addition & 1 deletion translations/gu-IND/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ button {
}
```

ખાતરી કરો, તમે ઉપયોગ કરી શકો `.nav li + li`, પરંતુ સાથે `:not()` ઉદ્દેશ ખૂબ જ સ્પષ્ટ છે અને CSS પસંદગીકાર સરહદને તે રીતે વ્યાખ્યાયિત કરે છે.
CSS પસંદગીકાર સીમાને વ્યાખ્યાયિત કરે છે કે જે રીતે મનુષ્ય તેનું વર્ણન કરશે.

#### [પ્રદર્શન](http://codepen.io/AllThingsSmitty/pen/LkymvO)

Expand Down
2 changes: 1 addition & 1 deletion translations/it-IT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Invece di impostare il bordo...
}
```

Certo, puoi usare `.nav li + li`, ma con `:not()` l'intento è molto chiaro e il selettore CSS definisce il bordo nel modo in cui un essere umano lo descriverebbe.
Il selettore CSS definisce il confine nel modo in cui un essere umano lo descrive.

#### [Dimostrazione](http://codepen.io/AllThingsSmitty/pen/LkymvO)

Expand Down
2 changes: 1 addition & 1 deletion translations/ja-JP/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ button {
}
```

もちろん `.nav li + li`,を使用できますが `:not()` が一番わかりやすいコードになります
CSSセレクターは、境界線を人間が表現する方法で定義します

#### [デモ](http://codepen.io/AllThingsSmitty/pen/LkymvO)

Expand Down
2 changes: 1 addition & 1 deletion translations/ko-KR/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Border를 넣거나...
}
```

물론 `.nav li + li`을 사용할 수도 있겠지만, but with `:not()` 는 까끔하고, 사용자가 알기 쉬운 코드가 됩니다.
CSS 선택기는 사람이 설명하는 방식으로 경계를 정의합니다.

#### [데모](http://codepen.io/AllThingsSmitty/pen/LkymvO)

Expand Down
2 changes: 1 addition & 1 deletion translations/pl-PL/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Zamiast dodać obramowanie...
}
```

Oczywiście możesz także użyć `.nav li + li`, ale z `:not()` intencja jest bardzo jasna, a selektor CSS definiuje obramowanie w sposób czytelny dla człowieka.
Selektor CSS definiuje granicę w sposób opisany przez człowieka.

#### [Demonstracja](http://codepen.io/AllThingsSmitty/pen/LkymvO)

Expand Down
2 changes: 1 addition & 1 deletion translations/pt-BR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Ao invés de colocar a borda…
}
```

Claro, você poderia usar `.nav li + li`, mas usando `:not()` a intenção fica mais clara e o seletor CSS passa a definir a borda de uma maneira que nós humanos entendemos mais claramente.
O seletor CSS define a borda da maneira que um humano a descreveria.

#### [Exemplo](http://codepen.io/AllThingsSmitty/pen/LkymvO)

Expand Down
2 changes: 1 addition & 1 deletion translations/pt-PT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Ao invés de colocar a borda…
}
```

Claro,podes usar `.nav li + li` ou até `.nav li:first-child ~ li`, mas usando `:not()` a intenção fica mais clara e o seletor CSS passa a definir a borda de uma maneira que nós seres humanos entendemos mais fácilmente.
O seletor CSS define a borda da maneira que um humano a descreveria.

#### [Passeata](http://codepen.io/AllThingsSmitty/pen/LkymvO)

Expand Down
2 changes: 1 addition & 1 deletion translations/ru-RU/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ button {
}
```

Конечно, вы можете использовать `.nav li + li`, но с `:not()` намерение понятнее, а селектор CSS определяет границу на человеческом языке.
Селектор CSS определяет границу так, как ее описывает человек.

#### [Демо](http://codepen.io/AllThingsSmitty/pen/LkymvO)

Expand Down
2 changes: 1 addition & 1 deletion translations/zh-CN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ button {
}
```

当然,你也可以使用 `.nav li + li`,但是 `:not()` 更加清晰,具有可读性
CSS选择器以人类描述它的方式定义边界

#### [演示](http://codepen.io/AllThingsSmitty/pen/LkymvO)

Expand Down
2 changes: 1 addition & 1 deletion translations/zh-TW/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ button {
}
```

當然,你也可以用 `.nav li + li`,但是使用 `:not()` 可以使語句更加清晰,更具可讀性
CSS選擇器以人類描述它的方式定義邊界

#### [示範](http://codepen.io/AllThingsSmitty/pen/LkymvO)

Expand Down

0 comments on commit 7fdbb9f

Please sign in to comment.