Merge branch 'master' of https://git.ad5001.eu/Ad5001/LogarithmPlotter
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
commit
d53573d468
1 changed files with 7 additions and 6 deletions
|
@ -1621,7 +1621,7 @@ Kérjük, ellenőrizze, hogy a LaTeX telepítése helyes-e, és ha igen, jelents
|
|||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="61"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="68"/>
|
||||
<source>Usage: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Használat: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="71"/>
|
||||
|
@ -1629,27 +1629,28 @@ Kérjük, ellenőrizze, hogy a LaTeX telepítése helyes-e, és ha igen, jelents
|
|||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="94"/>
|
||||
<source>Usage: %1 or
|
||||
%2</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Használat: %1 vagy
|
||||
%2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="77"/>
|
||||
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>integrál(<alsó korlát: szám>, <felső korlát: szám>, <függvény: végrehajtható objektum>)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="78"/>
|
||||
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>integrál(<alsó korlát: szám>, <felső korlát: szám>, <függvény: karakterlánc>, <változó: karakterlánc>)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="89"/>
|
||||
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>derivált(<függvény: VégrehajthatóObjektum>, <x: szám>)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/math/common.js" line="90"/>
|
||||
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>derivált(<függvény: karakterlánc>, <változó: karakterlánc>, <x: szám>)</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
|
Loading…
Reference in a new issue