New translations en.md (Spanish)
This commit is contained in:
parent
323aeb0a7d
commit
c975ab6a35
1 changed files with 18 additions and 27 deletions
|
@ -2,7 +2,7 @@
|
|||
title: '¿Cuáles son esos símbolos al lado de mis medidas?'
|
||||
---
|
||||
|
||||
Puede que hayas notado este tipo de iconos junto a tus medidas: <Gauge val={0} theme='light' />
|
||||
You might have noticed these kind of icons next to your measurements: <Gauge val={0} theme='light' />
|
||||
|
||||
El valor que representan muestra hasta qué punto la medición se desvia de las proporciones con las que probamos nuestros diseños:
|
||||
|
||||
|
@ -11,99 +11,90 @@ El valor que representan muestra hasta qué punto la medición se desvia de las
|
|||
<th>
|
||||
Icono
|
||||
</th>
|
||||
|
||||
|
||||
<th>
|
||||
Descripción
|
||||
</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-6} theme='light' />
|
||||
</td>
|
||||
|
||||
|
||||
<td>
|
||||
El valor es <strong x-id="1">significativamente menor</strong>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-4} theme='light' />
|
||||
</td>
|
||||
|
||||
|
||||
<td>
|
||||
El valor es <strong x-id="1">un buen poco menor</strong>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-2} theme='light' />
|
||||
</td>
|
||||
|
||||
|
||||
<td>
|
||||
El valor es <strong x-id="1">un poco menor</strong>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-1} theme='light' />
|
||||
</td>
|
||||
|
||||
|
||||
<td>
|
||||
El valor es <strong x-id="1">muy cercano</strong>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={1} theme='light' />
|
||||
</td>
|
||||
|
||||
|
||||
<td>
|
||||
El valor es <strong x-id="1">muy cercano</strong>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={2} theme='light' />
|
||||
</td>
|
||||
|
||||
|
||||
<td>
|
||||
El valor es <strong x-id="1">un poco más alto</strong>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={4} theme='light' />
|
||||
</td>
|
||||
|
||||
|
||||
<td>
|
||||
El valor es <strong x-id="1">un buen poco más alto</strong>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={6} theme='light' />
|
||||
</td>
|
||||
|
||||
|
||||
<td>
|
||||
El valor es <strong x-id="1">significativamente mayor</strong>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue