1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Various localization and translations fixes

This commit is contained in:
Martin Tůma 2022-07-07 00:45:53 +02:00
parent c9330bf273
commit 699baf14bd
18 changed files with 65 additions and 65 deletions

View File

@ -35,7 +35,7 @@
<message> <message>
<location filename="../src/GUI/cadencegraph.cpp" line="30"/> <location filename="../src/GUI/cadencegraph.cpp" line="30"/>
<source>Max</source> <source>Max</source>
<translation>Max.</translation> <translation>Max</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/cadencegraph.cpp" line="33"/> <location filename="../src/GUI/cadencegraph.cpp" line="33"/>
@ -209,26 +209,26 @@
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="60"/> <location filename="../src/GUI/elevationgraph.cpp" line="60"/>
<source>Up</source> <source>Up</source>
<extracomment>Use an Unicode arrow (U+2B08) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2197) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment>
<translation></translation> <translation>Nahoru</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="64"/> <location filename="../src/GUI/elevationgraph.cpp" line="64"/>
<source>Down</source> <source>Down</source>
<extracomment>Use an Unicode arrow (U+2B0A) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2198) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment>
<translation></translation> <translation>Dolu</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="68"/> <location filename="../src/GUI/elevationgraph.cpp" line="68"/>
<source>Max</source> <source>Max</source>
<extracomment>Use an Unicode arrow (U+2912) when there is no abbreviation or extremly short term for &quot;Max&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2912) when there is no abbreviation or extremly short term for &quot;Max&quot; in your language</extracomment>
<translation>Max.</translation> <translation>Max</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="72"/> <location filename="../src/GUI/elevationgraph.cpp" line="72"/>
<source>Min</source> <source>Min</source>
<extracomment>Use an Unicode arrow (U+2913) when there is no abbreviation or extremly short term for &quot;Min&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2913) when there is no abbreviation or extremly short term for &quot;Min&quot; in your language</extracomment>
<translation>Min.</translation> <translation>Min</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="77"/> <location filename="../src/GUI/elevationgraph.cpp" line="77"/>
@ -1024,17 +1024,17 @@
<message> <message>
<location filename="../src/GUI/gearratiograph.cpp" line="28"/> <location filename="../src/GUI/gearratiograph.cpp" line="28"/>
<source>Top</source> <source>Top</source>
<translation>Nej.</translation> <translation>Nej</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/gearratiograph.cpp" line="30"/> <location filename="../src/GUI/gearratiograph.cpp" line="30"/>
<source>Min</source> <source>Min</source>
<translation>Min.</translation> <translation>Min</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/gearratiograph.cpp" line="32"/> <location filename="../src/GUI/gearratiograph.cpp" line="32"/>
<source>Max</source> <source>Max</source>
<translation>Max.</translation> <translation>Max</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/gearratiograph.cpp" line="35"/> <location filename="../src/GUI/gearratiograph.cpp" line="35"/>
@ -1151,7 +1151,7 @@
<message> <message>
<location filename="../src/GUI/heartrategraph.cpp" line="30"/> <location filename="../src/GUI/heartrategraph.cpp" line="30"/>
<source>Max</source> <source>Max</source>
<translation>Max.</translation> <translation>Max</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/heartrategraph.cpp" line="33"/> <location filename="../src/GUI/heartrategraph.cpp" line="33"/>
@ -2131,7 +2131,7 @@
<message> <message>
<location filename="../src/GUI/powergraph.cpp" line="30"/> <location filename="../src/GUI/powergraph.cpp" line="30"/>
<source>Max</source> <source>Max</source>
<translation>Max.</translation> <translation>Max</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/powergraph.cpp" line="33"/> <location filename="../src/GUI/powergraph.cpp" line="33"/>
@ -2261,7 +2261,7 @@
<message> <message>
<location filename="../src/GUI/speedgraph.cpp" line="37"/> <location filename="../src/GUI/speedgraph.cpp" line="37"/>
<source>Max</source> <source>Max</source>
<translation>Max.</translation> <translation>Max</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/speedgraph.cpp" line="42"/> <location filename="../src/GUI/speedgraph.cpp" line="42"/>
@ -2348,12 +2348,12 @@
<message> <message>
<location filename="../src/GUI/temperaturegraph.cpp" line="30"/> <location filename="../src/GUI/temperaturegraph.cpp" line="30"/>
<source>Min</source> <source>Min</source>
<translation>Min.</translation> <translation>Min</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/temperaturegraph.cpp" line="32"/> <location filename="../src/GUI/temperaturegraph.cpp" line="32"/>
<source>Max</source> <source>Max</source>
<translation>Max.</translation> <translation>Max</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/temperaturegraph.cpp" line="35"/> <location filename="../src/GUI/temperaturegraph.cpp" line="35"/>

View File

