Zren / plasma-applets

This monolithic repo has been broken up into individual repos for each widget.
84 stars 23 forks source link

ukrainian tranlate #111

Closed cappelikan closed 6 years ago

cappelikan commented 6 years ago

ukrainian.txt

Zren commented 6 years ago

Awesome, thanks for taking the time to translate.

I've commited your translations, but I'll be fixing a few of the errors (which might be caused by Poedit).

1) %1, %2, etc is used to substitute a variable (like a number).

#: ../contents/ui/ForecastGraph.qml:333
#, c-format
msgid "%1mm"
msgstr "мм"

In "мм", you've removed the %1 which means you won't get the number of millimeters, you'll just have "мм" (actually it breaks completely).

2) Also, you added spaces in weird places, like

<b>'&lt;b&gt;'ddd'&lt;/b&gt;'</b>
<b> '& lt; b & gt;' ddd '& lt; / b & gt;' </ b>

which cause it to look like

instead of

Notice how the &lt; are replaced with < and the &gt; is replaced with a >? These are ampersand codes which let us use those symbols within HTML.

Zren commented 6 years ago

I merged your translations from this issue here:

https://github.com/Zren/plasma-applets/commit/71dfa5956ecb2b8091150b94d18089e09622be9b