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?'
|
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:
|
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>
|
<th>
|
||||||
Icono
|
Icono
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
<th>
|
<th>
|
||||||
Descripción
|
Descripción
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<Gauge val={-6} theme='light' />
|
<Gauge val={-6} theme='light' />
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
El valor es <strong x-id="1">significativamente menor</strong>
|
El valor es <strong x-id="1">significativamente menor</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<Gauge val={-4} theme='light' />
|
<Gauge val={-4} theme='light' />
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
El valor es <strong x-id="1">un buen poco menor</strong>
|
El valor es <strong x-id="1">un buen poco menor</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<Gauge val={-2} theme='light' />
|
<Gauge val={-2} theme='light' />
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
El valor es <strong x-id="1">un poco menor</strong>
|
El valor es <strong x-id="1">un poco menor</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<Gauge val={-1} theme='light' />
|
<Gauge val={-1} theme='light' />
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
El valor es <strong x-id="1">muy cercano</strong>
|
El valor es <strong x-id="1">muy cercano</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<Gauge val={1} theme='light' />
|
<Gauge val={1} theme='light' />
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
El valor es <strong x-id="1">muy cercano</strong>
|
El valor es <strong x-id="1">muy cercano</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<Gauge val={2} theme='light' />
|
<Gauge val={2} theme='light' />
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
El valor es <strong x-id="1">un poco más alto</strong>
|
El valor es <strong x-id="1">un poco más alto</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<Gauge val={4} theme='light' />
|
<Gauge val={4} theme='light' />
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
El valor es <strong x-id="1">un buen poco más alto</strong>
|
El valor es <strong x-id="1">un buen poco más alto</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<Gauge val={6} theme='light' />
|
<Gauge val={6} theme='light' />
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
El valor es <strong x-id="1">significativamente mayor</strong>
|
El valor es <strong x-id="1">significativamente mayor</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue