Merge branch 'master' of https://git.ad5001.eu/Ad5001/LogarithmPlotter
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
commit
66b4c8df90
1 changed files with 7 additions and 6 deletions
|
@ -1629,7 +1629,7 @@ Bitte vergewissern Sie sich, dass Ihre LaTeX-Installation korrekt ist, und melde
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="61"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="61"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="68"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="68"/>
|
||||||
<source>Usage: %1</source>
|
<source>Usage: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Verwendung: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="71"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="71"/>
|
||||||
|
@ -1637,27 +1637,28 @@ Bitte vergewissern Sie sich, dass Ihre LaTeX-Installation korrekt ist, und melde
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="94"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="94"/>
|
||||||
<source>Usage: %1 or
|
<source>Usage: %1 or
|
||||||
%2</source>
|
%2</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Verwendung: %1 oder
|
||||||
|
%2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="77"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="77"/>
|
||||||
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>integral(<von: Zahl>, <bis: Zahl>, <f: ExecutableObject>)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="78"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="78"/>
|
||||||
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>integral(<von: Zahl>, <bis: Zahl>, <f: String>, <Variablen: String>)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="89"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="89"/>
|
||||||
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>derivative(<f: ExecutableObject>, <x: Zahl>)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="90"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="90"/>
|
||||||
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>derivative(<f: String>, <Variablen: String>, <x: Zahl>)</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
Loading…
Reference in a new issue