@ -199,13 +199,13 @@
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="60"/> <location filename="../src/GUI/elevationgraph.cpp" line="60"/>
<source>Up</source> <source>Up</source>
<extracomment>Use an Unicode arrow (U+2B08) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2197) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="64"/> <location filename="../src/GUI/elevationgraph.cpp" line="64"/>
<source>Down</source> <source>Down</source>
<extracomment>Use an Unicode arrow (U+2B0A) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2198) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS> <!DOCTYPE TS>
<TS version="2.1" language="de"> <TS version="2.1" language="de_DE">
<context> <context>
<name>AuthenticationWidget</name> <name>AuthenticationWidget</name>
<message> <message>
@ -35,7 +35,7 @@
<message> <message>
<location filename="../src/GUI/cadencegraph.cpp" line="30"/> <location filename="../src/GUI/cadencegraph.cpp" line="30"/>
<source>Max</source> <source>Max</source>
<translation>Max.</translation> <translation>Max</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/cadencegraph.cpp" line="33"/> <location filename="../src/GUI/cadencegraph.cpp" line="33"/>
@ -209,26 +209,26 @@
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="60"/> <location filename="../src/GUI/elevationgraph.cpp" line="60"/>
<source>Up</source> <source>Up</source>
<extracomment>Use an Unicode arrow (U+2B08) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2197) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment>
<translation></translation> <translation>Hinauf</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="64"/> <location filename="../src/GUI/elevationgraph.cpp" line="64"/>
<source>Down</source> <source>Down</source>
<extracomment>Use an Unicode arrow (U+2B0A) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2198) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment>
<translation></translation> <translation>Hinab</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="68"/> <location filename="../src/GUI/elevationgraph.cpp" line="68"/>
<source>Max</source> <source>Max</source>
<extracomment>Use an Unicode arrow (U+2912) when there is no abbreviation or extremly short term for &quot;Max&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2912) when there is no abbreviation or extremly short term for &quot;Max&quot; in your language</extracomment>
<translation>Max.</translation> <translation>Max</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="72"/> <location filename="../src/GUI/elevationgraph.cpp" line="72"/>
<source>Min</source> <source>Min</source>
<extracomment>Use an Unicode arrow (U+2913) when there is no abbreviation or extremly short term for &quot;Min&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2913) when there is no abbreviation or extremly short term for &quot;Min&quot; in your language</extracomment>
<translation>Min.</translation> <translation>Min</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="77"/> <location filename="../src/GUI/elevationgraph.cpp" line="77"/>
@ -436,12 +436,12 @@
<message> <message>
<location filename="../src/GUI/gui.cpp" line="219"/> <location filename="../src/GUI/gui.cpp" line="219"/>
<source>Open directory...</source> <source>Open directory...</source>
<translation>Verzeichnis öffnen...</translation> <translation>Verzeichnis öffnen </translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/gui.cpp" line="238"/> <location filename="../src/GUI/gui.cpp" line="238"/>
<source>Export to PNG...</source> <source>Export to PNG...</source>
<translation>Als PNG exportieren ...</translation> <translation>Als PNG exportieren </translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/gui.cpp" line="257"/> <location filename="../src/GUI/gui.cpp" line="257"/>
@ -1023,17 +1023,17 @@
<message> <message>
<location filename="../src/GUI/gearratiograph.cpp" line="28"/> <location filename="../src/GUI/gearratiograph.cpp" line="28"/>
<source>Top</source> <source>Top</source>
<translation>Mst.</translation> <translation>Mst</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/gearratiograph.cpp" line="30"/> <location filename="../src/GUI/gearratiograph.cpp" line="30"/>
<source>Min</source> <source>Min</source>
<translation>Min.</translation> <translation>Min</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/gearratiograph.cpp" line="32"/> <location filename="../src/GUI/gearratiograph.cpp" line="32"/>
<source>Max</source> <source>Max</source>
<translation>Max.</translation> <translation>Max</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/gearratiograph.cpp" line="35"/> <location filename="../src/GUI/gearratiograph.cpp" line="35"/>
@ -1150,7 +1150,7 @@
<message> <message>
<location filename="../src/GUI/heartrategraph.cpp" line="30"/> <location filename="../src/GUI/heartrategraph.cpp" line="30"/>
<source>Max</source> <source>Max</source>
<translation>Max.</translation> <translation>Max</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/heartrategraph.cpp" line="33"/> <location filename="../src/GUI/heartrategraph.cpp" line="33"/>
@ -2130,7 +2130,7 @@
<message> <message>
<location filename="../src/GUI/powergraph.cpp" line="30"/> <location filename="../src/GUI/powergraph.cpp" line="30"/>
<source>Max</source> <source>Max</source>
<translation>Max.</translation> <translation>Max</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/powergraph.cpp" line="33"/> <location filename="../src/GUI/powergraph.cpp" line="33"/>
@ -2260,7 +2260,7 @@
<message> <message>
<location filename="../src/GUI/speedgraph.cpp" line="37"/> <location filename="../src/GUI/speedgraph.cpp" line="37"/>
<source>Max</source> <source>Max</source>
<translation>Max.</translation> <translation>Max</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/speedgraph.cpp" line="42"/> <location filename="../src/GUI/speedgraph.cpp" line="42"/>
@ -2347,12 +2347,12 @@
<message> <message>
<location filename="../src/GUI/temperaturegraph.cpp" line="30"/> <location filename="../src/GUI/temperaturegraph.cpp" line="30"/>
<source>Min</source> <source>Min</source>
<translation>Min.</translation> <translation>Min</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/temperaturegraph.cpp" line="32"/> <location filename="../src/GUI/temperaturegraph.cpp" line="32"/>
<source>Max</source> <source>Max</source>
<translation>Max.</translation> <translation>Max</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/temperaturegraph.cpp" line="35"/> <location filename="../src/GUI/temperaturegraph.cpp" line="35"/>

View File

@ -199,13 +199,13 @@
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="60"/> <location filename="../src/GUI/elevationgraph.cpp" line="60"/>
<source>Up</source> <source>Up</source>
<extracomment>Use an Unicode arrow (U+2B08) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2197) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="64"/> <location filename="../src/GUI/elevationgraph.cpp" line="64"/>
<source>Down</source> <source>Down</source>
<extracomment>Use an Unicode arrow (U+2B0A) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2198) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>

View File

@ -199,13 +199,13 @@
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="60"/> <location filename="../src/GUI/elevationgraph.cpp" line="60"/>
<source>Up</source> <source>Up</source>
<extracomment>Use an Unicode arrow (U+2B08) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2197) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="64"/> <location filename="../src/GUI/elevationgraph.cpp" line="64"/>
<source>Down</source> <source>Down</source>
<extracomment>Use an Unicode arrow (U+2B0A) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2198) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

View File

@ -209,13 +209,13 @@
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="60"/> <location filename="../src/GUI/elevationgraph.cpp" line="60"/>
<source>Up</source> <source>Up</source>
<extracomment>Use an Unicode arrow (U+2B08) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2197) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="64"/> <location filename="../src/GUI/elevationgraph.cpp" line="64"/>
<source>Down</source> <source>Down</source>
<extracomment>Use an Unicode arrow (U+2B0A) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2198) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>

View File

@ -209,13 +209,13 @@
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="60"/> <location filename="../src/GUI/elevationgraph.cpp" line="60"/>
<source>Up</source> <source>Up</source>
<extracomment>Use an Unicode arrow (U+2B08) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2197) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="64"/> <location filename="../src/GUI/elevationgraph.cpp" line="64"/>
<source>Down</source> <source>Down</source>
<extracomment>Use an Unicode arrow (U+2B0A) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2198) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

View File

@ -199,13 +199,13 @@
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="60"/> <location filename="../src/GUI/elevationgraph.cpp" line="60"/>
<source>Up</source> <source>Up</source>
<extracomment>Use an Unicode arrow (U+2B08) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2197) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment>
<translation>Fel</translation> <translation>Fel</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="64"/> <location filename="../src/GUI/elevationgraph.cpp" line="64"/>
<source>Down</source> <source>Down</source>
<extracomment>Use an Unicode arrow (U+2B0A) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2198) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment>
<translation>Le</translation> <translation>Le</translation>
</message> </message>
<message> <message>

View File

@ -199,13 +199,13 @@
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="60"/> <location filename="../src/GUI/elevationgraph.cpp" line="60"/>
<source>Up</source> <source>Up</source>
<extracomment>Use an Unicode arrow (U+2B08) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2197) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="64"/> <location filename="../src/GUI/elevationgraph.cpp" line="64"/>
<source>Down</source> <source>Down</source>
<extracomment>Use an Unicode arrow (U+2B0A) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2198) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

View File

@ -199,13 +199,13 @@
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="60"/> <location filename="../src/GUI/elevationgraph.cpp" line="60"/>
<source>Up</source> <source>Up</source>
<extracomment>Use an Unicode arrow (U+2B08) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2197) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment>
<translation type="unfinished">Opp</translation> <translation type="unfinished">Opp</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="64"/> <location filename="../src/GUI/elevationgraph.cpp" line="64"/>
<source>Down</source> <source>Down</source>
<extracomment>Use an Unicode arrow (U+2B0A) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2198) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment>
<translation type="unfinished">Ned</translation> <translation type="unfinished">Ned</translation>
</message> </message>
<message> <message>

View File

@ -209,13 +209,13 @@
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="60"/> <location filename="../src/GUI/elevationgraph.cpp" line="60"/>
<source>Up</source> <source>Up</source>
<extracomment>Use an Unicode arrow (U+2B08) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2197) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="64"/> <location filename="../src/GUI/elevationgraph.cpp" line="64"/>
<source>Down</source> <source>Down</source>
<extracomment>Use an Unicode arrow (U+2B0A) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2198) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

View File

@ -199,13 +199,13 @@
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="60"/> <location filename="../src/GUI/elevationgraph.cpp" line="60"/>
<source>Up</source> <source>Up</source>
<extracomment>Use an Unicode arrow (U+2B08) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2197) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="64"/> <location filename="../src/GUI/elevationgraph.cpp" line="64"/>
<source>Down</source> <source>Down</source>
<extracomment>Use an Unicode arrow (U+2B0A) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2198) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

View File

@ -209,13 +209,13 @@
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="60"/> <location filename="../src/GUI/elevationgraph.cpp" line="60"/>
<source>Up</source> <source>Up</source>
<extracomment>Use an Unicode arrow (U+2B08) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2197) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="64"/> <location filename="../src/GUI/elevationgraph.cpp" line="64"/>
<source>Down</source> <source>Down</source>
<extracomment>Use an Unicode arrow (U+2B0A) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2198) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>

View File

@ -209,13 +209,13 @@
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="60"/> <location filename="../src/GUI/elevationgraph.cpp" line="60"/>
<source>Up</source> <source>Up</source>
<extracomment>Use an Unicode arrow (U+2B08) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2197) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment>
<translation>Upp</translation> <translation>Upp</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="64"/> <location filename="../src/GUI/elevationgraph.cpp" line="64"/>
<source>Down</source> <source>Down</source>
<extracomment>Use an Unicode arrow (U+2B0A) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2198) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment>
<translation>Ner</translation> <translation>Ner</translation>
</message> </message>
<message> <message>

View File

@ -199,13 +199,13 @@
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="60"/> <location filename="../src/GUI/elevationgraph.cpp" line="60"/>
<source>Up</source> <source>Up</source>
<extracomment>Use an Unicode arrow (U+2B08) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2197) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="64"/> <location filename="../src/GUI/elevationgraph.cpp" line="64"/>
<source>Down</source> <source>Down</source>
<extracomment>Use an Unicode arrow (U+2B0A) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2198) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

View File

@ -199,13 +199,13 @@
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="60"/> <location filename="../src/GUI/elevationgraph.cpp" line="60"/>
<source>Up</source> <source>Up</source>
<extracomment>Use an Unicode arrow (U+2B08) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2197) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment>
<translation>Вгору</translation> <translation>Вгору</translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="64"/> <location filename="../src/GUI/elevationgraph.cpp" line="64"/>
<source>Down</source> <source>Down</source>
<extracomment>Use an Unicode arrow (U+2B0A) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2198) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment>
<translation>Вниз</translation> <translation>Вниз</translation>
</message> </message>
<message> <message>

View File

@ -199,13 +199,13 @@
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="60"/> <location filename="../src/GUI/elevationgraph.cpp" line="60"/>
<source>Up</source> <source>Up</source>
<extracomment>Use an Unicode arrow (U+2B08) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2197) when there is no abbreviation or extremly short term for &quot;Up&quot; in your language</extracomment>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/elevationgraph.cpp" line="64"/> <location filename="../src/GUI/elevationgraph.cpp" line="64"/>
<source>Down</source> <source>Down</source>
<extracomment>Use an Unicode arrow (U+2B0A) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment> <extracomment>Use an Unicode arrow (U+2198) when there is no abbreviation or extremly short term for &quot;Down&quot; in your language</extracomment>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>

View File

@ -55,11 +55,11 @@ void ElevationGraph::setInfo()
QLocale l(QLocale::system()); QLocale l(QLocale::system());
#ifdef Q_OS_ANDROID #ifdef Q_OS_ANDROID
/*: Use an Unicode arrow (U+2B08) when there is no abbreviation or /*: Use an Unicode arrow (U+2197) when there is no abbreviation or
extremly short term for "Up" in your language */ extremly short term for "Up" in your language */
GraphView::addInfo(tr("Up"), l.toString(ascent() * yScale(), 'f', 0) GraphView::addInfo(tr("Up"), l.toString(ascent() * yScale(), 'f', 0)
+ UNIT_SPACE + yUnits()); + UNIT_SPACE + yUnits());
/*: Use an Unicode arrow (U+2B0A) when there is no abbreviation or /*: Use an Unicode arrow (U+2198) when there is no abbreviation or
extremly short term for "Down" in your language */ extremly short term for "Down" in your language */
GraphView::addInfo(tr("Down"), l.toString(descent() * yScale(), 'f', 0) GraphView::addInfo(tr("Down"), l.toString(descent() * yScale(), 'f', 0)
+ UNIT_SPACE + yUnits()); + UNIT_SPACE + yUnits());