New translations en.md (Ukrainian)
This commit is contained in:
parent
38a43e08c2
commit
03b8ec83ea
1 changed files with 117 additions and 0 deletions
117
markdown/org/docs/faq/measurement-estimates/uk.md
Normal file
117
markdown/org/docs/faq/measurement-estimates/uk.md
Normal file
|
@ -0,0 +1,117 @@
|
|||
---
|
||||
title: What are those symbols next to my measurements?
|
||||
---
|
||||
|
||||
You might have noticed these kind of icons next to your measurements: <Gauge val={0} theme='light' />
|
||||
|
||||
The value they represent shows how far the measurement deviates from the proportions we test our designs with:
|
||||
|
||||
<table spaces-before="0">
|
||||
<tr>
|
||||
<th>
|
||||
Icon
|
||||
</th>
|
||||
|
||||
<th>
|
||||
Description
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-6} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">significantly lower</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-4} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">a good bit lower</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-2} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">a bit lower</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-1} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">very close</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={1} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">very close</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={2} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">a bit higher</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={4} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">a good bit higher</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={6} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">significantly higher</strong>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
These indicators serve a dual purpose:
|
||||
|
||||
- Help you spot mistakes in your measurements (you know best where your outliers are)
|
||||
- Help you anticipate where our software might struggle to come up with good results
|
||||
|
||||
<Note>
|
||||
|
||||
##### There are no good or bad measurements
|
||||
|
||||
Designing patterns for a variety of shapes is hard work.
|
||||
|
||||
Unlike other pattern companies, we don't limit ourselves to a particular size range.
|
||||
All people and all bodies are welcome here.
|
||||
|
||||
If it turns out it doesn't work for you, please [let us know](https://discord.freesewing.org/) and we'll try to do better.
|
||||
|
||||
</Note>
|
Loading…
Add table
Add a link
Reference in a new issue