New translations en.md (German)
This commit is contained in:
parent
eebf0c893a
commit
0d653be4e5
1 changed files with 18 additions and 27 deletions
|
@ -2,7 +2,7 @@
|
||||||
title: Was sind diese Symbole neben meinen Maßen?
|
title: Was sind diese Symbole neben meinen Maßen?
|
||||||
---
|
---
|
||||||
|
|
||||||
Dir sind vielleicht diese Art von Symbolen neben deinen Maßen aufgefallen: <Gauge val={0} theme='light' />
|
You might have noticed these kind of icons next to your measurements: <Gauge val={0} theme='light' />
|
||||||
|
|
||||||
Diese Symbole zeigen einen Wert an, der zeigt, wie sehr die Maße von den Proportionen abweichen, mit denen wir unsere Designs testen:
|
Diese Symbole zeigen einen Wert an, der zeigt, wie sehr die Maße von den Proportionen abweichen, mit denen wir unsere Designs testen:
|
||||||
|
|
||||||
|
@ -11,99 +11,90 @@ Diese Symbole zeigen einen Wert an, der zeigt, wie sehr die Maße von den Propor
|
||||||
<th>
|
<th>
|
||||||
Symbol
|
Symbol
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
<th>
|
<th>
|
||||||
Beschreibung
|
Beschreibung
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<Gauge val={-6} theme='light' />
|
<Gauge val={-6} theme='light' />
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
Der Wert ist <strong x-id="1">signifikant niedriger</strong>
|
Der Wert ist <strong x-id="1">signifikant niedriger</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<Gauge val={-4} theme='light' />
|
<Gauge val={-4} theme='light' />
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
Der Wert ist <strong x-id="1">ein gutes Stück niedriger</strong>
|
Der Wert ist <strong x-id="1">ein gutes Stück niedriger</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<Gauge val={-2} theme='light' />
|
<Gauge val={-2} theme='light' />
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
Der Wert ist <strong x-id="1">ein bisschen niedriger</strong>
|
Der Wert ist <strong x-id="1">ein bisschen niedriger</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<Gauge val={-1} theme='light' />
|
<Gauge val={-1} theme='light' />
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
Der Wert ist <strong x-id="1">sehr nah</strong>
|
Der Wert ist <strong x-id="1">sehr nah</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<Gauge val={1} theme='light' />
|
<Gauge val={1} theme='light' />
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
Der Wert ist <strong x-id="1">sehr nah</strong>
|
Der Wert ist <strong x-id="1">sehr nah</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<Gauge val={2} theme='light' />
|
<Gauge val={2} theme='light' />
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
Der Wert ist <strong x-id="1">ein bisschen höher</strong>
|
Der Wert ist <strong x-id="1">ein bisschen höher</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<Gauge val={4} theme='light' />
|
<Gauge val={4} theme='light' />
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
Der Wert ist <strong x-id="1">ein gutes Stück höher</strong>
|
Der Wert ist <strong x-id="1">ein gutes Stück höher</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<Gauge val={6} theme='light' />
|
<Gauge val={6} theme='light' />
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
Der Wert ist <strong x-id="1">signifikant höher</strong>
|
Der Wert ist <strong x-id="1">signifikant höher</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue